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 {
	background-color: #FFFFFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1C2124;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1380px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
p {margin: 0;}
header {
	width: 100vw;
	float: left;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	padding: 20px 0;
	box-shadow: 0px 7px 20px 0px rgba(145,145,145,0.4);
}
body#logged header {
	top: 32px;
}
body.scroll header {
	padding: 3px 0 5px;
}
header .row {
	max-width: 100%;
	padding: 0 50px;
}
header a.button.com {
	position: relative;
	top: 4px;
}
.logo {
	float: left;
	width: 237px;
}
.logo a {
	height: 57px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/logo.svg');
	float: left;
	width: 237px;
	transition: none;
	-webkit-transition: none;
}
body.scroll .logo a {
	background-image: url('img/logo-small.svg');
	background-size: auto 80%;
}
.main-menu {
	float: left;
	width: calc(100% - 520px);
	text-align: center;
	margin-top: 17px;
}
.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-menu ul li {
	margin: 0 20px;
	display: inline-block;
}
.main-menu ul li a {
	color: #1C2124;
	font-size: 17px;
	position: relative;
}
.main-menu ul li a:before {
	width: 5px;
	height: 5px;
	background: #90E661;
	border-radius: 50px;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.main-menu ul li a:hover:before, .main-menu ul li.current-post-ancestor a:before, .main-menu ul li.current-menu-parent a:before, .main-menu ul li.current-menu-item a:before {
	width: 100%;
}
.main-menu ul li.current-post-ancestor a, .main-menu ul li.current-menu-parent a, .main-menu ul li.current-menu-item a {
	color: #00A452;
}
.main-box {
	background-image: url('img/main-box.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 690px;
	color: #fff;
	padding-top: 100px;
	margin-top: 100px;
	background-size: cover;
}
.main-box h1 {
	font-weight: 600;
	font-size: 70px;
	text-shadow: 0px 0px 32px #5F1A09;
	margin: 0 0 20px;
}
.main-box p {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-shadow: 0px 0px 32px #5F1A09;
}
.cta-yellow-box {
	background: transparent linear-gradient(180deg, #FFF3C2 0%, #FFF3C2 67%, #F9EAAA 100%) 0% 0% no-repeat padding-box;
	color: #1C2124;
	font-size: 25px;
	padding: 40px 0 115px 0;
	position: relative;
}
.cta-yellow-box:before, section.monitoring:before {
	background-image: url('img/cta-yellow-box.svg');
	content: '';
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	height: 95px;
}
.cta-yellow-box .half:nth-child(1) {
	background-image: url('img/icon-fotovoltaika.svg');
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	text-align: right;
	padding: 25px 175px 25px 0;
}
.cta-yellow-box .half:nth-child(2) {
	background-image: url('img/icon-reseni-uspor.svg');
	background-position: 25px center;
	background-repeat: no-repeat;
	padding: 25px 0 25px 175px;
}
.cta-yellow-box .name {
	line-height: 35px;
}
.cta-yellow-box a.button, section.bezpecnost .konzultace  a.button {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,0);
	width: max-content;
	padding-top: .5EM;
}
section.halfs .item {
	float: left;
	width: 100%;
}
section.halfs .item .half.text {
	padding-right: 40px;
}
section.halfs .item .half.text a {
	color: #026591;
}
section.halfs .item .half.text a:hover {
	text-transform: uppercase;
}
section.halfs .item .half.photo img {
	display: block;
}
section.halfs .item:nth-child(2n+0) .half.text {
	padding-left: 40px;
	float: right;
	padding-right: 0;
}
section.halfs .item h2 {
	color: #026591;
	font-size: 30px;
	font-weight: 700;
	margin: 35px 0 25px;
	line-height: 40px;
}
section.halfs .item p.big {
	font-size: 20px;
	font-weight: 500;
}
section.halfs .item p {
	color: #1C2124;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
section.bezpecnost {
	background-image: url('img/icon-bezpecnost.svg');
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-color: #F6FFEC;
}
section.bezpecnost .section-title {
	text-align: left;
}
section.bezpecnost .section-desc {
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	color: #1C2124;
	max-width: 880px;
	margin-bottom: 50px;
}
section.bezpecnost .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
section.bezpecnost .list .item {
	float: left;
	width: 25%;
	padding-right: 50px;
	margin-bottom: 60px;
}
section.bezpecnost .list .item .name {
	background-image: url('img/icon-check.svg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 35px;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 10px;
}
section.bezpecnost .list .item p {
	line-height: 160%;
}
section.bezpecnost .tip {
	width: 100%;
	max-width: 884px;
	height: 108px;
	color: #fff;
	background: #4DA456;
	border-radius: 54px;
	padding: 25px 85px;
	display: table;
	margin: 0 auto 100px;
}
section.bezpecnost .tip strong {
	background-image: url('img/icon-tip-arrow.svg');
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	font-size: 40px;
	font-weight: 700;
	float: left;
	width: 210px;
	margin-top: 5px;
}
section.bezpecnost .tip span {
	float: left;
	width: calc(100% - 210px);
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}
section.bezpecnost .half.cols {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
section.bezpecnost .half.cols .item {
	float: left;
	width: 33%;
	font-size: 17px;
	font-weight: 700;
	color: #026591;
	line-height: 145%;
}
section.bezpecnost .half.cols .item img {
	margin-bottom: 25px;
}
section.bezpecnost .half.textinfo {
	font-size: 18px;
	line-height: 35px;
}
section.bezpecnost .konzultace {
	background: #026591;
	padding: 60px 0;
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 100px;
}
section.bezpecnost .konzultace .section-title {
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin-bottom: 35px;
}
section.bezpecnost .konzultace a.email, section.bezpecnost .konzultace a.phone {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	height: 100px;
	padding: 30px 0 0 130px;
	background-position: left bottom;
	display: inline-block;
	text-align: left;
	margin: 0 35px 40px;
	background-repeat: no-repeat;
	background-image: url('img/icon-kon-phone.svg');
}
section.bezpecnost .konzultace a.email {
	background-image: url('img/icon-kon-email.svg');
}
section.realizace {
	background-image: url('img/icon-realizace.svg');
	background-position: left 30px;
	background-repeat: no-repeat;
}
section.bezpecnost .section-title, .section-title.left {
	text-align: left;
}
section.bezpecnost .section-desc, section.monitoring .section-desc, section.realizace .section-desc, section.zaruky .section-desc {
	line-height: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #1C2124;
	margin-bottom: 50px;
}
section.realizace .section-desc {
	float: left;
}
section.realizace .list {
	max-width: 770px;
	width: 100%;
	float: right;
}
section.realizace .list .item {
	width: 100%;
	background: #4DA456;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 40px;
	padding: 30px 25px;
	position: relative;
}
section.realizace .list .item:nth-child(2n+0) {
	margin-left: 100px;
}
section.realizace .list .item .number {
	background-image: url('img/icon-rea-number.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 112px;
	height: 112px;
	line-height: 112px;
	font-weight: 500;
	color: #026591;
	font-size: 50px;
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}
section.realizace .list .item:before {
	background-image: url('img/icon-arrow-down-green.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: -25px;
	right: 40%;
	content: '';
}
section.realizace .list .item:last-child:before {
	display: none;
}
section.realizace .list .item h3 {
	position: relative;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px;
}
section.realizace .list .item h3:before {
	position: absolute;
	bottom: -20px;
	height: 5px;
	width: 30px;
	border-radius: 3px;
	background: #6DCAF3;
	content: '';
}
section.realizace .list .item p {
	line-height: 160%;
}
section.realizace .list .item a {
	color: #6DCAF3;
}
section.content.monitoring {
	background: #FFF3C2;
	position: relative;
	padding: 20px 0 0;
}
section.monitoring .section-desc {
	max-width: 880px;
	margin-bottom: 40px;
}
section.monitoring a.button {
	padding-top: .5EM;
	margin-bottom: 40px;
	min-width: 440px;
}
section.monitoring img {
	display: block;
}
section.content.zaruky .cols {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
section.content.zaruky .cols .col {
	width: 25%;
	float: left;
	text-align: center;
}
section.zaruky .section-desc {
	max-width: 800px;
	margin-bottom: 60px;
}
section.zaruky .boxes {
	display: flex;
	flex-wrap: wrap;
}
section.zaruky .boxes .item {
	width: calc(33.333% - 20px);
	padding: 25px;
	text-align: center;
	border: 1px solid #D2D2D2;
	margin-right: 30px;
}
section.zaruky .boxes .item:nth-child(3) {
	margin-right: 0;
}
section.zaruky .boxes .item .name {
	color: #026591;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
section.zaruky .boxes .item .year {
	font-size: 40px;
	color: #90E661;
	font-weight: 500;
}
section.content.benefity {
	background-color: #E8F7FF;
}
section.content.benefity .section-desc {
	max-width: 880px;
}
section.content.benefity .konzultace {
	margin-top: 0;
}
section.content.benefity .list .item {
	width: 33.333%;
}
section.content.benefity .list .item .name {
	background-image: url('img/icon-benefity-check.svg');
	padding-top: 70px;
}
.half {
	float: left;
	width: 50%;
}
a.button {
	height: 50px;
	border: 3px solid #4DA456;
	border-radius: 25px;
	line-height: 1.25REM;
	padding: 0 25px;
	color: #4DA456;
	display: table;
}
a.button.com {
	padding-right: 75px;
	background-image: url('img/icon-com.svg');
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}
a.button.green {
	padding-right: 75px;
	background-color: #90E661;
	font-size: 19px;
	color: #1C2124;
	border-color: #90E661;
	background-image: url('img/icon-com-white.svg');
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	font-weight: 700;
	letter-spacing: 0.57px;
	box-shadow: 0px 0px 10px #2D65493B;
}
a.button.green:hover {
	background-color: #6DCAF3;
	color: #fff;
	border-color: #6DCAF3;
}
a.button:hover {
	background-color: #4DA456;
	color: #fff;
}
section {
	float: left;
	width: 100%;
}
section.content {
	padding: 120px 0;
}
.section-title {
	font-size: 35px;
	color: #026591;
	font-weight: 700;
	text-align: center;
	line-height: 140%;
	margin: 0 0 25px;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.gallery .item {
	width: calc(33.333% - 20px);
	float: left;
	margin-right: 30px;
	position: relative;
}
.gallery .item:nth-child(3n+0) {
	margin-right: 0;
}
.gallery .item img {
	display: block;
}
.gallery .item .name {
	background-image: url('img/icon-gallery-arrow.svg');
	background-position: calc(100% - 20px) calc(100% - 20px);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	min-height: 132px;
	padding: 28px;
	font-size: 20px;
	color: #1C2124;
	line-height: 135%;
	font-weight: 700;
	background-color: #F6FFEC;
	border-radius: 0px 0px 20px 0px;
}
.gallery .item:hover .name {
	background-image: url('img/icon-gallery-arrow-hover.svg');
	background-color: #C5FFA5;
}
a.button.gallery {
	min-width: 260px;
	border-color: #4DA456;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: calc(100% - 27px) center;
	background-image: url('img/icon-button-gallery.svg');
}
a.button.gallery:hover {
	background-color: #4DA456;
	background-image: url('img/icon-button-gallery-hover.svg');
}
a.button.center {
	margin: 0 auto;
}
section.videa {
	background: #F6FFEC;
}
section.videa .gallery .item .name {
	background-color: #fff;
}
section.videa .gallery .item:hover .name {
	background-color: #C5FFA5;
}
section.content.udrzitelnost {
	position: relative;
	padding: 0;
}
section.udrzitelnost .section-title {
	text-shadow: 0px 0px 26px #003764;
	color: #fff;
	margin: -25px 0 0 0;
	font-size: 60px;
	font-weight: 700;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
}
section.udrzitelnost img {
	position: static;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
section.udrzitelnost .row {
	position: relative;
	z-index: 100;
	max-width: 100%;
	padding: 0;
}
section.udrzitelnost .bioInfoTextWrapper {
	margin-top: 150px;
}
section.udrzitelnost .bioInfoText {
	height: 65px;
	line-height: 65px;
	background: rgba(255, 255, 255, 0.81);
	border-radius: 0px 150px 150px 0px;
	color: #026591;
	font-size: 20px;
	font-weight: 500;
	float: left;
	margin-bottom: 15px;
	width: fit-content;
}
section.udrzitelnost .bioInfoText.bioInfoTextLeft {
	padding: 0 30px 0 120px;
}
section.udrzitelnost .bioInfoText.bioInfoTextRight {
	padding: 0 120px 0 30px;
	text-align: right;
	float: right;
	border-radius: 150px 0px 0px 150px;
}
section.udrzitelnost .bioInfoTextLeftGroup {
	float: left;
}
section.udrzitelnost .bioInfoTextRightGroup {
	float: right;
}
section.content.contact-us {
	padding-top: 40px;
	position: relative;
}
section.contact-us:before, section.gallery-wrap.in-page:before {
	background-image: url('img/contact-us.svg');
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 95px;
}
section.content.contact-us .cols {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 5px solid #A1DAF8;
}
section.content.contact-us .cols .col {
	float: left;
	width: 33.333%;
}
section.content.contact-us .cols .col:nth-child(2), section.content.contact-us .cols .col:nth-child(3) {
	padding-top: 160px;
}
section.content.contact-us .cols .col:nth-child(2) {
	padding-bottom: 60px;
}
section.content.contact-us .cols .col:nth-child(2) .section-title {
	text-align: left;
	margin-bottom: 45px;
}
section.content.contact-us .cols .col:nth-child(2) p {
	font-size: 20px;
	line-height: 145%;
	margin-bottom: 35px;
}
section.content.contact-us .cols .col:nth-child(2) p strong {
	font-size: 23px;
	color: #026591;
}
section.content.contact-us .cols .col:nth-child(2) a.phone, section.content.contact-us .cols .col:nth-child(2) a.email {
	background-image: url('img/icon-c-phone.svg');
	padding: 5px 0 5px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #1C2124;
	display: block;
	margin: 5px 0;
}
section.content.contact-us .cols .col:nth-child(2) a.email {
	background-image: url('img/icon-c-email.svg');
}
section.content.contact-us .cols .col:nth-child(3) {
	padding-top: 260px;
}
section.content.contact-us .cols .col:nth-child(3) p {
	font-size: 18px;
	line-height: 145%;
}
section.content.contact-us .cols .col:nth-child(1) img {
	display: block;
}
section.content.contact-us .form {
	padding: 40px;
	background: #E8F7FF;
	margin-top: 100px;
}
section.content.contact-us .form .section-title {
	color: #4DA456;
	font-weight: 500;
	margin-bottom: 55px;
}
section.content.contact-us .form form {
	max-width: 880px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
section.content.contact-us .form input[type="text"], section.content.contact-us .form input[type="email"], section.content.contact-us .form input[type="tel"], section.content.contact-us .form textarea {
	height: 50px;
	color: #1C2124;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D9E4E9;
	border-radius: 4px;
	margin: 5px 0 22px;
	padding: 0 20px;
	outline: none;
	font-family: 'Poppins';
}
section.content.contact-us .form label {
	color: #1C2124;
	font-size: 18px;
}
section.content.contact-us .form textarea {
	height: 200px;
	padding: 20px;
}
section.content.contact-us .form input[type="submit"] {
	font-family: 'Poppins';
	background-image: url('img/icon-com-white.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	width: 438px;
	height: 50px;
	background-color: #90E661;
	box-shadow: 0px 0px 10px #2D65493B;
	border-radius: 25px;
	color: #1C2124;
	font-size: 19px;
	padding: 0 30px;
	border: 0;
	outline: none;
	margin: 0 auto;
	display: table;
	font-weight: 700;
	text-align: left;
}
section.content.contact-us .form input[type="submit"]:hover {
	background-color: #6DCAF3;
	color: #fff;
}
section.content.contact-us .form label.half {
	width: calc(50% - 15px);
}
section.content.contact-us .form label.half.right {
	float: right;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #F00 !important;
}
section.content.contact-us .form .terms {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 160%;
}
section.content.contact-us .form .terms label {
	font-size: 14px;
	line-height: 160%;
}
.entry {
	margin-bottom: 100px;
}
.entry figure {
	margin: 0;
}
.entry .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	position: static !important;
	background: none !important;
	color: #1C2124 !important;
	font-size: 16px;
	text-align: left;
	padding: 15px 0;
	line-height: 145%;
	margin: 0;
}
.entry .wp-block-gallery.has-nested-images figure.wp-block-image {
	border: 10px solid #fff;
}
.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	padding: 25px !important;
	text-align: center;
	background: #fff;
}

section.logos {
	padding: 0 0 60px 0;
	text-align: center;
}
section.logos .logos-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.logos .item {
	flex-basis: calc(25%); 
	margin-bottom: 20px; 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.in-page .gallery .item {
	margin-bottom: 30px;
}
.in-page .gallery {
	margin-bottom: 0;
}
section.gallery-wrap.in-page {
	padding-bottom: 0;
}
section.sub-header {
	background: transparent linear-gradient(180deg, #FFF3C2 0%, #FFF3C2 67%, #F9EAAA 100%) 0% 0% no-repeat padding-box;
	padding: 45px 0 65px;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
section.sub-header:before {
	background-image: url('img/icon-subheader.svg');
	content: '';
	position: absolute;
	bottom: -200px;
	right: 0;
	width: 700px;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
section.sub-header h1 {
	font-size: 35px;
	margin: 0;
}
section.gallery-wrap.in-page {
	position: relative;
	padding-top: 60px;
}
body.scroll.open-mobile .main-menu {top: 48px;}



footer {
	background: #ECECEC;
	width: 100vw;
	float: left;
	padding: 30px 0;
}
footer .col {
	width: 25%;
	float: left;
	min-height: 130px;
	padding: 25px;
	border-left: 1px solid #026591;
}
footer .col:nth-child(1) {
	border-left: 0;
}
footer .col img {
	max-width: 240px;
	margin-top: 10px;
}
footer .col p {
	line-height: 150%;
}
footer .col a.phone, footer .col a.email {
	background-image: url('img/icon-f-phone.svg');
	padding: 5px 0 5px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #1C2124;
	display: block;
	margin: 5px 0;
}
footer .col a.email {
	background-image: url('img/icon-f-email.svg');
}

.clear {clear: both;}
.only-mobile {display: none;}
header .menu-show {
	position: absolute;
	right: 25px;
	top: 12px;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	cursor: pointer;
	text-transform: uppercase;
}
body.scroll header .menu-show {
	top: -5px;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #4DA456;
	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: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 34px;
}
header .menu-show span:nth-child(4) {
	top: 45px;
}
.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: 31px;
}
.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: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile .main-menu {
	background: #fff;
	display: block;
	position: absolute;
	border-top: 4px solid rgba(145,145,145,0.4);
	top: 80px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	left: 0;
	margin-left: 0;
	padding: 65px 0;
	-webkit-overflow-scrolling: touch;
}
.open-mobile .main-menu ul li {
	width: 100%;
	text-align: center;
	margin: 25px 0 !important;
}
.open-mobile .main-menu ul li a {
	font-size: 26px;
}

@media (max-width: 1600px) {
	section.realizace .list .item:nth-child(2n+0) {margin-left: 0;}
	.main-menu ul li {margin: 0 5px;}
	
}
@media (max-width: 1250px) {
	.main-menu {display: none;}
	header .row {padding: 0 20px;}
	header a.button.com {float: right; margin-right: 75px;}
	header .menu-show {display: block;}
}
@media (max-width: 840px) {
	.half {width: 100%;}
	section.halfs .item:nth-child(2n+0) .half.text {padding: 0;}
	section.bezpecnost .list .item, section.content.zaruky .cols .col, section.content.benefity .list .item {width: 50%;}
	section.bezpecnost .konzultace a.email, section.bezpecnost .konzultace a.phone {display: table; margin: 0 auto 40px;}
	section.realizace .list {max-width: 100%;}
	.logo a {background-image: url('img/logo-small.svg'); background-size: auto 80%; width: 55px;}
	.logo {width: 55px;}
	section.realizace .list .item:before {right: 50%; transform: translate(-50%,0);}
	section.bezpecnost .section-desc, section.monitoring .section-desc, section.realizace .section-desc, section.zaruky .section-desc {line-height: 26px;}
	.section-title br, .cta-yellow-box:before, section.monitoring:before, section.halfs .item h2 br, section.bezpecnost .tip strong, section.contact-us:before, section.gallery-wrap.in-page:before, .main-box p br {display: none;}
	section.zaruky .boxes .item {width: 100%; margin-right: 0; margin-bottom: 25px;}
	section.content {padding: 60px 0;}
	section.content.benefity .list .item {padding-right: 20px;}
	section.content.contact-us .cols .col {width: 100%;}
	.main-box h1 {font-size: 44px;}
	.main-box {padding: 120px 0 120px; min-height: inherit;}
	.main-box p {font-size: 20px;}
	.cta-yellow-box .half:nth-child(1), .cta-yellow-box .half:nth-child(2) {background-size: 95px auto; padding: 120px 0 25px 0; background-position: center top; text-align: center;}
	.cta-yellow-box .half:nth-child(2) {margin-top: 40px;}
	a.button.green {font-size: 17px;}
	section.bezpecnost .konzultace {padding: 35px 20px;}
	section.halfs .item .half.text {padding-right: 0; margin-bottom: 30px;}
	section.bezpecnost .half.cols .item img {display: block; margin: 0 auto 25px;}
	section.bezpecnost .half.textinfo {margin-top: 35px;}
	section.bezpecnost .tip span, section.content.contact-us .form label.half {width: 100%;}
	section.content.contact-us .cols .col:nth-child(2) {padding-top: 40px;}
	section.content.contact-us .cols .col:nth-child(3) {padding-top: 0;padding-bottom: 60px;}
	section.content.contact-us .form input[type="submit"] {width: 100%; max-width: 438px; padding-right: 60px; font-size: 17px;}
	section.logos .item {flex-basis: 50%;}
	footer .col {border: 0; padding: 25px 0; width: 100%;}
	section.content.contact-us .form {padding: 20px;}
	.gallery .item {width: 100%; margin-right: 0;}
	.gallery .item img {width: 100%;}
}
@media (max-width: 650px) {
	section.bezpecnost .list .item, section.content.benefity .list .item, footer .col {width: 100%; padding-right: 0;}
	section.bezpecnost .half.cols .item {width: 100%; margin: 15px 0;}
	section.content.udrzitelnost h2 {font-size: 32px; color: #026591; position: static; text-shadow: none; margin: 60px 0 40px}
	section.bezpecnost .tip {height: inherit; padding: 25px 40px;}
	section.bezpecnost .konzultace .section-title, .section-title {font-size:28px;}
	section.bezpecnost .konzultace a.email, section.bezpecnost .konzultace a.phone {background-position: center top; font-size: 18px; text-align: center; background-size: 90px auto; padding: 105px 0 0 0;}
	section.monitoring a.button {min-width: inherit;}
	section.content.zaruky .cols .col {padding: 0 10px;}
	
}
@media (max-width: 490px) {
	header a.button.com {display: none;}
	body {font-size: 15px;}
	section.realizace .list .item .number {float: none;}
	
	
}

