body{
    font-family: 'Open Sans', sans-serif;
    background: #ececec;
    font-size: 22px;
    color:#000;
    min-width: 320px;
    
}
img{
    max-width: 100%;
    height: auto;
}
h3,h2{
    font-size: 24px;
    font-weight: 700;
}
.btn-red{
    background: #da6f5b;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
	border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.btn-red:hover{
    background: #ec4835;
    color:#fff;
    text-decoration:none;
}
section{
    margin-top: 0;
}
a, a:focus, a:active, a:hover{
	outline:none;
}

div.icons{
display:none;}
/*=========================================header==================================*/

div.info-left{
    float: left; 
    height: 100%;
}
.info-left strong{
	font-size:22px;
}

div.info-right{
    float: right;  
}

header .container{
    height: 100%;
}

.info-top ul.top{
    text-transform:uppercase;
    list-style-type: none;
}

.info-top li{
    display: inline-block;
    color: #000;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 30px;
    padding: 0;
    
}
.navbar-form .input-group > .form-control {
    width: auto;
}
.info-right .glyphicon{
    font-size: 12px;
    color:#949494;
}
.info-right .btn.btn-default{
    border-radius:0 4px 4px 0;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

i.search {
    color:#949494;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 50px;
    top:15px;
    z-index: 10;
    display: none;
}


/*======================================carousel================================*/
.minus{
height:80px;
}

.menu-carousel .item {
    min-height: 600px;
}
.menu-carousel .bgslide{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel.fade{
    opacity: 1;
}
.carousel.fade .item{
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    display:block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 1;
}
.carousel.fade .item.active{
    opacity: 1;
    position: relative;
    z-index: 2;
}

div.carousel-caption {
    position: absolute;
    max-width: 50%;
    right: 0px;
    left:auto;
    top: 40px;
    text-align: center;
    color: #3055a2;
    text-shadow: none;
    margin: 0 5% 0 45%;
}

header .carousel-caption h1{
    font-size: 30px;
    font-weight: 700;
}
header .carousel-caption h3{
    font-weight: 400;
    margin:  0;
}
.btn-red.caption{
    position: absolute;
    bottom: 15%;
    right: 20%;
    z-index: 11;
}
.menu-carousel .carousel-control{
    z-index: 10;
}
.carousel-indicators-wrap{
    position: absolute;
    bottom:0;
    width:100%;
    text-align: center;
}
.carousel-indicators-wrap .carousel-indicators{
    margin-left: 0;
    position: relative;
    left:0;
    bottom: 0;
    display:inline-block;
    background: #fff;
    width: auto;
    border:1px solid #cfcfcf;
    border-radius: 3px;
    padding: 5px 25px;
}
.carousel-indicators-wrap .carousel-indicators li{
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    margin: 0 7px;
}
.carousel-indicators-wrap .carousel-indicators li.active{
    background: #a3a3a3;
}
.carousel-indicators-wrap .carousel-indicators li:first-child{
    margin-left: 0;
}
.carousel-indicators-wrap .carousel-indicators li:last-child{
    margin-right: 0;
}
/*=========================главное меню=========*/
.main-menu .navbar-inverse{
    background: transparent;
    border:none;
    margin: 0;
    padding: 0;
}
.main-menu{
    position: absolute;
    z-index: 12;
    width: 100%;
    top:0;
    background-color: rgba(114, 142, 176, 0.67);
}

.main-menu .navbar-inverse .navbar-nav > li > a{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: background .5s;
    transition: background .5s;
}
.main-menu .navbar-inverse .navbar-nav > li > a:hover{
    background-color: #4a638f;
}
.navbar-inverse .navbar-nav>.active>a{
    background-color: #3914AF;
}

.menu-carousel .main-menu .navbar-brand{
    padding:0;
    margin-left:30px; 
}
.main-menu .navbar-brand img{
    float:left;
    max-width: 120px;
    z-index: 50;
}

div#main-menu ul.navbar-nav{
    float: right;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #4a638f;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}



/*===================================content===================================  */


.sidebar{
    padding: 50px 10px 50px;
    border-right:3px solid #dadada;
}
.news, .zhog, .profsous{
    border-bottom: 3px solid #dadada;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;    
    padding-right:2px;
}
.item-news{
    margin-bottom: 30px;
}
.sidebar h3{
    margin-top: 0;
    margin-bottom: 30px;
}
.sidebar h4{
    color:#5989ca;
}
.sidebar a{
    color:#5989ca;
    font-weight: 700;
    text-decoration: underline;
}
.sidebar ul{
    padding:0;
    
}
.sidebar li{
    list-style-type: none;
    padding: 5px 0;
}
.profsous li>a{
    font-weight: 400;
    text-decoration: none;
}


/*======карточки отделений======*/
.content{
    padding: 50px 0 0;
}

.content h3, h2{
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
}
.content .blog img{
	padding-left: 15px;
	padding-bottom:15px;
}

.content-row{
	margin-bottom: 40px;
}

.content-row.dep{
    float:left;
}
.content p{
    font-size: 18px;
    padding-left: 15px;
    
}
.content a{
    color:#5989ca;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}
.article{
	background: #fff;
	border: 1px solid #c0c0c0;
	padding: 20px 15px;
	text-align: center;
    position: relative;
	height: auto;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.article:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .5);
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.article a{
    display: block; /* Ссылка как блочный элемент */
    text-align: center; 
    height: 100%; /* Высота на весь слой */
    padding-left: 0;
    text-decoration: none;
}
.article h5{
    text-transform: uppercase;
    
}
h5.article-title{
    color:#000;
}
h5.article-title1{
    color:#4a638f;
    font-weight: 700;
}
h5.article-title2{
    color: transparent;
}
.article-img{
	height: 170px;
	width: 100%;
    padding-bottom: 20px;
}
.article-img img{
	height: 100%;
	width: 100%;
}
.wrapper-article{
    height: 100px;
	width: 100%;
}
.article a.btn-default{
    color:#da6f5b;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
	border-radius: 5px;
    display: inline-block;
}
.article a.btn-default:hover{
    color:#fff;
    background: #da6f5b;
    border: none;
}
.commerce{
	background: #fff;
	border: 1px solid #c0c0c0;
	padding: 20px 15px;
	text-align: center;
    position: relative;
/*	height: auto;*/
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.commerce:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .5);
	box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.commerce a{
    display: block; /* Ссылка как блочный элемент */
    text-align: center; 
    height: 100%; /* Высота на весь слой */
    padding-left: 0;
    text-decoration: none;
	
}

.commerce img{
    width: auto;
    padding: 15px;
    height: 150px;
}
.inform a{
    color:#5989ca;
    font-weight: 700;
    text-decoration: none;
}
.inform a:hover{
    text-decoration: underline;
}
 ul.inform{
    padding:0;
}
.inform li{
    list-style-type: none;
    padding: 5px 0;
}
/*====материалы=====*/
.item-page, .blog{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.item-page .page-header, 
.blog .page-header{
	margin:0;
	padding-bottom:0;
}
.item-page .published, .blog .published{
	padding-left:15px;
	color:#5989ca;
}
.item-page, .blog{
margin-bottom:50px;
}
.blog .page-header h2{
	margin:0;
	padding:0;
	}
/*=====страницы отделений======*/
div.content-row.otdel.clearfix{
	max-height:382px;
	min-height:250px;
}
.otdel-left{
text-align:center;
padding-top:15px; 
padding-bottom:15px;
background-color:rgba(114, 142, 176, 0.67);
color:#fff; 
margin:auto;
}
.otdel-left h3{
margin-bottom:10px;
padding:0;
}
.otdel-left h2{
margin-top:10px;
margin-bottom:20px;
padding:0;
}
.otdel-right{
	height:100%;
	margin:auto;
	
	}
.otdel-right img{
	max-width:100%;
	height:auto;

}

.content-row.otdel p{
padding-left:0;
padding-right:0;
}
.content-row.otdel ol{
	font-size:18px;
}
a.thumbnail{
padding-left:4px;
}
/*==========баннеры*/
.bannergroupbanners{
  margin-top:40px;
  margin-bottom:15px;
}
.banneritem{
      margin-top: 10px;
    margin-bottom: 10px;
}
/*==========футер, форма подписки*/
.bottom-content{
	background: #fff;
    text-align: center;
    padding: 30px 0 30px 0;
}

.bottom-content .form .form-control{
	height: 50px;
	width: 100%;
}
#map {
        width: 100%;
        height: 298px;
        background-color: grey;
  		margin-top:20px;
      }

.mod_ext_simple_contact_form {
	width:80%;
	margin:auto;
}
.g-recaptcha{
	margin-bottom:10px;
	width:100%;
}

/*  партнеры  */
.bottom-partners{
	background: #f5f5f5;
    
}
.bottom-partners img{
    height: 50px;
    width: auto;
}
.bottom-partners ul{
    padding: 10px 0;
}
.bottom-partners li{
    display: inline;
    padding: 15px;
}
.bottom-partners li>a{
    height: 100%;
}
.bottom-partners img:hover{
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .5);
    box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
/*=============================footer===========================*/
.footer-menu{
	background: #27344b;
	padding: 30px 0;
    color: #fff;
	font-weight: 300;
    font-size: 14px;
}
.footer-menu h5{
	text-decoration: underline;

}
.footer-menu p{
    color: #fff;
    margin: 0;
}
.footer-menu a{
    color: #fff;
   
}
.social-icons img{
    color: #fff;
    margin-bottom: 10px;
}
.footer-menu img{
    width: 25px;
    margin-right: 15px;

}
.our-contact p{
    margin-bottom: 10px;
}
.footer-copyright{
	background: #ebebeb;
	padding:15px 0;
}
footer .col-md-4{
        text-align: right;
    }
	/*   страница поиска    */
div.search{
	padding-left:15px;
	font-size:18px;
	margin:0;
}
#searchForm{
	padding-left:15px;
	padding-bottom:50px;
}
.searchintro p{
	font-size:12px;
	color:#5989ca;
	padding:0;
}
#searchForm>.input-group .form-control{
width:auto;
border-radius:5px;
}
#searchForm>.input-group .input-group-btn{
width:auto;

}
#searchForm>.input-group .input-group-btn button{
	color: #fff;
    background-color: #5989ca;
	border-color: #ccc;
}
/*платные услуги*/
table.table-bordered{
	border: 2px solid #5989ca;
	min-width:320px;
}

.table-bordered > tbody > tr > td, 
.table-bordered > thead > tr > th{
	border: 2px solid #5989ca;
}
.table-bordered td.bold{
font-weight:700;
}
#calculate>input{
   width:100%;
   height:100%;
   
}
#calculate>input:active{
    border:none;
}
.kontakts{
  font-size:18px;
}

.readmore{
  font-size:14px;
  }
div.pagination{
  display:block;
}
div.pagination>ul>li{
  display:inline-block;
 }
#toTop { 
	position: fixed; 
	bottom: 50px; 
	right: 1%; 
	background: none; 
	cursor: pointer;
	max-width: 50px;}
.toTop{
width: 100%;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
.menu-carousel .main-menu .navbar-brand{
    margin-left:5px; 
}
.main-menu .navbar-brand img{
    max-width: 100px;
    z-index: 50;
}    
.article{
    padding-top: 10px;
    }
.article h5{
    font-size: 14px;
}
.article-img{
	height: 140px;
	padding: 10px 0px;
}
    
.main-content .col-sm-4{
    padding: 5px;
    }
.commerce p{
    height: 50px;    
    }
div.content{
    padding-bottom: 0;
    }

.bottom-partners img{
    height: 45px;
}
.bottom-partners li{
    padding: 5px;
}
.footer-copyright{
	padding:5px 0;
    font-size: 12px;
}
.sidebar{
    padding-right: 5px;    
    }
    
.otdel-left h3{
margin-bottom:0px;
padding:0;
font-size:18px;
}
.otdel-left h2{
margin-top:5px;
margin-bottom:10px;
padding:0;
font-size:20px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

.info-right .navbar-form{
        position: absolute;
        margin:0;
        padding: 15px;
        top:25px;
        right: 15px;
        z-index: 55;
        display:none; 
    }
#mod-search-searchword90.input-group .form-control,.input-group-btn, i.search {
        display: block;
		
}
i.search {
    right: 10%;
    top: 20px;
   }
.info-left{
    margin-left:30px;
    }
.menu-carousel .carousel-caption h1{
        font-size: 24px;
        }

.menu-carousel .carousel-caption h3{
        font-size: 22px;
        }
.main-menu .navbar-inverse .navbar-nav > li > a{
        font-size: 16px;
        padding: 15px 5px;
        }
.btn-red.caption{
    right: 19%;
   }
.content p {
    font-size: 16px;
    padding-left: 15px;
    padding-right:15px;
}
.sidebar{
        padding-bottom: 0;
        padding-top: 0;
        border-right: none;
    }
footer .col-md-4{
        text-align: left;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .menu-carousel .main-menu .navbar-brand{
    margin-left:25px; 
}  
    .main-menu .container{
        padding-left:0;
        padding-right: 0;
        }
#main-menu ul.navbar-nav{
        margin: 0;
        }
.carousel-caption{
    left:80px;
}
    .content{
		padding-top: 20px;
		padding-bottom: 0;
	}
    .content-row{
		margin: 20px 0;
	}
.content-row.otdel {
    padding:15px;
    margin:0;
    }
 .carousel-inner {
    max-height: 500px;
}
}
@media only screen and (max-width : 767px) {
.info-left strong {
    font-size: 18px;
}
    
.info-left li{
    margin-right:10px;
}
.info-right .navbar-form {
    top: 40px;
    right: 25%;
    width: 50%;
    }
  i.search {
    right: 5%;
   
   }
#main-menu ul.navbar-nav{
        float: left;
        width: 100%;
    }
#main-menu ul.navbar-nav a{
    padding-left: 20%;
    }
    .main-menu .navbar-inverse .navbar-nav > li > a:hover{
        text-decoration: none;
        background: #4a638f;
        }
    .main-menu .navbar-form{
        margin:8px 0;
    }
    .main-menu .navbar-brand img{
        max-height: 50px;
    }
    .main-menu .navbar-toggle.collapsed + .navbar-brand img{
        max-height:none;
        position: relative;
        z-index: 20;
    }
    .btn-red.caption{
    right: 15%;
   }
    .content-row.dep{
    float:none;
        }
   
    .wrapper-article{
        height: 60px;
    }
    .article-img{
        height: 170px;
        width:auto;
    }
    .article-img img{
        width: auto;
    }
      .otdel-right img{
	margin-bottom:20px;
	margin-top:20px;
}
.otdel-right {
    padding:0;
}
}

@media only screen and (max-width : 619px) {
.article h5{
    font-size: 12px;
    }
.info-left{
    margin-left:50px;
    }
.info-top li{
margin-top:5px;
}
i.search {
    top:25px;
   }
     .btn-red.caption{
    right: 12%;
   }
  
}
@media only screen and (max-width : 545px) {
    .sidebar .col-xs-6{
       width: 100%;    
    }    
    
.article{
        padding-left: 5px;
        padding-right: 5px;
    }
table.table-bordered{
	font-size:10px;
}
  .kontakts{
    font-size:10px;
  }  
.table-bordered > tbody > tr > td, 
.table-bordered > thead > tr > th{
	padding:1px;
}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 505px) {
    .info-left{
    margin-left:30px;
    }
    .menu-carousel .carousel-caption h1 {
    font-size: 22px;
}
    .btn-red.caption{
        font-size: 12px;
    }
    .main-menu .navbar-toggle.collapsed + .navbar-brand img{
        max-height:80px;
        }   
    .content .col-xs-6{
       width: 100%;    
    }  
    .content .commerce{
        margin-bottom: 20px;
    }
    .bottom-content {
        padding: 25px 0;
    }
    .footer-menu .col-xs-6{
       width: 100%;    
    } 
table.table-bordered{
	font-size:9px;
	white-space:pre-wrap;
}
.mod_ext_simple_contact_form{
	margin-left:1px;
}
}

@media only screen and (max-width : 360px) {
    .info-left{
        font-size: 12px;
        padding: 0;
    }
	.info-left strong{
        font-size: 12px;
    }
    .menu-carousel .carousel-caption h3{
        font-size: 16px;
    }
    .menu-carousel .carousel-caption h1{
        font-size: 18px;
    }
    .g-recaptcha {
      margin-left: 0;
      padding-left:0;
}
	table.table-bordered{
	font-size:8px;
	white-space:pre-wrap;
}
	
}
@media only screen and (min-width : 1200px){
    .main-menu .navbar-form{
        display: block !important;
    }
}
.banneritem img{
  height:100px;
}
