

/* Start:/local/templates/.default/components/bitrix/news/company_structure/style.css?17071290798846*/
.about-text {
	margin: 181px 0 114px;
	position: relative;
}
@media(max-width: 991px) {
	.about-text {
		margin: 65px 0 100px;
	}
}


.company-structure__top {
    font-size: 15px;
    line-height: 1.33;
    color: #9E9E9E;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
    position: relative;
}
.company-structure__top:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #DFDFDF;
    transition: width 1s  cubic-bezier(0, 0, 0, 1);
}
.company-structure__top.aos-animate:before {
    width: 100%;
}
.company-structure__top-num,
.company-structure__top-name {
    width: 50%;
}

.company-structure__list {
    margin-top: 126px;
}

.company-structure__item {
    padding: 40px 0;
    position: relative;
}
.company-structure__item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #DFDFDF;
    transition: width 1s  cubic-bezier(0, 0, 0, 1);
}
.company-structure__item:last-child:before {
    display: none !important;
}
.company-structure__item:nth-child(2):before {
	transition-delay: 0.3s;
}
.company-structure__item:nth-child(3):before {
	transition-delay: 0.6s;
}
.company-structure__item:nth-child(4):before {
	transition-delay: 0.9s;
}
.company-structure__item:nth-child(5):before {
	transition-delay: 1.2s;
}
.company-structure__item.aos-animate:before {
    width: 100%;
}
.company-structure__item-top,
.company-structure__item-btm {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.company-structure__item-num {
    line-height: 30px !important;
}




.company-structure__item-list,
.company-structure__item-main,
.company-structure__item-num,
.company-structure__item-name,
.company-structure__item-cont,
.company-structure__person,
.company-structure__img {
    width: 50%;
}
.company-structure__item-cont-wr {
    width: calc(50% - 20px);
    font-size: 20px;
    line-height: 1.25;
}
.company-structure__item-top {
    cursor: pointer
}
.company-structure__item-top:hover .company-structure__item-name {
    color: #FD7C01;
}
.company-structure__item-btm {
    padding: 24px 0 30px;
    display: none;
}
.company-structure__item-wr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.company-structure__item-wr--btm {
    padding-top: 85px;
}
.company-structure__item-wr--btm:first-child {
    padding-top: 61px;
}
.company-structure__item-link {
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
}
.company-structure__item-link:first-child {
	margin-top: 0;
}
.company-structure__item-name {
    padding-right: 50px;
    position: relative;
    width: 50%;
    transition: color 0.3s;
}
.company-structure__item-arr {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
}
.company-structure__item-arr:before,
.company-structure__item-arr:after {
    content: "";
    width: 14px;
    height: 2px;
    background: #FF6417;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.company-structure__item-arr:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.company-structure__item-top.active .company-structure__item-arr:after {
    transform: rotate(0deg);
}
.company-structure__img {
    order: 2
}
.company-structure__img img {
    max-width: 100%;
}
.company-structure__person {
    display: flex;
    flex-wrap: wrap;
}
.company-structure__person-item {
    width: 25%;
}
.company-structure__person-img {
    margin-bottom: 20px;
}
.company-structure__person-img img {
    width: 218px;
    height: 270px;
}
.company-structure__person-name {
    font-size: 20px;
    line-height: 1.25;
}
.company-structure__person-job {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.01em;
    color: #9E9E9E;
}
.company-structure__person-tel {
    margin-top: 22px;
    font-size: 20px;
    line-height: 1.25;
}
.company-structure__person-tel a {
    text-decoration: none;
}



.company-structure__item-list-wr {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.company-structure__card {
    width: 25%;
    padding:  0 20px;
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 1.33;
}
.company-structure__card a {
    text-decoration: none;
}
.company-structure__card-name {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 5px;
}
.company-structure__card-img {
    position: relative;
    background: red;
    margin-bottom: 10px;
}
.company-structure__card-img::before{
    content: "";
    display: block;
    padding-top: 114%;
}
.company-structure__card-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-structure__card--main .company-structure__card-img::before{
    padding-top: 136%;
}
.company-structure__card.company-structure__card--main {
    font-size: 20px;
    line-height: 1.25;
    width: 360px;
    padding: 0;
    max-width: 100%;
}
.company-structure__card--main .company-structure__card-name {
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 9px;
}
.company-structure__card--main .company-structure__card-job {
    margin-bottom: 35px;
}
@media(max-width: 1560px) {
    .company-structure__card {
        width: 33.33%;
    }
    .company-structure__item-cont-wr {
        font-size: 17px;
    }
    .company-structure__person {
        display: block;
    }
    .company-structure__person-item {
        width: 50%;
        margin-bottom: 35px;
    }
    .company-structure__person-item:last-child {
        margin-bottom: 0;
    }
}

@media(max-width: 1230px) {
    .company-structure__top-num, 
    .company-structure__item-main,
    .company-structure__item-num {
        width: 25%;
        padding-right: 40px;
    }
    .company-structure__top-name,
    .company-structure__item-list,    
    .company-structure__item-name,
    .company-structure__item-cont{
        width: 75%;
    }
    .company-structure__card {
        width: 25%;
    }
    .company-structure__card.company-structure__card--main {
        width: 75%;
        font-size: 15px;
        line-height: 1.33;
    }
    .company-structure__card--main .company-structure__card-img::before {
        padding-top: 114%;
    }
    .company-structure__card--main .company-structure__card-name {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 5px;
    }
    .company-structure__card--main .company-structure__card-job {
        margin-bottom: 20px;
    }
}
@media(max-width: 991px) {
    .company-structure__item-main,
    .company-structure__top-num,
    .company-structure__item-num,
    .company-structure__item-list,
    .company-structure__top-name,
    .company-structure__item-name,
    .company-structure__item-cont {
        width: 100%;
    }
    .company-structure__top-num {
        display: none;
    }

    .company-structure__card.company-structure__card--main {
        width: 252px;
    }
    .company-structure__card {
        padding: 0;
        width: 252px;
        min-width: 252px;
        margin-right: 20px;
    }
    .company-structure__card--main .company-structure__card-img::before,
    .company-structure__card-img::before{
        padding-top: 142%;
    }

    
    .company-structure__item-wr--btm {
        padding-top: 70px;
    }
    .company-structure__img {
        order: 0;
        margin-bottom: 60px;
        width: 100%;
    }
    .company-structure__img:last-child {
        margin-bottom: 0;
    }
    .company-structure__person {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .company-structure__item-btm {
        padding-bottom: 0;
    }
    .company-structure__item-cont-wr {
        font-size: 15px;
        line-height: 1.33;
        width: 100%;
    }
    .company-structure__item-list-wr {
        width: calc(100% + 64px);
        margin: 0 -32px;
        flex-wrap: nowrap;
        overflow: auto;
        padding-left: 32px;
    }
    .company-structure__item:before {
        transition: width 0.7s cubic-bezier(0, 0, 0, 1);
    }
    
    .company-structure__item:nth-child(n):before {
        transition-delay: 0s;
    }
    .company-structure__item-num {
        margin-bottom: 15px;
    }
    .company-structure__item {
        padding: 20px 0 35px;
    }

}
@media (max-width: 550px) {
    .company-structure__top-num,
    .company-structure__item-num,
    .company-structure__top-name,
    .company-structure__item-name,
    .company-structure__item-cont {
        width: 100%;
    }

    .company-structure__person-item {
        width: 100%;
    }
}
@media(max-width: 450px) {
    /*
    .company-structure__item-num,
    .company-structure__item-name {
        width: 100%;
    }*/
}


/* End */


/* 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_structure/bitrix/news.detail/bl_1/style.css?1707129079170*/
div.news-detail {
    word-wrap: break-word;
}
div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}
.news-date-time {
    color: #486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/managers/style.css?17071290793093*/
.managers__wrap {
	position: relative;
	min-height: 100vh;
}
.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;
	/*
	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: 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: 100px;
	}
	.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%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/company_structure/style.css?17071290798846 */
/* /local/templates/.default/components/bitrix/breadcrumb/page_top/style.css?1707129079384 */
/* /local/templates/.default/components/bitrix/news/company_structure/bitrix/news.detail/bl_1/style.css?1707129079170 */
/* /local/templates/.default/components/bitrix/news.list/managers/style.css?17071290793093 */
