:root {
  --clr-dark: #1f1f1f;
  --clr-bg-light: #f5f5f5; 
  --clr-bg-lightgray: #ededed;
  --clr-bg-warmgray: #ebe9e3;
  --clr-color: #9a6a60;
  --clr-brown: #61514a;
  --clr-border: #a7a7a7;
  --clr-light: hsl(0deg 0% 100% / 80%);
  --clr-gold: #c9b57f;
  --clr-text-gold: #ba8c2d /*#b19029*/;
  --clr-dark-gold: #8e7730;
  --sz-s: 0.936rem;
  --sz-xs: 0.80rem;
  --sz-l: 1.25rem;
  --sz-xl: 2rem;
  --fnt:'Readex Pro', sans-serif;
  --fnt-title:'Lexend', sans-serif;
}
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: local('Readex Pro ExtraLight'), local('ReadexPro-ExtraLight'),
  url('/fonts/ReadexPro-ExtraLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/ReadexPro-ExtraLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: local('Readex Pro Light'), local('ReadexPro-Light'),
  url('/fonts/ReadexPro-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/ReadexPro-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: local('Readex Pro Medium'), local('ReadexPro-Medium'),
  url('/fonts/ReadexPro-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/ReadexPro-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: local('Lexend Regular'), local('Lexend-Regular'),
  url('/fonts/Lexend-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/Lexend-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: local('Lexend SemiBold'), local('Lexend-SemiBold'),
  url('/fonts/Lexend-SemiBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/Lexend-SemiBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: local('Lexend Bold'), local('Lexend-Bold'),
  url('/fonts/Lexend-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/fonts/Lexend-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@keyframes floating {
 0% {width: 10px; transform: rotate(-170deg); top: -20px; left: 0;}
 80% {width: 135px;transform: rotate(0deg); top: 0px; left: 300px;}
 85% {width: 135px;transform: rotate(5deg);top: 0px;l;left: 302px;}
95% {width: 135px;transform: rotate(-5deg);top: 0px;left: 300px;}
100% {width: 135px;transform: rotate(0deg);top: 0px;left: 300px;}	
}
@keyframes floathop {
 0%  {width: 10px; transform: rotate(-170deg); top: 0px; right: 290px;}
 50% {width: 155px;transform: rotate(90deg); top: 0px; right: 0px;}
 57% {width: 155px;transform: rotate(100deg);top: -13px;right: -9px;}
 64% {width: 155px;transform: rotate(131deg); top: 8px; right: -20px;}
 71% {width: 155px;transform: rotate(140deg); top: -8px; right: -30px;}
 78% {width: 155px;transform: rotate(150deg); top: 0; right: -45px;}
 85% {width: 155px;transform: rotate(160deg); top: 0; right: -60px;}
 92% {width: 155px;transform: rotate(180deg); top: 0; right: -70px;}
100% {width: 155px;transform: rotate(190deg); top: 0; right: -70px;}
}
@keyframes houp {
0% {transform: translateY(0px)}
100% {transform: translateY(20px)}
}
@keyframes minihoup {
0% {transform: translateY(0px)}
100% {transform: translateY(10px)}
}
@keyframes blacking {
100% {fill: var(--clr-dark);}
}
@keyframes dash {
from {stroke-dashoffset: 2000;}
to {stroke-dashoffset: 0;}
}
@keyframes opaciting {
from {opacity: 0;}
to {opacity: 100;}
}
/**/
.bg-clr-dark {background-color: var(--clr-dark);}
.bg-clr-light {background-color: var(--clr-bg-light);}
.bg-clr-lightgray {background-color: var(--clr-bg-lightgray);}
.bg-clr-warmgray {background-color: #dfddd5 !important;}
.bg-clr-gold {background-color: var(--clr-gold) !important;}
.bg-clr-brown {background-color: var(--clr-brown);}
.clr-light {color: var(--clr-light) !important;}
.clr-gold {color: var(--clr-gold);}
.clr-goldtext {color: var(--clr-text-gold);}
.clr-text-gold {color: var(--clr-text-gold);}

.info-roh {
    background: #b9d484 url(/img/econnect-white.webp) no-repeat 13px center;
    position: absolute;
    text-align: center;
    padding: 5px 0 7px 20px;
    width: 280px;
    z-index: 1000;
    transform: rotate(-45deg);
    top: 53px;
    left: -59px;
    line-height: 21px;
}
/*.info-roh {
    background: #b9d484 url(/img/econnect-white.webp) no-repeat center 23px;
    position: absolute;
    text-align: center;
    padding: 67px 14px 0;
    width: 173px;
    height: 173px;
    border-radius: 50%;
    z-index: -1;
    top: -31px;
    left: 305px;
    line-height: 21px;
}*/
html {
    font-size: 14px;
}
body {
	margin: 0;
	color: #000000;
	background: white;
	font-family: 'Readex Pro', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, .btn {
    font-family: var(--fnt-title);
}
a {
    color: var(--clr-text-gold);
    text-decoration: none;
    word-break: break-word;
}
a:hover {
    color: #217d77;
}
a[href*="tel"] {
    color: black;
}
.fnt-bold, .fnt-strong, strong, bold {
    font-weight: 500;
}
b {
    font-weight: 500;
}
i, em {
    font-weight: 200;
}
table {
    border-collapse: collapse;
    border: 0;
    font-size: 1rem;
    position: relative;
}
td, th {
	text-align: left;
	padding: 0;
	border: 1px solid #dadada;
	padding: 5px 10px;
}
th {
    font-weight: 400;
}
form {
    margin: 0;
}
img {
    vertical-align: middle;
}
h1 {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}
h2 {
    font-size: 1.25rem;
    margin: 2em 0 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}
h2.title {
    font-size: 1.8rem;
    text-transform: none;
}
h3 {
    font-size: 1.2rem;
    margin: 2em 0 1em;
    line-height: 1.3;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
}
h5 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-block: 1em 0.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}
h1 a:hover {
    color: #03332f;
}
.clr-light h1, .clr-light h2, .clr-light h3, .clr-light a {
    color: white !important;
}
.clr-light a:hover {
    color: var(--clr-gold) !important;
}
.sz-s {
    vertical-align: top;
    font-size: var(--sz-s);
}
small, .sz-xs {
    font-size: var(--sz-xs);
}
.sz-l {
    font-size: var(--sz-l);
}
.sz-xl {
    font-size: var(--sz-xl);
}
hr {
    height: 1px;
    border-bottom: var(--clr-border);
    margin: 0;
}
tt, code, pre, .php {
    font-size: 1.09rem;
    color: #9f086f;
    line-height: 1.04;
    font-family: Courier, monospace;
}
.fnt-200 {
    font-weight: 200;
}
ul.no-list {
    padding-left: 0;
}
.no-list li {
    margin-bottom: 7px;
    line-height: 1.2em;
}
article[onclick]:hover, td[onclick]:hover {
    box-shadow: inset 0 0 60px rgb(0 0 0 / 3%);
}
details summary  {
    color: #2F3D99;
    padding: 12px 0;
    cursor: pointer;
}
details ::marker  {
    color: var(--clr-basic-darker);
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], input[type="search"], input[type="url"], select, textarea {
	font-family: var(--fnt);
	font-weight: 300;
	border: 1px solid var(--clr-border);
	margin: 2px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0.37em 0.5em;
	max-width: 100%;
	display: inline-block;
	background: white;
}
input[type="file"] {
    font-family: "open sans";
    margin-left: 7px;
    font-size: var(--sz-xs);
    padding: 5px 0;
    color: rgb(0 0 0 / 72%);
}
input[type="file"]:before {
    content: "Vybrat soubor";
    font-size: var(--sz-xs);
    background-color: var(--clr-dark);
    padding: 5px 7px;
    display: inline-block;
    color: rgb(255 255 255 / 95%);
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    cursor: pointer;
    margin: -3px 0 0 -3px;
}
select {
     padding: 0.355em 0.5em;
}
select:empty {
	min-width: 100px;
}
textarea {
	width: 100%;
	padding: 20px;
}
input:focus, textarea:focus, select:focus {
	outline: 1px solid rgba(30, 102, 233, 0.7);
	outline-offset: -1px;
}
/* BUTTONS img */
input[type="submit"] img, input[type="button"] img, .button img, .btn img {
     vertical-align: middle;
     margin: 0 6px 0 -3px;
}
/* standart buttons */
input[type="submit"], input[type="button"], button, .button, .btn {
    font-family: var(--fnt-title);
    padding: 12px 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
    background: var(--clr-gold);
    font-size: var(--sz-xs);
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none !important;
}
input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary, .button.btn-secondary, .btn.btn-secondary {
    border-color: var(--clr-gold);
    background: transparent;
    color: black;
}
.btn.black {
    background-color: #000000;
}
.btn-secondary.black {
	background: transparent;
	border-color: rgb(0 0 0 / 40%);
}
/* size buttons */
input[type="submit"].btn-l, input[type="button"].btn-l, button.btn-l, .button.btn-l, .btn.btn-l, .btn-l  {
     padding: 23px 37px;
     background-color: var(--clr-dark);
     color: rgb(255 255 255 / 95%);
}
.btn.btn-s, button.btn-s, input[type="submit"].btn-s, input[type="button"].btn-s {
    padding: 5px 18px;
    text-transform: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.btn.btn-m, button.btn-m, input[type="submit"].btn-m, input[type="button"].btn-m {
    padding: 7px 18px;
    margin: 0;
    text-transform: none;
    line-height: 16px;
}
/* select button */
.btn-select .btn {padding-right: 13px;}
.btn-select .btn img {margin: -2px 0 0 4px;}
.btn-option {
	display: none;
	position: absolute;
	text-align: center;
	top: 36px;
	border: solid 1px black;
	border-top: 0;
	background-color: white;
	width: 128px;
	line-height: 26px;
	padding-bottom: 5px;
}
.btn-option a {
    display: block;
}
.btn-select:hover .btn {
	background-color: white;
	color: var(--clr-text-gold);
	border-color: black;
	width: 128px;
}
.btn-select:hover .btn-option {
	display: block;
}
/* hover */
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, .btn:hover {
    background-color: black;
    border-color: black;
    color: white;
}
/* ico */
.symbol {
    display: inline-block;
    background: black;
    color: white;
    text-align: center;
    font-size: 14px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    margin-right: 5px;
    font-style: normal;
}
.user {
    font-weight: 400;
    margin: -15px 0 0 -6px;
    text-align: right;
    font-style: normal;
}
.user:before {
	content: "";
    background: var(--clr-dark) url(/img/ico-user.webp) no-repeat center;
    display: inline-block;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
}
.ico-motiv1 {
    animation: floating 7s ease-out 1 forwards;
    position: absolute;
    z-index: 1;
}
.ico-motiv2 svg {
    animation: floathop 10s linear 1 forwards;
    position: absolute;
}
.main-text .ico-motiv2 {
    z-index: -1;
}
.ico-motiv2 .help:before {
    content: "?";
}
.ico-motiv2.help:before {
    content: "?";
    color: white;
    font-size: 77px;
    line-height: 1;
    position: absolute;
    right: -8px;
    top: 29px;
    z-index: 1;
}
/* toggle chovani */
.ico-plus:before, .ico-minus:before {
    content: "+";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border: solid 1px var(--clr-gold);
    text-align: center;
    font-weight: 200;
    font-size: 19px;
    color: #000000;
    font-family: var(--fnt);
    font-style: normal;
}
.unpack .ico-plus:before, .ico-minus:before {
    content: "-";
}
.toggle-item .toggle-box {
   display: none;
}
.toggle-item.unpack .toggle-box {
   display: inherit; 
}
.ico-check:before {
  content: "\2713";
  color: #12b500;
}
.ico-x:before {
  content: "\2715";
  color: #fb0009;
}
/* toggle podoba */
.toggle-item .toggle-box {
   border-style: solid;
   border-color: var(--clr-gold);
   border-width: 0 1px 1px 1px;
   padding: 40px 40px 20px;
   margin-top: -37px;
}
.toggle-item h3 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.toggle-item h3:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: 12px;
    background: var(--clr-gold);
    vertical-align: middle;
}
.toggle-box p:first-child, .toggle-box h4:first-child {
   margin-top: 0;
}
/**/
.bg-1 {
    background: #fcfcfc url(/img/bod-il-full-gray.svg) no-repeat -45px -27px;
    background-size: 1300px;
}
.bg-2 {
    background: #ffffff url(/img/bod-il-linky-gold.svg) no-repeat -167px -45px;
    background-size: 1280px;
}
.bg-3, .bg-3-c {
    background: #FFFFFF url(/img/srafura.webp) no-repeat 33px 51px;
}
.bg-3-c {
    background-position: center -27px;
}
.fix {
    max-width: 1280px;
}
.page {
    overflow-x: hidden;
    padding-top: 66px;
}
.main, .text {
    padding: 25px;
    margin: 0 auto;
}
.main-text {
    margin-top: 15px;
}
.scrolltable {
    max-width: inherit;
}
.info {
    text-align: center;
    font-weight: 400;
    margin: auto;
    max-width: 500px;
    padding: 10px;
    background-color: #f7fdf1;
    border: solid 1px #a5d173;
}
body > header {
    padding: 15px 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
body > footer {margin-top: 40px;}
.logo {
    max-width: 60%;
    align-self: flex-start;
}
/* top menu */
.menu-items, .menu-items li, .menu-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.menu-items {
	display: flex;
}
.menu-items > li > a, .menu-items .like-a {
	position: relative;
	display: block;
	margin: 4px 0;
	padding: 6px 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #000000;
	font-weight: 400;
	font-size: var(--sz-xs);
	font-family: var(--fnt-title);
}
.menu-items > li > a:after, .menu-items .like-a:after, .menu-items > li.active > a:after {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 0px;
    height: 1px;
    content: '';
    background: var(--clr-gold);
    transition: width 0.3s;
}
.menu-items > li:hover > a:after, .menu-items li:hover .like-a:after, .menu-items > li.active > a:after {
    width: 80%;
}
/* submenu screen */
.menu-items li > ul {
    display: none;
    width: max-content;
}
.menu-items li:hover > ul {
    display: block;
}
.menu-items li ul {
    position: absolute;
    top: 34px;
    z-index: 2;
    margin: 0 10px 0 -20px;
    padding: 5px 0 10px;
    background: white;
    padding-top: 12px;
    border: solid 1px var(--clr-gold);
    border-width: 0 0 1px 1px;
}
.menu-items li ul a {
	font-weight: 300;
	display: block;
	margin: 0;
	color: #000000;
	font-size: var(--sz-s);
	padding: 2px 30px 2px 40px;
}
.menu-items li ul a:hover {
    color: rgb(0 0 0 / 50%);
    transition: color 0.35s;
}
.menu-items li ul:after, .menu-items li ul:before {
    content: '';
	position: absolute;
    display: block;
	background: var(--clr-gold);
    z-index: 100000;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 1px;    
}
.menu-items li ul:before {
    left: 0;
	right: inherit;
	bottom: inherit;
    top: -1px;
    width: 22%;
    height: 1px;
}
/*leftmenu*/
.leftmenu ul {
    padding: 0;
    list-style: none;
}
.leftmenu li {
    padding: 7px 4px 5px;
    border-bottom: solid 1px var(--clr-bg-warmgray);
}
.leftmenu a {
    color: #000000;
}
.leftmenu li.active a {
	color: var(--clr-text-gold);
}
.lang {
    display: inline-block;
    background-color: white;
    color: black;
    font-weight: 400;
    align-self: center;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 28px;
    font-size: var(--sz-xs);
    border-radius: 50%;
    margin-bottom: 2px;
}
.crumbs {
    letter-spacing: 0.1em;
}
/* form */
.input-row input:not([type="submit"]), .input-row select, .input-row textarea {
  border-width: 0 0 1px 0;
  background: transparent;
  width: 100%;
}
.input-row input:not([type="submit"]):focus, .input-row select:focus, .input-row textarea:focus {
  outline: 0;
}
.input-row select {
  padding-left: 0;
  color: #4a4a4a;
  margin-top: 0;
}
.input-row textarea {
  height: 33px;
}
.input-row textarea:focus, .input-row textarea:not(:placeholder-shown) {
  height: 93px;
}
.input-row  {
 position: relative;
 min-height: 55px;
}
.input-row label {
 display: block;
 position: absolute;
 top: 5px;
 margin-left: 3px;
 transition: .3s ease;
 pointer-events: none;
 background: #ffffff;
}
.input-row input:not(.nofilled):valid~label, .input-row input:active~label, .input-row input:focus~label,
.input-row textarea:not(:placeholder-shown)~label, .input-row textarea:focus~label{
 top: -12px;
 font-size: 12px;
 transition: .3s ease;
 pointer-events: none;
 color: #a4abb9;
}
.input-row input[required] +label:after, .input-row select[required] +label:after  {
    content: "*";
    padding-left: 3px;
    font-size: 13px;
}
/* row table */
.row-tbl td {
    border: solid #dadada;
    border-width: 0 0 1px 0;
}
.row-tbl th, .row-tbl td {
	line-height: 1.3;
}
.row-tbl th {
	 border: solid #dadada;
    border-width: 0 0 1px 0;
}
.row-tbl tr > *:first-child {
    padding-left: 0;
}
.row-tbl tr > *:last-child {
    padding-right: 0;
}
.tbl-intertitle td {
    background: var(--clr-gold);
}
.tbl-intertitle hr {
    position: relative;
    top: -1px;
    border-color: var(--clr-dark);
}
.sticky th {
	position: sticky;
	top: 0;
	z-index: 1;
}
thead th {
	font-weight: 200;
	background-color: var(--clr-dark);
	color: white;
	border-color: #616161;
	vertical-align: top;
	padding: 5px 10px;
}
/* layout table */
.layout-tbl td, .layout-tbl th {
    border: 0;
    padding: 5px 15px 0 0;
}
.layout-tbl td:last-child {
    padding-right: 0;
}
/* left header table */
.left-header th {
	font-weight: 200;
    background-color: var(--clr-dark);
    color: white;
    border-color: #616161;
    vertical-align: top;
    padding: 5px 25px;
}
.left-header td, .left-header.row-tbl tr > *:first-child {
    padding-left: 25px;
}
.left-header td:last-child {
    padding-right: 35px;
}
.left-header.row-tbl tr > *:last-child {
    padding-right: 25px;
}
.col-head {
    background: var(--clr-bg-light);
}
.bg-clr-gold th, .bg-clr-gold td, .bg-clr-warmgray th, .bg-clr-warmgray td {
    border-color: rgb(255 255 255 / 60%);
}
.bg-clr-gold th {
    color: rgb(255 255 255);
    font-weight: 300;
    letter-spacing: 0.03em;
}
/* srovnanim table */
.program {
    /* border-top-color: transparent; */
}
.tbl-srovnani td {
    width: 22%;
    text-align: center;
}
.tbl-srovnani th {
    position: relative;
    border-left: 0;
    font-size: var(--sz-s);
    text-align: right;
}
.tbl-srovnani th h5, h5.float-tit {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    position: absolute;
    top: -15px;
    margin: 0;
    left: -1px;
    padding: 5px 20px;
    color: white;
    border: 1px solid #565656;
    white-space: nowrap;
}
h5.float-tit{
    background: white;
    border-color: rgb(31 31 31 / 48%);
    left: -16px;
    top: -8px;
    color: black;
}
.tbl-srovnani th h5 {
    background: #000000;
}
tr.pt-2 td, tr.pt-2 th {
    padding-top: 25px;
    vertical-align: top;
}
tr.pb-2 td, tr.pb-2 th {
    padding-bottom: 25px;
}
.tbl-srovnani tr.bdr td {
    border-top-width: 2px;
    border-top-color: #000000;
}
tr.tbl-block > * {border-top: solid 3px var(--clr-dark);}
/* muj koutek stranky*/
.text.koutek a {
    text-decoration: underline;
}
a.change:after {
	content: "";
	width: 17px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 7px;
	bac;
	background: url(/css/img/ico-edit-black.png) no-repeat;
}
a.change[title="nastaveno"]  {
    color: black;
}
a.change[title="nastaveno"]:before {
    content: "\2713";
    display: inline-block;
    margin-right: 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #c6ef97;
    border-radius: 50%;
    margin-right: 8px;
}
a.change[title="nenastaveno"]:before {
    content: "\2715";
    display: inline-block;
    margin-right: 5px;
}
a.del:after {
    content: "\2715";
    font-size: 17px;
    vertical-align: middle;
    color: red;
    display: inline-block;
    padding-left: 7px;
    height: 14px;
    line-height: 14px;
}
.koutek-box {
    background-color: var(--clr-bg-light);
    padding: 10px 25px 25px;
}
.koutek h3:after {
    content: "";
    display: block;
    background: var(--clr-gold);
    width: 117px;
    height: 1px;
    position: relative;
    left: -10px;
    bottom: -3px;
}
.neaktivni {
    text-decoration: line-through;
}
/* tab list */
.tab-list {
    display: flex;
    font-size: 1rem;
    margin: 35px auto;
    border-bottom: 1px solid var(--clr-border);
}
.tab-list > a  {
    padding: 10px 24px 10px;
    margin: 0 -1px -1px 0;
    border-style: solid;
    border-width: 1px;
    border-color: var(--clr-border);
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}
.tab-list > a:hover {
    color: var(--clr-gold);
}
.tab-list *.active {
    border-bottom-color: transparent;
    background-color: white;
	color: #000000;
}
/* type */
.type-fulltext h1 {
    text-transform: none;
    font-weight: 300;
    font-size: 35px;
}
/* servis */
#home-services {
    position: relative;
    z-index: 30;
}
.service-item {
    flex: 1 1 32%;
    padding: 0 25px 10px;
    position: relative;
}
@media (min-width: 1500px) {
.service-item:nth-child(1) {
    padding-left: 7%;
}
}
/*ilustrace*/
.il-hrana  {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: -58px;
}
.il-hrana .first {border-bottom: solid 57px var(--clr-dark);flex: 1;}
.il-hrana .last {flex: 1;border-bottom: solid 18px var(--clr-dark);}
.hrana {
    background: url(/img/hrana.svg);
    background-size: 1600px;
    width: 100%;
    max-width: 1600px;
    padding-top: 58px;
}
#home-reference .ico-motiv2 {
    margin-left: -336px;
    margin-top: -45px;
}
.reference.items article:nth-child(even){
	background-color: var(--clr-dark);
	color: var(--clr-light);
	font-weight: 200;
}
.reference.items article:nth-child(odd) .img-ref img{
	border-color: var(--clr-bg-lightgray);
}
.intro {
    z-index: 40;
}
.il-linky {
    position: absolute;
    left: -107px;
    top: -55px;
    z-index: 1;
}
.il-linky-gold {
    position: absolute;
    z-index: 2;
    left: -231px;
    top: -456px;
    opacity: 0.8;
    z-index: 1;
}
/* about */
#about {
    background-color: white;
}
.econnect-logo.no-screen {
    position: absolute;
    left: -82px;
    top: -27px;
    transform: scale(1.5) rotate(14deg);
}
.econnect-logo.no-mobile {
    position: absolute;
    left: -177px;
    top: 232px;
    transform: rotate(14deg);
}
svg.letter {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 19% 28% 0;
}
.motiv-item {
    width: 50%;
    animation: houp 1.5s ease-in-out infinite alternate;
}
.motiv-e {
    margin: 0 auto 0 4em;
}
.motiv-c {
    margin: 0 auto 0 0;
    animation-delay: 5s;
}
.motiv-n {
    margin: -128px 0 0 auto;
    animation-delay: 10s;
}
.motiv-n svg.letter {
    padding: 22% 27% 0;
}
.motiv-c svg.letter {
    left: -7px;
	transition: transform 1s;
}
.bubble path {
    animation: blacking 1.5s ease-in-out forwards;
}
.motiv-c .bubble path {
	animation-duration: 5s;
}
.motiv-n .bubble path {
	animation-duration: 10s;
}
.bubb-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: transform 1s;
}
.motiv-item:hover .bubb-img {
    transform: scale(1);
}
.motiv-item:hover .letter {
    transform: scale(0);
}
.item {
	padding-bottom: 20px;
}
.item h3 {
    margin: 1em 0;
}
/* boxes */
.box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.last-box-item {
    /* align-self: center; */
}
/* webdesign */
img.srafura {
    position: absolute;
    top: -123px;
    right: 17px;
}
.ico-krok {
    width: 67px;
    padding-top: 31px;
    display: inline-block;
    text-align: center;
    font: 500 30px var(--fnt-title);
    color: white;
    position: relative;
    left: -43px;
    top: 0;
}
.ico-krok:before {
    content: "";
    background: url(/img/bod-black.svg) no-repeat;
    width: 95px;
    height: 85px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.webdes-list .ico-krok {
    width: 67px;
    position: absolute;
    left: -43px;
    top: -20px;
}
.webdes-list .ico-krok:before {
    animation: opaciting 1.5s linear backwards;
}
.ico-krok.gold:before {
    background-image: url(/img/bod-gold.svg);
}
.krok2 .ico-krok:before {
	animation-delay: 1s;
}
.krok3 .ico-krok:before {
	animation-delay: 3s;
}
.krok4 .ico-krok:before {
	animation-delay: 4.5s;
}
.webdes-cesta {
    height: 569px;
    position: absolute;
    right: -60px;
    top: 62px;
    transform: scaleX(0.5);
}
.webdes-line {
  fill: none;
  stroke: #898989;
  stroke-dasharray: 5;
  stroke-width: 5;
  stroke-linejoin: round;
}
.webdes-mask {
  fill: none;
  stroke: white;
  stroke-width: 0.5px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dash 6s linear forwards;
}
.krok1, .krok3  {
    margin: 0px 25px 0 73px;
}
.krok2, .krok4  {
    margin: 0 25px 0 50px;
}
.krok1 h1, .krok3 h1  {
    margin-left: 63px;
}
.krok2 h1, .krok4 h1 {
    margin-left: 45px;
}
.krok2 .ico-krok,.krok4 .ico-krok {
	left: -65px;
	width: 113px;
}
.krok2 .ico-krok:before {
	transform: rotate(345deg);
}
.krok4 .ico-krok {
	left: -65px;
	width: 81px;
}
.krok3 .ico-krok:before {
	transform: rotate(315deg);
}
.krok4 .ico-krok:before {
	transform: rotate(168deg);
}
/* hosting */
.price {
    width: min-content;
    text-wrap: nowrap;
    margin: 22px 0 0 0;
}
.price strong {
    font-size: 30px;
    font-family: 'Lexend';
    font-weight: 700;
    line-height: 1em;
    margin: 0px 5px 8px 2px;
    display: inline-block;
    vertical-align: middle;
}
.mt-05 {
    margin-top: 5px;
}
.mb-05 {
    margin-bottom: 5px;
}
.mr-05 {
    margin-right: 5px;
}
.ml-05 {
    margin-left: 5px;
}
.col2 div {
    break-inside: avoid;
}
.col2 > div:first-child h3  {
    margin-top: 0;
}
.price em {
    display: inline-block;
    line-height: 1.1;
}
.hosting-text label {
    font-weight: 200;
    background-color: var(--clr-dark);
    color: white;
    display: block;
    padding: 1px 15px;
    width: 180px;
    margin: 10px 5px 6px 0;
}
.webhosting-list article {
    flex: 1 1 auto;
    border-left: solid 1px #ffffff8f;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webhosting-list article:first-child {
    box-shadow: 0 0 64px rgb(0 0 0 / 8%);
}
/* pager */
.pager a, .pager .active {
    background-color: var(--clr-bg-warmgray);
}
.pager a:hover, .pager .active {
    background: var(--clr-dark);
}
/* footer */
.foot-logo {
	padding-left: 0;
	width: 172px;
}
footer nav {
    margin-bottom: 2%;
}
footer a {
    position: relative;
}
footer nav a {
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}
footer nav a:before {
    content: "\25CF";
    color: var(--clr-gold);
    margin-right: 8px;
}
footer a:after, a.link:after {
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: var(--clr-dark-gold);
    transition: width 0.3s;
    content: "";
}
footer a:hover:after, a.link:hover:after {
    width: 100%;
}
footer nav a:after {
    left: 24px;
    bottom: -6px;
}
footer nav a:hover:after {
    width: calc(100% - 30px);
}
.en #home-reference {
    display: none;
}
/* MOBILE */
@media (max-width: 767px) {
.info-roh {
    transform: scale(1);
    left: 0;
}
.bg-3, .bg-3-c {
	background-size: 50%;
}
.reference-2.bg-1 .page {
    background-color: rgb(255 255 255 / 20%);
}
/* flex table mobile */
.flex-tbl, .flex-tbl tr, .flex-tbl th, .flex-tbl td, .flex-tbl tbody {
    border-width: 0 0 1px;
}
.mo-first-box {order: -1;}
.ico-menu {
    font-size: 28px;
    height: 46px;
    width: 46px;
    line-height: 47px;
}
.ico-menu + nav {
    margin-top: 50px;
}
.mobilmenu.active nav li ul {
	padding-bottom: 25px;
}
.mobilmenu.active nav li.active > ul {
	right: 0;
	transition: right 200ms cubic-bezier(0.16, 1, 0.3, 1) 20ms;
}
.mobilmenu .menu-title:before {
    content: "\2190";
    margin-right: 10px;
}
.mobilmenu .menu-tree:after {
    content: "\2192";
    margin-left: 10px;
}
.new-home .page {
    overflow: visible;
}
body > header {
    overflow: visible;
}
.team {
    transform: scale(0.7) translateX(42px);
}
.user {
    margin-right: 25px;
}
/*reference mobile*/
.ico-motiv1 {
    margin-top: -10px;
}
.img-gallery {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 7px;
}
.img-gallery .img-ref {
   display: inline-block;
   vertical-align: bottom;
   padding: 10px;
   border: solid 1px #8b8b8b;
   background: #ffffff;
}
.img-gallery .img-ref img {
   max-height: 73vw;
}
.reference.items article:nth-child(even) .img-gallery .img-ref {
   border: solid 1px #646464;
   background: #141414;
}
/* webdesign mobile*/
img.srafura {
    left: -90px;
    width: 55%;
}
.webdes-text .ico-krok {
    left: auto !important;
    right: -38%;
}
}

/* screen */
@media (min-width: 768px) {
html {
    font-size: 15px;
}
.s-motivem:before {
    content: "";
    display: inline-block;
    background: url(/img/bod-gold.svg) no-repeat;
    background-size: contain;
    width: 446px;
    padding-top: 392px;
    position: absolute;
    top: -80px;
    left: -21px;
    z-index: -1;
    opacity: 0.2;
    animation: houp 1.5s ease-in-out infinite alternate;
}
.page {
    padding-top: 72px;
    min-height: calc(100vh - 277px);
}
.crumbs {
    /*margin-right: 69px;*/
}
input[type="submit"], input[type="button"], button, .button, .btn {
    padding: 14px 28px;
}
h1 {
    font-size: 3rem;
}
.main {
    padding: 35px;
}
body > header {
    padding: 15px 20px;
}
.logo {
    width: 230px;
    align-self: initial;
}
.lang {
    background-color: black;
    color: white;
    position: relative;
    z-index: 100;
    font-family: var(--fnt-title);
}
.lang:hover {
    background-color: var(--clr-gold);
    color: white;
}
.headline-block {
    padding: 1px 25px;
}
.service-item {
    padding: 35px 15px 100px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-item:nth-child(3) {
    flex: 1 1 36%;
}
.service-item:nth-child(3):after {content: unset;}
.service-item:after {
    content:"";
    display: block;
    background: #c3c3c3;
    width: 1px;
    right: 0;
    height: 47%;
    top: 86px;
    position: absolute;
}
.cena strong {
    font-size: var(--sz-xl);
}
/*reference screen*/
#home-reference .ico-motiv1 {
    margin-left: -350px;
    margin-top: -12px;
}
.reference .page article {
    padding-top: 109px;
    padding-bottom: 44px;
}
.reference .ref-text {padding-top: 40px;}
.img-gallery {
    position: relative;
    margin-left: 200px;
    min-height: 700px;
}
.img-ref {   
    display: block;
}
.img-ref img {
	position: absolute;
    max-height: 600px;
    width: auto;
    background-color: var(--clr-dark);
    border: solid 14px var(--clr-dark);
    outline: solid 1px #484848;
    transition: transform 0.3s ease-in-out;
}
.img-ref-1 img {
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
.img-ref-2 img {
    top: -54px;
    left: -124px;
    z-index: 100;
    transform: rotate(-4deg);
}
.img-ref-3 img {
    top: 318px;
    left: 370px;
    z-index: 300;
    max-height: 260px;
    transform: rotate(5deg);
    border-width: 13px;
}
.img-ref img:hover {
    z-index: 400 !important;
    transform: scale(1.05);
}
/*reference home screen*/
.reference.home {
    position: relative;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y;
    z-index: 1;
}
.reference.home .img-gallery {
	transform: scale(0.8) translate(-100px, 0px);
	min-height: 570px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
}
.swiper-wrapper article {
    flex: 1 0 1100px;
    padding: 0;
}
.swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    background: url(/img/ico-arrow-dawn-white.svg) no-repeat center;
    background-size: 50%;
    position: absolute;
    border-radius: 50%;
    border: solid 1px rgb(255 255 255 / 30%);
    bottom: -46px;
    z-index: 300;
}
.swiper-button-prev {
    right: 80px;
    transform: rotate(90deg);
}
.swiper-button-next {
    right: 0px;
    transform: rotate(-90deg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    border-color: var(--clr-text-gold);
}
/* webdesign screen */
.webdes-cesta {
    height: 569px;
    left: -60px;
    transform: none;
}
.webdes-list {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 1030px;
}
.krok1 {
    margin: 0 49px 0 70px;
}
.krok2 {
    margin: 0 110px 0 0;
}
.krok3 {
    margin: 214px 0 0 123px;
}
.krok4 {
    margin: 0 40px 0 41px;
}
.krok1 h1 {
    margin-left: 75px;
}
.krok2 h1 {
    margin-left: 49px;
}
.krok3 h1, .krok4 h1 {
    margin-left: 0;
}
.krok3 .ico-krok {
	left: -107px;
	width: 81px;
}
.krok4 .ico-krok {
	left: -107px;
	width: 81px;
	top: 17px;
}
/* hosting screen */
.hosting-text label {
    margin-top: 0;
}
/* about screen */
#about {
    background: white url(/img/hair-line.svg) no-repeat center;
}
.bg-about {
    position: absolute;
    left: 27%;
    top: 43%;
    animation: minihoup 2.5s ease-in-out infinite alternate;
}
.motiv-item {
    width: 34.91%;
}
.motiv-e {
    margin: 8em auto 0 4em;    
}
.motiv-c {
    margin: -48% 19% 0 auto;
}
.motiv-n {
    margin: 15% -4% 0 auto;
}
.mo-1 {
    opacity: 0.4;
    top: 50%;
    z-index: 1;
}
.mo-1 img {
    transform: rotate(246deg);
}
.mo-2 {
    opacity: 0.4;
    left: 41%;
}
.mo-3 {
    opacity: 0.4;
    left: 65%;
}
.mo-3 img {
    transform: rotate(345deg);
}
.mo-4 {
    opacity: 0.9;
    left: 50%;
    top: 66%;
}
.mo-4 img {
    transform: rotate(148deg);
}
/* news screen */
.item {
	padding: 0 15px 30px 35px;
}
/* text screen */
.text {
    line-height: 1.7;
}
/* muj koutek stranky screen */
.koutek-box {
    padding: 10px 35px 35px;
    margin: 35px auto;
}
/* box items screen */
.box  {
    padding-left: 45px;
    padding-right: 45px;
}
body > footer {
    margin-top: 0;
}
@media (min-width: 1050px)  {
/* vyjimky nad 1050 */
.main-text {
    display: flex;
	margin-top: 0;
}
.main-text.main {
    padding-left: 0;
	padding-right: 0;
}
.text-headline {
    flex: 1 1 30%;
    justify-self: right;
}
.headline-block {
    max-width: 393px;
    padding-left: 30px;
    margin: 0 0 0 auto;
	border-right: solid 1px var(--clr-gold);
	padding-right: 40px;
}
.bg-3 .headline-block {
	border-right: 0;
}
.text {
    flex: 1 1 70%;
    padding: 0 35px 90px 50px;
}
.text.text-grow {
    padding-right: 35px;
}
}
@media (min-width: 1400px) {
/* vyjimky nad 1400 */
.text {
    padding-right: 10%;
}
}
/* foot screen*/
.foot-logo {
	padding-left: 35px;
	padding-top: 30px;
	width: 213px;
}
footer nav a {
    margin-bottom: 24px;
}
}
/*---- PETICE ---*/
body.petice {
    padding: 38px 0 10px;
}