﻿body{
 font-family:  Open Sans !important;
 color: #444444;
 min-height:100%;
 background: #f1f1f1;
}	

.wraperrr {
	overflow-x: hidden !important;
}

h1, h2, h3, h4, h5 {
line-height: 1.3em;
    padding: 0.5em 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
}

h1 {padding: 1em 0;}
h2 {font-weight: bold; font-size: 22px; padding-top: 1.2em;}
h5 {font-weight: bold;}
	
.container { border-top: 5px solid #36ab19;
	background-color: #ffffff; 
/*    margin-top: 20px;*/
	margin-bottom: 20px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 10px rgba(87, 87, 87, 0.2);
	-moz-box-shadow:    0px 0px 10px rgba(87, 87, 87, 0.2);
	box-shadow:         0px 0px 10px rgba(87, 87, 87, 0.2);
	}

@media (max-device-width: 768px) {
	.container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

.logo {margin: 0 auto;}

.address-bar {
	text-align: center;
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.7;
    height: auto;}

.phone-box span {
    margin-left: 2px;
}
.phone-box span.top-email:first-child {
    font-size: 1.5em;
}	
.top-email, .top-email a {color: #1e73be;}	
.top-email a:hover {color: #36ab19; text-decoration: none;}

@media (max-width: 768px) {
	.address-bar, .phone-box {text-align: center;}
}
    
/* ---------------------- Навигация --------------------------- */
.navbar-default {
    background-color: #1e73be;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #6ec0f6;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1e73be;
}

.navbar {
    border: none;
	border-radius: 0;
	margin-bottom: 0;
	min-height: inherit;
}

.nav > li > a {
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #36ab19;
}

.navbar-default {	
  width: auto;
  background-color: #1e73be;
  margin-left: -5px;
  margin-right: -5px;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1e73be; /* Old browsers */
/*  border-bottom: 1px solid #d5d5d5;*/
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  display:block;
}

.navbar-default:before {	
	border-bottom: 5px solid #1e73be;
	content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0px;
    top: -10px; 	}

.navbar-default:after {	
	border-bottom: 5px solid #1e73be;
	content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0px;
    top: -10px;}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #36ab19;
    border-color: #428bca;
}		

@media (min-width: 768px) {
.navbar-header {
    display: none;
}
}

.dropdown-menu {
	margin-top: 0px;
	background: #1e73be;
	width: 100%;
	}
.dropdown-menu > li > a {color: #fff; padding: 6px 20px; white-space: normal;}
.dropdown-menu > li > a:hover {background-color: #36ab19; color: #fff;}
.dropdown-menu > li > a:hover:before {content:"\25B6";position: absolute;
	left: 3px;}
	
@media (max-width: 768px) {
.dropdown-menu > li > a:hover:before {content:"\25B6";position: absolute; 
	margin-left: 3px;}
	}	
	
.dropdown-menu .divider {
    background-color: #fff;
	margin: 1px 10px 1px 20px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

@media (min-width: 768px) {
.dropdown-submenu>.dropdown-menu {
    top:0 !important; left:100% !important;
}
}

.navbar-collapse.in {
    overflow-y: visible;
}

/* --------------------- Конец навигации --------------------------*/

/*******************************Тело***************************************/

.underl a {text-decoration: underline; color: #36ab19 !important; padding: 3px;
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;}
.underl a:hover {color: #fff !important; background:#36ab19; text-decoration: none !important;}

.header_h1 {padding: 1em 0 0;}

.mainbody {
	padding: 0 2%;
	font-size: 11px;
	}

.mainbody table > tbody > tr > td {border: none; vertical-align:middle;}

.mainbody a {color: #36ab19;     
	text-decoration: underline;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;}
.mainbody a:hover {text-decoration: none !important;}

.mainbody h2 {border-bottom: 1px dashed #1e73be; padding-bottom: 0.2em; margin-bottom: 0.4em;}

@media (max-width: 768px) {
.mainbody h2 {text-align: center;}
	}	

.mainbody p, .mainbody li {font-size: 14px; line-height: 1.8em;}

.bottom-30 {margin-bottom: 30px !important;}

.top-2em {margin-top: 2em;}

@media (max-width: 768px) {
.left-m {display: none;}
	}	

.left-m {
    position:relative;
    width:100%;
    padding:1em 1.5em;
    margin:40px auto;
    color:#0053aa;
    overflow:hidden;
	border: 1px solid #ccc;
}

.left-m.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.left-m ul {
margin: 0;
padding: 0; 
list-style: none; 
width: 100%;
}

.left-m ul li {
position: relative;
font-size: 12px;
text-transform: uppercase;
border-bottom: 1px dotted #ccc;
padding: 5px 0;
line-height: 1.2em !important;
}

.left-m li ul {
	margin: 0 0 0 10px;
}

.left-m li ul li {
	padding: 0;
	padding-left: 10px;
	margin: 5px 0;
	border-left: 4px solid #1e73be;
	text-transform:none;
	border-bottom: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.left-m ul li a {/*color:#fff; background: #1e73be;*/ color:#0053aa; display:block; padding: 3px; -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	}
.left-m ul li a:hover {color: #fff; background: #36ab19; text-decoration:none;}	
.left-m li ul li a {color:#0053aa; background: #fff;}
.left-m li ul li a:hover {color:#36ab19; background: #fff; text-decoration: underline;}

/*.left-m .last {border-bottom: none !important;}*/
.left-m .active {font-weight: bold;}

.LeftMenuHeader  {position: relative;
background: #0053aa;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.LeftMenuHeader h5 {color: #fff; text-align: center;}
.LeftMenuHeader p {
	font-weight: bold;
	color: #fff !important; 
	text-align: center !important;
	line-height: 1.3em !important;
	padding: 0.5em 0 !important;
	margin: 0 !important;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	}

.note {
    position:relative;
    width:100%;
    padding:1em 1.5em;
    margin:2em auto;
    color:#fff;
    background:#97C02F;
    overflow:hidden;
}

.note:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* Äàííûé òðþê óñòðàíÿåò îøèáêó â áðàóçåðàõ webkit (ñäâèã)  */
    border-style:solid;
    border-color:#fff #fff #658E15 #658E15; /* Äëÿ ðàáîòû ñ .rounded */
    background:#658E15; /* Äëÿ Opera ïðè ïðèìåíåíèè border-radius */
    display:block; width:0; /* Òîëüêî äëÿ Firefox 3.0 äëÿ ñíÿòèÿ îãðàíè÷åíèé */
    /* Îïöèîíàëüíî: òåíè */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red {background:#1e73be;}
.note.red:before {border-color:#fff #fff #1c476c #1c476c; background:#1c476c;}

.note.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.note.rounded:before {
    border-width:8px; /* Âêëþ÷àåò ñäâèã íà 1px ïî äèàãîíàëè â Safari 5 (è Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Èñêëþ÷àåò ñäâèã íà 1px â áðàóçåðàõ webkit. Ôîíîâûé öâåò âèäåí. */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}

.note p {font-size: 1.2em; text-transform:uppercase;}
.note p {margin:5px 2px 0; padding: 7px 2px 0;}
.note h4 {border-bottom: 1px dashed #fff; margin-bottom: 8px;}
.note a {color: #fff; margin: 4px 0;}
.note a:hover {text-decoration: none; background-color: #36ab19; color: #fff; border-bottom: none;}

.note p.comm {font-size: 1em; margin:2px 0 5px 1.8em; text-transform:none; padding:0; color: #ccc;}

.note hr {border-top: 1px dashed #fff;}

.rec {
	border-bottom: 1px dashed #1e73be;
    margin-bottom: 8px;}

.rec-img {border: 1px solid #ccc; padding: 2px; margin:2px;}	

.and-other{font-weight: bold; font-size: 13px; color: #1e73be !important;}

.pd05 {padding-top: 0.5em;}

.tr_ocenka {margin: 10px 0 40px;}

.article li {
list-style-type: none; /* Скрываем маркеры, отображаемые по умолчанию */
}
.article li:before {
font-weight: 400;
color: #36ab19; /* Цвет маркера */
content: "\25cf"; /* Маркер */
padding-right: 7px; /* Отступ от маркера до текста */
}

.article ol {
counter-reset: list 0;
    padding: 0;
    list-style: none;
    margin: 0 0 20px 7px;
    width: auto !important;
}
.article ol li {
	position: relative;
    margin: 0 0 25px 2.5em;
    padding: 0px 4px 0px 14px;
	line-height: 28px;
    border-left: 3px solid #36ab19;
/*    border-bottom: 2px solid #1e73be;*/
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;	
}
.article ol li:hover{background: #eeeeee;}
/*.article ol li:hover strong {color: #1e73be;}*/
.article ol li:before{
	content: counter(list);
    counter-increment: list;
    position: absolute;
    top: 0;
    left: -45px;
    width: 28px;
	height: 28px;
    background: #36ab19;
	border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 2px 0 0 0;
}

.statii_date {font-size: 100% !important; font-weight: bold; margin: 0; color: #36ab19;}
.statii_header {margin: 0; padding: 0 !important;}
.statii_intro {font-size: 110% !important; margin-bottom: 20px;}

.partners_logo {margin: 0  auto 10px;}

address {font-size: 1.2em !important;}

@media (max-width: 768px) {
#no-in-mob-1, #no-in-mob-2, #no-in-mob-3, #no-in-mob-4 {display: none;}
	}	
	
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}	

.call-me {font-size: 12px; font-weight: bold; text-align: justify;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	margin: 0 10px 10px;
}
.call-me:hover {color: #1e73be;}
.row-call-me {
	margin: 30px 0; padding: 10px; border: 2px solid #1e73be; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.row-call-me:hover {border: 2px solid #36ab19; background: #eeeeee;}
.call-me-phone {font-size: 1.5em; text-align: center; margin: 0 10px 10px; color: #1e73be; font-weight: bold;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.call-me-phone a {
	color: #1e73be; 
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.call-me-phone a:hover{color: #36ab19;}
.call-me-phone:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/********************************Формы заявок********************************************/

.zayavka-h2 {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: none;
	text-align:center;
	color: #1e73be;
}

.request-form input.callback, .request-form select.callback {
    height: 44px;
    margin: 0 0 10px;
	padding: 0 10px;
    width: 100%;
/*	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;*/
}

.request-form textarea.callback {
	height: 88px;
    margin: 0 0 10px;
	padding: 10px;
	width: 100%;
	}

.zakaz {color: #ffffff; background-color: #1e73be; text-decoration: none; padding: 10px; display: block; text-shadow:none;	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
/*	margin: 0 10px 10px 10px;*/
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-align:center;}
.zakaz:hover {text-decoration:none; color: #ffffff; background-color: #36ab19;}

/********************************Конец Формы заявок********************************************/



/********************************Прайс лист********************************************/
#price-table{text-align: center;}
#price-table table {
	border: 1px solid #1e73be;
    width: 100%;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#price-table td, #price-table th {
    border-top: 1px solid #1e73be;
    padding: 5px 2px 5px 2px;
	
}

#price-table th {
    color: #ffffff;
    background: #6ec0f6;
}

.table-header {
    text-align: center;
    font-weight: bold;
    background: #1e73be;
    color: #ffffff;
}

#price-table a {
    color: #36ab19;
}

.table-text {
    text-align: left;
}
/********************************Конец прайс листа ********************************************/


/********************************Кнопки вызова  форм ********************************************/

.want {position: relative; text-align: center;
background-color: #0c53a1;
    background-image: -moz-linear-gradient(#5aa8d8, #0c53a1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5aa8d8), to(#0c53a1));
    background-image: -webkit-linear-gradient(#5aa8d8, #0c53a1);
    background-image: -o-linear-gradient(#5aa8d8, #0c53a1);
    background-image: -ms-linear-gradient(#5aa8d8, #0c53a1);
    background-image: linear-gradient(#5aa8d8, #0c53a1);
margin: 0 10px 10px; text-transform: uppercase;-webkit-border-radius: 10px;
-moz-border-radius: 10px; border-radius: 10px; 
-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);

-moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);

box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;}
.want a {
	display: block;
    height: 58px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 58px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    padding-left: 10px;
    padding-right: 10px; 
}

.want a:hover {/*text-decoration: underline;text-shadow: 0px 0px 10px rgba(252, 252, 252, 1); */color: #fff;}

.want:hover {		background: #36ab19;
/*		background-image: -moz-linear-gradient(#33ff01,  #36ab19);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#33ff01), to(#36ab19));
		background-image: -webkit-linear-gradient(#33ff01, #36ab19);
		background-image: -o-linear-gradient(#33ff01, #36ab19);
		background-image: -ms-linear-gradient(#33ff01, #36ab19);
		background-image: linear-gradient(#33ff01, #36ab19); */
		}

.want a span {background: #fff; 
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
position: absolute; display: block; top: 1px; left: 4px; right: 4px;border-radius: 3px;
    height: 24px;}

.want a:hover span {height: 34px; 
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.comm-to-button {color: #1e73be; font-size: 100% !important;}

/********************************Конец Кнопок вызова  форм ********************************************/


/************************************Хлебные крошки********************************************/
.BrdCr {margin-top: 10px; margin-bottom:30px;}
.B_crumbBox {font-size: 1.1em; }
.B_homeCrumb {color: #1e73be !important;}
.B_crumb {color: #1e73be !important;}
/************************************Конец Хлебные крошки********************************************/

	
/*******************************Конец тела***************************************/

/* ----------------------- Подвал ----------------------------------*/
.footer {
    background-color: #1e73be;
	color: #fff;
	margin: 0;
	padding-bottom: 2%;
}

.footer h4{
        border-bottom: 2px solid #6ec0f6;
		margin: 2em 0 1.5em;
}

.footer ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    border-bottom: 1px solid #6EC0F6;
	padding: 0.6em 2px;
    list-style-type: none;
}

.footer ul li a {
	color: #fff;
	font-weight: 400;
	    line-height: 18px;
}

.footer ul li a:hover {
	text-decoration: none;
}
.footer ul li:hover {
	background-color: #36ab19;
}

.footer h5 {text-transform: none; font-size: 0.8em;}

.footer p {padding: 0.6em 0; font-size: 1.2em;}

.footer .phone {font-size: 1.8em; font-weight: bold;}

.footer p a {color: #fff;}
.footer p a:hover {color: #fff;}
/* ----------------------- Конец подвала ----------------------------------*/
