html {
	font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  
}

h1, h2, p {
	line-height: 1.6em;
}

h1 {
	font-size: 3em;
	color: #fff;
	font-style: italic;
	font-weight: 700;
}

a {
	font-size: inherit;
	color: inherit;
}

img {display: block;}

.mobile {
	display: none;
}

.header-mobile {
	display: none;
}

body {
}

@media only screen and (min-width: 2600px) {
	body {
	    width: 2600px;
	    margin: 0 auto;
	    overflow: hidden;
	    box-shadow: 0px 0px 30px #566788;
	}
}


 header {
 	background: linear-gradient(180deg,rgba(6, 33, 60, 1) 52%, rgba(0, 0, 0, 1) 100%);
 	width: 100%;
 	padding-top: 212px;
 	transition: padding-top 0.3s ease;
}

 .homepage header {
 	padding-bottom: 80px;
}

body.scrolled header {
	padding-top: 85px;
}

.header-end {
	background-image:url('../grafika/header-bottom.svg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: cover;
	width: 100%;
	height: 80px;
}

.header-top {
	display: flex;
	justify-content: space-between;
	padding: 50px 5%;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent;
	transition: padding 0.3s ease, background 0.3s ease;
}

.site-logo {
	height: 112px;
	width: auto;
	transition: height 0.3s ease;
}

body.scrolled .header-top {
	padding: 15px 5%;
	background: linear-gradient(180deg,rgba(6, 33, 60, 1) 52%, rgba(0, 0, 0, 1) 100%);
}

body.scrolled .site-logo {
	height: 55px;
}

@media only screen and (min-width: 2600px) {
	.header-top {
		width: 2600px;
		left: calc(50% - 1300px);
		padding-left: 130px;
		padding-right: 130px;
	}

	body.scrolled .header-top {
		padding-left: 130px;
		padding-right: 130px;
	}
}

.navigace-main nav {
	display: flex;
	gap: 80px;
	align-items: center;
}

.navigace-main nav a {
	color: #fff;
	border-bottom: 2px solid transparent;
	padding-bottom: 30px;
	padding-top: 30px;
	transition: padding 0.3s ease;
}

body.scrolled .navigace-main nav a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navigace-main nav a:hover {
	border-bottom: 2px solid #01DDA4;
}

.btn-special {
	border-radius: 100px;
	background: linear-gradient(105deg,rgba(119, 1, 221, 1) 0%, rgba(187, 7, 221, 1) 100%);
	padding: 15px 30px !important;
	font-weight: 600;
	border: none !important;

}

.header-bg {
	background-image:url('../grafika/header-vlna.svg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	width: 100%;
	padding-top: 120px;
	padding-bottom:120px;
	display: flex;
	justify-content: center;
	gap: 100px;
	padding-left: 7%;
	padding-right: 7%;
}

.homepage .header-main p {
	
	font-size: 1.5em;
	color: #fff;
	font-style: italic;
	font-weight: 500;
	padding-top: 40px;

}



.homepage .header-bg img {
	max-width: 800px;
	width: 100%;
}

.homepage .header-bg .textace {
	max-width: 800px;

}

.schema img,
.schema svg {
	width: 90%;
	max-width: 1900px;
}

.schema-link {
	cursor: pointer;
}

.other-pages .header-bg {
	background-image:url('../grafika/header-vlna.svg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	width: 100%;
	padding-top: 50px;
	padding-bottom:50px;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	padding-left: 13%;
	padding-right: 13%;
}

.other-pages .header-main p {
	
	font-size: 1.5em;
	color: #fff;
	font-style: italic;
	font-weight: 500;
	padding-top: 40px;

}

.other-pages .header-bg img {
	max-width: 700px;
	width: 100%;
}

.other-pages .header-bg .textace {
	max-width: 800px;

}



.schema {
	display: flex;
	justify-content: center;
}

.uvod {
	padding: 100px 5%;
	display: flex;
	justify-content: center;
	gap: 100px;
	align-items: flex-start;
}

.uvod .textace {
	max-width: 800px;
	width: 40%;
}

.uvod img {
	max-width: 700px;
	width: 40%;
}

.uvod h2 {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 40px;
}

.uvod li {
	background-image:url('../grafika/check.svg');
	background-repeat:no-repeat;
	background-position:top 9px left;
	background-size: 30px auto;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0;
}

.uvod ul {
	padding-bottom: 40px;
}

.uvod .btn-container {
	padding-top: 50px;
}

.btn-primary {
	border-radius: 100px;
	background: linear-gradient(105deg,rgba(119, 1, 221, 1) 0%, rgba(187, 7, 221, 1) 100%);
	padding: 15px 30px !important;
	font-weight: 600;
	border: none !important;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none !important;
}

.btn-primary--small {
	padding: 12px 25px !important;
	font-size: 1em;
}

.pro-firmy a {
	border-radius: 100px;
	background-color: #0B7DE3;
	padding: 15px 30px !important;
	font-weight: 600;
	border: none !important;
	color: #fff;
	display: inline-block;
	font-size: 1em;
}

.pro-firmy {
	padding: 100px 0 0 0;
}

.nadpis-1 {
	background-image:url('../grafika/nadpis-1.svg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 220px auto;
	padding-top: 80px;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

h1.nadpis-1 {
	color: #000;
	font-style: normal;
}

.cilovka-nadpis .nadpis-1 {
	background-image: none;
	padding-top: 0;
}

.cilovka-ikona {
	display: block;
	height: 170px;
	width: auto;
	margin: 0 auto;
	padding-top: 40px;
}

.pro-firmy-content {
	padding-top: 100px;
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	max-width: 2000px;
	width: 90%;
	margin: 0 auto;
}

.pro-firmy-content .polozka {
	width: 420px;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0px 0px 30px #D1D9E6;
}

.pro-firmy-content h3 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.3em;
	padding-bottom: 20px;
	border-bottom: 1px solid #01DDA4;
}

.pro-firmy-content p {
	padding-top: 30px;
	padding-bottom: 30px;
}

.line-grey {
	width: 90%;
	margin: 0 auto;
	height: 1px;
	background-color: #DCDCDC;
	margin-top: 100px;
	margin-bottom: 100px;
}

.nadpis-2 {
	background-image:url('../grafika/nadpis-2.svg');
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 220px auto;
	padding-top: 80px;
	font-size: 2em;
	font-weight: 700;
}

.zakaznik {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
	align-items: flex-start;
}

.zakaznik-content {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	max-width: 2000px;
	width: 90%;
	margin: 0 auto;
}

.zakaznik-content .polozka {
	width: 420px;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0px 0px 30px #D1D9E6;
	background-repeat:no-repeat;
	background-position:top 20px right;
	background-height: 60px;
	display: flex;
	flex-direction: column;
}

.zakaznik-content a.polozka {
	display: block;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zakaznik-content a.polozka:hover {
	transform: translateY(-8px);
	box-shadow: 0px 15px 45px #AEBBD4;
}

.zakaznik-content h3 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.15em;
	padding-bottom: 20px;
	border-bottom: 1px solid #01DDA4;
	line-height: 1.4em;
}

.zakaznik-content p {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zakaznik-content .polozka p.adresa {
	white-space: pre-line;
}

.zakaznik-content .polozka .btn-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: auto;
	padding-top: 20px;
}

.zakaznik-content .polozka a {
	background-color: #01DDA4;
	color: #000;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.zakaznik-content .polozka a:hover {
	background-color: #00c493;
	text-decoration: none;
}

.z-1 {
	background-image:url('../grafika/z-1.svg');
}

.z-2 {
	background-image:url('../grafika/z-2.svg');
}

.z-3 {
	background-image:url('../grafika/z-3.svg');
}

.grey {
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

.white-end {
	background-image:url('../grafika/white-bottom.svg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: cover;
	width: 100%;
	height: 80px;
}

.space-50 {
	height: 50px;
	width: 100%;
}

.vyhody-content {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	background: linear-gradient(180deg,rgba(11, 125, 228, 1) 0%, rgba(6, 63, 114, 1) 100%);
	border-radius: 50px;
}

.vyhody-bg {
	background-image:url('../grafika/v-top.svg'),url('../grafika/v-bottom.svg');
	background-repeat:no-repeat;
	background-position:top left, right bottom;
	background-size: 200px auto;
}

.vyhody-polozky {
	display: flex;
	justify-content: center;
	gap: 80px;
	flex-wrap: wrap;
	padding: 90px;
}

.vyhody-polozky .polozka {
	width: 330px;
}

.vyhody-polozky .polozka h3 {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.4em;
}

.vyhody-polozky .polozka p {
	color: #fff;
	padding-top: 20px;
}

.vyhody-polozky .line {
	height: 3px;
	background-color: #01DDA4;
	width: 150px;
}

.nadpis-3 {
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

.loga {
	padding-top: 100px;
}

.loga-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}

.loga-content img {
	height: 50px;
	width: auto;
	object-fit: contain;
	padding-left: 3%;
	padding-right: 3%;
}

.hp-studie {
	display: flex;
	justify-content: center;
	gap: 150px;
	align-items: flex-start;
}

.hp-studie-popis {
	max-width: 600px;
}

.hp-studie-popis > p {
	padding-top: 20px;
	padding-bottom: 30px;
}

.hp-studie-popis li p {
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #01DDA4;
	display: inline-block;
}

.hp-studie-popis ul {
	padding-bottom: 60px;
}



.hp-studie-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 600px;
}

.hp-reference-karta {
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 30px #C8D3E6;
	border-radius: 30px;
	padding: 35px 40px;
	position: relative;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hp-reference-karta:hover {
	transform: translateY(-8px);
	box-shadow: 0px 15px 45px #AEBBD4;
}

.hp-reference-karta h3 {
	padding-top: 20px;
	padding-bottom: 16px;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4;
}

.hp-reference-karta .line {
	height: 2px;
	background-color: #01DDA4;
	width: 100%;
}

.hp-reference-karta .pripadovky-stitek {
	padding: 6px 14px;
	font-size: 0.8em;
}

.hp-reference-karta .pripadovka-logo {
	top: 30px;
	right: 30px;
	height: 22px;
}

.hp-reference-karta:hover .pripadovka-cta-text {
	opacity: 1;
	transform: translateX(0);
}

.kontakt-blok {
	padding-top: 100px;
}

.kontakt-1 {
	display: flex;
	justify-content: center;
	gap: 200px;
	background: linear-gradient(142deg,rgba(6, 33, 60, 1) 0%, rgba(0, 0, 0, 1) 100%);
	padding: 80px 70px;
	border-radius: 50px;
	max-width: 1700px;
	width: 90%;
	margin: 50px auto;
	align-items: flex-start;

}

.kontakt-1 .kontakt-info {
	width: 900px;
}

.kontakt-1 .form {
	flex-grow: 1;
}


.kontakt-1 .kontakt-info h3 {
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	padding-bottom: 20px;
}

.kontakt-1 .line {
	height: 3px;
	background-color: #01DDA4;
	width: 150px;
}

.kontakt-1 .kontakt-info p {
	color: #fff;
	font-size: 1.2em;
	padding-top: 30px;
}

.kontakt-1 .kontakt-info .btn-container {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.kontakt-1 .kontakt-info .btn-container a {
	background-color: #01DDA4;
	font-size: 1.2em;
	font-weight: 700;
	padding: 15px 20px;
	border-radius: 50px;
	display: inline-block;
	width: 250px;
	text-align: center;
}

.kontakt-1 .form {
	background-color: #fff;
	border-radius: 30px;
	padding:40px;
}

.kontakt-1 .form-content {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.kontakt-1 .form-content .input-polozka {
	width: 48%;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.kontakt-1 .form-content .textarea-polozka {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.kontakt-1 .form-content label {
	padding-bottom: 10px;
}

.kontakt-1 .form-content input {
	padding: 15px 20px;
	border: 2px solid #01DDA4;
	border-radius: 10px;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

.kontakt-1 .form-content textarea {
	padding: 15px 20px;
	border: 2px solid #01DDA4;
	border-radius: 10px;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  height: 300px;
}

.souhlas {
	padding-bottom: 20px;
}

.souhlas label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
}

.kontakt-1 .form-content .souhlas input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin: 0;
	padding: 0;
	border: 2px solid #01DDA4;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px auto;
	cursor: pointer;
}

.kontakt-1 .form-content .souhlas input[type="checkbox"]:checked {
	background-image: url('../grafika/check.svg');
}

.souhlas a {
	text-decoration: underline;
	font-weight: 600;
}

.form-error {
	color: #e2264d;
	font-weight: 600;
	margin: -10px 0 20px;
}

button {
	border-radius: 100px;
	background: linear-gradient(105deg,rgba(119, 1, 221, 1) 0%, rgba(187, 7, 221, 1) 100%);
	padding: 15px 30px !important;
	font-weight: 600;
	border: none !important;
	color: #fff;
	display: inline-block;
	font-size: 1em;
}

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10%;
	padding-right: 10%;
}

.f-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.f-additional {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 100px;
}

.f-main .logo {
	width: 200px;
	display: block;
}

.column-flex {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.f-main .f-claim {
	font-style: italic;
	font-size: 1.6em;
	padding-top: 30px;
	font-weight: 600;
	display: block;
	padding-bottom: 50px;
}

.f-socials {
	display: flex;
	gap: 10px;
}

.f-socials img {
	width: 40px;
}

.f-additional span {
	font-size: 0.9em;
}

.f-additional a {
	font-size: 0.9em;
}

.column-add-odkazy {
	display: flex;
	gap: 40px;
}

.f-main .nadpis {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 20px;
	display: block;
}

.f-main a {
	padding: 10px 0;
	display: block;
}

footer a:hover {
	text-decoration: underline;
}

.f-main .btn-container {
	padding-top: 30px;
}

.sluzby-navigace {
	display: flex;
	gap: 30px;
	max-width: 1780px;
	width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
	padding-top: 100px;
	padding-bottom: 100px;
}

.sluzby-navigace .polozka {
	width: 420px;
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding-bottom: 30px;
}

.sluzby-navigace .polozka img {
	height: 50px;
}

.sluzby-navigace .polozka h2 {
	font-weight: 600;
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 10px;
}

.sluzby-navigace .line {
	height: 3px;
	background-color: #01DDA4;
	width: 150px;
	transition: all 0.3s ease;
}

.sluzby-navigace .polozka:hover .line {
	width: 300px;
	background-color: #BB07DD;
}

.sluzby-karty {
}

.sluzby-karty-content {
	display: flex;
	justify-content: center;
	gap: 100px;
	padding-top: 50px;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.sluzby-karty-content .karta {
	width: 680px;
	background-color: #fff;
	box-shadow: 0px 0px  30px #C8D3E6;
	border-radius: 40px;
	padding: 50px;
}

.sluzby-karty-content .karta .head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;

}

.sluzby-karty-content .karta .head img {
	height: 70px;
}

.sluzby-karty-content .karta .head h3 {
	font-size: 1.6em;
	font-weight: 700;
	font-style: italic;
}

.karta li {
	background-image:url('../grafika/check.svg');
	background-repeat:no-repeat;
	background-position:top 9px left;
	background-size: 30px auto;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0;
}

.karta ul {
	padding-bottom: 40px;
}

.karta .btn-container {
	padding-top: 40px;
}

.page-standard main {
	padding-top: 60px;
}

.nazev-sluzby {
	display: flex;
	justify-content: center;
	padding-top: 90px;
}

.nazev-sluzby-content {
	background-color: #fff;
	box-shadow: 0px 0px  30px #C8D3E6;
	border-radius: 40px;
	padding: 30px 50px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.nazev-sluzby-content h1 {
	font-size: 2em;
	font-weight: 700;
	font-style: italic;
	color: #000;
}

.nazev-sluzby-content img {
	height: 80px;
}

.sluzba-detail {
	display: flex;
	justify-content: center;
	max-width: 1800px;
	width: 90%;
	margin: 0 auto;
	align-items: flex-start;
	gap: 150px;
	padding-top: 150px;
}

.sluzba-detail .textace {
	width: 60%;
	max-width: 700px;
}

.sluzba-detail .imgs {
	width: 35%;
	max-width: 1000px;
}

.sluzba-detail img {
	width: 100%;
}

.sluzba-detail h3 {
	font-size: 1.8em;
	padding-bottom: 50px;
}

.sluzba-detail li {
	background-image:url('../grafika/check.svg');
	background-repeat:no-repeat;
	background-position:top 9px left;
	background-size: 30px auto;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0;
	font-weight: 600;
}

.sluzba-detail ul {
	padding-bottom: 50px;
}

.sluzba-detail p {
	padding-bottom: 50px;
}

.sluzba-detail .imgs {
	position: relative;
	padding: 70px 0 0 70px;
}

.sluzba-detail .img-1 {
	border-radius: 60px;
	border: 5px solid #fff;
	width: 550px;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

.sluzba-detail .img-2 {
	border-radius: 60px;
	border: 10px solid #fff;
	width: 360px;
	height: 360px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 5;
	top: -50px;
	left: -50px;
	}

.sluzba-detail .btn-container {
	padding-top: 50px;
}

.studie .polozka {
	border-radius: 20px;
	width: 400px;
	height: 300px;
	position: relative;
}

.studie .polozka img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    border-radius: 20px;
}


.studie .stitek {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	padding: 12px 20px;
	color: #fff;
	background-color: #01DDA4;
	border-radius: 100px;
	font-size: 0.9em;

}

.studie .nazev {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 20px;
	padding: 15px 30px;
	background-color: #FFF;
	border-radius: 100px;
	font-size: 1.2em;
	max-width: 80%;
}

.studie, .typovky, .blog {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
}

.studie-content {
	display: flex;
	justify-content: center;
	gap: 70px;
	flex-wrap: wrap;
}

.studie-content .hp-reference-karta {
	width: 380px;
}

.page-studie h2, .page-blog h2, .page-sluzba h2 {
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 20px;
}

.nadpis-line .line {
	height: 3px;
	background-color: #01DDA4;
	width: 150px;
}

.nadpis-line .head {
	padding-bottom: 80px;
}

.sluzba-detail-nadpis p {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	padding-top: 30px;
}

.sluzba-detail-nadpis .btn-container {
	text-align: center;
	padding-top: 50px;
}

.typovky-content {
	display: flex;
	gap: 30px;
	padding-top: 50px;
}

.typovky-content p {
	color: #fff;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	line-height: 1.3em;
}

.typovky-content .polozka {
	padding:25px 40px;
	border-radius: 40px;
	background: linear-gradient(180deg,rgba(4, 121, 227, 1) 0%, rgba(2, 61, 114, 1) 100%);
	display: flex;
	gap: 30px;
	align-items: flex-start;
	transition: all 0.3s ease;
}

.typovky-content .polozka:hover {
	background: linear-gradient(180deg,rgba(2, 61, 114, 1) 0%, rgba(2, 61, 114, 1) 100%);
}

.nadpis-filtr .filtr {
	padding-top: 13px;
	display: flex;
	gap: 20px;
}

.nadpis-filtr .head {
	display: flex;
	gap: 100px;
	align-items: flex-start;
}

.nadpis-filtr .filtr a {
	background-color: #000;
	color: #fff;
	padding:8px 18px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.nadpis-filtr .filtr a:hover {
	background-color: #BB07DD;
}

.nadpis-filtr .filtr a.active {
	background: linear-gradient(105deg,rgba(119, 1, 221, 1) 0%, rgba(187, 7, 221, 1) 100%);
}

.blog-content {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

.blog-content .polozka {
	width: 450px;
	background-color: #fff;
	box-shadow: 0px 0px 30px #D1D9E6;
	border-radius: 30px;
	padding: 25px 30px 40px 30px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.blog-content .polozka .btn-container {
	margin-top: auto;
	padding-top: 10px;
}

.blog-content img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.blog-content .datum {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 40px;
	background-color: #fff;
	padding: 12px 15px;
	border-radius: 50px;
	font-size: 0.9em;
}

.blog-content .polozka h3 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: 600;
}

.blog-content .polozka p {
	font-size: 0.9em;
	padding-bottom: 30px;
}

.clanek .stitek {
	padding: 12px 20px;
	color: #fff;
	background-color: #01DDA4;
	border-radius: 100px;
	font-size: 0.9em;
	display: inline-block;
}

.clanek {
	padding: 50px 5%;
}

.clanek-uvod {	
	display: flex;
	justify-content: center;
	gap: 150px;
	align-items: flex-start;
}

.clanek-uvod .textace {
	width: 60%;
	max-width: 1000px;
}

.hlavni-fotka {
	width: 30%;	
	max-width: 600px;
}

.hlavni-fotka img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

.clanek h1 {
	color: #000;
	font-style: normal;
	font-size: 2.5em;
	padding-bottom: 30px;
}

.clanek-main {
	display: flex;
	justify-content: center;
	gap: 150px;
	align-items: flex-start;
}

.cilovka-obsah {
	padding: 80px 5%;
}

.cilovka-karta {
	background-color: #fff;
	box-shadow: 0px 0px 30px #C8D3E6;
	border-radius: 40px;
	padding: 50px;
}

.cilovka-obsah .btn-container {
	text-align: center;
	padding-top: 50px;
}

.cilovka-nabidka-nadpis {
	width: 90%;
	max-width: 1780px;
	margin: 0 auto;
	padding-top: 60px;
}

.clanek-main .clanek-content {
	width: 60%;
	max-width: 1000px;
}

.clanek-additional {
	width: 30%;
	max-width: 600px;
}

.clanek-main .clanek-content p {
	padding-bottom: 30px;
}

.clanek-main .clanek-content h2 {
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 20px;
}

.clanek-main .clanek-content h3 {
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 10px;
}

.clanek-main .clanek-content h4 {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 10px;
}

.clanek-main .clanek-content ul {
	padding-bottom: 20px;
	padding-left: 10px;
}

.clanek-main .clanek-content li {
	background-image:url('../grafika/ul.svg');
	background-repeat:no-repeat;
	background-position:top 10px left;
	background-size: 10px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.clanek-main .clanek-content img {
	width: 90%;
	margin: 0 5%;
	margin-bottom: 20px;
	border-radius: 20px;
}

.clanek-main .clanek-content a {
	font-weight: 600;
	text-decoration: underline;
}

.page-clanek .breadcrumbs {
	padding: 0 7%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.page-clanek .breadcrumbs p {
	color: #4B4B4B;
	font-style: italic;
}

.pripadovka-karta {
  width: 90%;
  max-width: 1400px;
  background-color: #fff;
  box-shadow: 0px 0px 30px #C8D3E6;
  border-radius: 40px;
  padding: 50px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pripadovka-karta:not(.aktivni):hover {
	transform: translateY(-8px);
	box-shadow: 0px 15px 45px #AEBBD4;
}

.pripadovky-stitek {
  background-color: #000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.pripadovka-logo {
	position: absolute;
	z-index: 5;
	right: 40px;
	top: 40px;
	height: 30px;
}

.pripadovka-karta h3 {
	padding-top: 30px;
	font-size: 1.8em;
	font-weight: 600;
	padding-bottom: 20px;
}

.pripadovka-karta .line {
	height: 2px;
	background-color: #01DDA4;
	width: 100%;
}

.pripadovka-main {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pripadovka-main .postup {
	width: 50%;
}

.pripadovka-main .klient-ref {
	width: 45%;
}

.postup-polozka {
	display: flex;
	align-items: stretch;
	gap: 20px;
	padding-bottom: 30px;
}

.postup-polozka .cislice {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D9D9D9;
	border-radius: 100px;
}

.postup-polozka .cislice span {
	font-size: 1.2em;
	font-weight: 600;
}


.postup-polozka .postup-polozka-main {
	width: 90%;
	max-width:600px;
}

.postup-polozka h4 {
	font-size: 1.3em;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
}

.postup-polozka-cislovani {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.postup-polozka-cislovani .lajna-vertical {
	position: absolute;
	top: 50px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background-image: repeating-linear-gradient(to bottom, #707070 0, #707070 5px, transparent 5px, transparent 15px);
}

.klient-ref span {
	padding-top: 10px;
	font-size: 1.3em;
	font-weight: 600;
	padding-bottom: 50px;
	display: block;
}

.klient-ref p {
	background-image:url('../grafika/quot.svg'), url('../grafika/quot.svg');
	background-repeat:no-repeat;
	background-position:left top, right bottom;
	background-size: 30px auto;
	padding: 40px;
	font-style: italic;
}

.pripadovky-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

.pripadovka-header {
	cursor: pointer;
}

.pripadovka-main {
	display: none;
}

.pripadovka-karta.aktivni .pripadovka-main {
	display: flex;
}

.pripadovka-cta {
	position: absolute;
	right: -15px;
	bottom: -15px;
	display: flex;
	align-items: center;
	gap: 14px;
	z-index: 5;
}

.pripadovka-cta-text {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 0.9em;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.pripadovka-karta:not(.aktivni):hover .pripadovka-cta-text {
	opacity: 1;
	transform: translateX(0);
}

.pripadovka-otevrit {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0;
	border: none;
	border-radius: 100px;
	background: linear-gradient(105deg,rgba(119, 1, 221, 1) 0%, rgba(187, 7, 221, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.pripadovka-otevrit svg {
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	pointer-events: none;
}

.pripadovka-otevrit:hover {
	transform: scale(1.08);
}

.pripadovka-karta.aktivni .pripadovka-cta {
	display: none;
}

