﻿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,
center, dl, dt, dd, fieldset, form, label, legend,
caption, 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;
	vertical-align: baseline;
}
table td th tr {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol {
    counter-reset:li; /* Инициализируем счетчик */
    padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
  }
  ol li {
      position:relative; /* Создаем контекст для позиционирования элементов */
      margin:20px 0px 6px 2em; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
      padding:10px 15px;
      border-top:2px solid #FF3300;
      background:#f6f6f6;
      }
  ol li:before {
      content:counter(li); /* В качестве данных используем счетчик */
      counter-increment:li; /* Увеличиваем значение счетчика на 1 */
      /* Позиционируем и оформляем цифры */
      position:absolute;
      top:-2px;
      left:-2em;
      width:2em;
      padding:10px 0;
      border-top:2px solid #FF3300;
      color:#fff;
      background:#FF3300;
      font-weight:bold;
      font-family:"Helvetica Neue", Arial, sans-serif;
      text-align:center;
      }

li {
	padding-bottom: 10px;	
	
}
strong {
	font-weight: bold;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	list-style-image: url(../images/icon-bullet.svg);
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 18px;
}

p {
	text-align: justify;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

img {
	border-style: none;
	position: relative;
	z-index: 100;
}
em {
	font-style: italic;
}
b {
	font-weight: bold;
}
span {

}

hr {
	height: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #999;
}
ul {
	list-style-image: url(../images/icon-bullet.svg);
}

td,th {}

a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

header{
	font-family: Cuprum, sans-serif;
	font-size: 20px;
	background-image: url(../images/back-pattern.png);
	background-repeat: repeat;	
	
	
}

header [class*='uk-icon-'] {
color:#FF3300;	
}

footer {
	font-family: Cuprum, sans-serif;
	font-size: 20px;
	
}

footer [class*='uk-icon-'] {
color:#FF3300;	
}

.big {
	font-size: 2em;	
	line-height: normal;
	
}

.medium {
	font-size: 1.5em;
	line-height: normal;
}

.normal {
	font-size: 0.8em;	
	line-height: normal;
	
}
.small {
	font-size: 0.6em;
	line-height: normal;
		
}

.black {
	color: #000;	
}

.tahoma {
	font-family: Tahoma, Geneva, sans-serif;	
}


h1 {
	font-family: Cuprum, sans-serif;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #C62408;
	line-height: normal;
}
h2 {
	font-family: Cuprum, sans-serif;
	font-size: 1.8em;
	line-height: normal;
	color: #FF3300;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	padding: 0px;
	text-indent: 0;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

h2.contentheading.module {
	font-family: Cuprum, sans-serif;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #C62408;
	line-height: normal;
	
}



h3 {
	font-family: Cuprum, sans-serif;
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #C62408;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: normal;
}

h6 {
	font-family: Cuprum, sans-serif;
	font-size: 2.5em;
	line-height: normal;
	color: #FF3300;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	text-indent: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h4 {
	font-size: 1.2em;
	line-height: normal;
	color: #C52406;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	background-color: #f8f8f8;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C52406;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
	z-index: 1;
}

h4 div {
	position: absolute;
	left: -0.8em;
	background-image: url(../images/icon-info.svg);
	background-repeat: no-repeat;
width: 40px;
height: 40px;
background-size: cover;
}

h4 .uk-icon-button {
	color: #FFFFFF;
	text-shadow: none;
	background-color: #C62408;
	border: 1px solid #C62408;
}


h4 .uk-icon-button:hover,
h4 .uk-icon-button:focus {
  background-color: #de290a;
  color: #FFFFFF;
  outline: none;
  border-color: #C62408;
}
h4 .uk-icon-button:active {
  background-color: #951c06;
  color: #FFFFFF;
}


h5 {
	font-size: 1.5em;
	text-align: left;
	color: #FF3300;
	font-family: Cuprum, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#breadcrump {
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
nav {
	background-color: #C62408;
	font-family: Cuprum, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav a{
	color: #FFF !important;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15pt;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}
nav a i{
    font-size: 12pt !important;
}

.footer-menu {
	background-color: #C62408;
	font-family: Cuprum, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.footer-menu a{
	color: #FFF !important;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15pt;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}

.createdate {
	font-size: 10px;
	color: #009;
	padding: 3px;
}
.counter {
	font-size: 12px;
	font-weight: bold;	
	color: #aaa;
	text-align: center;
}
.pagenav {
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	background-color: #ddd;
	text-align: center;
	border: 1px none #aaa;
	background-image: url(/images/back_grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-block;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 0px 5px 0px #ccc;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
a.pagenav:link {
	color: #FF3300;
	text-decoration: none;
}
a.pagenav:visited {
	color: #FF3300;
	text-decoration: none;
}
a.pagenav:active {
	color: #FF0000;
	text-decoration: none;
}
a.pagenav:hover {
	color: #F30;
	text-decoration: none;
}
#system-message {
	color: #F30;
	background-color: #FFEEEA;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#FFEEEA));
	background-image: -webkit-linear-gradient(#fff, #FFEEEA);
	background-image: -moz-linear-gradient(top, #fff, #FFEEEA);
	background-image: -ms-linear-gradient(#fff, #FFEEEA);
	background-image: -o-linear-gradient(#fff, #FFEEEA);
	background-image: linear-gradient(#fff, #FFEEEA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#FFEEEA', GradientType=0); 
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-image: url(../images/2012/i-warning-red.png);
	background-position: 10px 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 8px 1px #eee;
}
.error {
	font-size: 18px;
	font-weight: normal;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-image: url(../images/2012/i-warning-red.png);
	background-position: 10px 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
	border: 1px solid #F30;
	box-shadow: 1px 1px 5px 1px #ccc;
	color: #F30;
	background-color: #FFEEEA;
	background-repeat: no-repeat;
}
.error ul {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	list-style-type: square;
	color: #000;
	list-style-image: none;
}

ul#mainlevel-a  {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}
#mainlevel-a li {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 0;
}

a.mainlevel-a:hover {
	background-color: #FF3300;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
}

a.mainlevel-a:active {
	background-color: #e12d00;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
}

#active_menu-a.mainlevel-a {
	background-color: #FF3300;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;

	
}


ul#mainlevel-e  {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
#mainlevel-e li {
font-size: 20px;
}



a.mainlevel-e {
	display:block;
	padding-top: 10px;
padding-bottom: 10px;

}

a.mainlevel-e:visited {
	color: #000;
}


a.mainlevel-e:hover {
	background-color: #FF3300;
text-decoration: none;
}

a.mainlevel-e:active {
	background-color: #e12d00;
text-decoration: none;
}

#active_menu-e.mainlevel-e {
	background-color: #FF3300;
text-decoration: none;

	
}


ul.menu-left {
list-style-image: none;
list-style-type: none;
padding-left: 0;
}

ul.menu-left li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

ul.menu-left li a{
text-decoration: none;
}

ul.menu-left li span {
	font-size: 1.3em;
	line-height: normal;
}

.menu-left ul  {
padding-top: 10px;
}


.menu-left ul li {
	border-bottom-style: none;	
}

.menu-left ul li span {
	font-size: 1em;
	padding-left: 5px;
}

.menu-left li#current > a:nth-child(1) > span:nth-child(1) {
	color: #fff;
	background-color: #FF3300;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.menu-left ul li#current.active span {
color: #fff;
background-color: #FF3300;
}


ul#mainlevel-news {
	margin-bottom:0;
	
}
#mainlevel-news li {

}
a.mainlevel-news {
	font-family: Cuprum, sans-serif;
	padding: 2px;
	font-size: 1.6em;
	line-height: 1.1em;
	text-align: left;
	font-weight: bold;
	color: #FF3300;
	display: block;
	margin: 2px;
}
a.mainlevel-news:hover {
	color: #C62408;
}

.menu-news {
	margin: 5px;
	display: block;
	clear: both;
}
ul.menu-news {
	margin: 0px;
	padding: 0px;
}
.menu-news ul {
	margin: 0px;
	padding: 0px;
}
.menu-news li {
	display: block;
	margin: 10px;
	clear: both;
	padding: 5px;	
	list-style-position: outside;
	list-style-type: none;
}
.menu-news ul li {
	display:inline;
	margin: 0px;
	padding: 0px;
}
.menu-news li span {
	font-size: 24px;
}
.menu-news li li span {
	font-size: 16px;
	line-height: 16px;
	display: block;
	background-image: url(../images/icon-bullet.svg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.menu-news li li a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	line-height: 16px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.menu-news li li a:hover {
	color: #FFF;
	background-color: #F30;

}

/* калькулятор */

.kalk {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 10px;
}
.kalk div {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.ui-menu-item {
	font-size: 0.7em;
}
.con-input {
	position: relative;
	display: inline-block;
}
.con-input label {
	font-size: 14px;
	color: #888;
	position: absolute;
	left: 10px;
	top: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lab {
	font-size: 21px;
	font-weight: normal;
	color: #F30;
	display: block;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.block1 {
	color: #ddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}

.yellow {
	background-image: url(../images/back-yellow.jpg);
	background-repeat: repeat;	
}

.uk-button-primary [class*='uk-icon-'] {
color:#fff8e5;	
}

.grey {
	background-image: url(../images/back-pattern.png);
	background-repeat: repeat;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C62408;
	border-bottom-color: #C62408;
	background-color: #eeeeee;
}

.search {
	background-color: #C62408;
padding-top: 5px;
padding-bottom: 5px;
	
}
.hasTip { width: 20px; height: 20px; display: block; }



.portfolio {
	font-family: Cuprum, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.portfolio a:hover{
	color: #FF3300;
}

.portfolio [class*='uk-icon-']{
color:#fff8e5;	
	
}

.uk-button {
	font-family: Cuprum, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.action .uk-panel-box {
	border: 3px solid #FF3300;
	overflow: hidden;
	font-size: 20px;
	line-height: 20px;
}

.action .uk-panel:hover {
	background: #FF3300;
	border: 3px solid #FF3300;
	color: #FFF;	
}


.circle {
	width: 120px;
	height: 120px;
	background: #FF3300;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
position: absolute;
left: 65%;
top: -20%;
padding-top: 13%;
padding-right: 50%;
color: #fff;

font-size: 0.8em;
line-height: 0.8em;
}

.action .uk-panel:hover .circle {
	background: #fff;
	color: #FF3300;

}


.map h3  {
	color: #FFFFFF;
	background-color: #C62408;
	padding-top: 10px;
padding-bottom: 10px;
}


.uk-overlay {
	display: block;	
}

.uk-tab {
border-bottom: 3px solid #FF3300;	
}

.uk-tab > li {
padding-bottom: 0;	
}

.uk-tab > li > a {
    color: #FF3300;
    text-shadow: none;
}


.uk-tab > li.uk-active > a {
	border-color: #FF3300;
	background: #C62408;
	color: #FFF;	
}

.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
	border-color: rgba(255, 51, 0, 0.06);
	background: #FF3300;
	color: #FFF;	
}
.uk-table-condensed td {
    padding: 12px 8px !important;
}

.vmenu {
}

.vmenu [class*='uk-icon-'] {
	color: #FFFFFF;
	background-color: transparent;
}

.vmenu [class*="uk-icon-"]:hover, [class*="uk-icon-"]:focus {
	color: #FFF9E6;
	background-color: transparent;
	
}



.search [class*="uk-width"] {
	
}

.uk-panel-box-hover:hover {
background: #ececec;	
}

.technology .uk-overlay-background {
    background: #2E73A8;
}

.technology .uk-overlay-panel {
	padding: 10px;
	color: #fff;
	font-family: Cuprum, sans-serif;
	font-weight: bold;
}


.uk-slideshow li {
	padding-bottom: 0px;	
	
}


.portfolio li {
	padding-bottom: 0px;	

}

.uk-button-large {
min-height: 50px;
line-height: 48px;
font-size: 1.5em;
}


.highlight {
	color: #C62408;	
}

.uk-sticky-placeholder {
height: 100% !important;	
}

.uk-grid-divider {
margin-left: 20px;
margin-right: 20px;	
}


/*Модуль junewsultra*/


.uk-badge a {
color: #fff8e5;
	
}

.uk-badge a:hover {
	color: #FFEFBF;
	text-decoration: none;	
}

.uk-badge a:active {
color: #FFEFBF;
	
}


.jn-readmore, .jn-comments {
padding: 0 5px 5px 14px;
background-image: url(images/jc_blog.gif);
background-repeat: no-repeat;
	
}

.jn-readmore {
background-position: 0 2px;	
}

.jn-comments {
background-position: 0 -27px;	
}

.jn-title {
	font-family: Cuprum, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #FF3300;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	padding: 0px;
	text-indent: 0;
}

.jn-title a {
	text-decoration: none;
}
.jn-title a:hover {
	text-decoration: underline;
}


.jn-img-blog {
    height: 200px;
}

.jn-img-catalog {
    height: 160px;
}

.pdfobject-container { height: 700px;}
.pdfobject { border: 1px solid #666; }

[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}


@media all and (max-width: 480px) {


h6 {

	font-size: 1.9em;
	line-height: normal;}
	}
	
@media all and (max-width: 768px) {
	
	
nav {
	padding-bottom: 0;
}

#mainlevel-a li {
	padding-bottom: 20px;
}
	
	}