

/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/structure_shema/style.css?176483928113154*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
.structure {
	max-width: 898px;
	margin: 0 auto;
	position: relative;
}
.structure a {
	color: #fff;
	text-decoration: underline;
}
.structure__list {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.structure__item {
	background: #DC1A36;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	color: #FFFFFF;
	display: flex;
	padding: 10px 30px 10px 10px;
	width: 360px;
	box-sizing: border-box;
}
.structure__item--title {
	font-size: 26px;
	font-weight: 700;
	line-height: 10px;
	letter-spacing: 0em;
	text-align: center;
	display: inline-block;
	padding: 30px 40px;
	width: 260px;
	margin-bottom: 60px;
	margin-left: 0px;
	position: relative;
}
.structure__item--title::after {
	content: "";
	background: #DC1A36;
	width: 3px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	right: 128px;
}
.structure__pic {
	display: flex;
	width: 68px;
	height: 68px;
	background: #fff;
	border-radius: 50%;
	min-width: 68px;
	min-height: 68px;
	margin-right: 30px;
	background-size: cover;
	background-position: center top;
}
.structure__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 9px;
}
.structure__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
}
.structure__item--lvl-0 {
	margin-left: 0;
	margin-bottom: 21px;
	position: relative;
}
.structure__item--lvl-0::after {
	content: "";
	background: #DC1A36;
	width: 3px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	right: 178px;
}
.structure__item:nth-of-type(3)::after  {
    display: none;
}
.structure__item--lvl-2 {
	padding: 7px 14px 7px;
	width: 400px;
	margin-bottom: 20px;
	position: relative;
}
.structure__item--lvl-1-block {
	position: relative;
}
.structure__item--lvl-2 .structure__pic {
	width: 55px;
	height: 55px;
	min-width: 55px;
	min-height: 55px;
	margin-right: 10px;
}
.structure__list--lvl-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 90px;
	position: relative;
	width: 100%;
}
.structure__list--lvl-1--left-col {
    margin-right: 49px;
}
.structure__list--lvl-1--right-col {}
.structure__list--lvl-1 .structure__pic::after {
	content: "";
	position: absolute;
    background: #DC1A36;
    width: 3px;
    margin-left: -3px;
    left: -25px;
    height: 50%;
    top: 3px;
}
.structure__list--lvl-1::after {
	content: "";
	position: absolute;
    background: #DC1A36;
    width: 3px;
    margin-left: -3px;
    left: -25px;
    height: 50%;
    top: 3px;
}
.structure__list--lvl-1 .structure__list--lvl-1--right-col .structure__item--lvl-1-block:first-child::before {
    content: "";
    position: absolute;
    background: #DC1A36;
    width: 3px;
    margin-left: -3px;
    left: -25px;
    height: calc(100% + 44px);
    top: -112px;
}
.structure__list--lvl-1 .structure__list--lvl-1--right-col .structure__item--lvl-1-block::after {
    content: "";
    position: absolute;
    background: #DC1A36;
    width: 3px;
    margin-left: -3px;
    left: -25px;
    height: calc(100% + 23px);
    bottom: -23px;
}
.structure__list--lvl-1 .structure__list--lvl-1--right-col .structure__item--lvl-1-block:last-child::after {
    display: none;
}
.structure__list--lvl-1 .structure__list--lvl-1--left-col .structure__item--lvl-1-block::after {
    content: "";
    position: absolute;
    background: #DC1A36;
    width: 3px;
    margin-left: -3px;
    left: auto;
    height: calc(100% + 23px);
    bottom: -23px;
    right: -24px;
}
.structure__list--lvl-1 .structure__list--lvl-1--left-col .structure__item--lvl-1-block:last-child::after {
    display: none;
}
.structure__list--lvl-1:last-child::after {
    display: none;
}
.structure__list--lvl-1 .structure__list--lvl-1--left-col .structure__pic::after {
    left: auto;
    right: -24px;
}
.structure__list--lvl-1 .structure__name{
	font-size: 12px;
	font-weight: 700;
	line-height: 14.4px;
	text-align: left;
	padding-top: 1px;
}
.structure__list--lvl-1 .structure__text{
	font-size: 12px;
	font-weight: 700;
	line-height: 14.4px;
}
.structure__item-min {
	position: absolute;
	background: #DC1A36;
	padding: 14px 19px;
	top: 115px;
	border-radius: 22px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	text-align: left;
    z-index: 3;
}
.structure__item-min:nth-child(1n) {
	right: auto;
	left: -5px;
}
.structure__item-min:nth-child(1n)::after {
	content: "";
	position: absolute;
    background: #DC1A36;
    height: 30px;
    width: 3px;
    top: -28px;
    right: 50%;
    margin-right: -2px;
}
.structure__item-min:nth-child(2n) {
	right: -35px;
	left: auto;
}
.structure__item-min:nth-child(2n)::after {
	content: "";
    position: absolute;
    background: #DC1A36;
    height: 30px;
    width: 3px;
    top: -28px;
    right: 50%;
    margin-right: -2px;
}
.structure__item-logos {
	position: absolute;
    bottom: 76px;
    right: -210px;
}
.structure__item-logos::before {
	content: "";
    position: absolute;
    background: #DC1A36;
    height: 45px;
    width: 3px;
    right: 50%;
    bottom: -37px;
    margin-right: -2px;
}
.structure__item-logos::after {
	content: "";
    position: absolute;
    background: #DC1A36;
    height: 3px;
    width: 162px;
    right: 50%;
    bottom: -37px;
    margin-right: -2px;
}
.structure__item-logo {
	width: 135px;
	height: 45px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(133, 133, 133, 0.08) 0%, rgba(160, 160, 160, 0.2) 100%);
	box-shadow: 0px 3px 10px 0px #00000040;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	padding: 5px;
}
.structure__item-logo img {
	max-width: 100%;
	max-height: 100%;
}
.structure__item--lvl-1-block {}
.structure__item--lvl-3-block {
	display: none;
	position: relative;
	margin-top: -8px;
	margin-bottom: 20px;
    max-width: 400px;
}
.structure__item--lvl-4-block {
	display: none;
}
.structure__arr {
	background-image: url(/images/arr.png);
	background-repeat: no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
	top: 34px;
    right: 21px;
	cursor: pointer;
}
.structure__arr-lvl-2 {
	background-image: url(/images/arr-lvl-2.png);
	background-repeat: no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
	top: 28px;
    right: 21px;
	cursor: pointer;
}
.accordion-active > .structure__arr {transform: rotate(180deg);    transform-origin: center 3px;}
.accordion-active.structure__arr-lvl-2 {transform: rotate(180deg);transform-origin: center 3px;}
.structure__item.structure__item--lvl-3 {
	box-shadow: 0px 3px 10px 0px #00000040;
    background: linear-gradient(180deg, rgba(133, 133, 133, 0.08) 0%, rgba(160, 160, 160, 0.2) 100%);
    color: #262626;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: left;
	max-width: 400px;
	padding: 14px 45px 17px 17px;
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    position: relative;
}
.structure__item--lvl-4 {
	box-shadow: 0px 3px 10px 0px #00000040;
    background: linear-gradient(180deg, rgba(133, 133, 133, 0.08) 0%, rgba(160, 160, 160, 0.2) 100%);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    margin: 10px 0;
    color: #262626;
    padding: 13px 17px;
    width: 340px;
}
.structure__list--lvl-1--left-col .structure__item--lvl-2::before {
    content: "";
    position: absolute;
    background: #DC1A36;
    height: 3px;
    width: 23px;
    right: -23px;
    top: 35px;
}
.structure__list--lvl-1--right-col .structure__item--lvl-2::before {
	content: "";
	position: absolute;
    background: #DC1A36;
    height: 3px;
    width: 25px;
    left: -25px;
    top: 35px;
}
.structure__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1279px) {
	.structure__list {
		align-items: flex-start;
	}
	.structure__list--lvl-1 {
		flex-direction: column;
	}
	.structure__item--title {
		margin-left: 0;
	}
	.structure__item--lvl-0 {
		margin-left: 0;
	}
	.structure__item-min:nth-child(1n) {
        left: auto;
        right: 0;
        top: 112px;
	}
	.structure__item-min:nth-child(2n) {
        left: 62px;
        right: auto;
        top: 112px;
	}
	.structure__item-logos {
		bottom: -172px;
		right: -306px;
	}
	.structure__list--lvl-1--left-col .structure__item--lvl-2::before {
		display: none;
	}
	.structure__list--lvl-1--right-col .structure__item--lvl-2::before {
		display: none;
	}
	.structure__list--lvl-1::after {
		display: none;
	}
    .structure__item-min {
        font-size: 12px;
        padding: 9px 15px;
        top: 26px;
    }
    .structure__item-min:nth-child(2n)::before {
        width: 200px;
        right: -21px;
        top: 15px;
        z-index: -1;
    }
    .structure__item-min:nth-child(1n)::after {
        top: -25px;
    }
    .structure__item-logos::after {
        bottom: auto;
        top: -64px;
        width: 245px;
    }
    .structure__item-logos::before {
        bottom: auto;
        top: -64px;
        height: 64px;
    }
    .structure__item--title::after {
        right: auto;
        left: 45px;
    }
    .structure__item--lvl-0::after {
        right: auto;
        left: 45px;
        height: 113px;
        bottom: -111px;
    }
    .structure__list--lvl-1 .structure__pic::after {
        display: none;
    }
    .structure__list--lvl-1--left-col {
        margin-right: 0;
    }
    .structure__list--lvl-1 .structure__list--lvl-1--right-col .structure__item--lvl-1-block:first-child::before {
        display: none;
    }
    .structure__list--lvl-1 .structure__list--lvl-1--right-col .structure__item--lvl-1-block::after {
        display: none;
    }
    .structure__list--lvl-1 .structure__list--lvl-1--left-col .structure__item--lvl-1-block::after {
        display: none;
    }
    .structure__item:nth-of-type(3)::after  {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .structure__item--lvl-0:nth-last-of-type(2) {
        margin-top: 69px;
        margin-bottom: 96px;
    }
    .structure__item-min {
        font-size: 12px;
        padding: 9px 15px;
        top: -47px;
    }
    .structure__item-min:nth-last-of-type(1n) {
        left: auto;
        right: 0;
        top: -54px;

    }
    .structure__list--lvl-1 {        margin-top: 20px;}
    .structure__item-min:nth-last-of-type(2) {
        left: 67px;
        right: auto;
    }
    .structure__item-min:nth-last-of-type(2)::after,
    .structure__item-min:nth-last-of-type(2)::before,
    .structure__item-min:nth-last-of-type(1n)::after,
    .structure__item-min:nth-last-of-type(1n)::before {
        display: none;
    }
    .structure__item--title::after {
        right: auto;
        left: 47px;
    }
    .structure__item--lvl-0::after {
        right: auto;
        left: 47px;
        height: 125px;
        bottom: auto;
        top: 84px;
    }
    .structure__item-logos {
        bottom: auto;
        right: auto;
        top: 111px;
        display: flex;
        z-index: 1;
    }
    .structure__item-logo {
        margin-right: 34px;
    }
    .structure__item-logos::before {
        display: none;
    }
    .structure__item-logos::after {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .structure__item {
        width: 100%;
        padding: 6px 30px 10px 10px;
        align-items: center;
    }
    .structure__arr {top: 50%;}
    .structure__item--title {
        font-size: 18px;
        width: auto;
        padding: 15px 28px;
        margin-bottom: 17px;
    }
    .structure__item-logos {
        flex-direction: row;
        top: 95px;
        right: 0px;
        width: 100%;
        justify-content: space-between;
    }
    .structure__pic {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px;
        margin-right: 14px;
    }
    .structure__info {
        font-size: 8px;
        line-height: 9.6px;
    }
    .structure__name {
        font-size: 12px;
        line-height: 14px;
    }
    .structure__text {
        font-size: 12px;
        line-height: 14px;
    }
    .structure__item--lvl-0 {
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    .structure__item--title::after {
        left: 35px;
    }
    .structure__item-logos::after {
        display: none;
    }
    .structure__item--lvl-0::after {
        left: 35px;
        top: 67px;
    }
    .structure__item-min:nth-last-of-type(2) {
        right: 138px;
        left: auto;
    }
    .structure__item--lvl-0:nth-last-of-type(2) {
        margin-bottom: 75px;
    }
    .structure__item-logo {
        margin-right: 0;
        width: 100px;
        height: 37px;
    }
    .structure__item--lvl-0::after {
        height: 160px;
    }
    .structure__item--lvl-2 {
        padding-bottom: 6px;
    }
}
.structure__item-logo a {
    display: inline-block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
/* End */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/structure_shema/style.css?176483928113154 */
