/*Удалить-заменить*/
.ex2-next-video {
	margin-top:-7%;
}

/*меньше нижний отступ для любого блока, в 2 раза*/
.ex2-text-block-margin-bottom32 {
	margin-bottom: 32px;
}


/*серый блок с голубой полоской слева*/
.block-text-focused-lborder-bg{
	position: relative;
}
.block-text-focused-lborder-bg:before {
	content: '';
    display: block;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #48cef8;
	position: absolute;
}


/*серый блок с голубой полоской слева и текстом по середине для расстановки акцентов по тексту*/
.block-text-focused-lborder-bg-center{
	position: relative;
}
.block-text-focused-lborder-bg-center:before {
	content: '';
    display: block;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #48cef8;
	position: absolute;
}







/*СОВСЕМ ЭКСПЕРИМЕНТЫ*/

/*сервый блок с голубой полоской слева*/
.block-text-focused-blue-grey-dg {
	position: relative;
}
.block-text-focused-blue-grey-dg:before {
	content: '';
    display: block;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #48cef8;
	position: absolute;
}


/*сервый блок с голубой полоской слева c текстом по середине*/
.block-text-focused-blue-grey-dg {
	position: relative;
}


/*голубой блок с голубой полоской слева*/
.block-text-interesting {
    padding: 22px 32px 27px;
	background-color: #e7f9fe;
}

/*голубой блок с голубой полоской слева текст по центру*/
.block-text-interesting-center {
    padding: 22px 32px 27px;
	background-color: #e7f9fe;
	text-align: center;
}

/*кнопки навигации в главах*/
.ex-section-footer {
	border-top: solid 1px #bfcfd7;
	margin-top:31px;
}

/*список уроков в главе*/
.ex-section-lesson-list ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #004161!important;
	text-decoration: none!important;
}

/*меньше нижний отступ для любого блока, в 2 раза*/
.ex-text-mb32 {
	margin-bottom: 32px;
}

/*еще меньше нижний отступ, напрмиер когда последний элемет уже с отступом, а дальше блок пойдет вплотную*/
.ex-text-mb16 {
	margin-bottom: 16px;
}

/*убираем нижний отступ для любого блока, сохряняя идений текст*/
.ex-text-mb0 {
	margin-bottom: 0px;
}

/*переносим картинку во внутрь текствого блока*/
.block-text img{
	margin-top: 23px;
	margin-bottom: 23px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}