.typical__section
{
	width:100%;
	max-width:1200px;
	margin:40px auto 110px;
	padding:60px 40px 45px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff
}

.typical p
{
	color:rgba(0,0,0,0.7);
	font:300 16px Roboto;
	line-height:28px;
	margin:20px 0
}

.typical p:last-child
{
	margin-bottom:0
}

.typical h3
{
	color:#000;
	font:400 20px Roboto;
	line-height:30px;
	letter-spacing:.79px
}

.typical ul
{
	margin:20px 0
}

.typical ul li
{
	color:rgba(0,0,0,0.7);
	font:300 16px Roboto;
	line-height:30px;
	letter-spacing:.63px
}

.typical ul li::before
{
	content:'';
	width:8px;
	height:8px;
	display:inline-block;
	margin-right:15px;
	background:#8DC63F;
	border-radius:50%
}

.typical ol
{
	margin:20px 0;
	counter-reset:section
}

.typical ol li
{
	color:rgba(0,0,0,0.7);
	font:300 16px Roboto;
	line-height:30px;
	letter-spacing:.63px;
	counter-increment:section
}

.typical ol li::before
{
	content:counter(section) ".";
	display:inline-block;
	margin-right:5px
}

.typical img
{
	width:100%;
	height:auto;
	max-width:100%;
	-o-object-fit:cover;
	object-fit:cover;
	margin:20px 0 31px
}

.typical table
{
	width:100%;
	border:1px solid #DFDFDF
}

.typical table td
{
	padding:12px 30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #DFDFDF
}

.typical__video-title
{
	font-size:20px;
	line-height:30px;
	margin-bottom:20px
}

.typical__video-text
{
	font-size:16px;
	line-height:28px;
	opacity:.7;
	max-width:930px
}

.typical__video-text_mrg
{
	margin-bottom:40px
}

.typical__video-wrapper
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:64px 0 37px
}

.typical__video-img
{
	width:50%;
	height:372px;
	position:relative
}

.typical__video-img:first-child
{
	margin-right:15px
}

.typical__video-img-source
{
	max-width:100%;
	position:relative
}

.typical__video-link
{
	width:100%;
	height:auto;
	z-index:10;
	max-width:100%;
	position:relative
}

.typical__video-link_play::after
{
	content:'';
	display:block;
	position:absolute;
	width:80px;
	height:80px;
	border-radius:50%;
	top:calc(50% - 40px);
	left:calc(50% - 40px);
	background-color:#C1E573;
	background-image:url(../img/typical/triangle.svg);
	background-repeat:no-repeat;
	background-position:26px center
}

@media (max-width: 768px) {
	.typical__video-wrapper
	{
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column
	}
	
	.typical__video-img
	{
		background-size:cover;
		width:100%;
		height:auto
	}
	
	.typical__video-img_play
	{
		margin-top:15px
	}
	
	.typical__section
	{
		padding:20px
	}
}