@font-face {
	font-family: "MagistralC";
	src: url("../fonts/MagistralC.eot"); /* IE9 Compat Modes */
	src:
		url("../fonts/MagistralC.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/MagistralC.otf") format("opentype"),
		/* Open Type Font */ url("../fonts/MagistralC.svg") format("svg"),
		/* Legacy iOS */ url("../fonts/MagistralC.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/MagistralC.woff") format("woff"),
		/* Modern Browsers */ url("../fonts/MagistralC.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PTSans-Caption";
	src: url("../fonts/PTC55F.eot"); /* IE9 Compat Modes */
	src:
		url("../fonts/PTC55F.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("../fonts/PTC55F.woff2") format("woff2"),
		/* Modern Browsers */ url("../fonts/PTC55F.woff") format("woff"),
		/* Modern Browsers */ url("../fonts/PTC55F.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("../fonts/PTC55F.svg") format("svg"); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

/* DEFAULT style */
html {
	background: #fff;
	min-width: 1200px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
select,
nav,
header,
footer,
main,
section,
article {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	font-weight: 300;
}
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d8d8d8;
	margin: 0 0 20px 0;
}
td,
th {
	border: 1px solid #d8d8d8;
	padding: 15px;
	text-align: left;
}
tr:first-child td {
	color: #fff;
	background: #f7941d;
}
td a {
	font-weight: 700;
	text-transform: uppercase;
}
td a:hover {
	color: #f7941d;
}
h1 {
	font-size: 32px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 32px;
	color: #f98516;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
fieldset,
img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
	font-size: 14px;
}
ul,
li {
	list-style: none;
}
input,
textarea,
select {
	outline: none;
	background: #fff;
}
a {
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
hr {
	border: none;
	border-bottom: 1px solid #555;
}
.clear {
	clear: both;
}

/* Position Images */
.img_right {
	float: right;
	margin: 0 0 10px 15px;
}
.img_left {
	float: left;
	margin: 0 15px 10px 0;
}

/* HEADER */
header {
	position: relative;
	width: 100%;
	background: #000;
}
#index_page header {
	/*height:100vh;
	min-height:710px;*/
	height: auto;
}
#inner_page header {
	padding: 0 0 30px;
}
#header_image {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
#header_image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	content: "";
	z-index: 1;
}
#header_top_inner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#header_left {
	width: 455px;
	float: left;
	padding: 12px 0 0 0;
	margin: 0;
}
.header_left_logo {
	float: left;
}
.header_left_logo a {
	text-decoration: none;
}
.header_left_logo_alt {
	font-size: 48px;
	color: #fff;
	line-height: 95px;
	width: 235px;
	text-align: center;
	font-weight: 700;
}
.header_left_text {
	float: right;
	color: #fff;
	border-bottom: 1px solid #f7941d;
	font-size: 14px;
	margin: 42px 0 0 0;
	padding: 0 0 3px 0;
}
#header_right {
	float: right;
	width: 630px;
	padding: 35px 0 0 0;
}
.header_right_email {
	float: left;
	color: #f7941d;
	font-size: 14px;
	padding: 0 0 0 36px;
	margin: 0 27px 0 0;
	position: relative;
}
.bbefsc .mdi {
	display: block;
	position: absolute;
	top: 3px;
	left: -8px;
	border-radius: 50%;
	border: 1px solid #f7941d;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.header_right_email a {
	color: #fff;
	text-decoration: none;
}
.header_right_email a:hover {
	color: #f7941d;
}
.header_right_email p {
	color: #fff;
	margin: 5px 0 0 0;
}
.header_right_phone {
	float: left;
	color: #f7941d;
	font-size: 14px;
	padding: 0 0 0 40px;
	position: relative;
}
.header_right_phone a {
	color: #fff;
	text-decoration: none;
}
.header_right_phone a:hover {
	color: #f7941d;
}
.header_right_phone p {
	color: #fff;
	margin: 5px 0 0 0;
}
.header_right_call {
	position: relative;
	float: right;
}
.header_right_call a {
	color: #fff;
	text-decoration: none;
	padding: 12px 18px;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid #f7941d;
	border-radius: 2px;
}
.header_right_call a:hover {
	background: #f7941d;
	border-radius: 2px;
}
#header_navbar {
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#navbar_nav {
	text-align: center;
}
#navbar_nav li {
	display: inline-block;
	margin: 0 12px;
}
#navbar_nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 12px 20px;
}
#navbar_nav a:hover,
#navbar_nav li.active a {
	background: #f7941d;
	border-radius: 2px;
}
#header_bot_inner {
	width: 840px;
	padding: 0;
	font-family: "MagistralC";
	/*height:290px;*/
	height: auto;
	position: relative;
	/*
	position:absolute;
	top:50%;
	left:50%;
	margin:-145px 0 0 -420px;
	*/
	margin: 80px auto 0;
	z-index: 2;
}
#header_bot_inner h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 75px;
}
#header_bot_inner h2 span {
	color: #f7941d;
	font-size: 80px;
	font-weight: 700;
}
#header_bot_inner hr {
	width: 430px;
	border: 1px solid #f7941d;
}
#header_bot_inner p {
	text-align: center;
	font-size: 21px;
	color: #acacac;
	font-family: "Roboto";
	margin: 42px 0 0 0;
}
#header_bot_inner p a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 18px;
	margin: 80px 0 0 0;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid #f7941d;
	border-radius: 2px;
}
#header_bot_inner p a:hover {
	background: #f7941d;
	border-radius: 2px;
}
#header_bot_link {
	text-align: center;
	font-size: 21px;
	position: relative;
	/*position:absolute;
	bottom:130px;*/
	width: 100%;
	z-index: 2;
}
#header_bot_link a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 12px 18px;
	/*margin: 80px 0 0 0;*/
	margin: 0 0 130px 0;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid #f7941d;
	border-radius: 2px;
}
#header_bot_link a:hover {
	background: #f7941d;
	border-radius: 2px;
}
.header_lang {
	display: flex;
	justify-content: space-between;
	width: 60px;
	position: absolute;
	right: 0;
	top: -28px;
}
.header_lang a {
	border: none;
	font-size: 12px;
	padding: 5px;
}
.header_lang span {
	width: 1px;
	height: 24px;
}
.header_lang a.active {
	border-radius: 2px;
}

/* INDEXDESC */
#indexdesc_wrapper,
#indexdesc_wrapper * {
	box-sizing: border-box;
}

#indexdesc_wrapper {
	padding: 30px 0 20px 0;
	background: #202020;
	background-size: cover;
}
#indexdesc_area {
	width: 950px;
	margin: 0 auto;
}
.indexdesc_left {
	float: left;
	width: 475px;
	position: relative;
}
.indexdesc_left h3 {
	font-size: 26px;
	color: #f7941d;
	text-transform: uppercase;
	font-family: "MagistralC";
	font-weight: 700;
	letter-spacing: 1px;
}
.indexdesc_left hr {
	border: 1px solid #f7941d;
	width: 111px;
	float: left;
	position: absolute;
	top: 37px;
	left: 0;
}
.indexdesc_left p {
	font-size: 18px;
	color: #acacac;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 30px 0 0 0;
}
.indexdesc_right {
	float: right;
	width: 475px;
	border-left: 1px solid #acacac;
	padding: 17px 0 12px 27px;
}
.indexdesc_right p {
	font-size: 14px;
	color: #acacac;
}

/* INDEXCAT */
#indexcat_wrapper {
	padding: 73px 0 73px 0;
}
#indexcat_area {
	width: 1180px;
	margin: 0 auto;
}
.indexcat_item {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #e1e1e1;
	text-align: center;
	position: relative;
	width: 580px;
	height: 205px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #676767;
	background-size: cover;
}
.indexcat_item:nth-child(even) {
	margin: 0 0 15px;
}
.indexcat_item a {
	display: block;
	text-decoration: none;
	padding: 65px 0 0 0;
	height: 205px;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #202020;
	background: rgba(32, 32, 32, 0.45);
}
.indexcat_item h3 {
	font-size: 18px;
	font-weight: 700;
	font-family: "MagistralC";
	color: #fff;
	text-transform: uppercase;
}
.indexcat_item:hover a {
	padding: 52px 0 0;
	background: #202020;
	background: rgba(32, 32, 32, 0.9);
}
.indexcat_item hr {
	width: 150px;
	border: 1px solid #f7941d;
}
.indexcat_item p {
	width: 355px;
	margin: 17px auto;
	color: #b7b7b7;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.indexcat_item:hover p {
	opacity: 1;
}

/* INDEXCATALOG */
#indexcatalog_wrapper {
	padding: 71px 0 62px 0;
	background-color: #676767;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#indexcatalog_wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.75;
	z-index: 1;
}
#indexcatalog_area {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#indexcatalog_left {
	float: left;
	width: 305px;
}
#indexcatalog_left h3 {
	color: #f7941d;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "MagistralC";
	font-weight: 700;
}
#indexcatalog_left hr {
	border: 1px solid #f7941d;
	width: 110px;
	float: left;
}
#indexcatalog_left p {
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 23px 0 0 0;
	line-height: 25px;
}

#indexcatalog_right {
	float: right;
	width: 682px;
}
.indexcatalog_item {
	float: left;
	width: 151px;
	margin: 0 25px 30px 0;
	text-align: left;
}
.indexcatalog_item:nth-child(4) {
	margin: 0 0 30px;
}
.indexcatalog_item a p {
	color: #fff;
	margin: 15px 0 0 0;
}
.indexcatalog_item a {
	text-decoration: none;
}
.indexcatalog_item a p:hover {
	color: #f7941d;
}
.indexcatalog_item hr {
	border: 1px solid #f7941d;
	width: 50px;
	float: left;
}

/* INDEXADV */
#indexadv_wrapper {
	padding: 82px 0 87px 0;
}
#indexadv_area {
	width: 1180px;
	margin: 0 auto;
}
#indexadv_area h2 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	font-family: "MagistralC";
}
#indexadv_area hr {
	width: 150px;
	border: 1px solid #f7941d;
}
#indexadv_items {
	margin: 65px 0 0 0;
}
.indexadv_item {
	float: left;
	margin: 0 28px 28px 0;
	text-align: center;
	position: relative;
	width: 370px;
	height: 204px;
	box-sizing: border-box;
	background-color: #676767;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.indexadv_item:nth-child(3n) {
	margin: 0 0 28px;
}

.indexadv_item .indexadv_item_inner {
	padding: 70px 0 0 0;
	height: 204px;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.indexadv_item h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: "MagistralC";
	color: #fff;
	padding: 0 10px 10px 10px;
}
.indexadv_item:hover .indexadv_item_inner {
	padding: 45px 0 0;
	background: #202020;
	background: rgba(32, 32, 32, 0.9);
}
.indexadv_item hr {
	width: 150px;
	border: 1px solid #f7941d;
}
.indexadv_item p {
	width: 250px;
	margin: 18px auto;
	color: #b7b7b7;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.indexadv_item:hover p {
	opacity: 1;
}

/* INDEXSERT */
#indexsert_wrapper {
	padding: 70px 0 45px 0;
	background: #e6e6e6;
	background-size: cover;
}
#indexsert_area {
	width: 1180px;
	margin: 0 auto;
}
#indexsert_left {
	float: left;
	width: 428px;
}
#indexsert_left h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "MagistralC";
	color: #000;
}
#indexsert_left hr {
	width: 110px;
	border: 1px solid #f7941d;
	float: left;
}
#indexsert_left p {
	font-size: 16px;
	float: left;
	margin: 23px 0 0 0;
	color: #474747;
	line-height: 25px;
}
#indexsert_left img {
	margin: 27px 0 0 0;
}
#indexsert_right {
	float: right;
	margin: 52px 0 0 55px;
}
#indexsert_right a {
	float: left;
	margin: 0 0 0 30px;
}
#indexsert_right a:first-child {
	margin: 0;
}
#indexsert_right a:hover {
	opacity: 0.7;
}

/*FOOTER*/
footer {
	padding: 51px 0 0 0;
	background: #202020;
}
#footer_top {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#footer_top hr {
	border: 1px solid #f7941d;
}
#footer_hr1 {
	position: absolute;
	width: 50%;
	right: 50%;
	top: 25px;
	margin: 0 20px 0 0;
}
#footer_hr2 {
	position: absolute;
	width: 50%;
	right: 0;
	top: 41px;
}
.footer_logo_alt {
	text-decoration: none;
	color: #fff;
	font-size: 48px;
	line-height: 75px;
	font-weight: 700;
	background: #202020;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
#footer_inner {
	width: 1180px;
	margin: 0 auto;
	padding: 45px 0 41px 0;
}
.footer_bot_add {
	float: left;
	color: #f7941d;
	font-size: 14px;
	padding: 0 0 0 36px;
	margin: 0 0 0 0px;
	width: 300px;
	position: relative;
}

.footer_bot_add p {
	color: #fff;
	margin: 5px 0 0 0;
}
.footer_bot_email {
	float: left;
	color: #f7941d;
	font-size: 14px;
	padding: 0 0 0 36px;
	margin: 0 0 0 90px;
	position: relative;
}
.footer_bot_email a {
	color: #fff;
	text-decoration: none;
}
.footer_bot_email a:hover {
	color: #f7941d;
}
.footer_bot_email p {
	margin: 5px 0 0 0;
}
.footer_bot_phone {
	float: left;
	color: #f7941d;
	font-size: 14px;
	padding: 0 0 0 36px;
	margin: 0 0 0 120px;
	position: relative;
}

.footer_bot_phone a {
	color: #fff;
	text-decoration: none;
}
.footer_bot_phone a:hover {
	color: #f7941d;
}
.footer_bot_phone p {
	margin: 5px 0 0 0;
}
.footer_bot_call {
	float: right;
}
.footer_bot_call a {
	color: #fff;
	text-decoration: none;
	padding: 12px 18px;
	display: block;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	border: 1px solid #f7941d;
	border-radius: 2px;
}
.footer_bot_call a:hover {
	background: #f7941d;
	border-radius: 2px;
}
#footer_base {
	padding: 24px 0 8px 0;
	background: #1a1a1a;
	background-size: cover;
}
.footer_base_inner {
	width: 1180px;
	margin: 0 auto;
}
.footer_base_year {
	float: left;
	color: #a6a6a6;
}
.footer_base_year a {
	margin: 0 0 0 10px;
}
.footer_base_soc {
	float: left;
	margin: 0 0 0 25px;
}
.footer_base_soc a {
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 20px;
	line-height: 18px;
}
.footer_base_soc a:first-child {
	margin: 0;
}
.footer_base_soc a:hover {
	opacity: 0.7;
}
.footer_base_right {
	float: right;
	color: #a6a6a6;
}
.footer_base_right a {
	color: #f7941d;
}

/* INNERMENU */
#menu_top {
	background: #202020;
}
#inner_menu {
	width: 1180px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#inner_menu_top {
	float: left;
}
#inner_menu_top nav a {
	font-size: 14px;
	color: #acacac;
	text-decoration: none;
}
#inner_menu_top nav span {
	color: #acacac;
}

/* INNERCONT */
#innercont_wrapper {
	background: #fff;
	background-size: cover;
	padding: 50px 0 60px 0;
}
#innercont_area {
	width: 1180px;
	margin: 0 auto;
}
#innercont_area h1,
#innercont_area h2,
#innercont_area h3 {
	font-size: 26px;
	color: #000;
	text-transform: uppercase;
	font-family: "MagistralC";
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 30px;
}
#innercont_area h1:after,
#innercont_area h2:after,
#innercont_area h3:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 140px;
	bottom: 0;
	left: 0;
	background: #f7941d;
}
#innercont_area h2 {
	text-align: left;
	font-size: 24px;
}
#innercont_area h3 {
	font-size: 21px;
	color: #7c7c7c;
}
.h1_border {
	border: 1px solid #f7941d;
	width: 110px;
	float: left;
}
#innercont_left {
	width: 880px;
	float: left;
}
#innercont_left p {
	color: #4a4a4a;
	line-height: 18px;
	margin: 0 0 15px;
}

#innercont_left ol,
#innercont_left ul {
	margin: 0 0 25px 20px;
}
#innercont_left ol {
	counter-reset: counter-ol;
}
#innercont_left li {
	color: #4a4a4a;
	line-height: 18px;
	margin: 0 0 8px;
}
#innercont_left ol > li {
	counter-increment: counter-ol;
}
#innercont_left ol li:before {
	margin: 0 8px 0 0;
	color: #f7941d;
	content: counter(counter-ol) ".";
}
#innercont_left ul li:before {
	content: "•";
	font-size: 22px;
	margin: 0 8px 0 0;
	color: #f7941d;
	vertical-align: bottom;
}

.innercont_left_text {
	margin: 33px 0 0 0;
}
.innercont_left_text p {
	font-size: 14px;
	color: #474747;
	line-height: 20px;
	margin: 7px 0 27px 0;
}
.inner_text_comment,
blockquote {
	font-size: 16px !important;
	color: #949494 !important;
	border-left: 5px solid #f7941d;
	padding: 8px 0 8px 19px;
	font-style: italic;
}
.innercont_left_text h2 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	font-family: "MagistralC";
	text-transform: uppercase;
	text-align: left;
	margin: 40px 0 30px 0;
}
.innercont_left_text li {
	list-style-type: none;
	margin: 0 0 20px 8px;
	color: #949494;
}
.innercont_left_text ol {
	counter-reset: list 0;
}
.innercont_left_text li:before {
	color: #f7941d;
	counter-increment: list;
	content: counter(list) ". ";
	padding: 0 3px 0 0;
}
.innercont_left_text ul li:before {
	color: #f7941d;
	content: "•";
	padding: 0 10px 0 0;
	font-weight: 700;
}
.innercont_left_text th {
	background: #f7941d !important;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
}
.innercont_left_text th:nth-child(even) {
	text-align: center;
}
.innercont_left_text td {
	color: #949494;
	font-size: 14px;
	padding: 20px;
}
.innercont_left_text td:nth-child(even) {
	text-align: center;
	color: #474747;
}
#innercont_right {
	width: 280px;
	float: right;
	margin: 0 0 0 20px;
}
#innercont_right_nav {
	background: #f2f2f2;
	padding: 0px;
}
#innercont_right_nav nav > ul > li > a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 0 18px 20px;
}
#innercont_right_nav nav > ul > li > a:before {
	content: "→";
	padding: 0 10px 0 0;
	color: #f7941d;
}
#innercont_right_nav nav > ul > li.active > a,
#innercont_right_nav nav > ul > li > a:hover {
	background: #f7941d;
	color: #fff;
}
#innercont_right_nav nav > ul > li.active > a:before,
#innercont_right_nav nav > ul > li > a:hover:before {
	color: #fff;
}
#innercont_right_nav nav > ul > li > ul {
	background: #ffcc8f;
}
#innercont_right_nav nav > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 18px 0 18px 40px;
	color: #fff;
}
#innercont_right_nav nav > ul > li > ul > li > a:before {
	content: "→";
	padding: 0 10px 0 0;
	color: #fff;
}
#innercont_right_nav nav > ul > li > ul > li.active > a,
#innercont_right_nav nav > ul > li > ul > li > a:hover {
	background: #ffe1bc;
	color: #000;
}
#innercont_right_nav nav > ul > li > ul > li.active > a:before,
#innercont_right_nav nav > ul > li > ul > li > a:hover:before {
	color: #000;
}

.lbl_text {
	position: relative;
}
#mobheader_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 16px;
	z-index: 9;
}
#mobheader_area {
	overflow: hidden;
}
#mobheader_logo {
	float: left;
	width: 130px;
	height: 32px;
	overflow: hidden;
}
#mobheader_logo a {
	text-decoration: none;
}
#mobheader_logo img {
	max-height: 100%;
}
#mobheader_logo_alt {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-family: "MagistralC";
	font-weight: 700;
	padding: 0 0 0 4px;
}
#mobheader_info {
	float: left;
	margin: 0 0 0 20px;
	line-height: 14px;
	padding: 2px 0 0;
}
#mobheader_info a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#mobheader_burger {
	float: right;
}
#mobheader_burger a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
}
.mobheader_burger_item {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ef8f1d;
}
#mobhb_1 {
	top: 4px;
}
#mobhb_2 {
	top: 14px;
}
#mobhb_3 {
	top: 24px;
}
#mobmenu_wrapper {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#mobmenu_wrapper.show {
	right: 56px;
}
#mobmenu_area {
	position: absolute;
	overflow: auto;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	z-index: 2;
	padding: 16px;
}
#mobmenu_main {
	padding: 0 0 0 56px;
	width: 100%;
	box-sizing: border-box;
}
#mobmenu_main li {
	margin: 0 0 10px;
	border-bottom: 1px solid #ef8f1d;
	padding: 0 0 10px;
}
#mobmenu_main li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#mobmenu_main li a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
#mobmenu_main li.active a {
	font-size: 16px;
	text-decoration: none;
	color: #ef8f1d;
}
#mobmenu_close {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	box-sizing: border-box;
	background: #000;
	opacity: 0.2;
	height: 100%;
	z-index: 9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#mobmenu_close.show {
	width: 100%;
	opacity: 0.8;
}

/* Inner */
#innercont_right_banners {
	margin: 20px 0 0;
}
.innercont_banner {
	margin: 0 0 20px;
	line-height: 0;
}

/* Comments */
.form_fields label {
	display: block;
	margin: 0 5px;
}
.form_fields_top label {
	width: 280px;
	float: left;
}
.form_fields .mdi {
	top: 7px;
	left: 15px;
}
.form_fields .inp_text {
	width: 100%;
	height: 45px;
	border: 1px solid #e3e3e3;
	padding: 0 20px 0 65px;
	margin: 0;
	display: block;
	box-sizing: border-box;
}
.form_submit {
	margin: 0 5px;
}
.form_submit .inp_sub {
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #f7941d;
	background: #f7941d;
	width: 180px;
	height: 50px;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}
.form_submit .inp_sub:hover {
	background: #fff;
	color: #f7941d;
}
.form_fields_top {
	margin: 0 0 20px;
	overflow: hidden;
}
.form_fields .inp_textarea {
	width: 100%;
	height: 145px;
	border: 1px solid #e3e3e3;
	padding: 10px 20px;
	margin: 0;
	display: block;
	box-sizing: border-box;
}
.form_fields label.lbl_txt_info {
	margin: 0 5px 20px;
}
.form_fields .confid {
	margin: 0 5px 20px;
}
.confid .inp_checkbox {
	display: none;
}
.confid .checkbox {
	display: inline-block;
	border: 1px solid #e3e3e3;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
}
.confid .inp_checkbox:checked ~ .checkbox {
	border: 1px solid #f7941d;
	background: #f7941d;
	color: #fff;
	text-align: center;
}
.confid .inp_checkbox:checked ~ .checkbox:before {
	content: "\2714";
}
.comment_list {
	margin: 0 0 20px;
}
.comment_block {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.comment_left {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	line-height: 0;
	border-radius: 50%;
}
.comment_right {
	float: right;
	width: 700px;
}
.comment_head {
	margin: 0 0 20px;
	font-size: 18px;
}
.comment_head_author {
	font-weight: 700;
}
.comment_head_title {
	color: #4a4a4a;
}

/* News */
.news_item {
	overflow: hidden;
	margin: 0 0 40px;
}
.news_item_date {
	width: 100px;
	height: 100px;
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 25px 0 0;
	color: #7c7c7c;
	font-weight: 700;
	text-align: center;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 20px;
}
.news_item_date_day {
	font-size: 28px;
}
.news_item_info {
	width: 695px;
	float: right;
	padding: 0 0 20px;
	border-bottom: 1px solid #7c7c7c;
}
.news_item_title {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 15px;
}
.news_item_title a {
	text-decoration: none;
}
.pagination_numbers {
	text-align: center;
}
.pagination_numbers a,
.pagination_numbers span {
	display: inline-block;
	width: 34px;
	line-height: 34px;
	margin: 0 5px;
}
.pagination_numbers a {
	border: 1px solid #ededed;
	text-decoration: none;
	color: #7c7c7c;
}
.pagination_numbers a:hover {
	background: #eee;
}
.pagination_numbers span {
	border: 1px solid #f7941d;
	background: #f7941d;
	color: #fff;
}
.error {
	padding: 10px;
	margin: 0 0 20px;
	border: 2px solid #ff8383;
	background: #ffe9e9;
}
.webforms_success,
.success_msg {
	padding: 10px;
	margin: 0 0 20px;
	border: 2px solid #009e0c;
	background: #c6ffd4;
}

#innercont_left .error p:last-child,
.error_msg p:last-child,
.webforms_success p:last-child,
.success_msg p:last-child {
	margin: 0;
}

.table_advan {
	border: none;
}
.table_advan td {
	background: none !important;
	border: none;
}

/* Gallery */
#select_gallery {
	margin: 0 0 20px;
	overflow: hidden;
}
#select_gallery_items {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
}
.gallery_item {
	width: 265px;
	margin: 0 10px 30px;
}
.gallery_item_img {
	width: 100%;
	height: 170px;
	overflow: hidden;
	line-height: 0;
}
.gallery_item_desc {
	margin: 15px 0 0;
	padding: 12px 20px;
	background: #f3f3f3;
}
.gallery_item_desc a {
	text-decoration: none;
	color: #4a4a4a;
	font-size: 12px;
}
#select_gallery {
	overflow: hidden;
	margin: 0 0 20px;
}
#select_gallery .inp_select {
	width: 265px;
	height: 35px;
	border: 1px solid #ededed;
	padding: 0 10px;
	position: relative;
	z-index: 3;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_gallery_item {
	position: relative;
	float: left;
}
.select_gallery_item:before {
	position: absolute;
	z-index: 1;
	background: #f3f3f3;
	width: 35px;
	height: 35px;
	top: 0;
	right: 0;
	content: "";
}
.select_gallery_item:after {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top: 9px solid #a8a8a8;
	top: 14px;
	right: 7px;
	content: "";
}

/* Perconal Cards */
#personal_cards {
	overflow: hidden;
}
.personal_card {
	float: left;
	margin: 0 15px 15px 0;
	width: 430px;
	height: 155px;
	box-sizing: border-box;
	padding: 15px 20px 15px 10px;
	background: #f3f3f3;
}
.personal_card.bigcard {
	height: auto;
}
.personal_card:nth-child(2n) {
	margin: 0 0 15px;
}
.personal_card_img {
	float: left;
	width: 100px;
	overflow: hidden;
}
.personal_card_img img {
	max-width: 100%;
}
.personal_card_info {
	float: right;
	width: 260px;
}
.personal_card_info_top {
	border-bottom: 1px solid #4d4d4d;
	margin: 0 0 12px;
	padding: 0 0 12px;
	height: 56px;
}
.personal_card_name {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.personal_card_prof {
	font-size: 12px;
	line-height: 16px;
}
.personal_card_other {
	overflow: hidden;
	font-size: 12px;
	margin: 0 0 8px;
}
.personal_card_other_name {
	float: left;
	width: 130px;
}
.personal_card_other_val {
	float: right;
	width: 100px;
}

/* Forms */
.form_block label {
	display: block;
	margin: 0 0 15px;
}
.form_block label {
	width: 280px;
}
.form_block .mdi {
	top: 7px;
	left: 15px;
}
.form_block .inp_text {
	width: 100%;
	height: 45px;
	border: 1px solid #e3e3e3;
	padding: 0 20px 0 65px;
	margin: 0;
	display: block;
	box-sizing: border-box;
}
.form_block .inp_sub {
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #f7941d;
	background: #f7941d;
	width: 180px;
	height: 50px;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
}
.form_block .inp_sub:hover {
	background: #fff;
	color: #f7941d;
}
.form_fields_top {
	margin: 0 0 20px;
	overflow: hidden;
}
.form_block .inp_textarea {
	width: 100%;
	height: 145px;
	border: 1px solid #e3e3e3;
	padding: 10px 20px;
	margin: 0;
	display: block;
	box-sizing: border-box;
}
.form_block label.lbl_txt_info {
	margin: 0 5px 20px;
}
.form_block .confid {
	margin: 0 0 20px;
	width: 100%;
}
.form_block label.lbl_txt_message {
	width: 560px;
}

.inner_advan_items {
	overflow: hidden;
	margin: 0 0 20px;
}
.table_advan_item {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.table_advan_item_img {
	float: left;
	width: 80px;
}
.table_advan_item_img img {
	max-width: 100%;
}
.table_advan_item_info {
	float: right;
	width: 310px;
}
.table_advan_item_info_title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.search_form {
	position: relative;
	width: 100%;
	height: 37px;
	box-sizing: border-box;
	margin: 0 0 20px;
}
.search_form .inp_text {
	width: 100%;
	height: 35px;
	padding: 0 45px 0 10px;
	border: none;
	box-sizing: border-box;
}
.search_form:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: #f7941d;
}
.search_form .inp_img {
	background: #f7941d;
	border: none;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
}
#innercont_left .search_form {
	border: 1px solid #f7941d;
}
#footer_search {
	width: 310px;
}

#innercont_left ul ul,
#innercont_left ol ul,
#innercont_left ul ol,
#innercont_left ol ol {
	margin: 10px 0 10px 20px;
}

#up_link {
	position: fixed;
	bottom: -64px;
	opacity: 0;
	border: 2px solid #a8a8a8;
	line-height: 0;
	text-align: center;
	padding: 10px 0 0;
	right: 50%;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	margin: 0 -700px 0 0;
	display: block;
	z-index: 4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#up_link.show {
	opacity: 1;
	bottom: 100px;
}

#fline_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #202020;
	z-index: 10;
	height: 60px;
	box-sizing: border-box;
	top: -62px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#fline_wrapper.show {
	top: 0;
}
#fline_area {
	width: 1180px;
	margin: 0 auto;
}
.fline_logo {
	float: left;
	width: 210px;
	text-align: center;
	line-height: 0;
}
.fline_logo a {
	text-decoration: none;
}
.fline_logo img {
	max-height: 40px;
}
.fline_alt {
	line-height: 40px;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.fline_menu {
	float: left;
	width: 350px;
	text-align: center;
	line-height: 40px;
}
.fline_menu li {
	display: inline-block;
	margin: 0 24px;
	font-size: 16px;
}
.fline_menu li a {
	color: #fff;
	text-decoration: none;
}
.fline_menu li a:hover {
	color: #f7941d;
}

.captcha_field {
	margin: 10px 0 0;
	position: relative;
}
.captcha_field .important {
	padding: 0 5px;
}
.captcha_field .inp_text {
	margin: 0;
	padding: 0 10px 0 130px !important;
}
.classic_captcha_image {
	position: absolute;
	top: 5px;
	left: 6px;
}
form.sending {
	position: relative;
}
form.sending:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9;
	opacity: 0.7;
}
.new_message {
	margin: 0 0 25px;
}
.classic_captcha_reset {
	text-align: center;
}
.captcha_reset {
	color: #aaa;
	border-bottom: 1px dashed #aaa;
	font-size: 12px;
	text-transform: lowercase;
}
.form_comment .confid {
	margin: 25px 5px 15px;
}
.cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.cols2 .col {
	width: 49%;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* --------------- */
.agree-cookie {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	flex-wrap: wrap;
	gap: clamp(1.875rem, 0.341rem + 6.55vw, 5.25rem);
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	padding: clamp(0.625rem, 0.199rem + 1.82vw, 1.563rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
}
.agree-cookie.hidden {
	display: none;
}
.agree-cookie.show {
	display: flex;
}
@media (width < 768px) {
	.agree-cookie {
		flex-direction: column;
	}
}

.agree-cookie__text-box {
	flex: 0 1 70%;
	max-width: 887px;
	font-family: inherit;
	font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
}
.agree-cookie__text-box > a {
	max-width: 887px;
	font-family: inherit;
	font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
@media (width < 768px) {
	.agree-cookie__text-box {
		flex: 0 1 100%;
	}
}

.agree-cookie__btn-box {
	flex: 0 1 9%;
}
@media (width < 768px) {
	.agree-cookie__btn-box {
		flex: 0 1 100%;
	}
}

.agree-cookie__btn {
	width: 157px;
	padding: 10px 15px;
	border: 2px solid #2969db;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 130%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.agree-cookie__btn:hover {
	transition: 0.3s;
	background: #2969db;
	color: rgba(0, 0, 0, 0.7);
} /*# sourceMappingURL=style.css.map */
