

/* Start:/bitrix/templates/mkws/components/bitrix/news.list/struct/style.css?17793878446544*/


.page-top-wrapper.grey {
	background: #fff!important;
}

header {
	position: relative;
	z-index: 3;
}

.page-top-wrapper.grey .col-md-12 {
	display: flex;
	flex-flow: row wrap;
}

.page-top-wrapper.grey .col-md-12 > * {
	width: 100%;
}

.page-top-wrapper.grey .col-md-12 h1 {
	order: 2;
	margin: 50px 0 0;
}

.struct-item {
	 background: #FFFFFF;
	 box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
	 border-radius: 10px;
	width: 480px;
	display: flex;
	flex-flow: row wrap;
	padding: 12px 42px 42px;
	z-index: 2;
	text-align: center;
}

.first .struct-item {
	width: 100%;
	padding: 0 0 54px 67px;
	position: relative;
	z-index: 4;
	text-align: left;
}

.bot {
	position: relative;
	padding-top: 90px;
	overflow: hidden;
}

.first .struct-item .struct-item__info {
	width: calc(100% - 340px);
	padding-top: 45px;
	padding-right: 13px;
	text-align: left;
}
.first .struct-item img {
	order: 2;
}
.struct-item__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #6600CC;
	margin: 23px 0;
	text-align: center;
}
.first .struct-item__name {
	text-align: left;
	font-size: 36px;
	line-height: 120%;
	margin: 0 0 28px;
}

.struct-item__task {
	background: #FAF5FF;
	border: 1px solid #6600CC;
	border-radius: 10px;
	color: #333333;
	padding: 30px 26px;
	margin-top: 10px;
}

.struct-item_ob {
	background: #F9FBFB;
	border-radius: 10px;
}
.struct-item_ob-check {
	padding: 20px 25px 20px 75px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	cursor: pointer;
	position: relative;
}
.first .struct-item_ob-check {
	padding: 20px 30px 20px 80px;
	font-size: 20px;
}

.struct-item_ob-check:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/arr.svg") center no-repeat;
}

.struct-item_ob-list {
	padding: 0 30px 30px;
	display: none;
}

.struct-item_ob-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.struct-item_ob-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 120%;
}

.struct-item_ob-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/check.svg") center no-repeat;
}

.struct-item_ob.active .struct-item_ob-list {
	display: block;
}

.struct-item_ob.active .struct-item_ob-check:before {
	transform: rotate(180deg);
}

.line {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.line:last-child {
	padding-top: 25px;
}

.line:nth-child(2) .struct-item:last-child {
	margin-top: 132px;
	position: relative;
}

.line:nth-child(2) .struct-item:last-child:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 24px;
	height: 300px;
	bottom: calc(100% + 15px);
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/a.svg") center bottom no-repeat;
}

.line:first-child .struct-item {
	position: relative;
	z-index: 3;
}
.line:first-child .struct-item:last-child {
	margin-top: 89px;
}
.line:first-child .struct-item:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 24px;
	height: 300px;
	bottom: calc(100% + 15px);
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/a.svg") center bottom no-repeat;
}
.line:last-child .struct-item:first-child {
	position: relative;
}
.line:first-child .struct-item:first-child {
	margin-bottom: 140px;
}
.line:last-child .struct-item:first-child:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 342px;
	height: 1800px;
	bottom: calc(100%);
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/big-double.svg") center bottom no-repeat;
}

.struct-item__info {
	text-align: left;
}

.first .struct-item {
	background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/k.svg") top right no-repeat;
	background-position: 120% -24%;
}

@media (max-width: 1100px) {
	.first .struct-item .struct-item__info {
		width: 100%;
		padding-top: 12px;
		padding-right: 0;
		text-align: left;
		margin-top: -20px;
	}
	.first .struct-item img {
		order: 0;
	}

	.first .struct-item {
		justify-content: center;
		background-size: 71% 63%;
		background-position: 120% -24%;
		padding: 0;
		text-align: center;
	}
	.struct-item_ob-check {
		font-size: 14px;
		line-height: 30px;
		padding: 20px 25px 20px 55px;
	}
	.first .struct-item .struct-item__info {
		padding: 0 20px 33px;
	}
	.first .struct-item img {
		margin-top: -20px;
	}
	.first .struct-item__name {
		font-size: 20px;
		line-height: 120%;
		text-align: center;
	}
	.first .struct-item_ob-check {
		padding: 20px 30px 20px 55px;
		font-size: 14px;
		line-height: 30px;
	}
	.struct-item_ob-check:before {
		background-size: 100% 100%;
		left: 17px;
		top: 20px;
		width: 30px;
		height: 30px;
	}
	.struct-item__task {
		padding: 15px 13px;
		font-size: 14px;
		line-height: 180%;
	}

	.struct-item {
		width: calc(100% - 65px);
		padding: 0;
		margin-left: auto;
		display: block;
	}

	.struct-item__name {
		font-size: 20px;
		margin: 3px 0 17px;
	}

	.struct-item__info {
		padding: 0 11px 30px;
	}

	.bot {
		position: relative;
		padding-top: 33px;
		overflow: hidden;
	}
	.line:first-child .struct-item:last-child {
		margin-top: 0;
	}

	.line .struct-item {
		margin-bottom: 32px;
	}
	.line:first-child .struct-item:first-child {
		margin-bottom: 32px;
	}

	.line:nth-child(2) .struct-item:last-child {
		margin-top: 0;
	}
	.line:last-child {
		padding-top: 0;
	}

	.struct-list {
		margin-bottom: 60px;
	}

	.line:last-child .struct-item:first-child {
		order: 2;
	}
	.line:first-child .struct-item:first-child:before,
	.line:first-child .struct-item:last-child:before,
	.line:last-child .struct-item:first-child:before {
		width: 42px;
		height: 36px;
		background-image: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/mob-a.svg");
		left: auto;
		right: 100%;
		top: 25%;
	}

	.line .struct-item:after {
		content: '';
		position: absolute;
		left: auto;
		right: calc(100% + 40.55px);
		bottom: 75%;
		height: 1200px;
		width: 1px;
		background: #6600CC;
	}

	.line:nth-child(2) .struct-item:last-child:before {
		bottom: 100%;
		height: 80px;
		background: url("/bitrix/templates/mkws/components/bitrix/news.list/struct/img/mob-a2.svg") center no-repeat;
		width: 8px;
	}

	.struct-item img {
		max-width: 100%;
	}
	.line:nth-child(2) .struct-item:first-child {
		position: relative;
	}
	.line:nth-child(2) .struct-item:first-child:before {
		content: '';
		position: absolute;
	}
	.line:first-child .struct-item:first-child:before,
	.line:nth-child(2) .struct-item:last-child:before,
	.line:nth-child(2) .struct-item:first-child:before,
	.line:last-child .struct-item:first-child:before {
		width: 42px;
		height: 36px;
		background-image: url(/bitrix/templates/mkws/components/bitrix/news.list/struct/img/mob-a.svg);
		left: auto;
		right: 100%;
		top: 25%;
	}
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/news.list/struct/style.css?17793878446544 */
