@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');


body {
	background-color: #162539;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
  font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}
main {
  position: relative;
	overflow-x: hidden;
}
section {
  margin-top: 300px;
}
.section-first {
	margin-top: 150px;
}

@media(max-width: 991px) {
	section {
	  margin-top: 50px;
	}
	.section-first {
		margin-top: 50px;
	}

	section:not(.map) {
		padding: 0 15px;
	}

}

a {
	color: #566e91
}
a:hover,
a:active,
a:focus {
	color: #566e91;
	text-decoration: none
}

.bold {
	font-weight: bold;
}

.space {
	height: 150px;
}

.space-small {
	height: 50px;
}

.space-big {
	height: 600px;
}


.container-wide {
  width: 85%;
  max-width: 100%;
}

.foreground {
    transition: 0.5s;
    background: #cddc39;
    background: linear-gradient(to right, #F00E1D 0%, #7B0008 50%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mt-0 {
	margin-top: 0;
}

.no-padding {
	padding: 0 !important;
}

h1, .h1 {
	font-weight: 800;
  font-size: 100px;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: 'Playfair Display', serif;
}

h2, h3, h4,
.h2, .h3, .h4 {
	font-weight: 900;
}

h2, .h2 {
  font-size: 42px;
  padding-bottom: 15px;
  line-height: 1.5;
}

@media(max-width: 991px) {
	h2, .h2 {
	  font-size: 35px;
	  padding-bottom: 15px;
	  line-height: 1.5;
	}
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 20px;
}

h4, .h4 {
  font-size: 21px;
  line-height: 1.2;
  padding-bottom: 15px;
}

h5, .h5 {
	color: #4E6380;
	font-weight: bold;
	font-size: 21px;
}

.h-row {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -5%;
	height: 2px;
	width: 110%;
	background-color: #4E6380;
}

.p-dark {
	color: #4E6380;
	font-size: 26px;
}

.p-light {
	color: #89a1c3;
	font-size: 26px;
}

.underline {
	text-decoration: underline;
}

.p-contact {
	color: #89a1c3;
}

#tym h5 {
	color: #89a1c3;
}

.f-handwrite {
  font-family: 'Kalam', cursive !important;
	font-weight: 400 !important;
	line-height: 1.2;
	letter-spacing: -1px;
}

@media(max-width:768px){
	.f-handwrite {
	  font-size: 26px;
	}
}

ul {
	padding-inline-start: 20px;
}

.bg-lightblue {
  background: #566e91;
}
.bg-white {
  background: #fff;
}
.bg-darkblue {
  background: #101d2f;
}
.bg-yellow {
  background: #fcc708;
}
.c-lightblue {
	color: #89a1c3;
}
.c-darkblue {
  color: #101d2f;
}
.c-yellow {
  color: #fcc708;
}
.c-black {
  color: #000;
}
.pointer {
  cursor: pointer;
}

.kjm-small {
  font-size: 14px;
}

.kjm-card {
  padding: 60px 30px 30px;
  min-height: 550px;
	margin-bottom: 30px;
	line-height: 23px;
}

@media(max-width: 991px) {
	.kjm-card {
	  min-height: 550px;
	}

	.kjm-small {
	  font-size: 16px;
		text-align: center;
	}
}


.prepo-text {
	margin-bottom: 30px;
}

.prepo-text p {
	color: #89a1c3;
}

.prepo-text h2 {
		line-height: 1.3;
		letter-spacing: 1px;
}

.kjm-card h3 {
  margin-top: 30px;
	letter-spacing: 1px;
}

.kjm-card p {
  margin-top: 20px;
	color: #89a1c3;
}

#req {
  margin-top: 0;
	position: relative;
	z-index: 20;
}

.kjm-arrow {
  width: 110px;
  height: 80px;
  position: absolute;
  text-align: center;
  bottom: -40px;
  left: calc(50% - 55px);
}

.kjm-arrow div {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #101d2f;
  top: calc(50% - 27.5px);
  left: calc(50% - 27.5px);
}

.kjm-arrow-down div::after,
.kjm-arrow-down div::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #101d2f;
  z-index: 20;
  position: absolute;
  top: calc(50%);
}

.kjm-arrow-down div::after {
  transform: rotate(-45deg);
  left: calc(50% - 2.5px);
}
.kjm-arrow-down div::before {
  transform: rotate(45deg);
  left: calc(50% - 12.5px);
}

.req-inner {
  margin-top: -180px;
  padding: 50px;
	line-height: 34px;
}

@media(max-width: 991px) {
	.req-inner {
	  margin-top: 0;
	  padding: 40px;
	}
}

.about-image {
  margin-top: 60px;
}

.about-image img {
  width: 100%;
}

.kjm-cta {
  padding: 40px 80px;
  margin-top: -65px;
  margin-bottom: 30px;
}

@media(max-width: 991px) {
  .kjm-cta {
    padding: 30px 30px;
    margin-top: 0;
  }
}

.btn {
  padding: 14px 50px;
  font-weight: 600;
}
.btn-black {
  background: #000;
  color: #fff;
}
.kjm-cta .h2 {
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

@media(max-width: 991px) {
  .req-inner {
      margin-top: 0;
  }
}

.req-text {
  padding: 35px 150px 80px;
  border: 2px solid #121d2e;
  font-size: 19px;
	font-weight: 600;
  position: relative;
}

@media(max-width: 1199px) {
	.req-text {
	  padding: 20px 100px 50px;
	}
}
@media(max-width: 991px) {
	.req-text {
	  padding: 20px 50px 50px;
	}
}
@media(max-width: 767px) {
	.req-text {
	  padding: 20px 20px 50px;
	}
}

.top-index {
	position: relative;
	z-index: 20;
}
#contact {
	margin-top: 0;
  background-image: url('/assets/images/footer.png');
  background-position-y: -300px;
  background-repeat: no-repeat no-repeat;
  -moz-box-shadow: inset 0px 850px 500px -500px #162539;
  -webkit-box-shadow: inset 0px 850px 500px -500px #162539;
  -o-box-shadow: inset 0px 850px 500px -500px #162539;
  box-shadow: inset 0px 850px 500px -500px #162539;
  position: relative;
  z-index: 10;
	padding-bottom: 600px;
	background-size: cover;
}

#contact.top-background {
	padding-top: 350px;
	margin-top: -350px;
	padding-bottom: 800px;
}

@media(max-width: 991px) {
	#contact {
		background-position: center 80%;
	  padding-bottom: 700px;
	}
}

.kjm-footer {
  margin-top: 50px;
}

.map {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 600px;
}
#map {
  width: 100%;
  height: 100%;
}

footer {
  padding: 70px 0 40px;
  line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
}

footer svg {
	transform: translateY(-50%);
}

.footer-icon {
	padding: 3px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	footer {
	  padding: 30px 0 20px;
		text-align: center !important;
	}
	footer .col-sm-4 {
	  padding-bottom: 10px;
	}
	footer .text-right {
	  text-align: center !important;
	}

	footer svg {
		transform: translateY(0%);
	}
}
.hp-banner {
	margin-top: -98px;
	position: relative;
	z-index: 10;
}
.hp-banner-logo {
	background: #081a32;
	width: 250px;
	display: block;
	margin: auto;
	transform: translateY(-75%);
}

.hp-banner-image {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

@media (max-width: 768px) {
  .hp-banner {
  	height: 600px;
		margin-top: -24px;
  }
}

.hp-banner-innerBorder {
	width: 85%;
	height: 80%;
	position: relative;
	top: 98px;
	border: #475c7b solid 2px;
	min-height: 600px;
}

@media (max-width:768px) {
	.hp-banner-innerBorder {
		width: 84%;

	}
}

.hp-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 992px) {
  .hp-banner-text h1 {
  	font-size: 75px
  }
}
@media (max-width: 768px) {
  .hp-banner-text h1 {
  	font-size: 46px
  }

	.req-text p {
		font-size: 15px;
    line-height: 1.8;
	}

	.kjm-cta-heading {
		text-align: center;
	}

	.kjm-cta .btn {
		padding: 14px 61px;
    margin-top: 15px;
	}
}

.main-menu {
	padding: 30px 0;
	position: relative;
	z-index: 30;
}
.main-menu ul {
	margin: 0;
}
.main-menu ul>li {
	display: inline-block;
}
.main-menu ul>li a {
	padding: 5px 30px;
}
.main-menu ul>li:last-child a {
	padding-right: 0;
}
@media(max-width:768px){
	.h-1050 {
		height: 1050px;
	}
}

#tym {
	margin-top: 0px;
}

.tym-text-block {
	margin-bottom: 80px;
}

.tym-text p {
	padding-top: 55px;
	color: #89a1c3;
}

@media(max-width:768px){
	.tym-text-block h1 {
		font-size: 62px;
	}

	#tym .p-dark {
		font-size: 21px;
		text-align: center;
	}

	#tym .p-contact, #tym h5, #tym h3 {
		text-align: center;
	}
}

.tym-item {
	position: relative;
	min-height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.tym-item h2 {
	font-size: 20px;
}
.tym-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	transition: all 1s
}
@media (max-width: 992px) {
  .tym-item {
  	height: 361px;
  	width: 275px
  }
}
@media (max-width: 768px) {
  .tym-item {
  	left: 50%;
  	transform: translateX(-50%);
  	margin-bottom: 20px
  }
}
.tym-item .hover-show_onHover {
	height: 0;
	opacity: 0;
	transition: all 1s
}
.tym-item:hover .hover-show_onHover {
	height: 150px;
	opacity: 1;
}
.tym-item:hover img {
	opacity: 1;

}
.tym-item-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: linear-gradient(0deg, rgb(0,0,0) -5%, rgb(50 50 50 / 20%) 75%, rgba(0,212,255,0) 100%);

}

.tym-item-text h2 {
	width: 75%;
	margin-left: 12.5%;
	color: #fff;
	font-size: 900 !important
}

.tym-item-text-w h2 {
	width: 100%;
	margin-left: 0%;
	color: #fff;
	font-size: 900 !important
}


.rectangle-yellow {
	height: 3px;
	background: #fcc708;
	width: 150px;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	margin: 0 0 15px
}
.rectangle-yellow-small {
	height: 1px;
	background: #fcc708;
	width: 150px;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	margin: 0 0 9px
}


#cookie-bar {
	position: fixed;
	text-align: center;
	font-size: 12px;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	padding: 12px 20px 0;
	color: #fff;
	background: rgba(0,0,0,0.6)
}
#cookie-bar p {
	line-height: 1.8
}
#cookie-bar a {
	color: #fff;
	font-size: 12px
}
#cookie-bar a.cb-enable {
	background: #010101;
	color: #fff;
	padding: 2px 5px;
	border-radius: 1px;
	margin-left: 5px
}
#cookie-bar a.cb-enable:hover,
#cookie-bar a.cb-enable:focus {
	color: #fcc708
}
.menu-logo-block {
	position: relative;
	z-index: 30;
}
.menu-logo-block::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
  width: calc(100% - 30px);
	height: 2px;
	background: #475c7b;
}

.menu-logo {
	background: #162539;
	width: 250px;
	display: block;
	margin: auto;
	transform: translateY(-55%);
}

@media(max-width:1200px){
	.scroll-draw, .svg-canvas {
		display: none;
	}

	.prepo-text h2 {
		text-align: center;
	}
}

.scroll-draw {
  position: absolute;
  z-index: -1;
}

.scroll-draw--left {
	left: 63px;
	right: calc(50%);
	height: 1050px;
}

.scroll-draw .horizontal-top {
  top: 0;
}

.scroll-draw .horizontal {
	position: absolute;
	left: 39.7%;
	right: 0px;
	top: 128px;
	height: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.scroll-draw .horizontal-bottom {
	bottom: -20px;
height: 5px;
}

.scroll-draw .radius-left-top {
  position: absolute;
	left: 350px;
	top: 126px;
	width: 645px;
	height: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.scroll-draw .radius-left-bottom {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 1px;
	height: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.scroll-draw .vertical-left {
	position: absolute;
	height: 465px;
	top: 560px;
  left: -20%;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 5px;
  background: repeating-linear-gradient(180deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

@media(max-width:1500px){
	.scroll-draw .vertical-left {
		position: absolute;
		height: 160px;
	  top: 915px;
	  left: -20%;
	  right: 0;
	  margin: 0 auto;
	  display: block;
	  width: 5px;
	  background: repeating-linear-gradient(180deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
	}
}

@media(max-width:1400px){
	.scroll-draw .vertical-left {
		position: absolute;
		height: 160px;
	  top: 1000px;
	  left: -20%;
	  right: 0;
	  margin: 0 auto;
	  display: block;
	  width: 5px;
	  background: repeating-linear-gradient(180deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
	}
}

.scroll-draw .vertical-left-top {
	position: absolute;
	height: 170px;
	top: 130px;
	left: -20%;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 5px;
	background: repeating-linear-gradient(180deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.svg-canvas {
  position: absolute;
  left: 50%;
}

.vertical-top {
	position: absolute;
  height: 100px;
  top: 26px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 5px;
  background: repeating-linear-gradient(180deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.radius-top {
  position: absolute;
  left: 0;
  right: 22px;
  top: 123px;
  height: 1px;
  display: block;
  margin: 0 auto;
	width: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.vertical-bottom {
  position: absolute;
  height: 140px;
  bottom: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
	width: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.svg-canvas .radius-bottom {
  position: absolute;
  left: 0;
  right: 22px;
  bottom: 280px;
  width: 33px;
  display: block;
  margin: 0 auto;
	heíght: 5px;
	background: repeating-linear-gradient(90deg,transparent,transparent 6px,#566e91 6px,#566e91 10px);
}

.block-1 {
	margin-top:0px;
  width: 100%;
  height: 1200px;
  position: relative;
  z-index: 9999999999999;
	background-position-y: -150px;
	background-size: 75%;
  background-position-x: 500px;
	background-repeat: no-repeat;
}

.block-1::before {
  border: 1px solid #101D2F;
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
  display: block;
  position: absolute;
  width: 60%;
  left: 0;
  top: 150px;
  content: '';
  background: #101D2F;
  height: 600px;
}

.block-2 {
  position: relative;
  background-repeat: no-repeat;
  height: 1200px;
	background-position-y: -100px;
	background-size: 80%;
	margin-top: -350px;
}

.block-2::before {
  display: block;
  top: -150px;
  position: absolute;
  right: 0;
  width: 60%;
  content: '';
  background-color: #101D2F;
  border: 1px solid #101D2F;
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
  height: 650px;
	margin-top:150px
}

.block-3 {
  background-repeat: no-repeat;
	background-position-x: right;
  background-size: 85%;
	background-repeat: no-repeat;
  position: relative;
  height: 1200px;
	margin-top: -600px;
}

.block-3::before {
  border: 1px solid #101D2F;
  display: block;
  position: absolute;
  width: 60%;
  left: 0;
  top: 100px;
  content: '';
  background: #101D2F;
  height: 600px;
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}

.block-3-big {
  background-repeat: no-repeat;
	background-position-y: 0px;
	background-position-x: 270px;
	background-size: 90%;
	background-repeat: no-repeat;
  position: relative;
  height: 1200px;
	margin-top: -600px;
}

.block-3-big::before {
  border: 1px solid #101D2F;
  display: block;
  position: absolute;
  width: 60%;
  left: 0;
  top: 100px;
  content: '';
  background: #101D2F;
  height: 750px;
  border-bottom-left-radius: 0!important;
  border-top-left-radius: 0!important;
}

.block-4 {
  position: relative;
  background-repeat: no-repeat;
  height: 1200px;
	background-position-y: -100px;
  background-size: 90%;
	margin-top: -450px;
}

.block-4::before {
  display: block;
  top: -150px;
  position: absolute;
  right: 0;
  width: 60%;
  content: '';
  background-color: #101D2F;
  border: 1px solid #101D2F;
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
  height: 650px;
	margin-top:200px
}

@media(max-width:768px){
	.block-1::before,
	.block-2::before,
	.block-3::before,
	.block-4::before {
		width: 100%;
		height: 700px;
	}

	.block-3-big::before {
		width: 100%;
		height: 900px;
	}

	.block-4-big::before {
		height: 750px;
	}
}

.right-side {
	float: right;
  margin-right: -320px;
	margin-top: 300px;
}

.sluzby-h3 {
	color: white;
}

.section-header {
	margin-top: 0px;
}

ul li {
	color: #89a1c3;
}

.c-white {
	color:white;
}

.section-kontakt {
	margin-top: 0;
}

.contact-place {
	margin-top: 80px;
}

.dark {
	background-color: #111E2F;
}

.dark .row{
 	padding: 50px 20px;
}

.kontakt-effect {
	margin-top: 0;
	background-image: url(/assets/images/footer.png);
	background-position-y: -300px;
	background-repeat: no-repeat no-repeat;
	-moz-box-shadow: inset 0px 850px 500px -500px #162539;
	-webkit-box-shadow: inset 0px 850px 500px -500px #162539;
	-o-box-shadow: inset 0px 850px 500px -500px #162539;
	box-shadow: inset 0px 850px 500px -500px #162539;
	position: relative;
	z-index: 10;
	padding-bottom: 600px;
	background-size: cover;
	margin-top: -200px;
}

.p-contact-mt {
	padding-top: 15px;
}

#cv {
	margin-top: 50px;
}

.cv-photo {
	width: 100%;
}

.cv-h2 {
	margin-top: 0px;
	line-height: 1;
	padding-bottom: 0;
}

.p-dark-bg {
  background-color: #111E2F;
	padding: 25px 35px;
	margin: 25px 0px;
}

.cv-contact {
	margin-top: 200px !important;
	padding-top: 0px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-15 {
	margin-left: 15px;
}

.kjm-card {
	-webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
	position: relative;
	transform-style: preserve-3d;

}



.service-right-text {
	margin-left: 600px;
	margin-top:150px;
}

@media(max-width:768px){
	.service-right-text {
		margin-left: 15px;
		margin-top:50px;
	}

	.service-left {
		padding-left: 15px !important;

	}

	.block-3 .container .row {
		margin-top:50px !important;
	}

	.block-2 {
		height: 900px;
	}
	.block-3 {
		height: 1000px;
	}
	.block-3-small {
		height: 825px;
	}
	.block-4 {
		height: 1050px;
	}
	.block-4 .service-right-text {
		margin-top: 100px !important;
	}
	.block-4-small {
		height: 920px;
	}
	.block-4-big-res {
		height: 1200px;
	}
	.block-4-big {
		height: 1300px;
	}
	.block-4-big::before {
		height: 810px;
	}
}

@media(min-width:1500px){
	.service-right-text {
		margin-left: 500px;
		margin-top:150px
	}
}

@media (min-width:1500px) {
		.mt-100 {
			margin-top: 100px !important;
		}
}

.service-header {
	font-size: 62px;
}

@media(max-width:1500px){
	.service-left {
	    padding-left: 50px;
	}
}

/*
.front-card {
	backface-visibility: hidden;
	position: absolute;
}

.back-card {
	position: absolute;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}

.front-card:hover, .back-card:hover {
	transform: rotateY(180deg);
	transition: transform 1s;
}*/

@media(max-width:768px){
	section {
		background-image: none !important;
	}
}

.menu-res {
	background-color: #061830;
}

.menu-res-sub {
	background-color: #162539;
	padding-bottom: 75px;
}

.flex-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.flex-menu div {
	padding: 0px 15px;
}
