<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
========================
Header area start
========================
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&amp;display=swap");

@import "../css/settings.css";

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: var(--primary-color);
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabul-tablearea ul, .continue-area ul, .lpconten-part ul {
  padding-left: 15px;
  margin-left: 4px;
  list-style-type: disc;
}
ul.reset-ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.img-main-page {
  max-width: 100%;
  height:auto;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.text-blue {
  color: var(--btn-color) !important;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.header-area {
  background: var(--gradient-background-color);
  padding: 25px 0 64px;
}

.header-fixed {
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
  transition: 0.3s all ease;
}
.header-fixed {
  position: initial !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.headerfixed-add {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
  /*  background: linear-gradient(272.69deg, #d1e4f2 6.46%, #eef8ff 76.32%);   */
  background: var(--gradient-background-color);
  padding: 16px 0;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
  max-width: 173px;
}

.navbar-nav li {
  padding: 10px 0;
  padding-left: 62px;
}

.navbar-nav li a {
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  transition: 0.2s all ease;
}

.navbar-nav li a:hover {
  opacity: 0.8;
}

.navbar-nav li a img {
  max-width: 19px;
  margin-right: 10px;
}

.navbar-nav li a span {
  font-size: 14px;
}

.navbar-nav li a span i {
  font-size: 13px;
  display: inline-block;
  margin-left: 4px;
}

.navbar-nav .dropdown-menu {
  background: #fff;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transform: translate(-40px, 6px) !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 16px;
}

/* hamburger-area */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  outline: none;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
  outline: none;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  outline: none;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  outline: none;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-cnt {
  padding-top: 54px;
}

.header-left p {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--header-subtitle-color);
  margin: 0;
}

.header-left h2 {
  font-weight: 700;
  font-size: var(--heading1-font-size);
  color: var(--primary-color);
  margin: 0;
}

.header-right img {
  width: 100%;
  border-radius: 20px;
  transition: 0.2s all ease;
}

.header-right img:hover {
  transform: scale(1.03);
}

/*=== matik-area start ===*/
.matik-area {
  padding: var(--section-padding-top) 0;
}

.matik-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.matik-upper p {
  font-weight: 400;
  font-size: var(--font-size);
  text-align: center;
  color: #000000;
  margin: 24px 0;
}

.matik-main {
  background: var(--gradient-background-color);
  padding: 35px 80px;
  border-radius: 20px;
  margin-top: 70px;
}

.matik-left h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
}

.matik-left p {
  font-weight: 400;
  font-size: 18px;
  color: var(--primary-color);
  margin: 18px 0 24px;
}

.matik-left ul li {
  display: inline-block;
  padding-right: 12px;
}

.matik-left ul li img {
  max-width: 155px;
  transition: 0.2s all ease;
}

.matik-left ul li img:hover {
  transform: scale(1.05);
}

.matik-right {
  position: relative;
}

.matik-right img {
  width: 100%;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: scale(1.21);
  transition: 0.2s all ease;
}

.matik-right img:hover {
  transform: scale(1.34);
}

/*=== video-area start ===*/
.video-area {
  padding-bottom: var(--section-padding-bottom);
}

.video-main {
  text-align: center;
}

.video-main h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.video-main iframe {
  width: 100%;
  height: 420px;
  max-width: 745px;
  display: block;
  margin: 30px auto 0;
}

.video-cnt {
  padding-top: var(--section-padding-top);
}

.video-cnt h4 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
  margin-bottom: 20px;
}

.video-cnt ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 5px 0;
  padding-left: 24px;
}

.video-cnt ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #161616;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

/*=== proc-area start ===*/
.proc-area {
  padding-top: var(--section-padding-bottom);
}

.proc-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
}

.proc-item img {
  width: 100%;
  transition: 0.2s all ease;
}

.proc-item img:hover {
  transform: scale(1.05);
}

.proc-cnt {
  padding: 0;
}

.proc-main {
  padding-top: 30px;
}

.sout-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

/*=== footer-area start ===*/
.footer-area {
  background: var(--footer-background-color);
  padding-top: 56px;
}

.footer-left h4 {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-left ul li {
  display: inline-block;
  padding: 8px;
  padding-left: 0;
}

.footer-left ul li img {
  max-width: 78px;
  cursor: pointer;
  transition: 0.21s all ease;
}

.footer-left ul li img:hover {
  transform: scale(1.12);
}

.footer-right .footer-links li {
  padding: 4px 0;
}

.footer-right .footer-links li a {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  transition: 0.2s all ease;
}

.footer-right .footer-links li a:hover {
  opacity: 0.85;
}

.social-item {
  display: flex;
  align-items: center;
  padding-top: 26px;
}

.social-item p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  margin-right: 16px;
}

.social-item ul li {
  display: inline-block;
  padding-right: 8px;
}

.social-item ul li img {
  max-width: 27px;
  transition: 0.2s all ease;
}

.social-item ul li img:hover {
  transform: scale(1.12);
}

.copy-right {
  padding: 12px 0 15px;
  border-top: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.copy-right p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

/*=== pro-area start ===*/
.pro-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.pro-item {
  text-align: center;
  padding: 10px 40px;
  position: relative;
}

.pro-item::after {
  content: "";
  width: 1px;
  height: 82%;
  display: block;
  background: var(--main-dark-color);
  position: absolute;
  right: -20px;
  bottom: 0;
}

.pro-item img {
  max-width: 60px;
  transition: 0.2s all ease;
}

.pro-item img:hover {
  transform: scale(1.12);
}

.pro-item h4 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--primary-color);
  margin: 44px 0 25px;
}

.pro-item ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 5px 0;
}

.pro-item ul li i {
  font-size: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.pro-item a {
  width: 196px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: var(--btn-background-color);
  padding: 8px 15px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  margin: 25px auto;
  transition: 0.2s all ease;
}

.pro-item a:hover {
  opacity: 0.85;
}

.last-proitem::after {
  display: none;
}

/*=== lp-rodic page start ===*/
.lpconten-part {
  padding-top: var(--section-padding-top);
  padding-bottom: 40px;
}

.lpconten-part p {
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
}

.lprodic-right img {
  transform: scale(1.45);
  top: -15px;
  transition: 0.2s all ease;
}

.lprodic-right img:hover {
  transform: scale(1.52);
}

/*=== ziskate-area start ===*/
.ziskate-upper {
  max-width: 826px;
  margin: 0 auto;
}

.ziskate-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 72px;
}

.ziskate-item {
  display: flex;
  align-items: center;
}

.ziskate-item .zis1 {
  max-width: 50px;
}

.ziskate-item .zis2 {
  max-width: 56px;
}

.ziskate-item .zis3 {
  max-width: 80px;
}

.ziskate-cnt {
  margin-left: 20px;
}

.ziskate-cnt h4 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
  margin: 0;
}

.ziskate-cnt p {
  font-weight: 700;
  font-size: 14px;
  color: var(--header-subtitle-color);
  margin: 0;
}

.ziskate-left ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 5px 0;
  padding-left: 24px;
}

.ziskate-left ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #161616;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

.ziskate-right img {
  width: 100%;
  transition: 0.2s all ease;
}

.ziskate-right img:hover {
  transform: scale(1.035);
}

.ziskate-main {
  padding-top: var(--section-padding-bottom);
}

/*=== feature-area start ===*/
.feature-area {
  padding-top: 75px;
}

.feature-left img {
  width: 100%;
  transition: 0.2s all ease;
}

.feature-left img:hover {
  transform: scale(1.03);
}

.feature-right h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.feature-right ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 5px 0;
  padding-left: 24px;
}

.feature-right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #161616;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

.feature-right {
  position: relative;
}

.feature2-cnt h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--primary-color);
}

.feature2-cnt p {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
}

.feature2-cnt {
  padding: 24px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature2-right img {
  width: 100%;
}

.feature2-btm {
  padding-top: 52px;
}

.feature2-btm p {
  font-weight: 400;
  font-size: var(--font-size);
  color: #000000;
}

/*=== experience-area start ===*/
.experience-area {
  padding-top: 80px;
}

.experience-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.experience-main {
  max-width: 775px;
  margin: 0 auto;
  padding-top: 52px;
}

.experience-inner {
  padding-top: 38px;
  display: flex;
  align-items: center;
}

.experience-inner img {
  width: 106px !important;
  height: 106px !important;
  border-radius: 50%;
}

.experience-cnt {
  margin-left: 38px;
}

.experience-cnt p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

.experience-cnt h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
}

.experience-item {
  direction: ltr;
}

.store2-area {
  padding: var(--section-padding-bottom) 0;
}

.store2-item ul {
  text-align: center;
}

.store2-item ul li {
  display: inline-block;
  padding: 0 4px;
}

.store2-item ul li img {
  max-width: 156px;
  transition: 0.2s all ease;
}

.store2-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  max-width: 754px;
  margin: 68px auto 0;
}

.store2-item ul li img:hover {
  transform: scale(1.05);
}

/*=== lp-ucitel page start ===*/
.testy-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.testy-title h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.testy-main {
  padding-top: 56px;
}

.testy-right img {
  width: 100%;
}

.testy-left p {
  font-weight: 400;
  font-size: var(--font-size);
  color: #000000;
  margin: 0;
}

.testy-left a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: var(--btn-background-color);
  display: inline-block;
  padding: 8px 45px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  margin-top: 24px;
  transition: 0.2s all ease;
}

.testy-left a:hover {
  opacity: 0.85;
}

.video-main h6 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--btn-background-color);
  margin: 16px 0 35px;
}

.video-main p {
  font-weight: 400;
  font-size: var(--font-size);
  text-align: center;
  color: #000000;
}

/*=== sekund-area start ===*/
.sekund-area {
  padding-bottom: var(--section-padding-bottom);
}

.sekund-main {
  background: var(--gradient-background-color);
  padding: 40px 60px;
  border-radius: 20px;
}

.sekund-left h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
}

.sekund-left p {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  margin: 18px 0 20px;
}

.sekund-left a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: var(--btn-background-color);
  display: inline-block;
  padding: 8px 45px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
}

.sekund-right {
  position: relative;
}

.sekund-right img {
  width: 100%;
  transform: scale(1.5);
  position: absolute;
  top: -34px;
  right: -68px;
  transition: 0.2s all ease;
}

.sekund-right img:hover {
  transform: scale(1.65);
}

/*=== edu-area start ===*/
.edu-area {
  padding-bottom: 80px;
}

.edu-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.edu-upper p {
  font-weight: 400;
  font-size: var(--font-size);
  color: #000000;
  margin: 25px 0;
}

.modern-part {
  max-width: 760px;
  margin: 0px auto;
  padding: 40px 0;
}

.modern-part h2 {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--btn-background-color);
  padding-bottom: 14px;
}

.modern-part ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 4px 0;
  padding-left: 18px;
}

.modern-part ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}

.mozno-left h2 {
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--btn-background-color);
  padding-bottom: 14px;
}

.mozno-left p {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  margin: 0;
}

.mozno-left ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 4px 0;
  padding-left: 18px;
}

.mozno-left ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}

.mozno-right img {
  width: 100%;
  transition: 0.2s all ease;
}

.hhgh img:hover {
  transform: scale(1.04);
}

.settings2-part {
  padding-top: var(--section-padding-top);
}

.aplikace-part {
  padding-top: 40px;
}

.aplikace-left h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
}

.aplikace-left ul {
  padding-top: 45px;
}

.aplikace-left ul li {
  display: inline-block;
  padding-right: 10px;
}

.aplikace-left ul li img {
  max-width: 156px;
  transition: 0.2s all ease;
}

.aplikace-left ul li img:hover {
  transform: scale(1.035);
  opacity: 1;
}

.aplikace-right img {
  width: 100%;
  transition: 0.2s all ease;
}

.aplikace-right img:hover {
  transform: scale(1.035);
}

/*=== animation-area start ===*/
.animation-area {
  padding-bottom: var(--section-padding-bottom);
}

.animation-heading h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
}

.animation-main span {
  font-weight: 700;
  font-size: 24px;
  color: var(--btn-color);
}

.line {
  margin: 25px 0;
  width: 100%;
  height: 4px;
  background: #cacaca;
  display: block;
  border-radius: 50px;
  position: relative;
}

.line span {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--btn-background-color);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
}

.animation-cnt {
  display: flex;
  justify-content: space-between;
}

.animation-cnt p {
  font-weight: 400;
  font-size: var(--font-size);
  color: #000000;
  margin: 0;
  width: 33.333%;
}

.animation-cnt .active {
  font-weight: 600;
}

/*=== cvicen-area start ===*/
.cvicen-area {
  padding: 20px 0 50px;
}

.cvicen-cnt h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.cvicen-cnt ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 4px 0;
  padding-left: 18px;
}

.cvicen-cnt ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}

/*=== smy-area start ===*/
.smy-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.smy-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 50px;
}

.smy-left ul li {
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--primary-color);
  position: relative;
  padding: 4px 0;
  padding-left: 18px;
}

.smy-left ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}

.smy-left a:not(.default-link) {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: var(--btn-background-color);
  display: inline-block;
  padding: 12px 40px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  margin-top: 40px;
  transition: 0.2s all ease;
}

.smy-right img {
  width: 100%;
  transition: 0.2s all ease;
}

.smy-right img:hover {
  transform: scale(1.03);
}

.smy-left a:hover {
  opacity: 0.85;
}

/*=== edunino-home_page start ===*/
.header2-area {
  position: relative;
}

.header2-logo {
  position: absolute;
  top: 30px;
  z-index: 99;
}

.header2-logo img {
  max-width: 173px;
}

.header2-main {
  background-image: url(../images/header-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 300px 30px;
  padding-left: calc((100% - 1110px) / 2);
}

.header2-cnt p {
  font-weight: 700;
  font-size: var(--heading1-font-size);
  color: var(--primary-color);
  margin: 0;
}

/*custom nav*/
.main-content3 {
  position: relative;
}

.main-content3 .owl-theme .custom-nav {
  position: absolute;
  top: 42.5%;
  left: 4%;
  right: 4%;
}

.main-content3 .owl-theme .custom-nav .owl-prev,
.main-content3 .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  outline: none;
}

.main-content3 .owl-theme .custom-nav .owl-prev img,
.main-content3 .owl-theme .custom-nav .owl-next img {
  max-width: 54px;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content3 .owl-theme .custom-nav .owl-next {
  right: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .main-content3 .owl-theme .custom-nav {
    left: 0%;
    right: 0%;
  }

  .header2-cnt {
    padding-left: 30px;
  }
}

/*=== flag-area start ===*/
.flag-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.flag-title h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  text-align: center;
  color: #000000;
}

.flag-main {
  max-width: 907px;
  margin: 0 auto;
  padding-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flag-item {
  text-align: center;
}

.flag-item img {
  max-width: 75px;
  transition: 0.2s all ease;
}

.flag-item p {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #000000;
  margin-top: 14px;
  margin-bottom: 0;
}

/*=== certf-area start ==*/
.certf-area {
  padding-bottom: var(--section-padding-bottom);
}

.certf-main {
  max-width: 775px;
  margin: 0 auto;
}

.certf-left img {
  max-width: 100%;
  transition: 0.2s all ease;
}

.certf-left img:hover {
  transform: scale(1.1);
}

.certf-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
  max-width: 335px;
  margin-left: auto;
}

.certf-item {
  text-align: center;
}

.certf-item img {
  max-width: 60px;
  transition: 0.2s all ease;
}

.certf-item img:hover {
  transform: scale(1.12);
}

.certf-item p {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
}

.certf-left {
  text-align: right;
  margin-bottom: 42px;
  max-width: 325px;
}

/*=== tabulky page start ===*/
.tabul-header {
  padding: 25px 0;
}

.tabul-tablearea {
  padding: var(--section-padding-top) 0;
}

.tabul-main table {
  width: 100%;
  background: #fff;
  border: 1px solid var(--tab-border);
}

.tabul-main table td {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 12px 18px;
  border-right: 1px solid var(--tab-border);
}

.tabul-main table td:first-child {
  font-weight: 700;
}

.tabul-main table tr:nth-child(odd) {
  background: var(--tab-child-nth);
}

.tabul-main table tr:first-child {
  background: var(--tab-child-first);
}

/*=== accordian-area start ===*/
.accordian-area {
  padding-bottom: 70px;
}

.accordian-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--td-background-color);
  border: 1px solid var(--btn-background-color);
  box-sizing: border-box;
  padding: 12px 24px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  height: 60px;
}

.accordian-left p {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.accordian-right span i {
  font-size: 20px;
  color: #000000;
  transition: 0.2s all ease;
}

.accordian-left {
  display: flex;
  align-items: center;
}

.accordian-left img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 20px;
}

.accordian-body {
  background: #ffffff;
  border: 1px solid var(--btn-background-color);
  border-top: none;
  box-sizing: border-box;
  padding: 30px 20px 32px;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
  display: none;
}

.accordian-cnt p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  margin-bottom: 24px;
}

.accordian-part {
  margin-bottom: 40px;
}

.accordian-profile {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px;
}

.accorprof-right img {
  width: 236px;
  height: 236px;
  border-radius: 50%;
}

.accorprof-left h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.accorprof-left p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  margin: 16px 0;
}

.accorprof-left ul {
  padding: 10px 0;
}

.accorprof-left ul li {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
}

.accorprof-left ul li a {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
}

.contact-item ul li {
  padding: 8px 0;
}

.contact-item ul li a {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

.contact-item ul li a img {
  max-width: 24px;
  margin-right: 20px;
}

.accorprof-left {
  max-width: 452px;
}

/*=== abeced-area start ===*/
.abeced-area {
  padding-bottom: var(--section-padding-bottom);
}

.abeced-upper h2 {
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: var(--primary-color);
  margin: 0;
}

.abeced-upper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.abeced-upper ul li a {
  width: 36px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #000000;
  background: var(--td-background-color);
  border: 1px solid var(--btn-background-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
}

.abeced-upper {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--btn-color);
}

.abeced-upper p {
  font-weight: 300;
  font-size: var(--font-size);
  color: #000000;
  margin: 0;
  max-width: 1060px;
}

.abeced-part {
  padding: 30px 0;
  border-bottom: 1px solid var(--btn-color);
}

.abeced-part h2 {
  font-weight: 700;
  font-size: 18px;
  color: var(--btn-color);
  margin-bottom: 20px;
}

.abeced-part ul li a {
  font-weight: 500;
  font-size: var(--font-size);
  text-decoration-line: underline;
  color: var(--btn-color);
  display: inline-block;
  margin-right: 24px;
}

.abeced-part ul li span {
  font-weight: 300;
  font-size: var(--font-size);
  text-decoration-line: underline;
  color: #5b5b5b;
  display: inline-block;
}

.abeced-part ul li {
  padding: 3px 0;
}

/*=== filtry-page start ===*/
.porov-area {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
}

.porob-main {
  margin: 0 auto;
}

.porob-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--heading2-font-size);
  color: #000000;
  margin-bottom: 24px;
}

.porob-dropitem {
  margin: 12px 0;
}

.drop-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--td-background-color);
  border: 1px solid var(--btn-background-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
}

.drop-btnleft img {
  max-width: 27px;
  margin-right: 14px;
}

.drop-btnleft {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.drop-btnright {
  display: flex;
  align-items: center;
}

.drop-btnright img {
  max-width: 21px;
  margin-right: 15px;
}

.drop-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-background-color);
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  position: relative;
}

.drop-icon img {
  max-width: 20px;
  margin: 0;
}

.up-icon {
  display: none;
}

.gren {
  font-weight: 700;
  font-size: 16px;
  color: var(--main-dark-color);
  display: inline-block;
  margin-left: 8px;
}

.drop-btn2 {
  padding: 12px 20px;
  padding-left: 10px;
}

.drop-icon2 img {
  max-width: 26px;
  margin: 0;
}

.drop-icon2 {
  width: initial;
  height: initial;
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
}

.toggle-icon .up-icon {
  display: block;
}

.toggle-icon .down-icon {
  display: none;
}

.radio-inner {
  display: flex;
}

.dropdown-innermain {
  display: flex;
}

.dropdown-innerleft label,
.dropdown-innerright label {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/*custom-radio btn*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--main-dark-color);
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  top: 7.5px;
  left: 4.5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.porob-dropitem .dropdown-menu {
  width: 907px;
  background: var(--border-item);
  border: 1px solid var(--main-dark-color);
  padding: 20px 20px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
}

.dropdown-innerleft {
  width: 38%;
}

.radio-cnt input {
  width: 170px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  padding: 6.5px 15px;
  border: 1px solid var(--header-subtitle-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  background-image: url(../images/bg-calender.png);
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 100% 50%;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: -4px;
  outline: none;
  padding-right: 48px;
}

.dropdown-innerright [type="radio"]:checked + label:after,
.dropdown-innerright [type="radio"]:not(:checked) + label:after {
  top: 7.5px;
  left: 5.2px;
}

/*custom checkbox*/
.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.form-group label img {
  max-width: 24px;
  margin-right: 12px;
}

.form-group label:before {
  content: "";
  background-color: transparent;
  border: 1px solid var(--main-dark-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6.4px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.radio-cnt input::placeholder {
  opacity: 1;
}

.dropdown-innerright .mist {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}

.dropdown-innerright .blnk-box {
  background: #ffffff;
  border: 1px solid var(--main-dark-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  padding: 8px 15px;
  background-image: url(../images/cross-2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% 50%;
  display: block;
  width: 100%;
  outline: none;
}

.dropdown-innerright button {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: var(--btn-background-color);
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  padding: 8px 45px;
  border: none;
  outline: none;
  margin-top: 21px;
}

.radion-cnt2 input {
  background-image: url(../images/cross-2.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% 50%;
  display: block;
  width: 80%;
}

.noradio label::before,
.noradio label::after {
  display: none;
}

.dropdown-innerright .nast-btn2 {
  display: inline-block;
  margin-left: 95px;
}

.filter-cntm3 p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 24px;
  margin-top: 6px;
}

.filter-cntm3 button {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: var(--btn-background-color);
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  padding: 8px 45px;
  border: none;
  outline: none;
}

.filter-cntm4 input {
  width: 100%;
  display: block;
  background-color: #ffffff;
  padding: 10px 15px;
  border: 1px solid var(--main-dark-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  outline: none;
}

.filter-cntm3 {
  width: 30%;
}

.filter-cntm4 {
  width: 70%;
}

#browsers {
  width: 100%;
}

.check-leftcnt {
  width: 24%;
}

.check-rightcnt {
  width: 50%;
}

.dropmenu-main {
  transform: translate3d(-312px, 42px, 0px) !important;
}

.dropmenu-main2 {
  transform: translate3d(-625px, 42px, 0px) !important;
}

/*=== porov-table start ===*/
.porov-table {
  margin: 20px auto 0;
}

.porov-table table {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--main-light-color);
}

.porov-table table tr:nth-child(odd) {
  background: var(--tab-child-nth);
}

.porov-table table tr:last-child {
  background: var(--tab-child-last);
}

.porov-table table td {
  padding: 10px 12px;
  border-right: 1px solid var(--main-light-color);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.porov-table .td1 img {
  max-width: 28px;
  margin-right: 14px;
}

.porov-table .td1 .tjon {
  max-width: 36px;
  margin-right: 10px;
}

.porov-table .td1 .tanity {
  max-width: 32px;
  margin-right: 12px;
}

.porov-table .td1 span {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.porov-table .td2 img {
  max-width: 24px;
}

.porov-table .td5 img {
  max-width: 20px;
  margin-right: 15px;
}

.porov-table .td6 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.porov-table .td7 {
  text-align: right;
}

.porov-table .td7 img {
  max-width: 100%;
}

.porov-table .tdl6 img {
  max-width: 32px;
  margin-right: 14px;
}

.prob-social {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.prob-social p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
  margin-right: 12px;
}

.prob-social ul li {
  display: inline-block;
  padding-left: 3px;
}

.prob-social ul li a img {
  max-width: 24px;
  transition: 0.2s all ease;
}

.prob-social ul li a img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.porov-area2 {
  padding-bottom: 0 !important;
}

.nosticky {
  position: initial !important;
}

.flag-item a {
  padding: 3px;
  border: 1px solid transparent;
  transition: 0.2s all ease;
}

.active-flag a,
.flag-item a:hover {
  border-color: var(--btn-background-color);
}

.experience-main h2 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: var(--primary-color);
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--btn-background-color);
}

.addinpt input {
  padding: 7px 15px;
  margin-bottom: 11px;
}

.addinpt {
  position: relative;
}

.addinpt::after {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  background: #ffffff;
  position: absolute;
  right: 19.8px;
  top: 15px;
}

.addinpt::before {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  background: #ffffff;
  position: absolute;
  right: 19.8px;
  bottom: 65px;
}

/* Pop Up Download Start */

.popup-download {
  display: none;
}
.badge-fixed .popup-download {
  display: block;
  background: #6e6e6e;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999;
  padding: .5rem 1rem;
  transition: 1s ease-in-out;
}
.badge-fixed .popup-download.open {
  top: 0;
}
.badge-fixed .popup-download-text-title {
  display: none;
}
.popup-download a {
  color: var(--header-subtitle-color);
  font-weight: bold;
}
.popup-download-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  padding-left: 2rem;
}
.popup-download-text::before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background: var(--subject-bg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: .75rem;
}
@media screen and (max-width: 576px) {
  .popup-download-text::before {
    width: 100%;
    max-width: 50px;
  }
}
.popup-download-text, .popup-download-text-inner div {
  display: flex;
  align-items: center;
}
.popup-download-text p {
  margin: 0;
}

#popup-download-close {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/cross-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
.header-fixed.open {
    top: 66px;
}
.matik-left ul {

}
.matik-left ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.popup-download .popup-btn, .custom-modal-btn {
  margin-left: 0.5rem;
  display: block;
  background: var(--btn-background-color);
  padding: 0.5rem 1rem;
  color: white;
  max-width: fit-content;
  border-radius: 8px;
  border: 1px solid var(--btn-background-color);
  flex-shrink: 0;
}
.popup-btn:hover, .custom-modal-btn:hover {
  color: var(--header-subtitle-color);
  background: white;
}
.custom-modal-btn {
  text-align: center;
  margin: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 991px) {
  .header-fixed.open {
    top: 86px;
  }
  .popup-download-text::before {
    height: 70px;
    width: 70px;
  }
  .popup-download-content  {
    font-size: 22px;
  }
  #popup-download-close {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 400px) { 
  .popup-download-text p {
    font-size: 13px;
  }
  .popup-download-text::before {
    height: 40px;
    max-width: 40px;
  }
  .popup-btn {
    font-size: 13px;
    padding: 0.5rem;
  }
  .popup-download .popup-btn, .custom-modal-btn {
    padding: 0.5rem 0.75rem;
  }
}


/* Pop Up Download End */

/* Modal Window */
#custom-modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  display: none;
}
#custom-modal-container.active {
  display: flex;
}
#custom-modal-content {
  width: 100%;
  max-width: 500px;
  background: white;
  border-radius: 18px;
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
}
#custom-modal-heading {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
#custom-modal-close {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/cross-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 1.5rem;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
}
#custom-modal-text {

}
#custom-modal-close {

}

/* Modal Window */

/*  Upravy */

@media screen and (max-width: 991px) {
  .feature2-cnt {
    padding: 0;
    padding-top: 1rem;
    position: unset;
  }
}

.btn-default {
  display: flex;
  width: 100%;
  max-width: fit-content;
  padding: 1rem 2rem;
  color: white;
  background: var(--btn-background-color);
  margin: auto;
  margin-top: 2rem;
  border-radius: 50px;
  border: 1px solid var(--btn-background-color);
}

.btn-default:hover {
  color: var(--btn-background-color);
  background: none;
}

/* Video Area Tutorial */

.video-area {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.tut-page h1 {
  margin-bottom: 2rem;
  color: var(--header-subtitle-color);
}
.tut-page p, li, ol, td {
  font-size: 1rem;
}
.tut-page iframe {
  margin-bottom: 1rem;
}

.accorprof-right img {
  object-fit: cover;
  object-position: center;
}
.accordian-left img {
  object-fit: cover;
  object-position: center;
}
.accorprof-left {
  max-width: 800px;
}

@media screen and (max-width: 776px) and (min-width: 576px) {
  .accorprof-left {
    max-width: 450px;
  }
}
.continue-main ul {
  list-style-type: inherit;
  padding-left: 15px;
}
.continue-main ul li {
  line-height: 2;
}
.continue-main .fb-icon {
  width: 100%;
  max-width:  25px;
  height: 25px;
  display: inline-block;
  align-items: center;
  justify-content: center;

}
.continue-main img  {
    max-width: 100%;
}
.info-bubble {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.info-bubble::after {
  content: 'i';
  width: 20px;
  height: 20px;
  background: rgb(194, 194, 194);
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  margin-left: 5px;
}
.info-bubble:hover::before {
  content: 'Zadej tento kÃ³d do mobilnÃ­ aplikace nebo klikni na tento odkaz';
  width: 100%;
  min-width: 200px;
  max-width: fit-content;
  position: absolute;
  font-size: 13px;
  top: -40px;
  background: rgb(194, 194, 194);
  padding: 0.25rem 1rem;
  border-radius: 12px;
  line-height: 1;
}

.sound-right {
  display: flex;
}
.sound-right img {
  margin-left: auto;
}
.no-max table {
  width: unset;
}
.center table td {
  text-align: center!important;
}

.tabul-main.no-highlight table td:first-child {
  font-weight: 400;
}

.first-last-center table td:first-child, .first-last-center table td:last-child {
  text-align: center!important;
}
.tabul-main.header-as-footer table tr:last-child {
  background: var(--tab-child-last);
}
ul.main-color-square {
  list-style-type: square;
}
ul.main-color-square li::marker {
  color: var(--main-dark-color);
}
ul.main-light-color-square {
  list-style-type: square;
}
ul.main-light-color-square li::marker {
  color: var(--main-light-color);
}

ul.main-light-color li::marker {
  color: var(--main-light-color);
}

ul.main-color li::marker {
  color: var(--main-dark-color);
}
.accorprof-right img.bor {
  border: 3px solid var(--main-light-color);
}
.info-bubble.main-color::after {
    background: var(--main-dark-color);
}
.info-bubble.hide::after {
  display: none;
}

.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}
.mx-table-auto table {
  margin: auto;
}
.EMI_color {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 47px;
  height: 24px;
}
.span-circle-color {
  color: var(--btn-background-color);
}
.ul-square li {
  list-style-type: square;
}
.ul-color li::marker, .ul-color li::before {
  color: var(--btn-background-color);
}
.ul-square li {
  list-style-type: square;
}
.ul-arrow li, .ul-triangle li {
  list-style-type: none;
  position: relative;
}
.ul-arrow li::before {
  content: "â†ª";
  position: absolute;
  top: -1px;
  left: -19px;
}
.ul-triangle li::before {
  content: "â–¸";
  position: absolute;
  top: 0;
  left: -19px;
}
ul.ul-square,ul.ul-circle,ul.ul-arrow,ul.ul-triangle {
  padding-left: 15px;
}
.table-apps {
  width: 100% !important;
}
.table-apps tr td:nth-child(2) img {
  max-height: 80px;
  max-width: 80px;
}
ul.ul-square {
  margin-left: 4px;
}
ul.ul-triangle {
  margin-left: 1px;
}
.table-apps tr td:nth-child(3),
.table-apps tr td:nth-child(4),
.table-apps tr td:nth-child(5) {
  width: 20%;
}
.table-apps tr td:nth-child(3) img,
.table-apps tr td:nth-child(4) img,
.table-apps tr td:nth-child(5) img {
  max-height: 44px;
}
@media (max-width: 768px) {
  .table-apps tr td:nth-child(1) {
    min-width: 200px;
  }
  .table-apps tr td:nth-child(3) img,
  .table-apps tr td:nth-child(4) img,
  .table-apps tr td:nth-child(5) img  {
    max-width: 120px;
  }
  ul.ul-triangle {
    margin-left: 1px;
  }
}
.badge-grey-background {
  overflow-y: hidden;
}
.table-col-answer-hidden {
  cursor: pointer;
}
.table-col-answer-hidden:not(.active) {
  text-indent: -9999px;
  background-color: var(--tab-child-first);
}
.popup-download {
  z-index: 99999;
}
.badge-fixed-above.badge-fixed .header-fixed.open {
  margin-top: 86px;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.badge-floating .popup-download p {
  color: var(--primary-color);
}
.badge-floating .popup-download {
  position: fixed;
  top: calc(100%/3) !important;
  background-color: #fff;
  min-height: calc(100vh/3);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 2.25rem;
  opacity: 0;
  transition-duration: 0.3s !important;
  display: flex;
  z-index: -1;
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.68);
}
.badge-floating .popup-download.open {
  opacity: 1;
  z-index: 1;
}
.badge-floating .popup-download .popup-download-text p {
  font-size: 30px;
}
.badge-floating .popup-download .popup-download-content {
  padding-left: 0;
}
.badge-floating .popup-download #popup-download-close {
  transform: none;
  top: 0px;
  right: 0px;
  left: unset;
}
.badge-floating .popup-download .popup-btn {
  margin-left: 1.5rem;
}
.badge-floating .popup-download .popup-download-text::before {
  width: 200px ;
  max-width: 200px;
  height: 200px;
  margin-right: 2rem;
}
.badge-floating .headerfixed-add {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: unset;
  padding: 0;
}
.badge-floating .popup-download-content {
  width: 1110px;
  margin: 0 auto;
}
.badge-floating .popup-download-text-inner div {
  display: flex;
  align-items: center;
}
.badge-floating .popup-download-text-title {
  font-size: 45px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .badge-floating .popup-download-content {
    width: 930px;
  }
}
@media (max-width: 993px) {
  .badge-floating .popup-download-content {
    width: 690px;
  }
  .badge-fixed-above.badge-fixed .header-fixed.open {
    margin-top: 66px;
  }
}
@media (max-width: 768px) {
  .badge-floating .popup-download {
    top: 50% !important;
    transform: translate(0, -50%);
  }
  .badge-floating .popup-download-content {
    width: 100%;
  }
  .badge-floating .popup-download .popup-download-text {
    flex-direction: column;
  }
  .badge-floating .popup-download .popup-download-text::before {
    margin-right: 0;
  }
  .badge-floating .popup-download .popup-download-content {
    justify-content: center;
  }
  .badge-floating .popup-download .popup-download-text p {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
  .badge-floating .popup-download .popup-download-text-inner {
    margin-top: 1.5rem;
  }
  .badge-floating .popup-download .popup-download-text-inner div {
    justify-content: center;
    flex-direction: column;
  }
  .badge-floating .popup-download #popup-download-close {
    right: -15px;
    top: -15px;
  }
  .badge-floating .popup-download .popup-btn {
    margin-left: 0;
  }
  .badge-floating .popup-download .popup-download-text::before {
    width: 150px;
    max-width: 150px;
    height: 150px;
  }
}
@media (max-width: 576px) {
  .badge-floating .popup-download-content {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .badge-fixed-above.badge-fixed .header-fixed.open {
    margin-top: 56px;
  }
}
@media (max-width: 313px) {
  .badge-fixed-above.badge-fixed .header-fixed.open {
    margin-top: 74px;
  }
}
.popup-hidden .popup-download {
  display: none !important;
  z-index: -1;
  opacity: 0;
}
.ul-boxes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 30px 0;
}
.ul-boxes li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #000000;
  background: var(--td-background-color);
  border: 1px solid var(--btn-background-color);
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(229, 229, 229, 0.68);
  border-radius: 10px;
  padding: .25rem 1rem;
}
.lp-section-padding {
  padding-bottom: 60px;
}
.lp-section-ul-two-level &gt; li::marker {
  color: #fff !important;
}
.lp-section-ul-two-level &gt; li &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-section-ul-two-level {
  list-style: none;
}
.lp-section-ul-two-level li {
  position: relative;
  list-style: none;
}
.lp-section-ul-two-level li::before {
  content: "â–¸";
  position: absolute;
  top: 0px;
  left: -20px;
  color: var(--btn-background-color);
}
.lp-section li, .lp-section p {
  font-size: var(--font-size);
  color: var(--primary-color);
}
.lp-section ul {
  list-style-type: inherit;
  padding-left: 15px;
  margin-left: 4px;
  line-height: 2;
}
.lp-section li::marker {
  color: var(--btn-background-color);
}
.lp-qr {
  height: 200px !important;
  width: 200px !important;
}
.lp-img-x-spacing {
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;
}
.lp-text-highlight {
  background-color: var(--main-dark-color);
  padding: 2px 4px;
  color: #fff !important;
}
.lp-text-highlight-large {
  background-color: var(--main-dark-color);
  padding: 2.75% 4%;
  color: #fff !important;
}
.lp-spacing-top {
  margin-top: 50px;
}
.lp-spacing-left {
  margin-left: 50px;
}
.lp-spacing-right {
  margin-right: 50px;
}
.lp-spacing-left10 {
  margin-left: 10%;
}
.lp-spacing-left20 {
  margin-left: 20%;
}
.lp-spacing-right10 {
  margin-right: 10%;
}
.lp-spacing-right20 {
  margin-right: 20%;
}
.lp-spacing-bottom {
  margin-bottom: 50px;
}
.lp-basic-color {
  color: var(--btn-background-color);
}
@media (max-width: 767px) {
  .lp-section-padding {
    padding-bottom: 40px !important;
  }
  .lp-section li, .lp-section p, .lpconten-part p {
    font-size: 16px !important;
  }
  .lp-section ul {
    line-height: 1.6;
  }
  .lp-spacing {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .lp-qr {
    height: 150px !important;
    width: 150px !important;
  }
  .lp-spacing-left-10 {
    margin-left: 7.5%;
  }
  .lp-spacing-left-20 {
    margin-left: 15%;
  }
  .lp-spacing-left {
    margin-left: 30px;
  }
  .lp-spacing-right {
    margin-right: 30px;
  }
}</pre></body></html>