@charset "UTF-8";
@import url("fonts.css");
@import url("smartimcarousel.css");
:root {
  --hlavni-barva-pisma: #675282;
  --hlavni-barva-nadpisu: #43266A;
  --nevyrazna-barva-pisma: #5E5E5E;
  --tmava-barva-pisma: #292929;
  --sekundarni-barva: #F4C9EE;
  --barva-svetle-modra: #C9DAF4;
  --seda-barva: #878BA3;
  --barva-svetle-modra: #E5E7F7;
  --barva-svetle-ruzova: rgba(244, 201, 238, 0.10);
  --barva-seda-svetla: #D0D4E3;
  --placeholder-color: #917BAF;
  --input-color: #fef9fd;
  --ok-color: #4CAF50;
  --nesvetlejsi-ruzova: #f8edf7;
  --barva-menu-clanky: #DF95BE;
  --barva-tmave-ruzova: #AD3979;
  --pismo-v-paticce: #F4C9EE;
  --tmava-barva: #221F20;
  --svetla-barva-pozadi: #FCFAFC;
  --barva-pozadi: white;
  --barva-sede-linky: rgba(235, 235, 235, 0.50);
  --barva-ruzovy-stin: rgba(218, 175, 218, 0.20);
  --bila90: rgba(255, 255, 255, 0.90);
  --bila10: rgba(255, 255, 255, 0.10);
  --bila60: rgba(255, 255, 255, 0.60);
  --bila40: rgba(255, 255, 255, 0.40);
  --hlavni-sirka: 1440px;
  --sirka-procenta: 94%;
  --pismo12: 12px;
  --pismo14: 14px;
  --pismo16: 16px;
  --pismo18: 18px;
  --pismo20: 20px;
  --pismo24: 24px;
  --pismo30: 30px;
  --pismo32: 32px;
  --pismo40: 40px;
  --pismo50: 50px;
}

html {
    scroll-behavior: auto; /* vypne nativní smooth, aby nekolidoval s jQuery animate */
}
#aktuality, #foto-gal, #ohlasy-maminek, #slider-1, #pruvodce-porodem, #kdo-jsme {
    scroll-margin-top: 144px;
}
#reference-nav {
    scroll-margin-top: 154px;
}
#kdo-jsme-nav-sub{
    scroll-margin-top: 20px;  
    position: absolute;
    width: 0;
    height: 0;
}
#pruvodce-porodem-nav-sub{
    scroll-margin-top: 144px;
    position: absolute;
    width: 0;
    height: 0;
}
#slider-nav-sub{
    scroll-margin-top: 144px;
    position: absolute;
    width: 0;
    height: 0;
}
#ohlasy-maminek-nav-sub{
    scroll-margin-top: 264px;
    position: absolute;
    width: 0;
    height: 0;
}
#foto-gal-nav-sub{
    scroll-margin-top: 144px;
    position: absolute;
    width: 0;
    height: 0;
}
#aktuality-nav-sub{
    scroll-margin-top: 184px;
    position: absolute;
    width: 0;
    height: 0;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

body {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  background-image: url("../img/body-circles.png?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    body {
      font-size: 0.95rem; /* Mírné zmenšení písma může zachránit layout */
    }
}
@media only screen and (max-width: 500px) {
  body {
    background-image: url("../img/body-circles-mobile.png?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
  }
}
body.shadow::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--barva-pozadi);
}
body header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: var(--barva-pozadi);
    box-shadow: none;
    transform: translateY(0);
    transition: box-shadow 0.35s ease, background 0.35s ease, backdrop-filter 0.35s ease;
}
body header.scrolled {
    /* Jemný růžovo-fialový stín — ladí s paletou */
    box-shadow: 
      0 1px 0 rgba(173, 57, 121, 0.06),
      0 4px 16px rgba(218, 175, 218, 0.25),
      0 8px 32px rgba(103, 82, 130, 0.08);
    
    /* Mírný frosted glass efekt */
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
body header #headerTop {
  border-bottom: 1px solid var(--barva-sede-linky);
  /* background: var(--barva-pozadi); */
}
body header #headerTop .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 12px 0px;
  display: grid;
  grid-template-columns: 1fr 47px;
  align-items: center;
  grid-gap: 50px;
}
body header #headerTop .zarovnani nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
body header #headerTop .zarovnani nav a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 129%;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body header #headerTop .zarovnani .socials {
  display: grid;
  grid-template-columns: repeat(2, 22px);
  height: 22px;
  gap: 5px;
}
/*body header #headerTop .zarovnani .socials a {
  /* border: solid 1px var(--tmava-barva);
  border-radius: 5px; */
/*}*/
body header #headerTop .zarovnani .socials a.instagram {
  background-image: url("../img/ico_header_instagram.svg?v=1");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header #headerTop .zarovnani .socials a.facebook {
  background-image: url("../img/ico_header_facebook.svg?v=1");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 500px) {
  body header #headerTop {
    display: none;
  }
}
body header #headerMain .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
body header #headerMain .zarovnani #logo {
  width: 205px;
  height: 69px;
  display: block;
  background-image: url("../img/main_logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 500px) {
  body header #headerMain .zarovnani #logo {
    order: 2;
  }
}
@media only screen and (max-width: 1020px) {
  body header #headerMain .zarovnani nav #hamburger {
    display: block;
    width: 20px;
    height: 9px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
  }
  body header #headerMain .zarovnani nav #hamburger span {
    display: block;
    background-color: var(--tmava-barva-pisma);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  body header #headerMain .zarovnani nav #hamburger span:nth-child(1) {
    top: initial;
    bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  body header #headerMain .zarovnani nav {
    order: 1;
  }
  body header #headerMain .zarovnani nav #hamburger {
    display: none;
  }
  body header #headerMain .zarovnani nav #hamburger_mobile {
    display: block;
    width: 20px;
    height: 9px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
  }
  body header #headerMain .zarovnani nav #hamburger_mobile span {
    display: block;
    background-color: var(--tmava-barva-pisma);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  body header #headerMain .zarovnani nav #hamburger_mobile span:nth-child(1) {
    top: initial;
    bottom: 0px;
  }
}
body header #headerMain .zarovnani nav ul {
  list-style: none;
  display: flex;
  gap: 60px;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  body header #headerMain .zarovnani nav ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 1120px) {
  body header #headerMain .zarovnani nav ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 1020px) {
  body header #headerMain .zarovnani nav ul {
    position: absolute;
    left: 0px;
    top: 101px;
    z-index: 99;
    width: 100%;
    background: var(--barva-pozadi);
    display: none;
    height: auto;
  }
}
body header #headerMain .zarovnani nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 1020px) {
  body header #headerMain .zarovnani nav ul li {
    display: block;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body header #headerMain .zarovnani nav ul li a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--tmava-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1020px) {
  body header #headerMain .zarovnani nav ul li a {
    display: block;
    padding: 10px 0px;
    border-bottom: solid 1px #F4C9EE;
  }
}
body header #headerMain .zarovnani nav ul li a span {
  position: relative;
  display: block;
  height: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  font-family: "Outfit semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body header #headerMain .zarovnani nav ul li a:hover, body header #headerMain .zarovnani nav ul li a.active {
  font-family: "Outfit semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  border-bottom: 2px solid #F4C9EE;
}
body header #headerMain .zarovnani .lang_search {
  display: grid;
  grid-template-columns: 57px 24px;
  grid-gap: 32px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 500px) {
  body header #headerMain .zarovnani .lang_search {
    grid-template-columns: 24px;
    order: 3;
  }
}
body header #headerMain .zarovnani .lang_search .lang {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 12px;
  cursor: pointer;
  height: 24px;
  align-items: center;
}
body header #headerMain .zarovnani .lang_search .lang .ico {
  height: 100%;
  background-image: url("../img/ico_header_languages.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header #headerMain .zarovnani .lang_search .lang .label {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--tmava-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  body header #headerMain .zarovnani .lang_search .lang {
    display: none;
  }
}
body header #headerMain .zarovnani .lang_search .searching {
  cursor: pointer;
  height: 100%;
  background-image: url("../img/ico_header_search.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body header #headerMain .zarovnani .lang_search .list_of_langs {
  display: none;
  position: absolute;
  top: 46px;
  background: white;
  padding: 10px;
  box-sizing: border-box;
  border-right: solid 1px #c7c6c6;
  border-left: solid 1px #f6f6f6;
  border-bottom: solid 1px #c7c6c6;
  width: 66px;
  text-align: right;
  z-index: 999;
  box-shadow: #c7c6c6 4px 4px 5px;
}
body header #headerMain .zarovnani .lang_search .list_of_langs a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--tmava-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
body header #headerMain .zarovnani .lang_search .list_of_langs a:hover {
  text-decoration: underline;
}
body #vyhledavani_wrap {
  position: absolute;
  right: 0px;
  top: 147px;
  z-index: 666;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 500px) {
  body #vyhledavani_wrap {
    top: 101px;
  }
}
body #vyhledavani_wrap .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #vyhledavani_wrap .zarovnani form {
  background: var(--barva-pozadi);
  box-sizing: border-box;
  position: relative;
  margin-left: calc(100% - 300px);
  margin-right: 0px;
  width: 300px;
  display: grid;
  grid-template-columns: 1fr 100px;
}
body #vyhledavani_wrap .zarovnani form input[type=text] {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--tmava-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 10px;
}
body #vyhledavani_wrap .zarovnani form input[type=text]::-moz-placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--tmava-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body #vyhledavani_wrap .zarovnani form input[type=text]::placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--tmava-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body #vyhledavani_wrap .zarovnani form input[type=submit] {
  background-color: var(--hlavni-barva-nadpisu);
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  cursor: pointer;
}
body #vyhledavani_wrap .zarovnani form input[type=submit]:hover {
  background-color: var(--sekundarni-barva);
  color: var(--tmava-barva);
}
body #menu_mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  body #menu_mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100dvh;
    z-index: 999;
    background-color: var(--barva-pozadi);
  }
  body #menu_mobile.is-open {
    display: block;
  }
  body #menu_mobile .zarovnani {
    max-width: var(--hlavni-sirka);
    width: var(--sirka-procenta);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  body #menu_mobile .zarovnani .zavrit {
    cursor: pointer;
    font-family: "Outfit bold";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo14);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--tmava-barva);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body #menu_mobile .zarovnani #logo_mobile {
    margin-top: 16px;
    width: 208px;
    height: 69px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/main_logo.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: left;
    background-position-y: center;
  }
  body #menu_mobile .zarovnani #mobileMiddle {
    margin-top: 16px;
  }
  body #menu_mobile .zarovnani #mobileMiddle ul {
    list-style: none;
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
  body #menu_mobile .zarovnani #mobileMiddle ul li {
    display: block;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  body #menu_mobile .zarovnani #mobileMiddle ul li a {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 125%;
    letter-spacing: 0px;
    color: var(--tmava-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 0px;
    border-bottom: solid 1px #F4C9EE;
  }
  body #menu_mobile .zarovnani #mobileMiddle ul li a span {
    position: relative;
    display: block;
    height: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    font-family: "Outfit semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo16);
    line-height: 125%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
  body #menu_mobile .zarovnani #mobileMiddle ul li a:hover, body #menu_mobile .zarovnani #mobileMiddle ul li a.active {
    font-family: "Outfit semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo16);
    line-height: 125%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    border-bottom: 2px solid #F4C9EE;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 12px;
    cursor: pointer;
    height: 24px;
    align-items: center;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    position: relative;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang .ico {
    height: 100%;
    background-image: url("../img/ico_header_languages.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang .label {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 125%;
    letter-spacing: 0px;
    color: var(--tmava-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-transform: uppercase;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang .list_of_langs {
    display: none;
    position: absolute;
    top: 46px;
    background: white;
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
    border-right: solid 1px #c7c6c6;
    border-left: solid 1px #f6f6f6;
    border-bottom: solid 1px #c7c6c6;
    width: 66px;
    text-align: right;
    box-shadow: #c7c6c6 4px 4px 5px;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang .list_of_langs a {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 125%;
    letter-spacing: 0px;
    color: var(--tmava-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
  }
  body #menu_mobile .zarovnani #mobileMiddle .lang .list_of_langs a:hover {
    text-decoration: underline;
  }
  body #menu_mobile .zarovnani #mobileBottom {
    border-top: solid 1px var(--nevyrazna-barva-pisma);
    padding-top: 16px;
  }
  body #menu_mobile .zarovnani #mobileBottom nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  body #menu_mobile .zarovnani #mobileBottom nav a {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo14);
    line-height: 129%;
    letter-spacing: 0px;
    color: var(--nevyrazna-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-decoration: none;
  }
  body #menu_mobile .zarovnani #mobileBottom .socials {
    display: grid;
    grid-template-columns: repeat(2, 32px);
    height: 32px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 72px;
    margin-top: 16px;
  }
  /*body #menu_mobile .zarovnani #mobileBottom .socials a {
    /* border: solid 1px var(--tmava-barva);
    border-radius: 5px; */
  /*}*/
  body #menu_mobile .zarovnani #mobileBottom .socials a.instagram {
    background-image: url("../img/ico_header_instagram.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: center;
    background-position-y: center;
  }
  body #menu_mobile .zarovnani #mobileBottom .socials a.facebook {
    background-image: url("../img/ico_header_facebook.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: center;
    background-position-y: center;
  }
}
body main {
  position: relative;
  margin-top: 144px;
}
@media only screen and (max-width: 500px) {
    body main {
        position: relative;
        margin-top: 101px;
    }
}
body main .h1_header {
  border-top: 1px solid var(--barva-sede-linky);
  background: var(--barva-pozadi);
}
body main .h1_header .zarovnani {
  max-width: 722px;
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .h1_header .zarovnani h1 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo40);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  body main .h1_header .zarovnani h1 {
    font-size: var(--pismo30);
  }
}
body main .main_claim {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 747px;
  position: relative;
  background-image: var(--background-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 600px) {
  body main .main_claim {
    height: 565px;
    background-image: var(--background-mobile);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
  }
}
body main .main_claim::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../img/asset_slider_shadow.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  body main .main_claim::before {
    background-image: url("../img/asset_slider_shadow_mobile.png") !important;
    background-size: cover;
  }
}
body main .main_claim .abs {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
body main .main_claim .abs .content {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .main_claim .abs .content h1 {
  padding-top: 154px;
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo50);
  line-height: 120%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 1300px) {
  body main .main_claim .abs .content h1 {
    font-size: var(--pismo32);
  }
}
@media only screen and (max-width: 760px) {
  body main .main_claim .abs .content h1 {
    text-align: center;
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body main .main_claim .abs .content h1 {
    padding-top: 322px;
  }
}
body main .main_claim .abs .content p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo24);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
  max-width: 756px;
}
@media only screen and (max-width: 1300px) {
  body main .main_claim .abs .content p {
    font-size: var(--pismo18);
    max-width: 500px;
  }
}
@media only screen and (max-width: 760px) {
  body main .main_claim .abs .content p {
    display: none;
  }
}
body main .main_claim .abs .content a {
  margin-top: 64px;
  display: block;
  width: 264px;
  text-align: center;
  height: 55px;
  border-radius: 99px;
  background: var(--sekundarni-barva);
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 55px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  transition: 500ms;
}
body main .main_claim .abs .content a:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
@media only screen and (max-width: 760px) {
  body main .main_claim .abs .content a {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body main .main_claim .abs .content a {
    margin-top: 32px;
  }
}
body main .quick_links {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  body main .quick_links {
    padding-top: 48px;
  }
}
body main .quick_links .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .quick_links .zarovnani h1, body main .quick_links .zarovnani h2 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body main .quick_links .zarovnani h1, body main .quick_links .zarovnani h2 {
    font-size: var(--pismo24);
  }
}
body main .quick_links .zarovnani h1.slabe, body main .quick_links .zarovnani h2.slabe {
  font-family: "Unbounded light";
  font-style: normal;
  font-weight: 300;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 600px) {
  body main .quick_links .zarovnani h1.slabe, body main .quick_links .zarovnani h2.slabe {
    font-size: var(--pismo24);
  }
}
body main .quick_links .zarovnani .three_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 48px;
  justify-items: center;
}
@media only screen and (max-width: 900px) {
  body main .quick_links .zarovnani .three_cards {
    overflow-x: scroll;
    width: 100%;
    grid-template-columns: repeat(3, 305px);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  body main .quick_links .zarovnani .three_cards::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  body main .quick_links .zarovnani .three_cards {
    margin-top: 32px;
  }
}
body main .quick_links .zarovnani .three_cards .card {
  width: 100%;
  border-radius: 0px 0px 24px 24px;
  background: var(--svetla-barva-pozadi);
  text-align: center;
  padding-bottom: 48px;
  text-decoration: none;
  transition: 500ms;
}
body main .quick_links .zarovnani .three_cards .card .card_img {
  display: block;
  width: 100%;
  height: 237px;
  border-radius: 24px 24px 0 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
body main .quick_links .zarovnani .three_cards .card h3 {
  margin-top: 48px;
  display: grid;
  align-items: center;
  height: 62px;
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo24);
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 0px 10px;
}
@media only screen and (max-width: 600px) {
  body main .quick_links .zarovnani .three_cards .card h3 {
    font-size: var(--pismo20);
  }
}
body main .quick_links .zarovnani .three_cards .card .cta {
  margin-top: 48px;
  display: block;
  width: 206px;
  border: solid 1px var(--hlavni-barva-nadpisu);
  margin-left: auto;
  margin-right: auto;
  border-radius: 99px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 119%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  padding: 15px 0px;
  transition: 500ms;
}
@media only screen and (max-width: 600px) {
  body main .quick_links .zarovnani .three_cards .card .cta {
    font-size: var(--pismo16);
  }
}
body main .quick_links .zarovnani .three_cards .card:hover {
  box-shadow: 0 10px 15px 0 var(--barva-ruzovy-stin);
}
body main .quick_links .zarovnani .three_cards .card:hover .cta {
  color: var(--barva-pozadi);
  background-color: var(--hlavni-barva-nadpisu);
}
body main .sliders {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  body main .sliders {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  body main .sliders {
    margin-top: 0px;
  }
}
body main .why_us {
  padding-top: 20px;
}
body main .why_us .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .why_us .zarovnani h1, body main .why_us .zarovnani h2 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body main .why_us .zarovnani h1, body main .why_us .zarovnani h2 {
    font-size: var(--pismo24);
  }
}
body main .why_us .zarovnani .wrap {
  width: 100%;
  max-width: 1440px;
  padding-top: 48px;
}
body main .why_us .zarovnani .wrap .why_us_slider_mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  body main .why_us .zarovnani .wrap .why_us_slider_mobile {
    display: block;
    max-width: 339px;
    margin-left: auto;
    margin-right: auto;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-gap: 24px;
    align-items: start;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .obrazek {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 100px;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap {
    max-width: 100%;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap .content {
    padding: 0px;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap .content h3 {
    text-align: left;
    font-family: "Unbounded semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo20);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap .content h3 a {
    border-radius: initial;
    border: none;
    display: initial;
    padding: initial;
    margin-top: initial;
    font-family: "Unbounded semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo20);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap .content h3 a:hover {
    background-color: transparent;
  }
  body main .why_us .zarovnani .wrap .why_us_slider_mobile .obrazek_text .grid_wrap .wrap .content p {
    text-align: left;
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo18);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    margin-top: 0px;
    max-height: 70px;
    overflow: hidden;
  }
}
body main .why_us .zarovnani .wrap .why_us_slider_mobile .fc__arrow--prev {
  bottom: -40px !important;
  top: initial !important;
  left: calc(50% - 65px);
}
body main .why_us .zarovnani .wrap .why_us_slider_mobile .fc__arrow--next {
  bottom: -56px !important;
  top: initial !important;
  right: calc(50% - 65px);
}
@media only screen and (max-width: 900px) {
  body main .why_us .zarovnani .wrap .fc__nav--outside {
    display: none;
  }
  body main .why_us .zarovnani .wrap .why_us_slider {
    display: none;
  }
}
body main .reviews {
  padding-top: 20px;
}
@media only screen and (max-width: 900px) {
  body main .reviews {
    padding-top: 50px;
  }
}
body main .reviews .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .reviews .zarovnani .wrap {
  width: 100%;
  max-width: 1440px;
  background-color: var(--barva-svetle-modra);
  border-radius: 24px;
  padding-top: 80px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  body main .reviews .zarovnani .wrap {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
}
body main .reviews .zarovnani .wrap .h2_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .h2_a {
    display: block;
  }
}
body main .reviews .zarovnani .wrap .h2_a h2 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .h2_a h2 {
    font-size: var(--pismo24);
  }
}
body main .reviews .zarovnani .wrap .h2_a a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body main .reviews .zarovnani .wrap .h2_a a i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body main .reviews .zarovnani .wrap .h2_a a:hover i {
  margin-left: 10px;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .h2_a a {
    display: none;
  }
}
body main .reviews .zarovnani .wrap .zobrazit_dalsi_ohlasy {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  display: none;
  text-decoration: none;
}
body main .reviews .zarovnani .wrap .zobrazit_dalsi_ohlasy i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body main .reviews .zarovnani .wrap .zobrazit_dalsi_ohlasy:hover i {
  margin-left: 10px;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .zobrazit_dalsi_ohlasy {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body main .reviews .zarovnani .wrap .reviews_slider {
  padding-bottom: 48px;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .reviews_slider {
    display: none;
  }
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 48px;
  height: 48px;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item {
  position: relative;
  border-radius: 16px;
  background: var(--barva-pozadi);
  padding: 32px;
  text-decoration: none;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .i {
  position: absolute;
  background-image: url("../img/asset_comma.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 50px;
  height: 38px;
  top: -12px;
  left: 32px;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .p {
  padding-top: 24px;
  min-height: 124px;
  display: inline-block;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .name {
  text-align: right;
  min-height: initial;
  padding-top: 24px;
  width: 100%;
  display: inline-block;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .name strong {
  font-family: "Outfit semibold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .underline {
  white-space: nowrap;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item .underline em {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: underline;
}
body main .reviews .zarovnani .wrap .reviews_slider .grid_3 .item:hover .underline em {
  text-decoration: none;
}
body main .reviews .zarovnani .wrap .reviews_slider_mobile {
  display: none;
}
@media only screen and (max-width: 860px) {
  body main .reviews .zarovnani .wrap .reviews_slider_mobile {
    display: block;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 24px;
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item {
    position: relative;
    border-radius: 16px;
    background: var(--barva-pozadi);
    padding: 32px;
    text-decoration: none;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item i {
    position: absolute;
    background-image: url("../img/asset_comma.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 50px;
    height: 38px;
    top: -12px;
    left: 32px;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item p {
    padding-top: 24px;
    min-height: 124px;
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo18);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item p.name {
    text-align: right;
    min-height: initial;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item .underline {
    white-space: nowrap;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item .underline em {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo18);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-decoration: underline;
  }
  body main .reviews .zarovnani .wrap .reviews_slider_mobile .grid_1 .item:hover .underline em {
    text-decoration: none;
  }
}
body main .reviews .zarovnani .wrap .reviews_slider_mobile .fc__nav {
  bottom: 30px !important;
}
@media only screen and (max-width: 1160px) {
  body main .reviews .fc__nav {
    bottom: 0px !important;
  }
}
body main .comfort {
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
  body main .comfort {
    padding-top: 48px;
  }
}
body main .comfort .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .comfort .zarovnani h2 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  body main .comfort .zarovnani h2 {
    font-size: var(--pismo24);
  }
}
body main .comfort .zarovnani p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo24);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}
@media only screen and (max-width: 600px) {
  body main .comfort .zarovnani p {
    font-size: var(--pismo18);
  }
}
body main .comfort .zarovnani .rcomfort_slider {
  margin-top: 48px;
}
@media only screen and (max-width: 580px) {
  body main .comfort .zarovnani .rcomfort_slider .fc__nav {
    bottom: 10px;
  }
}
body main .comfort .zarovnani .rcomfort_slider_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 580px) {
  body main .comfort .zarovnani .rcomfort_slider_ctas {
    display: block;
  }
}
body main .comfort .zarovnani .rcomfort_slider_ctas .how_it_looks {
  display: block;
  margin-top: 48px;
  border-radius: 99px;
  background: var(--sekundarni-barva);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  height: 55px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 119%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  text-align: center;
  padding-top: 18px;
  transition: 500ms;
}
@media only screen and (max-width: 580px) {
  body main .comfort .zarovnani .rcomfort_slider_ctas .how_it_looks {
    margin-left: auto;
    margin-right: auto;
  }
  body main .comfort .zarovnani .rcomfort_slider_ctas .how_it_looks:nth-child(2) {
    margin-top: 10px;
  }
}
body main .comfort .zarovnani .rcomfort_slider_ctas .how_it_looks:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body main .news {
  padding-top: 200px;
}
@media only screen and (max-width: 1500px) {
    body main .news {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    body main .news {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 980px) {
  body main .news {
    padding-top: 96px;
  }
}
body main .news .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .news .zarovnani .h2_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  body main .news .zarovnani .h2_a {
    display: block;
  }
}
body main .news .zarovnani .h2_a h2 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body main .news .zarovnani .h2_a h2 {
    font-size: var(--pismo24);
  }
}
body main .news .zarovnani .h2_a a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body main .news .zarovnani .h2_a a i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body main .news .zarovnani .h2_a a:hover i {
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  body main .news .zarovnani .h2_a a {
    display: none;
  }
}
body main .news .zarovnani .dalsi_clanky {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  display: none;
}
body main .news .zarovnani .dalsi_clanky i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body main .news .zarovnani .dalsi_clanky:hover i {
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  body main .news .zarovnani .dalsi_clanky {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
body main .news .zarovnani .grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 48px;
}
@media only screen and (max-width: 980px) {
  body main .news .zarovnani .grid_3 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 358px;
  }
}
body main .news .zarovnani .grid_3 .news_article .obrazek {
  display: block;
  width: 100%;
  height: 317px;
  border-radius: 24px 24px 0 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 1200px) {
  body main .news .zarovnani .grid_3 .news_article .obrazek {
    height: 240px;
  }
}
body main .news .zarovnani .grid_3 .news_article .content {
  border-radius: 0px 0px 24px 24px;
  border-right: 1px solid #E5E7F7;
  border-bottom: 1px solid #E5E7F7;
  border-left: 1px solid #E5E7F7;
  padding: 31px;
  height: calc(100% - 317px);
  padding-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  body main .news .zarovnani .grid_3 .news_article .content {
    padding: 31px 24px;
    height: calc(100% - 240px);
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 980px) {
    body main .news .zarovnani .grid_3 .news_article .content {
        padding: 31px 24px;
        height: auto;
        padding-bottom: 20px;
    }
    body main .news .zarovnani .grid_3 .news_article .content .read { 
        position: relative!important;
        margin-top: 20px;
        bottom: 0px!important;
    }
}
body main .news .zarovnani .grid_3 .news_article .content .vydano {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 171.429%;
  letter-spacing: 0px;
  color: var(--seda-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  height: initial;
  overflow: initial;
  margin-top: initial;
}
body main .news .zarovnani .grid_3 .news_article .content h3 {
  padding-top: 12px;
  min-height: 72px;
}
body main .news .zarovnani .grid_3 .news_article .content h3 a {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body main .news .zarovnani .grid_3 .news_article .content p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  height: 75px;
  overflow: hidden;
  margin-top: 12px;
}
body main .news .zarovnani .grid_3 .news_article .content .read {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  margin-top: 34px;
  display: block;
  position: absolute;
  bottom: 30px;
}
body main .news .zarovnani .grid_3 .news_article .content .read i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body main .news .zarovnani .grid_3 .news_article .content .read:hover i {
  margin-left: 10px;
}
body main .fc .grid_wrap {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
body main .fc .grid_wrap .wrap {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  body main .fc .grid_wrap .wrap {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  body main .fc .grid_wrap .wrap {
    max-width: 80%;
  }
}
body main .fc .grid_wrap .wrap .content {
  border-radius: 16px;
  background: var(--bila90);
  padding: 32px;
}
body main .fc .grid_wrap .wrap .content h3 {
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo20);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
body main .fc .grid_wrap .wrap .content p {
  margin-top: 22px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
body main .fc .grid_wrap .wrap .content a {
  border-radius: 99px;
  border: 1px solid var(--hlavni-barva-nadpisu);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 27px;
  margin-top: 22px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  transition: 500ms;
}
body main .fc .grid_wrap .wrap .content a:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body main .vyhledavani {
  z-index: 99;
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  width: 100%;
}
body main .vyhledavani.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body main .vyhledavani .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body main .vyhledavani .zarovnani form {
  position: absolute;
  right: 0px;
  background-color: var(--barva-pozadi);
  padding: 12px;
  display: grid;
  grid-template-columns: 180px 80px;
}
body main .vyhledavani .zarovnani form input {
  border: solid 1px var(--barva-svetle-modra);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 5px;
}
body main .vyhledavani .zarovnani form input::-moz-placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body main .vyhledavani .zarovnani form input::placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body main .vyhledavani .zarovnani form input[type=submit] {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
  cursor: pointer;
  border: solid 1px var(--hlavni-barva-nadpisu);
}
body main .vyhledavani .zarovnani form input[type=submit]:hover {
  color: var(--hlavni-barva-nadpisu);
  background-color: var(--barva-pozadi);
}
body footer {
  background: var(--barva-tmave-ruzova);
  margin-top: 100px;
}
@media only screen and (max-width: 980px) {
  body footer {
    margin-top: 50px;
  }
}
body footer.no_margin {
  margin-top: 0px;
}
@media only screen and (max-width: 980px) {
  body footer.no_margin {
    margin-top: 0px;
  }
}
body footer .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani {
    padding-top: 48px;
    padding-bottom: 16px;
  }
}
body footer .zarovnani #footerTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--bila10);
  padding-bottom: 72px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerTop {
    display: block;
    padding-bottom: 32px;
  }
}
body footer .zarovnani #footerTop #logo_bottom {
  width: 205px;
  height: 69px;
  display: block;
  background-image: url("../img/white_logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body footer .zarovnani #footerTop h2 {
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo18);
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  margin-bottom: 24px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerTop h2 {
    margin-top: 32px;
  }
}
body footer .zarovnani #footerTop nav .menus {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 100px;
}
@media only screen and (max-width: 1120px) {
  body footer .zarovnani #footerTop nav .menus {
    grid-template-columns: 150px 1fr;
    grid-column-gap: 50px;
  }
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerTop nav .menus {
    grid-template-columns: 1fr;
  }
}
body footer .zarovnani #footerTop nav .menus ul {
  list-style: none;
}
body footer .zarovnani #footerTop nav .menus ul li {
  margin-bottom: 16px;
}
body footer .zarovnani #footerTop nav .menus ul li a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--bila60);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body footer .zarovnani #footerTop nav .menus ul li a:hover {
  text-decoration: underline;
}
body footer .zarovnani #footerTop .kontakt .phone {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo18);
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--sekundarni-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body footer .zarovnani #footerTop .kontakt .phone:hover {
  text-decoration: underline;
}
body footer .zarovnani #footerTop .kontakt .mail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo18);
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--sekundarni-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  margin-top: 8px;
}
body footer .zarovnani #footerTop .kontakt .mail:hover {
  text-decoration: underline;
}
body footer .zarovnani #footerTop .kontakt p {
  margin-top: 24px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 135%;
  letter-spacing: 0px;
  color: var(--bila60);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body footer .zarovnani #footerTop .kontakt p.ico {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--bila60);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body footer .zarovnani #footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 72px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerBottom {
    display: grid;
    padding-top: 16px;
  }
}
body footer .zarovnani #footerBottom p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--bila40);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerBottom p {
    grid-area: 2/1;
    margin-top: 16px;
  }
}
body footer .zarovnani #footerBottom nav {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerBottom nav {
    grid-area: 1/1;
    display: block;
    margin-top: 16px;
  }
}
body footer .zarovnani #footerBottom nav a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--bila40);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body footer .zarovnani #footerBottom nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  body footer .zarovnani #footerBottom nav a {
    display: block;
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body.subpage {
  background-image: url("../img/body-circles-subpage.png?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
@media only screen and (max-width: 500px) {
  body.subpage {
    background-image: url("../img/body-circles-mobile.png?v=1");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
  }
}
body.subpage main .uvodni_obrazek_pruvodce {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 2;
  border-radius: 24px;
  margin-bottom: 40px;
}
body.subpage main .main_claim {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 472px;
  position: relative;
  background-image: var(--background-desktop);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
}
@media only screen and (max-width: 800px) {
  body.subpage main .main_claim {
    background-position-x: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim {
    height: auto;
    background-image: var(--background-mobile);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
  }
}
body.subpage main .main_claim::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../img/asset_slider_shadow.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim::before {
    background-image: url("../img/asset_slider_shadow_mobile.png") !important;
    background-size: cover;
  }
}
body.subpage main .main_claim .abs {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim .abs {
    position: relative;
  }
}
body.subpage main .main_claim .abs .content {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim .abs .content {
    padding-bottom: 100px;
  }
}
body.subpage main .main_claim .abs .content h1 {
  padding-top: 154px;
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo50);
  line-height: 120%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 1300px) {
  body.subpage main .main_claim .abs .content h1 {
    font-size: var(--pismo32);
  }
}
@media only screen and (max-width: 760px) {
  body.subpage main .main_claim .abs .content h1 {
    text-align: center;
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim .abs .content h1 {
    padding-top: 100px;
    margin-left: 0px;
    max-width: 100%;
    text-align: left;
  }
}
body.subpage main .main_claim .abs .content p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo24);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
  max-width: 756px;
}
@media only screen and (max-width: 1300px) {
  body.subpage main .main_claim .abs .content p {
    font-size: var(--pismo20);
    max-width: 500px;
  }
}
@media only screen and (max-width: 760px) {
  body.subpage main .main_claim .abs .content p {
    display: block;
    max-width: 358px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim .abs .content p {
    padding-top: 24px;
    margin-left: 0px;
    max-width: 100%;
    text-align: left;
  }
}
body.subpage main .main_claim .abs .content a {
  margin-top: 64px;
  display: block;
  width: 264px;
  text-align: center;
  height: 55px;
  border-radius: 99px;
  background: var(--sekundarni-barva);
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 55px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  transition: 500ms;
}
body.subpage main .main_claim .abs .content a:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
@media only screen and (max-width: 760px) {
  body.subpage main .main_claim .abs .content a {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .main_claim .abs .content a {
    margin-top: 32px;
  }
}
body.subpage main .anotation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.subpage main .anotation::before {
  content: "";
  margin-left: auto;
  margin-right: auto;
  height: 534px;
  position: absolute;
  width: 100%;
  display: block;
  background-color: var(--barva-svetle-ruzova);
}
body.subpage main .anotation .abs {
  height: auto;
}
body.subpage main .anotation .abs .content {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .anotation .abs .content h1 {
  padding-top: 100px;
  font-family: "Unbounded semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo40);
  line-height: 110%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body.subpage main .anotation .abs .content h1 {
    font-size: var(--pismo32);
    padding-top: 48px;
  }
}
body.subpage main .anotation .abs .content p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo24);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 64px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  body.subpage main .anotation .abs .content p {
    font-size: var(--pismo20);
    padding-top: 32px;
  }
}
body.subpage main .anotation .abs .content .wrap_img {
  position: relative;
  width: 100%;
  margin-top: 64px;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  body.subpage main .anotation .abs .content .wrap_img {
    margin-top: 48px;
  }
}
body.subpage main .anotation .abs .content .wrap_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9.542px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 400px) {
  body.subpage main .anotation .abs .content .wrap_img img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 179/219;
  }
}
body.subpage main .content_nav {
  margin-top: 100px;
}
body.subpage main .content_nav .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 466px 1fr;
  grid-gap: 32px;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .content_nav .zarovnani {
    grid-template-columns: 358px 1fr;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .content_nav .zarovnani {
    grid-template-columns: 1fr;
  }
}
body.subpage main .content_nav .zarovnani .nav_left {
  border-radius: 24px;
  background: var(--svetla-barva-pozadi);
  padding: 48px;
}
@media only screen and (max-width: 1200px) {
  body.subpage main .content_nav .zarovnani .nav_left {
    padding: 24px;
  }
}
@media only screen and (max-width: 980px) {
  body.subpage main .content_nav .zarovnani .nav_left {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
}
body.subpage main .content_nav .zarovnani .nav_left .wrap h2 {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap .open_close {
  display: none;
}
@media only screen and (max-width: 980px) {
  body.subpage main .content_nav .zarovnani .nav_left .wrap .open_close {
    display: block;
    width: 16px;
    height: 8px;
    background-image: url("../img/asset_drop_arrow_down.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 32px;
    right: 24px;
    cursor: pointer;
  }
  body.subpage main .content_nav .zarovnani .nav_left .wrap .open_close.is-open {
    background-image: url("../img/asset_drop_arrow_up.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul {
  list-style: none;
  margin-top: 32px;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul li {
  display: block;
  margin-bottom: 22px;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  transition: 300ms;
  border-bottom: 2px solid #fcfafc;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul li a:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    border-bottom: 2px solid #F4C9EE;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul li h3 {
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 0px;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap ul li:first-of-type h3 {
  padding-top: 0px;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap h3 {
  padding-top: 0px;
  margin-top: 48px;
  margin-bottom: 10px;
  font-family: "OpenSans regular";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap .pod_navigaci {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 118%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  margin-top: 18px;
  display: block;
  border-radius: 99px;
  background: var(--sekundarni-barva);
  text-align: center;
  padding: 18px;
}
body.subpage main .content_nav .zarovnani .nav_left .wrap .pod_navigaci:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body.subpage main .content_nav .zarovnani .articles .item {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 476px 1fr;
  grid-gap: 0px;
}
@media only screen and (max-width: 1600px) {
  body.subpage main .content_nav .zarovnani .articles .item {
    grid-template-columns: 376px 1fr;
  }
}
@media only screen and (max-width: 1350px) {
  body.subpage main .content_nav .zarovnani .articles .item {
    grid-template-columns: 276px 1fr;
  }
}
@media only screen and (max-width: 1100px) {
  body.subpage main .content_nav .zarovnani .articles .item {
    grid-template-columns: 226px 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .content_nav .zarovnani .articles .item {
    grid-template-columns: 1fr;
  }
}
body.subpage main .content_nav .zarovnani .articles .item .obrazek {
  border-radius: 24px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 600px) {
  body.subpage main .content_nav .zarovnani .articles .item .obrazek {
    display: block;
    width: 100%;
    height: 245px;
  }
}
body.subpage main .content_nav .zarovnani .articles .item .content {
  border-radius: 0 24px 24px 0;
  display: grid;
  align-items: center;
  padding: 76px 32px;
  min-height: 325px;
}
@media only screen and (max-width: 1100px) {
  body.subpage main .content_nav .zarovnani .articles .item .content {
    min-height: initial;
  }
}
@media only screen and (max-width: 1100px) {
  body.subpage main .content_nav .zarovnani .articles .item .content {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 600px) {
  body.subpage main .content_nav .zarovnani .articles .item .content {
    border-top: none;
    border-radius: 0 0px 24px 24px;
  }
}
@media only screen and (max-width: 1100px) {
  body.subpage main .content_nav .zarovnani .articles .item .content h3 {
    padding-top: 0px;
  }
}
body.subpage main .content_nav .zarovnani .articles .item .content h3 a {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body.subpage main .content_nav .zarovnani .articles .item .content p {
  margin-top: 12px;
  overflow: hidden;
  height: 75px;
  text-overflow: ellipsis;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 600px) {
  body.subpage main .content_nav .zarovnani .articles .item .content p {
    height: auto;
  }
}
body.subpage main .content_nav .zarovnani .articles .item .content .cta {
  text-decoration: none;
  margin-top: 34px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 19px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .content_nav .zarovnani .articles .item .content .cta i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body.subpage main .content_nav .zarovnani .articles .item .content .cta:hover i {
  margin-left: 10px;
}
body.subpage main .formatovani_textu .zarovnani {
  max-width: 722px;
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani.sirsi {
    max-width: 1020px;
}
body.subpage main .formatovani_textu .zarovnani h1 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo40);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h1 {
    font-size: var(--pismo30);
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani h2 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo30);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 64px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h2 {
    font-size: var(--pismo20);
    padding-top: 48px;
  }
}
body.subpage main .formatovani_textu .zarovnani h3 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo24);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 50px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h3 {
    font-size: var(--pismo18);
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani h4 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo20);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 50px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h4 {
    font-size: var(--pismo16);
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani h5 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo18);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h5 {
    font-size: var(--pismo16);
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani h6 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo18);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani h6 {
    font-size: var(--pismo16);
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ce89b5;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani p, body.subpage main .formatovani_textu .zarovnani span {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 32px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani p, body.subpage main .formatovani_textu .zarovnani span {
    padding-top: 18px;
  }
}
body.subpage main .formatovani_textu .zarovnani p.pod_carou, body.subpage main .formatovani_textu .zarovnani span.pod_carou {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--nevyrazna-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .formatovani_textu .zarovnani p.maly, body.subpage main .formatovani_textu .zarovnani span.maly {
  font-size: var(--pismo14);
}
body.subpage main .formatovani_textu .zarovnani p.velky, body.subpage main .formatovani_textu .zarovnani span.velky {
  font-size: var(--pismo24);
}
body.subpage main .formatovani_textu .zarovnani p.nejvetsi, body.subpage main .formatovani_textu .zarovnani span.nejvetsi {
  font-size: var(--pismo30);
}
body.subpage main .formatovani_textu .zarovnani p.vydano, body.subpage main .formatovani_textu .zarovnani span.vydano {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
body.subpage main .formatovani_textu .zarovnani strong, body.subpage main .formatovani_textu .zarovnani b {
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .formatovani_textu .zarovnani strong.velky, body.subpage main .formatovani_textu .zarovnani b.velky {
  font-size: var(--pismo24);
}
body.subpage main .formatovani_textu .zarovnani strong.nejvetsi, body.subpage main .formatovani_textu .zarovnani b.nejvetsi {
  font-size: var(--pismo30);
}
body.subpage main .formatovani_textu .zarovnani a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani a:hover {
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani a.a_vyrazny {
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .formatovani_textu .zarovnani a.a_nevyrazny {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--hlavni-barva-nadpisu);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 10px 20px;
  border-radius: 5px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta:hover {
  background-color: var(--tmava-barva);
}
body.subpage main .formatovani_textu .zarovnani a.a_cta2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--hlavni-barva-pisma);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 10px 20px;
  border-radius: 5px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta2:hover {
  background-color: var(--tmava-barva);
}
body.subpage main .formatovani_textu .zarovnani a.a_cta3 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--tmava-barva);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 10px 20px;
  border-radius: 5px;
}
body.subpage main .formatovani_textu .zarovnani a.a_cta3:hover {
  background-color: var(--hlavni-barva-nadpisu);
}
body.subpage main .formatovani_textu .zarovnani a.odkz_tlc {
  display: grid;
  align-content: center;
  justify-content: center;
  background-color: var(--barva-tmave-ruzova);
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  text-align: center;
}
body.subpage main .formatovani_textu .zarovnani a.odkz_tlc:hover {
  background: var(--tmava-barva);
}
body.subpage main .formatovani_textu .zarovnani .ctas_porod {
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 720px) {
  body.subpage main .formatovani_textu .zarovnani .ctas_porod {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  body.subpage main .formatovani_textu .zarovnani .ctas_porod {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.subpage main .formatovani_textu .zarovnani .vyrazny {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--hlavni-barva-nadpisu);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 20px;
  border-radius: 5px;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani .vyrazny2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--hlavni-barva-pisma);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 20px;
  border-radius: 5px;
  margin: 10px 0px;
}
body.subpage main .formatovani_textu .zarovnani p:has(> img:only-child) {
  padding-top: 0; /* zruší padding nahoře pro tenhle konkrétní odstavec */
  margin-top: 0;
}
body.subpage main .formatovani_textu .zarovnani img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
body.subpage main .formatovani_textu .zarovnani img.img_vpravo {
  float: left;
  margin: 0 1em 1em 0;
  margin-top: 32px;
  max-width: 100%;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani img.img_vpravo_mensi {
  float: left;
  margin: 0 1em 1em 0;
  margin-top: 32px;
  max-width: 40%;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani img.img_vlevo {
  float: right;
  margin: 0 0 1em 1em; /* odsazení od textu */
  margin-top: 32px;
  max-width: 100%;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani img.img_vlevo_mensi {
  float: right;
  margin: 0 0 1em 1em; /* odsazení od textu */
  margin-top: 32px;
  max-width: 40%;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani img.img_cela_sirka {
  float: none;
  max-width: 100%;
  height: auto;
  margin: 20px 0px;
  border-radius: 20px;
}
body.subpage main .formatovani_textu .zarovnani img.img_100 {
  margin-top: 32px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.subpage main .formatovani_textu .zarovnani ul {
  padding-top: 12px;
  margin-left: 0px;
  list-style: none;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani ul {
    padding-top: 6px;
  }
}
body.subpage main .formatovani_textu .zarovnani ul li {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 10px;
  padding-left: 1.2em; /* prostor pro puntík + mezeru */
  text-indent: 0; /* jistota, že se nezalomí pod */
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  padding-top: 10px;
  color: var(--hlavni-barva-pisma);
  font-size: 1.2em;
}
body.subpage main .formatovani_textu .zarovnani ul li ul {
  padding-top: 0px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani ul li ul {
    padding-top: 0px;
    padding-bottom: 6px;
  }
}
body.subpage main .formatovani_textu .zarovnani ul li.li_none::before {
  display: none;
}
body.subpage main .formatovani_textu .zarovnani ol {
  padding-top: 12px;
  margin-left: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani ol {
    padding-top: 6px;
  }
}
body.subpage main .formatovani_textu .zarovnani ol li {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 20px;
  padding-left: 1.2em; /* prostor pro puntík + mezeru */
  text-indent: 0; /* jistota, že se nezalomí pod */
  position: relative;
}
body.subpage main .formatovani_textu .zarovnani :where(table) {
  margin-top: 24px;
  width: 100%;
  border-collapse: separate; /* umožní rádius a stín */
  border-spacing: 0;
  font-size: var(--pismo16);
  color: var(--hlavni-barva-pisma);
  background: var(--barva-pozadi);
  border: 1px solid var(--barva-sede-linky);
  border-radius: 10px;
  overflow: hidden; /* zaoblí i vnitřek */
}
body.subpage main .formatovani_textu .zarovnani :where(th, td) {
  padding: 12px 14px;
  vertical-align: top;
  line-height: 1.45;
}
body.subpage main .formatovani_textu .zarovnani :where(th, td) p, body.subpage main .formatovani_textu .zarovnani :where(th, td) span, body.subpage main .formatovani_textu .zarovnani :where(th, td) strong, body.subpage main .formatovani_textu .zarovnani :where(th, td) b, body.subpage main .formatovani_textu .zarovnani :where(th, td) a, body.subpage main .formatovani_textu .zarovnani :where(th, td) ul, body.subpage main .formatovani_textu .zarovnani :where(th, td) ol, body.subpage main .formatovani_textu .zarovnani :where(th, td) h1, body.subpage main .formatovani_textu .zarovnani :where(th, td) h2, body.subpage main .formatovani_textu .zarovnani :where(th, td) h3, body.subpage main .formatovani_textu .zarovnani :where(th, td) h4, body.subpage main .formatovani_textu .zarovnani :where(th, td) h5 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.subpage main .formatovani_textu .zarovnani :where(thead th) {
  font-weight: 700;
  text-align: left;
  color: var(--hlavni-barva-nadpisu);
  background: var(--barva-svetle-ruzova); /* jemné odlišení hlavičky */
  border-bottom: 1px solid var(--barva-sede-linky);
}
body.subpage main .formatovani_textu .zarovnani :where(tbody tr:not(:last-child) td) {
  border-bottom: 1px solid var(--barva-sede-linky);
}
/*body.subpage main .formatovani_textu .zarovnani {
  /* zebra pruhy (jen tělo) */
/*}*/
body.subpage main .formatovani_textu .zarovnani :where(tbody tr:nth-child(odd)) {
  background: color-mix(in srgb, var(--barva-svetle-ruzova) 12%, transparent);
}
/*body.subpage main .formatovani_textu .zarovnani {
  /* hover řádku */
/*}*/
body.subpage main .formatovani_textu .zarovnani :where(tbody tr:hover) {
  background: color-mix(in srgb, var(--barva-svetle-modra) 18%, transparent);
}
/*body.subpage main .formatovani_textu .zarovnani {
  /* caption (popisek tabulky) */
/*}*/
body.subpage main .formatovani_textu .zarovnani :where(caption) {
  caption-side: top;
  font-size: var(--pismo14);
  color: var(--seda-barva);
  text-align: left;
  padding: 6px 2px 8px;
}
body.subpage main .formatovani_textu .zarovnani .table_svetla {
  background: var(--bila90);
  border-color: var(--barva-seda-svetla);
  box-shadow: 0 1px 4px var(--barva-ruzovy-stin);
}
body.subpage main .formatovani_textu .zarovnani .table_svetla thead th {
  background: color-mix(in srgb, var(--barva-svetle-modra) 35%, #fff 65%);
  color: var(--hlavni-barva-nadpisu);
  border-bottom-color: var(--barva-seda-svetla);
}
body.subpage main .formatovani_textu .zarovnani .table_svetla tbody tr:nth-child(odd) {
  background: color-mix(in srgb, var(--barva-svetle-modra) 12%, transparent);
}
body.subpage main .formatovani_textu .zarovnani .table_svetla tbody tr:hover {
  background: color-mix(in srgb, var(--barva-svetle-modra) 22%, #fff 78%);
}
/*body.subpage main .formatovani_textu .zarovnani {
  /* čísla doprava, malé utility, ať se snadno používá v CMS */
/*}*/
body.subpage main .formatovani_textu .zarovnani td.num, body.subpage main .formatovani_textu .zarovnani th.num, body.subpage main .formatovani_textu .zarovnani td[data-num], body.subpage main .formatovani_textu .zarovnani th[data-num] {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
body.subpage main .formatovani_textu .zarovnani td.center, body.subpage main .formatovani_textu .zarovnani th.center {
  text-align: center;
}
body.subpage main .formatovani_textu .zarovnani td.nowrap {
  white-space: nowrap;
}
/*body.subpage main .formatovani_textu .zarovnani {
  /* přidej class="table_tmava" na <table> */
/*}*/
body.subpage main .formatovani_textu .zarovnani .table_tmava {
  color: var(--barva-pozadi);
  background: color-mix(in srgb, var(--hlavni-barva-nadpisu) 94%, #000 6%);
  border-color: var(--bila10);
}
body.subpage main .formatovani_textu .zarovnani .table_tmava thead th {
  color: var(--barva-pozadi);
  background: color-mix(in srgb, var(--hlavni-barva-nadpisu) 55%, #000 45%);
  border-bottom: 1px solid var(--bila10);
}
body.subpage main .formatovani_textu .zarovnani .table_tmava tbody tr:nth-child(odd) {
  color: var(--barva-pozadi);
  background: color-mix(in srgb, var(--hlavni-barva-pisma) 18%, transparent);
}
body.subpage main .formatovani_textu .zarovnani .table_tmava tbody tr:hover {
  color: var(--barva-pozadi);
  background: color-mix(in srgb, var(--hlavni-barva-pisma) 72%, #000 28%);
}
body.subpage main .formatovani_textu .zarovnani .table_tmava :is(th, td) {
  color: var(--barva-pozadi);
  border-bottom-color: var(--bila10);
}
body.subpage main .formatovani_textu .zarovnani table img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.subpage main .formatovani_textu .zarovnani .table_tmava p, body.subpage main .formatovani_textu .zarovnani .table_tmava span, body.subpage main .formatovani_textu .zarovnani .table_tmava strong, body.subpage main .formatovani_textu .zarovnani .table_tmava b, body.subpage main .formatovani_textu .zarovnani .table_tmava a, body.subpage main .formatovani_textu .zarovnani .table_tmava ul, body.subpage main .formatovani_textu .zarovnani .table_tmava ol, body.subpage main .formatovani_textu .zarovnani .table_tmava h1, body.subpage main .formatovani_textu .zarovnani .table_tmava h2, body.subpage main .formatovani_textu .zarovnani .table_tmava h3, body.subpage main .formatovani_textu .zarovnani .table_tmava h4, body.subpage main .formatovani_textu .zarovnani .table_tmava h5, body.subpage main .formatovani_textu .zarovnani .table_tmava li, body.subpage main .formatovani_textu .zarovnani .table_tmava li::before {
  color: var(--barva-pozadi);
}
body.subpage main .formatovani_textu .zarovnani iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
body.subpage main .formatovani_textu .zarovnani .dokumenty {
  padding-top: 50px;
}
body.subpage main .formatovani_textu .zarovnani .dokumenty h2 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo18);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty h2 {
    font-size: var(--pismo18);
    padding-top: 0px;
  }
}
body.subpage main .formatovani_textu .zarovnani .dokumenty p, body.subpage main .formatovani_textu .zarovnani .dokumenty span {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 24px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty p, body.subpage main .formatovani_textu .zarovnani .dokumenty span {
    padding-top: 24px;
  }
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap {
  width: 100%;
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument {
  display: grid;
  width: 100%;
  background-color: var(--sekundarni-barva);
  padding: 20px;
  /*
    grid-template-columns: 1fr 165px 20px;
  */
  grid-template-columns: 1fr 20px;
  grid-gap: 10px;
  margin-top: 14px;
  text-decoration: none;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  transition: 250ms;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo14);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument {
    grid-template-columns: 1fr 20px;
  }
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument span {
  padding-top: 0px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo16);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument span {
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo14);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
  }
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument span.nazev {
  font-family: "Outfit bold";
}
@media only screen and (max-width: 500px) {
  body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument span.nazev {
    grid-column: span 2;
  }
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/asset_download_icon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument:hover span {
  color: var(--barva-pozadi);
}
body.subpage main .formatovani_textu .zarovnani .dokumenty .dokumenty_wrap .dokument:hover i {
  background-image: url("../img/asset_download_icon_white.svg");
}
body.subpage main .formatovani_textu .zarovnani select {
  border: solid 1px var(--hlavni-barva-pisma) !important;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani input[type=submit] {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--hlavni-barva-nadpisu);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--barva-pozadi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
body.subpage main .formatovani_textu .zarovnani input[type=submit]:hover {
  background-color: var(--tmava-barva);
}
body.subpage main .formatovani_textu .zarovnani .faq {
  display: block;
  margin-top: 20px;
}
body.subpage main .formatovani_textu .zarovnani .faq .otazka {
  padding: 0px;
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding: 20px;
  padding-right: 40px;
  background-image: url("../img/asset_drop_arrow_down_faq.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  cursor: pointer;
  background-color: var(--sekundarni-barva);
}
body.subpage main .formatovani_textu .zarovnani .faq .odpoved {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
  will-change: max-height;
  background-color: var(--nesvetlejsi-ruzova);
  border: solid 1px var(--sekundarni-barva);
}
body.subpage main .formatovani_textu .zarovnani .faq.otevrena .otazka {
  background-image: url("../img/asset_drop_arrow_up_faq.svg");
}
body.subpage main .formatovani_textu .zarovnani .faq.otevrena .odpoved {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 20px;
  padding-top: 0px;
}
@media (prefers-reduced-motion: reduce) {
  body.subpage main .formatovani_textu .zarovnani .faq .odpoved {
    transition: none;
  }
}
body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: star;
}
@media only screen and (max-width: 600px) {
  body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy a {
  display: block;
  width: 100%;
  text-decoration: none;
}
body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy a .obrazek {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 280ms;
}
body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy a .nazev {
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 0px;
  margin-top: 10px;
  font-family: "Outfit semibold";
}
body.subpage main .formatovani_textu .zarovnani .rozcestnik.obrazkovy a:hover .obrazek {
  transform: scale(1.1);
}
body.subpage main .galerie {
  max-width: 722px;
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
body.subpage main .galerie h2 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo30);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 600px) {
  body.subpage main .galerie h2 {
    font-size: var(--pismo24);
  }
}
body.subpage main .galerie .wrap_galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  grid-gap: 20px;
}
@media only screen and (max-width: 450px) {
  body.subpage main .galerie .wrap_galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.subpage main .galerie .wrap_galerie a {
  width: 100%;
  display: block;
  aspect-ratio: 1.2;
  border-radius: 20px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 280ms;
}
body.subpage main .galerie .wrap_galerie a img {
  display: none;
}
body.subpage main .galerie .wrap_galerie a:hover {
  transform: scale(1.1);
}
body.subpage main .ohlasy_maminek_vypis .zarovnani {
  max-width: 780px;
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-top: 40px;
}
@media only screen and (max-width: 700px) {
  body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref {
  position: relative;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  background: var(--barva-svetle-modra);
  text-decoration: none;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref i {
  position: absolute;
  background-image: url("../img/asset_comma.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 50px;
  height: 38px;
  top: -12px;
  left: 32px;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref p {
  padding-top: 24px;
  min-height: 124px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref p.name {
  text-align: right;
  min-height: initial;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref p.name strong {
  font-family: "Outfit semibold";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref .underline {
  white-space: nowrap;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref .underline em {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: underline;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .ref_wrap .ref:hover .underline em {
  text-decoration: none;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .strankovani {
  padding-top: 30px;
  text-align: center;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .strankovani a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Ourfit regular";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo20);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  margin: 5px;
  text-decoration: none;
  background: var(--sekundarni-barva);
  border-radius: 5px;
  padding: 5px 10px;
}
body.subpage main .ohlasy_maminek_vypis .zarovnani .strankovani a:hover, body.subpage main .ohlasy_maminek_vypis .zarovnani .strankovani a.active {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body.subpage main .kontaktni_formular {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--barva-svetle-ruzova);
}
@media only screen and (max-width: 600px) {
  body.subpage main .kontaktni_formular {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
body.subpage main .kontaktni_formular .zarovnani {
  max-width: 780px;
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.subpage main .kontaktni_formular .zarovnani h2 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo30);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body.subpage main .kontaktni_formular .zarovnani h2 {
    font-size: var(--pismo24);
  }
}
body.subpage main .kontaktni_formular .zarovnani p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
  padding-top: 24px;
}
body.subpage main .kontaktni_formular .zarovnani p.odeslano {
  color: var(--ok-color);
}
body.subpage main .kontaktni_formular .zarovnani .phone {
  font-family: "Outfit bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo18);
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  background-image: url("../img/asset_phone.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: center;
  padding-left: 32px;
}
body.subpage main .kontaktni_formular .zarovnani .phone:hover {
  text-decoration: underline;
}
body.subpage main .kontaktni_formular .zarovnani form {
  margin-top: 33px;
}
body.subpage main .kontaktni_formular .zarovnani form .grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 600px) {
  body.subpage main .kontaktni_formular .zarovnani form .grid_2 {
    grid-template-columns: 1fr;
  }
}
body.subpage main .kontaktni_formular .zarovnani form input:not([type="checkbox"]) {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--barva-seda-svetla);
  padding: 14px 16px;
  background-color: var(--input-color);
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .kontaktni_formular .zarovnani form input::-moz-placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--placeholder-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .kontaktni_formular .zarovnani form input::placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--placeholder-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .kontaktni_formular .zarovnani form input[type=submit] {
  border-radius: 99px;
  background: var(--sekundarni-barva);
  margin-top: 32px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 119%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  cursor: pointer;
  transition: 500ms;
}
body.subpage main .kontaktni_formular .zarovnani form input[type=submit]:hover {
  background: var(--hlavni-barva-nadpisu);
  color: var(--sekundarni-barva);
}
body.subpage main .kontaktni_formular .zarovnani form textarea {
  width: 100%;
  height: 152px;
  resize: none;
  border-radius: 4px;
  border: 1px solid var(--barva-seda-svetla);
  padding: 14px 16px;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  margin-top: 28px;
  background-color: var(--input-color);
}
body.subpage main .kontaktni_formular .zarovnani form textarea::-moz-placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--placeholder-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .kontaktni_formular .zarovnani form textarea::placeholder {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 127%;
  letter-spacing: 0px;
  color: var(--placeholder-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.subpage main .kontaktni_formular .zarovnani form .souhlas {
  display: grid;
  grid-template-columns: 14px 1fr;
  grid-gap: 13px;
  text-align: left;
}
body .aktuality_vypis {
  padding-top: 50px;
}
@media only screen and (max-width: 980px) {
  body .aktuality_vypis {
    padding-top: 20px;
  }
}
body .aktuality_vypis .zarovnani {
  max-width: var(--hlavni-sirka);
  width: var(--sirka-procenta);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body .aktuality_vypis .zarovnani .grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 0px;
}
@media only screen and (max-width: 980px) {
  body .aktuality_vypis .zarovnani .grid_3 {
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body .aktuality_vypis .zarovnani .grid_3 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 358px;
  }
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .obrazek {
  display: block;
  width: 100%;
  height: 317px;
  border-radius: 24px 24px 0 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
@media only screen and (max-width: 1200px) {
  body .aktuality_vypis .zarovnani .grid_3 .news_article .obrazek {
    height: 240px;
  }
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content {
  border-radius: 0px 0px 24px 24px;
  border-right: 1px solid #E5E7F7;
  border-bottom: 1px solid #E5E7F7;
  border-left: 1px solid #E5E7F7;
  padding: 31px;
  height: calc(100% - 317px);
  padding-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  body .aktuality_vypis .zarovnani .grid_3 .news_article .content {
    padding: 31px 24px;
    height: calc(100% - 240px);
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 980px) {
    body .aktuality_vypis .zarovnani .grid_3 .news_article .content {
        padding: 31px 24px;
        height: auto;
        padding-bottom: 20px;
    }
    body .aktuality_vypis .zarovnani .grid_3 .news_article .content .read { 
        position: relative!important;
        margin-top: 20px;
        bottom: 0px!important;
    }
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content .vydano {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo14);
  line-height: 171.429%;
  letter-spacing: 0px;
  color: var(--seda-barva);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  height: initial;
  overflow: initial;
  margin-top: initial;
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content h3 {
  padding-top: 12px;
  min-height: 72px;
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content h3 a {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  /*hyphens: auto;
  lang: cs; JavaScript nebo HTML atribut*/
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  height: 75px;
  overflow: hidden;
  margin-top: 12px;
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content .read {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  margin-top: 34px;
  display: block;
  position: absolute;
  bottom: 30px;
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content .read i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body .aktuality_vypis .zarovnani .grid_3 .news_article .content .read:hover i {
  margin-left: 10px;
}
body .aktuality_vypis .strankovani {
  padding-top: 30px;
  text-align: center;
}
body .aktuality_vypis .strankovani a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Ourfit regular";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo20);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  margin: 5px;
  text-decoration: none;
  background: var(--sekundarni-barva);
  border-radius: 5px;
  padding: 5px 10px;
}
body .aktuality_vypis .strankovani a:hover, body .aktuality_vypis .strankovani a.active {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
body.neodeslani_dotazu {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 100vh;
}
body.neodeslani_dotazu #logo {
  width: 205px;
  height: 69px;
  display: block;
  background-image: url("../img/main_logo.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
body.neodeslani_dotazu h1 {
  font-family: "Unbounded medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--pismo30);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
body.neodeslani_dotazu p {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  width: 100%;
}
body.neodeslani_dotazu a {
  margin-top: 34px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 19px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body.neodeslani_dotazu a:hover {
  text-decoration: none;
}
body .dalsi_predchozi_clanek {
  max-width: 952px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
body .dalsi_predchozi_clanek h2 {
  padding-top: 110px;
  font-family: "Inter medium";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 115%;
  letter-spacing: 0px;
  color: var(--barva-menu-clanky);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 630px) {
  body .dalsi_predchozi_clanek h2 {
    padding-top: 40px;
  }
}
body .dalsi_predchozi_clanek .item {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 476px 1fr;
  grid-gap: 0px;
  min-height: 325px;
}
@media only screen and (max-width: 950px) {
  body .dalsi_predchozi_clanek .item {
    grid-template-columns: 376px 1fr;
    min-height: auto;
  }
}
@media only screen and (max-width: 800px) {
  body .dalsi_predchozi_clanek .item {
    grid-template-columns: 276px 1fr;
  }
}
@media only screen and (max-width: 630px) {
  body .dalsi_predchozi_clanek .item {
    grid-template-columns: 226px 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body .dalsi_predchozi_clanek .item {
    grid-template-columns: 1fr;
  }
}
body .dalsi_predchozi_clanek .item .obrazek {
  border-radius: 24px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: 500ms;
}
@media only screen and (max-width: 600px) {
  body .dalsi_predchozi_clanek .item .obrazek {
    border-radius: 24px 24px 0 0;
    display: block;
    width: 100%;
    height: 325px;
  }
}
body .dalsi_predchozi_clanek .item .obrazek:hover {
  transform: scale(1.025);
  box-shadow: #c2c2c2 5px 0px 20px 0px;
}
body .dalsi_predchozi_clanek .item .content {
  border-radius: 0 24px 24px 0;
  padding: 32px;
}
@media only screen and (max-width: 1100px) {
  body .dalsi_predchozi_clanek .item .content {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 600px) {
  body .dalsi_predchozi_clanek .item .content {
    border-top: none;
    border-left: 1px solid var(--barva-svetle-modra);
    border-radius: 0 0px 24px 24px;
  }
}
body .dalsi_predchozi_clanek .item .content h3 {
  padding-top: 44px;
}
@media only screen and (max-width: 1100px) {
  body .dalsi_predchozi_clanek .item .content h3 {
    padding-top: 0px;
  }
}
body .dalsi_predchozi_clanek .item .content h3 a {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 700;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}
body .dalsi_predchozi_clanek .item .content p {
  margin-top: 12px;
  overflow: hidden;
  height: 75px;
  text-overflow: ellipsis;
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: 400;
  font-size: var(--pismo18);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 600px) {
  body .dalsi_predchozi_clanek .item .content p {
    height: auto;
  }
}
body .dalsi_predchozi_clanek .item .content .cta {
  text-decoration: none;
  margin-top: 34px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 19px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-pisma);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
body .dalsi_predchozi_clanek .item .content .cta i {
  display: inline-block;
  background-image: url("../img/asset_slider_half_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
body .dalsi_predchozi_clanek .item .content .cta:hover i {
  margin-left: 10px;
}

.back_to_cat {
  text-align: center;
}
.back_to_cat p strong {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.back_to_cat a {
  font-family: "Outfit regular";
  font-style: normal;
  font-weight: normal;
  font-size: var(--pismo18);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
}

.predchozi_dalsi {
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-bottom: 44px;
  padding-top: 50px;
}
@media only screen and (max-width: 700px) {
  .predchozi_dalsi {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.predchozi_dalsi .item {
  border-radius: 20px;
  background: var(--pismo-v-paticce);
  transition: 500ms;
}
.predchozi_dalsi .item a {
  text-decoration: none;
  color: var(--hlavni-barva-nadpisu);
}
.predchozi_dalsi .item a .content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 18px 15px 18px;
}
.predchozi_dalsi .item a .content .top {
  display: grid;
  grid-template-columns: 10px 1fr;
  grid-gap: 8px;
  align-items: center;
  padding-bottom: 8px;
  font-family: "Inter bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo18);
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.predchozi_dalsi .item a .content .top i {
  display: inline-block;
  background-image: url("../img/previousle_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  transition: 500ms;
}
.predchozi_dalsi .item a .content .detail {
  padding-left: 18px;
}
.predchozi_dalsi .item.dalsi a .content {
  justify-items: end;
}
.predchozi_dalsi .item.dalsi a .content .top {
  display: grid;
  grid-template-columns: 1fr 10px;
  grid-gap: 8px;
}
.predchozi_dalsi .item.dalsi a .content .top i {
  background-image: url("../img/next_arrow.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
.predchozi_dalsi .item.dalsi a .content .detail {
  padding-right: 18px;
}
.predchozi_dalsi .item:hover {
  background-color: var(--hlavni-barva-nadpisu);
}
.predchozi_dalsi .item:hover a .content {
    color: var(--svetla-barva-pozadi);
}
.predchozi_dalsi .item:hover a .content .top {
  color: var(--svetla-barva-pozadi);
}
.predchozi_dalsi .item:hover a .content .top i {
  background-image: url("../img/previousle_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}
.predchozi_dalsi .item:hover.dalsi a .content .top i {
  background-image: url("../img/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
}

.fotogalerie_na_home {
  max-width: 1440px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.fotogalerie_na_home .wrap h2 {
  font-family: "Inter bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo30);
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-align: center;
}
.fotogalerie_na_home .wrap .grid_galerie {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 532px 532px;
  grid-gap: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1320px) {
  .fotogalerie_na_home .wrap .grid_galerie {
    grid-template-rows: 460px 460px;
  }
}
@media only screen and (max-width: 1130px) {
  .fotogalerie_na_home .wrap .grid_galerie {
    grid-template-rows: 380px 380px;
  }
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 380px 380px 380px;
  }
}
@media only screen and (max-width: 760px) {
  .fotogalerie_na_home .wrap .grid_galerie {
    grid-template-columns: 1fr;
    grid-template-rows: 380px;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item {
  border-radius: 24px;
  border: 1px solid #f8edf7;
  background: #fff;
  text-decoration: none;
  transition: 500ms;
}
.fotogalerie_na_home .wrap .grid_galerie .item:hover {
    box-shadow: 0 10px 15px 0 var(--barva-ruzovy-stin);
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item:nth-child(1) {
  grid-column: span 2;
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(1) {
    grid-column: span 1;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item:nth-child(2) {
  grid-column: span 2;
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(2) {
    grid-column: span 1;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(3) {
    grid-column: span 1;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item:nth-child(4) {
  grid-column: span 3;
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(4) {
    grid-column: span 1;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item:nth-child(5) {
  grid-column: span 3;
}
@media only screen and (max-width: 980px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(5) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 760px) {
  .fotogalerie_na_home .wrap .grid_galerie .item:nth-child(5) {
    grid-column: span 1;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item .obrazek {
  position: relative;
  display: block;
  width: 100%;
  height: 438px;
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .obrazek {
    height: 368px;
  }
}
@media only screen and (max-width: 1130px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .obrazek {
    height: 288px;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item .obrazek::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 438px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-image: var(--bg-url);
  transition: 500ms;
}
@media only screen and (max-width: 1320px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .obrazek::before {
    height: 368px;
  }
}
@media only screen and (max-width: 1130px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .obrazek::before {
    height: 288px;
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item .nadpis {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-gap: 20px;
  align-items: center;
}
.fotogalerie_na_home .wrap .grid_galerie .item .nadpis strong {
  font-family: "Unbounded bold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo20);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
@media only screen and (max-width: 1200px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .nadpis strong {
    font-size: var(--pismo18);
  }
}
@media only screen and (max-width: 1130px) {
  .fotogalerie_na_home .wrap .grid_galerie .item .nadpis strong {
    font-size: var(--pismo16);
  }
}
.fotogalerie_na_home .wrap .grid_galerie .item .nadpis em {
  display: block;
  width: 100%;
  height: 16px;
  background-image: url("../img/sipka_galerie.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
/* .fotogalerie_na_home .wrap .grid_galerie .item:hover .obrazek::before {
  /*transform: scale(1.2);*/
/* } */
.fotogalerie_na_home .wrap .rcomfort_slider_ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 580px) {
  .fotogalerie_na_home .wrap .rcomfort_slider_ctas {
    display: block;
  }
}
.fotogalerie_na_home .wrap .rcomfort_slider_ctas .how_it_looks {
  display: block;
  margin-top: 0px;
  border-radius: 99px;
  background: var(--sekundarni-barva);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  height: 55px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: var(--pismo16);
  line-height: 119%;
  letter-spacing: 0px;
  color: var(--hlavni-barva-nadpisu);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-decoration: none;
  text-align: center;
  padding-top: 18px;
  transition: 500ms;
}
@media only screen and (max-width: 580px) {
  .fotogalerie_na_home .wrap .rcomfort_slider_ctas .how_it_looks {
    margin-left: auto;
    margin-right: auto;
  }
  .fotogalerie_na_home .wrap .rcomfort_slider_ctas .how_it_looks:nth-child(2) {
    margin-top: 10px;
  }
}
.fotogalerie_na_home .wrap .rcomfort_slider_ctas .how_it_looks:hover {
  background-color: var(--hlavni-barva-nadpisu);
  color: var(--barva-pozadi);
}
.vypis_tymu {
    max-width: 1020px;
    width: var(--sirka-procenta);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
}
@media only screen and (max-width: 920px) {
    .vypis_tymu {
        max-width: 920px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 600px) {
    .vypis_tymu {
        grid-template-columns: repeat(1, 1fr);
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.vypis_tymu .item {
    border-radius: 24px;
    border: 1px solid #f8edf7;
    background: #fff;
    text-decoration: none;
    transition: 500ms;
    padding-bottom: 20px;
}
.vypis_tymu .item:hover {
      box-shadow: 0 10px 15px 0 var(--barva-ruzovy-stin);
}
.vypis_tymu .item .obrazek {
    position: relative;
    display: block;
    width: 100%;
    height: 298px;
    border-radius: 24px 24px 0px 0px;
    overflow: hidden;
}  
@media only screen and (max-width: 600px) {
    .vypis_tymu .item .obrazek {
        height: auto;
        height: 298px;
    }
}
.vypis_tymu .item .obrazek::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 298px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-image: var(--bg-url);
    transition: 500ms;
}
@media only screen and (max-width: 600px) {
    .vypis_tymu .item .obrazek::before {
        height: 100%;
    }
}
.vypis_tymu .item .jmeno {
    display: block;
    padding: 20px;
    align-items: center;
    font-family: "Unbounded bold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo16);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}
.vypis_tymu .item .pozice {
    display: block;
    align-items: center;
    width: 100%;
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    padding: 0px 20px;
}
.vypis_tymu .item .email {
    display: block;
    align-items: center;
    width: 100%;
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    padding: 0px 20px;
}
.vypis_tymu .item .telefon {
    display: block;
    align-items: center;
    width: 100%;
    font-family: "Outfit regular";
    font-style: normal;
    font-weight: 400;
    font-size: var(--pismo16);
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-pisma);
    -webkit-font-smoothing: antialiased;
    padding: 0px 20px;
}
.cely_tym {
    max-width: 1020px;
    width: var(--sirka-procenta);
    margin: 0 auto;
    display: block;
    aspect-ratio: 1.3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-radius: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cely_tym:nth-child(1) {
    margin-top: 0px;
}
.cely_tym img {
    display: none;
}
body .zpet_do_hlavniho_clanku {
    max-width: 300px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
body .zpet_do_hlavniho_clanku a {
    border-radius: 20px;
    background: var(--pismo-v-paticce);
    transition: 500ms;
    display: block;
    text-decoration: none;
    color: var(--hlavni-barva-nadpisu);
}
body .zpet_do_hlavniho_clanku a span {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 18px 15px 18px;
    text-align: center;
}
body .zpet_do_hlavniho_clanku a span strong {
    display: block;
}
body .zpet_do_hlavniho_clanku a:hover {
    background: var(--hlavni-barva-nadpisu);
    color: var(--svetla-barva-pozadi);
}
label#website, label#email {
    display: none;
}
body main .quick_links .zarovnani .four_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin-top: 48px;
    justify-items: center;
}
@media only screen and (max-width: 1000px) {
    body main .quick_links .zarovnani .four_cards {
      overflow-x: scroll;
      width: 100%;
      grid-template-columns: repeat(4, 305px);
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }
    body main .quick_links .zarovnani .four_cards::-webkit-scrollbar {
      display: none;
    }
}
@media only screen and (max-width: 600px) {
    body main .quick_links .zarovnani .four_cards {
      margin-top: 32px;
    }
}
body main .quick_links .zarovnani .four_cards .card {
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    background: var(--svetla-barva-pozadi);
    text-align: center;
    padding-bottom: 48px;
    text-decoration: none;
    transition: 500ms;
}
body main .quick_links .zarovnani .four_cards .card .card_img {
    display: block;
    width: 100%;
    height: 237px;
    border-radius: 24px 24px 0 0;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
body main .quick_links .zarovnani .four_cards .card h3 {
    margin-top: 48px;
    display: grid;
    align-items: center;
    height: 62px;
    font-family: "Unbounded semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo24);
    line-height: 130%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    padding: 0px 10px;
}
@media only screen and (max-width: 1200px) {
    body main .quick_links .zarovnani .four_cards .card h3 {
        font-size: var(--pismo20);
    }
}
/*@media only screen and (max-width: 600px) {
    body main .quick_links .zarovnani .four_cards .card h3 {
      font-size: var(--pismo20);
    }
}*/
body main .quick_links .zarovnani .four_cards .card .cta {
    margin-top: 48px;
    display: block;
    width: 206px;
    border: solid 1px var(--hlavni-barva-nadpisu);
    margin-left: auto;
    margin-right: auto;
    border-radius: 99px;
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo18);
    line-height: 119%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    text-decoration: none;
    padding: 15px 0px;
    transition: 500ms;
}
@media only screen and (max-width: 600px) {
    body main .quick_links .zarovnani .four_cards .card .cta {
      font-size: var(--pismo16);
    }
}
body main .quick_links .zarovnani .four_cards .card:hover {
    box-shadow: 0 10px 15px 0 var(--barva-ruzovy-stin);
}
body main .quick_links .zarovnani .four_cards .card:hover .cta {
    color: var(--barva-pozadi);
    background-color: var(--hlavni-barva-nadpisu);
}




body main .reviews .zarovnani .wrap .formular_referenci {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: 600;
    font-size: var(--pismo16);
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--hlavni-barva-nadpisu);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    display: block;
    text-decoration: none;
    text-align: right;
    position: absolute;
    right: 64px;
    bottom: 70px;
}
body main .reviews .zarovnani .wrap .formular_referenci i {
    display: inline-block;
    background-image: url("../img/asset_slider_half_arrow.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    width: 6px;
    height: 10px;
    margin-left: 4px;
    transition: 500ms;
}
body main .reviews .zarovnani .wrap .formular_referenci:hover i {
    margin-left: 10px;
}
@media only screen and (max-width: 1250px) {
    body main .reviews .zarovnani .wrap .formular_referenci {
        bottom: 40px;
    }
}
@media only screen and (max-width: 860px) {
    body main .reviews .zarovnani .wrap .formular_referenci {
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        bottom: initial!important;
        right: initial!important;
    }
}



@media only screen and (max-height: 800px) {
    body main .main_claim .abs .content h1 {
        padding-top: 54px;
    }
    body main .quick_links .zarovnani .four_cards .card h3 {
        margin-top: 28px;
    }
    body main .quick_links .zarovnani .four_cards .card .cta {
        margin-top: 28px;
    }
    .why_us_slider {
        width: 100%;
        height: 480px!important;
    }
    body main .news .zarovnani .grid_3 .news_article .obrazek {
        height: 237px;
    }
    #kdo-jsme-nav-sub{
        scroll-margin-top: 95px;  
        position: absolute;
        width: 0;
        height: 0;
    }
}

p.uvod {
    padding-top: 0px!important;
}

@media only screen and (max-width: 540px) {
    body.subpage.body_kontakt main .formatovani_textu .zarovnani table tr td {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    body main .main_claim .abs .content h1 {
        padding-top: 322px;
    }
}

@media only screen and (max-width: 540px) {
    body.subpage main .main_claim .abs .content {
        padding-bottom: 20px;
    }
    body.subpage main .content_nav {
        margin-top: 20px;
    }
}