@charset "windows-1251";
@import url(https://fonts.googleapis.com/css?family=Scada&subset=latin,cyrillic);

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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/*body{ min-width:1000px;}*/
img {
    max-width: 100%;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html.no-js body {
    opacity: 1
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

:-moz-placeholder {
    color: #7f7f7f
}

::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7f7f7f
}

::-webkit-input-placeholder {
    color: #7f7f7f
}

.error:-moz-placeholder, .error::-moz-placeholder {
    color: red
}

.error:-ms-input-placeholder {
    color: red
}

.error::-webkit-input-placeholder {
    color: red
}

.error {
    color: red;
    display: none;
    border-color: red !important;
    box-shadow: inset 0 0 3px 1px rgba(225, 0, 0, .8)
}

input:focus::-webkit-input-placeholder {
    color: transparent !important
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
    color: transparent !important
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important
}

.hidden {
    display: none !important;
    visibility: hidden
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #E9E9E9;
    font: normal 13px/17px Trebuchet MS, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { /* */
    border: none;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

input[type="text"], input[type="password"] {
    display: inline-block;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

table {
    border-collapse: collapse; /* Ã„Ã«Ã¿ IE7 Ã¨ Ã¬Ã¥Ã­Ã¼Ã¸Ã¥ */
    border-spacing: 0;
    width: 100%;
}

strong {
    font-weight: bold;
    color: #0089c9;
}

hr {
    border: none;
    outline: none;
    margin: 15px 0;
    background: #0089c9;
    height: 1px;
}

a {
    color: rgb(0, 137, 201);
    text-decoration: underline;
}

a:hover {
    color: #F93 !important;
}

p {
    line-height: 1.6em;
    margin: 0.4em 0px 1.2em;
    word-spacing: normal;
    display: block;
    color: rgba(0, 0, 0, 0.77);
}

h1 {
    font-size: 26px;
    margin-bottom: 12px;
}

h2 {
    font-family: 'Scada', sans-serif;
    font-size: 22px;
    color: #0089c9;
    font-weight: normal;
    margin: 3px 0 10px 2px;
}

h3 {
    font-size: 20px;
    color: #333333;
    margin: 3px auto 8px;
}

h4, h5, h6 {
    font-size: 19px;
    color: #333333;
    margin: 3px auto 8px;
}

.clearfix {
    float: none;
    clear: both;
}

.pic-left {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 20px 15px 10px;
    float: left;
}

.pic-right {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px 10px 15px 20px;
    float: right;
}

/*--Tooltip Styles--*/
.tip {
    font-size: 12px;
    color: #FFF;
    background: #1d1d1d;
    display: none; /*--Hides by default--*/
    padding: 10px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ol {
    list-style: none; /* Ã³Ã¡Ã¨Ã°Ã Ã¥Ã¬ Ã¤Ã¥Ã´Ã®Ã«Ã²Ã­Ã»Ã¥ Ã¶Ã¨Ã´Ã°Ã» */
    counter-reset: point; /* Ã§Ã Ã¤Ã Ã¥Ã¬ Ã¯Ã¥Ã°Ã¥Ã¬Ã¥Ã­Ã­Ã³Ã¾ Ã¤Ã«Ã¿ Ã±Ã·Ã¥Ã²Ã·Ã¨ÃªÃ  */
    margin: 30px 10px;
}

ol li {
    margin: 12px 0;
    padding-left: 30px;
    position: relative;
    list-style: none;
    font-size: 13px;
}

ol li:before {
    content: counter(point); /* Ã¢Ã»Ã¢Ã®Ã¤Ã¨Ã¬ Ã§Ã­Ã Ã·Ã¥Ã­Ã¨Ã¥ Ã¯Ã¥Ã°Ã¥Ã¬Ã¥Ã­Ã­Ã®Ã© */
    counter-increment: point 1; /* Ã³Ã¢Ã¥Ã«Ã¨Ã·Ã¢Ã Ã¥Ã¬ Ã±Ã·Ã¥Ã²Ã·Ã¨Ãª Ã­Ã  1 */
    font-size: 14px; /* Ã¤Ã¥ÃªÃ®Ã° Ã¶Ã¨Ã´Ã°  */
    position: absolute;
    left: -10px;
    top: -2px;
    background: #fff;
    width: 28px;
    padding: 3px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: rgb(0, 137, 201);
    font-weight: bold;
    text-align: center;
}

table {
    border-collapse: collapse; /* Ã„Ã«Ã¿ IE7 Ã¨ Ã¬Ã¥Ã­Ã¼Ã¸Ã¥ */
    border-spacing: 0;
    width: 100%;
}

.simple {
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px 0;
    border: #ccc 1px solid;
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.simple th {
    font-weight: bold;
    padding: 10px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.simple th:first-child {
    text-align: left;
    padding-left: 20px;
}

.simple tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.simple tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.simple tr {
    text-align: center;
    padding-left: 20px;
}

.simple tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.simple tr td {
    padding: 10px 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.simple tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.simple tr:last-child td {
    border-bottom: 0;
}

.simple tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.simple tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.simple tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.simple a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.simple a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.simple a:active, .simple a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.simple ol li {
    text-align: left;
    text-shadow: none;
}

/*
    Colorbox Core Style
*/
/*
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
	border-left: 2px solid #ff6699;
	border-right: 2px solid #0099ff;
	border-top: 2px solid #ff9933;
	border-bottom: 2px solid #66cc33;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#cboxOverlay {
	background: rgba(255,255,255,.95);
}
#colorbox {
	outline: 0;
}
#cboxContent {
	overflow: hidden;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 28px;
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}
#cboxLoadingGraphic {
	background: url(/images/loading.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: -75px -25px;
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: -50px -25px;
}
#cboxClose {
	position: absolute;
	top: 16px;
	right: 16px;
	background: url(/images/controls.png) no-repeat;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/* website design */

#top-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 12px;
}

.phone-top {
    font-weight: bold;
    font-family: 'Scada', sans-serif;
    font-size: 18px;
    margin: 10px 5px;
    padding: 0 20px;
}

#top-nav {
    /*height: 155px;*/
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

#top-menu {
    margin: 10px;
}

#top-menu a {
    color: #777;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}

a.logotype {
    background: url(../images/logo.png) no-repeat 50% 50%;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    height: 90px;
}

#services-menu {
    margin: 0;
    padding: 0;
}

#services-menu li {
    margin: 0 7px;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#services-menu a {
    display: block;
    width: 90px;
    height: 90px;
    text-indent: -9999px;
}

.s-1 {
    background: url(../images/s1.png);
}

.s-2 {
    background: url(../images/s2.png);
}

.s-3 {
    background: url(../images/s3.png);
}

.s-4 {
    background: url(../images/s4.png);
}

.orange-b {
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff9e04), color-stop(100%, #ff8704));
    background-image: -webkit-linear-gradient(#ff9e04, #ff8704);
    background-image: -moz-linear-gradient(#ff9e04, #ff8704);
    background-image: -o-linear-gradient(#ff9e04, #ff8704);
    background-image: linear-gradient(#ff9e04, #ff8704);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e04', endColorstr='#ff8704', GradientType=0);
    border-right: 1px solid #c26603;
    border-bottom: 1px solid #c26603;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
}

.orange-b:hover {
    color: #333 !important;
}

.hdr-catalog {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px #c77003;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff9d04), color-stop(100%, #ff8904));
    background-image: -webkit-linear-gradient(#ff9d04, #ff8904);
    background-image: -moz-linear-gradient(#ff9d04, #ff8904);
    background-image: -o-linear-gradient(#ff9d04, #ff8904);
    background-image: linear-gradient(#ff9d04, #ff8904);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d04', endColorstr='#ff8904', GradientType=0);
    text-transform: uppercase;
    padding: 14px 5px 16px 20px;
    font-weight: bold;
}

.hdr-catalog::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 24px;
    width: 24px;
    height: 24px;
    background: url(../images/menu.png) no-repeat 50% 50%;
    background-size: contain;
}

.menu {
    /*	box-shadow: 0 20px 50px #333333;*/
    box-shadow: 0 10px 30px #5a5a5a;
    -webkit-box-shadow: 0 10px 30px #5a5a5a;
    -moz-box-shadow: 0 10px 30px #5a5a5a;
    float: left;
    min-width: 260px;
    outline: 0;
    position: relative;
}

.menu * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.menu .menu-footer {
    background: #414956;
    color: #f0f0f0;
    float: left;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 6px;
    width: 100%;
    text-align: center;
}

.menu .menu-header {
    background: #414956;
    color: #f0f0f0;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.menu ul li a {
    /*background: #414956;*/
    background: #6E7B91;

    color: #f0f0f0;
    float: left;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 22px;
    position: relative;
    text-decoration: none;
    /*	white-space: nowrap;*/
    width: 100%;
}

.menu ul li a i {
    float: left;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    width: 34px;
}

.menu ul li .menu-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 14px;
}

.menu ul .submenu {
    display: none;
    position: static;
    width: 100%;
}

.menu ul .submenu .submenu-indicator {
    line-height: 16px;
}

.menu ul .submenu li {
    clear: both;
    width: 100%;
}

.menu ul .submenu li ul.submenu {
    display: none;
    position: static;
    width: 100%;
    overflow: hidden;
}

.menu ul .submenu li a {
    background: #383838;
    border-left: solid 6px transparent;
    border-top: none;
    float: left;
    font-size: 12px;
    position: relative;
    width: 100%;
}

.menu ul .submenu li:hover > a {
    border-left-color: #414956;
}

.menu ul .submenu li .menu-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 12px;
    top: 14px;
}

.menu ul .submenu > li > a {
    padding-left: 30px;
}

.menu ul .submenu > li > ul.submenu > li > a {
    padding-left: 45px;
}

.menu ul .submenu > li > ul.submenu > li > ul.submenu > li > a {
    padding-left: 60px;
}

.menu .submenu-indicator {
    -moz-transition: "transform .3s linear";
    -o-transition: "transform .3s linear";
    -webkit-transition: "transform .3s linear";
    transition: "transform .3s linear";
    float: right;
    font-size: 20px;
    line-height: 19px;
    position: absolute;
    right: 22px;
}

.menu .submenu-indicator-minus > .submenu-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu > ul > li.active > a {
    background: #3b424d;
    color: #ffffff;
}

.menu > ul > li:hover > a {
    background: #3b424d;
    color: #ffffff;
}

.menu > ul > li > a {
    border-bottom: solid 1px #3b424d;
}

.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
}

.animate-ink {
    -moz-animation: ripple .3s linear;
    -ms-animation: ripple .3s linear;
    -o-animation: ripple .3s linear;
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear;
}

@-moz-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@-webkit-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

#int-row {
    margin-left: -30px;
    margin-right: 0;
    padding-left: 30px;
    /*background: #414956;*/
    background: #6E7B91;
    height: 56px;
}

#search-row {
    padding-top: 10px;
}

.search_query {
    vertical-align: middle;
}

#basket-row {
    cursor: pointer;
    position: relative;
    margin-right: -15px;
    height: 56px;
    padding: 18px 30px 5px;
    text-shadow: 1px 1px #222;
    border-left: 1px solid #232323;
    background-color: #ff8904;

   /* background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #353535), color-stop(100%, #262626));
    background-image: -webkit-linear-gradient(#353535, #262626);
    background-image: -moz-linear-gradient(#353535, #262626);
    background-image: -o-linear-gradient(#353535, #262626);
    background-image: linear-gradient(#353535, #262626);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#262626', GradientType=0);

    */
}

#hidden-b {
    display: none;
}

#basket {
    position: relative;
}

#basket span {
    font-family: 'Scada', sans-serif;
    padding: 0 10px 0 24px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
}

#basket span::before {
    background: url(../images/shop-icon.png) no-repeat 50% 50%;
   /* background: url(../images/shop-icon-orange.png) no-repeat 50% 50%;*/
    width: 24px;
    height: 24px;
    position: absolute;
    left: -14px;
    top: -4px;
    content: '';
}

.micro-b {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

#basket-row:hover .micro-b {
    color: #FFF;
}

#basket-row:hover #basket::after {
    opacity: 1;
}

#main-page-slider {
    margin: 30px 0;
}

#main-page-slider img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/*
.owl-carousel .owl-video-wrapper {
   position: relative;
   height: 100%;
   background: #000;
}
.owl-carousel .owl-video-play-icon {
   position: absolute;
   height: 80px;
   width: 80px;
   left: 50%;
   top: 50%;
   margin-left: -40px;
   margin-top: -40px;
   background: url("owl.video.play.png") no-repeat;
   cursor: pointer;
   z-index: 1;
   -webkit-backface-visibility: hidden;
   -webkit-transition: scale 100ms ease;
   -moz-transition: scale 100ms ease;
   -ms-transition: scale 100ms ease;
   -o-transition: scale 100ms ease;
   transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
   -webkit-transition: scale(1.3, 1.3);
   -moz-transition: scale(1.3, 1.3);
   -ms-transition: scale(1.3, 1.3);
   -o-transition: scale(1.3, 1.3);
   transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
   display: none;
}
.owl-carousel .owl-video-tn {
   opacity: 0;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   -webkit-transition: opacity 400ms ease;
   -moz-transition: opacity 400ms ease;
   -ms-transition: opacity 400ms ease;
   -o-transition: opacity 400ms ease;
   transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
   position: relative;
   z-index: 1;
}
.owl-theme .owl-controls {
   margin-top: 10px;
   text-align: center;
   -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
   color: #fff;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #d6d6d6;
   display: inline-block;
   cursor: pointer;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
   background: #869791;
   color: #fff;
   text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
   opacity: .5;
   cursor: default
}
.owl-theme .owl-dots .owl-dot {
   display: inline-block;
   zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
   width: 10px;
   height: 10px;
   margin: 5px 7px;
   background: #d6d6d6;
   display: block;
   -webkit-backface-visibility: visible;
   -webkit-transition: opacity 200ms ease;
   -moz-transition: opacity 200ms ease;
   -ms-transition: opacity 200ms ease;
   -o-transition: opacity 200ms ease;
   transition: opacity 200ms ease;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background: #869791
}

*/
#services-sector {
    margin-top: 20px;
    margin-bottom: 40px;
}

#sector-manufacturers {
    margin: 30px 0;
}

.block-serv {
    border: 3px solid #dadada;
    padding: 14px 50% 14px 14px;
    background-color: #fff;
}


.select-maker {
    margin: 30px 0;
}

.item-maker {
    position: relative;
    padding: 14px 10px 7px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #dadada;
}

.item-maker img {
    display: block;
    margin: 20px auto 0;
}

.item-maker a {

    position: absolute;
    color: #333;
    text-decoration: none;
    font-family: 'Scada', sans-serif;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    width: 100%;
    height: calc(100% - 10px);
}

#main-text {
    margin: 50px 0;
}

#bottom-menu {
    background: #414956;
    margin-top: 40px;
    min-height: 30px;
    color: #FFF;
}

#footer-content {
    padding: 20px 10px;
}

.bottom-logo a {
    display: block;
    background: url(../images/logo-bottom.png) no-repeat 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    height: 90px;
}

.copyrights {
    font-size: 11px;
    margin: 20px 0 10px;
}

.created {
    margin: 20px 0 0;
}

.phone-bottom {
    font-family: 'Scada', sans-serif;
    font-size: 18px;
    margin: 20px 0 0;
}

.email-bottom {
    margin: 20px 0;
}

.micro-menu {
    margin: 20px 0 30px;
}

.micro-menu li {
    margin: 8px 0;
}

.n-me {
    font-family: 'Scada', sans-serif;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}


/*Ã’Ã®Ã¢Ã Ã°Ã­Ã Ã¿ Ã¯Ã®Ã§Ã¨Ã¶Ã¨Ã¿*/
#product {
    width: 100%;
}

#product a:link, #product a:visited, #product a:hover {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

#product .col {
    float: left;
    width: 25%;
    position: relative;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    padding: 20px 10px 25px 10px;
    margin-bottom: -1px;
    margin-left: -1px;
}

#product .col:nth-child(4n) {
    border-right: 1px solid #cfcfcf;
}


#product .price_old {
    height: 33px;
}

#product .top_product {
    height: 70px;
}

#product .button {
    margin: 15px auto 0 auto;
    width: 135px;
}

#product img {
    margin: 10px 0;
    border: 3px solid #71bfd1;
    border-radius: 5px;
}

/*Ã’Ã®Ã¢Ã Ã°Ã­Ã Ã¿ Ã¯Ã®Ã§Ã¨Ã¶Ã¨Ã¿ Ã¢Ã­Ã³Ã²Ã°Ã¨*/
#content .col_p {
    float: left;
    width: 55%;
    padding-right: 2%;
    box-sizing: border-box;
}

#content .col_p2 {
    float: left;
    width: 45%;
    box-sizing: border-box;
    line-height: 30px;
    padding-left: 30px;

}

#content .col_p2 .button {
    margin-top: 20px;
    line-height: normal;
}

/*ÃŠÃ®Ã°Ã§Ã¨Ã­Ã */
#black {

    position: fixed;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#window {
    width: 933px;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    border: 1px solid #8dbcc8;
    margin: 150px auto 0 auto;
    color: 000000;
    line-height: 26px;

}

.h3 {
    font: 2em 'MyriadPro-It', serif; /*30/15*/
    color: #492217;
    font-style: italic;
}

.window_left {
    float: left;
    width: 50%;
    padding: 3%;
    box-sizing: border-box;


}

.window_right {
    float: right;
    width: 50%;
    padding: 3%;
    background-color: #d3f1f9;
    box-shadow: inset 2px 0 15px 0 #dadfe2;
    height: 706px;
    box-sizing: border-box;
}

.field {
    padding: 3%;
    background-color: #d3f1f9;
    box-shadow: inset 2px 0 15px 0 #dadfe2;
    box-sizing: border-box;
}

.input2 {
    background-color: #fff;
    border: none;
    height: 33px;
    width: 89.7953%;
    box-shadow: inset 0 1px 1px #a1c6d3;
    -webkit-box-shadow: inset 0 1px 1px #a1c6d3;
    -moz-box-shadow: inse 0 1px 1px #a1c6d3;
    padding-left: 3%;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 1.1333em; /*17/15*/
}

.textarea {
    background-color: #fff;
    border: none;
    height: 53px;
    width: 89.7953%;
    box-shadow: inset 0 1px 1px #a1c6d3;
    -webkit-box-shadow: inset 0 1px 1px #a1c6d3;
    -moz-box-shadow: inse 0 1px 1px #a1c6d3;
    padding-left: 3%;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 1.1333em; /*17/15*/

}

.haract tr td:nth-of-type(1) {
    padding: 10px 5px 0 0;
}

.td {
    padding: 10px 5px 0 0;
}

.small_text {
    font-size: 0.8em; /*12/15*/
    line-height: 15px;
}

.hr2 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin: 10px 0;

}

.del:link, .del:visited {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/del.gif) no-repeat top;


}

.del:hover {
    background-position: bottom;

}

.price_div {
    background-color: #d3f1f9;
    padding: 10px 0;
    text-align: center;
}

.red {
    color: #F00;
}


.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

._dbl {
    display: block;
}

.f_price {
    height: 50px;
}

.foto_feed {
    border-radius: 5px;
    border: 1px solid #785c94;
    float: left;
    margin: 0px 13px 5px 0px;
}

.f_img {
    min-height: 134px;
}

.f_imgt {
    width: 5%;
    text-align: center
}

.f_imgt img {
    max-height: 50px;
}

.position_in2 {
    margin-top: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    font-size: 1px;
}


h1, .h1 {
    font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}

.price {
    font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
    color: #000;
    font-weight: bold;
}

.button:link, .button:visited {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    height: 43px;
    text-align: center;
    background: #ff9504;
    border-radius: 3px;
}

.button:hover {
    box-shadow: 0 0 3px #b16205;
    color: #fff !important;
}

.buttonc:link, .buttonc:visited {
    padding: 10px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    height: 43px;
    text-align: center;
    background: #ff9504;
    border-radius: 3px;
}

.buttonc:hover {
    box-shadow: 0 0 3px #b16205;
    color: #fff !important;
}

#crumbs {
    font-size: 13px;
    color: #5f6061;
    margin-bottom: 20px;
}

#crumbs a:link, #crumbs a:visited {
    font-size: 13px;
    color: #5f6061;
    text-decoration: underline;
}

#crumbs a:hover {
    color: #4889cb;
}

#table {
    width: 100%;
    border: 1px solid #ccc;
}

#table .td {

    padding: 5px 10px 0px 10px;
    border: 1px solid #fff;
}

#table .td2 {
    width: 80px;
    padding: 5px 0 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#table .td21 {
    width: 80px;
    padding: 5px 10px 0px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#table .td_nal {
    width: 80px;
    padding: 5px 10px 0px 10px;
    border: 1px solid #fff;
}

#table .td3 {
    text-align: right;
    width: 50px;
    padding: 0 10px 0 10px;
    border: 1px solid #fff;
}

#table tr:nth-of-type(2n) {
    background: rgba(255, 255, 255, 0.4);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.center {
    width: 1000px;
}

.center .foto {
    width: 30%;
    float: left;
}

.center .text {
    width: 70%;
    float: left;
    margin-top: 20px;
}

.article {
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
    color: #5a5a5a;
}

.presence {
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
    color: #1b8d0f;
    margin: 10px 0;
}

.presence_no {
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif, serif;
    color: #8d330f;
    margin: 10px 0;
}

.logo_row {
    display: table-row;
    border-spacing: 6px;
}

.logos { /*display:table-cell; width:50px; height:150px; padding:9px;*/
    text-align: center;
    vertical-align: middle;
    background-color: #FFF; /**margin:7px;*/
}

.logos img {
    max-width: 100%;
    vertical-align: middle;
}

#search_res {
    position: absolute;
    z-index: 99;
    border: 1px solid #ccc;
    padding: 10px;
    background: #FFF;
    display: none;
    margin-top: 35px;
    width: 100%;
    max-width: 350px;
}

.grey_sm {
    font-size: 12px;
    color: rgba(81, 81, 81, 1.00);
}

.rasp {
    font-family: 'Scada', sans-serif;
    padding: 20px 10px 0 24px;
    font-size: 18px;
    color: #ff9104;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.rasp:hover {
    text-decoration: none;
    color: #fff;
}

.image {
    float: left;
    margin-right: 15px;
}

.date {
    font-size: 10px;
    color: rgba(109, 109, 109, 1.00);
}

.table-help {
    display: none;
}

@media (max-width: 768px) {
    .table-help {
        display: block;
        padding: 10px;
        text-align: center;
        color: red;
        font-size: 16px;
        font-weight: bold;
        max-width: 300px;
    }

    .no_pad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu {
        float: none;
    }

    #int-row {
        margin-left: 0px;
        padding-left: 0px;
        height: auto;
    }

    #search-row {
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    #basket-row {

        margin-right: 0px;
    }

    #top-menu a {
        color: #777;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2em;
    }

    #top-menu {
        margin: 10px 0;
    }

    .phone-top {
        font-weight: bold;
        font-family: 'Scada', sans-serif;
        font-size: 14px;
        margin: 10px 5px;
        padding: 0 10px;
    }
}


/*Äîïîëíåíèÿ*/

#basket-sum + #basket-sum {
    display: none !important;
}

#basket-sum:after {
    font-family: fontAwesome, sans-serif;
    content: "\f158";
    margin-left: 5px;
}

.logos img, .products-group.cboxElement img {
    transition: all .3s ease-in-out;
}

.logos img:hover, .products-group.cboxElement img:hover {
    transform: scale(1.15);
}

#my-modal-img {
    position: fixed;
	display: none;
}


/*
@media screen and (min-width: 1200px) {

    .table-responsive {
        overflow-x: initial;
    }

	.f_imgt img.foto {
		transition: all .6s ease;
	}

	.f_imgt img.foto:hover {
		transform: scale(4);
	}
}
*/

