.head-search {
	margin-top: 15px;
	width: 100%;
}
.head-search input[type='search'] {
	color: #dc2400;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #9f1a00;
	padding: 5px;
	font-size: 14px;
	width: calc(100% - 100px);
	display: inline-block;
}
.head-search .search-submit {
	background: linear-gradient(
		to bottom right,
		#fe1909,
		#b91708,
		#d44517,
		#ff7f29
	);
	border: 2px solid #dc2400;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
	vertical-align: top;
	height: 32px;
}
.no-results {
	margin-bottom: 25px;
}
#primary-menu li {
	position: relative;
}
#primary-menu li ul li .sub-menu {
	left: 190px !important;
}
#primary-menu li .sub-menu {
	z-index: 10000;
}
.news-main h2 {
	text-align: center;
}
.news-block {
	display: inline-block;
	width: 24%;
	padding: 15px;
	vertical-align: top;
	text-align: center;
}
.news-block img {
	display: block;
	width: 100%;
	height: auto;
}
.news-main .all {
	display: block;
	width: 250px;
	color: #dc2400;
	background-color: transparent;
	border: 1px solid #dc2400;
	padding: 7px;
	margin: 25px auto 0;
	text-align: center;
}
.news-main .all:hover {
	color: #fff;
	background: #dc2400;
	background: -webkit-linear-gradient(
		top left,
		#fe1909,
		#b91708,
		#d44517,
		#ff7f29
	);
	background: -o-linear-gradient(
		top left,
		#fe1909,
		#b91708,
		#d44517,
		#ff7f29
	);
	background: linear-gradient(
		to bottom right,
		#fe1909,
		#b91708,
		#d44517,
		#ff7f29
	);
	border-color: #dc2400;
	text-decoration: none;
}
.rezhim {
	margin: 0 20px;
	text-align: left;
	font-size: 12px;
	color: #5d6671;
	margin-top: 15px;
}
.rezhim.rezhim-mobile {
	display: none;
}

.diploms-section{padding:30px 0;}
.row.diploms{display:flex;justify-content:center;flex-wrap:wrap;}
.diploms__diplom{margin:0 15px;}
.diploms__diplom img{border:1px solid #333;}

@media all and (max-width: 480px) {
	
	.diploms__diplom{width:100%; text-align:center;}
	.popupimg{max-width:320px;}
	.news-block{width:100%;}
	
	#primary-menu li ul li .sub-menu {
		left: 0 !important;
	}
	header #navbar-collapse-1 {
		padding-top: 25px;
	}
	.rezhim.rezhim-desctop {
		display: none;
	}
	.rezhim.rezhim-mobile {
		display: block;
	}
	.breadcrumbs-wrap {
		margin-top: 20px;
	}
}
