@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body{
    background-color: #373737;    
}

.navbar {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 1rem 10%; }
  
    @media only screen and (max-width: 1280px) {
    .navbar {
      padding: 1rem 5%; } }
  
  @media only screen and (max-width: 530px) {
    .navbar {
      padding: 1rem 0%; } }
      

.bg-dark {
  background-color: transparent !important; }
  
  .dropdown-toggle{
    width: 100% !important;   
        display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #373737 !important;
    border-color: #373737 !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.dropdown{
        margin-bottom: 1rem;    
}

.dropdown-menu{
    width: 100% !important;    
}

.gdpr_check{
    display: flex;
    margin-top:1rem;
}



.navbar-toggler {
  border: none; }

.navbar-toggler:focus{
        outline: none;
    box-shadow: none; 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(132, 203, 8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }


.social {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem; }
  .social a {
    color: white;
    font-size: 1.2rem;
    transition: 0.3s ease
    
    }
    
    .social a:hover{
        color:#84CB08 !important;    
    }


.navbar-nav {
  gap: 1.5rem; }

.nav-link {
  color: white !important;
  transition: 0.3s ease; }
  .nav-link:hover {
    color: #84CB08 !important; }

.active {
  color: #84CB08 !important; }

        @media only screen and (max-width: 1199px) {
    .navbar {
        background-color: rgba(28, 28, 28, 0.85) !important;
        
       }
       
       .nav-link{
          text-align:center; 
          }
       
       
       .social{
            justify-content: center;   
        }
        
        .social a{
            font-size: 1.5rem;    
        }
        
        .navbar-nav{
            padding: 2rem 0;    
        }
        
       }

body {
  font-family: "Poppins", sans-serif; }

.pswp__zoom-wrap {
  max-width: none;
  width: auto !important;
  height: 80vh !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

.pswp {
  --pswp-placeholder-bg: transparent !important; }

.pswp img {
  max-width: none;
  width: auto !important;
  height: 80vh !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }

::selection {
  color: white;
  background: #84CB08; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

/*Scroll bar*/
::-webkit-scrollbar {
  width: 0.5em; }

/*scroll bar šoupatko*/
::-webkit-scrollbar-thumb {
  background-color: #84CB08; }

/*Pozadí scrollbaru*/
::-webkit-scrollbar-track {
  background-color: #2B2B2B; }

::-webkit-scrollbar-thumb:hover {
  background-color: gray; }

.pswp__zoom-wrap {
  max-width: none;
  width: auto !important;
  height: 80vh !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; }

.pswp {
  --pswp-placeholder-bg: transparent !important; }

.pswp img {
  max-width: none;
  width: auto !important;
  height: 90dvh !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }
  

.fisped-custom .pswp__img{
    width: 70vw !important;    
}

@media only screen and (max-width: 1447px) {
    .fisped-custom .pswp__img{
    width: 85vw !important;    
}
}

@media only screen and (max-width: 721px) {
    .fisped-custom .pswp__img{
    width: 90vw !important;    
}
}


@media only screen and (max-width: 704px) {
  .pswp img {
    width: 90vw !important;
    height: auto !important;
    
    } }

#home_welcome {
  height: 60rem;
  display: flex;
  justify-content: end; }
  #home_welcome .home_wlecome_arrow {
    display: flex;
    position: absolute;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
    gap: 1rem;
    transform: rotate(90deg);
    top: 48rem;
    transition: 0.3s ease; }
    
        #home_welcome .home_wlecome_arrow_mobile {
            display:none;  
        }
            
    @media only screen and (max-width: 1199px){
        
        #home_welcome{
            justify-content: center;    
            align-items: end;
        }
        
        #home_welcome .home_wlecome_arrow {
            display:none;    
        }
        
        #home_welcome .home_wlecome_arrow_mobile {
            display:block;    
        }
        
        #home_welcome .home_wlecome_arrow_mobile{
            text-decoration: none;    
            text-align:center;
            color:white;
            margin-bottom: 1rem;
        }
        
        #home_welcome .home_wlecome_arrow_mobile i{
            font-size: 1.5rem;  
            color: #84CB08;
        }
    }
    
    #home_welcome a svg {
      transition: 0.3s ease; }
    #home_welcome a:hover svg {
      transform: translateX(5px); }
      #home_welcome a:hover svg path {
        fill: #84CB08; }
  @media only screen and (min-width: 2000px) {
    #home_welcome {
      height: 100vh; }
      #home_welcome a {
        top: 60rem; } }


#home_aktualine {
    background-color: white;
  padding: 6rem 0; }
  #home_aktualine #home_aktualine_heading {
    padding: 0 10% 2rem 10%; }
    #home_aktualine #home_aktualine_heading h2 {
      font-weight: 600; }
      #home_aktualine #home_aktualine_heading h2::before {
        content: "";
        border-left: 4px solid #84CB08;
        margin-right: 0.5rem; }

#home_onas {
  display: flex;
  align-items: center;
  background-color: #373737; }
  #home_onas #home_onas_img {
    width: 40%; }
    #home_onas #home_onas_img img {
      width: 100%;
      border-right: 4px solid #84CB08; }
  #home_onas #home_onas_content {
    margin: 0 2%;
    color: white; }
    #home_onas #home_onas_content #home_onas_content_heading {
      margin-bottom: 2rem; }
      #home_onas #home_onas_content #home_onas_content_heading h2 {
        font-weight: 600; }
        #home_onas #home_onas_content #home_onas_content_heading h2::before {
          content: "";
          border-left: 4px solid #84CB08;
          margin-right: 0.5rem; }
    #home_onas #home_onas_content p {
      width: 60%; }
      #home_onas #home_onas_content p span {
        color: #84CB08;
        font-weight: 700; }
      #home_onas #home_onas_content p a {
        color: #84CB08;
        font-weight: 700;
        text-decoration: none; }
    #home_onas #home_onas_content #home_onas_content_cards {
      margin: 2rem 0;
      display: flex;
      flex-wrap: wrap;
      gap: 2rem; }
      #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card {
        display: flex;
        width: 40%;
        gap: 1rem; }
        #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card i {
          font-size: 2rem;
          color: #84CB08; }
        #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card .home_onas_content_card_text h3 {
          font-size: 1.2rem;
          color: #84CB08;
          font-weight: 600; }
    #home_onas #home_onas_content #home_onas_content_link a {
      text-decoration: none;
      color: white; }
      #home_onas #home_onas_content #home_onas_content_link a svg {
        transition: 0.3s ease; }
      #home_onas #home_onas_content #home_onas_content_link a:hover svg {
        transform: translateX(5px); }
        #home_onas #home_onas_content #home_onas_content_link a:hover svg path {
          fill: #84CB08; }
  @media only screen and (max-width: 2423px) {
    #home_onas #home_onas_img {
      width: 60%; } }
  @media only screen and (max-width: 2122px) {
    #home_onas #home_onas_img {
      width: 80%; }
    #home_onas #home_onas_content p {
      width: 100%; }
    #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card {
      width: 40%; } }
  @media only screen and (max-width: 1840px) {
    #home_onas #home_onas_img {
      width: 50%; }
    #home_onas #home_onas_content {
      width: 50%; }
      #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card {
        width: 45%; } }
        
          @media only screen and (max-width: 2423px) {
              
              #home_onas #home_onas_content p br{
                 display:none; 
                 }
 }
        
  @media only screen and (max-width: 1408px) {
    #home_onas {
      padding: 0 10%; }
      #home_onas #home_onas_img {
        display:none; }
      #home_onas #home_onas_content {
        width: 100%;
        padding: 4rem 0;
        margin: 0; } }
  @media only screen and (max-width: 1199px) {
    #home_onas {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding: 4rem 5%;
      gap: 4rem; }
      #home_onas #home_onas_img {
        width: 100%; }
      #home_onas #home_onas_content {
        width: 100%;
        padding: 0; } }
  @media only screen and (max-width: 1021px) {
      #home_onas{
         text-align: center; 
         }
         
         #home_onas #home_onas_content #home_onas_content_heading h2::before{
                 display:none;
            }
      
    #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card {
        flex-wrap:wrap;
        justify-content: center;
        text-align: center;
      width: 100%; }
      
      #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card i{
              font-size:5rem;
              
          }
      
      
      #home_onas #home_onas_content #home_onas_content_cards .home_onas_content_card .home_onas_content_card_text {
              width:100%
          }
      #home_onas #home_onas_content #home_onas_content_link a svg{
              
              display:none
          }
      
      
       #home_onas #home_onas_content #home_onas_content_link a{
              background-color:#84CB08;
              padding: 0.7rem 2rem;
              border-radius: 4px;
          }
      }

#home_styly_mobile{
    display: none;    
}

#home_styly {
background-color: white;
  padding: 4rem 10%; }
  #home_styly #home_styly_heading {
    padding-bottom: 2rem; }
    #home_styly #home_styly_heading h2 {
      font-weight: 600; }
      #home_styly #home_styly_heading h2::before {
        content: "";
        border-left: 4px solid #84CB08;
        margin-right: 0.5rem; }
  #home_styly #home_styly_styly .tabs {
    display: flex;
    flex-wrap: wrap;
    color: #373737;
    font-weight: 700;
    gap:1rem;
    padding: 0; }
  #home_styly #home_styly_styly .tab {
    opacity: 1;
    transition: opacity 0.3s ease;
    cursor: pointer;
 }
 #home_styly #home_styly_styly .tab:hover {
  opacity: 0.7;
  cursor: pointer;
}
  #home_styly #home_styly_styly .tab.active {
    color: #84CB08;
    font-weight: 700; }
  #home_styly #home_styly_styly .tab-content {
    display: none; }
    #home_styly #home_styly_styly .tab-content .tab_content_content {
      padding: 2rem 0;
      display: flex;
      gap: 2rem; }
      #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img {
        width: 20%; }
        #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img img {
            border-radius: 4px;
          width: 100%; }
      #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_text {
        width: 60%; }
        #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_text h3 {
          color: #84CB08;
          font-weight: 600;
          font-size: 1.2rem;
          margin: 1rem 0; }
        #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_text p {
          color: #242424 !important; }
  #home_styly #home_styly_styly .tab-content.active {
    display: block; }
  @media only screen and (max-width: 1920px) {
    #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img {
      width: 30%; } }
  @media only screen and (max-width: 1498px) {
    #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img {
      width: 40%; } }
  @media only screen and (max-width: 1210px) {
    #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img {
      width: 50%; } }
  @media only screen and (max-width: 1199px) {
    #home_styly #home_styly_styly{
        display:none;
    }
    
    #home_styly #home_styly_heading h2{
        text-align: center;    
    }
    
    #home_styly #home_styly_heading h2::before{
        display:none;    
    }
      
      #home_styly_mobile{
        display: block;      
    }
    
    #home_styly{
        padding:4rem 5%;    
    }
    
    .accordion-item h2 button{
    border-radius: 10px !important;
    font-weight: 600;
    background-color: #373737;
    color: #ffffff;    
    }
    
    .accordion-item{
        margin-bottom: 1rem;   
        border: none;
    }
    
    .accordion-body{
        text-align:center;    
    }
    
    .accordion-body img{
        width: 100%;
        margin-bottom: 1rem;
    }
    
.accordion-button:focus {
        box-shadow: none; }
        
        .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
        
.accordion-button:not(.collapsed) {
        color: white !important;
        box-shadow: none !important;
        background-color: #84CB08; }
      
    #home_styly #home_styly_styly .tab-content .tab_content_content {
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_text {
        width: 100%; }
      #home_styly #home_styly_styly .tab-content .tab_content_content .home_tab_img {
        width: 100%; } }

#home_chcete_tancit #home_chcete_tancit_content {
  width: 100%;
  background-color: #EEEEEE;
  padding: 6rem 10%; }
  #home_chcete_tancit #home_chcete_tancit_content #home_chcete_tancit_heading {
    margin-bottom: 1rem; }
    #home_chcete_tancit #home_chcete_tancit_content #home_chcete_tancit_heading h2 {
      font-weight: 600; }
      #home_chcete_tancit #home_chcete_tancit_content #home_chcete_tancit_heading h2::before {
        content: "";
        border-left: 4px solid #84CB08;
        margin-right: 0.5rem; }
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card {
    display: flex;
    margin: 2rem 0;
    gap: 1rem; }
    #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card h3 {
      font-size: 1.2rem;
      font-weight: 600; }
    #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
      width: 80%; }
      #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p a {
        text-decoration: none;
        color: #84CB08;
        font-weight: 700; }

#home_chcete_tancit #home_chcete_tancit_img {
  position: absolute;
  right: 0;
  margin-top: -50rem; }

@media only screen and (max-width: 1920px) {
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
    width: 70%; } }

@media only screen and (max-width: 1700px) {
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
    width: 60%; } }

@media only screen and (max-width: 1563px) {
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
    width: 52%; } }

@media only screen and (max-width: 1314px) {
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
    width: 38%; } }

@media only screen and (max-width: 1199px) {
    
        #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card{
            flex-wrap: wrap;   
            justify-content: center;
        }
        
        .home_chcete_tancit_card_img{
            width: 100%;    
        }
    
    #home_chcete_tancit {
        text-align: center;
        }
        
        #home_chcete_tancit #home_chcete_tancit_content #home_chcete_tancit_heading h2::before{
            display:none;
        }
    
  #home_chcete_tancit #home_chcete_tancit_content .home_chcete_tancit_card p {
    width: 100%; }
  #home_chcete_tancit #home_chcete_tancit_img {
    display: none; } }
    
            .home_recenze {
            text-align: center;
            position: relative;
            height: 25rem;
            background-color: #84CB08;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .recenze {
            position: absolute;
            width: 100%;
            height: 100%;
                display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            color: #373737 !important;
        }

        .recenze h2{
            font-size: 1.2rem;   
            font-weight: 600;
        }

        .recenze svg{
            width: 4rem ;   
            margin-bottom: 1rem;
        }

        .recenze.active {
            opacity: 1;
        }
        
        @media only screen and (max-width: 1600px){
                        .recenze svg{
            width: 3rem ;   
        }
        }

#home_galerie {
    background-color: white;
  padding: 6rem 10% 4rem 10%; }
  #home_galerie #home_galerie_heading h2 {
    font-weight: 600; }
    #home_galerie #home_galerie_heading h2::before {
      content: "";
      border-left: 4px solid #84CB08;
      margin-right: 0.5rem; }
  #home_galerie #home_galerie_content {
    display: flex;
    align-items: center;
    margin-top: 2rem; }
    
    @media only screen and (max-width: 1199px) {
        .gallery_control{
            display:none;    
        }
 }
    
    #home_galerie #home_galerie_content .home_gallery {
      width: 70%;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      #home_galerie #home_galerie_content .home_gallery a {
        width: 30%;
        position: relative;
        transition: 0.3s ease; }
        #home_galerie #home_galerie_content .home_gallery a img {
          width: 100%;
          object-fit: cover;
          height: 20rem;
          border-radius: 10px; }
        #home_galerie #home_galerie_content .home_gallery a::before {
          content: "";
          background-color: rgba(55, 55, 55, 0.3);
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          z-index: 20;
          transition: 0.3s ease;
          opacity: 0; }
        #home_galerie #home_galerie_content .home_gallery a:hover::before {
          opacity: 1; }
        @media only screen and (max-width: 1920px) {
          #home_galerie #home_galerie_content .home_gallery a img {
            height: 16rem; } }
        @media only screen and (max-width: 1000px) {
          #home_galerie #home_galerie_content .home_gallery a {
            width: 45%; } }
        @media only screen and (max-width: 745px) {
          #home_galerie #home_galerie_content .home_gallery a {
            width: 90%; }
            #home_galerie #home_galerie_content .home_gallery a img {
              height: 22rem; } }
      @media only screen and (max-width: 1199px) {
        #home_galerie #home_galerie_content .home_gallery {
          justify-content: center; } }
      @media only screen and (max-width: 1665px) {
        #home_galerie #home_galerie_content .home_gallery {
          width: 80%; } }
      @media only screen and (max-width: 1199px) {
        #home_galerie #home_galerie_content .home_gallery {
          width: 100%; } }
    #home_galerie #home_galerie_content #home_galerie_link a {
      text-decoration: none;
      color: #373737;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-weight: 600; }
      #home_galerie #home_galerie_content #home_galerie_link a i {
        color: #84CB08;
        transition: 0.3s ease; }
      #home_galerie #home_galerie_content #home_galerie_link a:hover {
        opacity: 70%; }
        #home_galerie #home_galerie_content #home_galerie_link a:hover i {
          transform: translateX(5px); }
    @media only screen and (max-width: 1199px) {
        
        #home_galerie #home_galerie_content #home_galerie_link a i{
            display:none;
        }
        
         #home_galerie #home_galerie_content #home_galerie_link a{
                background-color: #84CB08;
    padding: 0.7rem 2rem;
    border-radius: 4px; 
    color:white;
            }
        
      #home_galerie #home_galerie_content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 2rem; } }
  @media only screen and (max-width: 1199px) {
    #home_galerie {
      padding: 6rem 0 4rem 0; }
      #home_galerie #home_galerie_heading {
        padding: 0 5%; } }

#home_partneri {
  padding: 6rem 0;
  background-color: #373737; }
  #home_partneri #home_partneri_heading {
    color: white;
    padding: 0 10% 4rem 10%; }
    #home_partneri #home_partneri_heading h2 {
      font-weight: 600; }
      #home_partneri #home_partneri_heading h2::before {
        content: "";
        border-left: 4px solid #84CB08;
        margin-right: 0.5rem; }

#lektori_wrap {
  background-color: #373737; }

#lektori_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #lektori_welcome h1 {
    color: white;
    font-weight: 700; }

#lektori_lektori {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: -10rem; }
  #lektori_lektori .lektori_lektori_card {
    width: 15%;
    position: relative; }
    
            @media only screen and (max-width: 1920px){
                 #lektori_lektori .lektori_lektori_card {
                     width: 20%;
                }
        }
        
        @media only screen and (max-width: 1680px){
                 #lektori_lektori .lektori_lektori_card {
                     width: 21%;
                }
        }
        
         @media only screen and (max-width: 1360px){
                 #lektori_lektori .lektori_lektori_card {
                     width: 24%;
                }
                
                #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img{
                    height: 25rem;
                }
        }
    
    #lektori_lektori .lektori_lektori_card .lektori_lektori_card_overlay {
      opacity: 0;
      position: absolute;
      z-index: 100;
      color: white;
      text-align: center;
      width: 100%;
      height: 100%;
      transition: 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 4rem;
      padding-top: 10rem; }
      #lektori_lektori .lektori_lektori_card .lektori_lektori_card_overlay h3 {
        color: #84CB08; }
      #lektori_lektori .lektori_lektori_card .lektori_lektori_card_overlay a {
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
        display: flex;
        gap: 0.5;
        justify-content: center;
        align-items: center; }
        #lektori_lektori .lektori_lektori_card .lektori_lektori_card_overlay a i {
          color: #84CB08; }
    #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img {
      text-align: center; }
      #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img a {
        margin-top: -2.5rem;
        display: block;
        text-decoration: none;
        color: white;
        transition: 0.3s ease; }
      #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img {
        width: 100%;
        border-radius: 20px;
        height: 29rem;
        object-fit: cover;
        transition: 0.3s ease; }
        
                 @media only screen and (max-width: 1360px){
                
                #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img{
                    height: 25rem;
                }
        }
        
                         @media only screen and (max-width: 1199px){
                
                #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img{
                    height: 42rem;
                }
        }
        
                                 @media only screen and (max-width: 460px){
                
                #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img{
                    height: 30rem;
                }
        }
                
    #lektori_lektori .lektori_lektori_card:hover .lektori_lektori_card_img img {
      filter: grayscale(100%); }
    #lektori_lektori .lektori_lektori_card:hover .lektori_lektori_card_img a {
      opacity: 0; }
    #lektori_lektori .lektori_lektori_card:hover .lektori_lektori_card_overlay {
      opacity: 1; }
  @media only screen and (max-width: 1567px) {
    #lektori_lektori {
      padding: 0 5%; }
      #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img {
        width: 100%; } }
  @media only screen and (max-width: 1199px) {
    #lektori_lektori {
      flex-wrap: wrap;
      padding: 0; }
      #lektori_lektori .lektori_lektori_card {
        padding: 0.5rem 0;
        width: 40%; }
        #lektori_lektori .lektori_lektori_card .lektori_lektori_card_img img {
          width: 100%; } }
  @media only screen and (max-width: 666px) {
    #lektori_lektori .lektori_lektori_card {
      width: 90%; } }
      
      @media only screen and (max-width: 460px){
              #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img{
            height:30rem !imporntant;  
          
        }     
    }
     

#lektori_asistenti {
  padding: 4rem 0; }
  #lektori_asistenti #lektori_asistenti_heading {
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0; }
  #lektori_asistenti #lektori_asistenti_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 19%;
    gap: 1rem; }
    #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card {
      width: 24%;
      position: relative; }
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_overlay {
        opacity: 0;
        position: absolute;
        z-index: 100;
        color: white;
        text-align: center;
        width: 100%;
        height: 100%;
        transition: 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 4rem;
        padding-top: 10rem; }
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_overlay h3 {
          color: #84CB08; }
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_overlay a {
          text-decoration: none;
          color: white;
          font-size: 1.5rem;
          font-weight: 500;
          display: flex;
          gap: 0.5;
          justify-content: center;
          align-items: center; }
          #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_overlay a i {
            color: #84CB08; }
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img {
        text-align: center; }
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img a {
          margin-top: -2.5rem;
          display: block;
          text-decoration: none;
          color: white;
          transition: 0.3s ease; }
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img {
              width: 100%;
            border-radius: 20px;
            height: 29rem;
            object-fit: cover;
          transition: 0.3s ease; }
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card:hover .lektori_lektori_card_img img {
        filter: grayscale(100%); }
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card:hover .lektori_lektori_card_img a {
        opacity: 0; }
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card:hover .lektori_lektori_card_overlay {
        opacity: 1; }
    #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card {
      padding: 0.5rem 0; }
    @media only screen and (max-width: 1920px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 9%; } }
    @media only screen and (max-width: 1904px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 10%; } }
    @media only screen and (max-width: 1880px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 9.5%; } }
    @media only screen and (max-width: 1857px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 9%; } }
    @media only screen and (max-width: 1857px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 8.5%; } }
    @media only screen and (max-width: 1813px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 8%; } }
    @media only screen and (max-width: 1791px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 7.5%; } }
    @media only screen and (max-width: 1770px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 7%; } }
    @media only screen and (max-width: 1749px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 6.5%; } }
    @media only screen and (max-width: 1729px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 6%; } }
    @media only screen and (max-width: 1710px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 5.5%; } }
    @media only screen and (max-width: 1690px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 7%; } }
    @media only screen and (max-width: 1672px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 4.5%; } }
    @media only screen and (max-width: 1655px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 4%; } }
    @media only screen and (max-width: 1635px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 3.5%; } }
    @media only screen and (max-width: 1618px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 3%; } }
    @media only screen and (max-width: 1600px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 2.5%; } }
    @media only screen and (max-width: 1584px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 2%; } }
    @media only screen and (max-width: 1567px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0 5.5%;
        justify-content: center; }
        
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img{
            height: 25rem;
        }
        
        }
        
         @media only screen and (max-width: 1280px){

             #lektori_asistenti #lektori_asistenti_wrap{
                padding: 0 3%;     
            }
             
        }
        
    @media only screen and (max-width: 1249px) {
      #lektori_asistenti #lektori_asistenti_wrap {
        padding: 0; } }
    @media only screen and (max-width: 1199px) {
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card {
        width: 40%; }
        #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img {
          width: 100%; }
          
          #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img{
            height: 42rem;      
        }
          
          }
          
              @media only screen and (max-width: 460px) {          
          #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card .lektori_lektori_card_img img{
            height: 30rem;      
        }
          
          }
          
          
    @media only screen and (max-width: 666px) {
      #lektori_asistenti #lektori_asistenti_wrap .lektori_lektori_card {
        width: 90%; } }

#rozvrh {
  background-color: #373737; }

#rozvrh_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #rozvrh_welcome h1 {
    color: white;
    font-weight: 700; }

#rozvrh_rozvrh {
  margin-top: -17rem;
  display: flex;
  justify-content: center;
  gap: 5%;
  color: white; }
  #rozvrh_rozvrh #rozvrh_rozvrh_velky {
    width: 20%; }
    #rozvrh_rozvrh #rozvrh_rozvrh_velky h2 {
      font-size: 1.2rem; }
    #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list {
      border-radius: 20px;
      margin: 2rem 0; }
      #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list h3 {
        background-color: #84CB08;
        font-size: 1rem;
        padding: 0.5rem 1rem;
        margin: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list ul li {
          padding: 0.5rem 1rem;
          background-color: rgba(28, 28, 28, 0.65); }
          #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list ul li span {
            color: #84CB08; }
        #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list ul li:nth-child(even) {
          background-color: rgba(28, 28, 28, 0.45); }
        #rozvrh_rozvrh #rozvrh_rozvrh_velky .rozvrh_rozvrh_list ul li:last-child {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
  #rozvrh_rozvrh #rozvrh_rozvrh_maly {
    width: 20%; }
    #rozvrh_rozvrh #rozvrh_rozvrh_maly h2 {
      font-size: 1.2rem; }
    #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list {
      border-radius: 20px;
      margin: 2rem 0; }
      #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list h3 {
        background-color: #84CB08;
        font-size: 1rem;
        padding: 0.5rem;
        margin: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list ul li {
          padding: 0.5rem 1rem;
          background-color: rgba(28, 28, 28, 0.65); }
          #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list ul li span {
            color: #84CB08; }
        #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list ul li:nth-child(even) {
          background-color: rgba(28, 28, 28, 0.45); }
        #rozvrh_rozvrh #rozvrh_rozvrh_maly .rozvrh_rozvrh_list ul li:last-child {
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; }
  @media only screen and (max-width: 1920px) {
    #rozvrh_rozvrh #rozvrh_rozvrh_velky {
      width: 30%; }
    #rozvrh_rozvrh #rozvrh_rozvrh_maly {
      width: 30%; } }
  @media only screen and (max-width: 1521px) {
    #rozvrh_rozvrh #rozvrh_rozvrh_velky {
      width: 40%; }
    #rozvrh_rozvrh #rozvrh_rozvrh_maly {
      width: 40%; } }
  @media only screen and (max-width: 1199px) {
    #rozvrh_rozvrh {
      flex-wrap: wrap; }
      #rozvrh_rozvrh #rozvrh_rozvrh_velky {
        width: 90%; }
      #rozvrh_rozvrh #rozvrh_rozvrh_maly {
        width: 90%; } }

#rozvrh_cenik {
  padding: 6rem 0;
  color: white; }
  #rozvrh_cenik #rozvrh_cenik_heading {
    padding: 0 20%; }
    #rozvrh_cenik #rozvrh_cenik_heading h2 {
      font-weight: 600; }
      #rozvrh_cenik #rozvrh_cenik_heading h2::before {
        content: "";
        border-left: 4px solid #84CB08;
        margin-right: 0.5rem; }
  #rozvrh_cenik #rozvrh_cenik_content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 20%;
    justify-content: center; }
    #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card {
      width: 30rem;
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat;
      padding: 5rem 2rem 2.5rem 2rem;
      border-radius: 8px; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card h3 {
        font-size: 1.5rem;
        font-weight: 700; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card p {
        padding: 0;
        margin: 0;
        font-size: 2rem;
        font-weight: 600;
        margin-top: 2rem; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card span {
        opacity: 85%; }
    #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card:nth-child(6) {
        padding: 11rem 2rem 2.5rem 2rem;
      background-color: #242424;
      transition: 0.3s ease; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card:nth-child(6) a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        display: flex;
        gap: 0.5rem;
        transition: 0.3s ease; }
        #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card:nth-child(6) a:hover {
          gap: 1rem; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card:nth-child(6):hover {
        background-color: #84CB08; }
  @media only screen and (max-width: 1920px) {
    #rozvrh_cenik #rozvrh_cenik_heading {
      padding: 0 10%; }
    #rozvrh_cenik #rozvrh_cenik_content {
      padding: 2rem 10%; } }
  @media only screen and (max-width: 1880px) {
    #rozvrh_cenik #rozvrh_cenik_heading {
      padding: 0 5%; }
    #rozvrh_cenik #rozvrh_cenik_content {
      padding: 2rem 5%; } }
  @media only screen and (max-width: 1880px) {
    #rozvrh_cenik #rozvrh_cenik_content {
      padding: 2rem 0; }
      #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card {
        width: 25rem; } }
  @media only screen and (max-width: 1346px) {
    #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card {
      width: 30rem; } }
  @media only screen and (max-width: 1054px) {
    #rozvrh_cenik #rozvrh_cenik_content .rozvrh_cenik_card {
      width: 90%; } }

#galerie {
  background-color: #373737; }

#galerie_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #galerie_welcome h1 {
    color: white;
    font-weight: 700; }

#galerie_galerie {
  margin-top: -12rem; }
  #galerie_galerie .easy-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0 2%; }
    #galerie_galerie .easy-gallery a {
      width: 20%;
      position: relative;
      transition: 0.3s ease; }
      #galerie_galerie .easy-gallery a img {
        width: 100%;
        object-fit: cover;
        height: 20rem;
        border-radius: 10px; }
      #galerie_galerie .easy-gallery a::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        z-index: 20;
        transition: 0.3s ease;
        opacity: 0; }
      #galerie_galerie .easy-gallery a:hover::before {
        opacity: 1; }
    @media only screen and (max-width: 1809px) {
      #galerie_galerie .easy-gallery {
        padding: 0; } }
    @media only screen and (max-width: 1615px) {
      #galerie_galerie .easy-gallery a {
        width: 22%; } }
    @media only screen and (max-width: 1433px) {
      #galerie_galerie .easy-gallery a {
        width: 40%; } }
    @media only screen and (max-width: 960px) {
      #galerie_galerie .easy-gallery a {
        width: 45%; } }
    @media only screen and (max-width: 759px) {
      #galerie_galerie .easy-gallery a {
        width: 90%; } }
  #galerie_galerie #galerie_galerie_btn {
    display: flex;
    justify-content: center;
    padding: 2rem 0; }
    #galerie_galerie #galerie_galerie_btn a {
      text-decoration: none;
      text-align: center;
      background-color: #84CB08;
      color: white;
      transition: 0.3s ease;
      padding: 0.7rem 2rem;
      border-radius: 4px; }
      #galerie_galerie #galerie_galerie_btn a:hover {
        opacity: 70%; }

#onas {
  background-color: #373737; }

#onas_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #onas_welcome h1 {
    color: white;
    font-weight: 700; }

#onas_content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: -10rem; }
  #onas_content #onas_content_text {
    width: 35%;
    color: white; }
  @media only screen and (max-width: 1534px) {
    #onas_content #onas_content_text {
      width: 40%; } }
  @media only screen and (max-width: 1341px) {
    #onas_content #onas_content_text {
      width: 45%; } }
  @media only screen and (max-width: 1199px) {
    #onas_content {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      text-align: center;
      align-items: center; }
      #onas_content #onas_content_text {
        width: 90%; } }
  @media only screen and (max-width: 569px) {
    #onas_content #onas_content_img {
      width: 90%; }
      #onas_content #onas_content_img img {
        width: 100%; }
    #onas_content #onas_content_text img {
      width: 100%; } }

#onas_timeline {
  display: flex;
  justify-content: center;
  margin: 10rem 0;
  gap: 4rem; }
  #onas_timeline #onas_timeline_left #onas_timeline_prvni_left .onas_timeline_card {
    background-color: #84CB08;
    color: white;
    padding: 2rem;
    border-radius: 8px; }
    #onas_timeline #onas_timeline_left #onas_timeline_prvni_left .onas_timeline_card h2 {
      display: none; }
    #onas_timeline #onas_timeline_left #onas_timeline_prvni_left .onas_timeline_card strong {
      font-size: 1.2rem;
      display: block;
      margin-bottom: 1rem; }
    #onas_timeline #onas_timeline_left #onas_timeline_prvni_left .onas_timeline_card p span {
      font-weight: 700; }
    @media only screen and (max-width: 898px) {
      #onas_timeline #onas_timeline_left #onas_timeline_prvni_left .onas_timeline_card h2 {
        display: block; } }
  #onas_timeline #onas_timeline_left #onas_timeline_druha_left {
    margin-top: 41rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    #onas_timeline #onas_timeline_left #onas_timeline_druha_left .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_left #onas_timeline_druha_left .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_left #onas_timeline_druha_left .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_left #onas_timeline_druha_left .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_left #onas_timeline_druha_left .onas_timeline_card h2 {
          display: block; } }
  #onas_timeline #onas_timeline_left #onas_timeline_treti_left {
    margin-top: 27rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    #onas_timeline #onas_timeline_left #onas_timeline_treti_left .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_left #onas_timeline_treti_left .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_left #onas_timeline_treti_left .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_left #onas_timeline_treti_left .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_left #onas_timeline_treti_left .onas_timeline_card h2 {
          display: block; } }
  #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 27rem; }
    #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left .onas_timeline_card h2 {
          display: block; } }
  @media only screen and (max-width: 1199px) {
    #onas_timeline #onas_timeline_left {
      width: 30%; } }
  @media only screen and (max-width: 1059px) {
    #onas_timeline #onas_timeline_left {
      width: 35%; } }
  @media only screen and (max-width: 898px) {
    #onas_timeline #onas_timeline_left {
      width: 90%; } }
  #onas_timeline #onas_timeline_right #onas_timeline_prvni_right {
    margin-top: 28rem; }
    #onas_timeline #onas_timeline_right #onas_timeline_prvni_right .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_right #onas_timeline_prvni_right .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_right #onas_timeline_prvni_right .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_prvni_right .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_right #onas_timeline_prvni_right .onas_timeline_card h2 {
          display: block; } }
  #onas_timeline #onas_timeline_right #onas_timeline_druha_right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 40rem; }
    #onas_timeline #onas_timeline_right #onas_timeline_druha_right .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_right #onas_timeline_druha_right .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_right #onas_timeline_druha_right .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_druha_right .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_right #onas_timeline_druha_right .onas_timeline_card h2 {
          display: block; } }
  #onas_timeline #onas_timeline_right #onas_timeline_treti_right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 25rem; }
    #onas_timeline #onas_timeline_right #onas_timeline_treti_right .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_right #onas_timeline_treti_right .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_right #onas_timeline_treti_right .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_treti_right .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_right #onas_timeline_treti_right .onas_timeline_card h2 {
          display: block; } }
  #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 30rem; }
    #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right .onas_timeline_card {
      background-color: #84CB08;
      color: white;
      padding: 2rem;
      border-radius: 8px; }
      #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right .onas_timeline_card h2 {
        display: none; }
      #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right .onas_timeline_card strong {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right .onas_timeline_card p span {
        font-weight: 700; }
      @media only screen and (max-width: 898px) {
        #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right .onas_timeline_card h2 {
          display: block; } }
  @media only screen and (max-width: 1199px) {
    #onas_timeline #onas_timeline_right {
      width: 30%; } }
  @media only screen and (max-width: 1059px) {
    #onas_timeline #onas_timeline_right {
      width: 35%; } }
  @media only screen and (max-width: 898px) {
    #onas_timeline #onas_timeline_right {
      width: 90%; } }
  @media only screen and (max-width: 898px) {
    #onas_timeline {
      gap: 1rem;
      flex-wrap: wrap; }
      #onas_timeline #onas_timeline_timeline {
        display: none; }
      #onas_timeline #onas_timeline_left #onas_timeline_druha_left {
        margin-top: 1rem; }
      #onas_timeline #onas_timeline_left #onas_timeline_treti_left {
        margin-top: 1rem; }
      #onas_timeline #onas_timeline_left #onas_timeline_ctvrta_left {
        margin-top: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_prvni_right {
        margin-top: 0rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_druha_right {
        margin-top: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_treti_right {
        margin-top: 1rem; }
      #onas_timeline #onas_timeline_right #onas_timeline_ctvrta_right {
        margin-top: 1rem; } }

#kontakt {
  background-color: #373737; }

#kontakt_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #kontakt_welcome h1 {
    color: white;
    font-weight: 700; }

#kontakt_content {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: white;
  margin-top: -8rem;
  padding-bottom: 8rem; }
  #kontakt_content #kontakt_content_text h6 {
    font-size: 1.5rem; }
  #kontakt_content #kontakt_content_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 2rem 0; }
    #kontakt_content #kontakt_content_text ul li a {
      color: #84CB08; }
    #kontakt_content #kontakt_content_text ul .kontakt_content_tel a {
      text-decoration: none;
      color: white;
      opacity: 80%; }
  #kontakt_content #kontakt_content_text #kontakt_socky {
    display: flex;
    gap: 1rem; }
    #kontakt_content #kontakt_content_text #kontakt_socky a {
      color: white;
      transition: 0.3s ease;
      font-size: 2rem; }
      
      #kontakt_content #kontakt_content_text #kontakt_socky a:hover{
            color:#84CB08;  
        }
      
  @media only screen and (max-width: 1920px) {
    #kontakt_content {
      padding-bottom: 0rem; } }
  @media only screen and (max-width: 1142px) {
    #kontakt_content {
      flex-wrap: wrap; }
      #kontakt_content #kontakt_content_img {
        width: 70%; }
        #kontakt_content #kontakt_content_img img {
          width: 100%; }
      #kontakt_content #kontakt_content_text {
        width: 70%; } }
  @media only screen and (max-width: 789px) {
    #kontakt_content {
      flex-wrap: wrap; }
      #kontakt_content #kontakt_content_img {
        width: 90%; }
        #kontakt_content #kontakt_content_img img {
          width: 100%; }
      #kontakt_content #kontakt_content_text {
        width: 90%; } }

#footer_info {
  padding: 6rem 0;
  background-color: #373737;
  color: white;
  display: flex;
  justify-content: center; }
  #footer_info #footer_info_info {
    width: 20%; }
    #footer_info #footer_info_info #footer_info_heading {
      padding-bottom: 1rem; }
      #footer_info #footer_info_info #footer_info_heading h2 {
        font-weight: 600; }
        #footer_info #footer_info_info #footer_info_heading h2::before {
          content: "";
          border-left: 4px solid #84CB08;
          margin-right: 0.5rem; }
    #footer_info #footer_info_info .footer_info_text {
      margin: 2rem 0; }
      #footer_info #footer_info_info .footer_info_text strong {
        display: block; }
      #footer_info #footer_info_info .footer_info_text p {
        margin: 0;
        padding: 0; }
        #footer_info #footer_info_info .footer_info_text p strong {
          display: inline !important; }
        #footer_info #footer_info_info .footer_info_text p a {
          text-decoration: none;
          color: white; }
        #footer_info #footer_info_info .footer_info_text p .footer_mail {
          color: #84CB08;
          text-decoration: underline; }
    #footer_info #footer_info_info .footer_info_social {
      display: flex;
      gap: 1rem; }
      #footer_info #footer_info_info .footer_info_social a {
        font-size: 2rem;
        transition: 0.3s ease;
        color: white; }
        
        #footer_info #footer_info_info .footer_info_social a:hover {
            color: #84CB08;
        }
        
  #footer_info #footer_info_form {
    position: relative;
    width: 20%; }
    #footer_info #footer_info_form #contactus .contact-box {
      display: flex;
      justify-content: center; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form {
      background-color: #242424;
      padding-bottom: 1rem;
      border-radius: 20px;
      width: 100%; }
      
      
      @media only screen and (max-width: 914px){
        #footer_info #footer_info_form #contactus .contact-box .contact-form{
               padding: 1rem 7%;
        }
    }
    
    #footer_info_form_disable_overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(10px);
        border: 1px solid #84CB08;
        border-radius: 20px;
        text-align: center;   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 3rem;
    }
          
    #footer_info_form_disable_overlay i{
        color:#84CB08;
        font-size: 3rem;
        display: block;
        margin-bottom: 1rem;
    }
    
    #footer_info_form_disable_overlay strong{
        color:white;
        display: block;
        font-size: 1.2rem;
    }
    
    #footer_info_form_disable_overlay span{
        color: #84CB08;
        display: block;
        font-size: 1.2rem;
    }
      
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form {
      width: 100%;
      padding: 2vh 3vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form .item-form {
      text-align: center;
      color: rgba(255, 255, 255, 0.5); }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form .item-form .big-number {
      font-size: 24px;
      font-weight: 600; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form .item-form .krok {
      font-size: 16px;
      font-weight: 600; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form .active {
      color: white !important; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .header-form .line {
      margin: 1.2rem 0;
      border: 0.2px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form button:disabled,
    #footer_info #footer_info_form #contactus .contact-box .contact-form button[disabled] {
      background-color: rgba(0, 0, 0, 0) !important; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .buttons {
      display: flex;
      align-items: center;
      margin: 2rem 0;
      justify-content: space-between; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .buttons .active {
      color: rgba(255, 255, 255, 0.5) !important; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .buttons .back {
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.5);
      border: none; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .buttons .next {
      padding: 0.5rem 3rem;
      font-weight: 600;
      background-color: #84CB08;
      color: white;
      border-radius: 8px;
      border: none; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .form {
      margin: 2vh 3vw; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .form .title {
      font-size: 24px;
      text-align: center;
      margin-bottom: 1rem;
      font-weight: 600; }
    #footer_info #footer_info_form #contactus .contact-box .contact-form .form input {
      margin-top: 2vh;
      width: 100%;
      border: none;
      background-color: #373737;
      font-weight: 500;
      color: white;
      border-radius: 4px;
      padding: 0.5rem;
      max-height: 30vh; }
      
      
       #footer_info #footer_info_form #contactus .contact-box .contact-form .form input[type=checkbox]{
                   margin-top: 0.2rem;
    margin-right: 0.5rem;
           }
      
    #footer_info #footer_info_form #contactus .contact-box .contact-form .form textarea {
              width: 100%;
      border: none;
      background-color: #373737;
      font-weight: 500;
      color: white;
      border-radius: 4px;
      padding: 0.5rem;
      max-height: 10vh;
      min-height: 10vh; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info {
      margin-left: 4vw;
      display: flex;
      flex-flow: column wrap;
      gap: 20px;
      justify-content: center; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem {
      display: flex;
      align-items: center; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem .c-icon {
      width: 5vw;
      height: 5vw;
      display: flex;
      justify-content: center;
      text-align: center;
      background-color: rgba(28, 28, 27, 0.1);
      border-radius: 20px; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem .c-icon img {
      width: 2vw; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem .c-text {
      margin-left: 1vw; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem .c-text .c-title {
      color: #84CB08;
      font-weight: 600;
      font-size: 23px; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .c-mainitem .c-text a {
      text-decoration: none;
      color: black; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .smallicons {
      display: flex;
      flex-flow: row wrap; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .smallicons .si-icon:hover {
      background-color: #000;
      transition: all 0.3s; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .smallicons .si-icon:hover path {
      fill: #84CB08; }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .smallicons .si-icon {
      transition: all 0.3s;
      margin: 3vh 1vw 0 0;
      border-radius: 10px;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-items: center;
      /* Safari 7.0+ */
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 3vw;
      height: 3vw;
      background-color: rgba(28, 28, 27, 0.1); }
    #footer_info #footer_info_form #contactus .contact-box .contact-info .smallicons .si-icon svg {
      width: 1.5vw; }
    #footer_info #footer_info_form #contactus .hidden {
      display: none !important; }
    #footer_info #footer_info_form #contactus #sending-form, #footer_info #footer_info_form #contactus #sended-form {
      height: 75%;
      text-align: center;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      padding: 0 2vw; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller, #footer_info #footer_info_form #contactus #sended-form .lds-roller {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div, #footer_info #footer_info_form #contactus #sended-form .lds-roller div {
      animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      transform-origin: 40px 40px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:after {
      content: " ";
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #000;
      margin: -4px 0 0 -4px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(1), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(1) {
      animation-delay: -0.036s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(1):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(1):after {
      top: 63px;
      left: 63px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(2), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(2) {
      animation-delay: -0.072s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(2):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(2):after {
      top: 68px;
      left: 56px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(3), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(3) {
      animation-delay: -0.108s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(3):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(3):after {
      top: 71px;
      left: 48px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(4), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(4) {
      animation-delay: -0.144s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(4):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(4):after {
      top: 72px;
      left: 40px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(5), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(5) {
      animation-delay: -0.18s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(5):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(5):after {
      top: 71px;
      left: 32px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(6), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(6) {
      animation-delay: -0.216s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(6):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(6):after {
      top: 68px;
      left: 24px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(7), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(7) {
      animation-delay: -0.252s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(7):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(7):after {
      top: 63px;
      left: 17px; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(8), #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(8) {
      animation-delay: -0.288s; }
    #footer_info #footer_info_form #contactus #sending-form .lds-roller div:nth-child(8):after, #footer_info #footer_info_form #contactus #sended-form .lds-roller div:nth-child(8):after {
      top: 56px;
      left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    #footer_info #footer_info_form #contactus #sending-form .title-form, #footer_info #footer_info_form #contactus #sended-form .title-form {
      font-weight: 600;
      color: #84CB08;
      font-size: 20px;
      margin: 2vh 0; }
    #footer_info #footer_info_form #contactus #sending-form p, #footer_info #footer_info_form #contactus #sended-form p {
      font-weight: 500; }
    #footer_info #footer_info_form input[type="checkbox"] {
      appearance: none;
      background-color: #fff !important;
      margin: 0;
      font: inherit;
      color: #FFA60D;
      width: 0.15em !important;
      height: 0.15em !important;
      border: 0.15em solid #FFA60D;
      border-radius: 0.15em;
      display: grid;
      place-content: center; }
    #footer_info #footer_info_form input[type="checkbox"]::before {
      content: "";
      background-color: #FFA60D;
      width: 0.65em;
      height: 0.65em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 1em #FFA60D;
      background-color: CanvasText;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    #footer_info #footer_info_form input[type="checkbox"]:checked::before {
      transform: scale(1); }
    #footer_info #footer_info_form .form-step a {
      text-decoration: none;
      color: #84CB08;
      font-weight: 600; }
  @media only screen and (max-width: 1920px) {
    #footer_info #footer_info_info {
      width: 25%; }
    #footer_info #footer_info_form {
      width: 25%; } }
  @media only screen and (max-width: 1604px) {
    #footer_info #footer_info_info {
      width: 30%; }
    #footer_info #footer_info_form {
      width: 30%; } }
  @media only screen and (max-width: 1280px) {
    #footer_info #footer_info_info {
      width: 40%; }
    #footer_info #footer_info_form {
      width: 40%; } }
  @media only screen and (max-width: 914px) {
    #footer_info {
      flex-wrap: wrap;
      gap: 4rem; }
      #footer_info #footer_info_info {
        width: 90%;
        text-align: center; }
        #footer_info #footer_info_info .footer_info_social {
          justify-content: center; }
      #footer_info #footer_info_form {
        width: 50%; } }
  @media only screen and (max-width: 733px) {
    #footer_info #footer_info_form {
      width: 70%; } }
  @media only screen and (max-width: 499px) {
    #footer_info #footer_info_form {
      width: 90%; } }

#footer_logo {
  padding: 4rem 0;
  background-color: #373737;
  display: flex;
  justify-content: center; }

#footer_copy {
  text-align: center;
  background-color: #84CB08;
  padding: 0.5rem 0; }
  #footer_copy p {
    padding: 0;
    margin: 0;
    color: #373737; }
    #footer_copy p a {
      text-decoration: none;
      color: #373737;
      font-weight: 700; }
      
      
      
      #gdpr_welcome {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem; }
  #gdpr_welcome h1 {
    color: white;
    font-weight: 700; }
      
       #gdpr_content {
    padding: 0 10%;
    margin-top: -10rem;
    color: white;
  }
  #gdpr_content .gdpr_block h2 {
    color: #84CB08;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  #gdpr_content .gdpr_block p {
    padding: 1rem 0;
  }
  #gdpr_content .gdpr_block a {
    color: #84CB08;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  #gdpr_content .gdpr_block a:hover {
    opacity: 70%;
  }
  
    #gdpr_content .gdpr_block ul{
        list-style:none;
    }
    
    #gdpr_content .gdpr_block ul li::before{
       content: "-";
       color: #84CB08;
       margin-right: 0.5rem;
    }
  

  @media only screen and (max-width: 1199px) {
    #gdpr_content {
      padding: 0 5%;
    }
  }
      
