@charset "UTF-8";
:root {
  /* colors */
  --color-bg: #f8f8f8;
  --color-svetla: #EDF2F6;
  --color-modra: #0066CC;
  --color-oranzova: #FF9800;
  --color-accent: #24a2e8;
  --color-dark: #101126;
  --color-linka: #d6deec;
  --color-zelena: #2B9348;
  /* sizes */
  --radius: 10px;
  --width-desktop: 1400px;
  --width-notebook: 90%;
  --width-tablet: 94%;
  --width-mobile: 94%;
  --width-admin: 840px;
  --gap: 40px;
}

/* sizes */
/* breakpoints */
/* colors */
/* mixins */
/* layouts */
.layout-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1 {
    width: 94%;
  }
}

.layout-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-1-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-1-1 {
    grid-template-columns: 1fr;
    width: 94%;
  }
}

.layout-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-2-1 {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-2-1 {
    grid-template-columns: 1fr;
    width: 94%;
    gap: 40px;
  }
}

.layout-top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 80px;
  width: 1400px;
  margin: 0 auto;
}

.layout-side {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-column-gap: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-side {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-side {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-side {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

.layout-side-left {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 100px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .layout-side-left {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .layout-side-left {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .layout-side-left {
    width: 94%;
    grid-template-columns: 1fr;
  }
}

/*  HEADER  */
header.shrink {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 2px solid #e3e3e3;
}
header.shrink .header-layout {
  height: 80px;
}

header {
  width: 100%;
  z-index: 9999;
  border-bottom: 0px solid silver;
  background: white;
  position: relative;
  transition: all 0.3s ease;
}
header .header-layout {
  width: 94%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 50px;
  height: 120px;
  position: relative;
  z-index: 9;
  transition: height 0.3s ease;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  header .header-layout {
    width: var(--width-notebook);
    height: 120px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .header-layout {
    width: var(--width-tablet);
    grid-template-columns: 1fr 50px;
    gap: 20px;
    height: 80px;
  }
}
@media (max-width: 899px) {
  header .header-layout {
    width: var(--width-mobile);
    grid-template-columns: 1fr 50px;
    gap: 10px;
    height: 80px;
  }
}
header .header-logo {
  opacity: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
header .header-logo a {
  color: #0D43E0;
  text-decoration: none;
  display: inline-flex;
}
header .header-logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 899px) {
  header .menu-separator {
    display: none !important;
  }
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 40px;
}
header .header-nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
header .header-nav ul li a {
  color: #050C2C;
  padding: 0px;
  font-size: 17px;
  font-family: "Epilogue", sans-serif;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
header .header-nav ul li a:hover {
  text-decoration: underline;
}
header .header-nav ul .menu-cta a {
  color: #ff6039 !important;
  border: 1px solid #ff6039;
  padding: 10px 20px 7px 20px;
  border-radius: 30px;
}
header .header-nav ul .menu-cta:hover a {
  background: #ff6039;
  color: white !important;
  text-decoration: none;
}
@media (min-width: 900px) and (max-width: 1199px) {
  header .header-nav {
    display: none;
  }
}
@media (max-width: 899px) {
  header .header-nav {
    display: none;
  }
}
header .menu-main_menu-container {
  width: 100%;
}

.offset {
  height: 0;
  display: block;
}

.header-mobile-nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 899px) {
  .header-mobile-nav {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .header-mobile-nav {
    display: flex;
  }
}

.header-col-menu {
  height: 80px;
  justify-content: flex-end;
  display: none;
}

.header-mobile-nav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-mobile-nav__btn .mobil-btn__text {
  color: gray;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.header-mobile-nav__btn .mobil-btn__icon svg {
  width: 42px;
  height: auto;
  color: black;
}
.header-mobile-nav__btn:hover {
  cursor: pointer;
}
.header-mobile-nav__btn:hover .mobil-btn__text {
  color: #ff6039;
}
.header-mobile-nav__btn:hover .mobil-btn__icon svg {
  color: #ff6039;
}
@media (max-width: 899px) {
  .header-mobile-nav__btn {
    display: flex;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .header-mobile-nav__btn {
    display: flex;
  }
}

.mob-nav__container {
  background: #0D43E0;
  padding: 20px;
}

.mob-nav {
  position: absolute;
  background: black;
  width: 100%;
  z-index: 0;
  display: none;
  top: 80px;
  height: auto;
}
.mob-nav ul {
  padding: 0;
  display: block;
}
.mob-nav ul li {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 44px;
  margin: 0;
  border-bottom: 0 solid #4e4e4e;
}
.mob-nav ul li.highlight {
  background: #383f42;
}
.mob-nav ul.menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}
.mob-nav ul.menu li a {
  display: block;
  padding: 10px 30px !important;
  font-size: 18px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.mob-nav .contact_btn a {
  color: #050C2C !important;
}
.mob-nav ul.menu .main-item {
  margin: 0 0 10px 0;
  border-radius: 15px;
  overflow: hidden;
}
.mob-nav ul.menu .main-item a {
  color: white;
}
.mob-nav .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  background: url("/wp-content/themes/ndc/img/chevron-down.svg") center center no-repeat;
  background-size: 24px;
  filter: invert(1);
  transition: 0.5s;
}
.mob-nav .menu-arrow__up {
  transform: rotate(180deg);
  transition: 0.5s;
}
.mob-nav .level1 {
  display: inline-block;
  width: 100%;
  position: relative;
}
.mob-nav .zobrazit {
  background: #1d2327 !important;
  display: inline-block !important;
  width: 100%;
  height: auto;
}
.mob-nav .mob-nav-apps__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0 20px 30px 20px;
}
.mob-nav .mob-nav-apps__items .app-item {
  background: white;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-nav .mob-nav-apps__items .app-item img {
  width: 50px;
}
.mob-nav .sub-menu {
  width: 100%;
  display: none;
}
.mob-nav .sub-menu li a {
  color: #050C2C !important;
}

.mob-nav--second {
  padding: 0 20px 20px 20px;
}
.mob-nav--second .ul.menu {
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 899px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .mobilni {
    display: block;
  }
  .nav {
    display: none;
  }
  .mob-nav-btn {
    display: block;
  }
}
/* default: skryté */
.lp-sticky {
  display: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.lp-sticky.is-visible {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  gap: 16px;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lp-sticky__link {
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
  font-family: "Epilogue", sans-serif;
  color: #050C2C;
}

.lp-sticky__cta {
  margin-left: auto;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ff6039;
  color: #fff;
  font-family: "Epilogue", sans-serif;
}

/* aby obsah neskočil pod sticky bar */
body.lp-sticky-on {
  padding-top: 56px;
}

/* HP */
#container-headline {
  color: #050C2C;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  display: block;
  font-family: "Epilogue", sans-serif;
  text-align: center;
}

#flip {
  --flip-h: 100px;
  height: var(--flip-h);
  overflow: hidden;
  display: inline-block;
}

.flip-inner {
  animation: show 6s ease-in-out infinite;
}

.flip-inner > div {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

/* barvy */
.flip-inner > div:nth-child(1) {
  color: #0D43E0;
}

.flip-inner > div:nth-child(2) {
  color: #050C2C;
}

.flip-inner > div:nth-child(3) {
  color: #ff6039;
}

.flip-inner > div:nth-child(4) {
  color: #0D43E0;
}

.flip-inner {
  animation: show 6s ease-in-out infinite;
}

@keyframes show {
  0%, 20% {
    transform: translateY(0);
  }
  30%, 45% {
    transform: translateY(-100px);
  }
  55%, 70% {
    transform: translateY(-200px);
  }
  80%, 100% {
    transform: translateY(-300px);
  }
}
@media (max-width: 899px) {
  #container-headline {
    font-size: clamp(28px, 6vw, 48px);
  }
  #flip {
    --flip-h: 98px;
  }
  .flip-inner > div {
    padding: 0 10px;
    line-height: 110%;
  }
}
.hp-top {
  padding: 100px 0;
  background-image: radial-gradient(#efefef 2px, transparent 2px);
  background-size: 32px 32px;
  background-color: #FFFFFF;
}
.hp-top h1 {
  text-align: center;
}
.hp-top .h1-small {
  display: block;
  font-size: 32px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
@media (max-width: 899px) {
  .hp-top .h1-small {
    font-size: 6vw;
  }
}
.hp-top .h1-big {
  display: block;
  font-size: 82px;
  font-family: "Epilogue", sans-serif;
  font-weight: 900;
}
@media (max-width: 899px) {
  .hp-top .h1-big {
    font-size: 11vw;
  }
}

.masked-text {
  background: linear-gradient(270deg, #ff6039, #0D43E0);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 5s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hp-boxex-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 0 100px 0;
  align-items: stretch;
}
@media (max-width: 899px) {
  .hp-boxex-items {
    grid-template-columns: 1fr;
  }
}

.box-hp {
  color: white;
  padding: 50px 30px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  transition: width 0.5s ease;
}
.box-hp span {
  font-size: 100px;
  margin: 0 0 30px 0;
  opacity: 0.3;
}
.box-hp img {
  width: 100px;
  height: auto;
  margin: 0 0 30px 0;
  opacity: 0.5;
  transition: width 0.5s ease;
}
.box-hp h2 {
  font-family: "Epilogue", sans-serif;
  margin: 0 0 30px 0;
}
.box-hp .box-hp__arrow {
  width: 0px;
  height: 0px;
  transition: width 0.5s ease;
}
.box-hp .box-hp__arrow svg {
  color: white;
  width: 100%;
  height: auto;
}
.box-hp:hover {
  background: #5e708b;
}
.box-hp:hover img {
  transition: 0.5s ease;
}

.box-web {
  background: #0D43E0;
}

.box-om {
  background: #ff6039;
}

.box-design {
  background: #050C2C;
}

.hp-about {
  padding: 80px 0;
}
.hp-about h2 {
  font-size: 40px;
  font-family: "Epilogue", sans-serif;
  line-height: 140%;
  color: #050C2C;
}
@media (max-width: 899px) {
  .hp-about h2 {
    font-size: 6vw;
  }
}
.hp-about p {
  line-height: 160%;
  font-size: 18px;
}

.hp-about__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 899px) {
  .hp-about__text {
    margin: 0 0 30px 0;
  }
}
.hp-about__text p a {
  color: #ff6039;
}
.hp-about__text p a:hover {
  color: #050C2C;
}

.hp-about__pic {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hp-about__pic img {
  height: 100%;
}

.hp-references {
  padding: 120px 0 60px 0;
}

.hp-references__head {
  text-align: center;
  padding: 0 0 80px 0;
}
.hp-references__head h2 {
  font-size: 40px;
  font-family: "Epilogue", sans-serif;
}
.hp-references__head p {
  font-size: 18px;
}

.hp-references__loga {
  margin: 50px 0;
}
.hp-references__loga img {
  filter: grayscale(1);
  opacity: 0.5;
}

.hp-references__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .hp-references__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.reference-viz-item {
  position: relative;
  overflow: clip;
}
.reference-viz-item img {
  border-radius: 20px;
  display: block;
}
.reference-viz-item .reference-viz-item__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.reference-viz-item .reference-viz-item__content .reference-viz-item__text {
  color: white;
  padding: 100px 30px 20px 30px;
}
.reference-viz-item .reference-viz-item__content .reference-viz-item__text h3 {
  font-size: 20px;
  font-family: "Epilogue", sans-serif;
}
.reference-viz-item .reference-viz-item__content .reference-viz-item__text p {
  line-height: 150%;
}

.hp-info__more {
  text-align: center;
  padding: 40px 0;
}
.hp-info__more a {
  color: #0D43E0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hp-info__more a .more-text {
  display: flex;
}
.hp-info__more a .more-icon {
  display: flex;
}
.hp-info__more a .more-icon svg {
  width: 14px;
  height: auto;
}
.hp-info__more a:hover {
  text-decoration: underline;
}

/* PAGE */
.weby-cta {
  display: inline-flex;
  justify-content: center;
}

.page {
  margin: 0 0 80px 0;
  position: relative;
  overflow-x: clip;
}

.page-top {
  position: relative;
  margin: 0 0 50px 0;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 80px 0 30px 0;
  overflow-x: clip;
  background-image: radial-gradient(#efefef 2px, transparent 2px);
  background-size: 32px 32px;
  background-color: #FFFFFF;
}
.page-top .page-top__text {
  position: relative;
  z-index: 2;
  color: white;
  width: 100%;
}
.page-top .page-top__title h1 {
  display: inline-block;
  font-size: 50px;
  padding: 0;
  font-family: "Epilogue", sans-serif;
  margin: 0 0 50px 0;
  line-height: 120%;
  font-weight: 800;
  color: #050C2C;
}
@media (max-width: 899px) {
  .page-top .page-top__title h1 {
    font-size: 10vw;
  }
}
.page-top .page-top__subheadline {
  font-size: 20px;
  line-height: 160%;
  width: 100%;
}
.page-top .page-top__usp {
  margin: 40px 0 0 0;
  line-height: 160%;
  width: 100%;
  font-size: 16px;
  color: gray;
}
.page-top .usp-sep {
  padding: 0 20px;
}
.page-top .page-top__links {
  margin: 40px 0;
  display: inline-flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.page-top .page-top__links a {
  font-family: "Epilogue", sans-serif;
  color: #050C2C;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid silver;
  background: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.page-top .page-top__links a:hover {
  background: #0D43E0;
  border: 1px solid #0D43E0;
  color: white;
}
.page-top .btn-desc {
  color: gray;
  margin: 5px 0 0 10px;
  font-size: 15px;
}
.page-top .page-top__subtitle h2 {
  font-size: 26px;
  color: white;
  font-weight: 400;
}
@media (max-width: 899px) {
  .page-top .page-top__subtitle h2 {
    font-size: 7vw;
  }
}

.page-top--weby {
  padding: 120px 0;
}

.page-content blockquote {
  max-width: var(--width-admin);
}
.page-content .wp-block[data-align=full] {
  max-width: 100%;
}
.page-content .wp-block-columns, .page-content p.wp-block {
  max-width: var(--width-admin);
}
.page-content a {
  color: #0D43E0;
}
.page-content a:hover {
  color: #050C2C;
}
.page-content h2 {
  color: #0D43E0;
  font-size: 30px;
  padding: 15px 0 10px;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Epilogue", sans-serif;
}
.page-content h3 {
  color: #050C2C;
  font-size: 24px;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 700;
  line-height: 140%;
  font-family: "Epilogue", sans-serif;
}
.page-content h4 {
  color: #050C2C;
  font-size: 22px;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
}
.page-content p {
  font-size: 18px;
  color: #050C2C;
  line-height: 160%;
  padding: 0 0 15px;
  margin: 0;
}
.page-content li {
  font-size: 18px;
  color: #050C2C;
}
.page-content td, .page-content th {
  border: 1px solid #d6deec;
}
.page-content td {
  padding: 10px;
}
.page-content thead {
  border-bottom: 2px solid #d6deec;
  text-align: left;
  background: #EDF2F6;
}
.page-content .wp-block-image img {
  border-radius: 15px;
}
.page-content .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0 -45px #FF5E14;
}
@media (max-width: 899px) {
  .page-content .pic-orange-shadow figure {
    text-align: center;
  }
  .page-content .pic-orange-shadow figure img {
    width: 70% !important;
  }
}
.page-content .page-wrap .wp-block-columns {
  max-width: 1400px !important;
}
.page-content .strip-dark {
  background: url("/wp-content/themes/ndc/img/support-strip.webp") center/cover;
  padding: 50px 0 !important;
  color: #fff;
}
.page-content .strip-dark h2, .page-content .strip-dark h3, .page-content .strip-dark p {
  color: #fff;
}
.page-content .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.page-content .is-style-btn-square-fill .wp-block-button__link {
  background: #FF9800;
  border-radius: 0;
}
.page-content .is-style-btn-square-fill .wp-block-button__link:hover {
  background: #050C2C;
}
.page-content .is-style-quote-blue-light {
  background: #EDF2F6;
  border-radius: 20px;
  padding: 30px 0;
}
.page-content .is-style-quote-blue-light p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-style: italic;
}
.page-content .bg-white {
  background: white;
  border-radius: 20px;
  padding: 30px !important;
}
@media (max-width: 899px) {
  .page-content .alignfull {
    padding: 0;
  }
}

.web-refs {
  position: relative;
  left: 0;
  top: -20px;
}
@media (max-width: 899px) {
  .web-refs {
    display: none;
  }
}
.web-refs .web-refs__item {
  position: absolute;
  box-shadow: 0 10px 20px rgba(62, 79, 143, 0.21);
  width: 600px;
  border-radius: 20px;
}
.web-refs .web-refs__item img {
  border-radius: 20px;
  display: block;
}
.web-refs .web-refs__item--1 {
  top: 80px;
  left: 0;
  z-index: 1;
}
.web-refs .web-refs__item--2 {
  top: 0;
  left: 400px;
  z-index: 2;
}
.web-refs .web-refs__item--3 {
  top: 300px;
  left: 180px;
  z-index: 3;
}

.usp {
  padding: 120px 0;
}
@media (max-width: 899px) {
  .usp {
    padding: 60px 0;
  }
}

.usp-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .usp-items {
    grid-template-columns: 1fr;
  }
}

.usp-item {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 20px 20px rgba(103, 124, 205, 0.08);
}
.usp-item h3 {
  font-family: "Epilogue", sans-serif;
  color: #050C2C;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-size: 24px;
}
.usp-item h3 span {
  font-size: 40px;
  color: gray;
  display: none;
}
.usp-item p {
  color: gray;
}
.usp-item .usp-item__link {
  display: inline-flex;
}
.usp-item .usp-item__link a {
  background: whitesmoke;
  padding: 5px 20px;
  border-radius: 50px;
}
.usp-item .usp-item__link a:hover {
  background: #0D43E0;
}
.usp-item .usp-item__link a:hover img {
  filter: brightness(0) invert(1);
}

.usp-right {
  padding: 50px 0 0 0;
}
.usp-right h2 {
  font-family: "Epilogue", sans-serif;
  color: #050C2C;
  font-size: 34px;
  line-height: 140%;
}
.usp-right p {
  line-height: 160%;
  font-size: 18px;
}

.reference {
  padding: 120px 0;
}
@media (max-width: 899px) {
  .reference {
    padding: 60px 0;
  }
}

.references__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 80px 0;
}

.contact__map {
  background: #EDF2F6;
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}
.contact__map .contact__map__text {
  padding: 15px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-weight: 700;
  color: #050C2C;
}
.contact__map .contact__map__arrow {
  background: #0D43E0;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__map:hover .contact__map__text {
  text-decoration: underline;
}

.om-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .om-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.om-item {
  background: white;
  padding: 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #050C2C;
  border: 0 solid white;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 30px;
  transition: 0.3s;
}
.om-item .om-item__more {
  display: none;
}
@media (max-width: 899px) {
  .om-item .om-item__more {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid silver;
  }
}
.om-item .om-item__icon {
  color: #0D43E0;
}
.om-item .om-item__icon span {
  width: 100%;
  font-size: 50px;
}
.om-item .om-item__text h2 {
  font-family: "Epilogue", sans-serif;
  color: #0D43E0;
  margin: 10px 0;
}
.om-item .om-item__text h3 {
  font-family: "Epilogue", sans-serif;
}
.om-item .om-item__text p {
  color: #5c5e6c;
  line-height: 140%;
}
.om-item:hover {
  border: 0 solid #0D43E0;
  background: #0D43E0;
  color: white;
}
.om-item:hover .om-item__icon img {
  filter: brightness(0) invert(1);
}
.om-item:hover h2 {
  color: white;
}
.om-item:hover h3 {
  color: white;
}
.om-item:hover p {
  color: white;
}

.tvorba-webu-cta {
  padding: 80px 0;
}

.umime {
  padding: 120px 0;
  background-image: radial-gradient(#efefef 2px, transparent 2px);
  background-size: 32px 32px;
  background-color: #FFFFFF;
}

.services-side-right {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 80px 0;
}
@media (max-width: 899px) {
  .services-side-right {
    grid-template-columns: 1fr;
  }
}

.block-sticky {
  position: sticky;
  top: 150px;
}

.services-side__text {
  padding: 0 80px 0 0;
  position: relative;
}
@media (max-width: 899px) {
  .services-side__text {
    padding: 0;
    text-align: center;
  }
}
.services-side__text h2 {
  font-family: "Epilogue", sans-serif;
  font-size: 36px;
}
.services-side__text p {
  line-height: 160%;
  color: #454c62;
  font-size: 18px;
}

.services-side__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .services-side__items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .service-item.is-collapsible {
    cursor: pointer;
  }
  .service-toggle {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: var(--blue);
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid silver;
    padding: 5px 10px;
  }
}
.service-item {
  background: #F3F5FD;
  padding: 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #050C2C;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 30px;
}
.service-item .service-item__icon {
  color: #0D43E0;
}
.service-item .service-item__icon span {
  width: 100%;
  font-size: 50px;
}
.service-item .service-item__text h2 {
  font-family: "Epilogue", sans-serif;
  color: #050C2C;
  margin: 10px 0;
  font-size: 20px;
  line-height: 120%;
}
.service-item .service-item__text p {
  color: #5c5e6c;
  line-height: 160%;
}
.service-item .service-item__text a {
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  color: #0D43E0;
  border: 1px solid #0D43E0;
  font-size: 15px;
  align-items: center;
  gap: 10px;
}
.service-item .service-item__text a:hover {
  background: #0D43E0;
  color: white;
}

.side-kontakt {
  background: white;
  padding: 20px;
  border-radius: 20px;
}

.headline {
  text-align: center;
  margin: 0 0 50px 0;
}
.headline h2 {
  font-size: 40px;
  font-family: "Epilogue", sans-serif;
  margin: 0;
  padding: 0;
  color: #050C2C;
}
.headline p {
  font-size: 18px;
}

.faq {
  padding: 120px 0;
}

.faq-items {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  width: 100%;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__content {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
}

.pricelist {
  padding: 120px 0;
}
@media (max-width: 899px) {
  .pricelist {
    padding: 60px 0;
  }
}
.pricelist .pricelist-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .pricelist .pricelist-items {
    grid-template-columns: 1fr;
  }
}
.pricelist .pricelist-item {
  background: white;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 20px 20px rgba(103, 124, 205, 0.08);
}
.pricelist .pricelist-item .pricelist-item__title {
  color: #0D43E0;
  font-size: 32px;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  padding: 20px;
}
.pricelist .pricelist-item .pricelist-item__price {
  color: #050C2C;
  font-size: 20px;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}
.pricelist .pricelist-item .pricelist-item__desc {
  color: gray;
  font-size: 16px;
  padding: 0 30px 0 30px;
  margin: 0 0 0 0;
  min-height: 100px;
  border-bottom: 2px solid #e9e9e9;
}
.pricelist .pricelist-item .pricelist-item__ul {
  text-align: left;
  min-height: 440px;
  padding: 20px 0 0 0;
}
.pricelist .pricelist-item .pricelist-item__ul ul {
  list-style: none;
  padding: 0 0 0 8px;
}
.pricelist .pricelist-item .pricelist-item__ul ul li {
  padding: 4px 0 4px 45px;
  line-height: 170%;
  font-size: 16px;
  position: relative;
}
.pricelist .pricelist-item .pricelist-item__ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/mevia25/img/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pricelist .pricelist-item .pricelist-item__cta {
  bottom: 0;
  margin: 0 0 50px 0;
}
.pricelist .pricelist-item .pricelist-item__cta .btn-cta {
  background: #ff6039;
  color: white;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 50px;
  font-family: "Epilogue", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.pricelist .pricelist-item .pricelist-item__cta .btn-cta:hover {
  background: #0D43E0;
}

.reference-card .reference-item__pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.reference-card .reference-item__pic img {
  border-radius: 10px;
  display: block;
}
.reference-card .reference-item__hover {
  position: absolute;
  inset: 0;
  background: rgba(13, 67, 224, 0.95);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.reference-card:hover .reference-item__hover {
  opacity: 1;
  visibility: visible;
}

.reference-item__title {
  font-size: 18px;
  margin: 15px 0 5px 0;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
}

.reference-item__link a {
  color: white;
}

.reference-item__works {
  padding: 20px 0;
}
.reference-item__works ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}
.reference-item__works ul li {
  padding: 3px 10px;
  border-radius: 30px;
  border: 1px solid white;
  font-size: 14px;
  color: white;
}

.reference {
  padding: 120px 0;
}
@media (max-width: 899px) {
  .reference {
    padding: 60px 0;
  }
}

.reference-cta {
  padding: 80px 0;
}

.reference-items-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 0 80px 0;
}
@media (max-width: 899px) {
  .reference-items-3 {
    grid-template-columns: 1fr;
  }
}

.reference-items-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .reference-items-4 {
    grid-template-columns: 1fr;
  }
}

.reference-items-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .reference-items-6 {
    grid-template-columns: 1fr;
  }
}

.reference-item .reference-item__pic img {
  border-radius: 20px;
}
.reference-item .reference-item__text {
  padding: 10px 0;
}
.reference-item .reference-item__title {
  font-size: 18px;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  color: #050C2C;
}

.reference-loga__items {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.proces {
  padding: 120px 0;
}
@media (max-width: 899px) {
  .proces {
    padding: 60px 0;
  }
}

.proces-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .proces-items {
    grid-template-columns: 1fr;
  }
}

.proces-item {
  border: 2px solid #E8E8E8;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.proces-item .proces-item__icon {
  color: #0D43E0;
  margin: 0 0 10px 0;
}
.proces-item .proces-item__icon img {
  width: 50px;
  height: auto;
}
.proces-item .proces-item__title {
  font-size: 18px;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  line-height: 140%;
}
.proces-item .proces-item__more {
  color: gray;
  margin: 40px 0 0 0;
}
.proces-item .proces-item__more img {
  width: 26px;
  height: auto;
  filter: grayscale(1);
  opacity: 0.4;
}
.proces-item .proces-item__hover {
  display: none;
  transition: 0.5s;
}
.proces-item:hover {
  border: 2px solid #0D43E0;
}
.proces-item:hover .proces-item__hover {
  display: block;
  position: absolute;
  background: #0D43E0;
  color: white;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  padding: 30px 20px 0 20px;
  font-size: 15px;
  line-height: 150%;
}

.accordion-item {
  background: white;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
}

/* HLAVIČKA */
.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.accordion-title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #0D43E0;
  font-family: "Epilogue", sans-serif;
}

/* ŠIPKA */
.accordion-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 20px;
}

/* otevřený stav – otočení šipky */
.accordion-item.active .accordion-arrow {
  transform: rotate(-135deg);
}

/* OBSAH */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-inner {
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-kontakt {
  padding: 120px 0;
}

.box-white {
  border-radius: 20px;
  background: white;
  overflow: hidden;
  box-shadow: 0px 20px 20px rgba(103, 124, 205, 0.08);
}
.box-white .layout-brno {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}
@media (max-width: 899px) {
  .box-white .layout-brno {
    grid-template-columns: 1fr;
  }
}
.box-white .box-white-pic img {
  width: 100%;
  height: auto;
  display: flex;
}
.box-white .box-white-wrap {
  padding: 30px;
}
.box-white .box-white-wrap h2 {
  font-size: 22px;
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  color: #050C2C;
}
.box-white .box-white-wrap p {
  line-height: 160%;
  font-size: 17px;
}

/* archive */
.archive-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  margin: 0 auto;
  width: 1400px;
  padding: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: var(--width-mobile);
  }
}
@media (max-width: 899px) {
  .archive-layout {
    grid-template-columns: 1fr;
    width: var(--width-mobile);
  }
}

.articles__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  margin: 0 0 80px 0;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .articles__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 899px) {
  .articles__items {
    grid-template-columns: 1fr;
  }
}

/* článek - karta */
.article-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 899px) {
  .article-card {
    grid-template-columns: 1fr;
  }
}
.article-card .article-item__pic img {
  border-radius: 20px;
}
.article-card .article-item__text {
  margin: 0 0 20px 0;
}
.article-card .article-item__text .article-item__text-name {
  padding: 0;
}
.article-card .article-item__text .article-item__text-name h3 {
  text-decoration: none;
  line-height: 120%;
  margin: 0 0 10px 0;
  padding: 0;
}
.article-card .article-item__text .article-item__text-name h3 a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
}
.article-card .article-item__text .article-item__text-name h3 a:hover {
  text-decoration: underline;
  color: #050C2C;
}
@media (max-width: 899px) {
  .article-card .article-item__text .article-item__text-name h3 a {
    font-size: 20px;
  }
}
.article-card .article-item__text .article-item__text-perex {
  padding: 0;
  line-height: 150%;
  color: black;
  margin: 20px 0 10px 0;
}
.article-card .article-item__text .article-item__text-link {
  margin: 20px 0 0 0;
}
.article-card .article-item__text .article-item__text-link a {
  color: white;
  background: #FF9800;
  padding: 7px 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  border-radius: 20px;
  text-decoration: none;
}
.article-card .article-item__text .article-item__text-link a:hover {
  text-decoration: underline;
  background: #050C2C;
}
.article-card .article-item__text .article-item__text-date {
  color: gray;
  font-size: 16px;
}
.article-card a {
  color: #0D43E0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 25px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* článek */
.article-single {
  padding: 0 0 80px 0;
}
.article-single .article-top {
  padding: 50px 0;
  background: #0D43E0;
  margin: 0 0 50px 0;
}
.article-single .article-top h1 {
  color: white;
  font-size: 40px;
  padding: 0;
  margin: 0 0 20px 0;
}
.article-single .article-top .article-claim {
  font-size: 22px;
  color: gray;
  margin: 20px 0 30px;
}
.article-single .article-top .article-date {
  font-size: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 899px) {
  .article-single .article-top {
    padding: 10px 0 0 0;
  }
  .article-single .article-top h1 {
    font-size: 36px;
  }
}
.article-single .article-content blockquote {
  max-width: var(--width-admin);
}
.article-single .article-content .wp-block[data-align=full] {
  max-width: 100%;
}
.article-single .article-content .wp-block-columns, .article-single .article-content p.wp-block {
  max-width: var(--width-admin);
}
.article-single .article-content a {
  color: #0D43E0;
}
.article-single .article-content a:hover {
  color: #050C2C;
}
.article-single .article-content h2 {
  color: #0D43E0;
  font-size: 30px;
  padding: 15px 0 10px;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Epilogue", sans-serif;
}
.article-single .article-content h3 {
  color: #050C2C;
  font-size: 24px;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 700;
  line-height: 140%;
  font-family: "Epilogue", sans-serif;
}
.article-single .article-content h4 {
  color: #050C2C;
  font-size: 22px;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
}
.article-single .article-content p {
  font-size: 18px;
  color: #050C2C;
  line-height: 160%;
  padding: 0 0 15px;
  margin: 0;
}
.article-single .article-content li {
  font-size: 18px;
  color: #050C2C;
}
.article-single .article-content td, .article-single .article-content th {
  border: 1px solid #d6deec;
}
.article-single .article-content td {
  padding: 10px;
}
.article-single .article-content thead {
  border-bottom: 2px solid #d6deec;
  text-align: left;
  background: #EDF2F6;
}
.article-single .article-content .wp-block-image img {
  border-radius: 15px;
}
.article-single .article-content .pic-orange-shadow figure img {
  box-shadow: -100px 45px 0 -45px #FF5E14;
}
@media (max-width: 899px) {
  .article-single .article-content .pic-orange-shadow figure {
    text-align: center;
  }
  .article-single .article-content .pic-orange-shadow figure img {
    width: 70% !important;
  }
}
.article-single .article-content .page-wrap .wp-block-columns {
  max-width: 1400px !important;
}
.article-single .article-content .strip-dark {
  background: url("/wp-content/themes/ndc/img/support-strip.webp") center/cover;
  padding: 50px 0 !important;
  color: #fff;
}
.article-single .article-content .strip-dark h2, .article-single .article-content .strip-dark h3, .article-single .article-content .strip-dark p {
  color: #fff;
}
.article-single .article-content .strip-silver {
  background: #F9F9F9;
  padding: 50px 0;
}
.article-single .article-content .is-style-btn-square-fill .wp-block-button__link {
  background: #FF9800;
  border-radius: 0;
}
.article-single .article-content .is-style-btn-square-fill .wp-block-button__link:hover {
  background: #050C2C;
}
.article-single .article-content .is-style-quote-blue-light {
  background: #EDF2F6;
  border-radius: 20px;
  padding: 30px 0;
}
.article-single .article-content .is-style-quote-blue-light p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-style: italic;
}
.article-single .article-content .bg-white {
  background: white;
  border-radius: 20px;
  padding: 30px !important;
}
@media (max-width: 899px) {
  .article-single .article-content h2 {
    font-size: 30px;
  }
}

.archive-top {
  padding: 40px 0;
}

/* kategorie */
.kategorie .kat-top {
  padding: 70px 0 130px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.kategorie .kat-top .kat-top__bc {
  color: white;
  display: none;
}
.kategorie .kat-top .kat-top__title {
  padding: 40px 0 20px 0;
}
.kategorie .kat-top .kat-top__title h1 {
  font-size: 50px;
  color: white;
}
.kategorie .kat-top .kat-top__perex {
  color: white;
  font-size: 26px;
  line-height: 150%;
}

.kat-content-top {
  padding: 60px 0 0 0;
}

.kat-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 60px 0 80px 0;
}
@media (max-width: 899px) {
  .kat-products {
    grid-template-columns: 1fr;
  }
}

.kat-content {
  background: #EDF2F6;
  padding: 80px 0;
}
.kat-content p {
  line-height: 150%;
}
.kat-content ul li {
  line-height: 150%;
}
.kat-content .kat-content__logo {
  text-align: right;
}
.kat-content .kat-content__logo img {
  width: auto;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .kat-content .kat-content__logo {
    text-align: left;
  }
}
.kat-content .kat-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 0 0;
}
.kat-content .kat-gallery img {
  border-radius: 10px;
}

/* side */
.side {
  position: relative;
}
.side h3 {
  font-family: "Epilogue", sans-serif;
  color: #0D43E0;
  margin: 10px 0 20px 0;
}

.sticky {
  position: sticky;
  top: 150px;
}

.side-menu {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #d6deec;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li a {
  display: block;
  color: gray;
  text-decoration: none;
  padding: 7px 0;
  font-family: "Epilogue", sans-serif;
}
.side-menu ul li a:hover {
  color: #0D43E0;
  text-decoration: underline;
}

.side-contact {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 20px 20px rgba(103, 124, 205, 0.08);
  margin: 0 0 50px 0;
}
.side-contact .side-contact__layout {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
}
.side-contact .side-contact__pic img {
  border-radius: 50%;
}
.side-contact .side-contact__text {
  font-family: "Epilogue", sans-serif;
}
.side-contact .side-contact__text p {
  line-height: 160%;
}
.side-contact .side-contact__text a {
  color: gray;
  text-decoration: none;
}
.side-contact .side-contact__text a:hover {
  text-decoration: underline;
  color: #050C2C;
}

.side-newsletter {
  padding: 40px;
  background: #050C2C;
}
.side-newsletter h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: white;
}
.side-newsletter p {
  margin: 0 0 20px 0;
  color: white;
  font-size: 14px;
  line-height: 140%;
}

/* others */
/* Form */
.wp-block-contact-form-7-contact-form-selector input[type=text], .wp-block-contact-form-7-contact-form-selector input[type=email], .wp-block-contact-form-7-contact-form-selector input[type=tel] {
  background: whitesmoke;
  padding: 15px;
  width: 100%;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  border-radius: 10px;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit] {
  background: #2B9348;
  padding: 10px 20px;
  width: auto;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.wp-block-contact-form-7-contact-form-selector textarea {
  background: whitesmoke;
  width: 100%;
  border: none;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
}
.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
  font-size: 16px;
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0 0 20px 0;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item a {
  color: black;
  text-decoration: underline;
}
.wp-block-contact-form-7-contact-form-selector .pole {
  width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .radek-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.wp-block-contact-form-7-contact-form-selector .radek-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}

.form__phone-number {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.form__phone-number input {
  height: 44px;
  padding: 0 20px;
  border: none;
  width: calc(100% - 100px);
  font-size: 18px;
  background: white;
  margin: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.form__phone-number button {
  background: #FF9800;
  height: 44px;
  width: 44px;
  border: none;
  margin: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.form__phone-number button svg {
  color: white;
  font-size: 20px;
}
.form__phone-number button:hover {
  background: #0D43E0;
  cursor: pointer;
}

.form-error {
  display: none;
  color: red;
  margin-top: 5px;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
}

.form-error.show {
  display: block;
}

.is-invalid {
  border-color: red !important;
}

/* reference */
.reference-item .reference-item__bubble {
  background: white;
  padding: 30px 50px;
  border-radius: 20px;
  line-height: 150%;
  position: relative;
  border: 1px solid #F0F0F0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.reference-item .reference-item__bubble .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid white;
  position: absolute;
  bottom: -24px;
  right: 50px;
}
.reference-item .reference-item__bubble .arrow-down::after {
  content: "";
  position: absolute;
  left: -21px;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 26px solid #F0F0F0;
  z-index: -1;
}
.reference-item .reference-item__bubble .arrow-down::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid white;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
  z-index: -2;
}
.reference-item .reference-item__name {
  font-weight: 700;
}
.reference-item .reference-item__desc {
  font-size: 15px;
}
.reference-item .reference-item__bottom {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 30px;
  margin: 30px 0;
}

.lokality_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.lokality_items .region-item {
  background: whitesmoke;
  padding: 7px 14px;
  border-radius: 10px;
}
.lokality_items a {
  color: #0D43E0;
  padding: 7px 0;
  display: inline-block;
  text-decoration: none;
}
.lokality_items a:hover {
  color: #050C2C;
  text-decoration: underline;
}

.scroll-top-link {
  background: #5e708b;
  position: fixed;
  bottom: 80px;
  right: 80px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  z-index: 999;
}
.scroll-top-link:hover {
  background: #0D43E0;
}
@media (max-width: 899px) {
  .scroll-top-link {
    display: none;
  }
}

/* CTA */
.cta-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  margin: 0 0 80px 0;
}
@media (max-width: 899px) {
  .cta-block {
    grid-template-columns: 1fr;
  }
}

.cta-block__text h2 {
  color: #050C2C;
  font-family: "Epilogue", sans-serif;
  line-height: 150%;
  font-size: 30px;
}
.cta-block__text p {
  line-height: 160%;
  margin: 0 0 50px 0;
  font-size: 18px;
}

.contact-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 0 20px 0;
}
.contact-item .contact-item__icon {
  color: white;
}
.contact-item .contact-item__icon .icon {
  background: #ff6039;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-item .contact-item__icon img {
  width: 30px;
  height: auto;
}
.contact-item .contact-item__value {
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.contact-item .contact-item__value a {
  color: #050C2C;
  text-decoration: none;
}
.contact-item .contact-item__value a:hover {
  text-decoration: underline;
}

.contact-item--small {
  gap: 0px;
}
.contact-item--small .contact-item__icon .icon {
  width: 32px;
  height: 32px;
}
.contact-item--small .contact-item__icon img {
  width: 18px;
  height: auto;
}
.contact-item--small .contact-item__value {
  font-size: 17px;
}

.contact-item--people {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 0 50px 0;
}
.contact-item--people .photo {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.contact-item--people .photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cta-form {
  background: #F3F5FD;
  padding: 50px;
  border-radius: 20px;
}
.cta-form h3 {
  color: #0D43E0;
  font-size: 20px;
  font-family: "Epilogue", sans-serif;
  margin: 0 0 20px 0;
}
.cta-form p {
  color: gray;
  margin: 0 0 30px 0;
}
@media (max-width: 899px) {
  .cta-form {
    padding: 20px;
  }
}

.contactform-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactform-cta .form-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 899px) {
  .contactform-cta .form-layout-2 {
    grid-template-columns: 1fr;
  }
}
.contactform-cta .wpcf7 form.sent .wpcf7-response-output {
  background: #2B9348;
  color: white;
  border: none;
  border-radius: 10px;
}
.contactform-cta .wpcf7 form.invalid .wpcf7-response-output {
  background: #ccb62a;
  color: white;
  border: none;
  border-radius: 10px;
}
.contactform-cta .form-row__usp {
  color: #575757;
  margin: 10px 0 10px 0;
  font-size: 15px;
}
.contactform-cta .form-row__usp .usp-separator {
  margin: 0 10px;
}
.contactform-cta .form-row__desc {
  color: gray;
  margin: 0 0 10px 0;
  font-size: 15px;
}
.contactform-cta .form-row__conditions p {
  font-size: 14px;
  color: gray;
  padding: 0;
  margin: 0;
}
.contactform-cta .form-row__conditions a {
  color: gray;
}
.contactform-cta .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contactform-cta .form-row .form-row__label {
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
}
.contactform-cta .form-row .form-row__input input[type=text], .contactform-cta .form-row .form-row__input input[type=email], .contactform-cta .form-row .form-row__input input[type=tel] {
  background: white;
  border: none;
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  width: calc(100% - 30px);
}
.contactform-cta .form-row .form-row__input textarea {
  background: white;
  border: none;
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: 100px;
}
.contactform-cta .form-row .form-row__input input[type=submit] {
  background: #ff6039;
  padding: 10px 30px;
  width: auto;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 20px;
  color: white;
  font-family: "Epilogue", sans-serif;
}
.contactform-cta .form-row .form-row__input input[type=submit]:hover {
  cursor: pointer;
  background: black;
  color: white;
}
.contactform-cta .form-row .form-row__input input:disabled {
  background: gray;
}
.contactform-cta .form-row .form-row__input input:-internal-autofill-selected {
  background: red;
}

/* FOOTER */
.footer {
  padding: 50px 0;
  background: white;
  border-top: 2px solid whitesmoke;
}
.footer .footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  width: 1400px;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .footer .footer-layout {
    width: 90%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .footer .footer-layout {
    grid-template-columns: 1fr 1fr 1fr;
    width: 94%;
  }
}
@media (max-width: 899px) {
  .footer .footer-layout {
    grid-template-columns: 1fr;
    width: 94%;
  }
}
.footer .footer-col .footer-headline h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  color: #0D43E0;
  font-family: "Epilogue", sans-serif;
}
.footer .footer-col .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-col .footer-menu ul li {
  padding: 5px 0;
}
.footer .footer-col .footer-menu ul li a {
  color: gray;
  text-decoration: none;
  font-size: 15px;
}
.footer .footer-col .footer-menu ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-col {
    margin: 0 0 30px 0;
  }
  .footer .footer-col p {
    font-size: 15px;
  }
}
.footer .footer-contacts {
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.footer .footer-contact_item--title {
  font-weight: 700;
}
.footer .footer-contact_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-contact_item a {
  color: black;
  text-decoration: none;
}
.footer .footer-contact_item a:hover {
  text-decoration: underline;
}
.footer .footer-contact_item .icon {
  width: 30px;
}
.footer .footer-contact_item .icon svg {
  color: #FF9800;
  width: 30px;
}
.footer .footer-contact_item .link {
  font-size: 18px;
}
.footer .footer-contact_item .link a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}
.footer .footer-contact_item .link a:hover {
  color: #FF9800;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer .footer-contact_item .link {
    font-size: 15px;
  }
}
.footer .footer-social {
  margin: 0 0 30px 0;
  text-align: right;
}
.footer .footer-social a {
  width: 50px;
  display: inline-block;
}
.footer .footer-social a img {
  width: 36px;
  height: 36px;
  color: red;
}
.footer .footer-social a img:hover {
  color: white;
  opacity: 0.5;
}
.footer .widget-footer {
  margin: 10px 0 0 0;
}
.footer .widget-footer p {
  font-size: 14px;
}

.tiraz {
  padding: 20px 0;
  font-size: 14px;
}
.tiraz p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.tiraz .firma .tiraz-logo {
  width: 140px;
  height: auto;
}
@media (max-width: 899px) {
  .tiraz .firma {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.tiraz .tiraz-author {
  text-align: right;
}
.tiraz .tiraz-author .tiraz-author__logo {
  width: 80px;
  display: inline-block;
  opacity: 0.3;
  filter: invert(0);
}
.tiraz .tiraz-author .tiraz-author__logo:hover {
  opacity: 1;
}
@media (max-width: 899px) {
  .tiraz .tiraz-author {
    text-align: center;
  }
}

/* sizes */
/* breakpoints */
/* colors */
:root {
  --color-primary: #0066CC;
  --color-primary-light: rgb(25.5, 140.25, 255);
  --color-primary-dark: rgb(0, 63.75, 127.5);
  --color-primary-surface: #EDF2F6;
  --color-secondary: #FF9800;
  --color-secondary-surface: #fff2e0;
  --color-dark: #101126;
  --color-text: #101126;
  --color-accent: #24a2e8;
  --color-linka: #d6deec;
  --color-zelena: #2B9348;
  --bg: #f8f8f8;
  --svetla: #EDF2F6;
}

/* buttons */
/* mixins */
/* Input */
/* Textarea – stejné, plus úprava */
/* Select */
/* CHECKBOX */
/* RADIO */
.icontext-block.bordered {
  border: 1px solid #d6deec;
  padding: 15px;
}

.icontext-block {
  border-radius: 10px;
}
.icontext-block .icontext-block__layout {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.icontext-block .icontext-block__text {
  font-size: 17px;
  line-height: 150%;
}
.icontext-block .icontext-block__layout.layout-left {
  width: auto;
}
.icontext-block .icontext-block__layout.layout-right {
  width: auto;
}
.icontext-block .icontext-block__layout.layout-top {
  grid-template-columns: 1fr;
  gap: 10px;
}
.icontext-block .icontext-block__layout.layout-top .icontext-block__pic img {
  width: 40px;
  height: auto;
}
.icontext-block .icontext-block__pic img {
  border-radius: 5px;
}

.item-timeline {
  border: 0px solid silver;
  padding: 0px;
  margin: 0 0 50px 0;
  position: relative;
}
.item-timeline .timeline-axe {
  position: absolute;
  width: 3px;
  background: #EDF2F6;
  height: 100%;
  left: 50%;
  z-index: -1;
}
@media (max-width: 899px) {
  .item-timeline .timeline-axe {
    left: 30px;
  }
}
.item-timeline .timeline-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  width: 100%;
  gap: 20px;
  margin: 0 0 50px 0;
}
.item-timeline .timeline-row .timeline-row__time {
  border: 2px solid #0D43E0;
  background: white;
  color: #0D43E0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-timeline .timeline-row .timeline-row__text {
  padding: 15px;
  background: #EDF2F6;
  border-radius: 10px;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row {
    grid-template-columns: 60px 1fr;
  }
  .item-timeline .timeline-row .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row .timeline-row__text {
    order: 2;
    text-align: center;
  }
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
  order: 3;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
  order: 2;
}
.item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
  order: 1;
  text-align: right;
}
@media (max-width: 899px) {
  .item-timeline .timeline-row:nth-child(odd) {
    grid-template-columns: 60px 1fr;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__none {
    order: 3;
    display: none;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__time {
    order: 1;
  }
  .item-timeline .timeline-row:nth-child(odd) .timeline-row__text {
    order: 2;
    text-align: center;
  }
}
.crossroad-block {
  background: #FF9800;
  border-radius: 10px;
  overflow: hidden;
}
.crossroad-block .crossroad-block__text {
  padding: 20px;
}
.crossroad-block .crossroad-block__text .textpic-block__headline {
  margin: 0 0 20px 0;
}
.crossroad-block .crossroad-block__text .textpic-block__headline a {
  color: white;
  text-decoration: none;
}
.crossroad-block .crossroad-block__text .textpic-block__headline a h2 {
  font-size: 22px;
  color: white;
  margin: 0;
  padding: 0;
}
.crossroad-block .crossroad-block__text .textpic-block__desc {
  line-height: 150%;
  color: white;
  font-weight: 500;
}

.kontakt-page p, .contact-page p {
  padding: 0;
  margin: 0;
}
.kontakt-page h2, .contact-page h2 {
  padding: 20px 0 30px 0 !important;
}

.contact-item-block-photo {
  grid-template-columns: 100px 1fr;
  gap: 10px;
}

.contact-item-block {
  display: grid;
  background: #EDF2F6;
  height: 100%;
  border-radius: 20px;
}
.contact-item-block .contact-item-block__photo {
  padding: 15px 0 0 15px;
}
.contact-item-block .contact-item-block__photo img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.contact-item-block .contact-item-block__data {
  padding: 15px;
}
.contact-item-block .contact-item-block__data .contact-item-block__data_item {
  padding: 0 0 7px 0;
}
.contact-item-block .contact-item-block__data a {
  color: #0D43E0;
  text-decoration: none;
}
.contact-item-block .contact-item-block__data a:hover {
  text-decoration: underline;
}
.contact-item-block .contact-item-block__data .name {
  font-weight: 700;
}
.contact-item-block .contact-item-block__data .position {
  font-style: italic;
}

.dwnl-block {
  margin: 0 0 20px 0;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #EDF2F6;
  gap: 10px;
  text-decoration: none;
  color: black;
  font-size: 17px;
}
.dwnl-block .dwnl-block__icon {
  width: 30px;
}
.dwnl-block .dwnl-block__icon svg {
  width: 26px;
  height: 26px;
  color: #0D43E0;
}
.dwnl-block .dwnl-block__text {
  color: black;
  text-decoration: none;
}
.dwnl-block:hover {
  background: #050C2C;
}
.dwnl-block:hover .dwnl-block__icon svg {
  color: white;
}
.dwnl-block:hover .dwnl-block__text {
  color: white;
}

.block-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.block-accordion .collapsible-accordion {
  margin: 10px 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid silver;
}
.block-accordion .collapsible-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  background: white;
  color: black;
  font-size: 17px;
  font-weight: 600;
}
.block-accordion .collapsible-item-label::after {
  content: "";
  background-image: url("/wp-content/themes/ndc/img/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  text-align: center;
  transition: all 0.35s;
}
.block-accordion .collapsible-item-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
  display: none;
}
.block-accordion input:checked + .collapsible-item-label {
  color: black;
}
.block-accordion input:checked + .collapsible-item-label::after {
  transform: rotate(90deg);
}
.block-accordion input:checked ~ .collapsible-item-content {
  max-height: max-content;
  padding: 1em;
  display: block;
}

.container {
  margin: 0 auto !important;
}
@media (min-width: 1350px) {
  .container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .container {
    width: 90%;
  }
}

.wp-block-group__inner-container, .wp-block-cover__inner-container {
  margin: 0 auto !important;
}
@media (min-width: 1350px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1400px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1000px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}
@media (max-width: 899px) {
  .wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 90%;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Noto Serif", serif;
  margin: 0;
  font-optical-sizing: auto;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 1350px) {
  .nomobile {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  .nomobile {
    display: none;
  }
}

.editor-content > *:not(.alignfull) {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .editor-content > *:not(.alignfull) {
    width: var(--width-tablet);
  }
}
@media (max-width: 899px) {
  .editor-content > *:not(.alignfull) {
    width: var(--width-mobile);
  }
}

.editor-content > *:not(.alignfull).alignwide {
  max-width: 1400px;
}

.wp-block-nk-awb {
  height: calc(100vh - 100px);
  padding: 0;
}

/* video */
.background-video {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -5;
  top: -13vw;
  left: 0;
  filter: brightness(0.4);
}
@media (min-width: 900px) and (max-width: 1199px) {
  .background-video {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 899px) {
  .background-video {
    height: 100%;
    width: auto;
    top: 0;
    left: calc(50% - 600px);
  }
}

/* Blog */
.blog_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 899px) {
  .blog_items {
    grid-template-columns: 1fr;
  }
}

.bod-block-popup-wrap .bod-block-popup.size-m {
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.wp-block-countdown-block-countdown {
  width: 80%;
}
@media (max-width: 899px) {
  .wp-block-countdown-block-countdown {
    width: 100%;
  }
}

.color-koral {
  color: #ff6039;
}

.main-content {
  /* OL – číslování */
}
.main-content ul.wp-block-list,
.main-content ol.wp-block-list {
  list-style: none;
  padding-left: 8px;
}
.main-content ul.wp-block-list li,
.main-content ol.wp-block-list li {
  font-size: 1rem;
  line-height: 1.6;
  padding: 3px 0 3px 20px;
  position: relative;
}
.main-content ul.wp-block-list a,
.main-content ol.wp-block-list a {
  color: #050C2C;
  text-decoration: underline;
}
.main-content ul.wp-block-list a:hover,
.main-content ol.wp-block-list a:hover {
  color: #ff6039;
}
.main-content ol.wp-block-list {
  counter-reset: my-counter;
}
.main-content ol.wp-block-list li {
  padding-left: 30px;
  counter-increment: my-counter;
}
.main-content ol.wp-block-list li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: -10px;
  width: 20px;
  text-align: right;
  font-weight: 700;
  color: #ff6039;
}
.main-content .wp-block-list.is-style-list-check {
  padding-left: 8px;
}
.main-content .wp-block-list.is-style-list-check li {
  padding-left: 20px;
  list-style: none;
  position: relative;
  margin: 0 0 10px 10px;
  line-height: 150%;
}
.main-content .wp-block-list.is-style-list-check li::before {
  content: "";
  background: url("/wp-content/themes/mevia25/img/icon_check-koral.svg") center/cover no-repeat;
  opacity: 1;
  width: 24px;
  height: 14px;
  position: absolute;
  left: -15px;
  top: 5px;
}

.btn-fill-koral {
  background: #ff6039;
  padding: 15px 25px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-family: "Epilogue", sans-serif;
  display: inline-flex;
  margin: 10px 0;
  width: auto;
  font-size: 18px;
  gap: 15px;
}
.btn-fill-koral:hover {
  background: #050C2C;
}

.bg-light {
  background: #0D43E0;
  background: linear-gradient(145deg, rgba(0, 65, 255, 0.1) 0%, rgba(0, 181, 235, 0.1) 100%);
}

.bg-light-005 {
  background: #0D43E0;
  background: linear-gradient(145deg, rgba(0, 65, 255, 0.05) 0%, rgba(0, 181, 235, 0.05) 100%);
}

.color-blue {
  color: #0D43E0 !important;
}

.color-gray {
  color: #5e708b !important;
}

.color-dark {
  color: #050C2C !important;
}

.color-tyrkys {
  color: #00C9A1 !important;
}

.color-koral {
  color: #ff6039 !important;
}

.btn-primary {
  background: linear-gradient(270deg, #ff6039, #0D43E0);
  background: #ff6039;
  color: white;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 19px;
  align-items: center;
  gap: 20px;
  font-family: "Epilogue", sans-serif;
  text-decoration: none;
  display: inline-flex;
  border-radius: 50px;
  transition: 0.5s;
}
.btn-primary:hover {
  background: #0D43E0;
  background: linear-gradient(270deg, #0D43E0, #0D43E0);
}

.page-wrap {
  padding: 120px 0;
}

.color-blue {
  color: #0D43E0;
}

.page-404 {
  padding: 100px 0;
}
.page-404 h1 {
  text-align: center;
}
.page-404 p {
  text-align: center;
}
.page-404 .error {
  color: gray;
}

/*# sourceMappingURL=style.css.map */
