.c_img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.b_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pseudo-item {
	margin: 0!important;
	padding: 0!important;
	height: 0!important;
	opacity: 0!important;
}
@font-face {
	font-family: 'Alata';
	src: url(/static/img/promo/fonts/Alata-Regular.3f44467d.woff2) format("woff2"),
		url(/static/img/promo/fonts/Alata-Regular.1cbe5830.woff) format("woff"),
		url(/static/img/promo/fonts/Alata-Regular.c0f15ee9.ttf) format("ttf");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url(/static/img/promo/fonts/Raleway-Bold.37d3649d.woff2) format("woff2"),
		url(/static/img/promo/fonts/Raleway-Bold.946586da.woff) format("woff"),
		url(/static/img/promo/fonts/Raleway-Bold.936981fd.ttf) format("ttf");
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url(/static/img/promo/fonts/Raleway-Black.3d95d785.woff2) format("woff2"),
		url(/static/img/promo/fonts/Raleway-Black.abff55cc.woff) format("woff"),
		url(/static/img/promo/fonts/Raleway-Black.03c1e96c.ttf) format("ttf");
	font-display: swap;
	font-weight: 900;
	font-style: normal;
}

.profile-body {
	background: #F1F1F1;
	font-family: Raleway;
	font-weight: 700;
}
.profile-body a {
	color: inherit;
	text-decoration: none;
}
.header {
	background: #112135;
	/*position: fixed;*/
	left: 0;
	right: 0;
	top: 0;
	z-index: 40;
}
.header-shadow {
	height: 120px;
}
.header-more-shadow {
	height: 191px;
}
.header-mission {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	transition: all 0.6s ease;
}
.header-mission.active,
.header-mission:hover {
	color: #FF6650;
}
.header-alerts {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 80px;
	margin-right: 30px;
	margin-left: 65px;
}
.header-right:hover .header-alerts-body, .header-alerts:hover .header-alerts-body, .header-alerts-body:hover {
	display: block;
}
.header-alerts-text a {
	color: #FF6650;
	text-decoration: underline;
}

.header-alerts-text b {
	/* display: block; */
	/* or 16px */
	color: #000000;
}
.header-alerts-text {
	font-family: Alata;
	font-size: 12px;
	line-height: 130%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	min-width: 100%;
}
.header-alerts-text .message-button {
	background: grey;
	border: 1px solid grey;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	float: right;
}

.header-alerts-text span {
	font-family: Alata;
	font-style: normal;
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	/* identical to box height, or 16px */
	/* Gray 3 */
	color: #828282;
}
.header-alerts-item {
	padding: 15px 15px;
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.6s ease;
}
.header-alerts-item::after {
	content: "";
	position: absolute;
	width: 4px;
	background: #FF6650;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.6s ease;
}
.header-alerts-item.active::after,
.header-alerts-item:hover::after {
	opacity: 1;
}
.header-alerts-img {
	background: #FFF0EE;
	display: flex;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	transition: all 0.6s ease;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
	justify-content: center;
}
.header-alerts-icon {
	top: 5px;
}
.header-alerts-body {
	display: none;
	right: -20px;
	position: absolute;
	top: 100%;
	width: 303px;
	background: #FFFFFF;
	box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.35);
	z-index: 1000;
	cursor: initial;
}
.header-alerts-body::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 100%;
	border: 10px solid transparent;
	border-bottom: 10px solid white;
}
.header-alerts-number {
	position: absolute;
	background: #FF0000;
	border-radius: 3px;
	font-style: normal;
	font-weight: bold;
	display: flex;
	right: -7px;
	top: -5px;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
}
.header-alerts-icon {
	position: relative;
}
.header-user {
	height: 80px;
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
}
.header-user:hover .header-user-body, .header-user-body:hover {
	display: block;
}
.header-user-body {
	position: absolute;
	display: none;
	background: #112135;
	right: -10px;
	top: 100%;
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	width: 150px;
	font-size: 16px;
	padding: 10px 0;
	line-height: 130%;
	/* identical to box height, or 21px */
	align-items: center;
	text-align: right;
	color: #FFFFFF;
	z-index: 1000;
}
.header-user-body a {
	display: block;
	padding: 15px;
	transition: all 0.6s ease;
}
.header-user-body button {
	display: block;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	border: none;
	background-color: transparent;
	font-size: 16px;
	font-weight: 800;
	color: white;
	padding: 15px;
	transition: all 0.6s ease;
	float: right;
}
.header-user-body a.active,
.header-user-body button.active,
.header-user-body button.active:hover,
.header-user-body a:hover {
	color: #FF6650;
}
.header-user-icon {
	background: #FFFFFF;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
.header-user-icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.header-right {
	display: flex;
	align-items: center;
}
.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-tabs {
	background: #FFFFFF;
}
.header-tabs .wrap {
	padding-left: 200px;
}
.header-tabs-main {
	width: 660px;
	display: flex;
	justify-content: space-between;
}
.header-tab {
	width: 33.33%;
	display: flex;
	height: 40px;
	cursor: pointer;
	justify-content: center;
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	align-items: center;
	border-bottom: 2px solid transparent;
	transition: all 0.6s ease;
	color: #112135;
}
a.header-tab {
	color: #112135;
}
.header-tab:hover,
.header-tab.active {
	background: #F1F1F1;
	border-bottom: 2px solid #FF6650;
}
.wrap {
	width: 1140px;
	margin: 0 auto;
}
.profile-skill {
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile-skill-lvl {
	flex-grow: 1;
	margin: 0 5px;
	height: 3px;
	background: #D9D9D9;
	position: relative;
}
.profile-skill-lvl div {
	position: absolute;
	left: 0;
	top: 0;
	background: #03C3B4;
	height: 100%;
	bottom: 0;
}
.profile-skill b {
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 130%;
	/* or 14px */
	width: 26px;
	/* GA_navy */
	color: #112135;
}
.profile-skills {
	border: 1px solid #C4C4C4;
	padding: 5px 10px;
	border-radius: 5px;
}
.profile-skill-rang {
	background: #03C3B4;
	border-radius: 2px;
	width: 27px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 11px;
	/* or 14px */
	text-align: center;
	/* GA_mint */
	color: #112135;
}
.profile-skill-rang .score-name {
	display: none;
}
.profile-skill-rang:hover {
	width: auto;
	padding: 0 5px 0 5px
}
.profile-skill-rang:hover .score-alias {
	display: none;
}
.profile-skill-rang:hover .score-name {
	display: block;
	cursor: help;
}
.profile-gem {
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	text-align: right;
	/* GA_navy */
	color: #112135;
	border-radius: 4px;
}
.profile-gems, .profile-skills {
	margin-bottom: 10px;
}
.profile .wrap {
	display: flex;
	padding-top: 25px;
}
.profile-left {
	width: 180px;
	flex-shrink: 0;
	margin-right: 20px;
}
.profile-main {
	width: 660px;
	flex-shrink: 0;
}
.profile-right {
	flex-grow: 1;
	margin-left: 20px;
}
.standart-ttl {
	display: flex;
	align-items: center;
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 8px;
	/* or 31px */
	color: #000000;
}
.standart-ttl-alt {
	display: none;
	position: absolute;
	background: #112135;
	width: 128px;
	min-height: 50px;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	z-index: 51;
	line-height: 130%;
	/* or 13px */
	color: #FFFFFF;
	padding: 8px;
	left: 10px;
	bottom: calc(100% + 5px);
}
.standart-ttl-alt::after {
	position: absolute;
	left: 0;
	border: 8px solid transparent;
	border-left: 8px solid #112135;
	content: "";
	top: calc(100% - 11px);
}
.standart-ttl-icon {
	position: relative;
	margin-left: 10px;
	height: 15px;
	display: flex;
	cursor: pointer;
}
.standart-ttl-icon:hover .standart-ttl-alt {
	display: block;
}
.standart-h3 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 130%;
}
.profile-quest .profile-main {
	flex-grow: 1;
}
.profile-job {
	padding: 12px 15px;
	display: flex;
	border-bottom: 1px solid rgba(196, 196, 196, 0.3);
	align-items: center;
}
.profile-job-content b {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	line-height: 130%;
	/* identical to box height, or 21px */
	color: #000000;
}
.profile-job-content span {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	display: block;
	line-height: 130%;
	/* identical to box height, or 16px */
	/* Gray 3 */
	color: #828282;
}
.profile-job-img {
	width: 60px;
	height: 60px;
	display: flex;
	flex-shrink: 0;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
}
.profile-job-img img {
	max-width: 100px;
	max-height: 100px;
}
.profile-jobs {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 8px;
	max-height: 426px;
	overflow-y: auto;
	scrollbar-color: lightgrey white;
	scrollbar-width: thin;
}
.profile-jobs::-webkit-scrollbar {
	width: 24px;
	background-color: white;
	border-radius: 10px;
}
.profile-jobs::-webkit-scrollbar-track {}
.profile-jobs::-webkit-scrollbar-track-piece {}
.profile-jobs::-webkit-scrollbar-thumb {
	background-color: lightgrey;
	border-radius: 12px;
	border:7px solid white;
}
.profile-jobs::-webkit-scrollbar-thumb:hover {
	background-color: grey;
}

.profile-discord {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 8px;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	flex-direction: column;
	align-items: center;
}
.profile-discord-btn {
	background: #FF6650;
	width: 194px;
	cursor: pointer;
	height: 50px;
	color: #112135;
	display: flex;
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	align-items: center;
	justify-content: center;
}
.profile-discord-btn img {
	margin-right: 10px;
}
.profile-discord p {
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 13px;
	line-height: 130%;
	/* or 17px */
	text-align: center;
	color: #000000;
}
.profile-live img {
	max-height: 83px;
	max-width: 467px;
}
.profile-live {
	cursor: pointer;
	background: #03C3B4;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	padding-left: 20px;
	position: relative;
	height: 83px;
}
.profile-live b {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
}
.profile-live span {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	display: block;
	color: #FFFFFF;
}
.profile-live img {
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
}
.profile-expansion {
	margin-bottom: 15px;
	background: #FFFFFF;
	cursor: pointer;
	border-radius: 3px;
	filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.15));
	width: 157px;
}
.profile-expansion-flag {
	width: 36px;
	height: 43px;
	display: flex;
	position: absolute;
	right: 10px;
	top: -1px;
	z-index: 10;
	background: url("/static/img/imgs/flag.svg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	justify-content: center;
	padding-top: 5px;
}
.profile-expansion-flag img {
	width: 22px;
	height: 22px;
}

.profile-expansion {
	margin: 0 4px 8px 4px;
}
.profile-expansion.orange {
	background: #FF6650;
}
.profile-expansion.green {
	background: #03C3B4;
}
.profile-expansion.black {
	background: #112135;
}
.profile-expansion-img {
	height: 110px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 15px;
	position: relative;
	width: 85%;
}
.profile-expansion-img img {
	width: 100%;
}
.profile-expansion-more {
	display: flex;
	margin-top: 5px;
	justify-content: flex-end;
	align-items: center;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	/* identical to box height, or 16px */
	/* GA_navy */
	color: #112135;
}
.profile-expansion-more img {
	margin-left: 5px;
}
.profile-expansion-content {
	background: #FFFFFF;
	padding: 10px 12px;
}
.profile-expansion-content b {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	color: #000000;
	height: 43px;
	display: block;
}
.profile-expansions {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.profile-working {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	margin-bottom: 15px;
	border-radius: 8px;
	min-height: 239px;
	padding-bottom: 20px;
}
.profile-working-more {
	margin-left: 20px;
	flex-shrink: 0;
}
.profile-working-ttl {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	flex-grow: 1;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	color: #000000;
}
.profile-working-icon {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-right: 20px;
	flex-shrink: 0;
	justify-content: center;
}
.profile-working-item:hover .profile-working-icon {
	background: #FF6650;
}
.profile-working-item:hover .profile-working-icon img {
	filter: invert(100%);
}
.profile-working-item {
	cursor: pointer;
	background: rgba(241, 241, 241, 0.7);
	padding: 10px 15px;
	display: flex;
	align-items: center;
}
.profile-working-head {
	padding: 15px 20px 10px 20px;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	display: flex;
	/* identical to box height, or 16px */
	color: #000000;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.profile-avatar {
	width: 100%;
	height: 180px;
	border-radius: 50%;
	margin: 20px 0;
	background: white;
	cursor: pointer;
	display: block;
	border: 2px solid #C4C4C4;
}
.profile-avatar img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.profile-avatar input {
	display: none;
}
.profile-lvl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profile-lvl-current {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	margin-top: 7px;
	/* identical to box height, or 16px */
	text-align: right;
	/* Gray 3 */
	color: #828282;
}
.profile-lvl-progress {
	background: #CFCFCF;
	height: 3px;
	width: 100%;
	position: relative;
}
.profile-lvl-progress div {
	position: absolute;
	left: 0;
	top: 0;
	background: #FF6650;
	bottom: 0;
}
.stream-ttl {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 5px;
	/* or 31px */
	color: #112135;
}
.stream-text {
	margin-top: 18px;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	/* GA_navy */
	color: #112135;
}
.stream-date {
	/* Body bold */
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	/* GA_navy */
	color: #112135;
}
.stream-date a {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	/* identical to box height, or 16px */
	text-decoration-line: underline;
	color: #FFFFFF;
}
.stream-flex {
	display: flex;
	margin-top: 25px;
	margin-bottom: 40px;
}
.modal {
	left: 50%;
	top: 50%;
	max-height: 90%;
	z-index: 101;
	overflow-y: auto;
	position: fixed;
	transform: translateY(-50%) translateX(-50%);
}
.stream-modal-body,
.jobs-modal-body {
	z-index: 6;
	position: relative;
	display: flex;
	flex-direction: column;
}
.standart-btn {
	font-family: Raleway;
	cursor: pointer;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	padding: 15px 32px;
	line-height: 130%;
	/* identical to box height, or 21px */
	display: flex;
	align-items: center;
	text-align: center;
	/* Brand/Deep blue */
	color: #112135;
	justify-content: center;
	align-self: center;
}
.standart-btn-orange {
	background: #FF6650;
}
.stream-content {
	padding-top: 20px;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.stream-content a {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	text-decoration-line: underline;
	/* GA_navy */
	color: #112135;
}
.stream-content p {
	margin-top: 0;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	/* GA_navy */
	color: #112135;
}
.stream-img {
	width: 140px;
	height: 140px;
	margin-top: 5px;
	border-radius: 50%;
}
.stream-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.stream-left {
	width: 140px;
	flex-shrink: 0;
}
.stream-left span, .stream-content span {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	/* identical to box height, or 16px */
	color: #FFFFFF;
}
.stream-modal-after {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.modal-close {
	position: absolute;
	right: 18px;
	z-index: 55;
	top: 18px;
	cursor: pointer;
}
.jobs-modal-body {
	padding: 45px;
}
.jobs-modal-body .profile-job-content b {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	/* or 31px */
	color: #FFFFFF;
}
.jobs-modal-body .profile-job-content span {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	color: #FFFFFF;
}
.jobs-modal-body p {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 130%;
	/* or 21px */
	color: #FFFFFF;
}
.jobs-modal-body .profile-job {
	padding: 0;
	border-bottom: 0;
}
.jobs-modal-after {
	right: 0;
	position: absolute;
	bottom: 0;
}
.jobs-modal {
	background: #112135;
	box-shadow: 4px 4px 10px rgba(101, 101, 101, 0.4);
}
.stream-modal {
	width: 563px;
	background: #03C3B4;
	box-shadow: 4px 4px 10px rgba(101, 101, 101, 0.4);
}
.stream-modal-body {
	padding: 45px;
	padding-bottom: 35px;
}
.dark {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	top: 0;
	background: rgba(0, 0, 0, 0.61);
}
.profile-job {
	cursor: pointer;
}
.jobs-modal {
	width: 563px;
}
.quest-overflow {
	width: 5000px;
	display: block;
	height: 100%;
}
.quest-body {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	height: 390px;
	margin-bottom: 15px;
	border-radius: 8px;
}
.quest-body-in {
	overflow-x: auto;
	height: 100%;
	width: 100%;
}
.standart-h4 {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 7px;
	font-size: 12px;
	display: block;
	line-height: 130%;
	/* identical to box height, or 16px */
	/* Gray 1 */
	color: #333333;
}
.quest-body-in::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
/**	STYLE 2 */
.quest-body-in::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #E0E0E0;
}
.quest-body-in::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 10px;
	background-color: white;
}
.quest-type {
	width: 16.666%;
	opacity: 0.4;
	/* cursor: pointer; */
	transition: all 0.6s ease;
	margin: 5px 0;
	display: flex;
	align-items: center;
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	/* or 16px */
	color: #000000;
}
.quest-type:hover,
.quest-type.active {
	opacity: 1;
}
.quest-type-icon {
	margin-right: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
}
.quest-types {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 40px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border-radius: 8px;
}
.profile-clusters .profile-main {
	width: 467px;
}
.clusters-body {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 8px;
}
.drivers-head {
	display: flex;
	justify-content: space-between;
}
.drivers-head a {
	font-family: Alata;
	font-style: normal;
	padding: 10px 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	background: #112135;
	border-radius: 5px;
	color: #FFFFFF;
}
.drivers-icon {
	width: 40px;
	flex-shrink: 0;
	margin-right: 20px;
}
.drivers-content {
	font-family: Alata;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	/* GA_navy */
	color: #112135;
}
.drivers-content.active p {
	display: block;
}
.drivers-content.active .drivers-more {
	display: none;
}
.drivers-content p {
	display: none;
	margin-top: 0;
}
.drivers-content p:first-child {
	display: block;
}
.drivers-flex {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
.drivers-body {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 35px 30px;
}
.clusters-body {
	padding: 30px 15px;
}
.drivers-more {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	cursor: pointer;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	/* Brand/Coral */
	color: #FF6650;
}

.header-menu {
	font-family: Raleway;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 130%;
	/* identical to box height, or 21px */
	width: 150px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: all 0.6s ease;
	color: #FFFFFF;
}
.header-menu.active,
.header-menu:hover {
	color: #03C3B4;
}
.header-alerts {
  margin-left: 20px;
}

._display-none {
	display: none !important;
}

@media only screen and (max-width: 400px) {
	.header-alerts-body {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
}
