@charset "utf-8";
/* CSS Document */
@import "fonts.css";
@import "panels.css";
@import "form.css";
@import "contacts.css";
@import "menu.css";
@import "text.css";
@import "cookie_accept.css";
* {
	position:relative;
	margin:0;
	padding:0;
	outline:none;
	resize:none;
	border:none;
} 
img { vertical-align: top; }
html,
body {
	width:100%;
	height:100%;
	min-width:320px;
	background:#fff;
}
html {
	overflow:auto;
	overflow-y:scroll;
}
/* NOSCRIPT */
#noscript {
	width:100%; padding:10px; background-color:#ce0f00; text-align:center; color:#fff; display:block;
}
#noscript * { color:#fff; font-size:14px; line-height:normal; }
#noscript a { font-weight:600; }
/* SELECTION */
::selection {
	background: #f15922; color:#fff;
}
::-moz-selection {
	background: #f15922; color:#fff;
}
/* 404 */
h1.nf, h1.nf * { font-size:100px; line-height:100px; color:#61616d; font-weight:600; font-style:normal; }
/* box-sizing */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* font-face */
* { font-family:'Nimbus', Arial, Helvetica, sans-serif; font-weight:400; font-size:16px; line-height:24px; color:#4e4e4e; }

a::after, a::before, li::after, li::before, div::after, div::before, span::after, span::before, ul::before, ul::after 
{ position:absolute; content:''; }
/* transition */
.t, a, a::after, a::before, a *, ul.menu ul, ul.menu > li:after { transition:all .3s; -webkit-transition:all .3s; }
h1, h2, h3, h4, h5 { cursor: default; line-height: normal; }
/* hovers */
ul.menu .nc:hover { cursor:default; }
/* not selectable */
.not-selectable, ul.menu .nc, input[type="checkbox"]+label, form label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	cursor:default;
}
strong, b, strong *, b * { font-weight:700; }
/**/

a { color:#f15922; text-decoration: none; }
a:hover { color:#000; }

div.c { max-width:1200px; margin:0 auto; padding:0px 30px; }

#preloader {
	position: fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:999; 
	background:url(../images/preloader.gif) center center no-repeat #fff; 
}
#wrapper { 
	width:100%; 
	overflow:hidden; 
	min-height:100%; 
	max-width: 1920px;
	margin:0 auto; 
	display: flex;
	flex-direction:column;
}
#header {
	background: #fff;
	z-index: 10;
}
#header div.c {
	padding: 20px 30px;
}
#logo {
	display: block;
	width:336px;
	max-width:336px;
	margin-bottom: 20px;
}
#logo img {
	width:100%;
}
/* BG */
#bg {
	position: fixed;
	width:100%;
	height:100%;
	top:110px;
	left:0px;
}
#bg img {
	width:100%;
}

/* CONTENT */
#content {
	padding:50px 0px;
}
div.box {
	background: #fff;
	padding:25px;
	max-width: 800px;
}
div.box > h1 {
	color:#f15922;
	font-size: 30px;
	font-weight: 600;
}
div.box + div.box {
	margin-top: 40px;
}

/* COLS */
div.cols {
	display: flex;
	justify-content:space-between;
}
div.cols.contact > div:nth-child(1) { width:35%; }
div.cols.contact > div:nth-child(2) { width:60%; }
div.cols.submenu > div:nth-child(1) { width:25%; }
div.cols.submenu > div:nth-child(2) { width:70%; }

/* PREVS */
div.prevs > div + div {
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #e1e1e1;
}
div.prevs h2 {
	margin-bottom: 10px;
}
div.prevs h2, div.prevs h2 * {
	font-size:24px;
	line-height: normal;
	font-weight: 600;
}
div.prevs > div > a {
	margin-top: 10px;
}

div.cez-map {
	max-width:850px;
	margin: 20px auto 0px auto;
}
div.cez-map a {
	display: block;
}
div.cez-map img {
	width:100%;
}
div.cez-map a:hover img {
	opacity:.5;
}
div.cez-map a:hover span {
	opacity:1;
	transform:translate(-50%,-50%) scale(1);
}
div.cez-map a span {
	position: absolute;
	top:50%;
	left:50%;
	background: #000;
	text-transform: uppercase;
	color: #fff;
	padding:10px 20px;
	opacity:0;
	transform:translate(-50%,-50%) scale(0);
	transition:all .3s;
}

/* PARTNERS */
div.partners {
	margin-top: 30px;
}
div.partners > div {
	display: flex;
}
div.partners > div + div {
	padding-top:20px;
	margin-top: 20px;
	border-top:1px solid #e1e1e1;
}
div.partners div.img {
	max-width:100px;
	width:25%;
	align-self:center;
	flex-shrink: 0; 
}
div.partners div.img img {
	width:100%;
}
div.partners div.info {
	padding-left:30px;
}
div.partners div.info h2, div.partners div.info h2 * {
	font-size:24px;
	font-weight: 600;
	margin-bottom: 5px;
}
/* TEAM */
div.team {
	margin-top: 30px;
}
div.team > div {
	display: flex;
}
div.team > div + div {
	padding-top:20px;
	margin-top: 20px;
	border-top:1px solid #e1e1e1;
}
div.team div.img {
	max-width:150px !important;
	width:25%;
	flex-shrink: 0; 
	align-self:center;
}
div.team div.img img {
	width:100%;
}
div.team div.info {
	padding-left:30px;
}
div.team div.info h2 {
	font-size:24px;
	font-weight: 600;
	color: #f15922;
}
div.team div.info p.contact {
	margin-top: 10px;
}
div.team div.info p.contact span {
	display: block;
}
div.team div.info p+p {
	margin-top: 10px;
}

div.box.map {
	padding:0px;
}
div.box.map {
	padding-top: 100%;
}
div.box.map iframe {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

a.button {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding:10px 20px;
	background: #f15922;
	font-weight: 600;
}
a.button:hover {
	background: #686868;
}
a.button.quote {
	width:100%;
	text-align: center;
	padding:20px 10px;
}
a.button.quote::before {
	width:100%;
	height:100%;
	background: #cd3e0a;
	background: -moz-linear-gradient(-45deg,  #cd3e0a 0%, #f15922 100%);
	background: -webkit-linear-gradient(-45deg,  #cd3e0a 0%,#f15922 100%);
	background: linear-gradient(135deg,  #cd3e0a 0%,#f15922 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3e0a', endColorstr='#f15922',GradientType=1 );
	top:0px;
	left:0px;
}
a.button.quote::after {
	width:100%;
	height:100%;
	background: #f15922;
	background: -moz-linear-gradient(-45deg,  #f15922 0%, #cd3e0a 98%, #cd3e0a 98%);
	background: -webkit-linear-gradient(-45deg,  #f15922 0%,#cd3e0a 98%,#cd3e0a 98%);
	background: linear-gradient(135deg,  #f15922 0%,#cd3e0a 98%,#cd3e0a 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15922', endColorstr='#cd3e0a',GradientType=1 );
	top:0px;
	left:0px;
	opacity:0;
}
a.button.quote:hover::after {
	opacity:1;
}
a.button.quote span {
	display: inline-block;
	line-height: normal;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	z-index: 3;
}

div.q-box {
	margin-top: 30px;
}

div.mt30 {
	margin-top: 30px;
}

div.news h2 {
	line-height: normal;
	cursor: default;
	color: #f15922;
	font-weight: 600;
	font-size: 24px;
}
div.news h2 a {
	font-size: inherit;
	cursor: pointer;
	line-height: inherit;
	font-weight: inherit;
}
div.news div.text {
	margin-top:20px;
}
span.published {
	font-style: italic;
	display: block;
	color:#686868;
}
span.published.m-20 {
	margin-top:-20px;
}
div.news > div + div {
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #e1e1e1;
}

div.back {
	text-align: center;
}
div.back a {
	text-transform: uppercase;
	font-size:14px;
	font-weight: 600;
}

#footer {
	background: #fff;
	align-self: flex-end;
	width:100%;
	margin-top: auto;
}
#footer div.c {
	padding:10px 30px;
	overflow: hidden;
}
ul.footer-menu {
	list-style-type: none;
	float: left;
}
ul.footer-menu li {
	display: inline-block;
}
ul.footer-menu li a {
	color:#000;
	font-size: 14px;
	line-height: 20px;
}
ul.footer-menu li a:hover {
	color: #f15922;
}
ul.footer-menu li+li {
	margin-left: 15px;
	padding-left: 21px;
}
ul.footer-menu li+li::before {
	width:6px;
	height:6px;
	left:0px;
	top:50%;
	margin-top: -3px;
	border-radius:50%;
	background: #f15922;
}
div.siteby {
	float:right;
}
div.siteby {
	line-height: 20px;
	font-size: 14px;
}
div.siteby a {
	font-weight: 600;
}