.pager {
	text-align: center;
	margin-top: 40px;
}

.pager li {
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
}

.pager a.active, .pager a:hover {
    background: #0066b2;
    color: #fff;
}

.pager a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #0066b2;
    vertical-align: middle;
}

.date {
	color: #666;
	font-size: 12px;
	text-align: right;
	margin: 0;
}

.all-news {
	font-weight: bold;
}

.page_head {
	margin-bottom: 34px;
}

.breadcrumps {
	margin-bottom: 25px;
}

.breadcrumps ul{
	position: relative;
	width: 100%;
    box-sizing: border-box;
}
.breadcrumps ul li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
	color: #07385d;
	font-size: 13px;
}
.breadcrumps ul li a{
	color: #07385d;
	text-decoration: none;
	border-bottom: 1px solid #79bbec;
}
.breadcrumps ul li:last-child{
	margin-right: 0;
}
.breadcrumps ul li:after{
    content: '/';
    position: absolute;
    top: 0px;
    right: -12px;
}
.breadcrumps ul li:last-child:after{
	display: none;
}

.breadcrumps ul li br {
	display: none;
}

footer .menu a br {
	display: none;
}

.main_slider .slide .title {
	font-size: 32px;
}


.images-news {

}	

.images-news .image {
    width: calc(33.333% + 1px);
    margin-bottom: -1px;
    margin-left: -1px;
}	

.images-news .image img {
	margin: 0;
}

.text_block .justifyright {
	float: right;
	margin: 0 0 10px 10px;
}

.text_block .justifyleft {
	float: left;
	margin: 0 10px 10px 0;
}

.search_header {
	
}

.search_header input[type="text"] {
	border: none;
	padding: 5px;
}

.search_header .icon {
	fill: #fff;
    width: 22px;
    height: 22px;
	vertical-align: middle;
	margin-left: 2px;
}

.product_info .description .item .data table {
	height: auto !important;
	width: 100% !important;	
}


.product_info .description .item .data table tr {
	height: auto !important;
	width: auto !important;
}

.product_info .description .item .data table tr td {
	height: auto !important;
	width: auto !important;
	padding: 3px;
	min-height: 36px;
}

.product_info .description .item .data table tr td sub {
	vertical-align: baseline;
	line-height: 0;
}

footer .phones {
	color: #fff;
}

.contacts_info .item .strana .icon {
	width: 27px;
	margin-right: 8px;
}

.contacts_info .item .strana .icon + * {
    width: calc(100% - 36px);
	font-size: 18px;
}