/* COMMON */
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'bicubikregular';
	position: relative;
	height: 100%;
	width: 100%;
	color: #fff;
}
/* ---------------------------------------- */
.iconed_text {
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	display: flex;
}
.icon_width,
.icon_height {
	line-height: 0!important;
	display: block;
	flex: none;
}
.icon_width svg,
.icon_width img {
	height: auto!important;
	width: 100%!important;
}
.icon_height svg,
.icon_height img {
	height: 100%!important;
	width: auto!important;
}
/* ---------------------------------------- */
/*
a, .btn, .anim, ::after, ::before {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
*/
}
/* -------------------- */
a:focus,
button:focus {
	outline: none!important;
}
/* -------------------- */
a,
a:hover {
	text-decoration: none;
	color: inherit;
}
/* -------------------- */
.light_fiol {
	color: #ccc4df;
}
.dark_fiol {
	color: #4b4873;
}
.white_c {
	color: #fff;
}
.red_c {
	color: #ed2e49;
}
.orange_c {
	color: #f95525;
}
.light_orange_c {
	color: #ffdea6;
}
/* ---------------------------------------- */
select.simple-select {
	background-color: transparent;
	border-color: transparent;
}
.jq-selectbox.dropdown {
	margin-right: 0;
}
.jq-selectbox {
  display: block;
}
/* -------------------- */
.jq-selectbox__select {
	font-family: 'bicubikregular';
	border-color: transparent;
	background: transparent;
	text-shadow: none;
	text-align: left;
	box-shadow: none;
	z-index: 15;
	width: 100%;
	color: #fff;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.jq-selectbox.dropdown.opened .jq-selectbox__select {
	border-color: #555069;
	background: #232434;
	box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select {
  background-color: #232434;
	border-color: #555069;
}
/* -------------------- */
.jq-selectbox__select-text {
	width: 100%!important;
	text-align: left;
}
.jq-selectbox .placeholder {
  color: #fff;
}
/* -------------------- */
.jq-selectbox__trigger {
  border-left: 0;
}
.jq-selectbox__trigger-arrow {
	background: url(/assets/img/template/select-arrow.png) center no-repeat;
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
	background-size: contain;
  height: 1rem;
  width: 1rem;
  right: auto;
  border: 0;
  left: 50%;
  top: 50%;
}
/* -------------------- */
.jq-selectbox__dropdown {
	font-family: 'bicubikregular';
	background-color: #232434;
	border-color: #555069;
	border-style: solid;
  box-shadow: none;
	overflow: hidden;
	padding: 0;
}
.jq-selectbox li {
  color: #fff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #292b43;
  color: #fff;
}
/* COMMON END */





/* MAIN */
#fr_main {
	background: rgb(27,14,31) url(../../icons/fr-pages-bg.jpg) center top no-repeat;
	background-size: cover;
  flex-direction: column;
	position: relative;
	min-height: 100%;
	overflow: hidden;
	display: flex;
}
/* ---------------------------------------- header */
#fr_header {
	border-top: 0.0625rem solid rgba(237, 46, 73, 0.92);
	font-family: 'magistralcbold';
	font-size: 1.438rem;
	position: relative;
	max-width: 2710px;
	margin: 0 auto;
	line-height: 1;
	z-index: 11;
	width: 100%;
}
.content_box {
}
@media screen and (min-width: 1200px) {
	#fr_header {
		padding: 5.25rem 6.25rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#fr_header {
		padding: 4.25rem 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#fr_header {
		padding: 2.25rem 0;
	}
}
@media screen and (max-width: 767px) {
	#fr_header {
		padding: 2.25rem 0;
	}
}
/* ------------------------------ */
.navbar-toggler {
	margin-right: 1rem;
  padding: 1.25rem;
  line-height: 1;
  width: 6rem;
  border: 0;
}
.navbar-toggler-icon {
	justify-content: space-around;
	flex-direction: column;
  display: flex;
	height: 3rem;
  width: 3rem;
}
.navbar-toggler-icon .icon_width {
	width: 100%;
}
.navbar-toggler:hover .navbar-toggler-icon span {
	background-color: #fff;
}
#fr_header .navbar-toggler {
	margin-right: 0.9375rem;
	margin-left: -1.25rem;
}
/* ------------------------------ */
#fr_header .logo_box {
	width: 5rem;
}
#fr_header .logo_box img {
	height: auto;
	width: 100%;
}
/* ------------------------------ */
.head_info {
	flex-direction: row;
	margin-bottom: 0;
	display: flex;
}
.head_info li {
	margin-right: 5.625rem;
	color: #666699;
}
.head_info li:first-child span:first-child {
	color: #4b4873;
}
.head_info li:last-child span:last-child {
	color: #b2aacd;
}
/* ------------------------------ */
#fr_header .lang_choose {
	text-transform: none!important;
	width: 6.875rem;
}
#fr_header .lang_choose .jq-selectbox__select {
  padding: 0.375rem 1.563rem 0.375rem 0;
	font-family: 'magistralcbold';
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
	line-height: 1.5rem;
  font-size: 1.438rem;
	border-width: 0;
	height: 2.25rem;
	color: #666699;
}
#fr_header .lang_choose .jq-selectbox__select:hover,
#fr_header .lang_choose .jq-selectbox__select:active,
#fr_header .lang_choose .jq-selectbox.dropdown.opened .jq-selectbox__select {
	background: transparent;
	box-shadow: none;
	color: #fff;
}
#fr_header .lang_choose .jq-selectbox.focused .jq-selectbox__select {
  background-color: transparent;
}
/* -------------------- */
#fr_header .lang_choose .jq-selectbox__trigger {
  width: 0.938rem;
	right: 0;
}
/* -------------------- */
#fr_header .lang_choose .jq-selectbox__dropdown {
	font-family: 'magistralcbold';
	line-height: 1.5rem;
  font-size: 1.438rem;
	border-radius: 0;
	border-width: 0;
}
#fr_header .lang_choose .jq-selectbox li {
  padding: 0.9375rem 1.5625rem;
}
/* ------------------------------ */
.enter_box {
	text-transform: uppercase;
	margin-left: 7.5rem;
}
.enter_box .icon_width {
	margin-right: 1.5rem;
	width: 2.063rem;
}
.enter_box .text {
	padding-top: 0.25rem;
}
.enter_box .text a {
/*	display: inline-block;*/
	color: #9999cc;
}
.enter_box .text a:hover {
	color: #ffffff;
}
.enter_box .text a + a {
	margin-left: 5rem;
}
.enter_box .text a:last-child {
	color: #ed2e49;
}
.enter_box .text a:last-child:hover {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
	/* -------------------- */
	.fr_navigation {
		padding: 0 4.063rem;
		align-items: center;
		margin-bottom: 0;
		display: flex;
	}
	.fr_navigation li {
		padding: 0 2.188rem;
	}
	.fr_navigation li a {
		text-transform: uppercase;
		color: #9999cc;
	}
	.fr_navigation li a:hover {
		text-decoration: none;
		color: #ffffff;
	}
}
@media screen and (max-width: 991px) {
	#fr_navbar {
		background-color: rgba(0, 0, 0, 0.3);
		overflow: hidden;
		position: fixed;
		z-index: 1030;
		height: 100vh;
		width: 0;
		left: 0;
		top: 0;
	}
	#fr_navbar.show {
		width: 100vw;
	}
	.fr_nav_block {
		background-color: #322c42;
		overflow-x: hidden;
		width: 44.6875rem;
		overflow-y: auto;
		height: 100%;
	}
	.fr_navbar_close {
		border-bottom: 0.125rem solid rgba(255, 255, 255, 0.1);
    padding: 2rem 3.125rem;
	}
	.fr_navigation {
		margin-bottom: 0;
		padding: 3rem 0;
		width: 100%;
	}
	.fr_navigation li {
    margin-bottom: 0;
	}
	.fr_navigation li a {
		padding: 2.375rem 0 2.375rem 4.8rem;
		font-size: 1.625rem;
		line-height: 1;
		display: flex;
	}
	.fr_navigation li a:hover,
	.fr_navigation li a.active {
		background-color: #1e182e;
	}
}
@media screen and (min-width: 768px) {
	.mob_info {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.desk_info {
		display: none;
	}
	.mob_info {
		padding: 2.375rem 0 2.375rem 4.8rem;
	}
	.mob_info .head_info {
		margin-bottom: 3rem;
	}
}
/* ---------------------------------------- content */
#fr_content {
  flex-direction: column;
  align-items: stretch;
  position: relative;
  display: flex;
  flex-grow: 1;
  z-index: 4;
}
/* ------------------------------ */
.public_title {
	padding: 5.625rem 0 6.563rem;
	position: relative;
}
.public_title h1 {
	font-family: 'arkitech_bold';
	text-transform: uppercase;
	margin: 0 auto 0.625rem;
	font-size: 3.375rem;
	line-height: 4rem;
}
.public_title p.subtitle {
	font-family: 'magistralcbold';
	line-height: 2.125rem;
	font-size: 1.5rem;
	color: #666699;
}
.public_title::after {
	background: url(/assets/img/template/public/C12.png) center no-repeat;
	margin: -8.75rem 0 0 -16.875rem;
	background-size: contain;
	position: absolute;
	height: 16.438rem;
	width: 52.313rem;
	content: '';
	left: 100%;
	top: 100%;
}
/* ------------------------------ */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.page_tab {
	margin: 0 -0.9375rem;
	position: relative;
	z-index: 5;
}
.page_tab .nav-pills .nav-item {
	padding: 1.25rem 0.9375rem 1.875rem;
}
.page_tab .nav-pills .nav-link {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0.125rem solid #666699;
  font-family: 'bicubikregular';
  padding: 1.25rem 0.9375rem;
  justify-content: center;
	border-radius: 0.625rem;
  line-height: 1.875rem;
	align-items: center;
  min-height: 4.5rem;
  text-align: center;
  font-size: 1.5rem;
	cursor: pointer;
  color: #b2aacd;
  display: flex;
  white-space:nowrap;
}
.page_tab .nav-pills .nav-link.active,
.page_tab .nav-pills .nav-link:hover {
	box-shadow: 0 0 2.5rem 0.625rem rgba(255, 160, 8, 0.2),inset 0 0 0.875rem 0.375rem rgba(247, 82, 38, 0.4);
  border-color: #e02948 #e83e3b #f75227 #e83e3b;
  color: #ffdea6;
  white-space:nowrap !important;
}
/* ------------------------------ */
.body_divider {
	background: rgb(237,46,73);
	background: linear-gradient(90deg, rgba(237,46,73,1) 0%, rgba(255,162,0,1) 100%);
	margin-right: -15px;
  margin-left: -15px;
	position: relative;
	height: 1px;
	z-index: 3;
}

@media screen and (min-width: 500px) {
	.page_tab .nav-pills .nav-item {
		width: 25%;
	}
}
@media screen and (max-width: 499px) {
	.page_tab .nav-pills .nav-item {
		width: 50%;
	}
}
/* ---------------------------------------- footer */
#fr_footer {
	font-family: 'magistralcbold';
	padding: 0.625rem 0;
	font-size: 1.375rem;
	line-height: 1;
	color: #333153;
}
/* ------------------------------ */
.fr_footer_nav ul {
	margin-bottom: 1.25rem;
	display: flex;
}
.fr_footer_nav li {
	padding: 0.625rem 2.188rem 0.625rem 0;
}
/* -------------------- */
.fr_footer_nav a {
	display: block;
	color: #666699;
}
.fr_footer_nav a:hover {
	color: #fff;
}
/* MAIN END */





/* ---------------------------------------- media */
@media screen and (min-width: 2880px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 2560px) and (max-width: 2879px) {
	html {
		font-size: 12px;
	}
}
@media (min-width: 2240px) and (max-width: 2559px) {
	html {
		font-size: 12px;
	}
}
@media (min-width: 1920px) and (max-width: 2239px) {
	html {
		font-size: 9px;
	}
}
@media (min-width: 1440px) and (max-width: 1919px) {
	html {
		font-size: 8px;
	}
}
@media (min-width: 670px) and (max-width: 1439px) {
	html {
		font-size: 7px;
	}
}
@media screen and (max-width: 669px) {
	html {
		font-size: 6px;
	}
}