/**
Для переопределения стиля шаблона добавить класс.mod в изменяемый элемент
и прописать здесь шаблонный стиль с добавленным селектором .mod
    Пример:
.header-icon:not(.btn)[data-toggle="dropdown"]
.header-icon.mod:not(.btn)[data-toggle="dropdown"]
            ^^^^
 */

.exchange_picture {
	max-width : 100%;
}

.page-content-wrapper {
	background : #FFF;
}

.header-icon.mod:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]:after {
	width   : 2.5rem;
	height  : 2.5rem;
	opacity : 1;
	top     : 0.8125rem;
	left    : 0.3125rem;
}

.sub-text {
	font-size : 14px;
}

.process_task {
	background-color : #D96A41 !important;
}

.wait_task {
	background-color : #7EBE7D !important
}

.quest_task {
	background-color : #9B9B9B !important
}

.margin-top-block {
	margin-top : 100px;
}

.block_1 {
	position          : relative;
	background-repeat : no-repeat; /* Do not repeat the image */
	background-color  : #375667;
	background-size   : cover;
	color             : #FFF;
	text-align        : left;
	margin-bottom     : 0;
	max-height        : 100px;
}

.block_1 h1 {
	color           : white;
	line-height     : 100px;
	margin-left     : 50px;
	text-decoration : none !important;
}

.block_1 img {
	width         : 100px;
	padding-right : 30px;
	filter        : brightness(125%);
	/*margin-right: 30px;*/
}

.block_1 a {
	color : #F2C767;
}

@media only screen and (max-width : 992px) {

	.margin-top-block {
		margin-top : 40px;
	}

}
