/*###################################*/
/*Back to top*/
/*###################################*/
/*Делаем более незаметной*/
.progress-wrap.active-progress {
    opacity: .4;
}
.progress-wrap.active-progress:hover {
    opacity: .8;
}
.progress-wrap.btn-right-side {
	right: 10vw; /*calc(100vw - 90vw);*/
	bottom: 25px;
}
/*Изменяем положение на страницах уроков*/
html.no-js.stm_lms_type_ .progress-wrap.btn-right-side, html.no-js.stm_lms_type_text .progress-wrap.btn-right-side {
    bottom: 145px;
    right: 30px;
}
/*Скрываем на страницах курсов*/
body.stm-courses-template-default.single.single-stm-courses .progress-wrap.btn-right-side.active-progress {
	display: none;
}