.obyazatelnaya-markirovka {
	color: #000;
	background-color: #f3f3f3;
	padding: 50px 0 45px;
	margin-bottom: 40px;
}
.obyazatelnaya-markirovka .like-h1 {
	padding: 0 0 20px;
}
.obyazatelnaya-markirovka .like-h1 span {
	color: #e3231f;
}
.obyazatelnaya-markirovka__list.flex{
	line-height: 1.3;
	flex-wrap: wrap;
}
.obyazatelnaya-markirovka__item {
	margin: 40px 0 0;
	width: 50%;
	padding: 0 30px 0 90px;
	position: relative;
}
.obyazatelnaya-markirovka__item .title {
	font-weight: 500;
	font-size: 21px;
	padding: 20px 0;
}
.obyazatelnaya-markirovka__item .text {
	margin: 10px 0;
	max-width: 370px;
}
.workarea .obyazatelnaya-markirovka__item  ul:not(.no-bullets) li {
	padding: 3px 0 10px 14px;
}
.obyazatelnaya-markirovka__item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.code_item.flex {
	line-height: 1.3;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #fff;
}
.code_item.flex .code_1,
.code_item.flex .code_2 {
	width: 20%;
	padding: 35px 25px;
}
.code_item.flex .name {
	width: 60%;
	padding: 35px 25px;
}
.code_item.flex.head {
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #fff;
}
.code_list {
	display: none;
	margin: 0 0 40px;
}
	.code_link {
		cursor: pointer;
		font-weight: bold;
		font-size: 20px;
		margin: 40px 0;
		position: relative;
		display: inline-block;
		padding: 5px 0
	}
	.code_link::before {
		content: "";
		position: absolute;
		left: 3px;
		right: 3px;
		bottom: -1px;
		border-bottom: 1px dashed #000;
		cursor: pointer;
	}
	.code_link:hover::before {
		display: none;
		border-bottom: 0 dashed #000;
	}
@media only screen and (min-width:1222px) {
	.obyazatelnaya-markirovka__bg {
	}
}