.logo-link {
    text-decoration: none;
}
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 2px 0 0;
}

.logo-text {
    color: #8A1538;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2.75px;
}
.logo-text b {
    display: block;
    margin: 1px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.header-logo svg {
    margin-right: 10px;
}
/********* header *******************/
.mob-nav-icon {
	display: none;
}
.header-nav {margin: -24px 0 0;}
.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-nav-list li {
	padding: 39px 11px 20px;
	margin: 0 8px;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}
@media screen and (max-width: 1300px) {
	.header-nav-list li {
		margin: 0 3px;
	}
}
.header-nav-list .active {
	font-weight: 600;
	background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}
.header-nav-list > li > a {
	color: #818181;
	text-decoration: none;
}
.header-nav-list a:hover {
	color: #E30A17;
}
.header-nav-list .active a {
	color: #000;
}
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.header-lang {
	position: relative;
	z-index: 50;
}
.header-lang-top {
	display: block;
	padding: 16px 27px 15px 11px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: #8a1538;
}
.header-lang-top:after {
	position: absolute;
	top: 19px;
	right: 9px;
	display: block;
	content: '';
	width: 15px;
	height: 8px;
	background: url(../images/lang-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
.header-lang-top.active:after {transform: rotate(180deg);}
.header-lang-hidden {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #8a1538;
	border-top: 0;
	box-shadow: 0px 20px 24px rgba(227, 10, 23, 0.2);
	z-index: 1;
}
.header-lang-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.header-lang-item:hover {
	font-style: italic;
	font-weight: 600;
	text-decoration-line: underline;
	background: rgb(138, 21, 56, 0.2);
}
/************************* footer ****************************/
.footer-top {
    background: linear-gradient(
102.26deg, #8a1538 0%, #8a1538 46.87%, #8a1538 100%);
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
}
.footer-nav a.active {
    color: #fff;
    text-decoration: none;
}
.footer-nav a:hover {
    color: #000;
    text-decoration: none;
}
/************************* mp-top *************************/
.mp-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 20;
	padding: 15px 0 30px;
}
.mp-top-side {
	width: 210px;
	min-width: 210px;
	padding: 31px 10px 0 0;
}
.mp-top-title {
	position: relative;
	z-index: 20;
	width: 730px;
	padding: 31px 0;
	margin: 0 0 40px;
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #8a1538 0%, rgba(227, 10, 23, 0) 100%);
}
.mp-top-title:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 200%;
	display: block;
	content: '';
	background: #8a1538;
}
.mp-top-support {
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #A5A5A5;
}
.mp-top-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 24px;
}
.mp-top-icon {
	width: 52px;
	min-width: 52px;
	margin: 0 12px 0 0;
	text-align: center;
}
.mp-top-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #A5A5A5;
}
.mp-top-video {
	overflow: hidden;
	flex: 1;
	margin: 0 -100px 0 0;
}
/************************* strategic *************************/
.strategic {
	padding: 100px 0 165px;
	background: radial-gradient(24.67% 48.47% at 64.66% 51.53%, #FFFFFF 0%, #F4F4F4 100%);
}
.strategic-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}
.strategic-col {
	position: relative;
	z-index: 10;
	width: 54%;
}
.strategic-logo {
	margin: 0 0 40px;
}
.strategic-col .titles {
	margin: 0 0 69px;
	color: #000;
}
.strategic-subtitle {
	margin: 0 0 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.strategic-text {
	margin: 0 0 100px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #7B7B7B;
}
.strategic-col .button {
    padding: 21px 65px 20px;
}
.strategic-img {
	width: 63%;
	margin: -35px -6.5% -218px -10.5%;
	-webkit-animation: move1 infinite linear 6s;
	animation: move1 infinite linear 6s;
}
@-webkit-keyframes move1 { 
	0% {transform: translate(0, 0px);}
  	50% {transform: translate(0, -30px);}
	100% {transform: translate(0, 0px);} 
}
@keyframes move1 { 
	0% {transform: translate(0, 0px);}
  	50% {transform: translate(0, -30px);}
	100% {transform: translate(0, 0px);} 
}
/************************* mp-partners *************************/
.mp-partners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 0 0 100px;
}
.mp-partners-title {
	width: 420px;
	min-width: 420px;
	margin: 0 100px 0 0;
}
.mp-partners-title .titles {
	color: #000;
}
.mp-partners-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 0 -10px;
	padding: 30px 0 0;
}
.mp-partners-item {
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 45px;
}
@media screen and (max-width: 1300px) {
	.mp-partners-item {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.titles {
		position: relative;
		margin: 0 0 45px;
		font-weight: 600;
		font-size: 60px;
		line-height: 78px;
		color: #8a1538;
	}
}
.mp-partners-item .button {
    padding: 17px 25px 16px;
}
/************************* mp-news *************************/
.titles {
	position: relative;
	margin: 0 0 45px;
	font-weight: 600;
	font-size: 60px;
	line-height: 78px;
	color: #8a1538;
}
.titles-shadow {
	position: absolute;
	top: -100px;
	left: -50px;
	color: #fff;
	font-size: 144px;
	line-height: 176px;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	opacity: 0.1;
}
.title-inner {
	position: relative;
}
.shadow1 {top: -150px; left: -200px;}
.shadow2 {top: -90px; left: 0;}
.shadow3 {top: -155px; left: -60px; width: 150%;}
.shadow4 {top: -95px; left: 0; line-height: 85%;}
.mp-news {
	padding: 0 0 120px;
}
.mp-news-top {
	position: relative;
	padding: 68px 0 122px;
}
.mp-news-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 207px;
	background: #8a1538;
}
.mp-news-bg:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 200%;
	display: block;
	content: '';
	background: #8a1538;
}
.mp-news-bg:after {
	position: absolute;
    top: 19px;
	left: -130px;
	bottom: 0;
    display: block;
    content: '';
    width: 705px;
    background: url(../images/dots4.svg) 50% 100% no-repeat;
}
.mp-news-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin: 0 0 0 51.4%;
}
.mp-news-wrap-title .titles {
	margin: 0;
	color: #fff;
}
.mp-news-more {
	padding: 0 0 15px;
	position: relative;
}
.more {
	display: inline-block;
	padding: 0 28px 0 0;
	font-weight: 800;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8a1538;
	background: url(../images/arrows-red.svg) 100% 50% no-repeat;
	background-size: 14px;
}
.news-more {
    display: inline-block;
    padding: 0 28px 0 0;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: url(../images/CaretDoubleRight.svg) 100% 50% no-repeat;
    background-size: 14px;
    opacity: 0;
}
.news-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
}
.mp-news-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: -35px;
}
.mp-news-big {
	width: 43.3%;
	margin: -165px 0 0;
}
.mp-news-img img {
	width: 100%;
}
.mp-news-content {
	padding: 40px 40px 48px;
	background: #F4F4F4;
}
.mp-news-title {
	margin: 0 0 16px;
	font-weight: 600;
	color: #000000;
}
.mp-news-title a {
	color: #000000;
	text-decoration: none;
	transition: none;
}
.mp-news-text {
	margin: 0 0 52px;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #7B7B7B;
}
.mp-news-big:hover {
	box-shadow: 0px 50px 54px rgba(227, 10, 23, 0.2);
}
.mp-news-big:hover .mp-news-content {
	background: #8a1538;
}
.mp-news-big:hover .mp-news-title a {
	color: #fff;
	text-decoration: underline;
}
.mp-news-big:hover .mp-news-text {
	color: #fff;
}
.mp-news-big:hover .news-date {
	color: #fff;
}
.mp-news-big:hover .news-more {
	opacity: 1;
}
.mp-news-side {
	width: 48.6%;
}
.news-min {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 40px;
	background: #F4F4F4;
}
.news-min:last-child {margin: 0;}
.news-min-img {
    width: 46.5%;
	padding-bottom: 42.7%;
	position: relative;
}
.news-min-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.news-min-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 53.5%;
	padding: 35px 20px 24px 40px;
}
.news-min-title {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.news-min-title a {
	color: #000000;
	text-decoration: none;
	transition: none;
}
.news-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto 0 0;
}
.news-min:hover {
	background: #8a1538;
	box-shadow: 0px 50px 54px rgba(227, 10, 23, 0.2);
}
.news-min:hover .news-min-title a {
	color: #fff;
	text-decoration: underline;
}
.news-min:hover .news-date {
	color: #fff;
}
.news-min:hover .news-more {
	opacity: 1;
}
/************************* partners *************************/
.partners-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 35px;
}
.partners-top-title {
	width: 440px;
	min-width: 440px;
	margin: 0 80px 0 0;
}
.partners-top-text {
	padding: 20px 0 0;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.partners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 0 0 32px;
}
.partners-col {
	width: 33.33%;
	padding: 0 20px;
	margin: 0 0 48px;
}
.partners-item {
	display: block;
	height: 100%;
	padding: 24px 20px 32px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #F4F4F4;
}
.partners-item:hover {
	background: linear-gradient(180deg, rgba(227, 10, 23, 0) 0%, #8A1538 100%);
	box-shadow: 0px 50px 54px rgba(227, 10, 23, 0.2);
}
.partners-img {
	height: 84px;
	line-height: 84px;
	margin: 0 0 15px;
}
.partners-img img {
	vertical-align: middle;
	max-height: 100%;
    width: auto;
    max-width: 100%;
}
.partners-text {
	max-width: 300px;
	margin: 0 auto 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.partners-link {
	display: inline-block;
	padding: 0 28px 0 0;
	font-weight: 800;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/CaretDoubleRight.svg) 100% 50% no-repeat;
	background-size: 14px;
	opacity: 0;
}
.partners-item:hover .partners-text {text-decoration: underline;}
.partners-item:hover .partners-link {opacity: 1;}

/************************* pagination *************************/
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
.pagination-arrow {
	width: 20px;
	height: 20px;
	background: url(../images/pagination-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
}
.pagination-next {transform: scale(-1, 1);}
.pagination-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 10px;
}
.pagination-list li {
	margin: 0 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}
.pagination-list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #000;
	text-decoration: none;
}
.pagination-list a:hover {color: #8A1538;}
.pagination-list .active {
	color: #fff;
	background: #8A1538;
}

/************************* about-top *************************/
.title-rq {
	position: relative;
	margin: 0 0 45px;
	font-weight: 600;
	font-size: 64px;
	line-height: 78px;
	color: #8a1538;
}
.black-rq {
    color: #000;
    font-weight: 400;
}
.about-top-rq {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 120%;
	padding: 35px 0 0;
	margin: 0 0 120px;
}
.about-top-rq:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -200px;
	display: block;
	content: '';
	width: 705px;
	height: 450px;
	background: url(../images/dots2.svg) 50% 50% no-repeat;
	background-size: contain;
}
.about-top-side-rq {
	position: relative;
	width: 50%;
}
.about-top-side-rq .title-rq {
	max-width: 620px;   
	margin: 0 0 45px;
	font-size: 48px;
	line-height: 59px;
}
.about-top-block-rq {
	padding: 80px 110px 55px 40px;
	margin: -50px -65px 0 65px;
	font-weight: 400;
	background: #F4F4F4;
}
.about-top-block-rq b {
	display: block;
	margin: 0 0 22px;
	color: #000;
	font-weight: 500;
}
.about-top-img-rq {
	position: relative;
	z-index: 10;
	width: 50%;
}
.about-top-img-rq img {width: 100%;}

/************************* mp-video *************************/
.mp-bottom {
	padding: 140px 0 0;
}
.mp-video {
	position: relative;
	padding: 90px 0 240px;
}
.mp-video:before {
    position: absolute;
    top: 0px;
    left: 55%;
    display: block;
    content: '';
    width: 705px;
    height: 450px;
    background: url(../images/dots2.svg) 50% 50% no-repeat;
    background-size: contain;
}
.mp-video-top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 0 -121px;
}
.mp-video-side {
	position: relative;
	width: 40%;
	padding: 20px 35px 20px 25px;
	margin: 0 0 144px;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #7B7B7B;
	border-left: 4px solid #8a1538;
}
.mp-video-title {
	position: relative;
	z-index: 50;
	padding: 40px 20px 40px 40px;
	width: 60%;
	background: #8a1538;
}
.mp-video-title:after {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	content: '';
	width: 200%;
	background: inherit;
}
.mp-video-title .titles {
	margin: 0;
	color: #fff;
}
.mp-video .video-block {
	margin: 0 200px 0 -100px;
}

.top-img .video-block{
padding-bottom: 50%;
height: 0;
}

.video-block {
	position: relative;
}
.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.video-cover {
	width: 100%;
}
.video-sound {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 64px;
	background: #8a1538 url(../images/sound-off.svg) 50% 50% no-repeat;
}
.video-sound.active {
	background: #8a1538 url(../images/sound-on.svg) 50% 50% no-repeat;
}
.sound.active {
	background: #8a1538 url(../images/sound-on.svg) 50% 50% no-repeat;
}
.mp-video .video-sound {
	left: auto;
	right: 0;
}

/**** media *****/
@media screen and (max-width: 1023px) {
	.mp-video {
		padding: 60px 0 100px;
	}
	.mp-video-top {
		margin: 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mp-video-side {
		width: 100%;
		order: 2;
		padding: 20px 35px 20px 25px;
		margin: 0 0 60px;
	}
	.footer-nav {
		padding: 0 0 20px;
	}
	.footer-nav li {
		margin: 0 32px 20px 0;
	}
	.mob-nav-icon {display: block;}
	.header-right {margin: 0 50px 0 0;}
	.header-nav {
		position: fixed;
		top: 66px;
		left: -100%;
		bottom: 0;
		display: block;
		width: 100%;
		z-index: 540;
		margin: 0;
		overflow-y: auto;
		box-sizing: border-box;
		display: block;
		background: #fff;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav-list {
		display: block;
		padding: 30px;
	}
	.header-nav-list > li {
		padding: 0;
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 24px;
	}
	.header-nav-list .active {
		background: none;
	}
	.about-top-rq {
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 80px;
	}
	.about-top-rq:before {
		display: none;
	}
	.about-top-side-rq {
		width: auto;
	}
	.about-top-side-rq .title-rq {
		max-width: none;   
		margin: 0 0 30px;
		font-size: 40px;
    	line-height: 48px;
	}
	.about-top-block-rq {
		padding: 40px 40px 20px;
		margin: 0;
	}
	.about-top-img-rq {
		width: auto;
	}
	.partners-col {
		width: 50%;
	}
	.partners-top-title {
		width: 320px;
		min-width: 320px;
		margin: 0 40px 0 0;
	}
	.partners-top-text {
		padding: 15px 0 0;
		font-size: 21px;
		line-height: 27px;
	}
	.mp-partners-item {
		width: 50%;
	}
	.mp-partners {
		display: block;
		padding: 0 0 60px;
	}
	.mp-partners-title {
		width: auto;
		min-width: 1px;
		margin: 0 0 10px;
	}
	.mp-partners-content {
		padding: 30px 0 0;
	}
	.mp-partners-item {
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.logo-text {
		color: #8A1538;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2.75px;
		display: none;
	}
	.about-top-side-rq .title-rq {
		font-size: 36px;
		line-height: 44px;
	}
	.about-top-block-rq {
		padding: 30px 30px 8px;
	}
	.header-lang {
		display:none;
	}
	.partners-col {
		width: 100%;
		margin: 0 0 30px;
	}
	.footer-icons a {
		margin: 0 30px 0 0;
	}
	.mp-top {
		display: block;
		padding: 0 0 30px;
	}
	.mp-top-side {
		width: auto;
		min-width: 1px;
		padding: 0 0 20px;
	}
	.mp-top-item {
		align-items: center;
	}
	.mp-top-video {
		margin: 0;
	}
	.mp-top-title {
		margin: 0 0 30px;
		width: auto;
		font-size: 40px;
		line-height: 48px;
		background-color: #8a1538;
	}
	.mp-top-title:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 200%;
		display: block;
		content: '';
		background: #8a1538;
	}
	.mp-news {
		padding: 0 0 100px;
	}
	.mp-news-top {
		position: relative;
		/*padding: 0 0 122px;;*/
		padding: 0;
	}
	.mp-news-bg {
		display: none;
	}
	.mp-news-wrap {
		display: block;
		margin: 0;
	}
	.mp-news-wrap-title .titles {
		margin: 0 0 30px;
		color: #000;
	}
	.titles {
		font-size: 36px;
		line-height: 44px;
	}
	.shadow2 {
		top: -40px;
		left: -50px;
		line-height: 80px;
	}
	.titles-shadow {
		top: -60px;
		left: -50px;
		font-size: 80px;
		line-height: 120px;
	}
	.mp-news-side {
		width: 100%;
	}
	.mp-news-big {
		width: 100%;
		margin: -165px 0 0;
	}
	.news-min {
		display: block;
	}
	.news-min-img {
		width: auto;
	}
	.news-min-content {
		width: auto;
		padding: 30px;
	}
	.mp-news-block {
		margin-top: 0;
	}
	.titles {
		font-size: 34px;
		line-height: 44px;
	}
	.news-item{
		height:max-content;
	}
	.news-big {
		display: block;
		padding: 0 0 60px;
	}
	.news-big-img {
		width: auto;
	}
	.news-big-content {
		width: auto;
		margin: 0;
		padding: 30px;
	}
	.news-big-text {
		padding: 0 0 15px;
	}
	.news-content {
		padding: 30px;
	}
	.mp-news-more {
		padding: 0 0 70px;
		position: relative;
	}
	.strategic-img {
		width: 80%;
		margin: 0;
	}
	.strategic {
		padding: 60px 0 40px;
		margin-bottom: 40px;
	}
	.strategic-block {
		display: block;
	}
	.strategic-col {
		width: auto;
		padding: 0 0 30px;
	}
	.strategic-logo {
		margin: 0 0 30px;
	}
	.strategic-col .title {
		margin: 0 0 30px;
	}
	.strategic-text {
		margin: 0 0 40px;
	}
	.map-block {
		height: auto;
	}
	.map-box {
		position: relative!important;
		top: auto!important;
		right: auto!important;
		width: auto!important;
		height: auto!important;
		padding: 30px 30px 30px;
	}
	.mp-partners-item {
		width: 30%;
	}
	.mp-video-title {
		padding: 30px 0px 30px 30px;
		margin: 0 0 30px;
		width: 100%;
	}
	.mp-video-side {
		padding: 20px 0 20px 25px;
		margin: 0 0 30px;
	}
	.mp-video:before {
		display:none;
	}
	.mp-video .video-block {
		margin: 0;
	}
}
@media screen and (max-width: 568px) {
	.footer-icons a {
		margin: 0 10px 0 0;
	}
}
/**** media end ***/
/************************* footer-map *************************/
.footer-map {
	padding: 40px 0;
}
.map-block {
	position: relative;
}
.map-wrap {height: 400px;}
.map-box {
	position: absolute;
	top: 32px;
	right: 64px;
	z-index: 20;
	width: 312px;
	height: 336px;
	padding: 48px 30px 30px;
	background: #fff;
}
.map-phone {
	margin: 0 0 11px;
	line-height: 26px;
	font-weight: 500;
}
.map-phone a {
	color: #000;
	text-decoration: none;
}
.map-mail {
	margin: 0 0 11px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.map-mail a {
	color: #E30A17;
}
.map-adress {
	font-size: 14px;
	line-height: 21px;
}
/************************* boss *************************/
.boss {
	padding: 0 0 50px;
}
.boss-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 35px 0 80px;
}
.boss-top-side {
	position: relative;
	width: 480px;
	min-width: 480px;
}
.boss-top .boss-img {
	max-width: none;
}
.boss-top-content {
	flex: 1;
	margin: -24px -80px 0 -20px;
	padding: 24px 80px 20px 64px;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background: #F4F4F4;
}
.boss-block-rq {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.boss-col-rq {
	width: 50%;
	padding: 0 20px;
}
.boss-item-rq {margin: 0 0 80px;}
.boss-img-rq {
	max-width: 376px;
	margin: 0 0 16px;
}
.boss-img-rq img {width: 100%;}
.boss-status-rq {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 17px;
	color: #7B7B7B;
}
.boss-name-rq {
	margin: 0 0 32px;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
}
.boss-name-rq:after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	margin: 4px 0 0;
	background: #8a1538;
}
.boss-text-rq {
	font-style: italic;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #7B7B7B;
}
@media screen and (max-width: 768px) {
	.boss-name-rq {
		font-size: 18px;
		line-height: 20px;
	}
}