@import url("https://use.typekit.net/onr5ckz.css");

:root {
	--blue: #005BAA;
	--red: #ED1C24;
	--gray:#4C4F51;
	--dark:#00142A;
	
}
/* font-family: parabolica, sans-serif;
font-weight: 400;
font-style: normal;

font-family: parabolica, sans-serif;
font-weight: 500;
font-style: normal;
*/



.form-success {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(16, 36, 33, 0.807);
	z-index: 9999999;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 30px
}
.form-success--wrapper {
	background: white;
	padding: 40px;
}
.form-success--wrapper h3 {
	font-size: 40px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, #footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, claim, hero {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
#footer, header, hgroup, menu, nav, section, claim, hero {
  display: block;
}
html, body {
  height: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ol, ul {
  /* list-style: none; */
}

ul,ol {
  padding: 15px;
  padding-left: 23px;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
::marker {
}

ul li, ol li {
	padding-bottom: 6px;
	padding-left: 2px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
h1,h2,h3,h4,h5,strong{
	font-family: parabolica, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/******************************/

body {
	font-family: parabolica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: var(--dark);
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 32px;
}


header.landing {
	position: relative;
}

.landing-back {}

.landing-wrap {
	position: absolute;
}

h1 {
	color: white;
}

img {
	max-width: 100%;
}

.landing-back {
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 93%, 58% 93%, 50% 100%, 42% 93%, 0 93%);
}

.landing-back img {
	object-fit: cover;
	aspect-ratio: 16.2 / 9;
	object-position: center center;
}

.landing-wrap {
	margin: auto;
	max-width: 1690px;
	width: 100%;
	padding: 30px;
	left: 0;
	right: 0;
	bottom: 52px;
	z-index: 3;
}

.landing-wrap h1 {
	padding-bottom: 25px;
}

.landing-perex {
	color: white;
	max-width: 380px;
	line-height: 125%;
}

.landing-back {
	position: relative;
	z-index: 1;
}

.landing-back:after {
	content: '';
	width: 100%;
	height: 50vh;
	background: linear-gradient(0deg, #000000b8, transparent);
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}

nav {
	background: #f1f3fc;
}

a {
	color: inherit;
}

.nav-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1680px;
	margin: auto;
	padding: 13px 30px;
	align-items: center;
}

ul.submenu {
	display: none;
}

.navigace-wrap {
	display: flex;
	gap: 30px;
}

a.button.red {
	background: #ed1d25;
	color: white;
	padding: 13px 40px;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}

.nav-menu-center {
	width: 100%;
}

.nav-menu-right,.nav-menu-left {
	width: 30%;
}

.nav-menu-right {}

.nav-menu-right {
	display: flex;
	justify-content: flex-end;
}

.menu-item.with-submenu a:hover + ul.submenu {
	display: block;
	/* position: absolute; */
	/* margin-left: -30px; */
	/* padding-top: 10px; */
}

.menu-item.with-submenu {
	position: relative;
}


ul.submenu {
	background: #f2f3fc;
	z-index: 4;
	width: max-content;
	/* padding: 30px; */
	list-style: none;
	padding: 0;
	margin: 0;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
	border-bottom: 5px solid var(--blue);
	position: absolute;
	margin-left: -30px;
	padding-top: 10px;
}

ul.submenu a {
	padding: 14px 30px;
	display: inline-block;
	padding-bottom: 18px;
}

ul.submenu li {
	padding: 0;
	margin: 0;
}

ul.submenu a:hover {
	background: #e2e3ec;
}
ul.submenu:hover {
	display: block;
}
.main-wrap {
	padding: 50px;
}

.mini-h2 h2 {
	color: var(--blue);
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 38px;
}

section#onas {
	padding-top: 2%;
	padding-bottom: 2%;
}

section#onas {}

section#onas h3 {
	font-size: 48px;
	letter-spacing: -0.03em;
	max-width: 830px;
	line-height: 100%;
	padding-bottom: 60px;
}

.flex {
	display: flex;
	gap: 3%;
}

.flex {}

.flex-col-left {
	width: 50%;
	max-width: 762px;
}

.flex-col-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.flex-col-left img {
	width: 100%;
}

.flex-col-right .perex {
	color: var(--gray);
	line-height: 150%;
	padding-top: 4px;
	max-width: 460px;
	margin-bottom: 45px;
	padding-top: 8px;
}

.flex-col-right a.button.red {
	padding: 10px;
	width: auto;
	padding: 20px 30px;
}

.flex-col-right ul h4 {
	font-size: 24px;
	color: var(--blue);
	padding-bottom: 10px;
	line-height: 120%;
}

.flex-col-right ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	gap: 2%;
	padding-top: 30px;
}

.flex-col-right ul p {
	line-height: 150%;
	color: var(--gray);
}

.flex-col-right ul li {
	border-left: 1px solid #B3B3B3;
	padding-left: 20px;
	padding-bottom: 0;
	padding-right: 20px;
	padding-top: 40px;
}

.flex-col-right {
	display: flex;
	justify-content: space-between;
}
.flex-col-right ul h4 {
	padding-bottom: 30px;
}

.flex-col-right ul h4 {
	padding-bottom: 30px;
}

section#landing-cols {
	background: linear-gradient(
180deg, #f1f3fc, transparent);
}

.list-cols {
	display: flex;
	gap: 1%;
}

.list-cols img {
	max-width: 100%;
	width: 100%;
}

.list-cols-item {
	width: 100%;
	max-width: 313px;
}

section#onas {
	padding-bottom: 5.5%;
}

section#landing-cols {
	padding-top: 2%;
}

.list-cols-item {
	position: relative;
	color: white;
	display: flex;
	align-items: flex-start;
	aspect-ratio: 311/653;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
}

.list-cols-item h3 {
	/* position: absolute; */
	padding-bottom: 40px;
	line-height: 120%;
}

.list-cols-item .perex {
	/* position: absolute; */
	line-height: 150%;
}

img.list-cols-item-bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
.main-wrap {
	margin: auto;
	max-width: 1720px;
}

.landing-back img {width: 100%;}

section#landing-cols {
	background: #f1f3fc;
}

section#sluzby {
	background: #f1f3fc;
}

section#sluzby {
	padding-top: 5.9%;
}

section#sluzby h2 {
	color: var(--blue);
	padding-bottom: 37px;
	line-height: 105%;
}

.text-list {
	color: var(--blue);
}

.text-list-item h3 {
	font-size: 48px;
	letter-spacing: -0.02em;
	margin-bottom: 80px;
}

.text-list {
	display: flex;
	margin-top: 10%;
	gap: 2%;
}

a.button {
	width: auto;
	padding: 20px 30px;
	background: whitesmoke;
	border-radius: 5px;
	display: inline-block;
}

a.button.blue {
	background: var(--dark);
	color: white;
}

.text-list-item-number {
	padding-bottom: 27px;
}

.text-list-item {
	width: 20%;
	padding-right: 0;
}

.text-list-item {}

.text-list-item .perex {
	line-height: 150%;
	max-width: 290px;
}

.hlavni-sluzba {
	background: #005baa;
}

.text-list {
	padding-bottom: 8%;
}

.hlavni-sluzba {}

.hlavni-sluzba {
	color: white;
}

h2 {}

section#sluzby .hlavni-sluzba h2 {
	color: white;
	padding-bottom: 47px;
}

.hlavni-sluzba {
	position: relative;
	aspect-ratio: 16/9.4;
}

.hlavni-sluzba .flex {
	padding: 50px;
	width: 100%;
	max-width: 1720px;
}

.flex-col-right {}

.hlavni-sluzba .flex-col-right .perex {
	color: white;
}

.hlavni-sluzba .flex-col-right {
	display: flex;
	padding-top: 50px;
	width: 100%;
	max-width: 860px;
}

.flex-col-right-flex {
	display: flex;
	gap: 2%;
}

.flex-col-right-flex-item {
	padding-right: 20px;
}

.mini-title {
	/* padding-bottom: 20px; */
}

.flex-col-left {}

.hlavni-sluzba .flex-col-left {
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.hlavni-sluzba .flex-col-left .perex {
	line-height: 150%;
	padding-bottom: 27px;
}

a.button.red {
	width: auto;
}

.big-text {
	font-size: 72px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
}

.backgorund-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.backgorund-image {
	z-index: 0;
}

.hlavni-sluzba .flex {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 92px;
}

.big-text {
	bottom: 50px;
}

.backgorund-image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hlavni-sluzba .flex h3 {
	font-size: 24px;
}

.hlavni-sluzba .flex h3 {}

.flex-col-right-flex-item .perex {
	opacity: 0.8;
}

.hlavni-sluzba {
	height: 80vh;
	width: 100%;
	max-height: 970px;
}
section#pristup {
	padding-top: min(7.2%,123px);
	background: #f1f3fc;
}

section#pristup .h2-flex {
	display: flex;
	gap: 5%;
	padding-bottom: min(8.5%,138px);
}

section#pristup .h2-flex h2 {
	max-width: 660px;
}

section#pristup .h2-flex .h2-flex-right {
	width: 100%;
}

section#pristup .h2-flex .h2-flex-right ul {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 30px 3%;
	list-style: none;
	color: var(--blue);
	flex-wrap: wrap;
}

section#pristup .h2-flex .h2-flex-right ul li {
	width: 31%;
	line-height: 150%;
}

section#pristup .h2-flex .h2-flex-right h3 {
	padding-bottom: 34px;
}
section#duveruji-nam {
	background: #f1f3fc;
	padding-top: 7%;
	padding-bottom: 5%;
}


section#duveruji-nam {}

section#duveruji-nam .swiper-slide {
	background: #f7f9ff;
	display: flex;
	justify-content: center;
	height: auto;
	padding: 20px;
}

section#duveruji-nam .swiper-slide img {
	max-width: 120px;
	max-height: 120px;
	object-fit: contain;
}

section#duveruji-nam .swiper-wrapper {
	padding-top: 80px;
}
a.button.blue.light {
	background: var(--blue);
}

section#projekty {
	background: #f1f3fc;
}

section#projekty {
	padding-bottom: 7.3%;
}

section#projekty h2 {
	padding-bottom: 32px;
}

.project-list {
	padding-top: 43px;
}

.project-list {
	display: flex;
	gap: 30px 1%;
}

a.project-list-item img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 26px;
}

.mini-h3 {
	color: var(--gray);
	padding-bottom: 14px;
}

a.project-list-item h3 {
	font-size: 24px;
}

section#contact-us .main-wrap {
	padding-top: 0;
	max-width: 100%;
	padding: 0;
}

.cont-flex {
	display: flex;
}

.cont-flex {
}

.cont-flex .cont-flex-left {
	width: 50%;
	display: flex;
	position: relative;
	flex-direction: column;
}

.cont-flex-right {
	width: 50%;
	padding: 4.5% 9%;
}

.cont-flex-left {}

img.bg {
	width: 100%;
	position: absolute;
	z-index: -1;
}

.cont-flex .cont-flex-left {
	color: white;
	/* max-width: 685px; */
	display: flex;
	gap: 30px;
	flex-direction: column;
}

.cont-flex-right h3 {
	font-size: 24px;
	padding-bottom: 38px;
}

.cont-flex-right form input,.cont-flex-right form textarea {
	padding: 15px;
	font-size: 16px;
	width: 100%;
	max-width: 490px;
	box-sizing: border-box;
	color: black;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-family: inherit;
}

.input {
	padding-bottom: 15px;
}

::placeholder {
	color: black;
}

.gdpr {
	margin-top: 15px;
	margin-bottom: 35px;
}

.cont-flex-right form textarea {
	min-height: 145px;
}

.cont-flex-right form input[type="submit"] {
	background: #ed1d25;
	color: white;
	border: 0;
}

section#blog {
	background: #f1f3fc;
}

.cont-flex-left a {
	font-size: 24px;
	font-weight: 500;
	display: flex;
}

.cont-flex-left-wrap {
	max-width: 665px;
	align-self: flex-end;
	width: 100%;
}

.cont-flex-left-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}


.cont-flex-left-top h2 {
	margin-top: 45px;
	max-width: 390px;
	padding-bottom: 35px;
}

.cont-flex-left-bottom {
	padding-bottom: 74px;
}

.cont-flex-left-bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.cont-flex-left-bottom a {
	display: flex;
	gap: 15px;
}
.h2-flex {
	display: flex;
	gap: 35px;
	align-items: center;
	padding-bottom: 47px;
}

section#blog {
	padding-top: min(8%,120px);
}

.blog-list {
	display: flex;
	gap: 30px 0.8%;
}

a.blog-list-item h3 {
	font-size: 24px;
	padding-bottom: 21px;
}

a.blog-list-item img {
	margin-bottom: 30px;
}

a.blog-list-item .perex {
	color: var(--gray);
}

.cont-flex-right {}
section#newsletter {
	background: #f1f3fc;
}

section#newsletter {
	padding-bottom: 10%;
	position: relative;
}

section#newsletter .main-wrap {
	background: white;
	max-width: 1620px;
	padding-top: 0;
	border-top: 8px solid var(--blue);
	display: flex;
	padding: 0 70px;
	padding-bottom: 70px;
	align-items: center;
	padding-top: 96px;
	justify-content: space-between;
	position: relative;
}

section#newsletter .main-wrap h2 {
	max-width: 500px;
	/* padding-top: 65px; */
	padding-bottom: 30px;
}

.newsletter-form input {
	padding: 15px;
	font-size: 16px;
	width: 100%;
	max-width: 490px;
	box-sizing: border-box;
	color: black;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-family: inherit;
	margin-bottom: 15px;
	max-width: 531px;
}

.newsletter-form form {
	display: flex;
	gap: 15px;
	width: 100%;
}

.newsletter-form input[type="submit"] {background: red;padding: 15px 25px;color: white;border-color: inherit;}

.input p {
	color: var(--gray);
}

.newsletter-form {
	width: 100%;
	max-width: 50%;
}

section#newsletter .main-wrap img {
	position: absolute;
	top: 0;
}
footer {
	background: var(--blue);
	color: white;
}

.footer-wrap {
	max-width: 1720px;
	margin: auto;
	padding: 50px;
	display: flex;
	gap: 30px;
	padding-top: 100px;
	padding-bottom: 70px;
}

.footer-wrap-left {
	width: 50%;
}

.footer-wrap-right {
	width: 50%;
}

.footer-wrap-left {
	display: flex;
	gap: 30px;
}

.footer-wrap-left-left {
	display: flex;
	gap: 20px;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
}

.footer-wrap-left-right {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.footer-wrap-right-left {
	line-height: 150%;
	width: 100%;
	max-width: 400px;
}

.footer-wrap-right {
	display: flex;
	gap: 30px;
}

.footer-wrap-right-right {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-wrap-right-right a {
	display: flex;
	gap: 15px;
}

.tir {
	max-width: 1720px;
	margin: auto;
	padding: 30px 50px;
}

footer:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1px;
	background: #F0F3FC;
	width: 120px;
	height: 28px;
	/* border-radius: 0px 0px 50px 50px; */
	/* corner-shape: bevel; */
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

footer {
	position: relative;
}

img.bg {
	height: 100%;
}
.swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer {
	background: var(--blue);
	color: white;
}

.footer-wrap {
	max-width: 1720px;
	margin: auto;
	padding: 50px;
	display: flex;
	gap: 30px;
	padding-top: 100px;
	padding-bottom: 70px;
}

.footer-wrap-left {
	width: 50%;
}

.footer-wrap-right {
	width: 50%;
}

.footer-wrap-left {
	display: flex;
	gap: 30px;
}

.footer-wrap-left-left {
	display: flex;
	gap: 20px;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
}

.footer-wrap-left-right {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.footer-wrap-right-left {
	line-height: 150%;
	width: 100%;
	max-width: 400px;
}

.footer-wrap-right {
	display: flex;
	gap: 30px;
}

.footer-wrap-right-right {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-wrap-right-right a {
	display: flex;
	gap: 15px;
}

.tir {
	max-width: 1720px;
	margin: auto;
	padding: 30px 50px;
}

footer:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -1px;
	background: #F0F3FC;
	width: 120px;
	height: 28px;
	/* border-radius: 0px 0px 50px 50px; */
	/* corner-shape: bevel; */
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

footer {
	position: relative;
}

section#info-sekce {}

.info-sekce-text {
	max-width: 508px;
	color: var(--blue);
}

section#info-sekce {
	background: #f1f3fc;
}

header.landing.subpage {}

header.landing.subpage .landing-back {
	clip-path: none;
	height: 100%;
}

.klin-img {
	max-width: 1610px;
	margin: auto;
}

section#info-sekce {
	border-top: 8px solid var(--blue);
}

.klin-img {
	margin-top: -5px;
}

section#info-sekce {
	padding-bottom: 2.5%;
}

section#info-sekce .main-wrap {
	padding-top: 72px;
}

section#info-sekce .main-wrap h2 {
	line-height: 106%;
	padding-bottom: 50px;
}

.info-sekce-text .perex {
	line-height: 160%;
}

.big-over-imgs {
	margin-top: -5.7%;
	margin-bottom: -5%;
}

section#info-sekce .main-wrap.blue {
	background: var(--blue);
	width: calc(100% - 100px);
	max-width: 1720px;
	padding-top: 20%;
	padding: 72px;
	margin-top: -8%;
	padding-top: 8.5%;
}

section#info-sekce .main-wrap.blue h2 {
	font-size: 72px;
}

section#info-sekce .main-wrap.blue {
	color: #eff1fa;
	padding-bottom: 8.9%;
}

.vyhody-list {
	padding-top: 5.6%;
	display: flex;
	flex-wrap: wrap;
	gap: 65px 2%;
}

.vyhody-list-item {
	width: 32%;
	padding-right: 30px;
}

.vyhody-list-item-number {
	padding-bottom: 30px;
}

.vyhody-list-item-title h3 {
	line-height: 115%;
}

section.big-gallery {
	padding-top: 5.5%;
	background: #f2f3fc;
}

body {
	/* background: red; */
}

.swiper-navigation {
	position: absolute;
	top: 0;
}

.swiper {
	position: relative;
}

.swiper-navigation {
	width: 100%;
	z-index: 100;
	display: flex;
	margin: auto;
	max-width: 1500px;
	justify-content: space-between;
	left: 0;
	right: 0;
	top: calc(50% - 26px);
}

.swiper-left:hover {
	margin-left: -10px;
}

.swiper-left {
	transition: all ease 0.5s;
	cursor: pointer;
}

.swiper-right {
	transition: all ease 0.5s;
	cursor: pointer;
}

.swiper-right:hover {
	margin-right: -10px;
}

.swiper-right {}

.swiper-right {}

section#pristup {
	padding-bottom: 7%;
}

section#contact-us {
}

section#newsletter {
	padding-top: 10%;
}

header.landing.subpage {
	max-height: 866px;
	overflow: hidden;
}

header.landing.subpage a.button.red {
	margin-top: 2.2%;
	padding: 20px 30px;
}

header.landing.subpage .landing-back img {max-height: 813px;}

header.landing.subpage h1 {
	padding-bottom: 49px;
	color: #f7f9ff;
}

.swiper-navigation {
	pointer-events: none;
}

.swiper-left {
	pointer-events: all;
}

.swiper-right {
	pointer-events: all;
}