@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic-ext);

body{
	font-family: 'Open Sans', sans-serif;
}

.container{
	width:1000px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

/*start header styles*/
.header{
	
}
.header__inner{
	padding-bottom:22px;
}
.header__inner_bordered{
	border-bottom: 3px solid #f0f0f0;
	margin-bottom: 30px;
}
.header__logo{
	float:left;
	width:26.5%;
	margin-right:2%;
	margin-top:35px;
}
.header__menu{
	float:left;
	margin-top: 56px;
}
.header__conto{
	float:right;
	margin-top: 37px;
}
.header__wait{
	font-size: 13px;
	font-weight: 600;
	color:#abaaaa;
	line-height: 1.1;
	text-align: right;
}
.header__phone{
	font-size: 24px;
	font-weight: bold;
	color:#3f3f3f;
}

.nav-menu-top{

}
.nav-menu-top__item{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#535353;
	display: inline-block;

	padding:5px 15px 4px;
	border-radius: 16px;
	margin:0 11px;
}
.nav-menu-top__item:hover, .nav-menu-top__item_active{
	background: #f97f1b;
	color:#fff;
}
/*end header styles*/

/*start grid info on main*/
.grid-info-blocks{
	display: table;
	border-spacing: 15px 0;
	margin: 0 -15px;
}
.grid-info-blocks__item{	
	width:33.33%;
	display: table-cell;
	border:1px solid #dbdbdb;
	padding:23px 25px 30px;
	text-align: center;
}
.grid-info-blocks__box{

}
.grid-info-blocks__img{
	min-height: 60px;
}
.grid-info-blocks__title{
	font-size: 19px;
	font-weight: bold;
	color:#2c2a2a;
}
.grid-info-blocks__text{
	font-size: 15px;
	line-height: 1.15;
	font-weight: 600;
	color:#525252;
}
/*end grid info on main*/
/*start news list*/
.main-news-block{
	background: #f9f9f9;
	padding-top: 32px;
	padding-bottom: 65px;
	min-width:1000px;
}

.main-news-block__inner{
	padding:0 15px;
}

.news-list{
	
}
.news-list_2cols{
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.news-list__item{
	display: inline-block;
	margin-bottom: 36px;
}
.news-list__date{
	font-size: 15px;
	font-weight: 600;
	color:#fb861f;
	margin-bottom:5px;
}
.news-list__title-link{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color:#0d6ba2;
	text-decoration:underline;
	margin-bottom: 8px;
}
.news-list__text{
	font-size:15px;
	color:#4d4d4d;
}
/*end news list*/

/*start breadcrumbs*/
.l-nd-breadcrumbs{

}
.nd-breadcrumbs{
	margin:0;
	padding:0;
	cursor: default;
}
.nd--breadcrumbs__item{
	list-style: none;
	display: inline-block;
}
.nd-breadcrumbs__item-link{
	color:#0d6ba2;
	cursor: pointer;
}
.nd-breadcrumbs__item-link:hover{
	text-decoration: none;
}
.nd-breadcrumbs__item-link .nd-breadcrumbs__item-text{
	color:#0d6ba2;
}
.nd-breadcrumbs__item-text{
	font-size: 14px;
	color:#3f3f3f;
}
.nd--breadcrumbs__item{

}
.nd-breadcrumbs__item-text{

}
/*end breadcrumbs*/		           

/*start pagination*/
.pagination{

}
.pagination__item{
	display: block;
	float:left;
	border:1px solid #e1e1e1;
	font-size:15px;
	color:#4d4d4d;
	width:26px;
	height:30px;
	padding:6px 2px 0;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 0 7px;
	text-decoration: none;
	cursor:pointer;
}
.pagination__item:first-child{
	margin-left:0;
}

.pagination__item:hover, .pagination__item_active{
	border-color: #fc8521;
	background-color: #fc8521;
	color:#fff;
}
.pagination__item_prev{
	padding-top: 8px;
	font-size:12px;
	margin-right:12px;
	margin-left: 0;
}
.pagination__item_next{
	padding-top: 8px;
	font-size:12px;
	margin-left:12px;
	margin-right: 0;
}
.pagination_gap{
	font-size:15px;
	color:#4d4d4d;
	float:left;
	height:30px;
	padding-top:6px;
	box-sizing: border-box;
	margin:0 0 0 4px;
}
.pagination_gap + .pagination__item{
	margin-left: 4px;
}
/*end pagination*/

/*start contacts styles*/
.contacts-info{
	display: table;
	width: 100%;
}
.contacts-info__left{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width:42%;
	padding-right: 30px;
	border-right: 2px solid #f1f1f1;
	/*position: relative;*/
}
/*
.contacts-info__left:after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 100%;
	box-sizing: border-box;
	background: #f1f1f1;
}
*/
.contacts-info__right{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	display: table-cell;
	width:58%;
	padding-left: 62px;
}
.contacts-info__callback{
	font-size: 16px;
	font-weight: 600;
	color:#fff;
	background: #fb861f;
	border:1px solid #ea5700;
	padding:8px 35px 7px;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(251,167,93,1), 0px 1px 5px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(251,167,93,1), 0px 1px 5px 2px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 0px 0px rgba(251,167,93,1), 0px 1px 5px 2px rgba(0,0,0,0.24);
}
.conto-table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.conto-table__row{
	
}
.conto-table__cell{
	border: none;
	vertical-align: top;
	padding-right: 11px;
	padding-bottom: 12px;
	line-height: 1.5;
}
.conto-table__cell_first{
	padding-top:5px;
}
.conto-props-list{
	color:#212121;
}
.conto-props-list__title{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 14px;
}
.conto-props-list__item{
	font-size:15px;
	margin-bottom: 7px;
}
.contacts-map{
	width:100%;
	height:374px;
	background: #e9e5dc;
}
/*end contacts styles*/

/*start footer styles*/
.footer{
	background: #2481bc;
	padding-bottom: 58px;
	min-width:1000px;
}
.footer__logo{
	float:left;
	width:28.5%;
	margin-top: 48px;
}
.footer__menu{
	float:left;
	margin-top: 66px;
}
.footer__conto{
	float:right;
	margin-top:46px;
	color:#fbfbfb;
	line-height: 1.3;
}
.footer__conto-title{
	font-size: 15px;
	font-weight: 600;
}
.footer__conto-link{
	color:#fbfbfb;
	text-decoration: none;
	cursor: pointer;
}
.footer__conto-link:hover{
	color:#fbfbfb;
	text-decoration: underline;
}
.nav-menu-bottom{

}
.nav-menu-bottom__item{
	font-size: 14px;
	font-weight: 600;
	color:#fbfbfb;
	text-decoration: underline;
	margin:0 25px;
}
.nav-menu-bottom__item:hover{
	color:#fbfbfb;
	text-decoration: none;
}
.footer_copy{
	font-size: 13px;
	color:#fbfbfb;
}
/*end footer styles*/