/*Cтили для полосы прокрутки*/
.progress-container {
	width: 100%;
	height: 4px;
	background: #111b25;
	position: fixed;
	z-index: 1;
}

.progress-bar {
	height: 4px;
	background: #ff732d;
	width: 0%;
	transition: none;
}
/**/