@charset "UTF-8";
/*  
Theme Name: Teranostika clear theme
Theme URI: https://teranostika.info;
Description: Teranostika clear theme
Version: 2.2
Author: teranostika.info
Author URI: https://teranostika.info;
*/
@font-face {
  font-family: m-light;
  src: url(./font/Quicksand-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/Quicksand-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Quicksand-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Quicksand-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Quicksand-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Quicksand-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: m-regular; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#menu-item-268 a{
  color:  #0C0D12 !important;
}
#menu-item-268:hover a{
  color:  #7F59CC !important;
}
.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

p {
  color: #0C0D12;
  font-size: 17px;
  font-family: m-medium; }


#teranostika h3{
  font-size: 28px;
  color: #0C0D12;
  font-family: m-bold;
  margin-bottom: 10px;
  text-align: left;

}
#teranostika ul li{
color: #0C0D12;
    font-size: 17px;
    font-family: m-medium;

}
body.modal-open {
  padding-right: 0 !important;
}
@media screen and (max-width: 600px){
.expert-modal h5 {
    font-size: 26px !important;
}

}
.content_page table {
display: table;
border-collapse: separate;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: grey;
width: 100%;
max-width: 100%;
margin-bottom: 20px;

}
.content_page table td, .content_page table th {
padding: 4px;
font-size: 14px; }

.content_page table th {
    text-align: left;
    background-color: #9a60d1;
    color: white;
    padding: 15px;
    font-family: 'm-bold'; }
.content_page h2{
  font-size: 36px;
    color: #0C0D12;
    font-family: m-bold;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
}

header {
  transition: all 0.15s;
  width: 100%;
  z-index: 999;
  background: transparent;
  position: fixed;
  width: 100%;
  /* === DROPDOWN SUBMENU === */
  /* Zobáček uprostřed nahoře – směřuje k parent položce */
  /* Položky v dropdownu */
  /* Zobrazení na hover i klávesnici (accessibility) */
  /* Vnořená submenu (2. úroveň a dál) – zobrazit vpravo, bez zobáčku */
  /* Volitelné: mobil/bez-hover zařízení – vypnout hover efekty (ponech jen focus) */ }
  header .logo {
    display: block;
    position: relative;
    top: 10px; }
    header .logo img {
      width: 90px; }
  header .navbar {
    padding: 0;
    float: right;
    position: relative;
    top: 60px;
    transition: all 0.15s; }
  header .scrolled_logo_hp {
    display: block; }
  header .scrolled_logo {
    display: none; }
  header.scrolled {
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    transition: all 0.15s; }
    header.scrolled .logo {
      display: block;
      position: relative;
      top: 10px;
      transition: all 0.15s; }
      header.scrolled .logo img {
        width: 80px;
        transition: all 0.15s; }
    header.scrolled .navbar {
      padding: 0;
      float: right;
      position: relative;
      top: 0px;
      transition: all 0.15s; }
  header.scrolled2 {
    width: 100%;
    z-index: 999;
    background: white;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    transition: all 0.15s; }
    header.scrolled2 .scrolled_logo_hp {
      display: none; }
    header.scrolled2 .scrolled_logo {
      display: block; }
    header.scrolled2 .logo {
      display: block;
      position: relative;
      top: 10px;
      transition: all 0.15s; }
      header.scrolled2 .logo img {
        width: 80px;
        transition: all 0.15s; }
    header.scrolled2 .navbar {
      padding: 0;
      float: right;
      position: relative;
      top: 0px;
      transition: all 0.15s; }
  header #nav .menu {
    display: inline-block;
    gap: unset;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
  header #nav .menu > li {
    position: relative;
    float: left;
    margin-right: 55px; }
  header #nav .menu > li:hover a {
    color: #7F59CC; }
  header #nav .menu > li:last-of-type {
    margin-right: 0px; }
  header #nav .menu > li > a {
    display: block;
    text-decoration: none;
    color: #0C0D12;
    font-family: m-bold;
    padding: 38px 0px; }
  header #nav .menu > li > .sub-menu {
    --submenu-bg: white;
    /* červené pozadí (můžeš změnit) */
    --submenu-radius: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    /* vycentrování pod parent */
    transform: translate(-50%, 10px);
    min-width: 220px;
    width: max-content;
    /* podle obsahu */
    background: var(--submenu-bg);
    color: #fff;
    border-radius: var(--submenu-radius);
    padding: 8px 0;
    list-style: none;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility 0s .18s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  header #nav .menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    /* odsadí trojúhelník nad box */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--submenu-bg);
    /* trojúhelník směrem nahoru */ }
  header #nav .menu > li > .sub-menu::after {
    content: "";
    position: absolute;
    top: -9px;
    /* o kousek výš než samotný zobáček */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(250, 250, 250, 0.4);
    /* barva stínu */
    z-index: 1; }
  header #nav .menu > li > .sub-menu li {
    border-bottom: 2px solid #E7E7E7;
    margin: 0px 15px; }
  header #nav .menu > li > .sub-menu li:last-of-type {
    border-bottom: unset; }
 /* header .current-menu-item {
    color: #7F59CC !important; }
  header .current-menu-item a {
    color: #7F59CC !important; }
  header .current_page_ancestor {
    color: #7F59CC !important; }
  header .current_page_ancestor li a {
    color: #0C0D12 !important; }*/
  header #nav .menu > li > .sub-menu > li > a {
    display: block;
    padding: 10px 16px;
    color: #0C0D12;
    text-decoration: none;
    white-space: nowrap;
    font-family: m-medium; }
  header #nav .menu > li > .sub-menu > li > a:hover,
  header #nav .menu > li > .sub-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.12); }
  header #nav .menu > li:hover > .sub-menu,
  header #nav .menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-delay: 0s; }
  header #nav .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translate(8px, 0);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  header #nav .menu .sub-menu .sub-menu::before {
    display: none; }
  @media (hover: none) {
    header #nav .menu > li:hover > .sub-menu {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, 10px); } }

strong {
  font-family: m-bold;
  font-weight: unset; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-l {
  display: flex;
  justify-content: left;
  align-items: center; }

.flex-r {
  display: flex;
  justify-content: right;
  align-items: center; }

.container {
  max-width: 1380px; }

.main_padding {
  padding-top: 100px; }

.padding_main_page {
  padding: 90px 0px 180px 0px; }

.over_top_home {
    max-width: 49%;
}

@media (max-width: 991px) {
    .over_top_home {
        max-width: 100%;
    }
}

#top_image {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  #top_image.padding_main_top {
    padding: 120px 0px; }
  #top_image.padding_mid_top {
    padding: 50px 0px; }
  #top_image .align_box {
    width: 100px; }
  #top_image h1 {
    color: #0C0D12;
    font-size: 36px;
    font-family: m-bold;
    text-transform: uppercase; }
  #top_image a {
    text-decoration: none !important; }
    #top_image a:hover {
      text-decoration: none !important; }
  #top_image .arrow_button {
    font-size: 17px;
    text-transform: uppercase;
    color: #0C0D12;
    font-family: m-bold;
    border: 2px solid #0C0D12;
    border-radius: 100px;
    padding: 13px 22px 13px 18px; }
    #top_image .arrow_button .arrow_title {
      width: 30px;
      height: 30px;
      margin-right: 20px; }
    #top_image .arrow_button:hover {
      background: #0C0D12;
      color: white; }
      #top_image .arrow_button:hover g, #top_image .arrow_button:hover path {
        fill: white !important; }

#image_top_content {
  position: relative;
  top: -225px;
  margin-bottom: -110px; }
  #image_top_content .single_image {
    height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 60px; }
  #image_top_content .date_show {
    left: 55px !important;
    top: 45px !important; }

#teranostika h2 {
  font-size: 36px;
  color: #0C0D12;
  font-family: m-bold;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase; }
#teranostika #co-je-teranostika {
  text-align: center;
  margin-bottom: 150px; }
  #teranostika #co-je-teranostika img {
    width: 100%;
    margin-top: 60px;
    margin: 0px auto;
    display: block; }
#teranostika #koncept {
  text-align: left;
  margin-bottom: 150px; }
  #teranostika #koncept .font-size {
    max-width: 715px; }
  #teranostika #koncept img {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    display: block; }
  #teranostika #koncept .text-topmargin {
    margin-top: 110px; }
#teranostika #diagnostika {
  padding: 70px 0px;
  margin-bottom: 150px; }
  #teranostika #diagnostika h2 {
    background: linear-gradient(90deg, #8a4de8 0%, #00c3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; }
  #teranostika #diagnostika p {
    color: white; }
#teranostika #medicina {
  margin-bottom: 150px; }
  #teranostika #medicina .text_margin_top {
    margin-top: 45px;
    position: relative;
    padding-left: 25px; }
    #teranostika #medicina .text_margin_top:before {
      content: "";
      height: 1px;
      width: 80px;
      background: #0C0D12;
      position: absolute;
      left: -75px;
      top: 13px; }

#newsletter {
  background-size: cover !important;
  background-position: center center !important;
  padding: 20px 0px 3px 0px; }
  #newsletter h3 {
    font-size: 20px;
    font-family: m-bold;
    color: white;
    margin-top: 4px;
    margin-bottom: 3px; }
  #newsletter p {
    font-family: m-medium;
    color: white;
    font-size: 14px; }
  #newsletter .over_form {
    max-width: 400px;
    float: right;
    position: relative; }
    #newsletter .over_form input[type="email"] {
      width: 400px;
      border-radius: 100px;
      background: white;
      height: 60px;
      border: none;
      padding-left: 30px;
      padding-right: 130px; }
    #newsletter .over_form .button_newsletter {
      border-radius: 100px;
      background: #0C0D12;
      height: 50px;
      color: white;
      text-transform: uppercase;
      font-size: 17px;
      border: none;
      position: absolute;
      right: 5px;
      top: 5px;
      padding: 0px 23px;
      font-family: m-bold;
      cursor: pointer; }
      #newsletter .over_form .button_newsletter:hover {
        color: white;
        text-decoration: none !important;
        background: linear-gradient(to right, #8a4de9 0%, #00d4ff 100%);
        transition: transform .15s ease; }

.center_button {
  text-align: center; }

.default_button {
  font-size: 17px;
  text-transform: uppercase;
  color: white;
  background: #0C0D12;
  font-family: m-bold;
  border-radius: 100px;
  padding: 18px 22px;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .15s ease; }
  .default_button:hover {
    color: white;
    text-decoration: none !important;
    background: linear-gradient(to right, #8a4de9 0%, #00d4ff 100%);
    transition: transform .15s ease; }
  .default_button img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    top: -2px; }

.default_button_white {
  font-size: 17px;
  text-transform: uppercase;
  color: #0C0D12;
  background: white;
  font-family: m-bold;
  border-radius: 100px;
  padding: 18px 22px; }
  .default_button_white:hover {
    color: #0C0D12;
    color: white;
    text-decoration: none !important;
    background: linear-gradient(to right, #8a4de9 0%, #00d4ff 100%);
    transition: transform .15s ease; }
    .default_button_white:hover g, .default_button_white:hover path {
      fill: white !important; }
  .default_button_white svg {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    top: -2px; }
  .default_button_white img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    position: relative;
    top: -2px; }

#clanky a {
  text-decoration: none !important; }
  #clanky a:hover {
    text-decoration: none !important; }

.single_post_header {
  margin-bottom: -160px !important; }
  .single_post_header .date {
    text-align: center;
    color: #0C0D12; }
  .single_post_header h1 {
    color: #0C0D12;
    font-size: 36px;
    font-family: m-bold;
    text-transform: uppercase;
    margin-top: 50px !important;
    margin-bottom: 15px !important; }

.single_cal_header {
  margin-bottom: -160px !important; }
  .single_cal_header .marker {
    text-align: center;
    color: #0C0D12; }
  .single_cal_header h1 {
    color: #0C0D12;
    font-size: 36px;
    font-family: m-bold;
    text-transform: uppercase;
    margin-top: 50px !important;
    margin-bottom: 15px !important; }

.video_post {
  margin-top: 50px;
  text-align: center; }
  .video_post img {
    margin: 0px auto;
    display: block; }

#similar_post {
  margin-top: 120px; }
  #similar_post .head_similar h2 {
    font-size: 30px;
    color: #0C0D12;
    font-family: m-bold;
    margin-bottom: 50px; }
    #similar_post .head_similar h2 img {
      margin-right: 10px;
      height: 33px;
      position: relative;
      top: -4px; }
  #similar_post .row_less {
    max-width: 1300px; }

.is-hidden {
  display: none; }

.single_news {
  margin-bottom: 80px;
  text-decoration: none !important; }
  .single_news:hover {
    text-decoration: none !important; }
  .single_news .news_img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 25px; }
  .single_news h2 {
    color: #0C0D12;
    font-family: m-bold;
    margin-bottom: 15px;
    font-size: 20px;
    min-height: 48px; }

.date {
  margin-bottom: 30px;
  color: #9E9EA0;
  font-size: 17px;
  font-family: m-medium; }
  .date .cal_ico {
    margin-right: 8px;
    width: 15px;
    position: relative;
    top: -2px; }

.marker {
  margin-bottom: 30px;
  color: #0C0D12;
  font-size: 17px;
  font-family: m-medium;
  text-indent: -27px;
  margin-left: 27px; }
  .marker .marker_ico {
    margin-right: 8px;
    width: 15px;
    position: relative;
    top: -2px; }

.single_kalendar {
  margin-bottom: 80px;
  text-decoration: none !important;
  position: relative; }
  .single_kalendar:hover {
    text-decoration: none !important; }
  .single_kalendar .kalendar_img {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 25px; }
  .single_kalendar h2 {
    color: #0C0D12;
    font-family: m-bold;
    margin-bottom: 15px;
    font-size: 20px;
    min-height: 48px; }

.date_show {
  position: absolute;
  left: 30px;
  top: 14px;
  background: white;
  border-radius: 10px;
  padding: 6px 20px; }
  .date_show .day {
    font-size: 30px;
    font-family: m-bold;
    text-align: center;
    color: #0C0D12;
    margin-bottom: -7px; }
  .date_show .month {
    font-size: 20px;
    font-family: m-medium;
    text-align: center;
    color: #0C0D12;
    margin-bottom: 0px;
    text-transform: uppercase; }

#ke-stazeni a {
  text-decoration: none !important; }
  #ke-stazeni a:hover {
    text-decoration: none !important; }

.single_soubor {
  margin-bottom: 80px;
  text-align: center;
  text-decoration: none !important; }
  .single_soubor.small_margin {
    margin-bottom: 30px; }
  .single_soubor:hover {
    text-decoration: none !important; }
  .single_soubor .over_single_soubor {
    border: 2px solid #E7E7E7;
    border-radius: 10px;
    padding: 17px 15px 20px 15px; }
  .single_soubor .soubor_img {
    height: 64px;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px; }
  .single_soubor .soubor {
    font-size: 17px;
    font-family: m-medium;
    margin-bottom: 5px; }
  .single_soubor .typ {
    font-size: 14px;
    font-family: m-bold;
    margin-bottom: 0px; }

.black_page {
  background: #0C0D12; }
  .black_page h1 {
    color: white !important; }
  .black_page #top_image .arrow_button {
    color: white !important;
    border: 2px solid white !important; }
    .black_page #top_image .arrow_button:hover {
      background: #0C0D12;
      color: white;
      border: 2px solid #0C0D12 !important; }
      .black_page #top_image .arrow_button:hover g, .black_page #top_image .arrow_button:hover path {
        fill: white !important; }

#videa a {
  text-decoration: none !important; }
  #videa a:hover {
    text-decoration: none !important; }
#videa .single_video {
  margin-bottom: 80px; }
  #videa .single_video.is-playing .video_img {
    display: none; }
  #videa .single_video.is-playing .vimeo_wrapper {
    display: block; }
  #videa .single_video .video_img {
    position: relative;
    width: 100%;
    height: 370px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 25px;
    margin-top: 15px; }
    #videa .single_video .video_img .play_button {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 140px;
      cursor: pointer;
      transition: transform .15s ease;
      pointer-events: auto; }
    #videa .single_video .video_img:hover .play_button {
      transform: translate(-50%, -50%) scale(1.04); }
  #videa .single_video h2 {
    color: white;
    font-family: m-bold;
    margin-bottom: 15px;
    font-size: 20px; }
  #videa .single_video .date {
    margin-bottom: 30px;
    color: #9E9EA0;
    font-size: 17px;
    font-family: m-medium; }
    #videa .single_video .date .cal_ico {
      margin-right: 8px;
      width: 15px;
      position: relative;
      top: -2px; }
  #videa .single_video .vimeo_wrapper {
    display: none;
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    #videa .single_video .vimeo_wrapper iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0; }
@media (max-width: 576px) {
  #videa .single_video .video_img, #videa .single_video .vimeo_wrapper {
    height: 240px; }
  #videa .single_video .video_img .play_button {
    width: 96px; } }

.mapa-wrapper .mapa-title {
  margin: 28px 0 6px;
  letter-spacing: .04em; }

.mapa-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.mapa-wrapper .cardlike {
  background: #ffffff;
  overflow: hidden; }

.mapa-wrapper .mapa-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0; }

@media (max-width: 980px) {
  .mapa-wrapper .mapa-grid {
    grid-template-columns: 1fr; } }
.mapa-wrapper .mapa-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px; }

.mapa-wrapper .mapa-body {
  padding: 18px 22px; }

.mapa-wrapper .mapa-pill {
  color: #0C0D12;
  font-size: 20px;
  font-family: m-bold; }

.mapa-wrapper #panel-title {
  color: #0C0D12;
  font-size: 20px;
  font-family: 'm-bold'; }

.mapa-wrapper .muted {
  color: #6b7280; }

.mapa-wrapper .map-error {
  color: #7f1d1d;
  background: #fff3f3;
  border: 1px solid #fecaca;
  padding: 10px;
  border-radius: 10px;
  margin-top: 12px; }

/* SVG */
.mapa-wrapper #mapHolder svg {
  display: block;
  width: 100%;
  height: auto; }

.mapa-wrapper .cz-region {
  cursor: pointer; }

.mapa-wrapper .cz-region.active path,
.mapa-wrapper .cz-region.active polygon,
.mapa-wrapper .cz-region.active rect,
.mapa-wrapper .cz-region.active circle,
.mapa-wrapper .cz-region.active ellipse {
  fill: #0EC0D6 !important;
  transition: fill .15s ease-in-out; }

/* Akordeon měst + dvousloupcový detail */
.mapa-wrapper .place {
  border-top: 1px solid #e5e7eb; }

.mapa-wrapper .place:first-child {
  border-top: 0; }

.mapa-wrapper .place__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer; }

.mapa-wrapper .place__row h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #0C0D12;
  font-family: 'm-bold'; }

.mapa-wrapper .place__toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb; }

.mapa-wrapper .place__toggle::after {
  content: "+";
  font-size: 18px;
  line-height: 1; }

.mapa-wrapper .place.open .place__toggle::after {
  content: "–"; }

.mapa-wrapper .place__detail {
  display: none;
  padding: 10px 0 22px; }

.mapa-wrapper .place.open .place__detail {
  display: block; }

.mapa-wrapper .detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px; }

@media (max-width: 700px) {
  .mapa-wrapper .detail-grid {
    grid-template-columns: 1fr; } }
.mapa-wrapper .box {
  padding: 14px; }

.mapa-wrapper .box h4 {
  margin: 0 0 10px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #0C0D12;
  font-family: 'm-bold'; }

.mapa-wrapper .kv {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  font-size: 15px; }

.mapa-wrapper .kv .k {
  color: #0C0D12;
  font-size: 17px;
  font-family: 'm-bold'; }

.mapa-wrapper .kv .v {
  color: #0C0D12;
  font-size: 17px;
  font-family: 'm-medium'; }

.mapa-wrapper .hours {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  font-size: 15px; }

.mapa-wrapper .hours .day {
  color: #0C0D12;
  font-size: 17px;
  font-family: 'm-bold'; }

.mapa-wrapper a {
  color: #7F59CC; }

.mapa-wrapper .hours .time {
  color: #0C0D12;
  font-size: 17px;
  font-family: 'm-medium'; }

.mapa-wrapper .more-wrap {
  padding-top: 16px; }

.mapa-wrapper .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f172a;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer; }

.mapa-wrapper .btn svg {
  width: 18px;
  height: 18px;
  display: block; }

#tym-list .tym_large {
  max-width: 1160px; }
#tym-list .single_osoba {
  text-decoration: none !important; }
  #tym-list .single_osoba:hover {
    text-decoration: none !important; }
  #tym-list .single_osoba .over_single_osoba {
    border-radius: 60px;
    padding: 30px 10px 30px 10px; }
    #tym-list .single_osoba .over_single_osoba.active {
      background: #E7E7E7; }
    #tym-list .single_osoba .over_single_osoba:hover {
      background: #E7E7E7; }
    #tym-list .single_osoba .over_single_osoba .arrow_doktor {
      width: 17px;
      margin-left: 10px;
      position: relative;
      top: -1px; }
    #tym-list .single_osoba .over_single_osoba .image_osoba {
      width: 140px;
      height: 140px;
      background-size: cover !important;
      background-position: center center !important;
      margin: 0px auto;
      display: block;
      margin-bottom: 25px;
      border-radius: 100%; }
    #tym-list .single_osoba .over_single_osoba .name_doktor {
      font-size: 20px;
      color: #0C0D12;
      font-family: m-bold;
      margin-bottom: 30px;
      text-align: center;
      /*min-height: 60px; */ }
    #tym-list .single_osoba .over_single_osoba .pozice_doktor {
      font-size: 16px;
      color: #9E9EA0;
      font-family: m-medium;
      margin-bottom: 25px;
      text-align: center;
      /*min-height: 51px; */ } 
    #tym-list .single_osoba .over_single_osoba .link_doktor {
      font-size: 17px;
      color: #7F59CC;
      font-family: m-bold;
      margin-bottom: 0px;
      text-align: center; }
#tym-list #detail_lekar {
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-top: 90px; }
#tym-list .detail_lekar .image_osoba {
  width: 200px;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0px auto;
  display: block;
  margin-bottom: 25px;
  border-radius: 100%; }
#tym-list .detail_lekar .name_doktor {
  font-size: 30px;
  color: #0C0D12;
  font-family: m-bold;
  margin-bottom: -15px;
  text-align: left;
  min-height: 60px;
  margin-top: 50px; }
#tym-list .detail_lekar .pozice_doktor {
  font-size: 17px;
  color: #9E9EA0;
  font-family: m-medium;
  margin-bottom: 40px;
  text-align: left;
  min-height: 51px; }
#tym-list .detail_lekar .content_lekar {
  margin-bottom: 80px; }
#tym-list .detail_lekar .title_section {
  color: #7F59CC;
  font-size: 20px;
  font-family: m-bold;
  margin-bottom: 45px; }
#tym-list .detail_lekar strong {
  font-weight: unset;
  font-family: m-bold; }
#tym-list .detail_lekar b {
  font-weight: unset;
  font-family: m-bold; }
#tym-list .detail_lekar .single_section {
  margin-bottom: 60px; }
#tym-list .detail_lekar .section_ico {
  width: 26px;
  position: relative;
  top: -3px;
  margin-right: 10px; }

.icon_hp {
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: -2px; }

.icon_map {
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 0px; }

#panel-title:before {
  content: "";
  background: url(./images/hp_ico/seznam.svg);
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px; }

#homepage .positionrelative {
  position: relative; }
#homepage .slider_arrow #slickLeft_main_home {
  left: -65px;
  top: 300px; }
#homepage .slider_arrow #slickRight_main_home {
  right: -65px;
  top: 300px; }
#homepage .slider_arrow .slick-arrow {
  position: absolute; }
  #homepage .slider_arrow .slick-arrow img {
    width: 42px;
    height: 36px; }
#homepage #o-projektu {
  margin-bottom: 150px; }
#homepage #teranostika {
  margin-bottom: 140px; }
#homepage #clanky-list {
  margin-bottom: 130px; }
#homepage #videa {
  margin-bottom: 130px;
  padding: 75px 0px 75px 0px; }
  #homepage #videa .center_button {
    text-align: center;
    margin-top: -35px; }
#homepage #download_podcast {
  margin-bottom: 150px; }
#homepage #kalendar-list {
  padding: 70px 0px 70px 0px; }
#homepage #mapa-list {
  margin-top: 150px;
  margin-bottom: 80px; }
#homepage #tym-list {
  margin-bottom: 200px; }
#homepage #videa {
  background: url(./images/hp_videa.jpg);
  background-size: cover !important;
  background-position: center center !important; }
#homepage #videa .cal_ico {
  display: inline-block; }
#homepage #top_home_img {
  height: 925px;
  background-size: cover !important;
  background-position: top right;
  position: relative; }
  #homepage #top_home_img .container, #homepage #top_home_img .row {
    height: 925px; }
  #homepage #top_home_img h1 {
    background: linear-gradient(to right, #9a60d1, #2cc9e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: m-bold;
    font-size: 48px;
    text-transform: uppercase; }
  #homepage #top_home_img p {
    font-size: 17px;
 
    color: #0C0D12;
    margin-bottom: 0px; }

  #homepage #top_home_img .sub_title {
       font-family: m-bold;
   }
  #homepage #top_home_img .default_button {
    margin-top: 50px; }
  #homepage #top_home_img .clear_it {
    clear: both;
    height: 60px; }
#homepage .subtitle {
  font-family: m-bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #0C0D12;
  margin-bottom: 40px;
  text-align: center; }
#homepage .subtitle2 {
  font-family: m-bold;
  font-size: 30px;
  color: #0C0D12;
  margin-bottom: 50px;
  text-align: left; }
  #homepage .subtitle2.white_c {
    color: white; }
#homepage #o-projektu {
  background-position: left center !important;
  background-size: 100% !important; }
  #homepage #o-projektu .over_content_projekt {
    padding-left: 30px; }
  #homepage #o-projektu .img_projekt {
    border-radius: 10px; }
  #homepage #o-projektu h3 {
    margin-top: 40px;
    font-family: m-bold;
    font-size: 30px;
    color: #0C0D12; }
    #homepage #o-projektu h3:before {
      content: "";
      height: 1px;
      width: 80px;
      background: #0C0D12;
      position: absolute;
      left: -55px;
      top: 60px; }
#homepage .over_content_teranostika {
  background: #E7E7E7;
  border-radius: 60px;
  padding: 60px 0px 80px 0px; }
#homepage #teranostika .img_tera {
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  height: 230px;
  border-radius: 10px; }
#homepage #teranostika .container {
  max-width: 1720px; }
#homepage #teranostika .small_row {
  max-width: 1450px;
  margin: 0px auto;
  margin-bottom: 70px; }
#homepage #teranostika .link_tera a {
  color: #0C0D12;
  font-size: 16px;
  font-family: m-bold;
  text-decoration: none !important; }
  #homepage #teranostika .link_tera a:hover {
    color: #7F59CC;
    text-decoration: none !important; }
#homepage #teranostika .link_tera .arrow_tera {
  width: 18px;
  margin-left: 10px;
  position: relative;
  top: -2px; }
#homepage #teranostika .link_tera .margin-left-tera {
  margin-left: 40px; }
#homepage .left_button {
  margin-top: 30px; }
#homepage #kalendar-list {
  background: #E7E7E7; }
#homepage #tym-list .container_special {
  max-width: 1720px;
  background: #E7E7E7;
  border-radius: 60px;
  padding: 70px 0px 40px 0px; }
#homepage #tym-list .style_1 {
  margin-bottom: 0px;
  min-height: unset; }
#homepage #tym-list .style_2 {
  margin-bottom: 0px;
  height: unset; }
#homepage #tym-list .perex {
  max-width: 1270px;
  text-align: center;
  margin: 0px auto;
  display: block; }
  #homepage #tym-list .perex p {
    text-align: center; }

footer {
  padding: 80px 0px;
  background: #0C0D12; }
  footer .logo_footer {
    width: 92px; }
  footer p {
    color: white; }
  footer .menu_footer a {
    margin-bottom: 3px; }
  footer a {
    color: white;
    text-decoration: underline; }
    footer a:hover {
      color: #7F59CC; }
  footer .copy_over {
    margin-top: 60px; }
  footer .copy {
    margin-bottom: 0px; }
  footer .float-right {
    float: right;
    text-align: left; }
  footer .menu_footer a {
    display: block; }
  footer .social_cookies a {
    display: block;
    color: #9E9EA0; }
  footer .social_site {
    float: right;
    margin-top: 40px; }
    footer .social_site a {
      display: inline-block;
      float: left;
      margin-right: 15px; }
      footer .social_site a:last-of-type {
        margin-right: 0px; }
    footer .social_site .social_site_ico {
      width: 25px; }
  footer h3 {
    font-size: 20px;
    font-family: m-bold;
    margin-bottom: 28px; }
  footer .color_1 {
    color: #7F59CC; }
  footer .color_2 {
    color: #0EC0D6; }

#homepage .slider_arrow #slickRight_main_home {
  right: -48px;
  top: 300px; } }

@media screen and (max-width: 1550px) {
  #homepage .slider_arrow #slickLeft_main_home {
    left: -48px;
    top: 300px; }

  #homepage .slider_arrow #slickRight_main_home {
    right: -48px;
    top: 300px; } }
@media screen and (max-width: 1500px) {
  #homepage .subtitle2 {
    margin-bottom: 75px; }

  #homepage .slider_arrow #slickLeft_main_home {
    left: 14px !important;
    top: 100px !important; }

  #homepage .slider_arrow #slickRight_main_home {
    right: 14px !important;
    top: 100px !important; }

  #homepage .slider_arrow #slickLeft_main_home {
    left: -48px;
    top: 300px; }

  #homepage .slider_arrow #slickRight_main_home {
    right: -48px;
    top: 300px; }

  #homepage #top_home_img .container, #homepage #top_home_img .row {
    height: 790px; }

  #homepage #top_home_img {
    height: 790px; } }
@media screen and (max-width: 1400px) {
  #homepage #top_home_img .container, #homepage #top_home_img .row {
    height: 850px; }

  #homepage #top_home_img {
    height: 850px; }

  #homepage #o-projektu h3:before {
    content: "";
    height: 1px;
    width: 40px;
    background: #0C0D12;
    position: absolute;
    left: -30px;
    top: 60px; } }
@media screen and (max-width: 1400px) {
  #videa .single_video .video_img {
    height: 345px; }

  #videa .single_video .vimeo_wrapper {
    height: 375px; } }
@media screen and (max-width: 1300px) {
  #homepage #o-projektu h3:before {
    content: "";
    height: 1px;
    width: 40px;
    background: #0C0D12;
    position: absolute;
    left: -15px;
    top: 60px; } }
@media screen and (max-width: 1260px) {
  #homepage #o-projektu h3:before {
    content: unset; } }
@media screen and (max-width: 1200px) {
  #homepage #teranostika .link_tera .margin-left-tera {
    margin-left: 0; }

  .over_content_teranostika .col-md-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px; }

  #homepage #o-projektu {
    margin-top: -140px;
    position: relative;
    z-index: 99; }

  .single_kalendar {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .single_soubor {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  #videa .single_video .video_img {
    height: 260px; }

  #videa .single_video .vimeo_wrapper {
    height: 290px; }

  #videa .single_video .video_img .play_button {
    width: 100px; }

  .single_news {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }

  .container {
    max-width: 960px !important; }

  #teranostika #medicina .text_margin_top:before {
    content: unset !important; }

  header {
    height: 100px; }

  header #nav .menu > li {
    position: relative;
    float: left;
    margin-right: 28px; }

  #newsletter .col-md-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }

  #newsletter .col-md-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  #newsletter .over_form {
    max-width: 350px; }

  #newsletter .over_form input[type="email"] {
    width: 350px; } }
@media screen and (max-width: 991px) {
  #homepage #videa .center_button {
    text-align: center;
    margin-top: 10px; }

  #tym-list .col-md-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  .container {
    max-width: 720px !important; } }
@media screen and (max-width: 767px) {
  .container {
    max-width: 95% !important; } }
@media screen and (max-width: 991px) {
  #homepage #top_home_img h1 {
    text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.3); }

  #homepage #o-projektu {
    margin-bottom: 85px; }

  #homepage #teranostika {
    margin-bottom: 85px; }

  #homepage #videa {
    margin-bottom: 85px; }

  #homepage #tym-list {
    margin-bottom: 100px; }

  #homepage #top_home_img h1 {
    font-size: 40px;
    text-align: center; }

  #homepage #top_home_img p {
    text-align: center; }

  #homepage #top_home_img {
    text-align: center; }

  .single_kalendar {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }

  .single_soubor {
    margin-bottom: 30px; }

  .single_soubor {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

/*  #tym-list .single_osoba {
    text-decoration: none !important;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 30px; }*/

  #detail_lekar .full_mobile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #tym-list .detail_lekar .name_doktor {
    text-align: center; }

  #tym-list .detail_lekar .name_doktor {
    font-size: 30px;
    color: #0C0D12;
    font-family: m-bold;
    margin-bottom: 0;
    min-height: auto;
    margin-top: 15px; }

  #tym-list .detail_lekar .pozice_doktor {
    margin-bottom: 25px;
    min-height: auto; }

  #tym-list .detail_lekar .title_section {
    margin-bottom: 25px; }

  #tym-list .detail_lekar .pozice_doktor {
    text-align: center; }

  #tym-list .detail_lekar .content_lekar {
    margin-bottom: 80px;
    text-align: center; }

  #videa .single_video .video_img {
    height: 180px; }

  #videa .single_video .vimeo_wrapper {
    height: 210px; }

  #videa .single_video .video_img .play_button {
    width: 80px; }

  #videa .single_video {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .single_news {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  #newsletter {
    text-align: center; }

  #newsletter {
    background-size: cover !important;
    background-position: center center !important;
    padding: 20px 0px 20px 0px; }

  #newsletter .over_form {
    max-width: 300px; }

  #newsletter .over_form input[type="email"] {
    width: 300px; }

  #newsletter .over_form {
    margin: 0px auto;
    float: unset;
    position: relative; }

  #newsletter .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #newsletter .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #teranostika #medicina {
    margin-bottom: 85px; }

  #teranostika #diagnostika {
    margin-bottom: 85px; }

  #teranostika #co-je-teranostika {
    margin-bottom: 85px; }

  #teranostika #koncept .text-topmargin {
    margin-top: 55px; }

  #teranostika #koncept {
    margin-bottom: 85px; }

  #videa .single_video {
    margin-bottom: 20px; }

  .padding_main_page {
    padding: 90px 0px 100px 0px; }

  .head1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .head2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 40px;
    margin-right: 5px;
    display: block;
    float: right;
    color: #7F59CC;
    border: 2px solid #7F59CC;
    background: white; }

  .scrolled .navbar-toggler {
    margin-top: 30px; }

  .scrolled2 .navbar-toggler {
    margin-top: 30px; }

  .over_mobile {
    display: block; }

  .scrolled #mobile_menu {
    top: 100px; }

  .scrolled2 #mobile_menu {
    top: 100px; }

  #mobile_menu {
    position: absolute;
    top: 120px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #7F59CC; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: m-semibold;
            font-size: 15px;
            color: #181E1E;
            height: 100%;
            display: block; } }
@media screen and (max-width: 767px) {
  .over_content_teranostika .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }

  #homepage #teranostika .img_tera {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    height: 230px;
    border-radius: 10px;
    margin-bottom: 30px; }

  #homepage #teranostika .small_row {
    max-width: 1450px;
    margin: 0px auto;
    margin-bottom: 30px; }

  #homepage #o-projektu .img_projekt {
    border-radius: 10px;
    margin: 0px auto;
    display: block; }

  .single_kalendar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .single_soubor {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

/*  #tym-list .single_osoba {
    text-decoration: none !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }*/

  #videa .single_video .video_img {
    height: 230px;
    max-width: 400px;
    margin: 0px auto;
    margin-bottom: 25px; }

  #videa .single_video .vimeo_wrapper {
    height: 260px;
    margin-bottom: 25px; }

  #videa .single_video .video_img .play_button {
    width: 80px; }

  #videa .single_video {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }

  .single_news {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .single_news {
    margin-bottom: 30px; }

  footer {
    text-align: center;
    padding: 40px 0px; }

  footer .float-right {
    float: unset !important;
    text-align: center; }

  footer .copy_over {
    margin-top: 30px; }

  #teranostika #medicina .text_margin_top {
    margin-top: 45px;
    position: relative;
    padding-left: 0px; }

  #medicina img {
    margin: 0px auto;
    display: block; } }
@media screen and (max-width: 680px) {
  #homepage #top_home_img .container, #homepage #top_home_img .row {
    height: 950px;
}
#homepage #top_home_img{
    height: 950px;
}
  #image_top_content .single_image {
    height: 380px; }

  #top_image {
    text-align: center !important; }
    #top_image .d-flex {
      display: inline-block !important; }

  #top_image .arrow_button {
    margin-bottom: 20px; }

  #top_image.padding_main_top {
    padding: 80px 0px; }

  #image_top_content {
    position: relative;
    top: -175px;
    margin-bottom: -110px; } }
@media screen and (max-width: 550px) {
  #tym-list .single_osoba {
    text-decoration: none !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px; } }
@media screen and (max-width: 450px) {
  #videa .single_video .video_img {
    height: 190px;
    max-width: 350px;
    margin: 0px auto;
    margin-bottom: 25px; }

  #videa .single_video .vimeo_wrapper {
    height: 220px;
    margin-bottom: 25px; }

  #videa .single_video .video_img .play_button {
    width: 80px; } }

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

.simple-slider {
  margin: 20px 0;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slider-track .img_tera {
  min-width: 100%;
  display: none;
}

.slider-track .img_tera.active {
  display: block;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #0db2c6;
}

.simple-slider {
  padding: 0 20px;
}

.content_osoba {
    gap: 12px;
}

.padding_garanti {
  padding: 70px 0px 70px 0px;
}

.extra_footer_padding {
  padding-bottom: 120px;
}

.odborny_tym_doktor_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1300px) {
    .perex {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 991px) {
  #top_home_img {
    background-image: url(./images/hp_cover_mobile.jpg) !important;
    background-position: center !important;
  }
  .over_top_home {
    padding-top: 25rem !important;
  }
}

  @media screen and (max-width: 681px) {
  #top_home_img {
    background-image: url(./images/hp_cover_mobile_v3.jpg) !important;
    background-position: center !important;
  }

  .over_top_home {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 767px) {
.slider_arrow {
    display: none !important;
  }
}
