/*
========================
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&display=swap");

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

@import "../css/web.css";

@media screen and (max-width: 767px) {
  .col-md-mapa {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 20px;
  }
  .col-md-kontakty {
    width: 100%;
    flex: 0 0 100% !important;
  }
}

.col-md-kontakty {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-mapa {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.light-heading {
  color: #bec2c5;
}

.nadpis-telefony {
  display: none;
  visibility: hidden;
  transform: translateX(-100px);
}

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;
  color: inherit;
}

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

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

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

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

.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;
}

.headerfixed-add {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
  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;
}

.col-absolute {
  height: 190px;
}

.nadpis-telefon {
  opacity: 0;
}

.obaTelefony {
  opacity: 0;
  transform: translateX(100px);
}

@media screen and (min-width: 480px) {
  .col-absolute {
    height: 280px;
  }
}

@media screen and (min-width: 768px) {
  .col-absolute {
    height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .col-absolute {
    height: 280px;
  }
}

.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-right: 8px;
}

.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;
}

@media screen and (min-width: 1200px) {
  .pro-item::after {
    content: "";
    width: 1px;
    height: 82%;
    display: block;
    background: #f1e6dc;
    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 {
  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 #b3d4f0;
}

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

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

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

.tabul-main table tr:first-child {
  background: #d6ebfc;
}

/*=== 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 {
  max-width: 905px;
  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: #2196f3;
  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 #2196f3;
  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: #f8fbff;
  border: 1px solid #2196f3;
  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: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2196f3;
  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 #2196f3;
  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 #2196f3;
  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 {
  max-width: 905px;
  margin: 20px auto 0;
}

.porov-table table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bbdefb;
}

.porov-table table tr:nth-child(odd) {
  background: #f8fbff;
}

.porov-table table tr:last-child {
  background: #d6ebfc;
}

.porov-table table td {
  padding: 10px 12px;
  border-right: 1px solid #bbdefb;
  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 {
  max-width: 905px;
  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;
}
