.kod-markirovki {
	padding: 20px 0 40px;
	background: #f8f8f8;
}
	.kod-markirovki .wrapper {
	}
	.kod-markirovki .wrapper .in {
		padding: 35px 50px 40px;
		background: #272727;
		min-height: 300px;
		line-height: 1.3;
		color: #fff;
		position: relative;
	}
	.kod-markirovki .wrapper .in .kvd {
		background: #272727;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 1.8%;
		top: -15px;
		transform: rotate(45deg);
	}
	.kod-markirovki__header {
		text-align: center;
		padding: 0;
	}
		.kod-markirovki .like-h1 {
			color: #e3231f;
			padding: 0 0 35px;
			text-align: left;
			line-height: 1.2;
		}
		.kod-markirovki__list.flex {
			line-height: 1.3;
			justify-content: space-between;
		}
		.kod-markirovki__item {
			width: 29%;
		}
		.kod-markirovki__item .title {
			font-weight: bold;
			font-size: 24px;
			line-height: 1.2;
			margin-bottom: 25px;
		}