html {
	min-height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	min-height: 100%;
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #26866B;
    margin-bottom: 20px;
}
p.f-24 {
    font-size: 24px;
}
a {
	transition: all 0.25s;
}
.text-akce {
    font-size: 15px;	
}
.f-12 {
    font-size: 12px;	
}
.f-15 {
    font-size: 15px;	
}
.f-18 {
    font-size: 18px;	
}
.flex-row.flex-row-akce img {
    max-width: 100%;
}
.flex-row.flex-row-akce {
    margin: 30px 0 20px;
    border: 1px solid #872B26;
    max-width: 490px;
}
.flex-row.flex-row-akce .flex-col {
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}
.flex-row.flex-row-akce .col-1 {
    background: #872B26;
    display: flex;
    align-items: center;
    width: 220px;
}
.flex-row.flex-row-akce .col-2 {
    width: calc(100% - 220px);
    align-self: center;
}
.akce-text-wrap {
    width: 100%;
    padding: 10px 15px;
}
a.link-scroll:hover {
    text-decoration-color: transparent;
}
a.link-scroll {
    color: black;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: inherit;
}
.flex-row.flex-row-content .col-1 a.btn {
    box-shadow: 0px 10px 20px hsl(168deg 65% 24% / 56%);
}
.only-mobil.btn-akce {
    margin: 20px 0 0;
}
.wrap {
    max-width: 1370px;
    margin: 0 auto;
	position: relative;
}
.menu {
	background: #26866B;
	position: fixed;
	width: 100%;
	z-index: 100;
	color: white;
}
.logo {
    width: 285px;
    height: 107px;
    background: white;
    position: absolute;
    transition: all 0.3s ease-out;
    padding: 15px 30px;
    text-align: center;
	z-index: 10;
}
.full-content {
    padding-top: 48px;
    padding-left: 15px;
    padding-right: 15px;
}
.menu .info-text a {
    font-size: 20px;
    font-weight: 700;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;
}
.menu a {
    display: inline-block;	
}
.menu a:hover, .menu a:focus {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.menu a:hover:before, .menu a:focus:before {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
.info-text > div {
    position: relative;
	display: inline-block;
	padding-left: 80px;
}
.info-text .info-mail a:before, .info-text .info-tel a:before {
	transition: all 0.25s;
    content: '';
	position: absolute;
	left: 35px;
	top: 50%;
    transform: translateY(-50%);
}
.info-text .info-mail a:before {
    background-image: url('/img/email.svg');
	width: 30px;
	height: 20px;
}
.info-text .info-tel a:before {
    background-image: url('/img/zelena-linka.svg');
	background-size: contain;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	transition: all 0.3s;
}
.text-it {
	font-style: italic;
}
.md-40 {
	margin-bottom: 40px;
}
.md-20 {
	margin-bottom: 20px;
}
.mb-0 {
	margin-bottom: 0;
}
.spec-text {
    color: #26866B;
    font-size: 26px;
}
.spec-text strong {
    color: black;
}

ul {
	padding: 0;
}
ul li {
    list-style: none;
    position: relative;
    display: block;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 16px;
}
ul li:before {
	content: "";
    position: absolute;
    background-image: url(/img/check-green.svg);
    width: 14px;
    height: 11px;
    display: block;
    top: 5px;
    left: 0;
}
ul.ul-check-blue li {
    padding-left: 38px;	
}
ul.ul-check-blue li:before {
    background-image: url(/img/check-white.svg);
    z-index: 1;
    left: 6px;
    top: 5px;
    width: 14px;
    height: 11px;
    background-repeat: no-repeat;
}
ul.ul-check-blue li:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #206196;
    z-index: 0;
    top: -2px;
    left: 0;
}

ul.ul-telefon a {
    color: #20967F;
    font-weight: 700;
}
ul.ul-telefon li:before {
	display: none;
}
ul.ul-telefon li {
	padding-left: 30px;
}
ul.ul-telefon li a:before {
    content: "";
    background-image: url(/img/tel-black.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.kontakt-nadpis {
    font-size: 26px;
    margin-bottom: 15px;
}

input.form-control {
    padding: 6px 12px;
    height: 44px;
    border: 1px solid #AAAAAA;
}
.input-neni-valid input.form-control {
    border: 1px solid #F94848;	
}
.form-group.phAnimate {
    position: relative;
    margin-bottom: 33px;
}
.phAnimate label {
    color: #8A8A8A;
    font-weight: 400;
    font-style: italic;
    position: absolute;
    top: 10px;
    font-size: 17px;
    left: 15px;
    pointer-events: none;
	transition: all 0.4s;
}
.phAnimate label.active {
    top: -18px;
    font-size: 12px;
    left: 0;
    color: white;
}
.check-label input {
	display: none;
}
.checkbox .check-label {
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	color: white;
}
.checkbox .check-label a {
	color: white;
}
.check-label:before {
	content: '';
	border: 1px solid #78BE20;
	position: absolute;
	left: 0;
    top: -3px;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	transition: all 0.3s;
	background: white;
}
.check-label:after {
	content: "";
    background-image: url(/img/check-white.svg);
    width: 14px;
    height: 11px;
    display: block;
    top: 5px;
    left: 6px;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
}
.checked .check-label:before {
	background: #78BE20;
}
.checked .check-label:after {
	opacity: 1;
}
.submit-btn .submit {
    margin-top: 30px;	
}
.submit-btn .submit, .btn {
    outline: none !important;
    border: 1px solid #209656;
    padding: 15px 31px 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
	transition: all 0.25s;
    background: #209656;
    color: white; 
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);	
    display: inline-block;
	text-decoration: none !important;
    white-space: unset;
}

.submit-btn .submit:hover, .btn:hover, .submit-btn .submit:focus, .btn:focus {
    background: white;
    color: #209656;
}
.submit-btn, .btn {
	text-align: center;
}
.paticka .wrap {
	padding: 0 15px;
}
.paticka {
    background: #26866B;
    color: white;
    padding: 60px 0 40px;
    margin-top: 46px;
}
.paticka a {
    color: white;
}
.paticka h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 20px;
}
.inline-label {
    width: 60px;
}
span.my-btn-danger {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 9px;
    background: #F5F5F5;
    border-radius: 26px;
	text-align: center;
}
.input-neni-valid span.my-btn-danger {
    background: #F94848;    
}
.input-je-valid span.my-btn-danger {
    background: #78BE20;
}
.my-btn-danger:before {
	color: white;
	position: relative;		
}
.input-je-valid span.my-btn-danger:before {
    content: "";
    background-image: url(/img/check-white.svg);
    width: 14px;
    height: 11px;
    display: block;
    top: 8px;
    left: 6px;
}
.input-neni-valid span.my-btn-danger:before {
    content: "!";
    font-size: 20px;
    font-weight: 700;
    top: -1px;
    left: 0;
}
.input-neni-valid .check-label:before {
	border: 3px solid #F94848;
}
.povinne label:after {
    content: '*';
    display: inline-block;
    padding-left: 4px;
}
.dekovaci-stranka .full-content .wrap {
	display: table-cell;
    vertical-align: middle;	
}
.dekovaci-stranka .full-content {
    padding: 48px 0 0;
    height: 100vh;
    display: table;
    vertical-align: middle;
    width: 100vw;
    text-align: center;
	background: rgb(47,166,132);
	background: -moz-radial-gradient(closest-side, rgba(47,166,132,1) 0%, rgba(38,134,107,1) 100%);
	background: -webkit-radial-gradient(closest-side, rgba(47,166,132,1) 0%, rgba(38,134,107,1) 100%);
	background: radial-gradient(closest-side, rgba(47,166,132,1) 0%, rgba(38,134,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2fa684",endColorstr="#26866b",GradientType=1);
}

.dekovaci-stranka h2 {
    font-size: 20px;
	font-style: italic;
	color:white;
}
.dekovaci-stranka h1 {
	color:white;
    font-size: 36px;
    margin: 0 0 25px;
    line-height: 44px;
}
.info-text {
    padding-left: 15px;
    padding-right: 15px;
}
.logo img {
	transition: all 0.3s ease-out;
	max-width: 100%;
}
.logo {
	left: 0;
}
.form-group.submit-btn:before, .form-group.submit-btn:after {
    content: '';
    display: table;
}
.form-group.submit-btn:after {
    clear: both;
}
.text-bottom h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
}
.compensate-for-scrollbar {
    margin-right: 17px;
}
.compensate-for-scrollbar .menu {
    padding-right: 17px;
}
.fancybox-container  {
	color: black;
}
#gdpr {
    background: #f3f3f3;
    font-size: 15px;
    padding-bottom: 35px;
}
#gdpr h2 {
    font-size: 24px;	
    color: #000000;
    margin: 40px 0 20px;
    font-weight: 700;
}
#gdpr h2:first-child {
	margin: 0 0 30px;
    color: #26866B;
    font-weight: 700;
}
#gdpr h3 {
    margin: 35px 0 15px;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}
a[data-src="#gdpr"] {
	color: white;
	text-decoration: underline;
}
a[data-src="#gdpr"]:hover {
	color: white;
}
.info-text {
    position: relative;
    text-align: right;
}

.flex-row-views .view-content, .flex-row {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}
.flex-col {
    width: 100%;
	padding: 0 15px;
	margin-bottom: 25px;
}
.big-img img {
    float: right;
    margin-right: -50px;
    position: relative;
    z-index: -1;
    max-width: 70vw;
}
.flex-row.flex-row-loga {
    align-items: center;
}
.form-wrap {
    clear: both;
    background: #206196;
    color: white;
    padding: 40px 75px;
    position: relative;
    top: -90px;
}
.flex-row.flex-row-content > .col-1 {
    padding-top: 60px;
}
body > .fancybox__container .fancybox__content {
    max-width: 1200px;
    margin: 0 auto;
}
.form-wrap > h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px;
}
.form-wrap > p {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 35px;
}
.full-content {
    overflow: hidden;
}
body.scrolled .logo {
    left: 0;
    width: 180px;
    height: 51px;
    padding: 6px 12px;
}
.flex-row.flex-row-loga {
    padding: 40px 0 10px;
}
.flex-row.flex-row-inline {
    margin: 0;
}
.flex-row.flex-row-loga .flex-col {
    width: auto;
}
@media (min-width: 768px){
	.flex-col-3, .flex-col-2, .flex-col-4, .flex-col-5 {
		width: 50%;
	}
}
@media (min-width: 992px){
	.only-mobil {
		display: none;
	}
	.flex-col-3, .flex-col-4, .flex-col-5 {
		width: 33.33333333%;
	}
}
@media (min-width: 1200px){
	.flex-row.flex-row-content > .col-1 {
		padding-right: 40px;
	}
	.flex-row.flex-row-content > .col-2 {
		padding-left: 40px;
	}
}
@media (min-width: 1400px){
	.flex-col-4 {
		width: 25%;
	}
	.flex-col-5 {
		width: 20%;
	}
	.flex-row.flex-row-content > .col-1 {
		padding-right: 140px;
	}
	.flex-row.flex-row-content > .col-2 {
		padding-left: 20px;
	}
}
@media (min-width: 1600px){
	
}
@media (max-width: 1399px){
	
}
@media (max-width: 1199px){
	.form-wrap {
		clear: both;
		background: #206196;
		color: white;
		padding: 30px 35px;
		position: relative;
		top: -60px;
	}
	h1 {
		font-size: 50px;
		margin-bottom: 60px;
	}
}
@media (max-width: 991px){
	.logo {
		left: 0;
		width: 180px;
		height: 51px;
		padding: 6px 12px;
	}
	.form-wrap {
		padding: 25px 15px 10px;
		top: -60px;
	}
	.akce-text-wrap {
		padding: 10px 10px;
	}
	.flex-row.flex-row-akce .col-1 {
		width: 190px;
	}
	.flex-row.flex-row-akce .col-2 {
		width: calc(100% - 190px);
	}
}
@media (max-width: 767px){
	.logo, body.scrolled .logo {
		left: 0;
		width: 162px;
		height: 48px;
		padding: 6px 12px;
	}
	.menu a {
		font-size: 16px;
	}
	.info-text .info-mail a:before, .info-text .info-tel a:before {
		left: 0;
	}
	.info-text > div {
		font-size: 0;
		padding: 0;
	}
	.menu .info-text a {
		font-size: 0;
		width: 40px;
		height: 44px;
	}
	.info-text .info-mail a:before {
		background-image: url(/img/email.svg);
		width: 36px;
		height: 24px;
		background-repeat: no-repeat;
	}
	.info-mail {
		margin-right: 15px;
	}
	span.icon-text {
		display: none;
	}
	.info-text {
		top: 1px;
	}
	.flex-row.flex-row-ul > .flex-col.flex-col-2 {
		width: 50%;
	}
	.big-img img {
		max-width: 122vw;
	}
	.form-wrap {
		padding: 25px 15px 10px;
		top: 0;
		margin: 0 -15px;
	}
	.paticka {
		margin-top: 0px;
	}
	.paticka {
		padding: 40px 0 10px;
		margin-top: 0px;
	}
	.paticka h2 {
		margin: 0 0 10px;
	}
	h1 {
		margin-bottom: 40px;
	}
	.flex-row.flex-row-content > .col-1 {
		padding-top: 15px;
	}
	h1 {
		font-size: 40px;
	}
	p.f-24 {
		font-size: 20px;
	}
	.flex-row.flex-row-akce .col-1 {
		width: 220px;
	}
	.flex-row.flex-row-akce .col-2 {
		width: calc(100% - 220px);
	}
}
@media (max-width: 500px){
	.flex-row.flex-row-ul > .flex-col.flex-col-2 {
		width: 100%;
	}
	h1 {
		font-size: 34px;
		margin-bottom: 30px;
	}
	p.f-24 {
		font-size: 18px;
	}
}
@media (max-width: 450px){
	.flex-row.flex-row-akce .flex-col {
		width: 100%;
	}
}
