@charset "UTF-8";
/*  
Theme Name: Zivot s HAE
Theme URI: https://https://zivotshae.cz/;
Description: Zivot s HAE
Version: 2.2
Author: https://zivotshae.cz/
Author URI: https://zivotshae.cz/;
*/
@font-face {
  font-family: n-light;
  src: url(./font/Nunito-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/MavenPro-Regular.ttf); }
@font-face {
  font-family: n-regular;
  src: url(./font/Nunito-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/MavenPro-SemiBold.ttf); }
@font-face {
  font-family: n-semibold;
  src: url(./font/Nunito-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/MavenPro-Bold.ttf); }
@font-face {
  font-family: n-bold;
  src: url(./font/Nunito-Bold.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/MavenPro-Black.ttf); }
@font-face {
  font-family: n-black;
  src: url(./font/Nunito-Black.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/MavenPro-Medium.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; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

.container {
  max-width: 1360px; }

header {
  width: 100%;
  z-index: 888;
  position: fixed;
  width: 100%;
  padding: 40px 0px;
  transition: all 0.15s; }
  header.scrolled {
    background: white;
    transition: all 0.15s; }
  header.scrolled2 {
    background: white;
    padding: 10px 0px;
    transition: all 0.15s;
    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); }
  header .logo {
    display: block;
    position: relative;
    top: 0; }
    header .logo img {
      width: 270px; }
  header ul li:hover ul {
    display: block; }
  header ul li:hover ul li:hover ul {
    display: block !important; }
  header #menu-hlavni-menu .menu-item-has-children:hover {
        /*background: #BD0011;

        a{
            color: white !important;
        }
        &:before{
            content: unset !important;
            
        }*/ }
  header #menu-hlavni-menu .menu-item-has-children {
    /*&:before{
        content: "";
        background: url(./images/sort-down-solid.png);
        width: 12px;
        height: 7px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        margin-top: 6px;
        right: 3px;
    }*/ }
  header #menu-hlavni-menu .current_page_item.menu-item-has-children {
    /*&:before{
        content: "";
        background: url(./images/sort-down-solid_red.png);
        width: 12px;
        height: 7px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        margin-top: 6px;
        right: 3px;
    }*/ }
  header .sub-menu {
    position: absolute;
    background: #264F2B;
    margin-top: 0px;
    width: 100%;
    height: auto !important;
    display: none;
    padding: 0;
    top: 30px;
    left: 0;
    padding-top: 10px !important; }
  header .sub-menu li {
    width: 100%;
    margin: 0;
    height: auto !important;
    margin-bottom: 5px;
    padding: 0 !important; }
  header .sub-menu li a {
    width: 100%;
    color: white !important;
    font-family: m-bold;
    height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 20px;
    height: auto !important;
    font-size: 16px !important;
    text-transform: unset !important; }
  header ul {
    margin: 0;
    padding: 0; }
    header ul li {
      display: inline-block;
      margin-right: 30px;
      height: 100%;
      position: relative; }
      header ul li:last-of-type {
        margin-right: 0px; }
      header ul li.menu-item-15 a {
        border: 1px solid #264F2B;
        border-radius: 35px; }
      header ul li.current-menu-item a {
        font-family: m-bold;
        text-decoration: none;
        color: white;
        background: #264F2B; }
      header ul li.active a {
        font-family: m-bold;
        text-decoration: none;
        color: white;
        background: #264F2B;
        text-decoration: none; }
      header ul li a {
        color: #264F2B;
        font-size: 17px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-bold;
        border-radius: 35px;
        padding: 10px 15px; }
        header ul li a:hover {
          color: white;
          background: #264F2B;
          text-decoration: none; }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 0;
    padding-top: 0;
    height: 70px;
    background: white;
    border-radius: 35px;
    padding: 0px 15px; }



#odbornik_popup {
  .container-check {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: block;
    line-height: 1.4;
  }

  .container-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .container-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
  }

  .container-check:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .container-check input:checked ~ .checkmark {
    background-color: #f26008;
  }

  .container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .container-check input:checked ~ .checkmark:after {
    display: block;
  }

  .container-check .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

  .modal_form {
    padding: 2rem;
    text-align: center;
  }

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

    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;

    background: white;
    color: #f26008;
    border: 2px solid #f26008;
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
  }

  .modal_button:hover{
    background: #f26008;
    color: white;
  }

  .popup_message {
    color: red;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
  }
}

#pro_odborniky {


  #top_home_page h1 {
    color: #264F2B !important;
    font-size: 48px;
    color: white;
    font-family: n-black;
  }

  #top_home_page img {
     margin-bottom: 50px;
     height: 600px;
   }


  .sub_title {
    margin-bottom: 20px;
  }

  .video_item:hover {
    text-decoration: none !important;
    cursor: pointer;
  }

  .video_title {
    padding: 12px 0px 20px 0px;
  }

  .video_title p {
    font-size: 20px; 
    line-height: 24px; 
    color: #1C3A20; 
    padding: 0px 0px 20px 0px;
    margin-bottom: 0px !important;
  }

  .text_title {
    font-size: 20px; 
    line-height: 24px; 
    color: #1C3A20;
    padding: 12px 0px 0px 0px;
  }

  .text_title_p {
    font-size: 17px; 
    line-height: 22px; 
    margin-bottom: 2rem;
    color: #1C3A20;
  }

  .image_rounded_xl {
    border-radius: 25px;
  }
  .image_rounded {
    border-radius: 12px;
  }

  .play_btn {
    position: absolute;
    bottom: 16px; 
    right: 16px; 
    background-color: #F26008; 
    padding: 12px; 
    align-items: center; 
    justify-content: center; 
    border-radius: 100px;
  }

  .modal-content {
    border-radius: 20px;
  }

  @media (max-width: 576px) {
    .modal-dialog {
      margin: 1.75rem 1rem 4rem 1rem !important;
    }

    .text_title p {
      font-size: 20px; 
      line-height: 24px; 
      color: #1C3A20;
    }
  }

  .modal-header {
    padding-bottom: 0px !important;
    border-bottom: 1px transparent !important;
  }

  .modal-body {
    padding-top: 0px !important;
  }

  .modal-body p {
   font-size: 19px; 
   line-height: 24px; 
   color: #1C3A20;
  }



  .inzerce_content_box {
    min-height: 400px !important; 
    padding-bottom: 150px !important; 
    background: linear-gradient(to bottom, rgba(54, 95, 50, 0.3) 0%, rgba(54, 95, 50, 0.3) 40%, rgba(255, 255, 255, 0) 80%, white 100%);
  }

  .inzerce {
    max-width: 800px; 
    width: 100%; 
  }

}
  

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

.padding_top {
  padding-top: 152px; }

.main_padding {
  padding-top: 152px; }

.over_list_logo {
  margin-top: 30px; }

.custom_container {
  max-width: 970px; }

.row_orange .orange_box {
  margin-top: 0px !important; }
  .row_orange .orange_box a {
    color: #F26008 !important; }

.width_box {
  max-width: 1070px; }

.single_ico_list {
  margin-bottom: 30px; }

.ico_list_normal {
  margin-top: 50px; }
  .ico_list_normal .over_ico_box_text {
    max-width: 270px;
    margin: 0px auto;
    display: block; }
  .ico_list_normal .over_single_ico {
    background: white;
    border-radius: 20px;
    border: 1px solid #264F2B;
    max-width: 270px;
    height: 200px;
    margin: 0px auto;
    display: flex;
    margin-bottom: 15px; }
    .ico_list_normal .over_single_ico img {
      max-height: 120px;
      max-width: 130px; }
  .ico_list_normal .title_ico {
    color: #1C3A20;
    margin-bottom: 10px;
    text-align: center;
    font-family: m-bold; }
  .ico_list_normal p {
    text-align: center; }
  .ico_list_normal .link_ico_over {
    text-align: center; }
    .ico_list_normal .link_ico_over a {
      color: #F26008;
      font-size: 17px;
      text-decoration: underline;
      margin-top: 10px;
      display: block;
      font-family: m-bold; }

.list_centra {
  max-width: 970px;
  text-align: center;
  margin-top: 50px; }
  .list_centra .single_centrum {
    margin-bottom: 70px; }
  .list_centra .image_centrum {
    background-size: cover !important;
    background-position: center center !important;
    height: 200px;
    max-width: 370px;
    margin: 0px auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 100px; }
  .list_centra .info_centrum p {
    font-size: 17px;
    font-family: m-bold;
    color: #1C3A20;
    margin-bottom: 0px; }
  .list_centra .info_centrum a {
    color: #F26008;
    font-size: 17px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    font-family: m-bold; }

.content_box_custom {
  min-height: 680px !important;
  padding: 50px 0px 50px 0px !important; }

.container_size {
  max-width: 1080px; }

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

.left_right_box .text_align_right {
  text-align: right; }
.left_right_box .box_img {
  width: 300px;
  margin: 0px auto;
  display: block; }

#top_home_page .top_image_back {
  height: 600px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 50px;
  border-radius: 300px; }
  #top_home_page .top_image_back h1 {
    font-size: 48px;
    color: white;
    font-family: n-black; }
#top_home_page .top_home_text {
  margin-bottom: 80px;
  text-align: center; }

.single_logo_pacient {
  margin-bottom: 90px; }
  .single_logo_pacient:last-of-type {
    margin-bottom: 0px; }

.over_list_logo {
  max-width: 1180px; }
  .over_list_logo .text_logo {
    padding-top: 20px; }
  .over_list_logo .over_logo {
    background: white;
    border-radius: 20px;
    border: 1px solid #264F2B;
    padding: 10px;
    min-height: 200px; }
  .over_list_logo .logo_list {
    text-align: center; }
    .over_list_logo .logo_list .name_company {
      font-size: 22px;
      font-family: n-black;
      color: #1C3A20;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0; }
    .over_list_logo .logo_list a {
      color: #F26008;
      font-size: 17px;
      text-decoration: underline;
      margin-top: 10px;
      display: block;
      font-family: m-bold; }

.link_ico {
  width: 20px;
  margin-right: 10px; }

.list_img {
  margin-top: 60px;
  margin-bottom: 130px; }
  .list_img.no_margin {
    margin-bottom: 0px; }
  .list_img .single_img .over_single_img {
    border-radius: 20px;
    background-size: cover !important;
    background-position: center center !important;
    height: 300px;
    position: relative; }
    .list_img .single_img .over_single_img:before {
      content: "";
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 20px; }
    .list_img .single_img .over_single_img p {
      margin-bottom: 0px;
      font-size: 48px;
      color: white;
      font-family: m-black;
      position: relative;
      z-index: 1; }
  .list_img .single_img .text_under {
    margin-top: 15px;
    color: #F26008;
    font-family: m-bold;
    text-align: center; }

.text_add_box {
  text-align: center;
  margin-top: 80px; }
  .text_add_box .vyskyt_img {
    width: 100%; }
  .text_add_box.left_text {
    text-align: left !important; }
  .text_add_box.limit_size {
    max-width: 970px; }
  .text_add_box h2 {
    color: #F26008 !important;
    font-size: 30px; }

.orange_text {
  color: #F26008; }

.arrow_down {
  text-align: center; }
  .arrow_down img {
    height: 50px; }

#content_style h2 {
  font-family: m-bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style h3 {
  font-family: m-bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style p {
  font-size: 18px; }
#content_style ul li {
  font-size: 18px; }

h2 {
  font-size: 36px;
  font-family: n-black;
  margin-bottom: 40px; }

p {
  color: #1C3A20;
  font-size: 17px; }
  p strong {
    font-family: m-bold; }
  p a {
    color: #1C3A20;
    text-decoration: underline; }
    p a:hover {
      color: #1C3A20; }

#header_main {
  height: 850px;
  width: 100%;
  background-size: cover !important;
  background-position: right center !important;
  margin-bottom: 100px; }
  #header_main .container, #header_main .row, #header_main .col-md-12 {
    height: 850px; }
  #header_main h1 {
    color: #264F2B;
    font-size: 48px;
    font-family: n-black;
    margin-top: 160px; }
  #header_main .margin_top_small {
    margin-top: 30px; }

#header_part h2 {
  color: #F26008;
  text-align: center; }
#header_part p {
  text-align: center; }

#homepage .content_box h2 {
  color: #264F2B; }

.list_type .single_type {
  position: relative; }
  .list_type .single_type:after {
    content: '';
    position: absolute;
    top: 65px;
    right: 0;
    width: 1px;
    height: 120px;
    background-color: #264F2B; }
  .list_type .single_type:last-of-type:after {
    content: unset !important; }
  .list_type .single_type .over_text {
    max-width: 370px;
    margin: 0px auto;
    display: block; }
  .list_type .single_type .over_title {
    min-height: 64px;
    margin-bottom: 20px; }
  .list_type .single_type.spec_h h2 {
    margin: 0px; }
  .list_type .single_type.spec_h h3 {
    font-size: 17px;
    color: #F26008;
    font-family: n-black;
    text-align: center; }

#vedeli_jste {
  margin: 50px 0px; }

.margin_top_section_s {
  margin-top: 40px; }

.margin_top_section {
  margin-top: 80px; }

.centra_zajisteni {
  margin-bottom: 70px; }
  .centra_zajisteni .center_box_top {
    margin-top: 50px;
    margin-bottom: 30px; }
  .centra_zajisteni ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .centra_zajisteni ul li {
      font-family: m-bold;
      font-size: 17px;
      color: #1C3A20;
      position: relative;
      list-style-type: none;
      text-indent: -30px;
      margin-left: 30px;
      margin-bottom: 10px; }
      .centra_zajisteni ul li:before {
        content: "";
        background: url(./images/check-circle.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 5px; }

.small_box {
  padding: 50px 0px 70px 0px !important; }

#zdroje {
  margin-bottom: 50px; }
  #zdroje .container {
    max-width: 970px; }
  #zdroje a {
    color: #F26008;
    text-decoration: underline; }
  #zdroje .show-more_zdroj {
    text-align: center;
    font-family: m-bold;
    color: #1C3A20;
    font-size: 17px;
    text-decoration: underline;
    margin-bottom: 30px;
    margin-top: -20px;
    cursor: pointer; }
  #zdroje ol {
    display: none; }
    #zdroje ol li {
      margin-bottom: 10px; }

#typy_lecby {
  margin-top: 50px; }
  #typy_lecby .header_lecby {
    height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    max-width: 945px;
    margin: 0px auto;
    display: flex;
    margin-bottom: 40px;
    border-radius: 250px; }
    #typy_lecby .header_lecby p {
      font-size: 36px;
      font-family: n-black;
      color: white;
      margin-bottom: 0px; }
  #typy_lecby .list_lecba .full-text {
    display: none; }
  #typy_lecby .list_lecba .show-more {
    text-align: left;
    font-family: m-bold;
    color: #1C3A20;
    font-size: 17px;
    text-decoration: underline; }
  #typy_lecby .list_lecba .single_lecba {
    margin-bottom: 60px; }
    #typy_lecby .list_lecba .single_lecba p {
      text-align: left;
      margin-bottom: 0px; }
    #typy_lecby .list_lecba .single_lecba .over_image_lecba_single {
      height: 200px;
      background-size: cover !important;
      background-position: center center !important;
      border-radius: 100px;
      margin: 0px auto;
      display: flex;
      margin-bottom: 10px;
      text-align: center !important; }
      #typy_lecby .list_lecba .single_lecba .over_image_lecba_single p {
        font-size: 22px;
        font-family: n-black;
        color: white;
        margin-bottom: 0px;
        line-height: 25px;
        text-align: center !important; }

.info_message_box {
  text-align: center; }
  .info_message_box p {
    text-align: center; }

.center_box_top {
  text-align: center; }

h3.home_h {
  font-size: 30px;
  font-family: m-black;
  color: #F26008;
  margin-bottom: 35px; }
h3.home_g {
  font-size: 30px;
  font-family: m-black;
  color: #264F2B;
  margin-bottom: 20px;
  margin-top: 20px; }
h3.center_h {
  text-align: center; }

.content_box {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  min-height: 800px;
  padding: 50px 0px 130px 0px; }
  .content_box.green {
    background: linear-gradient(to bottom, rgba(54, 95, 50, 0.3) 0px, rgba(54, 95, 50, 0.3) 300px, rgba(255, 255, 255, 0) 500px, white 100%); }
    .content_box.green h2 {
      color: #264F2B !important; }
  .content_box.orange {
    background: linear-gradient(to bottom, rgba(248, 135, 67, 0.3) 0px, rgba(248, 135, 67, 0.3) 300px, rgba(255, 255, 255, 0) 500px, white 100%); }
    .content_box.orange h2 {
      color: #F26008 !important; }
  .content_box h2 {
    text-align: center; }
  .content_box .custom-row {
    position: relative;
    min-height: 500px; }
  .content_box .oval-container {
    border-radius: 0% 250px 250px 0%;
    color: white;
    position: absolute;
    left: 0;
    height: 500px;
    width: 95%;
    background-size: cover !important;
    background-position: right center !important; }
    .content_box .oval-container.green:before {
      content: "";
      background: rgba(38, 79, 43, 0.7);
      border-radius: 0% 250px 250px 0%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .content_box .oval-container.orange:before {
      content: "";
      background: rgba(248, 135, 67, 0.7);
      border-radius: 0% 250px 250px 0%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .content_box .box_text {
    padding-top: 40px;
    padding-right: 330px; }
  .content_box .oval-text {
    position: relative;
    left: 30%;
    font-family: n-black;
    font-size: 36px;
    color: white;
    z-index: 1; }
    .content_box .oval-text p {
      font-family: n-black;
      font-size: 36px;
      color: white;
      margin: 0; }
  .content_box .content-container {
    padding-left: 100px;
    /* Posun obsahu doprava kvůli oválu */
    position: relative; }
  .content_box .orange_box {
    border: 2px solid #F26008;
    max-width: 880px;
    margin: 0px auto;
    display: block;
    min-height: 120px;
    border-radius: 20px;
    margin-top: 80px; }
    .content_box .orange_box .row {
      min-height: 120px; }
      .content_box .orange_box .row .box_1 {
        min-height: 120px; }
      .content_box .orange_box .row .box_2 {
        min-height: 120px; }
    .content_box .orange_box .ico_box {
      width: 100px;
      margin: 0px auto;
      display: block; }
    .content_box .orange_box .over_orange_text.padding_extra {
      padding: 0px 20px;
      text-align: center; }
    .content_box .orange_box .over_orange_text p {
      margin: 0; }

.img_center {
  margin: 0px auto;
  display: block; }

.text_left {
  text-align: left; }

.max_width_home {
  max-width: 1180px; }

.margin_home_top {
  margin-top: 50px; }

#projevy_ataky {
  text-align: center; }
  #projevy_ataky .ico_list_normal {
    margin-top: 15px; }

.margin_top_small {
  margin-top: 50px; }

.center_button {
  text-align: center; }

#priciny {
  margin-top: 140px; }

.default_button {
  font-size: 17px;
  font-family: m-bold;
  color: white;
  text-transform: uppercase;
  background: #F26008;
  transition: all 0.15s;
  padding: 18px 48px;
  display: inline-block;
  border-radius: 50px; }
  .default_button:hover {
    background: #F9A877;
    color: white;
    text-decoration: none !important; }
  .default_button .arrow_right {
    width: 29px;
    margin-left: 10px; }

.clear_it {
  clear: both; }

footer {
  padding: 15px 0px;
  background: #264F2B; }
  footer p {
    font-size: 18px;
    margin-bottom: 0px;
    color: white;
    font-family: m-regular;
    text-align: center; }
    footer p strong {
      font-family: m-bold; }
  footer a {
    color: white;
    text-decoration: underline;
    font-size: 18px; }
    footer a:hover {
      color: white; }

@media screen and (max-width: 1520px) {
  .content_box .box_text {
    padding-top: 40px;
    padding-right: 160px; } }
@media screen and (max-width: 1300px) {
  .content_box .box_text {
    padding-top: 40px;
    padding-right: 30px; }

  .content_box .oval-text {
    position: relative;
    left: 55px;
    font-family: n-black;
    font-size: 36px;
    color: white;
    z-index: 1; } }
@media screen and (max-width: 1260px) {
  #header_main {
    height: 620px; }

  #header_main .container, #header_main .row, #header_main .col-md-12 {
    height: 620px; }

  header ul li {
    display: inline-block;
    margin-right: 15px;
    height: 100%;
    position: relative; }

  header ul li a {
    font-size: 16px;
    padding: 10px 12px; } }
@media screen and (max-width: 1100px) {
  #typy_lecby .list_lecba .single_lecba .over_image_lecba_single p {
    padding: 0px 20px; }

  header ul li {
    display: inline-block;
    margin-right: 3px;
    height: 100%;
    position: relative; }

  header ul li a {
    font-size: 15px;
    padding: 10px 12px; } }
@media screen and (max-width: 991px) {
  #top_home_page .top_image_back h1 {
    text-align: center; }

  #typy_lecby .list_lecba .single_lecba {
    margin-bottom: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }

  #typy_lecby .list_lecba .show-more {
    text-align: center; }

  #typy_lecby .list_lecba .single_lecba p {
    text-align: center;
    margin-bottom: 0px; }

  #typy_lecby .header_lecby {
    height: 400px; }

  .list_img {
    margin-top: 60px;
    margin-bottom: 55px; }

  #top_home_page .top_image_back {
    height: 400px; }

  h2 {
    margin-bottom: 20px;
    font-size: 30px; }

  #top_home_page .top_home_text {
    margin-bottom: 45px;
    text-align: center; }

  .single_logo_pacient {
    margin-bottom: 40px; }

  .list_centra .single_centrum {
    margin-bottom: 40px; }

  .content_box {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
    min-height: 800px;
    padding: 50px 0px 80px 0px; }

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

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

  .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: 0px;
    margin-right: 0px;
    display: block;
    float: right;
    color: #264F2B;
    border: 2px solid #264F2B; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 125px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #264F2B; }
    #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 li a:hover {
            background: transparent !important;
            text-decoration: underline; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px;
        display: none !important; }
        #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; }

  header ul li.current-menu-item a {
    font-family: m-bold;
    text-decoration: none;
    color: white;
    background: url();
    text-decoration: underline !important; }

  header ul li.menu-item-15 a {
    border: unset !important; }

  .scrolled2 #mobile_menu {
    top: 90px !important; } }
@media screen and (max-width: 950px) {
  #header_main {
    height: 500px; }

  #header_main .container, #header_main .row, #header_main .col-md-12 {
    height: 500px; } }
@media screen and (max-width: 900px) {
  .box_oval {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .content_box .content-container {
    padding-left: 0;
    position: relative; }

  .content_box .oval-container {
    border-radius: 0% 250px 250px 0%;
    color: white;
    position: relative;
    left: 0;
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-position: right center !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

  .content_box .oval-text {
    position: relative;
    left: 0; }

  .content_box .orange_box {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  #header_main h1 {
    color: #264F2B;
    font-size: 43px;
    font-family: n-black;
    margin-top: 125px;
    text-align: center; }

  .over_hero {
    text-align: center; }

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

  #typy_lecby .header_lecby {
    height: 300px; }

  #typy_lecby .header_lecby p {
    margin: 0px 20px; }

  .img_center {
    margin-bottom: 30px; }

  .margin_home_top {
    margin-top: 10px; }

  .box1 {
    order: 2; }

  .box2 {
    order: 1; }

  .left_right_box .text_align_right {
    text-align: center;
    margin-top: 30px; }

  .over_box_text {
    text-align: center; }

  .list_type .single_type:after {
    content: unset !important; }

  .list_type .single_type {
    position: relative;
    margin-bottom: 30px; }

  .list_type .single_type .over_title {
    min-height: auto;
    margin-bottom: 20px; }

  #priciny {
    margin-top: 40px; }

  .vyskyt_img {
    margin-bottom: 30px; }

  .content_box {
    padding: 50px 0px 50px 0px; }

  .content_box .orange_box .row .box_2 {
    min-height: auto; }

  .content_box .orange_box {
    padding: 30px; }

  .content_box .orange_box .ico_box {
    margin-bottom: 30px; }

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

  #top_home_page .top_image_back {
    height: 300px; }

  #top_home_page .top_image_back h1 {
    font-size: 40px;
    color: white;
    font-family: n-black;
    padding: 0px 20px; } }
@media screen and (max-width: 550px) {
  header .logo {
    display: block;
    position: relative;
    top: 5px; }

  header .logo img {
    width: 225px; }

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

  #typy_lecby .list_lecba .single_lecba {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #header_main h1 {
    color: #264F2B;
    font-size: 36px;
    font-family: n-black;
    margin-top: 55px;
    text-align: center; } }

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