.sticky__search {
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(54, 59, 61, 0.1);
	border-radius: 3px;
	width: 316px;
	height: 50px;
	padding-left: 18px;
	padding-right: 19px;
}

.sticky__search input {
	width: 316px;
	box-sizing: border-box;
}

.sticky__search button svg {
	fill: #000;
}

.sticky__search button:hover svg {
	fill: #0076BF;
}

.controls .prev {
	margin-right: 3.5px;
}

.controls .next {
	margin-left: 3.5px;
}

.news-item__heading:before {
	color: #0076BF;
}

.news-item__heading:hover:before {
	color: #5DB7EA;
}

.news-detail__share ul li a:hover {
	color: #5DB7EA;
}

.controls {
	position: relative;
}

.controls .page {
	margin-right: 3.5px;
	margin-left: 3.5px;
}

.controls .current {
	background: #0076BF;
	color: #fff;
}

.controls .page:before,
.controls .more-pages:before  {
	display: none;
}

.controls .page div {
	padding-top: 14px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.controls .page:hover {
	background: #FFFFFF;
	border: 2px solid #0076BF;
	box-sizing: border-box;
	border-radius: 3px;
	color: #0076BF;
	transition: 0.2s;
}

.controls .page:hover div {
	padding-top: 12px;
	transition: 0.2s;
}

.controls .more-pages {
	box-shadow: none;
	width: 184px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.controls .more-pages:hover {
	background: #FFFFFF;
}

.controls .more-pages div {
	padding-top: 14px;
} 

.news-detail .news-detail__sh {
    margin: 20px 0 60px;
}

.news-detail .news-detail__sh span {
	font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0077c1;
    display: block;
    margin-bottom: 18px;
}

.news-detail .news-detail__sh ul {
	height: 45px;
	align-items: flex-end;
    display: flex;
}

.news-detail .news-detail__sh ul li a {
	height: 45px;
	width: 40px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
}

.sm svg {
	fill: #0076BF;
}

.news-detail .news-detail__sh ul li .sm:hover svg,
.news-detail .news-detail__sh ul li .sm svg:hover {
	fill: #5DB7EA;
}

.all-news .news .news-item .news-item__image {
    width: 30%;
}

.all-news .news .news-item .news-item__image a {
	display: block;
}

.all-news .news .news-item .news-item__image a img{
	object-fit: contain;
	width: 100%;
  	height: auto;
}

.all-news .news .news-item .news-item__content {
	display: flex;
	flex-direction: column;
    width: 70%;
    margin-bottom: auto;
}

.all-news .news.news_full .news-item {
    display: flex;
    flex-direction: row;
}

.news-detail__image {
	position: relative;
	padding-bottom: 40%;
    padding-top: 30%;
	height: 0;
	overflow: hidden;
}

.news-detail__image  iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-detail__image  img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner-news .controls {
	justify-content: flex-end;
	padding-right: 11px;
}

.inner-news .controls a:last-child,
.help .controls a:last-child,
.videos .controls a:last-child {
	margin-right: 0;
}

.help .controls {
	justify-content: flex-end;
	padding-right: 4px;
}

.videos .controls {
	justify-content: flex-end;
	padding-right: 22px;
}

.banner-info img {
	z-index: 10;
}

.sticky .sticky__logo img:not(.mobile) {
    width: 413px;
}

.sticky .sticky__visual svg{
	min-width: 26px;
    height: 26px;
}

@media (max-width: 1400px) {
	.sticky .sticky__logo img:not(.mobile) {
		width: 313px;
	}
}

@media screen and (max-width: 900px) {
	.news.news_full .news-item {
    	grid-template-columns: 0px 1fr;
	}
}

@media (max-width: 1199px) {
	.sticky .sticky__visual {
		display: none;
	}
}

@media (max-width: 990px) {
	.sticky .sticky__socials {
		display: none;
	}
}


@media (max-width: 800px) {
	.sticky .sticky__visual {
		display: none;
	}
	.sticky__search input {
		display: flex;
	}
	.sticky .sticky__search {
    	margin-left: 20px;
    	margin-top: 0;
    	max-width: 295px;
    	flex: 35%;
	}
}

@media (max-width: 767px) {
	.sticky {
		justify-content: center;
	}
	.sticky .sticky__logo img:not(.mobile) {
    	text-align: center;
	}
	.sticky>* {
    	flex: none;
	}
	.sticky .sticky__search {
		margin: 0 auto;
		margin-top: 22px;
	}
	.controls .more-pages {
		display: none;
	}
}

@media (max-width: 425px) {
	.sticky .sticky__logo img:not(.mobile) {
    	display: block;
	}
	.sticky .sticky__logo img.mobile {
		display: none;
	}
	.sticky__burger  {
		display: block;
		width: 40px;
		margin-top: 0;
	}
	.sticky__logo .mobile {
		margin: 0;
	}
	.sticky .sticky__search {
		margin: 0 auto;
		margin-top: 22px;
		height: 40px;
	}
	.header {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sticky>* {
    	flex: 1 1 auto;
	}
	.sticky .sticky__logo img:not(.mobile) {
    	width: 175px;
	}
	.controls a {
		width: 40px;
		height: 40px;
	}
	.controls .page div {
		padding-top: 10px;
		
	}
}

@media (max-width: 400px) {
	.sticky .sticky__search {
    	width: 90%;
	}
}

@media (max-width: 800px){
	.eighteen{
		padding-left: 15px;
	}
}

@media (max-width: 400px){
	.eighteen{
		padding-left: 5px;
	}
}

.news-item__category{
	font-weight: bold;
	font-weight: 900;
	line-height: 14px;
	color: #0076BF;
}

.news-item__heading{
	font-weight: bold;
	font-weight: 700;
}

a:focus{
	outline: inherit;
}