

/* Start:/local/templates/.default/components/bitrix/breadcrumb/page_top/style.css?1707129079384*/
.breadcrumb {
	display: inline-block;
}
.breadcrumb__item, .breadcrumb__item a, .breadcrumb__item span {
	display: inline;
}
.breadcrumb__item a:after {
	content: "";
	width: 20px; height: 20px;
	background: url(/local/templates/.default/components/bitrix/breadcrumb/page_top/images/right-r.svg) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.breadcrumb__item a {
	color: #9E9E9E;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/company/bitrix/news.detail/company_p1/style.css?170712907914043*/
.about-bl1 {
	margin: 70px 0 180px;
}
.about-bl2 {
	margin: 180px 0 115px;
}
.about-bl4 {
	margin: 180px 0 180px;
}
.about-bl5 {
	
}
.about-bl6 {
	margin: 180px 0 86px;
}
/*
.about-bl7 {
	margin: 140px 0 54px;
}*/
.about-bl8 {
	margin: 54px 0 54px;
}
.about-bl9 {
	margin: 235px 0;
}

@media(max-width: 1560px) {
	.about-bl1 {
		margin: 50px 0 100px;
	}
	.about-bl2 {
		margin: 100px 0 115px;
	}
	.about-bl4 {
		margin: 100px 0;
	}

	.about-bl6 {
		margin: 100px 0 40px;
	}
	/*
	.about-bl7 {
		margin: 100px 0 40px;
	}*/
	.about-bl8 {
		margin: 40px 0;
	}
	.about-bl9 {
		margin: 160px 0;
	}
}
@media(max-width: 991px) {
	.about-bl1 {
		margin: 50px 0 63px;
	}
	.about-bl2 {
		margin: 63px 0;
	}
	.about-bl4 {
		margin: 63px 0;
	}
	.about-bl5 {
		
	}
	.about-bl6 {
		margin: 63px 0 40px;
	}
	/*
	.about-bl7 {
		margin: 63px 0 40px;
	}*/
	.about-bl8 {
		margin: 40px 0;
	}
	.about-bl9 {
		margin: 63px 0;
	}
}

@media(max-width: 991px) {
	.about-bl9 .table-list__item:after {
		top: auto;
		bottom: 0;
		width: 100%;
	}
}








.managers__wrap {
	position: relative;
	min-height: 100vh;
	z-index: 0;
}
.managers__wrap .pin-spacer {
	position: relative !important;
}
.managers__list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.managers__item {
	height: 100vh;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
}
.managers__title {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 100vw;
	height: 100%;
	font-size: 120px;
	line-height: 100px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
	/*
	animation: marquee-infinite 30s linear infinite;
    -webkit-animation: marquee-infinite 30s linear infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
	*/
}
.managers__title span {
	white-space: nowrap;
	background: #fff;
}

.managers__title.js-marquee {

}
.managers__title .js-marquee-list {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.managers__man {
	background: #fff;
	width: 464px;
	position: relative;
	z-index: 3;
}
.managers__img {
	position: relative;
	background: #eee;
	margin-bottom: 36px;
	max-height: 70vh;
}
.managers__img:after {
	content: "";
	padding-top: 144%;
	display: block;
	width: 100%;
}
.managers__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	left: 0;
	top: 0;
}
.managers__name {
	font-size: 30px;
	line-height: 1.17;
	margin-bottom: 9px ;
}
.managers__job {
	font-size: 20px;
	line-height: 1.25;
}
@media(max-width: 1560px) {
	.managers__man {
		width: 364px;
	}
}



@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media(max-width: 1230px) {
	.managers__title {
		font-size: 100px;
	}
}
@media(max-width: 991px) {
	.managers__wrap .pin-spacer {
		padding: 0 !important;
		width: 100% !important;
		height: auto !important;
	}
	.managers__wrap .pin-spacer .managers__list {
		transform: none !important;
		position: relative !important;
		height: auto !important;
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}
	.managers__wrap .pin-spacer .managers__item {
		transform: none !important;
		opacity: 1 !important;
	}


	.managers__list,
	.managers__item  {
		height: auto;
		position: relative;
	}
	.managers__item {
		margin-bottom: 56px;
	}
	.managers__item:last-child {
		margin-bottom: 76px;
	}
	.managers__title {
		font-size: 50px;
	}
	.managers__man {
		width: 335px;
	}
	.managers__img {
		margin-bottom: 25px;
	}
	.managers__img:after {
		padding-top: 115%;
	}
	.managers__name {
		font-size: 20px;
		line-height: 1.25;
		margin-bottom: 4px ;
	}
	.managers__job {
		font-size: 15px;
		line-height: 1.33;
	}
}
@media(max-width: 450px) {
	.managers__title {
		display: none;
	}
	.managers__man {
		width: 100%;
	}
	.managers__img:after {
		padding-top: 144%;
	}
}




.history {
	margin: 180px 0 190px;
}
.history__title {
	font-size: 70px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 71px
}

.history__top {
	display: flex;
	font-size: 40px;
	line-height: 1.12;
	border-top: 1px solid #9E9E9E;
}
.history__top-title {
	padding: 34px 0 35px;
	position: relative;
}
.history__top-title:before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background: #9E9E9E;
	position: absolute;
	left: 0; bottom: 0;
}
/*
.history__top-list:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #9E9E9E;
	position: absolute;
	left: 0; bottom: 0;
}*/
.history__top-list {
	
	border-bottom: 1px solid #9E9E9E;
}
.history__top-list,
.history__item {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.history__top-title,
.history__col--left {
	width: 25%;
	padding-right: 40px;
}
.history__top-list,
.history__col--right {
	width: 75%;
}

.history__col--left {
	padding-bottom: 120px;
	position: relative;
}

.history__top-item {
	padding: 34px 0 35px;
	position: relative;
	color: #9E9E9E;
}
/*
.history__top-item:after {
	content: "";
	left: 0;
	bottom: 0;
	background: #9E9E9E;
	width: 100%;
	height: 1px;
	position: absolute;
}*/
.history__item-dop {
	font-size: 20px;
	line-height: 1.25;
	padding: 24px 0 20px;
	color: #9E9E9E;
}
.history__item-year {
	font-size: 120px;
	line-height: 100px;

	position: absolute;
	left: 0;
	bottom: 0;
}
.history__item-title {
	font-size: 40px;
	line-height: 1.12;
}
.history__item-cont {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.history__item-img {
	width: 66.66%;
	padding-right: 40px;
}
.history__item-img img {
	width: 100%;
}
.history__item-text {
	width: 33.33%;
}
.history__item-text>*:last-child {
	margin-bottom: 0;
}
.history__item-cont--text .history__item-text {
	width: 100%;
}
.history__item-cont--full-text .history__item-text {
	width: 100%;
}
.history__item {
	display: none;
	padding-top: 40px;
}
.history__item.active {
	display: flex;
}


.history__top-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;

	padding-right: 88px;
	position: relative;
}
.history__top-list .swiper {
	width: 100%;
}
.history__top-list .swiper-button-prev {
	left: auto;
	right: 48px
}
.history__top-list .swiper-button-next {
	right: 0px;
	transform: rotate(180deg)
}
.history__top-arr {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	/*transform: translateY(-50%);
	height: 30px; */
	opacity: 1 !important;
}
.history__top-arr:after {
	display: none;
}
.history__top-arr svg {
	width: 100%; height: 100%;
}
.history__top-arr svg path {
	stroke: #FF6417;
}
.history__top-arr.swiper-button-disabled svg path {
	stroke: #DFDFDF;
}
.history__top-list[data-count="1"] .history__top-arr,
.history__top-list[data-count="2"] .history__top-arr,
.history__top-list[data-count="3"] .history__top-arr,
.history__top-list[data-count="4"] .history__top-arr,
.history__top-list[data-count="5"] .history__top-arr,
.history__top-list[data-count="6"] .history__top-arr {
	display: none;
}

@media(max-width: 1920px) {
	.history__item-img,
	.history__item-text {
		width: 50%;
	}
}
@media(max-width: 1560px) {
	.history {
		margin: 100px 0;
	}
	.history__title {
		font-size: 60px;
	}
	
	.history__top-title {
		display: none;
	}
	.history__top-list {
		width: 100%;
	}
	.history__col--left,
	.history__col--right {
		width: 100%;
	}
	.history__col--left {
		display: flex;
		flex-wrap: wrap;
		padding:0;
		margin-bottom: 44px;
	}
	.history__col--left .history__item-dop {
		width: 100%;
	}
	.history__item-year {
		font-size: 40px;
		line-height: 1;
		width: 150px;
		text-align: right;
		position: static;
	}
	.history__item-title {
		width: calc(100% - 150px);
	}
	.history__item-dop {
		display: none;
	}
	.history__item {
		padding-top: 40px;
	}
}



@media(max-width: 1230px) {
	.history__title {
		font-size: 50px;
	}
	.history__top-list[data-count="6"] .history__top-arr {
		display: block;
	}
}
@media(max-width: 991px) {
	.history {
		margin: 70px 0;
	}
	.history__title {
		font-size: 40px;
	}
	.history__item-img {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.history__item-img,
	.history__item-text {
		width: 100%;
	}

	.history__top {
		font-size: 30px;
	}
	.history__top-list[data-count="5"] .history__top-arr {
		display: block;
	}
}
@media(max-width: 700px) {
	
	.history__title,
	.history__item-title,
	.history__item-year {
		font-size: 30px;
	}
	.history__top-item {
		/*min-width: 100px;*/
		padding: 20px 0;
	}
	.history__top-list {
		padding-right: 0;
	}
	.history__top-list .history__top-arr {
		display: none !important;
	}
	/*.history__top-list.swiper,*/
	.history__top-list .swiper {
		overflow: visible;
	}
	/*
	.history__top-list .swiper-wrapper {
		flex-wrap: nowrap;
		transform: none !important;
	}
	.history__top-list .swiper {
		overflow: auto;
	}*/
}
@media(max-width: 450px) {
	.history__top,
	.history__title,
	.history__item-title {
		font-size: 25px;
	}
	.history__item-title {
		width: 100%;
	}
	.history__item-year {
		width: 100%;
		font-size: 50px;
		line-height: 1;
		text-align: left;
		margin-top: 20px;
	}
	.history__top {
		font-size: 25px;
	}
	.history__item-dop {
		display: none;
	}
	.history__item-cont {
		padding-top: 0;
	}
	
}


.about-map {
	width: 100%;
}
.about-map__img {
	position: relative;
}
.about-map__img-svg,
.about-map__img-svg svg {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.about-map__img-svg g {
	fill: transparent;
}
/*
.about-map__img-svg g:hover {
	fill: red;
}
*/
.about-map__img-photo {
	position: relative;
}
.about-map__img-photo img {
	width: 100%;
}
.about-map__img-photo img:not(.first) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.about-map__img-photo img.active {
	opacity: 1;
}
.about-map {
	position: relative;
}
.about-map__list-item {
	background: #fff;
	width: 300px;
	padding: 20px;
	position: absolute;
	display: none;
	pointer-events: none;
	box-shadow: 4px 4px 10px 0  rgba(0, 0, 0, 0.1);
}
.about-map__list-item-title {
	font-weight: 700;
	margin-bottom: 10px;
}
.about-map__list-item.left {
	transform: translateX(-100%);
}

.about-map-block {
	/*
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	*/
	margin-bottom: 235px;
}


.about-map-block>div:first-child {
	margin-top: 0;
}
.about-map-block>div:last-child {
	margin-bottom: 0;
}
@media(min-width: 991px) {
	.about-map-block .about-bl7 {
		order: 2;
	}
}
@media(max-width: 1560px) {
	.about-map-block {
		margin-bottom: 160px;
	}
}
@media(max-width: 991px) {
	.about-map-block {
		margin-bottom: 100px;
	}
	.about-map__list {
		padding-left: 25%;
		margin-top: 40px;
		list-style: none;
		counter-reset: li;
	}
	.about-map__list-item {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 100%;
		display: block !important;
		margin-bottom: 36px;
		padding: 0;
		box-shadow: none;
	}
	.about-map__list-item.left {
		transform: translateX(0%);
	}
	
	.about-map__list-item:last-child {
		margin-bottom: 0;
	}
	.about-map__list-item:before {
		content: counter(li);
 		counter-increment: li;
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		left: -40px;
		top: -4px;
		background: #FF6417;
		color: #fff;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
	}
	
}
@media(max-width: 450px) {
	.about-map__list {
		padding-left: 0;
	}
	.about-map__list-item:before {
		position: relative;
		left: auto;
		right: auto;
		margin-bottom: 14px;
	}
}

.about-map__slider--hover {
	position: relative;
}
.about-map__slider--hover .about-map__slider-cont {
	background: #fff;
	width: 300px;
	padding: 20px;
	position: absolute;
	opacity: 0;
	left: 0; top: 0;
	pointer-events: none;
	box-shadow: 4px 4px 10px 0  rgba(0, 0, 0, 0.1);
	transition: opacity ease-in-out 0.5s;
}
.about-map__slider--hover .about-map__slider-cont.active {
	opacity: 1;
}
.about-map__slider-cont-title {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.about-map__slider--hover .about-map__slider-cont.left {
	transform: translateX(-100%);
}
.about-map__slider--hover .about-map__slider-cont.top {
	transform: translateY(-100%);
}
.about-map__slider--hover .swiper-wrapper,
.about-map__slider--hover .swiper-slide {
	position: static;
	height: auto;
}

.about-map__slider--hover .about-map__slider-img {
	position: static;
}
.about-map__slider--hover .about-map__slider-img img {
	width: 100%;
}
.about-map__slider--hover .about-map__slider-img img:not(.first) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity ease-in-out 0.5s;
}
.about-map__slider--hover .about-map__slider-img img.active {
	opacity: 1;
}
.about-map__slider--hover .about-map__slider-arr-wr {
	display: none;
}
.about-map__slider--hover .swiper,
.about-map__slider--hover.swiper {
	overflow: visible;
}
.about-map__slider .swiper-button-next:after, 
.about-map__slider .swiper-button-prev:after {
	display: none;
}
.about-map__slider .swiper-button-next {
	right: 0;
	top: calc((100vw - 40px)*0.539);
	margin-top: 0;
} 
.about-map__slider .swiper-button-prev {
	margin-top: 0;
	left: 0;
	top: calc((100vw - 40px)*0.539);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next
.about-map__slider svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about-map__slider svg path {
	stroke: #FF6417;
}
.about-map__slider .about-map__slider-arr.swiper-button-next {
	transform: rotate(180deg);
}
.about-map__slider .swiper-wrapper {
	height: auto;
}
@media(max-width: 991px) {
	.about-map__slider-cont {

	}
}
@media(max-width: 991px) {
	.about-map__slider-img img {
		width: 100%;
	}
	.about-map__img-svg {
		display: none;
	}
	.about-map__slider-cont {
		margin-top: 50px;
		opacity: 1;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/page_top/style.css?1707129079384 */
/* /local/templates/.default/components/bitrix/news/company/bitrix/news.detail/company_p1/style.css?170712907914043 */
