header .header__top-right a:nth-child(1):hover {
	margin-right: 90px;
	background: #333;
}
header .header__top-right a:nth-child(2):hover {
	margin-right: 65px;
	background: #00ACEE;
}
header .header__top-right a:nth-child(3):hover {
	margin-right: 75px;
	/* background: #2B587A; */
	background: #07F;
}
header .header__top-right a:nth-child(3):hover .header__top-right-description {
	background: #07F;
}
header .header__top-right a:nth-child(4):hover {
	margin-right: 106px;
	background: #ee8208;
}
header .header__top-right a:nth-child(4):hover .header__top-right-description {
	background: #ee8208;
}
header .header__top-right a:nth-child(5):hover {
	margin-right: 89px;
	background: #000;
}
header .header__top-right a:nth-child(5):hover .header__top-right-description {
	background: #000;
}
header .header__top-right a:nth-child(6):hover {
	margin-right: 51px;
	background: #262D35;
}
header .header__top-right a:nth-child(6):hover .header__top-right-description {
	background: #262D35;
}
header .header__top-right a:nth-child(7):hover {
	margin-right: 111px;
	background: #0098f7;
}
header .header__top-right a:nth-child(7):hover .header__top-right-description {
	background: #0098f7;
}
header .header__top-right a:nth-child(8):hover {
	margin-right: 119px;
	background: #C4302B;
}
header .header__top-right a:nth-child(8):hover .header__top-right-description {
	background: #C4302B;
}
header .header__top-right a:nth-child(9):hover {
	margin-right: 174px;
	background: #444444;
}
header .header__top-right a:nth-child(9):hover .header__top-right-description{
	background: #444444;
}
header .header__top-right a:nth-child(10):hover {
	margin-right: 35px;
	background: #444444;
}
header .header__top-right a:nth-child(10):hover .header__top-right-description{
	background: #444444;
}
.header__top-left a.support-of-citizens-desctop{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header__top-left a.support-of-citizens-desctop:hover{
	opacity: 0.8;
	color: white;
	text-decoration: none;
}
.header__top-left a.support-of-citizens-desctop > div{
	padding: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.main-page__measures-button{
		width: 100%;
}
@media (max-width: 1305px) {
	.header__top-left a.support-of-citizens-desctop{
		display: none;
	}
}

.support-of-citizens{
	display: none;
	text-transform: uppercase;
	font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .header__bottom ._wrapper{
		width: 750px;
		padding: 0 15px;
		margin: auto;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.header .header__bottom ._wrapper{
		width: 540px;
		padding: 0 15px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.support-of-citizens{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	header .header__top{
		display: block;
	}
	header .header__top-right{
		display: none;
	}
	header .header__top ._wrapper{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	a.support-of-citizens > div{
		font-size: 14px;
	}
	.main-page__measures-button{
		width: calc(100% - 20px);
		margin-top: 25px;
	}
}
@media (max-width: 540px) {
	header .header__top{
		display: none;
	}
}
@media (max-width: 1305px) {
	.support-of-citizens_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.support-of-citizens{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		padding: 15px;
		background: #e73751;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.support-of-citizens{
		padding: 5px;
	}
	.support-of-citizens .HM_ad_text{
		font-size: 8px;
		line-height: normal;
		
	}
}
@media (max-width: 1159px) {
	.main-page__welcome.--sanctions{
		margin-bottom: -24px;
	}
	.main-page__measures-button{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.main-page__content.--sanctions{
		padding-top: 75px;
	}
}
.header__top-right a svg.svg_dzen,
.header__top-right a svg.svg_rutube{
	width: 100%;
	height: 100%;
}
.header__top-right a svg.svg_dzen{
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}
.header__top-right a svg.svg_rutube{
	-webkit-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	        transform: scale(0.6);
}