button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'nimbus-sans', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	color: #3B3B3B;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
header {
	background: #fff;
	width: 100%;
	z-index: 888;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	min-height: 68px;
}
body#logged header {
	top: 32px;
}
.menu-show, .main-menu ul {
	display: none;
}
.logo a {
	color: #FF9436;
	font-weight: 700;
	font-size: 25px;
}
.logo a span {
	color: #000;
}
.logo {
	margin-top: 19px;
	float: left;
	width: 200px;
}
header .phone {
	background-image: url('img/ikona-mobil.svg');
	float: right;
	padding: 5px 0 5px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 145%;
	background-size: 20px auto;
	margin-top: 5px;
}
header .phone a {
	color: #FF9436;
	font-size: 20px;
	font-weight: 700;
}
header .menu-show {
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 10px;
	display: none;
	width: 46px;
	font-size: 0;
	height: 46px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
body.scroll header .menu-show {
	top: 7px;
}
body.scroll.open-mobile .main-menu {
	margin-top: 0;
}
header .menu-show span {
	position: absolute;
	left: 13px;
	display: block;
	width: 30px;
	height: 2px;
	background: #FF9436;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 15px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 23px;
}
header .menu-show span:nth-child(4) {
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 23px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile header {
	background: #F3F6FF;
	z-index: 800;
}
.open-mobile:after {
	background: #000;
	position: fixed;
	top: 0;
	z-index: 444;
	opacity: 0.3;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
}
.open-mobile:before {
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	position: fixed;
	top: 0;
	z-index: 666;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
}
.open-mobile .main-menu {
	z-index: 100;
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 15px 0;
	left: 0;
	margin: 0;
}
.open-mobile .main-menu ul {
	display: block;
	padding: 0 50px;
	margin: 0;
	list-style: none;
}
.open-mobile .main-menu ul li {
	width: 100%;
	margin: 30px 0;
}
.open-mobile .main-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.row {
	margin: 0 auto;
	width: 100%;
	max-width: 1190px;
	padding: 0 20px;
	position: relative;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
.main-box {
	background-image: url('img/main-box.jpg');
	text-align: center;
	float: left;
	width: 100%;
	min-height: 860px;
	color: #fff;
	padding-top: 180px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-box.page {
	margin-bottom: 100px;
}
.main-box h1 {
	font-size: 50px;
	margin: 0 0 55px;
	line-height: 120%;
}
.main-box p {
	font-size: 20px;
	line-height: 160%;
	max-width: 710px;
	display: block;
	margin: 0 auto 65px;
}
.section-title {
	font-size: 50px;
	margin: 0 0 55px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
}
.services-list {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.services-list .item {
	padding: 20px;
	margin: 0 9px;
	overflow: hidden;
	width: calc(20% - 18px);
	height: 220px;
	background: #F2F2F2 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
}
.services-list .item .icon {
	height: 80px;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.services-list .item h3 {
	color: #FF9436;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 25px 0 20px;
	line-height: 125%;
}
.services-list .item p {
	font-size: 13px;
	line-height: 140%;
	opacity: 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.services-list .item:hover p {
	opacity: 1;
}
.services-list .item:hover .icon {
	height: 0;
	overflow: hidden;
}
.services-list .item:hover h3 {
	font-weight: 700;
	margin-top: 0;
}
.entry {
	max-width: 870px;
	text-align: center;
	margin: 0 auto 55px;
	display: block;
}
.entry p {
	line-height: 140%;
	margin-bottom: 25px;
}
section.contact-us {
	height: 440px;
	background: #F2F2F2;
	position: relative;
	padding: 0 !important;
	margin-top: 100px;
}
section.contact-us .row {
	height: 100%;
}
section.contact-us img.stehovak {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-550px,0);
}
section.contact-us .half {
	width: calc(100% - 500px);
}
section.contact-us .section-title {
	margin: -75px 0 40px 0;
	text-align: left;
}
.half {
	float: left;
	width: 50%;
	position: relative;
}
.half.right {
	float: right;
}
section {
	width: 100%;
	float: left;
}
section.content {
	padding: 60px 0;
}
a.button {
	color: #fff;
	border: 2px solid #FF9436;
	height: 66px;
	font-weight: 700;
	line-height: 66px;
	padding: 0 45px;
	background: #FF9436;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: table;
	border-radius: 8px;
}
a.button.small {
	height: 43px;
	line-height: 43px;
	padding: 0 25px;
}
a.button:hover {
	color: #FF9436;
	background: #fff;
	border-color: #FF9436; 
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	display: table;
	margin: 0 auto;
}
input[type="text"], input[type="email"], textarea {
	border: 1px solid #fff;
	background: #fff;
	margin: 0 34px 23px 0;
	padding: 12px 17px;
	color: #8A8A8A;
	font-size: 15px;
	outline: none;
	float: left;
	width: calc(50% - 17px);
	border-radius: 8px;
	position: relative;
}
input[type="text"].right, input[type="email"].right {
	margin-right: 0;
}
.wpcf7-not-valid-tip, .wpcf7-response-output, .ajax-loader {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #F00 !important;
}
textarea {
	height: 130px;
	width: 100%;
}
input[type="submit"] {
	width: 100%;
	height: 47px;
	border: 2px solid #FF9436;
	background: #FF9436;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	margin-bottom: 20px;
}
input[type="submit"]:hover {
	color: #FF9436;
	background: #fff;
}
section.contact-us p {
	color: #8A8A8A;
}
footer {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.footer-top, .footer-bottom {
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.footer-bottom {
	border-bottom: 0;
	line-height: 130%;
	color: #8A8A8A;
}
.footer-bottom a {
	color: #8A8A8A;
	text-decoration: underline;
}
.footer-bottom a:hover {
	text-decoration: none;
}
.footer-top .item {
	color: #8A8A8A;
	font-size: 16px;
	padding: 10px 0 10px 50px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 20px;
	display: inline-block;
	background-size: auto 36px;
}
.footer-top .item.phone {
	background-image: url('img/ikona-mobil.svg');
}
.footer-top .item.email {
	background-image: url('img/ikona-mail.svg');
}
.footer-top .item.adresa {
	background-image: url('img/ikona-misto.svg');
}
.footer-top .item.fb {
	background-image: url('img/ikona-fb.svg');
}
::-webkit-input-placeholder { 
	color: #8A8A8A;
}
::-moz-placeholder { 
	color: #8A8A8A;
}
:-ms-input-placeholder {
	color: #8A8A8A;
}
:-moz-placeholder {
	color: #8A8A8A;
}
.clear {clear: both;}
.only-mobile {display: none;}
.cookieConsentContainer {
	z-index: 999;
	width: 210px;
	height: 210px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 10px;
	border-radius: 50%;
	background: #FF9436;
	color: #fff;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	font-size: 14px;
	right: 30px;
	display: none;
}
.cookieConsentContainer a {
	color: #fff;
}
.cookieConsentContainer .cookieTitle a {
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 140%;
	max-width: 100%;
	display: block;
	margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
	color: #fff;
	text-decoration: none;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin: 15px 0 10px;
	background: none;
	border: 0;
	cursor: pointer;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a:hover { 
	text-decoration: none;
}


@media (max-width: 880px) {
	.main-menu ul, section.contact-us img.stehovak {display: none;}
	header .menu-show {display: block;}
	section.contact-us .half, .services-list .item {width: 100%;}
	.footer-top .item {display: table; margin: 16px 0;}
	section.contact-us .section-title {text-align: center;}
	section.contact-us {height: auto; padding: 15px 0 30px !important;}
	header {position: fixed; box-shadow: 0px 3px 6px #00000029;}
	.services-list .item {margin: 0 0 20px; background: #FAFAFA; box-shadow: none; padding: 0; overflow: visible; height: inherit; text-align: left;}
	.main-box {background-image: url('img/main-box-mobil.png'); background-position: center top; background-size: 100% auto; min-height: 650px; padding: 100px 0;}
	.main-box h1 {font-size: 40px;}
	.services-list .item .title {box-shadow: 0px 3px 6px #00000029; background: #F2F2F2; width: 100%; float: left; padding: 10px 20px; cursor: pointer;}
	.services-list .item:hover .icon, .services-list .item .icon, .services-list .item .icon img {height: 44px;}
	.services-list .item .icon {float: left; margin-right: 15px; width: 57px;}
	.services-list .item:hover p, .services-list .item p {display: none; font-size: 15px;}
	.services-list .item.open p {opacity: 1; padding: 17px; display: table;}
	.services-list .item:hover h3 {margin: 10px 0 15px; font-weight: 400;}
	.services-list .item h3 {margin: 10px 0 15px;}
}
@media (max-width: 740px) {
	.section-title {font-size: 40px;}
	header .phone, .entry br, .cookieConsentContainer .cookieDesc p br {display: none;}
	input[type="text"], input[type="email"] {width: 100%;}
	section.services#sluzby {padding-bottom: 0;}
	.cookieConsentContainer {height: auto; width: calc(100% - 40px); bottom: 20px; right: 20px; padding: 20px; border-radius: 8px;}
	
}
@media (max-width: 650px) {
	body, .main-box p {font-size: 15px;}
	.main-box h1, .main-box p {margin-bottom: 25px;}
	.section-title, .main-box h1 {font-size: 25px;}
	.main-box {min-height: 480px;}
}
@media (max-width: 450px) {



}
