:root {
	--color-blue: #009ee2;
	--color-royal: #09165b;

	--color-gold: #cccccc;
	--color-text: #09165b;

	--bs-body-line-height: 1.45;

}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .wrap {
    --bs-gutter-x: 4rem;
}
.row {
     --bs-gutter-x: 4rem;
}

@media (max-width: 800px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .wrap {
		--bs-gutter-x: 2rem;
	}	
	.row {
		 --bs-gutter-x: 2rem;
	}	
}
.form-control{
	border-color: #D4E7F2;
	border-radius: 30px;
	font-size: .9rem;
	font-weight: normal;
}
.form-group{
	align-items: center;
}
.control-label {
    font-size: .85em;
}



html{
	font-size: 15px;
}
body {
	font-family: Sora, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: var(--color-text);
    z-index: 1;
	/* background-color: #f6f6f6; */ 
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

body.noscroll {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	color: var(--color-blue);
	margin-bottom: 1.5rem;
	line-height: 1.35;
}

img, iframe {
	max-width: 100%;
}
img{
	height: auto;
	position: relative;
	z-index: 120;
}

h1, .h1 {
	font-size: 2.5rem;
	color: var(--color-royal);
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.02em;
}

h2, .h2 {
    font-size: calc(2.1vmax + 11px);
	margin-top: 2rem;
	line-height: 1.25;
}

h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.1rem;
}
h6, .h6 {
    font-size: 1rem;
	font-weight: 300;
}
p, ul, ol, dl{
	/* max-width: 65rem; */
	margin-bottom: 1.25rem;
	font-family: Montserrat;
}

a {
	color: var(--color-blue);
	text-decoration: none;
}
main a{
/*	color: var(--color-gold);*/
}

a:hover {
	color: var(--color-red);
}

table{
	border: none;
	border-top: 1px solid #555555;
	margin: 2rem 0;
	max-width: 100%;
}

td, th{
	/*border-bottom: 1px solid #555555;*/
	padding: 1rem 1rem 1rem 0;
}
thead{
	font-weight: bolder;
}
hr{
	margin: 50px 0;
}

blockquote{
	font-size: 1.6rem;
    color: var(--color-royal);
    font-weight: bold;
    font-weight: 400;
    text-align: center;
    line-height: 1.35;
    padding: 2em;
    font-family: Montserrat, sans-serif;
    border-radius: 25px;
	background-color: #EBF2F6;
	background-image: url(/frontend/img/quote_end.svg),
	url(/frontend/img/quote_start.svg) ;
	background-repeat: no-repeat, no-repeat;
	background-position: 95% 0%, 5% 100%;
	margin-bottom: 25px;
}
blockquote small{
	font-size: .8rem;
	font-weight: 500;
	font-family: Sora;
	display: inline-block;
	margin-top: 1.75rem;
}



strong, b {
    font-weight: 700;
}

ul{
	list-style-type: square;
}
main ul{
	padding-left: 0;
}
main li{
	list-style: none;
	background: url(/frontend/img/arr_top_right.svg) no-repeat left top 8px;
	padding-left: 1.5rem;
	margin-top: .35rem;
}
.lead {
    font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 400;
}


/**/

html{
	overflow-x: hidden;
}

.wrap{
	overflow-x: hidden;
}



header{
	padding: 10px 0;
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	/*border-bottom: 5px solid var(--color-gold);*/
	/* height: 100px; */

	display: flex;
    align-items: center;
	/*font-size: 1.1rem;*/
	/* box-shadow: 0 50px 70px -80px black; */

	background: linear-gradient(180deg, white, transparent);
}

.page-3 header,
.page-47 header,
.page-50 header
{
	position: absolute;
}

.header {
	/* position: relative; */
	flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.header-logo {
	margin-right: auto;
	/*max-height: 60px;*/
	/* max-width: 150px; */
	max-width: 90px;
}

.header-logo a img {
	margin-bottom: -10px;
}
.header-logo a:hover {

}
.socials{
	/* display: flex; */
	/* margin: 0 30px 0 0 ; */
	gap: 10px;
	display: none;
	justify-content: center;

}
.contacts .socials, footer .socials{
	display: flex;
}
.socials a{
/* 	border: 2px solid rgba(255, 255, 255, 0.25);
 	border-radius: 30px;
*/	
    width: 40px;
    height: 40px;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}
.socials a:hover{
	border-color: var(--color-red);
}
.lang{
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
    height: 40px;
	display: flex;
	align-items: center;
	margin-right: 10px ;
	font-weight: 400;
}
.lang a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0 1rem;
	color: var(--color-text);
}
.lang:hover, .lang:hover a {
	border-color: var(--color-gold);
	color: var(--color-gold);
}

.header-nav {
	z-index: 99999;
	display: none;
}
.header-nav.open {
	
}
.header-nav > ul {
}



.header-nav ul {
	display: flex;
	margin: 0 10px ;
	padding: 0;
	list-style-type: none;
	/*text-align: center;	*/
}

.header-nav > ul > li {
	position: relative;
}

.header-nav .nav-menu > li > a {
	display: block;
	line-height: 1;
	margin: 0 5px;
	/*padding: 70px 10px;*/
	padding: 45px 5px;
	color: var(--color-text);
	font-weight: 500;
	transition: all ease 0.3s;
	font-family: Sora, Helvetica, sans-serif;

}
.header-nav .nav-menu > li > a:hover {
	color: var(--color-blue);
}

.header-nav > ul > li > a.active {
	color: var(--color-blue);
}

.header-nav .sub ul {
	display: none;
	margin-bottom: 10px;
	box-shadow: 0px 20px 20px 10px rgba(50,50,50,0.2);
	border-radius: 0 0 25px 20px;
}

.header-nav .sub li a {
	text-transform: initial;
	white-space: nowrap;
	line-height: 1.5;
	font-size: .9rem;
	padding-bottom: 10px;
	color: var(--color-blue);
	font-family: Sora, Helvetica, sans-serif;

}

.header-nav .sub > a > span {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 20px;
    right: 1px;
    z-index: 1;
	color: var(--color-gold);
}

.header-nav .sub > a > span:after {
	content: ' > ';
}

.header-nav-toggler{
	order: 5;
}
.header-nav-toggler button {
	padding: 5px;
	margin-left: 5px;
	width: 42px;
	height: 50px;
	border: none;
	outline: none;
	background: none;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
	box-shadow: none;
	background: url(/frontend/img/hamburger_v3.svg) no-repeat center center;
	background-size: 40px auto;
}

.header-nav-toggler button span {
	display: block;
	margin: 4px 0;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: var(--color-blue);
	transition: all ease 0.3s;
}
.header-nav-toggler button span:last-of-type {
	width: 66%;
}
.header-nav-toggler button:hover span{
	background-color: #333;
}
.header-nav-toggler button:hover span:last-of-type {
	width: 100%;
}


.nav-modal{
	/*display: none;*/

	z-index: 99999;
	background: rgba(0, 174, 239, 0.98);
	color: #fff;
    backdrop-filter: blur(3px);
	
	/*width: 100vw;*/
	width: 100%;

	height: 105vh;
	overflow: auto;
	text-align: left;

	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	transition: all ease .3s;
	transform: translate(100%, 0px);
}
.nav-modal.open{
	/*display: block;*/
	left: 0;
	transform: translate(0px, 0px);
}

.nav-modal .container-xxl{
	min-height: 100%;
    display: flex;
    /* align-items: center; */
    position: relative;
	flex-direction: column;
}
.nav-modal .button-close{
	position: absolute;
    top: 1rem;
    right: 1.5rem;
	border: none;
	outline: none;
	background: none;
	width: 35px;
	height: 35px;
	color: transparent;
}
.nav-modal .button-close span{
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background-color: #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 18px;
	transition: all ease 0.3s;

}
.nav-modal .button-close span:last-of-type{
	transform: rotate(45deg);
}

.nav-modal .button-close:hover span{
	transform: rotate(45deg);
	background-color: #fff;
}
.nav-modal .button-close:hover span:last-of-type{
	transform: rotate(135deg);
}

.nav-modal a{
	color: #fff;
	font-family: Sora, Helvetica, sans-serif;
}
.nav-modal .nav-menu{
	list-style: none;
	margin: 60px 1rem 30px 1rem;
	padding: 0;
}
.nav-modal .nav-menu ul{
	display: none;
}

.nav-modal .mega-menu{
	/*margin-top: 70px;*/
	 text-align: left; 
}
.nav-modal .mega-menu a{
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 ;
	padding: 1rem 0;
	font-weight: 500;
	/* text-transform: uppercase; */
	text-decoration: none;
	border-bottom: 1px solid #ffffff59;
}
.nav-modal .mega-menu a::after{
	content: "";
	display: block;
	border-bottom: 2px solid  var(--color-gold);
	transition: all ease 0.3s;
	margin: 0 auto;

	display: none;
}
.nav-modal .mega-menu a:hover::after{
	width: 100%;
	border-color: var(--color-blue);
}

.nav-modal .second-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-gold);
	margin: 0 0 10px 0;
}
.nav-modal .second-menu a:hover{
	border-color: #fff;
}

.nav-modal .live-menu-contact {
	display: flex;
    flex-flow: column;
	/* justify-content: space-between; */
	justify-content: end;
	margin-bottom: 1.5rem;
}
.nav-modal .live-menu-contact .nav-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-gold);
	color: var(--color-gold);
	margin: 0 0 10px 0;
}
.nav-modal .live-menu-contact .nav-menu a:hover{
	border-bottom: 1px solid  var(--color-gold);
	color: #fff;
}
.nav-modal .live-menu-contact .socials{
	margin-bottom: 30px;
}

.contacts{
	display: none;
}

/*
ul.descendants {
    position: absolute;
	margin: 0;
	padding: 0;
    margin-top: 50px;
	font-size: 1.2rem;
	display: none;
}
ul.descendants li{
    list-style: none;
	margin: 0;
	padding: 0;
}

ul.descendants a{
    display: block;
	padding: 10px 0;
}
ul.descendants a::before{
	content: '';
    display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid red;
	margin-right: 10px;
}

ul.descendants a.active::before{
	background: red;
}
*/


footer {
	text-align: center;  
	color: #fff;
	/*margin-top: 10rem;*/
	position: relative;
	z-index: 195;
	margin-top: 75px;
	margin-bottom: 25px;
/* 
	padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
 */
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);

}
.footer{
	/*max-width: 1600px;*/
	margin: 0 auto;
	background: var(--color-royal);
	background-size: 100% auto;
	border-radius: 25px;
	padding-top: 40px;
	padding-bottom: 40px;


}


footer a{
	color: #fff;
}

.footer .nav-menu{
	display: flex;
	flex-flow: column;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
footer .nav-menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .nav-menu li ul{
	display: none;
}

footer .nav-menu li a{
	padding: 0.5rem 0;;
	/* border-bottom: 1px solid rgba(255,255,255,0.7); */
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
footer .nav-menu li a.active{
	border-bottom: 1px solid transparent;
	color: #fff;
}



footer .menu-contact a{
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	line-height: 1.7;
}




footer .menu-contact p{
	margin: 1.5em 0;
}
footer .nav-contact{
	display: flex;
	flex-flow: column;
	margin-bottom: 1.5em;
	gap: 5px;
	font-size: 1rem;
}

.nav-contact .callto a{
	background:  url(/frontend/img/ico_phone.svg) no-repeat center left;
	padding-left: 2em;
}
.nav-contact .mailto a{
	background:  url(/frontend/img/ico_email.svg) no-repeat center left;
	padding-left: 2em;
}


footer .footer-copy img{
	max-width: 90%;
}

.footer .akcionari{
	border: 1px solid rgba(255,255,255,0.7);
	padding: .5em 1em;
	border-radius: 4px;

	display: none;
}
.start-invest{
	background: linear-gradient(180deg, #5FCCFA 0%, #009FE3 100%);
	border-radius: 25px;
	padding: 1.75rem;
	color: var(--color-royal);
	font-size: 1.4rem;
}
.start-invest p{
	font-family: Sora;
	line-height: 1.25;
}
.start-invest .button{
	background-color: var(--color-royal);
}



.footer-social{
	justify-content: center;
	margin:  auto;
}
.move-top{
	margin: auto;
	text-align: center;
}

.copyright p{
	opacity: .6;

}

.creactive{
	opacity: .1;
}
.creactive a{
	border: none;
}
.creactive a:hover{
	color: #eee;
	opacity: .7;
}


.content-header {
	margin: 40px 0 60px 0;
}


/**/

.content-wrapper {
	/* margin: 0px calc(var(--bs-gutter-x) / 2); */
	display: flex;
	flex-direction: column;
}

main {
}

main h1 {
   /* margin: 3rem 0;*/
   margin: 3rem 0 2.5rem 0;
   /* font-size: calc(1.25vmax + 1.4rem); */
   /* font-size: calc(1.15vmax + 1rem); */
   font-size: max(1.8rem, calc(1.15vmax + 1rem)) ;
}

/*
.page-3 main h1:first-of-type {
   max-width: 1000px;
   font-size: calc(2vmax + 1.8rem);
}
*/

/*
#block-2::before, #block-35::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 750px;
    z-index: -1;
	background: url(/frontend/img/bg_intro.jpg) no-repeat;
	background-size: 100% auto;
    margin-top: -2.8rem;
}
*/

@media (min-width: 800px) {
	#block-3 .lead{
		padding-right: 2em;
	}
}


.block-2_cols_image{
	margin-bottom: 60px;
}
.block-2_cols_image:nth-of-type(even) .col-md-6:first-of-type{
 order:2;
}
.block-2_cols_image img.img-fluid{
 border-radius: 0px;
}

.block-info_page {
	margin-bottom: 20px;
}
.block-video {
	margin-bottom: 60px;
}

.block-video__container {
	position: relative;
	border-radius: 20px;
    overflow: hidden;
    background: black;
}

.block-video__play {
	position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
	
	/* background-blend-mode: multiply; */
    background-color: var(--color-blue);
	transition: all ease 0.3s;
}

.block-video__play-icon {
	background: #fff;
    border-radius: 200px;
    text-align: center;
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    transition: all .3s ease;
	margin: 20px auto;
	box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.3);
}

.block-video__play-icon::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    left: 18%;
}

.block-video__play-title {
    text-align: center;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
.block-video__play:hover{
	background-blend-mode: luminosity;
}

.video-carousel .block-video__play{
	border-radius: 20px;
}

.button, .button-v3{
	z-index: 20;
	transition: all ease 0.3s;
	display: inline-block;
	font-weight: 500;
    color: #fff;
	border: 1px solid transparent;
    border-radius: 40px;
    padding: 12px 3rem 11px 1rem;
    line-height: 1;
    font-size: .9rem;
	background:  var(--color-blue) url(/frontend/img/arr_top-right_white_blue.svg) no-repeat center right 8px;
	font-family: Sora, Helvetica, sans-serif;

}
.button:hover, .button-v3:hover{
    color: #fff;
	background-color: var(--color-royal);
}

.button-outline-white{
	background-color: transparent;
	border-color: #fff;
	background-image: url(/frontend/img/arr_top-right_white_dark.svg) ;
}
.button-outline-white:hover{
	background-color: var(--color-blue);
	border-color: transparent;
}

.button-secondary{
	background-color: var(--color-royal);
	background-image: url(/frontend/img/arr_top-right_white_dark.svg) ;
}
.button-secondary:hover{
	background-color: var(--color-blue);

}




ul.list{
	margin-top: 1rem ;
	margin-bottom: 1rem ;
}
ul.list li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ddd;
	list-style-type: square;
}
ul.list li::marker {
    color: var(--color-gold);
}

.files{
	padding: 0;
	border-bottom: 2px solid var(--color-gold);
	margin: 2rem 0 3rem 0;
}
.files li{
	padding: 1.25em 0 1.25em 2.75em ;
	border-top: 2px solid var(--color-gold);
	list-style-position: inside;
	list-style: none;
	background: url(/frontend/img/ico_download.svg) no-repeat   .5em center;
	background-size: 1.3em auto;
	display: flex;
}
.files li a{
	margin-right: auto;
	font-weight: 400;
}



/**/

.rozcestnik{
	margin: 50px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 105;
	background: linear-gradient(180deg, #f5f7f879 60px , #fff 120px);
	background-size: 100% auto;
}

.page-5 .rozcestnik, .page-18 .rozcestnik{
	margin-top: 0;	
	margin-bottom: 0;

}


.roz-item{
	position: relative;
	margin-top: 1rem;
	/*margin-bottom: 1rem;*/
	background: #EBF2F6;
	color: var(--color-royal);
	padding: 0;
	/*padding: 1.5rem;*/
	height: 100%;
	display: flex;
    flex-flow: column;	 
	border-radius: 20px;

}
.roz-item:hover a{
	/*color: #fff;*/
}
.roz-item img {
	 aspect-ratio: 3 / 2;
	 object-fit: cover;
	 height: auto;
	 border-radius: 20px;
}

.roz-item h2{
	font-size: 1.75rem;
	margin-bottom: 0;
	letter-spacing: -0.02em;
	padding: 0 3rem 0 2rem;
	font-weight: 600;
}
.roz-item .link{
	margin: auto 2rem 3rem 2rem;
}
.roz-item .button{
    color: #fff;
    border-right: 10px solid var(--color-blue);
    display: block;
    border-radius: 40px;
    padding: .8rem 3rem .6rem 1.5rem;
    line-height: 1;
    font-size: .85rem;
	background:  var(--color-blue) url(/frontend/img/arr_top-right_white_blue.svg) no-repeat center right;
	font-weight: 500;
}
.roz-item .button:hover{
	color: #fff;
	background-color: var(--color-royal);
	border-color: var(--color-royal);
}

.roz-item .desc ul{	
	list-style: none;
	border-top: 1px solid #eeeeee38;
	margin: 20px 2rem;
	padding: 0;
}
.roz-item .desc li{	
	border-bottom: 1px solid #eeeeee38;
	padding: .1em 0;
	background: none;
}
.roz-item .desc li a{	
	display: block;
	transition: all ease .25s;
	padding-left: 1.75rem;
	background: url(/frontend/img/arr_top_right.svg) no-repeat 10px 50%;
	font-weight: 500;
}
.roz-item .desc li a:hover{	
	padding-left: 2rem;
	color: var(--color-blue);
}



.roz-item .desc a{	
	color: var(--color-royal);
}
.roz-item .desc a:hover{	
	color: var(--color-gold);
}

.stretched::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/**/
.pocitadlo .col-md-3 {
    margin-top: 100px;
}

.counter{
/*	background:  url(/frontend/img/count_bg_1.svg) no-repeat  center top;*/
	margin: 20px 0;
	/*padding: 0 1rem;*/
	/*border-bottom: 1px solid #ddd;*/
	text-align: center;
	height: 100%;
}
.counter--img{
	text-align: center;
	opacity: .4;
	max-width: 100px;
	height: auto;
	margin: auto;
	display: block;

}
.counter-2{
	/* background:  url(/frontend/img/count_bg_2.svg) no-repeat  center top;*/
}
.counter h2{
	padding-top: 35px;
	padding-bottom: 0px;
	line-height: 1;
	margin: 20px 0;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: -1px;
}

.counter .count[data-target="1"] {
    display: none;
}

/**/

.articles{
	   /*background: rgba(0,0,0,0.5);	*/
	 /*  background: linear-gradient(0deg, #fff 50%, rgba(128,128,128,0.1) 100%);*/
}
.clanky{

}
.clanek-item{
	/* margin-bottom: 2rem; */
	/*background: #F2F2F2;*/
	height: 100%;
	padding-bottom: .5em;
}
.clanek-head{
	position: relative;
}

.clanek-photo{
	display: block;
	/*border-radius: 50px;*/
	/*box-shadow: 5px 5px 20px black;*/
	transition: all ease-in-out 0.3s;
	overflow: hidden;
}
.clanek-photo img {
	display: block;
	transition: all ease-in-out 0.3s;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	opacity: .9;
}
.clanek-photo:hover img{
	transform: scale(1.05);
	/* opacity: 0.8; */
}
.clanek-date{
	color: var(--color-blue);
	margin: 0.5rem 0;
	font-size: 0.9rem;
	padding: 0 0;
	margin: 1.5rem 0 1rem 0;
	font-weight: 500;
}
.clanek-title {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
	pointer-events: none;
	background: linear-gradient(0deg, #333, transparent 50%);
}
.clanek-title::before {
	content: "";
	display: block;
	position: absolute;
	background: var(--color-blue);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0;
	transition: all ease 0.3s;


}
.clanek-head:hover .clanek-title::before{
	opacity: 0.2;
}

.clanek-title a{
	color: #fff;
	position: absolute;
	bottom: 2rem;
    left: 2rem;
	right: 2rem;
}
.clanek-perex{
	font-size: 0.9rem;
	padding: 0 0;
}

#related-articles{
	margin-bottom: 50px;
}


/**/

.reference-param{
	padding: .35rem 0;
	font-weight: 400;
}
.reference-param .label{
	min-width: 8.5rem;
	opacity: .6;
	font-weight: 200;
}

.divider{
	border-top:3px solid var(--color-gold);
}

.btn {
    --bs-btn-border-radius: 0.2rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #009ee2;
    --bs-btn-border-color: #009ee2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #09165b;
    --bs-btn-hover-border-color: #09165b;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #09165b;
    --bs-btn-active-border-color: #09165b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009ee2;
    --bs-btn-disabled-border-color: #009ee2;
}


.btn-outline-primary {
    --bs-btn-color: #005493;
    --bs-btn-border-color: #005493;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005493;
    --bs-btn-hover-border-color: #005493;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005493;
    --bs-btn-active-border-color: #005493;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #005493;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #005493;
    --bs-gradient: none;
}

/**/
.gallery-item{
	margin-bottom: var(--bs-gutter-x);
}
.gallery-item a{
	transition: all ease 0.3s;
	background-color: var(--color-gold);
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.gallery-item img{
	aspect-ratio: 3 / 2;
    object-fit: cover;
	transition: all ease 0.3s;

}
.gallery-item a:hover img{
	opacity: .7;
}

#article-detail img.w-100{
	border-radius: 10px;
}

/**/

.block-carousel{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 110;
	/* max-width: 1900px;*/
	/* aspect-ratio: 16 / 20; */
	/* overflow: hidden;*/
	/* margin-bottom: 100px; */
	/* background: var(--color-royal);*/
	/* box-shadow: 0px 50px 50px white; */
	/* padding: 0 calc(var(--bs-gutter-x) * .5); */
	
/* 	
	padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
 */
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.video-carousel .block-carousel{
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	margin: 30px 0 120px 0;
	background: none;
	overflow: visible;
}
.video-carousel .block-video__video{
	display: flex;
}

#owl-carousel-slider::after{
	content: '';
	display: block;
	position: absolute;
	/*height: 200px;*/
	height: 75px;
	/*background: linear-gradient(0deg,#005493 0%, rgba(34, 34, 34, 0) 100%);	*/
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
#owl-carousel-slider{
	/*
	-ms-touch-action: pan-x;
	touch-action: pan-x; 
	*/
}

#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
	/* aspect-ratio: 9 / 13;  */  /* aspect-slider */
	aspect-ratio: 16 / 10; 
	object-fit: cover;
	height: auto;
	overflow: visible !important;
}
.video-carousel #owl-carousel-slider .owl-stage-outer{
	aspect-ratio: 9 / 13; 
}

.owl-item{
	/*overflow: hidden;*/
}
.intro--image {
    overflow: hidden;
    border-radius: 25px;
    /* margin: 0 calc(var(--bs-gutter-x) * .5); */
}
#owl-carousel-slider .owl-item img{
	opacity: 0;	
	transform: scale(1.1);
	transition: all ease 1s;

    /**/ object-fit: cover;
	object-position: 80% 50%;
    /*object-position: -150px -100px;	 */ 
}
#owl-carousel-slider .owl-item.active img{
	transform: scale(1);
	/* opacity: 0.8;	 */
	opacity: 1;
}
#owl-carousel-slider .owl-item a{
	color: #fff;
}
#owl-carousel-slider .owl-item a:hover{
	color: #fff;
}


#owl-carousel-partners .owl-stage{
	display: flex;
	align-items: center;
	justify-content: center;
}
#owl-carousel-partners .owl-item{
	text-align: center;
}
#owl-carousel-partners .owl-item img{
	width: 200px;
	display: inline;
	filter: grayscale(1);
    opacity: .75;
	transition: all .3s ease;;
}
#owl-carousel-partners .owl-item:hover img{
	filter: none;
    opacity: 1;
}


.owl-dots {
	/* display: flex; */  display: none;
    justify-content: center;
    position: absolute;
	z-index: 9999;
	bottom: 10px;
	left: 0;
	right: 0;
}
.video-carousel .owl-dots{
	bottom: -30px;
}

.owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	border: 1px solid #ffffff75;
	border-radius: 11px;
	margin: 0 2px;
}
.owl-dots .owl-dot.active {
	background: var(--color-gold) !important;
	border-color: var(--color-gold)  !important;
}

.video-carousel .owl-dots .owl-dot {
	border: 1px solid #ccc;
	background-color: #ccc;
}


.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 48%;
  font-size: 80px;
}
.owl-theme .owl-nav [class*=owl-] {
	display: inline-block;
	cursor: poMontserrat;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav button:focus,
.owl-theme .owl-nav span:focus {
	outline: 0;
}
.owl-theme .owl-nav span {
	display: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next
 {
    border: none ;
	  border-left: 2px solid var(--color-royal) !important;
    border-bottom: 2px solid var(--color-royal) !important;
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: 0;
    transform: rotate(45deg);
    border-radius:0;
    font-size: 0;
	position: absolute;
    left: 2.5vw;
}

.owl-theme .owl-nav .owl-next  {
    border: none !important;
	  border-right: 2px solid var(--color-royal) !important;
    border-bottom: 2px solid var(--color-royal) !important;
    transform: rotate(-45deg);
	left: unset;
	right: 2.5vw;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover
 {
    border-color: #fff !important;
}

.box {
    width: 100%;
}

.intro--caption{
  /*  padding: 4%;*/
	padding: 5%;
    position: absolute;
    z-index: 9999;
	left: 0;
	right: 0;
    bottom: 1vh;
	min-width: 50%;
    margin: auto 0;
    /*background: linear-gradient(90deg, #2b2b2b38, transparent);*/
	/* background: #0a185c; */

    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #ffffff;
}

/*
.page-3 .intro--caption{
    background: none;
}
*/


.intro--caption p{
	margin: 0;
}
.intro--caption ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 4em;
}
.intro--caption ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	position: absolute;

	/* animation: name duration timing-function delay iteration-count direction fill-mode; */
}
.intro--caption ul li:first-of-type{
	animation: subhead-anim-1 15s 0s infinite ;
}
.intro--caption ul li:nth-of-type(2){
	animation: subhead-anim-2 15s 0s infinite ;
}
.intro--caption ul li:nth-of-type(3){
	animation: subhead-anim-3 15s 0s infinite ;
}

@keyframes subhead-anim-1 {
	0% {opacity: 0;}
	10%{opacity: 1;}
	20%{opacity: 1;}
	30%{opacity: 1;}
	40%{opacity: 0;}
	50%{opacity: 0;}
	60%{opacity: 0;}
	70%{opacity: 0;}
	80%{opacity: 0;}
	90%{opacity: 0;}
	100% {opacity: 0;}
  }
@keyframes subhead-anim-2 {
	0% {opacity: 0;}
	10%{opacity: 0;}
	20%{opacity: 0;}
	30%{opacity: 0;}
	40%{opacity: 1;}
	50%{opacity: 1;}
	60%{opacity: 1;}
	70%{opacity: 0;}
	80%{opacity: 0;}
	90%{opacity: 0;}
	100% {opacity: 0;}
  }
@keyframes subhead-anim-3 {
	0% {opacity: 0;}
	10%{opacity: 0;}
	20%{opacity: 0;}
	30%{opacity: 0;}
	40%{opacity: 0;}
	50%{opacity: 0;}
	60%{opacity: 0;}
	70%{opacity: 1;}
	80%{opacity: 1;}
	90%{opacity: 1;}
	100% {opacity: 0;}
  }  

.intro--caption h2{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	/* opacity: 0; */;
	margin-top:0.5rem;

}
.intro--caption h2 strong{
	/* color: var(--color-gold); */ 
}

.intro--caption h2.initialized {
	opacity: 1;
}


/**/


.usp{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(6, auto);
	gap: 15px;
}
.usp-text{
	grid-area:  1 / 1 / span 1 / span 2;
}
.usp-percent{
	grid-area:  2 / 1 / span 1 / span 2;
}
.usp-doc{
	display: none;
}
.usp-senatorium{
	display: none;
}
.usp img{
	width: 100%;
	height: auto;
}

@media (min-width:768px) {
	.usp{
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	.usp-text{
		grid-area:  1 / 1 / span 2 / span 2;
		align-self: center;
	}
	.usp-percent{
		grid-area:  1 / 3 / span 2 / span 2;
	}
	.usp-year{
		order: 1;
	}
	.usp-f1{
		order: 2;
	}
	.usp-employee{
		order: 3;
	}
	.usp-team{
		order: 4;
	}	
	.usp-finance{
		order: 5;
	}
	.usp-value{
		order: 6;
	}

	.usp-wait{
		order: 7;
	}
	.usp-clients{
		order: 8;
	}

}

@media (min-width:1280px) {
	.usp{
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(4, auto);
	}
	
	.usp-text{
		grid-area:  1 / 1 / span 2 / span 3;
		align-self: center;
	}
	.usp-percent{
		grid-area:  1 / 4 / span 2 / span 2;
	}

	.usp-clients{
		order: 1;
		grid-row:  span 2;
		align-self: end;
	}
	.usp-year{
		order: 2;
	}
	.usp-employee{
		grid-column: 4;
	}
	
	.usp-wait{
		order: 4;
	}
	.usp-doc{
		display: block;
		order: 5;
	}
	.usp-value{
		grid-column: 3;
	}	
	.usp-finance{
		order: 7;
	}	
	.usp-senatorium{
		display: block;
		order: 12;
		grid-column: 6;
	}
}

@media (min-width:768px) {
	.values{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px 35px;
		position: relative;
	}		
}

.value-item{
	background-color: #EBF2F6;
	border-radius: 20px;
	padding: 1rem;
	padding-left: 5rem ;
	color: var(--color-royal);
	margin-bottom: 1rem;
}
.value-item h3{
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1rem 0 .25rem 0;
	color: var(--color-blue);
}
.value-item h3:before{
	content: "";
	background: url(/frontend/img/arr_fill_top_right.svg) no-repeat;
	position: absolute;
	left: -3rem;
	top: -0.1rem;
	width: 40px;
	height: 40px;
}





/**/
.scroll-more{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	width: 26px;
	border: 2px solid var(--color-gold);
	border-radius: 15px;
	z-index: 9999;
	top: calc(100vw / 1.1 + 1px);
	
}
.scroll-more:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 15%;
	left: calc(50% - 2px);
	width: 4px;
	height: 7px;
	border-radius: 1px;
	background-color: var(--color-gold);

	animation: scrollanim 3s ease infinite both ;
	
}

@keyframes scrollanim{
	0%{top: 20%;}
	50%{opacity: 1;}
	100%{top: 70% ; opacity: 0;}
}








.block-image-text > .row {
	align-items: center;
}

.block-image-text h2 {
	color: var(--main-color-hex);
}

.block-image-text .sub-block-image {
	text-align: center;
}

.block-image-text .sub-block-image img {
	max-width: 100%;
}





.gallery .gallery-item {
	margin-bottom: var(--bs-gutter-x);
}

.gallery .gallery-item a {
	aspect-ratio: 3/2;
	display: block;
}

.gallery .gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.contact-item img.thumb{
	border-radius: 20px;
	object-fit: cover;
}
.contact-item p{
	margin-bottom: 0.5rem;
}

.lang-flags{
	margin: .5rem 0;
}
.ico-lang{
	background-image: url(../img/icon-langs.png);
	background-size: auto 100%;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 25px;
	overflow: hidden;
	border-radius: 5px;
}
.ico-lang.cz{
	background-position: 0px 0px;
}
.ico-lang.sk{
	background-position: -25px 0;
}
.ico-lang.en{
	background-position: -50px 0;
}
.ico-lang.pl{
	background-position: -225px 0;
}
.ico-lang.it{
	background-position: -175px 0;
}






.form{
	/*
	padding: 3rem 10% 2rem 10%;
    border: 1px solid #999;
	*/
	max-width: 1000px;
}
.fadeblock.form{
	max-width: unset;
}

.form-item{
  width: 32%;
  padding-bottom: 1rem;
}
.form-item:nth-of-type(2n + 2){
  margin-left: var(--inner-gutter);;
}
.form-item label{
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.form-item input[type=text], .form-item textarea, button{
  width: 100%;
  font-family: var(--sans);
  font-size: var(--fs);
  font-weight: 300;
  padding: 0.5rem ;
  border-radius: 10px;
  border: none;
  box-shadow: 4px 5px 20px -10px rgba(80,80,80,0.2) ; 
  font-size: 0.9rem;
}
.form-item textarea{
  height: 5rem;
}


.textarea{
  width: 100%;
}
.form-item.checkbox{
  margin-left: 0;
   /*margin-right: var(--inner-gutter);*/
    margin-top: 1rem;
	width: 66%;
}
.form-item.submit{
  margin-top: 0.5rem;
}
.g-recaptcha{
  width: 100%;
  margin: 0;
}
.g-recaptcha > div{
}






.form-group{
	margin-bottom: 1.5rem;
}

input[type=password]{
    border-radius: 30px;
    border: none;
    padding: 18px 1em;
    width: min(400px, 100%);
    display: inline-block;
	padding-left: 3em;
    background: #fff url(/frontend/img/ico_lock.svg) no-repeat 6% 50%;
}


.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*
#block-2{
	padding-top: 2rem ;
	padding-bottom: 1rem ;
}
*/

/*	mapa	*/
#block-196{
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#block-196 *{
	color: #fff;
}
#block-196:before {
    content: "";
    display: block;
    background: #8f8f93;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
}

#block-234, #block-276 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0;
	margin-top: 100px;
}
#block-234 *, #block-276 *{
	color: #fff;
}
#block-234 .grid, #block-276 .grid{
	align-items: center;
}
#block-234 .grid p, #block-276 .grid p{
	margin: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 3rem;
	background: url(/frontend/img/favicon.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 .8rem ;
}
#block-234:before, #block-276:before {
    content: "";
    display: block;
    background: var(--color-royal);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
}



#pobocky{
	background: #8f8f93;
	color: #fff;
	padding: 100px 0;
}
#pobocky *{
	color: #fff;
}

#svg_map{
	position: relative;
	z-index: 120;	
	margin: 100px 0;
}
#svg_map svg{
	width: 100%;
	height: 100%;
}
.map-marker{
	cursor: pointer;
	transform: translate(-50%,-50%);
}
@media (max-width: 1200px){
	.map-marker {
		width: 60px;
	}
}
#mapItems li{
	border-bottom: 1px solid #aaaaaa8c;
	padding: .5rem 0;
}
#mapItems li:first-of-type{
	border-top: 1px solid #aaaaaa8c;
}

#mapItems ul{
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

.partneri{
	order: 100;
}

#block-242 .row{
	align-items: center;
}

#tym {
	max-width: unset;
}

.tym-item, .tym-second{	
	background: linear-gradient(180deg, #f5f7f879 60px , #fff 120px);
    background-size: 100% auto;
/* 	padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
 */	
 	margin-bottom: 2rem;
	padding-top: 2rem;
}

.tym-item{
	flex-direction: column;
}
.tym-item > div{
	width: 100%;
}

.tym-inicialy{
		display: flex;
		flex-direction: column;
		gap: 1rem;
}

.tym-foto{
	max-width: min(200px, 100%);
	border-radius: 500px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
	order: 2;
	margin: 0 3rem -80px 3rem;
	align-self: center;
}
.tym-jmeno{
	margin-top: 1.5rem;
	margin-bottom: .25rem;
	color: var(--color-blue);
	text-transform: uppercase;
}
 .tym-pozice{
	line-height: 1.25;
	font-weight: 500;
}

.solo{
	text-align: center;
}
.solo .tym-head {
    /* padding: 2rem 2rem;
	margin-top: -2rem; */
	background-color: #EBF2F6;
	border-radius: 25px;
	padding: 2.5rem 1rem 0.5rem 1rem;
	text-align: center;
}
.solo .tym-foto{
	margin-bottom: -30px;
	margin-left: 2rem;
	margin-right: 2rem;
}


.tym-fraze blockquote {
    font-size: 1rem;
	line-height: 1.45;
	padding-top: 4rem ;
	padding-bottom: 4rem ;
	font-weight: 500;
	background-size: 90px;
}

@media (min-width:768px){
	/* .tym-item  .col-md-4:first-of-type{
	order: 2;
	} */
}

.solo .tym-pozice{
	min-height: 3em;
}



#block-248 .col-md-4:first-of-type, #block-248 .col-md-4:nth-of-type(2) {
	background: url(/frontend/img/favicon.svg) no-repeat;
	background-size: 40px 40px;
	background-position: 2rem top;
}
#block-248 .col-md-4 p{
	padding-left: 3rem;
}


.mt-minus{
	margin-top: -3.5rem;
}

.leaf-radius{
	border-radius: 25px;
}

.theme-phf {
    max-width: 30%;
}
 .phf-text{
	font-family: Sora;
	color: var(--color-royal);
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 3rem;
 }

 #block-347{  /*	nase hodnoty	*/
	margin-top: var(--bs-gutter-x);
	padding-top: .5rem;
	background: linear-gradient(180deg, #f5f7f879 60px , #fff 120px);
    background-size: 100% auto;

	max-width: unset;
	padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
 }


#block-359 .row,
#block-360 .row{ /* projekty loga*/
		--bs-gutter-x: 1.5rem;
	}
#block-359{
	margin-top: 4rem;
}
#block-360{
	/* margin-bottom: 2rem; */
}

#block-371 .row{  /* investice svg */
	--bs-gutter-x: 1.5rem;
}


.text-blue{
	color: var(--color-blue);
}
.bg-bluelight{
	background-color: #EBF2F6;
}

.block-2_cols{
	position: relative;
}

.sektor-item::after {
    content: "";
    display: block;
    height: 200px;
    background: linear-gradient(180deg, #eceef370, transparent);
    left: -50vw;
    position: absolute;
    width: 200vw;
    top: 0;
    z-index: -1;
}

#block-373{ /* akcie YT */
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#block-373 .row{
	align-items: center;
}

.youtube-iframe {
    z-index: 99;
    position: relative;
	border-radius: 25px;
}
.investice-yt{
	margin-top: -2rem; 
	padding-top: 5rem !important;
}

.prospekty {
	display: block;
    margin-top: -6rem;
    align-self: center;
    margin-bottom: 1rem;
    justify-self: center;
}

.fadeblock{
	background: linear-gradient(180deg, #f5f7f879 60px , #fff 120px);
	background-size: 100% auto;
}



@media (max-width: 768px){
	.page-55 #owl-carousel-slider .owl-item img{
		object-position: 10% bottom;
	}

	.page-55 #owl-carousel-slider .owl-stage-outer, 
	.page-55 #owl-carousel-slider .owl-item img{
		aspect-ratio: 9 / 13;   /* aspect-slider */
	}


	.page-55 #owl-carousel-slider .owl-item img{
		opacity: 0 !important;
	}
	.page-55 .intro--image:before {
		content: "";
		width: 100%;
		height: 100%;
		background: url(/frontend/img/intro_index_sm.jpg) no-repeat 0% 10%;
		background-size: cover ;
		position: absolute;
		/* z-index: 1; */
		overflow: hidden;
		border-radius: 25px;
	}
}


.page-56 #owl-carousel-slider .owl-item img{
	object-position: 95% 50%;
}

.block-password {
    margin: 15vh auto;

}
.block-password-box{
    color: #fff;
	padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
    background: linear-gradient(0deg, #009FE3, #5FCCFA);
    border-radius: 25px;
	padding: 1rem;

}
#block-380::after {
    content: "";
    display: block;
    height: 200px;
	background: linear-gradient(180deg, #f5f7f879 60px , #fff 120px);
    left: -50vw;
    position: absolute;
    width: 200vw;
    top: 0;
    z-index: -1;
}
#block-380{
	padding-top: 3rem;
}

.locked{
	position: relative;
    display: inline-flex;
    align-items: center;
    width: min(400px, 100%);

}
.locked input[type=submit]{
	position: absolute;
    right: 10px;
}




.list-group-item  {
	background: none;
	font-family: Sora;
}



















/*    ----------------------               RESPONSIVE           -----------------------           */




/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 380px) {
	.header-logo {
		max-width: 120px;
	}
	/* .header-nav-toggler button {
		width: 65px;
	} */
	blockquote{
		padding: 3rem;
	}
}


/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 576px) {
	:root {
	   --bs-gutter-x: 30px;
    }
	header{
		/*height: 120px;*/
	}
	.header-logo {
		max-width: 180px;
	}
	.lang a{
		padding: 0 1.5rem 0 1.5rem;
	}

	.nav-modal .mega-menu a{
		font-size: 2rem;
		text-transform: none;
		/*padding: 0;*/
	}
	
	.footer > div {
		width: auto;
	}
	
	.footer-social {
		margin-bottom: unset;
	}

	.content-wrapper .block-carousel:first-child {
		/*margin-top: -150px;*/
	}
	
/* 	
.block-carousel{
		aspect-ratio: 16 / 10;
	}
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 10;
	}
	 */

	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
		width: 60px;
		height: 60px;
	}
	.owl-dots{
		bottom: 30px;
	}
	.video-carousel .owl-dots{
		bottom: -30px;
	}
	.owl-dots .owl-dot {
		width: 18px;
		height: 18px;
		border: 2px solid #ffffff75;
		margin: 0 5px;
	}
	.video-carousel .owl-dots .owl-dot {
		border: 2px solid #ccc;
		background-color: #ccc;	
	}
	#owl-carousel-slider::after{
		height: 200px;
	}

	.page-55 #owl-carousel-slider .owl-item img{
		object-position: 2% bottom;
	}

	.intro--caption{
		font-size: 1.25rem;
		bottom: 20%;
	}
	.scroll-more{
		display: block;
		top: 45vw;
	}
/*
	.nav-modal .mega-menu a::after{
		width: 2rem;
		margin: 0;
	}
		*/
	.nav-modal{
		text-align: left;
	}

}



/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 768px) {
	header{
		height: 155px;
		padding: 0;
		display: block;
	}
	.header-nav{
		display: flex;
        align-items: center;
		flex-direction: column;
	}
	.button-invest{
		margin-left: auto;
		position: absolute;
		right: 0;
		bottom: calc((1.3rem + 3px) * -1);
	}
	.header-nav-toggler{
		display: none;
	}   
	.header-logo a:after{
		content: "";
		width: 395px;
		height: 90px;
		display: block;
		position: absolute;
		background: url(/frontend/img/logo_extend.svg) no-repeat left center; 
		top: 70px;
        left: 0;
	}
	.header {
		position: relative;
	}
	.header-nav ul {
        margin: 0 0 0 40px;
    }
	
	
	.header-nav > ul > li:nth-of-type(5) {
		position: absolute;
		right: 0;
		bottom: -27px;

		display:none;
	}
	

	.header-nav .sub ul {
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #fff;
		/* background: radial-gradient(farthest-corner at 40px 190px,    #ffff 50%,    rgb(223,223,223) 100%); */
		left: 0px;
		text-align: left;
		padding: 20px 0;
		z-index: 5;
	}	
   	
   	.header-nav .sub:hover ul {
   		display: block;
   	}
   	
   	.header-nav .sub ul a {
   		margin: 0;
   		padding: 15px 70px 15px 60px;
    	display: block;
		position: relative;
		font-weight: 400;
   	}
   	.header-nav .sub ul a:after {
   		content: ">";
		position: absolute;
		left: 40px;
		color: var(--color-gold);
		font-weight: 300;
    	transform: scaleY(2);
   	}   
   	.header-nav .sub ul a:hover {
   		color: #000;
   	}	    
	   	.header-nav .sub ul a:hover:after {
   		color: var(--color-blue);
   	}	
	
        
	.header-nav .sub > a > span {
		display: none;
	}
	.nav-modal .mega-menu{
		margin-top: 50px;
		text-align: left;
	}
	.nav-modal .mega-menu a{
		margin: 0 0 30px 0;
	}

	.rozcestnik .row {
		--bs-gutter-x: 1.5rem;
	}

	.roz-item{
		/*padding: 1rem 2.5rem 3rem 2.5rem;*/
	}
	.roz-item .desc{	
		/*padding-right: 25%;*/
	}
	.roz-item img{
		/* max-width: 120px; */
	}
	.contacts{
		display: block;
	}
	.order-md-2{
		order: 2;
	}

	.start-invest{
		margin-top: -70px;
		padding: 3rem 2.5rem;
	}
	.footer .nav-menu{
		font-size: 1rem;
	}
	.menu-contact {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.copyright {
		position: absolute;
		right: 30px;
		bottom: .5rem;
		;
	}
	.copyright p{
		white-space: nowrap;	
	}
	.theme-phf {
		max-width: unset;
	}
	blockquote{
	    padding: 3.5em 7em;

	}

	
	.tym-inicialy{
		flex-direction: row;
		gap: 1rem;
	}

	.tym-foto{
		max-width: min(220px, 100%);
		margin: 0 1rem -80px auto;
		align-self: end;

	}
	.tym-fraze blockquote {
		background-size: 130px;
	}
	.solo .tym-foto{
		margin-bottom: -50px;
		margin-left: auto;
		margin-right: auto;
	}

	.investice-yt{
        margin-top: 0 !important;
        padding-top: 3rem !important;
        margin-left: -6rem;
        padding-left: 5rem !important;	
	}
	.prospekty {
		margin-top: 0;
		margin-bottom: 0;
	}

	.page-55 #owl-carousel-slider .owl-item img{
		object-position: 20% bottom;
	}
	.intro--caption{
		max-width: 70%;
		margin: auto;

	}



}







/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 992px) {
	

	.intro--caption{
		/* padding: 7% 4% 5% 4%; */
		/* width: 70%; */
		font-size: 1.5rem;
		/* top: 40%;
		top: unset; */
	}
	.intro--caption h2{
		/*font-size: 3rem;*/
		font-size: calc(1.25vmax + 1.4rem);
	}
	#slider-calendar{
		position: absolute;
		z-index: 999;
			
		right: 10%;
		top: calc(100vw / 7);
		/*bottom: 15%;*/
		/*height: 20vh;*/
		/*min-height: 14em;*/
		width: 35%;
		max-width: 500px;
		padding: 2rem 2rem 2.5rem 2rem;
		margin: auto;
	}
	.owl-item img{
		/* filter: blur(1px);  */
	}
	.owl-dots{
		bottom: -60px;
	}
	.video-carousel .owl-dots{
		bottom: -60px;
	}
	footer .menu-contact{
		justify-content: end;
	}
	.creactive{
		padding-bottom: 3rem;
		text-align: right;
	}
	.reference-param .label{
		min-width: 10rem;
	}


 	
}





/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1200px) {

	html{
		font-size: 17px;
	}
	h2, .h2 {
    font-size: 2rem;
	}
	header{
		/*font-size: 1.1rem;*/	
	}
	.header-logo {
		max-width: 240px;
	}
	.header-nav ul {
		margin: 0 0 0 40px ;
	}
	.header-nav .nav-menu > li > a{
		margin-left: 0px;
		margin-right: 0px;
		/*padding: 50px 15px;*/
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-nav > ul > li:nth-of-type(5) {
		position: static;
		right: unset;
		bottom: unset;
		margin-left: 10px;

		display:none;
	}

	.lang{
		margin-right: 25px ;
	}

	.block-carousel{
		aspect-ratio: 16 / 6;
	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 9;
	}	

	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 6;
	}
	.video-carousel #owl-carousel-slider .owl-stage-outer{
		aspect-ratio: 16 / 9; 
	}
	

	.scroll-more{
		top: calc(38vw - 30px);
	}
	.intro--caption{
		font-size: 1rem;
	}
	.block-info_page {
		margin-bottom: 50px;
	}

}




/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1400px) {

	html{
		font-size: 19px;
	}
	header{
		height: unset;
	}
	.header-logo a:after{
        top: 18px;
        left: 175px;	
	}
	.header-nav{
		flex-direction: row;
	}
	.button-invest{
		margin-left: 10px;
		position: static;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1600px;
	}   
	
	.intro--caption{
		font-size: 1.4rem;
		bottom: 0;
		padding-bottom: 3%;
	} 
	.rozcestnik{
		padding-left: 50px;
		padding-right: 50px;
	} 

	.block-carousel{
		aspect-ratio: unset;
		/* box-shadow: 0px 100px 100px white; */

	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 4;
	}	
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 4;
	}
	.video-carousel #owl-carousel-slider .owl-stage-outer{
		aspect-ratio: 16 / 4; 
	}
	.tym-item, .tym-second{	
		padding-left: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
		padding-right: max( calc((100% - 1600px ) / 2 + (var(--bs-gutter-x) / 2) ), calc(var(--bs-gutter-x) / 2) );
	}
	.tym-inicialy{
		gap: 5rem;
	}
	.tym-foto{
		max-width: min(370px, 100%);
		margin: 0 4rem -100px auto;

	}
	.tym-fraze blockquote {
		background-size: auto;
	}
	.footer .nav-menu{
		gap: .3rem;
	}
	.prospekty {
		width: 430px;
		margin-top: -6rem;
	}


}


/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1600px) {

}







/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1900px) {

/*
	.block-carousel{
		aspect-ratio: 16 / 4;
	}
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 4;
	}
		*/
	.intro--caption{
		/* width: 40%; */
	} 



}




/* 	----------------------------------------------------------------------------------	 */

@media (max-width:578px){
	h1{
		font-size: 2rem;
	}
/* 	h2{
		font-size: 1.6rem;
	} */	
	.lead{
		font-size: 1.2rem;
	}
	
	.block-video__play-icon{
		border-radius: 150px;
		width: 80px;
		height: 80px;
		margin: 10px auto;
	}
	.block-video__play-icon::before {
		border-top: 30px solid transparent;
		border-right: 30px solid #000;
		top: 32%;
		left: 22%;
	}
	.block-video__play-title{
		font-size: 1rem;
	}

	.pocitadlo .col-md-3{
		margin-top: 50px;
	}
	.counter h2{
		padding-top: 0;
	}
	blockquote{
		font-size: 1.25rem;
	}
	.roz-item h2{
		font-size: 2rem;
	}
}
	






/* 	----------------------------------------------------------------------------------	 */
/*										V3												 */
/* 	----------------------------------------------------------------------------------	 */




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--color-royal);
    margin-bottom: 1.5rem;
    line-height: 1.35;
}

.header-nav .nav-menu > li > a{
	/*font-size: .9rem;*/
	color: var(--color-royal)
}

.header-nav > ul > li:nth-of-type(5){
/*
	order:100;
	align-self:center;
	align-items:center;
	display: flex;
*/
	display:none;
}

.header-nav > ul > li:nth-of-type(5) a {
/* 
	background: var(--color-royal);
    color: #fff;
    border-radius: 30px;
    align-self: center;
    padding: 13px 3em 12px  1.25em;
    font-size: 0; */ /*  .9rem */
	/* line-height: 1;
	border-right: 10px solid transparent;
	background:  var(--color-royal) url(/frontend/img/arr_top-right_white_blue.svg) no-repeat center right; */

}
/* 
.header-nav > ul > li:nth-of-type(5) a:before {
    font-size: .9rem;
    content: "Začít investovat";
    padding: 13px 3em 13px 1.25em;
}
.header-nav > ul > li:nth-of-type(5) a:hover {
    background-color: var(--color-blue);
	color: #fff;
}
 */

.header-invest{
    order: 4;
    background-color: var(--color-royal);
}


.partneri{
	order: unset;
}


.page-55 .partneri h2{
	display:none;

}


@media (min-width: 1900px) {

	.block-carousel {
       /*  aspect-ratio: 16 / 4; */
		/* margin-bottom: 0; */
    }
    .intro--caption {
        width: 100%;
        background: none;
        left: 0;
        top: 0;
		font-size: 1rem;
    }

    #owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img {
       /* aspect-ratio: 16 / 4;*/
    }

}


.v2{
	display: none !important;
}