.quest-banner {
	padding: 25px;
	background: #251b45;
	border-radius: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.quest-banner:after {
	content: "";
	position: absolute;
	top: -100%;
	width: 30%;
	left: 50%;
	margin-left: -15%;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	height: 300%;
	background: hsla(0,0%,100%,.02);
}

.quest-banner.task:before {
	background-size: cover;
}

.quest-banner.task>i {
	font-size: 135px;
}

@media (max-width:900px) {
	.quest-banner.task>i {
		font-size: 105px;
	}
}

.quest-banner.affiliate,.quest-banner.provablyFair {
	margin: -30px -30px 0;
}

.quest-banner .caption {
	margin-top: -5px;
	position: relative;
}

.quest-banner .caption h1 {
	position: relative;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: Exo\ 2,Open Sans,sans-serif;
}

.quest-banner .caption h1 .underline {
	padding-bottom: 5px;
	border-bottom: 3px solid #ffc645;
}

.quest-banner .info {
	font-weight: 400;
	font-size: 15px;
	color: #b3b6bd;
	position: relative;
}

.quest-banner .bottom {
	color: #828f9a;
	margin-top: 30px;
	position: relative;
}

.quest-banner .bottom .btn-link {
	color: #9ca4b3;
	border-bottom: 1px dashed;
	cursor: pointer;
	margin-left: 5px;
}

.quest-banner .bottom .btn-link,.quest-banner .bottom .btn-link:active,.quest-banner .bottom .btn-link:focus,.quest-banner .bottom .btn-link:hover {
	outline: none;
	background: transparent;
}

.quest-banner .bottom .btn-link:hover {
	color: #b9bfc9;
}

.quest-banner .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	padding: 15px;
	font-size: 15px;
}

.quest-banner .btn-close:hover {
	color: #4986f5;
}

@media (max-width:900px) {
	.quest-banner {
		padding: 20px;
	}

	.quest-banner .caption h1 {
		font-size: 23px;
	}

	.quest-banner .info {
		font-size: 13px;
	}

	.quest-banner .bottom {
		margin-top: 20px;
	}
}

@media (max-width:900px) {
	.quest-banner.affiliate,.quest-banner.provablyFair {
		margin: -15px -15px 0;
	}
}

.error-data-fetch {
	display: flex;
	justify-content: center;
	min-height: 200px;
	align-items: center;
	font-size: 18px;
	text-align: center;
}

.input-valid {
	display: inherit;
	width: inherit;
}

.input-valid .valid {
	text-align: center;
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	color: #e86376;
	visibility: hidden;
	opacity: 0;
	bottom: 100%;
	left: 0;
	background: #1c2028;
	border-radius: 6px;
	padding: 1em;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.input-valid .valid.inline {
	bottom: auto;
	top: 100%;
	background: rgba(220,53,69,.9);
	border-radius: 2px;
	font-size: 10px;
	margin: 2px 0 0;
	color: #fff;
	padding: 4px 6px;
	z-index: 3;
}

.input-valid .valid.inline.top {
	top: auto;
	bottom: calc(100% + 2px);
	left: 0;
	right: auto;
}

.input-valid .valid.inline.top-right {
	top: auto;
	bottom: 100%;
	left: auto;
	right: 0;
}

.input-valid .valid.inline:after {
	display: none;
}

.input-valid .valid.visible {
	opacity: 1;
	visibility: visible;
}

.input-valid .valid:after {
	content: "";
	position: absolute;
	left: .5em;
	top: 100%;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 6px 4px 0;
	border-top-color: #1c2028!important;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group .input-field {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group .input-field:not([readonly]):active+.input-group-append.text,.input-group .input-field:not([readonly]):focus+.input-group-append.text {
	border: 1px solid #4986f5;
	border-left: 0;
}

.input-group .input-field:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group .input-field:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.input-group-prepend {
	display: flex;
	border-radius: 0 5px 5px 0;
	position: relative;
}

.input-group-prepend.text {
	background-color: #2f3542;
}

.input-group-prepend .btn:first-child {
	border-radius: 5px 0 0 5px;
}

.input-group-append {
	display: flex;
	border-radius: 0 5px 5px 0;
	position: relative;
}

.input-group-append.text {
	background-color: #2f3542;
	color: #4986f5;
	align-items: center;
	padding: 0 .75rem;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid transparent;
}

.input-group-append .btn {
	margin-left: -5px;
}

@media (max-width:1099px) {
	.input-group-append.text {
		font-size: 10px;
	}
}

.input-suffix {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
	white-space: nowrap;
	color: #fafafa;
	overflow: hidden;
	padding: 0 13px;
	line-height: normal;
}

.input-suffix>span {
	color: transparent;
	letter-spacing: normal;
}

.input-with-icon {
	padding-left: 35px;
}

.input-with-icon.no-padding {
	padding: 0 12px;
}

.input-icon {
	position: absolute;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 6px;
}

.input-icon .icon-coin {
	margin-top: 5px;
}

.inputSuffix {
	padding-right: 25px;
}

.inputSuffix+.input-suffix {
	left: auto;
	right: -4px;
	font-size: 18px;
}

.pager_pager__2hfzw {
	list-style: none;
	padding: 25px 0 0;
	justify-content: space-between;
}

.pager_pager__2hfzw,.pager_pager__2hfzw .pager_inputBlock__3--FV {
	display: flex;
	align-items: center;
}

.pager_pager__2hfzw .pager_inputBlock__3--FV .input-field {
	max-width: 45px;
	height: 40px;
	padding: 0 6px;
	text-align: center;
	margin-right: 8px;
}

.pager_pager__2hfzw .pager_button__1sKV6 {
	line-height: 1.25;
	position: relative;
	display: flex;
	height: 40px;
	margin-left: -1px;
	padding: 0 12px;
	cursor: pointer;
	color: #828f9a;
	border: 1px solid #2f3542;
	background: none;
	align-items: center;
	border-radius: 5px;
}

.pager_pager__2hfzw .pager_button__1sKV6>span {
	display: flex;
	align-items: center;
	line-height: 0;
}

.pager_pager__2hfzw .pager_button__1sKV6 svg {
	display: block;
	width: 12px;
	height: 12px;
}

.pager_pager__2hfzw .pager_button__1sKV6:active,.pager_pager__2hfzw .pager_button__1sKV6:focus {
	outline: none;
}

.pager_pager__2hfzw .pager_button__1sKV6:first-child svg {
	margin-right: 3px;
}

.pager_pager__2hfzw .pager_button__1sKV6:last-child svg {
	margin-left: 3px;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.pager_pager__2hfzw .pager_button__1sKV6:hover {
	color: #fff;
	background: transparent;
}

.pager_pager__2hfzw .pager_button__1sKV6[disabled] {
	pointer-events: none;
	opacity: .5;
}

@media (max-width:900px) {
	.pager_pager__2hfzw {
		padding: 15px;
	}

	.pager_pager__2hfzw .pager_inputBlock__3--FV .input-field {
		height: 35px;
		max-width: 40px;
	}

	.pager_pager__2hfzw .pager_button__1sKV6 {
		height: 35px;
	}
}

.withPager .list {
	position: relative;
}

.withPager .list.loading .list .item {
	opacity: .5;
}

.withPager .loader {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.withPager.isLoading tbody {
	pointer-events: none;
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.breadcrumb {
	display: flex;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}

.breadcrumb a {
	margin-right: 30px;
	position: relative;
	color: #fff;
}

.breadcrumb a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	top: 50%;
	margin-top: 1px;
	-webkit-transform: translateY(-50%) rotate(15deg);
	transform: translateY(-50%) rotate(15deg);
	background: #3c4452;
	right: -15px;
}

.breadcrumb a:hover {
	color: #4986f5;
}

.breadcrumb>span:not(.current) {
	margin-right: 30px;
	position: relative;
}

.breadcrumb>span:not(.current):after {
	content: "";
	position: absolute;
	width: 2px;
	height: 24px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	background: #36404d;
	right: -15px;
}

.breadcrumb .current,.breadcrumb .disabled {
	color: #828f9a;
}

@media (max-width:480px) {
	.breadcrumb {
		font-size: 13px;
		line-height: 13px;
	}

	.breadcrumb>span:not(.current),.breadcrumb a {
		margin-right: 15px;
	}

	.breadcrumb>span:not(.current):after,.breadcrumb a:after {
		height: 13px;
		right: -9px;
	}
}

.table-classic {
	color: #fff;
	width: 100%;
	border-spacing: 0;
	border-collapse: initial;
}

.table-classic tr td,.table-classic tr th {
	padding: 10px 0;
}

.table-classic tr th {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #5e6a7f;
	text-transform: uppercase;
	border-bottom: 1px solid #303643;
}

.table-classic tr td {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	border-bottom: 1px solid #2f3542;
	letter-spacing: .2px;
}

@media (max-width:969px) {
	.table-classic tr td {
		font-size: 11px;
		line-height: 14px;
	}

	.table-classic tr td .btn-link,.table-classic tr td .btn-user {
		font-size: 11px;
	}
}

.table-classic.hoverable tr:hover {
	background: #303643;
}

.table-classic.tournament th:last-child {
	text-align: right;
}

@media (max-width:900px) {
	.table-classic.tournament .xs-hide {
		display: none;
	}
}

.table-classic.tournament-history td:nth-last-child(2),.table-classic.tournament-history th:nth-last-child(2) {
	text-align: center;
}

.table-classic.tournament-history td:last-child,.table-classic.tournament-history th:last-child {
	text-align: right;
}

.table-classic.profile-history {
	margin-top: 30px;
}

.table-classic .btn-link,.table-classic .btn-user {
	background: transparent;
	color: #7d8a98;
	font-weight: 600;
	font-size: 13px;
	padding: 0;
}

.table-classic .btn-link:hover,.table-classic .btn-user:hover {
	color: #fff;
}

@media screen and (max-width:969px) {
	.table-classic tr td,.table-classic tr th {
		padding: 8px 0;
	}
}

.task-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.task-nav .breadcrumb {
	margin-bottom: 0!important;
}

@media (max-width:900px) {
	.task-nav {
		margin-bottom: 15px;
	}
}

@media (max-width:400px) {
	.task-nav .breadcrumb {
		display: none;
	}

	.task-nav .task-filter {
		width: 100%;
	}

	.task-nav .task-filter .btn {
		width: 50%;
		text-align: center;
		justify-content: center;
	}
}

@media (max-width:340px) {
	.task-nav .task-filter .btn svg {
		display: none;
	}
}

.task-filter {
	display: flex;
}

.task-filter .btn {
	display: flex;
	align-items: center;
	margin-right: 15px;
	border-radius: 100px;
}

.task-filter .btn>svg {
	margin-right: 5px;
}

.task-filter .btn.isActive {
	background: #4986f5;
	color: #fff;
}

.task-filter .btn:last-child {
	margin-right: 0;
}

.task-list {
	
        display: flex;
    flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
	font-size: 14px;
}

.task-list .empty-list {
	font-size: 19px;
	text-align: center;
	width: 100%;
	margin: 20px 0 5px;
	color: #7d8594;
}

.task-list .item {
	width: 33.33333%;
	padding: 0 15px;
	margin-top: 30px!important;
}

.task-list .item:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.task-list .task-box {
	border-radius: 5px;
	background: linear-gradient(
0deg,#3e355b,#3e355b),linear-gradient(
180deg,rgba(142,91,238,.2),rgba(74,28,56,.2));
	width: 100%;
	align-items: center;
	position: relative;
}

.task-list .task-box:last-child {
	margin-bottom: 0;
}

.task-list .task-box-info {
	font-size: 13px;
	align-items: center;
	padding: 15px;
	position: relative;
}

.task-list .task-box-info:before {
	background-size: 100%;
	background-position: 50% 50%;
	opacity: .03;
}

.task-list .task-box-info:after,.task-list .task-box-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}

.task-list .task-box-info:after {
	opacity: .1;
	z-index: 0;
}

.task-list .task-box-info.promo-challenge:after {
	background: #497ef5;
}

.task-list .task-box-info.promo-first:after,.task-list .task-box-info.promo-tower:after,.task-list .task-box-info.promo-triple:after {
	background: linear-gradient(130deg,#4784f5,transparent);
}
.promo_descr{
	    margin-top: 30px;
	padding: 10px;
}
.task-list .task-box-info.promo-second:after,.task-list .task-box-info.promo-sixth:after,.task-list .task-box-info.promo-dice:after,.task-list .task-box-info.promo-hilo:after,.task-list .task-box-info.promo-videoPoker:after {
	background: linear-gradient(130deg,#7a47f5,transparent);
}

.task-list .task-box-info.promo-third:after,.task-list .task-box-info.promo-fifth:after,.task-list .task-box-info.promo-plinko:after,.task-list .task-box-info.promo-stairs:after {
	background: linear-gradient(130deg,#52f547,transparent);
}

.task-list .task-box-info.promo-fourth:after,.task-list .task-box-info.promo-keno:after,.task-list .task-box-info.promo-roulette:after,.task-list .task-box-info.promo-wheel:after {
	background: linear-gradient(130deg,#eaf547,transparent);
}

.task-list .task-box-dd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid hsla(0,0%,100%,.06);
	position: relative;
	color: #9ca4b3;
	z-index: 3;
	text-transform: uppercase;
	font-size: 12px;
}

.task-list .task-box-dd span {
	font-weight: 400;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: none;
}

.task-list .task-box-dd .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 150px;
}

.task-list .task-box-dd:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.task-list .task-box-vk .btn {
	width: 100%;
}

.task-list .task-box-vk .icon {
	margin-left: 5px;
}

.task-list .task-box-date,.task-list .task-box-vk {
	text-align: center;
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 0 0 6px 6px;
	position: relative;
}

.task-list .task-box-date .timer,.task-list .task-box-vk .timer {
	font-weight: 400;
	color: #28a745;
	text-align: left;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
}

.task-list .task-box-date .timer span,.task-list .task-box-vk .timer span {
	color: #fff;
	font-weight: 600;
	margin-top: 2px;
	display: block;
	font-size: 15px;
	text-transform: none;
}

.task-list .task-box-date .btn,.task-list .task-box-vk .btn {
	display: flex;
	margin-left: auto;
	height: 40px;
	line-height: 40px;
	min-width: 110px;
	border: 1px solid hsla(0,0%,100%,.09);
	color: #fff;
	font-weight: 400;
	position: relative;
	padding: 0;
	justify-content: center;
}

.task-list .task-box-vk {
	background: #38445f;
}

@media (max-width:1320px) {
	.task-list .item {
		width: 50%;
	}
}

@media (max-width:991px) {
	.task-list .task-box-date .timer {
		font-size: 12px;
	}

	.task-list .task-box-date .timer span {
		font-size: 11px;
	}
}

@media (max-width:900px) {
	.task-list .task-box-date .timer {
		font-size: 13px;
	}

	.task-list .task-box-date .timer span {
		font-size: 16px;
	}
}

@media (max-width:1000px) {
	.task-list .item {
		width: 100%;
	}

	.task-list .item:last-child {
		margin-bottom: 0!important;
	}
}

.popover-tip-text {
	color: #fff;
	padding: 10px;
	font-size: 14px;
	max-width: 214px;
}

.gameEnd-tip .popover-tip-text {
	max-width: 240px;
	text-align: center;
}

.popover-tip-block {
	outline: none;
	border: 0;
	background: transparent;
}

.popover-tip-icon {
	background: #4986f5;
	color: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.popover-tip-icon:hover {
	background: #3176f4;
}

.popover-tip-icon svg {
	width: 100%;
	display: block;
	width: 11px;
	height: 11px;
}

.task-head {
	border-radius: 5px;
	background: #2e3542;
	border: 0;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
	color: #828f9a;
	overflow: hidden;
}

.task-head .info-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.task-head .info-col:first-child {
	border-bottom: 1px solid #36404d;
}

.task-head .task-desc {
	color: #fff;
	display: flex;
	align-items: center;
	width: 60%;
	border-right: 1px solid #333b48;
	padding: 20px;
}

.task-head .task-desc .icon-wrap {
	height: 62px;
	min-width: 62px;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #272d39;
	font-size: 32px;
	color: #495465;
}

.task-head .task-desc .paragraph {
	margin-bottom: 10px;
}

.task-head .task-desc .paragraph:last-child {
	margin-bottom: 0;
}

.task-head .task-desc .dot {
	display: block;
	color: #7b8792;
	margin-bottom: 2px;
	padding-left: 12px;
	position: relative;
}

.task-head .task-desc .dot:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	height: 5px;
	width: 5px;
	background: #7b8792;
}

.task-head .take-part {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	background: #333b48;
}

.task-head .take-part .status {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #2e3542;
	padding: 0 0 15px;
}

.task-head .take-part .status>div {
	width: 50%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.task-head .take-part .status .date-timer,.task-head .take-part .status .status-active {
	color: #fff;
	position: relative;
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}

.task-head .take-part .status .not-active {
	font-size: 16px;
	display: flex;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.task-head .take-part .status .not-active>span {
	color: #fff;
}

.task-head .take-part .text {
	color: #fff;
	padding: 5px 0;
}

.task-head .take-part .bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px 0 0;
}

.task-head .take-part .btn {
	height: 48px;
	margin: 0 auto;
	justify-content: center;
	color: #fff;
	border-radius: 100px;
	font-size: 13px;
	width: 80%;
	text-transform: uppercase;
}

.task-head .task-information {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.task-head .task-information li {
	align-items: center;
	position: relative;
	padding: 25px 10px;
	border-right: 1px solid #36404d;
	width: 20%;
}

.task-head .task-information li,.task-head .task-information li>span {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.task-head .task-information li .value {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

.task-head .task-information li .value.tip-block {
	position: relative;
}

.task-head .task-information li .value.tip-block .popover-tip-block {
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.task-head .task-information li .value.tip-block .popover-tip-icon {
	width: 15px;
	height: 15px;
}

.task-head .task-information li .value.tip-block .popover-tip-icon svg {
	height: 11px;
	width: 11px;
}

.task-head .task-information li:last-child {
	width: 40%;
	border-right: 0;
}

@media (max-width:1099px) {
	.task-head .task-desc {
		width: 100%;
		border-right: 0;
	}

	.task-head .take-part {
		width: 100%;
	}

	.task-head .task-information li {
		width: 50%;
		border-bottom: 1px solid #36404d;
	}

	.task-head .task-information li:nth-child(2) {
		border-right: 0;
	}

	.task-head .task-information li:nth-child(3) {
		border-bottom: 0;
	}

	.task-head .task-information li:nth-child(4) {
		width: 50%;
		border-right: 0;
		border-bottom: 0;
	}
}

@media (max-width:600px) {
	.task-head .task-desc {
		padding: 20px;
	}

	.task-head .task-desc .icon-wrap {
		display: none;
	}

	.task-head .take-part {
		padding: 20px;
	}

	.task-head .take-part .status {
		margin-bottom: 10px;
	}

	.task-head .take-part .status .date-timer,.task-head .take-part .status .status-active {
		font-size: 13px;
	}

	.task-head .take-part .btn {
		width: 100%;
		height: 42px;
	}

	.task-head .task-information li {
		padding: 20px 0;
	}

	.task-head .task-information li .value {
		font-size: 14px;
		margin-top: 3px;
	}
}

.task-full .empty-list {
	padding: 30px 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
}

.task-full .empty-list,.task-full .win-block {
	background: #2c323f;
	display: flex;
	justify-content: center;
}

.task-full .win-block {
	margin: 30px 0;
	border-radius: 6px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	color: #9ca4b7;
	font-size: 16px;
}

.task-full .win-block .congratulation {
	display: flex;
	align-items: center;
	color: #62ca5b;
	font-size: 18px;
	margin-bottom: 5px;
}

.task-full .win-block svg {
	font-size: 20px;
	fill: #62ca5b;
	margin-right: 10px;
}

@media (max-width:1140px) {
	.task-full .task-full-info {
		flex-wrap: wrap;
	}

	.task-full .task-info-col {
		width: 100%;
	}

	.task-full .task-info-col:first-child {
		border-right: 0;
		border-bottom: 1px solid #36404d;
	}
}

@media (max-width:900px) {
	.task-full {
		margin-bottom: 30px;
		padding: 0;
	}

	.task-full .task-info-col {
		padding: 10px;
	}

	.task-full .task-info-content .text {
		padding-left: 30px;
	}

	.task-full .task-info-content .text svg {
		top: 50%;
		width: 25px;
		height: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width:480px) {
	.task-full .task-info-col {
		padding: 15px;
	}

	.task-full .task-info-content .text {
		font-size: 12px;
		padding-left: 0;
	}

	.task-full .task-info-content .text>svg {
		display: none;
	}

	.task-full .task-info-content .take-part {
		font-size: 12px;
	}

	.task-full .task-info-content .take-part .btn {
		font-size: 11px;
	}

	.task-full .task-info-content ul li {
		font-size: 12px;
	}

	.task-full .task-info-content ul li .value {
		font-size: 13px;
	}
}

@media (max-width:340px) {
	.task-full .table-wrap .table {
		table-layout: auto;
	}
}

.tasks {
	padding: 25px;
	margin-top: 20px;
	border-radius: 6px;
	background: #251b45;
}

.tasks.hasBanner {
	border-radius: 0 0 6px 6px;
}

@media (max-width:1099px) {
	.tasks {
		padding: 20px;
	}
}

@media (max-width:900px) {
	.tasks {
		margin-bottom: 30px;
		padding: 15px;
	}

	.tasks .breadcrumb {
		margin-bottom: 15px;
	}
}

@media (max-width:480px) {
	.tasks {
		padding: 15px;
	}
}

.container .section {
	padding: 0!important;
}

