/* general css ----------------------------------- */
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

body {
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	background: #fff;
	color: #686A7E;
}

body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background: #fff;
}

body::-webkit-scrollbar-thumb {
	background-color: #6124AA;
	border: 1px solid #6124AA;
}

div {
	scrollbar-width: thin;
	scrollbar-color: #6124AA #fff;
}

div::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

div::-webkit-scrollbar-track {
	background-color: #fff;
}

div::-webkit-scrollbar-thumb {
	background-color: #6124AA;
}

div::-webkit-scrollbar-track,
div::-webkit-scrollbar-thumb {
	border-radius: 12px;
}

img {
	max-width: 100%;
}

a,
button,
img,
header,
footer,
span,
strong,
::before,
::after,
input,
td,
.jak01list>li {
	transition: all 0.3s ease-in-out;
	outline: none;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #6124AA;
	font-size: 36px;
	font-weight: 900;
	margin: 0 0 15px 0;
}

h3 {
	color: #6124AA;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 15px 0;
}

h4 {
	color: #6124AA;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

h6 {
	color: #6124AA;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.shadow main,
.shadow footer {
	filter: blur(4px);
	transform: scale(1.02);
}

.modal-open section,
.modal-open footer,
.modal-open header {
	filter: blur(4px);
	transform: scale(1.02);
}

section,
.container {
	position: relative;
}

section {
	padding: 60px 0;
}

.container {
	max-width: 1240px;
}

.landscape,
.mobile {
	display: none !important;
}

@keyframes hovermenu {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.sitebar {
	position: fixed;
	top: 0;
	left: 0;
	background: #E4252A;
	height: 3px;
	z-index: 30;
}

.scrolltop {
	border-radius: 100%;
	display: block;
	position: fixed;
	z-index: 5;
	bottom: 16vh;
	right: 3%;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	width: 48px;
	height: 48px;
}

.scrolltop::before {
	border-bottom: solid 2px #6124AA;
	border-left: solid 2px #6124AA;
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	transform: rotate(135deg);
	left: 17px;
	top: 20px;
}

.scrolltop:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.scrolltop:hover::before {
	transform: rotate(135deg) scale(1.2);
}

/* butony --------------------------- */
.btn01,
.btn03 {
	color: #fff;
	background: #E4252A;
	padding: 10px 18px;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	border: none;
}

.btn01:hover,
.btn03:hover {
	color: #fff;
	background: #6124AA;
}

.btn02 {
	color: #fff;
	background: #E4252A;
	padding: 4px 12px;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	border: none;
	min-height: 100%;
}

.btn02:hover {
	color: #fff;
	background: #6124AA;
}

/* formulare --------------------------- */
.form-control {
	color: #6D758F;
	border: none;
	font-size: 16px;
	border-radius: 5px;
}

.form-control::placeholder {
	color: #6D758F;
	font-size: 16px;
	font-weight: 400;
}

.form-control:focus {
	background: none;
	border-color: #947965;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
	color: #fff;
}

.pozadi .form-control {
	color: #686A7E;
	border-radius: 6px;
	background: #FBF8FF;
	height: 40px;
	margin: 5px 0 20px 0;
}

.pozadi textarea.form-control {
	height: 120px;
}

.pozadi label {
	color: #6124AA;
	font-weight: 600;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}

.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 10px;
	font-weight: 600;
	color: #947965;
}

.checkbox a {
	color: #947965;
	text-decoration: underline;
}

.checkbox a:hover {
	color: #947965;
	text-decoration: none;
}

.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 20px;
	width: 20px;
	border: solid 1px #947965;
	border-radius: 6px;
}

.checkmark:before {
	content: "";
	position: absolute;
	display: none;
}

.checkbox input:checked~.checkmark:before {
	display: block;
}

.checkbox .checkmark:before {
	left: 4px;
	top: 4px;
	width: 11px;
	height: 7px;
	border-left: solid 2px #947965;
	border-bottom: solid 2px #947965;
	transform: rotate(-45deg);
}

.checklabel {
	transform: translate(0, 2px);
	display: inline-block;
	text-align: left;
	margin-right: -50px;
}


/* modal -------------------------------------- */
.modal-dialog {
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
	position: relative;
}

.modal-dialog .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	opacity: 1;
	margin: 0;
	right: 20px;
	top: 20px;
	background: none;
	z-index: 5;
	cursor: pointer;
}

.modal-dialog .close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
}

.modal-dialog .close:hover span {
	transform: rotate(90deg);
}

.modal-dialog .close span::before,
.modal-dialog .close span::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #1E1001;
	content: "";
	transform: rotate(45deg);
}

.modal-dialog .close span::after {
	transform: rotate(-45deg);
}

.modal-header {
	border-bottom: none;
	padding: 0;
}

.modal-content {
	border: none;
	border-radius: 20px;
	padding: 25px 40px 30px 40px;
	background: #CEBEAE;
	color: #1E1001;
}

.modal-body {
	padding: 20px 0 0 0;
	font-family: "Inter", serif;
}

.modal-body h3 {
	font-size: 36px;
	font-family: "Forum", serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 0 0 40px 0;
}



/* navigace ----------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding: 20px 0;
	background: #fff;
}

.scroll-down header {
	top: -120px;
}

.shadow header {
	top: 0 !important;
}

.navbar-nav {
	position: relative;
	z-index: 2;
}

.logo {
	position: absolute;
	width: 252px;
	left: 15px;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
	display: block;
	image-rendering: auto;
}

header .nav-item {
	padding: 0 20px;
}

header .nav-item:last-child {
	padding-right: 0;
}

header .nav-link {
	color: #6124AA;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 16px;
}

header .nav-link:hover,
header .nav-link:focus {
	color: #6124AA;
}

header .nav-item .nav-link:hover::before {
	background: #6124AA;
	width: 100%;
	height: 1px;
	bottom: 8px;
	left: 0;
	animation: hovermenu 0.4s 1;
	content: "";
	position: absolute;
}

header .nav-item:last-child .nav-link:hover::before {
	display: none;
}

header .nav-item:last-child .nav-link {
	color: #fff;
	background: #E4252A;
	padding-left: 18px !important;
	padding-right: 18px !important;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}

header .nav-item:last-child .nav-link:hover {
	color: #fff;
	background: #6124AA;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
	box-shadow: none;
	border: none;
	margin-bottom: 20px;
}

.hamburger {
	width: 30px;
	height: 30px;
	position: absolute;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 10px;
	top: 14px;
	z-index: 2;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.hamburger span {
	background: #6124AA;
}

.hamburger span:nth-child(1) {
	top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 7px;
}

.hamburger span:nth-child(4) {
	top: 14px;
}

.hamburger.open span {
	height: 2px !important;
}

.hamburger.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.hamburger.open span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.hamburger {
	right: 0;
	top: 12px;
}

.hamburger span:nth-child(4) {
	width: 50%;
	right: 0;
	left: auto;
}

.hamburger:hover span:nth-child(4) {
	width: 100%;
}

.hamburger.open span:nth-child(4),
.hamburger.open:hover span:nth-child(4) {
	width: 0;
}

.dropdown-submenu>.dropdown-menu {
	top: 100%;
	left: 20px;
	right: 0;
	border: none;
	background: none;
	padding-top: 20px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu-content {
	background: #fff;
	border-radius: 10px;
	padding: 60px 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	display: flex;
	position: relative;
}

.dropdown-menu-content::before {
	background: #FBF8FF;
	border-radius: 10px;
	padding: 40px;
	content: "";
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
	width: 48%;
	z-index: 0;
}

.dropdown-menu-content>ul {
	list-style-type: none;
	width: 50%;
	padding: 0;
	margin: 0;
}

.dropdown-menu-content>ul li a {
	color: #6124AA;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

.dropdown-menu-content>ul li.active>a,
.dropdown-menu-content>ul li a:hover {
	text-decoration: underline;
}

.dropdown-submenu a:after {
	display: none;
}

.dropdown-submenu>.dropdown-menu.level02 {
	top: 40px;
	left: 45%;
	padding-left: 30px;
	min-height: 90%;
}

.nav-item.dropdown-submenu:hover>a::before {
	background: #6124AA;
	width: 100%;
	height: 1px;
	bottom: 8px;
	left: 0;
	animation: hovermenu 0.4s 1;
	content: "";
	position: absolute;
}

#navigace li.nav-item.dropdown-submenu:hover .dropdown-submenu:first-child .dropdown-menu.level02 {
	display: block;
}

#navigace .dropdown-menu-content>ul:hover .dropdown-menu.level02 {
	display: none !important;
}

#navigace .dropdown-menu-content>ul>li:hover .dropdown-menu.level02 {
	display: block !important;
}

/* content01 ------------------------- */
.content01 {
	overflow: hidden;
}

.hero-slider {
	margin: 50px 0 25px 0;
	border-radius: 5px;
	overflow: hidden;
}

.hero-slider .slick-slide {
	position: relative;
	background: #000;
}

.hero-slider img {
	aspect-ratio: 16 / 6;
	object-fit: cover;
	opacity: .6;
	width: 100%;
}

.popisek {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
}

.popisek h2 {
	font-size: 48px;
	font-weight: 900;
	margin: 0 0 10px 0;
	color: #fff;
}

.hero-slider .slick-dots {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	list-style-type: none;
}

.hero-slider .slick-dots li {
	display: inline-block;
	padding: 0 8px;
}

.hero-slider .slick-dots button {
	border-radius: 100%;
	width: 12px;
	height: 12px;
	background: #fff;
	text-indent: -9999px;
	border: none;
}

.hero-slider .slick-dots .slick-active button {
	background: #6124AA;
}

.hero-slider .slick-arrow {
	position: absolute;
	top: 49%;
	left: 15%;
	background: none;
	text-indent: -9999px;
	border: none;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	z-index: 3;
}

.hero-slider .slick-next {
	left: auto;
	right: 15%;
	transform: rotate(-135deg);
}

.hero-slider .slick-prev:hover {
	transform: rotate(45deg) scale(1.2);
}

.hero-slider .slick-next:hover {
	transform: rotate(-135deg) scale(1.2);
}

.pozadi {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	min-height: 100%;
	border-radius: 5px;
	padding: 40px;
	background: #fff;
}


.content01 .col-md-4:nth-child(3) .pozadi {
	background: #6124AA;
	color: #fff;
}


.content01 h1,
.content01 h3,
.content01 h4 {
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 5px 0;
	color: #6124AA;
	position: relative;
	/*padding-top: 75px;*/
}

.content01 h4 {
	color: #fff;
}

/*
.content01 h1::before,
.content01 h3::before,
.content01 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-radius: 15px;
	background: #FBF8FF url("../images/ico01.svg") no-repeat center;
	background-size: 36px auto;
}
*/

.content01 h1::before {
	background-image: url("../images/ico02.svg");
}

.content01 h4::before {
	background-image: url("../images/ico03.svg");
	background-color: rgba(255, 255, 255, .1);
}

.content01 .pozadi p {
	line-height: 24px;
	min-height: calc(24px * 2);
}

.pozadi>a {
	display: inline-block;
	background: url("../images/sipka-seda.svg") no-repeat center right 5px;
	background-size: 15px auto;
	padding: 1px 30px 2px 0;
	color: #686A7E;
	text-decoration: none;
}

.pozadi>a:hover {
	background-position: center right 0;
	filter: contrast(500%);
}


.content01 .col-md-4:nth-child(3) .pozadi a {
	background-image: url("../images/sipka-bila.svg");
	color: #fff;
}


/* content02 ------------------------- */
.content02 {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	background: #6124AA;
}

.content02 p {
	margin: 0;
}

/* content03 ------------------------- */
.content03 {
	background: #FBF8FF;
}

.content03 .col-md-7 {
	padding-bottom: 40px;
}

.content03 .col-md-6 {
	margin-bottom: 40px;
}

/* content04 ------------------------- */
.content04 .col-md-5,
.content04 .col-md-4 {
	margin-bottom: 40px;
}

.perex {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	min-height: 100%;
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 24px 24px 90px 24px;
}

.perex img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: calc(100% + 48px);
	max-width: none;
	border-radius: 5px;
	margin: -24px -24px 20px -24px;
}

.perex p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.perex>a {
	display: inline-block;
	background: url("../images/sipka-seda.svg") no-repeat center right 5px;
	background-size: 15px auto;
	padding: 1px 30px 2px 0;
	color: #686A7E;
	text-decoration: none;
}

.perex>a:hover {
	background-position: center right 0;
	filter: contrast(500%);
}

.perex>span {
	position: absolute;
	display: inline-block;
	background: #FBF8FF;
	color: #6124AA;
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 12px;
	left: 24px;
	bottom: 24px;
}

.perex>date {
	position: absolute;
	display: inline-block;
	color: #6D758F;
	right: 24px;
	bottom: 24px;
}

.content04 hr {
	border-top: solid 1px #E1E4ED;
	opacity: 1;
	margin-bottom: 40px;
}

/* content05 ------------------------- */
.content05 {
	color: #fff;
	background: #6124AA;
}

.content05 h2 {
	color: #fff;
}

.content05 form,
.content05 form * {
	position: relative;
}

.content05 form {
	margin-top: 40px;
}

.content05 form::before {
	position: absolute;
	content: "";
	left: 8px;
	top: -5px;
	right: 8px;
	bottom: -5px;
	background: #fff;
	border-radius: 5px;
}

.content05 .form-control {
	color: #6D758F;
}

.content05 .btn02 {
	width: 100%;
	text-align: center;
}

.content05 .btn02 {
	width: 100%;
	text-align: center;
}

.loga {
	padding-top: 20px;
}

.loga img {
	margin: 15px 40px;
}


/* footer ----------------------------------- */
footer {
	border-top: solid 1px #E1E4ED;
	padding: 30px 0;
	background: #fff;
	z-index: 3;
	position: relative;
}

footer .col-md-6,
footer .col-md-6 a {
	color: #6124AA;
}

footer .col-md-3 img {
	width: 252px;
}

footer ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ol li {
	display: inline-block;
	margin-right: 16px;
}

footer ol li a {
	background: #6124AA url("../images/fb.svg") no-repeat center;
	background-size: 14px auto;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	font-size: 0;
}

footer ol li.x a {
	background-image: url("../images/x.svg");
}

footer ol li.instagram a {
	background-image: url("../images/ig.svg");
}

footer ol li.linkedin a {
	background-image: url("../images/in.svg");
}

footer ol li.youtube a {
	background-image: url("../images/yb.svg");
}

footer ol li a:hover {
	transform: scale(1.2);
}

/* bubles ----------------------------- */
.bubles {
	position: absolute;
	z-index: 0;
}

.buble01 {
	width: 400px;
	left: -150px;
	top: 150px;
}

.buble02 {
	width: 300px;
	right: -160px;
	top: 280px;
}

.buble03 {
	width: 210px;
	left: 30px;
	top: 60px;
}

.buble03a {
	width: 270px;
	right: -80px;
	top: 40%;
}

.buble04 {
	width: 360px;
	right: -160px;
	top: 50px;
}

.buble04.buble04a {
	right: auto;
	left: -300px;
	top: 65%;
	width: 440px;
}

.buble05 {
	width: 360px;
	left: -150px;
	top: 260px;
}

.buble06 {
	width: 280px;
	left: 5%;
	top: 100px;
}

/* vypis ----------------------------- */
.buttons .button {
	display: inline-block;
	background: #FBF8FF;
	color: #6124AA;
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 12px;
	border: none;
	margin-left: 12px;
}

.buttons .button.active {
	background: #6124AA;
	color: #fff;
}

.grid .item.hide {
	display: none;
}

/* content06 ------------------------- */
.content06 h1 {
	color: #6124AA;
	font-size: 48px;
	font-weight: 900;
	margin: 80px 0 10px 0;
}

.hlavni-clanek {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.hlavni-clanek .col-sm-7 {
	padding: 20px 50px 20px 70px;
	position: relative;
}

.hlavni-clanek img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 112%;
	max-width: none;
	margin: 0 0 0 -20px;
}

.perex p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hlavni-clanek .col-sm-7>a {
	display: inline-block;
	background: url("../images/sipka-seda.svg") no-repeat center right 5px;
	background-size: 15px auto;
	padding: 1px 30px 2px 0;
	color: #686A7E;
	text-decoration: none;
}

.hlavni-clanek .col-sm-7>a:hover {
	background-position: center right 0;
	filter: contrast(500%);
}

.hlavni-clanek .col-sm-7>span {
	position: absolute;
	display: inline-block;
	background: #6124AA;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 12px;
	left: 70px;
	bottom: 0;
}

.hlavni-clanek .col-sm-7>date {
	position: absolute;
	display: inline-block;
	color: #6D758F;
	right: 50px;
	bottom: 0;
}

.hlavni-clanek .col-sm-7 hr {
	border-top: solid 1px #E1E4ED;
	opacity: 1;
	margin-bottom: 50px;
}

.content06 .buble04 {
	top: 150px;
}

/* content07 ------------------------- */
.content07 {
	background: #FBF8FF;
	padding-top: 180px;
}

.content07 h1 {
	color: #6124AA;
	font-size: 48px;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.detail {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	border-radius: 5px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 40px;
}

.detail img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	max-width: none;
	margin: 20px 0;
	border-radius: 5px;
}

.detail .col-lg-12 span {
	display: inline-block;
	background: #FBF8FF;
	color: #6124AA;
	font-size: 14px;
	border-radius: 5px;
	padding: 8px 12px;
	margin: 20px 0;
}

.zpet {
	display: inline-block;
	background: url("../images/sipka-leva.svg") no-repeat center left 5px;
	background-size: 15px auto;
	padding: 1px 0 2px 30px;
	color: #686A7E;
	text-decoration: none;
	margin-left: -5px;
}

.zpet:hover {
	background-position: center left 0;
	filter: contrast(500%);
}

.detail .col-12 date {
	display: inline-block;
	background: url("../images/ico04.svg") no-repeat center left;
	background-size: 18px auto;
	padding: 2px 0 2px 30px;
	color: #686A7E;
	text-decoration: none;
	margin: 20px 0;
}

/* content08 ------------------------- */
.content08 {
	padding-top: 120px;
}

.content08 h3 {
	font-size: 28px;
	font-weight: 500;
}

.content08 .col-md-8,
.content08 .col-lg-12 {
	position: relative;
}

.article-title {
	padding-bottom: 13px;
}

.article-title-img {
	border-radius: 5px;
	background: #6124AA;
	overflow: hidden;
	position: relative;
}

.article-title-img.has-image {
	background: #000000;
}

.article-title-img img {
	opacity: .6;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	width: 100%;
}

.article-title ul {
	padding: 0 0 0 24px;
	list-style-type: none;
}

.article-title ul li {
	padding: 3px 0;
	position: relative;
}

.article-title ul li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #6124AA;
	top: 16px;
	left: -22px;
}

.article-title ul a {
	color: #6124AA;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 4px 0;
}

.article-title ul a:hover::before {
	background: #6124AA;
	width: 100%;
	height: 1px;
	bottom: 8px;
	left: 0;
	animation: hovermenu 0.4s 1;
	content: "";
	position: absolute;
}


.article-title .col-md-4 {position: relative;}
.postMenu {
	overflow: auto;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(var(--bs-gutter-x)* .5);
	left: calc(var(--bs-gutter-x)* .5);
	z-index: 3;
}

.article-title-nfo {
	position: absolute;
	right: 5%;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
}

.article-title-img ol {
	list-style-type: none;
	padding: 58px 0;
	margin: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
}

.article-title-img ol li {
	display: inline-block;
	position: relative;
	padding: 0 14px 0 7px;
}

.article-title-img ol li:not(:last-child)::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(-135deg);
	right: 0;
	top: 8px;
}

.article-title-img ol li:last-child {
	padding: 0 0 0 7px;
}

.article-title-nfo h1 {
	font-size: 48px;
	font-weight: 900;
	margin: 50px 0 10px 0;
}

.content08 .col-md-12 {
	padding: 14px calc(var(--bs-gutter-x)* .5);
}

.flag {
	border-left: solid 1px #6124AA;
	padding-left: 15px;
	margin: 30px 0;
}

.flag p:last-of-type {
	margin: 0;
}

.flag:last-of-type {
	margin-bottom: 0;
}

.zdroj {
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	min-height: 100%;
	border-radius: 5px;
	padding: 40px;
	background: #E4252A;
	color: #fff;
}

.zdroj p:last-of-type {
	margin: 0;
}

.podobne-dve .row,
.podobne-tri .row {
	padding: 13px 0;
}

.podobne-dve h3,
.podobne-tri h3 {
	font-size: 20px;
	font-weight: 900;
}

.podobne-ico {
	width: 55px;
	height: 55px;
	border-radius: 15px;
	background: #FBF8FF;
	margin-bottom: 20px;
	padding: 10px;
}

.podobne-dve .pozadi p {
	line-height: 24px;
	min-height: calc(24px * 2);
}

.podobne-dve .pozadi span a {
	color: #6D758F;
	text-decoration: none;
}

.podobne-dve .pozadi span a:hover {
	text-decoration: underline;
}


/*
.podobne-dve .row:nth-of-type(odd) .col-md-6:last-of-type .pozadi,
.podobne-dve .row:nth-of-type(even) .col-md-6:first-of-type .pozadi,
.podobne-tri .pozadi.fialova {
	background: #6124AA;
	color: #fff;
}

.podobne-dve .row:nth-of-type(odd) .col-md-6:last-of-type .pozadi h3,
.podobne-dve .row:nth-of-type(even) .col-md-6:first-of-type .pozadi h3,
.podobne-tri .pozadi.fialova h3 {
	color: #fff;
}

.podobne-dve .row:nth-of-type(odd) .col-md-6:last-of-type .pozadi>a,
.podobne-dve .row:nth-of-type(even) .col-md-6:first-of-type .pozadi>a,
.podobne-tri .pozadi.fialova>a {
	background-image: url("../images/sipka-bila.svg");
	color: #fff;
}

.podobne-dve .row:nth-of-type(odd) .col-md-6:last-of-type .pozadi span a,
.podobne-dve .row:nth-of-type(even) .col-md-6:first-of-type .pozadi span a,
.podobne-tri .pozadi.fialova span a {
	color: #fff;
}

.podobne-dve .row:nth-of-type(odd) .col-md-6:last-of-type .pozadi .podobne-ico,
.podobne-dve .row:nth-of-type(even) .col-md-6:first-of-type .pozadi .podobne-ico,
.podobne-tri .pozadi.fialova .podobne-ico {
	background: rgba(255, 255, 255, .1);
}
*/
.kontakty {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.kontakty li {
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 18px auto;
	padding: 3px 0 7px 28px;
}

.kontakty li a {
	color: #686A7E;
}

.col-lg-12 .article-title-img::after {
	display: block;
	content: "";
	padding-bottom: 38%;
}

.col-lg-12 .article-title-img img {
	position: absolute;
	top: -10%;
}

.row.article-title .col-md-12 {
	position: relative;
}

.col-lg-12 .article-title-nfo {
	top: 50%;
	transform: translate(0, -50%);
}

.kontakt-form {
	padding-top: 13px;
}

.kontakt-form .col-md-6 {
	position: relative;
}

.kontakt-form-img {
	border-radius: 5px;
	background: #000;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.kontakt-form-img img {
	opacity: .6;
	position: absolute;
	max-width: none;
	height: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.kontakt-form-nfo {
	position: absolute;
	right: 5%;
	left: 5%;
	top: 50%;
	text-align: center;
	color: #fff;
	transform: translate(0, -50%);
}

.kontakt-form-nfo h5 {
	font-size: 48px;
	font-weight: 900;
}

.content08 .buble02 {
	top: 80vh;
}

/* content09 ------------------------- */
.content09 h1 {
	color: #6124AA;
	font-size: 48px;
	font-weight: 900;
	margin: 80px 0 10px 0;
}

.content09 .col-md-7 p {
	margin-bottom: 40px;
}

.content09 .col-md-6 {
	padding: calc(var(--bs-gutter-x)* .5);
}

.content09 .buble04 {
	top: 150px;
}

.content09 .buble03 {
	top: 100px;
}

.content09 .buble01 {
	top: 40vh;
}

.content09 .buble02 {
	top: 90vh;
}



/* tom 2025 ---------------------------- */

.podobne-dve .row .col-md-6:nth-child(n+3) {
	margin-top: 24px;
}





.content01 .podobne-dve .col-md-6 .pozadi p a, .content01 .podobne-tri .col-md-4 .pozadi p a, .content08 .podobne-dve .col-md-6 .pozadi > div p a, .content08 .podobne-tri .col-md-4 .pozadi > div p a {
	display: inline-block;
	background: url("../images/sipka-seda.svg") no-repeat center right 5px;
	background-size: 15px auto;
	padding: 1px 30px 2px 0;
	color: #686A7E;
	text-decoration: none;
}
.content08 .podobne-dve .row .col-md-6:nth-of-type(4n+2) .pozadi > div p a, .content08 .podobne-dve .row .col-md-6:nth-of-type(4n+3) .pozadi > div p a, .content08 .podobne-tri .row .col-md-4:nth-of-type(3n) .pozadi > div p a {
    background-image: url("../images/sipka-bila.svg");
	color: #fff;
}
.podobne-dve .col-md-6 .pozadi a:hover,
.podobne-tri .col-md-4 .pozadi a:hover {
	background-position: center right 0;
	filter: contrast(500%);
}