a {
	text-decoration: none;
}



@media (min-width: 1250px ) {
	.hide-lg {
	    display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1249px) {
	.hide-md {
	    display: none !important;
	}
}

@media (min-width: 768px) and ( max-width: 991px ) {
	.hide-sm {
	    display: none !important;
	}
}
@media (max-width: 767px) {
	.hide-xs {
	    display: none !important;
	}
}





.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.grey-bg {
	background: #f8f8f8;
}

.preview-text {
	margin-bottom: 50px;
}
.text-aft-head {
	font-weight: 200;
	color: #0b1426;
	font-size: 20px;
	width: 90%; 
}
.text-aft-head span {
    display: block;
    color: #be0030; 
}
@media (max-width: 767px) {
    .text-aft-head {
		width: 100%; 
    } 
}
.page-header {
	margin-bottom: 39px;
	padding-top: 54px;
	font-size: 40px;
}

.page-header--publications {
	margin-bottom: 32px;
}

.page-header--responsibility {
	margin-bottom: 48px;
}

.page-header--responsibility .page-header__current-category {
	margin-bottom: 46px;
}

.page-header--responsibility .page-header__sub-title p:not(:last-child) {
	margin-bottom: 33px;
}

@media (max-width: 767px) {
	.page-header {
		margin-bottom: 36px;
		padding-top: 20px;
		font-size: 30px;
		position: relative;
		z-index: 2;
	}
}

.page-header__date-wrapper {
	float: right;
	width: 500px;
	/*margin-top: -11px;*/
}

@media (max-width: 999px) {
	.page-header__date-wrapper {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.page-header__date-wrapper .page-header__search {
		float: left;
		width: 45%;
	}
	.page-header__date-wrapper .page-header__date-select {
		width: 45%;
		margin-left: 0;
	}
	.page-header__date-wrapper .page-header__date-select .jq-selectbox,
	.page-header__date-wrapper .page-header__date-select .jq-selectbox__select {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.page-header__date-wrapper .page-header__search {
		float: none;
		width: 100%;
	}
	.page-header__date-wrapper .page-header__date-select {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
}

.page-header__date-wrapper--publications {
	float: none;
	width: 100%;
	margin-top: 32px;
	padding-left: 4px;
}

@media (max-width: 767px) {
	.page-header__date-wrapper--publications {
		padding-left: 0;
	}
}

.page-header__date-wrapper--publications .page-header__date-select,
.page-header__date-wrapper--publications .page-header__search--date {
	margin-right: 7px;
	float: left;
	width: 210px;
}

@media (max-width: 767px) {
	.page-header__date-wrapper--publications .page-header__date-select,
	.page-header__date-wrapper--publications .page-header__search--date {
		margin-right: 0;
		float: none;
		width: 100%;
	}
}

.page-header__search {
	position: relative;
	float: right;
	margin-top: 34px;
	width: 450px;
	height: 50px;
}

.page-header__search--date {
	width: 210px;
	margin-top: 0;
}

@media (max-width: 999px) {
	.page-header__search {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 543px) {
	.page-header__search {
		display: none;
	}
}

.page-header__date-select {
	float: right;
	margin-left: 29px;
	font-size: 0;
}
.page-header__date-select .jq-selectbox__dropdown ul>li { margin-bottom: 0; }
.page-header__date-select .jq-selectbox__dropdown ul>li:before { display: none; }

.page-header__date-select .scrollbar-track { opacity: 1; }

.page-header__date-select .jq-selectbox.opened .jq-selectbox__select {
	border-color: #0d47a1;
	background-color: #0d47a1;
}

.page-header__date-select .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger:before {
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: GothamPro;
	background-image: url(./images/sprite.png);
	background-position: -122px -63px;
	width: 12px;
	height: 9px;
}

.page-header__date-select .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__select-text {
	color: #fff;
}

.page-header__date-select .jq-selectbox__select {
	padding-left: 21px;
	transition: 0.2s ease;
	color: #0b1426;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	text-shadow: none;
	font-size: 16px;
	line-height: 50px;
	width: 210px;
	height: 50px;
}

.page-header__date-select .jq-selectbox__select:hover {
	transition: 0.2s ease;
	border-color: #999999;
}

.page-header__date-select .jq-selectbox__select .jq-selectbox__trigger {
	width: 49px;
	border: none;
}

.page-header__date-select .jq-selectbox__select .jq-selectbox__trigger:before {
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(./images/sprite.png);
	background-position: -122px -54px;
	width: 12px;
	height: 9px;
}

.page-header__date-select .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	display: none;
}

.page-header__date-select .jq-selectbox li {
	padding: 15px 22px;
	background-color: #f9f9f9;
	color: #333;
}

.page-header__date-select .jq-selectbox li:hover {
	color: #333;
	background-color: #d8d8d8;
}

.page-header__date-select .jq-selectbox ul {
	max-height: 400px;
	padding: 0; margin: 0;
}

@media(max-width:767px) {
	.page-header__date-select .jq-selectbox li {
		padding: 5px 15px;
	}
	.page-header__date-select .jq-selectbox ul {
		max-height: 200px;
	}
}

.page-header__date-select .jq-selectbox__dropdown {
	margin: 0;
	color: #333;
	border-radius: 0;
	/*       font-family: "Fira-Sans", sans-serif; */
	font-size: 16px;
	line-height: 34px;
	width: 100%;
}

.page-header__date-select .jq-selectbox__dropdown .mCSB_inside>.mCSB_container {
	margin-right: 0;
}

.page-top__search {
	width: 100%;
	margin-bottom: 30px;
}

.search-form {
	position: relative
}
.news-top__search {
	width: calc(100% - 240px);
	float: left
}
.news-top { position: relative; }
.news-top .page-header__date-select { position: absolute; top: 0; right: 0; }
.news-top select.js-select-styler { position: absolute; top: 0; left: 0;}


@media(max-width: 767px) {
	.news-top__search {
		width: 100%;
	}
	.news-top { padding-bottom: 70px; }
	.news-top .page-header__date-select { top: 70px; z-index: 2; width: 100%; margin: 0; }
	.news-top .page-header__date-select .jq-selectbox__select {
		width: 100%;
	}
}


.search-form__input {
	width: 100%;
	height: 50px;
	padding-right: 70px;
	padding-left: 19px;
	color: #000;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	font-weight: 200;
	font-size: 16px;
}

.search-form__input::-webkit-input-placeholder,
.search-form__input::-moz-placeholder,
.search-form__input:-moz-placeholder,
.search-form__input:-ms-input-placeholder {
	color: #999999;
	font-weight: 200;
	font-size: 16px;
}

.search-form__submit {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: url("./images/icon-news-search.svg") no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
}

.page-header__search-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding-right: 50px;
	padding-left: 19px;
	color: #000;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	/*     font-family: "Fira-Sans-Light", sans-serif; */
	font-weight: 200;
	font-size: 16px;
	/* Firefox 19+ */
	/* Firefox 18- */
}

.page-header__search-input::-webkit-input-placeholder,
.page-header__search-input::-moz-placeholder,
.page-header__search-input:-moz-placeholder,
.page-header__search-input:-ms-input-placeholder {
	color: #999999;
	font-weight: 200;
	font-size: 16px;
}

.page-header__search-submit {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: url("./images/icon-news-search.svg") no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
}

.page-header__category {
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #999999;
	font-size: 0.58em;
}

@media (max-width: 767px) {
	.page-header__category {
		margin-bottom: 5px;
	}
}

.page-header__category a {
	color: #999999;
}

.page-header__category a:hover {
	text-decoration: underline;
}

.page-header__current-category {
	color: #363636;
	font-weight: 200;
	font-size: 1em;
	font-weight: normal;
}

@media (max-width: 767px) {
	.page-header__current-category {
		margin-bottom: 0px;
		line-height: 26px;
		font-size: 24px;
	}
}

.page-header__sub-title {
	width: 82%;
	color: #333333;
	font-weight: 200;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 50px;
}
.page-header__sub-title:empty { display: none; }

@media (max-width: 991px) {
	.page-header__sub-title {
		width: 100%;
		font-size: 20px;
	}
}    
@media (max-width: 500px) {
	.page-header__sub-title {
		font-size: 18px;
		margin-bottom: 35px;
	}
}         
.pagination {
	box-sizing: content-box;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.pagination--news-page {
	margin: 61px auto 0;
}


.container .pagination>ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	display: inline-block;
	border: 1px solid #c1e0ff;
}

.container .pagination>ul>li {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
}
.container .pagination>ul>li:before { display: none; }

.pagination ul li a,
.pagination ul li span {
	display: block;
	padding-top: 2px;
	color: #3399ff;
	font-weight: 200;
	font-size: 16px;
	line-height: 50px;
}
.pagination ul li a:hover {
	color: #1B1B1B;
}

.pagination ul li.active {
	color: #fff;
	background: #3399ff;
}

.pagination ul li.active a {
	color: #fff;
}
.pagination ul .prev a, .pagination ul .next a {
	display: block;
	height: 100%;
	background: url("./images/pagin_arr.svg") no-repeat center center;
}
.pagination ul .prev a:hover, .pagination ul .next a:hover {
	background-image: url("./images/pagin_arr_h.svg");
}
.pagination ul .prev a {
	transform: rotate(180deg);
}
@media (max-width: 991px) {
	.pagination ul .prev a:hover, .pagination ul .next a:hover {
		background-image: url("./images/pagin_arr.svg");
	}
}
@media (max-width: 767px) {
	.pagination {
		max-width: 350px;
	}
	.container .pagination ul li {
		width: 40px;
		height: 40px;
	}
	.pagination ul li a,
	.pagination ul li span {
		line-height: 40px;
	}
}

.corp-live {
	background: #f3f3f3;
	min-height: 420px;
	padding: 0;
	margin-bottom: 90px;
}

@media (max-width: 543px) {
	.corp-live {
		margin-bottom: 45px;
	}
}

.corp-live__title {
	font-size: 34px;
	line-height: 46px;
	color: #0b1426;
	/* font-family: 'Fira-Sans'; */
	letter-spacing: 0.3px;
	padding-bottom: 22px;
	padding-right: 50px;
}

@media (max-width: 543px) {
	.corp-live__title {
		font-size: 24px;
		line-height: 30px;
		padding-right: 40px;
	}
}

.corp-live__left-wrap {
	/* font-family: 'Fira-Sans-Light'; */
	font-weight: 200;
	width: 50%;
	float: left;
	padding: 28px 50px 0 45px;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 543px) {
	.corp-live__left-wrap {
		padding: 40px 15px;
	}
}

.corp-live:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.corp-live-title {
	text-align: center;
	color: #0b1426;
	font-size: 34px;
	line-height: 46px;
	padding-bottom: 20px;
	letter-spacing: 0.7px;
}

@media (max-width: 543px) {
	.corp-live-title {
		font-size: 24px;
		line-height: 32px;
	}
}

.corp-live-text {
	color: #0b1426;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 40px;
	text-align: center;
}

@media (max-width: 543px) {
	.corp-live-text {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 30px;
	}
}

.corp-live-btn {
	padding-bottom: 50px;
}

.corp-live__slide-wrap {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 420px;
}

.corp-live__slide-wrap_top {
	height: 200px;
	overflow: hidden;
}

.corp-live__slide-wrap_top .slick-track {
	height: 200px;
}

.corp-live__slide-wrap_top img {
	width: auto;
	height: 200px;
}

.corp-live__slide-wrap_bot {
	height: 220px;
	overflow: hidden;
}

.corp-live__slide-wrap_bot .slick-track {
	height: 220px;
}

.corp-live__slide-wrap_bot img {
	width: auto;
	height: 200px;
}

@media screen and (max-width: 768px) {
	.corp-live {
		font-size: 16px;
		line-height: 20px;
	}
	.corp-live__left-wrap {
		float: none;
		width: 100%;
		padding-bottom: 28px;
	}
	.corp-live__slide-wrap {
		float: none;
		width: 100%;
	}
	.corp-live__title {
		font-size: 26px;
		line-height: 30px;
	}
}

.director__live {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.director__live:before {
	display: none;
}

@media (max-width: 543px) {
	.director__live {
		margin: 35px 15px;
	}
}

.director {
	position: relative;
	margin-top: 55px;
	margin-bottom: 49px;
	padding-bottom: 40px;
}

.director__text {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-left: 31px;
	letter-spacing: -0.5px;
	color: #333333;
	/*     font-family: "Fira-Sans-Light-Italic", sans-serif; */
	font-weight: 200;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 999px) {
	.director__text {
		float: none;
		width: 67%;
	}
}

@media (max-width: 543px) {
	.director__text {
		width: 100%;
	}
}

.director__text:before {
	margin: auto;
	content: '';
	background: #d90d43;
	width: 1px;
	height: 92.9%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.director__text:after {
	content: '';
	background: #cccccc;
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 50px;
	height: 1px;
}

@media (max-width: 543px) {
	.director__text:before {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.director__image {
		top: auto;
		bottom: 52px;
		float: none;
	}
}

@media (max-width: 543px) {
	.director__image {
		position: static;
		margin-bottom: 10px;
		text-align: center;
	}
}

.director__name {
	color: #333333;
	/*     font-family: "Fira-Sans-Medium", sans-serif; */
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.director__under-text {
	margin-top: 22px;
	letter-spacing: 0;
}

.director__position {
	text-transform: lowercase;
	color: #999999;
	/*     font-family: "Fira-Sans", sans-serif; */
	font-size: 14px;
}

.slider {
	height: 600px;
	background: #cacaca;
}

@media (max-width: 767px) {
	.slider {
		height: 320px;
	}
}

.slider img {
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
}

@media (max-width: 767px) {
	.slider img {
		height: 320px;
		width: auto;
	}
}

.slider .slick-next,
.slider .slick-prev {
	position: absolute;
	top: 48%;
	width: 20px;
	height: 38px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0;
	line-height: 0;	z-index: 1;
}

.slider .slick-next:hover,
.slider .slick-prev:hover {
	opacity: 0.6;
}

.slider .slick-prev {
	left: 45px;
}

.slider .slick-prev:before {
	display: block;
	content: '';
	background-image: url(./images/sprite.png);
	background-position: -76px 0px;
	width: 20px;
	height: 38px;
}

.slider .slick-next {
	right: 45px;
}

.slider .slick-next:before {
	display: block;
	content: '';
	background-image: url(./images/sprite.png);
	background-position: 0px -52px;
	width: 20px;
	height: 38px;
}

.target-section__img .slider .slick-next {
	right: 25px;
}
.target-section__img .slider .slick-prev {
	left: 25px;
}



.slider .slick-list {
	height: 100%;
}

.slider .slick-list .slick-track {
	height: 100%;
}

.slider .slick-dots {
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	text-align: center;
}

.slider .slick-dots li {
	display: inline-block;
}

.slider .slick-dots li button {
	position: relative;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 26px;
	height: 26px;
}

.slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	opacity: 0.5;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
}

.slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.slider__item {
	position: relative;
	object-fit: contain;
	overflow: hidden;
}

.slider__item:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.29);
}

.slider__item.slick-active .slider__title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s ease;
	transition-delay: 0.1s;
}

.slider__item.slick-active .slider__rect-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s ease;
}

.slider__item.slick-active .slider__all-projects {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s ease;
	transition-delay: 0.5s;
}

.slider__text-wrapper {
	position: relative;
	z-index: 100;
	top: 39%;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 999px) {
	.slider__text-wrapper {
		top: 50.33%;
	}
}

.slider__title {
	margin-bottom: 48px;
	letter-spacing: -0.8px;
	color: #fff;
	/*     font-family: "Fira-Sans-Light", sans-serif; */
	font-weight: 200;
	font-size: 50px;
	line-height: 55px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

@media (max-width: 999px) {
	.slider__title {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.slider__title {
		margin-bottom: 36px;
		font-size: 24px;
		line-height: 32px;
		padding: 0 15px;
	}
}

.slider__rect-btn {
	display: block;
	margin: 0 auto 33px;
	padding-top: 13px;
	transition: 0.3s ease;
	letter-spacing: 0.7px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 200px;
	height: 50px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

@media (max-width: 999px) {
	.slider__rect-btn {
		padding-top: 11px;
	}
}

.slider__rect-btn:hover {
	transition: 0.3s ease;
	color: #000;
	background: #fff;
}

.slider__all-projects {
	color: #fff;
	/*     font-family: "Fira-Sans", sans-serif; */
	font-size: 16px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}

.slider__all-projects:before {
	display: inline-block;
	margin-right: 9px;
	content: '';
	background: url("../images/all-projects-icon.png") no-repeat;
	width: 10px;
	height: 10px;
}

.target-section {
	padding: 60px 0 60px;
	position: relative
}

.target-section.grey-bg:before {
	content: "";
	position: absolute;
	left: -150%;
	right: -150%;
	top: 0;
	bottom: 0;
	background: #f8f8f8;
}




/*
.cooperation .target-section__info {
	margin-top: 65px;
}

@media (max-width: 991px) {
	.cooperation .target-section__info {
		margin-top: 0;
	}
}*/


.target-section__te {
	font-weight: 200;
	color: #0b1426;
	font-size: 16px;
	width: 64%;
	margin: 25px 0;
	line-height: 24px; 
}
.target-section__te-big {
	font-weight: 200;
	color: #0b1426;
	font-size: 24px;
	width: 58%;
	margin-bottom: 36px;
	line-height: 34px; 
}


.career-st .target-section__te {
  width: 100%; }

.career-st .socials-list__btn {
  margin-left: 0; }

.career-st .corp-live-btn {
  padding-bottom: 69px; }


@media (max-width: 991px) {
	.target-section__te {
		width: 100%;
	}
	.target-section__te-big {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.target-section.grey-bg .target-section__wr {
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.target-section {
		padding: 45px 0 20px;
	}
	.target-section .row {
		margin-right: 0;
		margin-left: 0;
	}
}

.target-section__img {
	width: 56.77083%;
}

@media (max-width: 999px) {
	.target-section__img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

.target-section__img img {
	width: 100%;
}

.target-section__img--responsibility img:not(:last-child) {
	margin-bottom: 41px;
}

.target-section__info {
	padding: 0 27px;
	width: 43.22917%;
	margin-top: -10px;
}

@media (max-width: 999px) {
	.target-section__info {
		width: 100%;
		float: none;
		margin-top: 0;
		padding: 0;
	}
}

.target-section__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.4;
	color: #333333;
	letter-spacing: -0.3px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.target-section__title {
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	.target-section__title {
		font-size: 20px;
	}
}

.target-section__text {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	padding-left: 3px;
	letter-spacing: -0.1px;
	margin-bottom: 31px;
}
@media (max-width: 767px) {
	.target-section__text {
		font-size: 14px;
	}
}

.target-section__text-line {
	position: relative;
	z-index: 1;
	padding-left: 32px;
	padding-right: 13px;
	letter-spacing: -0.5px;
	color: #333333;
	/*     font-family: "Fira-Sans-Light-Italic", sans-serif; */
	font-weight: 200;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.target-section__text-line {
		padding-left: 17px;
	}
}

.target-section__text-line:before {
	margin: auto;
	content: '';
	background: #d90d43;
	width: 1px;
	height: 97.3%;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 3px;
}

@media (max-width: 767px) {
	.target-section__text-line:before {
		height: 100%;
		top: 0;
		left: 0;
	}
}

.target-section__name {
	color: #333333;
	/*     font-family: "Fira-Sans-Medium", sans-serif; */
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px;
}

.target-section__under-text {
	margin-top: 23px;
	letter-spacing: 0;
	margin-left: 1px;
}

.target-section__position {
	text-transform: lowercase;
	color: #999999;
	font-size: 14px;
}

.target-section--text-left__info {
	padding: 0 41px 0 13px;
	margin-top: -10px;
}

@media (max-width: 999px) {
	.target-section--text-left__info {
		width: 100%;
		float: none;
		margin-top: 0;
		padding: 0;
	}
}

.footer-sub-title {
	font-weight: 200;
	color: #333333;
	font-size: 32px;
	padding: 46px 0 60px;
	position: relative;
}

.footer-sub-title.grey-bg:before {
	content: "";
	position: absolute;
	left: -150%;
	right: -150%;
	top: 0;
	bottom: 0;
	background: #f8f8f8;
}

.footer-sub-title.grey-bg .footer-sub-title__wr {
	position: relative;
	z-index: 2;
}

.footer-sub-title--responsibility {
	padding: 54px 0 118px;
}

@media (max-width: 767px) {
	.footer-sub-title--responsibility .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.footer-sub-title--responsibility .footer-sub-title__text {
	width: 79%;
}

@media (max-width: 767px) {
	.footer-sub-title {
		font-size: 26px;
		padding: 25px 0 30px;
	}
}

.footer-sub-title__img {
	margin-right: 77px;
	margin-top: 13px;
}

@media (max-width: 999px) {
	.footer-sub-title__img {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.footer-sub-title__img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
}

.footer-sub-title__title {
	font-size: 1em;
	margin-bottom: 20px;
	width: 71%;
	font-weight: 500;
}

@media (max-width: 767px) {
	.footer-sub-title__title {
		width: 100%;
		font-size: 24px;
	}
}

.footer-sub-title__text {
	font-size: 0.75em;
	width: 71%;
	line-height: 34px;
	padding-left: 2px;
}

@media (max-width: 767px) {
	.footer-sub-title__text {
		width: 100%;
		line-height: 24px;
		font-size: 20px;
		padding-right: 10px;
	}
}

.btn-rect.socials-list__btn {
	transition: 0.2s ease;
	color: #3399ff;
	border: 1px solid #3399ff;
	width: 220px;
}

.left-con {
	width: 50%;
	float: left;
}

.smol-c {
	width: 570px;
	float: right;
}

@media (max-width: 1399px) {
	.smol-c {
		width: 535px;
		float: right;
	}
}
@media (max-width: 1249px) {
	.smol-c {
		width: 475px;
		float: right;
	}
}
@media (max-width: 991px) {
	.smol-c {
		width: 790px;
		float: none;
		padding: 0 15px;
		margin: auto;
	}
}
@media (max-width: 850px) {
	.smol-c {
		width: 750px;
	}
}
@media (max-width: 767px) {
	.smol-c {
		width: 100%;
	}
}
.map {
	height: 760px;
}

.map [class*="ymaps-2"][class*="-ground-pane"] {
	filter: grayscale(100%);
}

.map_container {
	height: 760px;
	width: 50%;
	float: right;
}

.contact__city {
	text-transform: uppercase;
	color: #000033;
	padding: 8px 0px 21px;
	letter-spacing: -0.03em;
}

.contact__plase {
	font-weight: 200;
	color: #3399ff;
	margin: 21px 0;
}

.contact__plase:hover {
	text-decoration: underline;
}

.list-tel {
	margin: 43px 0px 35px;
}

.list-tel__item {
	color: #999999;
	line-height: 1.75;
	list-style: none;
}

.list-tel__item-span {
	color: #0b1426;
	width: 160px;
	display: inline-block;
}

.list-tel__link {
	font-weight: 200;
	color: #3399ff;
}

.list-tel__link:hover {
	text-decoration: underline;
}


.oun-room {
	font-weight: 200;
	color: #3399ff;
}

.oun-room__come {
	color: #333333;
}

.abs-line {
	width: 50px;
	height: 1px;
	background: #999999;
	margin: 40px 0;
}


@media (max-width: 991px) {
	
}


@media (max-width: 991px) {
	.contact__city { padding: 0; }
	.left-con {
		width: 100%;
	}
	.map_container {
		height: auto;
		width: 100%;
		float: right;
		margin-top: 30px;
	}
	.map {
		width: 100%;
		height: 500px;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 500px) {
	.contact__plase {
		display: block;
	}
	.list-tel {
		padding-left: 25px;
	}
	.list-tel__bor-b {
		margin-bottom: 40px;
	}
	.map {
		width: 100%;
		height: 400px;
	}
}
@media (max-width: 350px) {
	.list-tel {
		padding-left: 0px;
	}
	.list-tel__item-span { width: 140px; }
}

.socials-list {
	margin-bottom: 60px;
}

.socials-list__item {
	padding: 14px 20px 29px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}

@media (max-width: 999px) {
	.socials-list__item {
		margin-bottom: 20px;
	}
}

.socials-list__title {
	position: relative;
	display: block;
	margin-bottom: 21px;
	padding-left: 34px;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
}

.socials-list__title:hover {
	text-decoration: underline;
}

.socials-list__title:before {
	display: inline-block;
	content: '';
}

.socials-list__title.twitter:before {
	background-image: url(./images/sprite.png);
	background-position: 0px -89px;
	width: 27px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: -2px;
}

.socials-list__title.facebook:before {
	background-image: url(./images/sprite.png);
	background-position: -96px -26px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 1px;
	left: -1px;
}

.socials-list__title.vk:before {
	background-image: url(./images/sprite.png);
	background-position: -46px -51px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 1px;
	left: -1px;
}

.socials-list__preview {
	margin-bottom: 27px;
	color: #444;
	font-size: 14px;
	line-height: 22px;
}

.socials-list__preview a {
	color: #3399ff;
}

.socials-list__btn {
	transition: 0.2s ease;
	color: #3399ff;
	border: 1px solid #3399ff;
}

.socials-list__btn:hover {
	transition: 0.2s ease;
	color: #fff;
	background: #3399ff;
}

@media (max-width: 999px) {
	.socials-list__btn {
		width: 100%;
	}
}




.pop-up__callback {
	width: 450px;
}

@media (max-width: 999px) {
	.pop-up__callback {
		width: 100%;
	}
}

.pop-up__callback input {
	width: 100%;
	border: 1px solid #e1e7e9;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 23px;
	padding-right: 23px;
	font-weight: 200;
}

.pop-up__callback input.valid~.form-group__icon {
	opacity: 1;
	transition: 0.2s ease;
}

.pop-up__callback .form-group {
	position: relative;
	margin-bottom: 20px;
}

.pop-up__callback .form-group__icon {
	position: absolute;
	top: 50%;
	right: 13px;
	background-image: url(./images/sprite.png);
	background-position: -72px -51px;
	width: 24px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.2s ease;
}

.pop-up__callback textarea {
	width: 100%;
	resize: vertical;
	border: 1px solid #e1e7e9;
	padding: 14px 23px;
	min-height: 190px;
}

.pop-up__callback input,
.pop-up__callback textarea {
	color: #424243;
	font-size: 16px;
	background-color: #f9f9f9;
	/* Firefox 19+ */
	/* Firefox 18- */
}

.pop-up__callback input:focus,
.pop-up__callback textarea:focus {
	border-color: #999999;
	background: #fff;
}

.pop-up__callback input.error,
.pop-up__callback textarea.error {
	border-color: red;
}

.pop-up__callback input::-webkit-input-placeholder,
.pop-up__callback textarea::-webkit-input-placeholder {
	font-weight: 200;
	color: #424243;
	font-size: 16px;
}

.pop-up__callback input::-moz-placeholder,
.pop-up__callback textarea::-moz-placeholder {
	font-weight: 200;
	color: #424243;
	font-size: 16px;
}

.pop-up__callback input:-moz-placeholder,
.pop-up__callback textarea:-moz-placeholder {
	font-weight: 200;
	color: #424243;
	font-size: 16px;
}

.pop-up__callback input:-ms-input-placeholder,
.pop-up__callback textarea:-ms-input-placeholder {
	font-weight: 200;
	color: #424243;
	font-size: 16px;
}

.pop-up__callback .btn-rect {
	width: 100%;
	margin-left: 0;
	border: 1px solid #3399ff;
	color: #3399ff;
	background: #fff;
	cursor: pointer;
	transition: 0.2s ease;
}

.pop-up__callback .btn-rect:hover {
	background: #3399ff;
	color: #fff;
	transition: 0.2s ease;
}

.pop-up__callback .captcha {
	margin-bottom: 20px;
}


.form-group a.zakon{ line-height: 28px; color: #424243; text-decoration: none; margin-top: 10px; display: block; width: 100%; font-size: 16px;}
.form-group a.zakon:before{content: " "; display: block; float: left; border-radius: 2px; box-sizing:border-box; width: 28px; height: 28px; border: 2px solid #C2C2C2; margin-right: 20px; }
.form-group a.zakon.active:before{ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAACHSURBVChTldCxDYMwEIVhCwnRkjps4T3TI1ZIlYIVaJgAMQISIzj/QyBZl4slig/Zd36vIMQ+3fXEhJe3LOmwIGHUoEID+9DKgzMeGn6wIcIGLj9BBC2Gc7jDK3CDok+NN7wCG2xx7Y6weAXFoOQXW7CeZzcodpAXFIPiDVWgnzjibzD2KXwB688ztgnzW9EAAAAASUVORK5CYII=") 50% 50% no-repeat;}
.form-group span.grey_text{color: #aaa; font-size: 14px; font-style: italic; display: block; margin-bottom: 10px; clear: both; }


.add_rezum {
	position: relative;
	text-align: center;
	border: 1px dashed #3399ff;
	display: block;
	padding: 43px;
	font-weight: 200;
	color: #3399ff;
	font-size: 16px; 
	line-height: 16px;
}
.add_rezum.error {
	border: 1px dashed red;
}
.add_rezum:hover, .add_rezum.active {
    cursor: pointer;
    border: 1px solid #3399ff; 
    font-weight: bold; 
}
.add_rezum:before {
    content: "";
    background: url("./uploads/add-ic.png");
    width: 20px;
    height: 16px;
    /*
    position: absolute;
    left: 27%;
    */
    top: 47px; 
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.add_rezum.active:before {
    display: none; 
}





.body--popup { position: relative; }
.popup-fone { z-index: 6; content: ""; display: none; top: 0; left: 0; position: absolute; width: 100%; height: 100%; opacity: 0; background: #000; transition: 0.3s; }
.popup-fone.active { display: block; }
.popup-fone.active2 { opacity: 0.4; }

.popup { position: fixed; width: 771px; height: 100vh; top: 0; right: 0; display: none; overflow: hidden; /*padding-top: 40px;*/ background: #fff; z-index: 7; opacity: 0; transition: 0.3s; box-shadow: 0 0 30px 0px rgba(0,0,0,0.2) }
.popup:after { content: ""; z-index: 3; background: #272B38; position: absolute; width: 100%; height: 100vh; transition: 1s cubic-bezier(.67,0,.33,1); transform: translate(0, -150%); }
.popup.active { display: block; }
.IE .popup.active { top: 0 !important; }
.popup.active2 { opacity: 1; }
.popup.active3:after { transform: translate(0,100%); }
.popup__wr { max-height: 100vh; overflow: auto; opacity: 0; transition: 0.75s;  }
.popup.active4 .popup__wr { opacity: 1; }
.popup__top { position: absolute; top: 0; left: 0; /*background: #fff;*/ height: 40px; width: 100%; opacity: 0; transition: linear 0.5s; z-index: 1;  }
.popup.active4 .popup__top { opacity: 1; }
.popup__in { position: relative; }
.popup__close { position: relative; width: 40px; height: 40px; float: right; cursor: pointer; transition: 0.3s; z-index: 2; }
.popup__close svg { display: block; width: 20px; height: 20px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; fill: #929292; transition: 0.3s; z-index: 3; }
.popup__close:hover svg { fill: #000 }/**/
.popup__img img { width: 100%; }
.popup__cont { padding: 40px 80px; overflow: hidden; }
.popup__name { font-weight: 700; font-size: 35px; line-height: 1.2; margin-bottom: 10px; }
.popup__job { color: #929292; font-size: 24px; margin-bottom: 10px; font-weight: 500; }
.popup__text { margin-top: 30px; }
.popup__title { font-weight: 700; font-size: 35px; line-height: 1.2; margin-bottom: 10px; }
/*
.popup__text { margin-top: 30px; padding-left: 60px; position: relative; }
.popup__text:before {     
    content: "«";
    font-family: GothamPro;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 50px;
    line-height: 26px;
    color: #CB2626;
}*/
.popup__text p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
	.popup { width: 550px; top: 0!important; }
	.popup__cont { padding: 40px 60px; }
	.popup__name { font-size: 26px; }
	.popup__job { font-size: 18px; }
	.popup__title { font-size: 26px;}
	/*
	.popup__text { padding-left: 40px; border-width: 1px; }
	.popup__text:before { font-size: 35px; line-height: 20px; }
	*/
    .popup__close svg { fill: #000; }
}
@media (max-width: 767px) {
	.popup { width: 100%; }
	.popup__in { padding-top: 40px; }
	.popup__cont { padding-bottom: 80px; }
	.popup__close { margin-top: 40px; }
	.popup__in .popup__cont:first-child { padding-top: 0; }
}
@media (max-width: 550px) {
	.popup__cont { padding: 25px 40px 60px; }
	.popup__name { font-size: 24px; }
	.popup__job { font-size: 16px; }
	.popup__title { font-size: 24px;}
}
@media (max-width: 400px) {
	.popup__cont { padding: 25px 15px 80px; }
	.popup__name { font-size: 20px; }
	.popup__job { font-size: 14px; }
	.popup__title { font-size: 20px;}
}




.certifImg-slider {
	z-index: 2;
}
.certifImg-slider-wrap {
	position: relative;
	padding: 35px ;
}
.certifImg-slider-wrap:before {
	content: ""; display: block;
	position: absolute;
	left: -80px;
	right: -80px;
	top: 0;
	bottom: 0;
	background: #f8f8f8;
}
.certifImg-slider__img img { display: block; margin: auto; }
.certifImg-slider .slick-next,
.certifImg-slider .slick-prev {
	position: absolute;
	top: 48%;
	width: 18px;
    height: 36px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0;
	line-height: 0;	z-index: 1;
}

.certifImg-slider .slick-next:hover,
.certifImg-slider .slick-prev:hover {
	opacity: 0.6;
}

.certifImg-slider .slick-prev {
	left: -55px;
}

.certifImg-slider .slick-prev:before {
	display: block;
	content: '';
	background-image: url(./images/sprite.png);
	background-position: -96px -52px;
	width: 18px;
    height: 36px;
}

.certifImg-slider .slick-next {
	right: -55px;
}

.certifImg-slider .slick-next:before {
	display: block;
	content: '';
	background-image: url(./images/sprite.png);
	background-position: -122px 0px;
	width: 18px;
    height: 36px;
}

.certifImg-slider .slick-dots {
	text-align: center;
	margin: 35px 0 0;
	padding: 0;
}

.certifImg-slider .slick-dots li {
	display: inline-block;
}

.certifImg-slider .slick-dots li button {
	position: relative;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 26px;
	height: 26px;
}

.certifImg-slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	opacity: 0.3;
	border-radius: 50%;
	background: #3399ff;
	width: 10px;
	height: 10px;
}

.certifImg-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}
.certifText-slider { margin-top: 50px; }
.certifText-slider__title {
	font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.certifText-slider__title:last-child { margin-bottom: 0; }


@media(max-width: 767px) {
	.certifImg-slider-wrap {
		position: relative;
	}
	.certifImg-slider .slick-prev {
		left: -35px;
	}
	.certifImg-slider .slick-next {
		right: -35px;
	}

	.certifText-slider__title { font-size: 26px; }
}
@media(max-width: 500px) {
	.certifImg-slider .slick-dots li button { width: 20px; height: 20px; }
	.certifText-slider__title { font-size: 24px; }
}






