/* РАЗМЕТКА */

html, body {
	height: 100%;
	min-width: 320px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -260px;
}

#push {
    height: 260px;
}

#footer {
	padding: 10px 0;
    height: 260px;
	background-color: #0061b0;
	background-image: url('/images/bg3.jpg');
	background-position: 50% 0;
	color: #fff;
}

.gray {
	background-color: #f6f6f6;
	border-bottom: 1px solid #ddd;
}

.main {
	padding-top: 20px;
	padding-bottom: 35px;
}


/* НАВИГАЦИЯ */

.nav.nav-pills > li > a  {
	font-family: 'kelson_sans_rubold', serif;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	text-transform: uppercase;
}

.nav.nav-pills > li > a:hover  {
	color: #fff;
	text-decoration: underline;
    background: none;
}

.nav .caret, .nav a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.menu {
	margin: 25px 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(255,255,255,0.15);
}


/* ШАПКА */

#header {
	background-color: #0061b0;
	background-image: url('/images/bg3.jpg');
	background-position: 50% 20%;
	background-size: cover;
}

.btn-outline-inverse {
    background-color: rgba(255,255,255,0.15);
    border-color: #FFFFFF;
    color: #FFFFFF;
	border: 2px solid rgba(255,255,255,0.5);
	margin-top: 10px;
	transition: background 0.5s ease;
}


.btn-outline-inverse:hover, .btn-outline-inverse:focus {
    background-color: rgba(255,255,255,0.35);
    color: #FFFFFF;
	border: 2px solid rgba(255,255,255,0.5);
}


.logo {
	vertical-align: middle;
	font-family: 'kelson_sans_rubold', serif;
	color: #fff;
	font-size: 22px;
	line-height: normal;
	margin: 20px 0 18px 0;
}

.logo a {
	color: #fff;
}


/* ПОДВАЛ */

#footer h4 {
	font-family: 'kelson_sans_rubold', serif;
	color: #fff;
}

#footer a {
	color: rgba(255,255,255,0.6);
}

.copyright {
	padding: 20px 0;
	border-top: 2px solid rgba(255,255,255,0.2);
}

#footer .icons-ul {
    margin-left: -17px;
}


/* ГЛАВНАЯ */

#header.homepage {
	background-position: 50% 50%;
}
   
#header .slogan {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

.icons {
	margin: 30px 0 25px;
	font-size: 100px;
	color: #ccc;
}

.icons .icon-plus {
	font-size: 115px !important;
	margin-top: 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.icons h3 {
	font-family: 'kelson_sans_ruregular';
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
}

.slide {
	padding: 65px 0;
	border-top: 2px solid rgba(255,255,255,0.2);
}

#searchform {
	margin: 20px 0 10px;
}

.clients {
	margin: 15px 0 40px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px 0 0;
}

.clients a:hover .client{
	border: 1px solid #ccc;
}

.client{
	padding: 20px 0;
	background-color: #fff;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.icons div {
	min-height: 213px;
}


/* ЗАГОЛОВКИ */

h3, h4 {
	font-family: 'kelson_sans_ruregular';
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	color: #0081b7;
}

h2 {
	font-family: 'kelson_sans_ruregular';
	font-size: 36px;
	font-weight: normal;
	color: #0081b7;
}

.main h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.main h3 {
	margin-top: 0;
	font-size: 20px;
}

.main h4 {
	margin-top: 20px;
	font-size: 20px;
}

.main .docs h4 {
	margin-top: 0;
	font-size: 20px;
}
        
.news h5 {
	color: #0081b7;
	font-weight: 600;
	font-size: 16px;
}
        
.gray h2 {
	margin: 13px 0;
}

.popup {
	width: 460px;
}

/* СТИЛИ */

.main a {
	text-decoration: underline;
}

.highlight {
    background-color: #FFFF88;
}

#grid .mix{
	display: none;
}


.visible{
	display: block;
}


/* MEDIA QUERIES*/

@media (min-width: 992px) and (max-width: 1199px) {
	
.icons h3 {
	font-size: 22px;
}

} 

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	
.icons h3 {
	font-size: 20px;
}
}

 
@media (max-width: 991px) {
      
#header .slogan {
	font-size: 16px;
}
	
	#footer {height: auto;}
}

.сontacts-list td
{
    padding: 8px 0px !important;
}

.сontacts-list
{
    margin-bottom: 20px;
}

.сontacts-list table
{
    margin-bottom: 0px !important;
}
