@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 {
  font-family: "Poppins", sans-serif;
  color: #3D3D3D; }

::selection {
  color: white;
  background: #FF6307; }

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: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%); }

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

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

.bg-light {
  background-color: #ffffff !important; }

.nav-link {
  color: #3D3D3D !important;
  font-weight: 500;
  transition: 0.3s ease; }
  .nav-link:hover {
    color: black !important;
}

@media only screen and (max-width: 1199px){
    .nav-link{
        text-align: center;    
    }    
    
    .navbar-nav{
        padding: 2rem 0 !important;    
    }
}

a{
    cursor: pointer !important;    
    
}



.navbar-toggler {
  border: 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(136, 0, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-nav{
    gap: 1rem;  
}

.navbar {
  padding: 1.2rem 10%; }
  @media only screen and (max-width: 611px) {
    .navbar {
      padding: 1rem 0; } }

.dropdown-menu {
  border: none !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }
.dropdown-menu i {
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 0.5rem;
}

.dropdown-menu .rightitem {
  color:#3D3D3D;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  font-weight: 600;
}

  .dropdown-item:active {
    background-color: white;
    color: black;
  }

#dropdownMenuButton1 .rightitem {
  color: #3D3D3D;
    text-align: right;
    position: absolute;
    right: 2.5rem;
    font-weight: 600;
}

.dropdown-item {
  position:relative
}

#home_welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 2.5rem; }
  #home_welcome #home_welcome_text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #home_welcome #home_welcome_text h1 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      text-align: center;
      font-weight: 700;
      font-size:4rem;
      padding-bottom: 0.5rem; }
    #home_welcome #home_welcome_text p {
      font-size: 1.4rem;
      text-align: center;
      width: 100%; }
    #home_welcome #home_welcome_text #home_welcome_tabs{
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
    }
    #home_welcome #home_welcome_text #home_welcome_tabs .tabs {
      display: flex;
      margin-bottom: 10px;
      background-color: #f5f5f5;
      width: fit-content;
      padding: 0.5rem;
      border-radius: 10px;
      gap: 1rem; }

      @media only screen and (max-width: 458px){
        #home_welcome #home_welcome_text #home_welcome_tabs .tabs{
          flex-wrap: wrap;
          justify-content: center;
        }
      }

    #home_welcome #home_welcome_text #home_welcome_tabs .tab-button {
      padding: 0.5rem 1.5rem;
      background-color: transparent;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
      font-weight: 600;
      border-radius: 10px;
      color: #3D3D3D !important; }
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-button.active {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      color: #fff !important; }
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-content {
      width: 100%;
      padding: 10px; }
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel {
      justify-content: center;
      display: none; }
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a { 
      width:30%
    }

    #home_welcome #home_welcome_text #home_welcome_tabs .home_tab_card {
      text-align: center;
      width: 100%;
      padding-top: 2rem;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }
      #home_welcome #home_welcome_text #home_welcome_tabs .home_tab_card i {
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 2rem; }
      #home_welcome #home_welcome_text #home_welcome_tabs .home_tab_card p {
        margin-top: 1rem;
        width: 100%;
        font-weight: 600; }
      #home_welcome #home_welcome_text #home_welcome_tabs .home_tab_card div {
          cursor: pointer;
        padding: 0.7rem 0;
        background-color: #3D3D3D;
        color: #ffffff !important;
        text-decoration: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: 0.3s ease; }
        #home_welcome #home_welcome_text #home_welcome_tabs .home_tab_card div:hover {
          background-color: #F54686; }
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel.active {
      display: flex;
      gap: 1rem;
      animation: fade 0.5s; }

      #home_welcome_follow_us{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
      }

      #home_welcome_follow_us #home_welcome_follow_us_img{
        width: 10%;
        display: flex;
      }

      .home_welcome_follow_us_card:nth-child(1){
        margin-left: 0rem;
      }

      .home_welcome_follow_us_card{
        margin-left: -0.3rem;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        border-radius: 100%;
        padding: 0.1rem;
      }

      #home_welcome_follow_us #home_welcome_follow_us_img img{
        object-fit: cover;
        border-radius: 100%;
        width: 100%;
      }


@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  #home_welcome #home_welcome_img {
    width: 40%; }
  @media only screen and (max-width: 1719px) {
    #home_welcome #home_welcome_text h1 br {
      display: none; } }
  @media only screen and (max-width: 1719px) {
    #home_welcome #home_welcome_text p {
      width: 100%; } 
    #home_welcome #home_welcome_text  {
      width: 60%; } }
  @media only screen and (max-width: 1366px) {
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a {
      width: 33%; } }
  @media only screen and (max-width: 1199px) {
    #home_welcome {
      flex-wrap: wrap;
      padding-top: 2.5rem;
      align-items: center; }
      #home_welcome #home_welcome_text {
        width: 90%;
        text-align: center; }
        #home_welcome #home_welcome_text h1 br {
          display: block; }
        #home_welcome #home_welcome_text #home_welcome_tabs #home_tab_btn_wrap {
          display: flex;
          justify-content: center; }
        #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel.active {
          justify-content: center; }
          #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a {
          width: 30%; }
      #home_welcome #home_welcome_img {
        width: 70%; } }

        @media only screen and (max-width: 1006px){
          #home_welcome_follow_us #home_welcome_follow_us_img{
            width: 15%;
          }
        }

        @media only screen and (max-width: 687px){
          #home_welcome_follow_us #home_welcome_follow_us_img{
            width: 20%;
          }
        }

        @media only screen and (max-width: 512px){
          #home_welcome_follow_us #home_welcome_follow_us_img{
            width: 25%;
          }
        }

  @media only screen and (max-width: 800px) {
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a {
      width: 30%; } }
  @media only screen and (max-width: 600px) {
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel.active {
      flex-wrap: wrap;
      gap: 4rem; }
      #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a {
      width: 50%; } }
  @media only screen and (max-width: 433px) {
    #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel.active {
      flex-wrap: wrap;
      gap: 4rem; }
      #home_welcome #home_welcome_text #home_welcome_tabs .tab-panel a {
      width: 70%; }
    #home_welcome #home_welcome_img {
      width: 90%; } }

#home_scroll {
  display: flex;
  justify-content: center;
  margin-top: 10%; }
  #home_scroll a {
    transition: 0.3s ease; }
    #home_scroll a:hover {
      transform: translateY(5px); }
  @media only screen and (max-width: 1199px) {
    #home_scroll {
      display: none; } }

#home_probeh {
  margin-top: -0.5rem;
  padding: 6rem 0; }
  #home_probeh #jak_to_probiha {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #home_probeh #jak_to_probiha h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 700; }
  #home_probeh #home_probeh_content {
    display: flex;
    justify-content: center;
    gap: 2rem; }
    #home_probeh #home_probeh_content .home_probeh_card {
      width: 25%; }
      #home_probeh #home_probeh_content .home_probeh_card h3 {
        margin-top: -1rem;
        padding-left: 5%;
        font-weight: 600; }
      #home_probeh #home_probeh_content .home_probeh_card p {
        padding-left: 5%; }
    @media only screen and (max-width: 1199px) {
      #home_probeh #home_probeh_content .home_probeh_card {
        width: 30%; } }
    @media only screen and (max-width: 852px) {
      #home_probeh #home_probeh_content {
        flex-wrap: wrap; }
        #home_probeh #home_probeh_content .home_probeh_card {
          width: 90%;
          text-align: center; }
          #home_probeh #home_probeh_content .home_probeh_card h3 {
            padding-left: 0; }
          #home_probeh #home_probeh_content .home_probeh_card p {
            padding-left: 0; } }
  #home_probeh #home_probeh_btn {
    margin-top: 4rem;
    display: flex;
    justify-content: center; }
    #home_probeh #home_probeh_btn a {
      text-decoration: none;
      color: #ffffff;
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      padding: 0.7rem 1.5rem;
      font-weight: 600;
      border-radius: 10px;
      transition: 0.3s ease; }
      .button-center {
        width:100%;
        display:flex;
        justify-content: center;
      }
      .recenze_btn a {
        text-decoration: none;
        color: #ffffff;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        padding: 0.7rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: 0.3s ease; }
        .recenze_btn_big {    
          margin-top: 2rem;
        }
      .recenze_btn_big a {
        text-decoration: none;
        color: #ffffff;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        padding: 1.0rem 2.1rem;
        font-weight: 700;
        border-radius: 10px;
        margin-top: 6rem;
        font-size: 1.1rem;
        transition: 0.3s ease; }
      #home_probeh #home_probeh_btn a:hover {
        transform: scale(1.02); }

#home_ukazka {
  background: url("/assets/images/home/dividery/divider_top.svg"), linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-repeat: no-repeat;
  background-size: 100% cover; }
  #home_ukazka #home_carousel {
    position: relative;
    width: 100%;
    height: 50rem;
    overflow: hidden; }
  #home_ukazka .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50rem;
    opacity: 0;
    transition: opacity 0.5s; }
  #home_ukazka #home_carousel_content {
    display: flex;
    align-items: center;
    height: 50rem;
    gap: 4rem;
    color: #ffffff; }
    #home_ukazka #home_carousel_content .carousel_img_mobil {
      display: none; }
    #home_ukazka #home_carousel_content .slide_content {
      width: 40%; }
      #home_ukazka #home_carousel_content .slide_content h2 {
        font-weight: 700; }
      #home_ukazka #home_carousel_content .slide_content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 0.5rem; }
        
        #home_ukazka #home_carousel_content .slide_content ul li i{
            font-size: 0.8rem;    
        }
        
      #home_ukazka #home_carousel_content .slide_content p {
        margin-top: 1rem;
        opacity: 100%; }
      #home_ukazka #home_carousel_content .slide_content .slide_content_text {
        opacity: 80%; }
        #home_ukazka #home_carousel_content .slide_content .slide_content_text::before {
          content: '"'; }
        #home_ukazka #home_carousel_content .slide_content .slide_content_text::after {
          content: '"'; }
      #home_ukazka #home_carousel_content .slide_content .slide_content_followers {
        margin-top: 2rem;
        display: flex;
        gap: 2rem; }
        #home_ukazka #home_carousel_content .slide_content .slide_content_followers p {
          margin: 0;
          padding: 0;
          font-size: 1.5rem;
          font-weight: 600; }
        #home_ukazka #home_carousel_content .slide_content .slide_content_followers span {
          font-weight: 600; }
  #home_ukazka .slide.active {
    opacity: 1; }
  #home_ukazka .slide h2,
  #home_ukazka .slide p,
  #home_ukazka .slide button,
  #home_ukazka .slide span,
  #home_ukazka .slide ul {
    opacity: 0;
    transition: opacity 0.5s 0.5s; }
  #home_ukazka .slide.active h2,
  #home_ukazka .slide.active p,
  #home_ukazka .slide.active button,
  #home_ukazka .slide.active span,
  #home_ukazka .slide.active ul {
    opacity: 1; }
  #home_ukazka #home_tab_card_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 50rem;
    gap: 1.5rem; }
  #home_ukazka .prev,
  #home_ukazka .next {
    position: relative;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s; }
  #home_ukazka .next {
    right: 15rem;
    padding: 0.4rem 2.2rem;
    background-color: #ffffff;
    color: #3D3D3D;
    border: 2px solid #ffffff; }
  #home_ukazka .prev {
    right: 15rem;
    padding: 0.4rem 0.95rem;
    border: 2px solid #ffffff;
    color: #ffffff; }
  @media only screen and (max-width: 1646px) {
    #home_ukazka .next {
      right: 10rem; }
    #home_ukazka .prev {
      right: 10rem; } }
  @media only screen and (max-width: 1529px) {
    #home_ukazka .next {
      right: 5rem; }
    #home_ukazka .prev {
      right: 5rem; } }
  @media only screen and (max-width: 1366px) {
    #home_ukazka #home_carousel_content {
      gap: 2rem; }
      #home_ukazka #home_carousel_content img {
        width: 30%; } }
  @media only screen and (max-width: 1200px) {
    #home_ukazka #home_carousel_content {
      gap: 2rem; }
      #home_ukazka #home_carousel_content img {
        width: 40%; }
      #home_ukazka #home_carousel_content .slide_content {
        width: 50%; }
    #home_ukazka #home_tab_card_wrap {
      margin-top: -6rem;
      flex-direction: row-reverse;
      justify-content: center; }
    #home_ukazka .next {
      width: 100%;
      right: 0rem; }
    #home_ukazka .prev {
      width: 100%;
      right: 0rem; } }
  @media only screen and (max-width: 963px) {
    #home_ukazka #home_carousel {
      height: 85rem; }
    #home_ukazka #home_tab_card_wrap {
      margin-top: 45%; }
    #home_ukazka #home_carousel_content {
      margin-top: 10rem;
      gap: 2rem;
      flex-wrap: wrap;
      justify-content: center; }
      #home_ukazka #home_carousel_content img {
        width: 30%; }
      #home_ukazka #home_carousel_content .carousel_img_mobil {
        display: block; }
      #home_ukazka #home_carousel_content .carousel_img_pc {
        display: none; }
      #home_ukazka #home_carousel_content .slide_content {
        width: 90%;
        text-align: center; }
        #home_ukazka #home_carousel_content .slide_content ul {
          justify-content: center; }
        #home_ukazka #home_carousel_content .slide_content .slide_content_followers {
          justify-content: center; } }
  @media only screen and (max-width: 750px) {
    #home_ukazka #home_carousel {
      height: 70rem; }
    #home_ukazka #home_tab_card_wrap {
      margin-top: 40%; }
      #home_welcome #home_welcome_text h1 {
        font-size: 2.5rem;
      }
      #home_welcome #home_welcome_text p { 
        font-size:1.2rem;
      }

    
    }
  @media only screen and (max-width: 490px) {
    #home_ukazka #home_carousel {
      height: 70rem; }
    #home_ukazka #home_carousel_content img {
      width: 47%; }
    #home_ukazka #home_tab_card_wrap {
      margin-top: 50%; } }
  @media only screen and (max-width: 490px) {
    #home_ukazka #home_carousel {
      height: 75rem; }
    #home_ukazka #home_tab_card_wrap {
      margin-top: 70%; } }
      
      
      @media only screen and (min-width: 1901px){
          #home_ukazka #home_carousel{
            height: 70rem;      
        }
        
        #home_ukazka #home_carousel_content{
            height: 75rem;    
        }
        

        
        #home_ukazka #home_tab_card_wrap{
            height: 75rem;    
        }
    }

#home_html {
  padding: 4rem 0; }
  #home_html #home_html_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #home_html #home_html_heading h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 600; }
  #home_html #home_html_content {
    margin-top: 2rem;
    width: 80%;
    margin: 0 10%;
    justify-content: center;
    align-items: center; }

#home_proc {
  padding: 4rem 0; }
  #home_proc #home_proc_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #home_proc #home_proc_heading h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 600; }
  #home_proc #home_proc_content {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem; }
    #home_proc #home_proc_content #home_proc_cards {
      width: 50%;
      display: flex;
      flex-wrap: wrap; }
      #home_proc #home_proc_content #home_proc_cards .home_proc_card {
        padding: 1.5rem;
        width: 40%;
        margin: 1rem;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        border-radius: 10px; }
        #home_proc #home_proc_content #home_proc_cards .home_proc_card i {
          background: #ff6307;
          background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          font-size: 2rem; }
        #home_proc #home_proc_content #home_proc_cards .home_proc_card h3 {
          margin-top: 1rem;
          font-size: 1.5rem;
          font-weight: 600; }
        #home_proc #home_proc_content #home_proc_cards .home_proc_card p {
          margin: 0;
          padding: 0; }
    @media only screen and (max-width: 1615px) {
      #home_proc #home_proc_content {
        gap: 5rem; }
        #home_proc #home_proc_content #home_proc_cards {
          width: 60%; } }
    @media only screen and (max-width: 1333px) {
      #home_proc #home_proc_content {
        gap: 2rem; }
        #home_proc #home_proc_content #home_proc_cards {
          width: 70%; } }
    @media only screen and (max-width: 1273px) {
      #home_proc #home_proc_content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center; }
        #home_proc #home_proc_content #home_proc_cards {
          width: 90%;
          justify-content: center; }
          #home_proc #home_proc_content #home_proc_cards .home_proc_card {
            width: 90%;
            margin: 1rem 0; }
        #home_proc #home_proc_content #home_proc_img {
          display: none; } }

#home_recenze {
  background: url("/assets/images/home/dividery/divider_top.svg"), url("/assets/images/home/dividery/divider_dole.svg");
  background-color: #f5f5f5;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top, bottom;
  padding: 10rem 0; }
  #home_recenze #home_recenze_heading {
      display: flex;
      flex-direction: column;
      align-items:center;
    text-align: center; }
    #home_recenze #home_recenze_heading h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 600; }
  #home_recenze #home_recenze_content {
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem; }
    #home_recenze #home_recenze_content .home_recenze_card {
      width: 20%;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      padding: 1.5rem 2rem;
      border-radius: 10px; }
      #home_recenze #home_recenze_content .home_recenze_card strong {
        font-weight: 700; }
        #home_recenze #home_recenze_content .home_recenze_card strong i {
          color: #009E2F; }
      #home_recenze #home_recenze_content .home_recenze_card ul {
        margin: 0;
        padding: 0;
            background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
        list-style: none;
        display: flex; }
        #home_recenze #home_recenze_content .home_recenze_card ul li i {
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent; }
      #home_recenze #home_recenze_content .home_recenze_card .home_recenze_card_text {
        margin-top: 0.5rem; }
        #home_recenze #home_recenze_content .home_recenze_card .home_recenze_card_text p {
          margin: 0;
          font-size: 0.7rem;
          padding: 0; }
      @media only screen and (max-width: 1662px) {
        #home_recenze #home_recenze_content .home_recenze_card {
          width: 30%; } }
      @media only screen and (max-width: 1136px) {
        #home_recenze #home_recenze_content .home_recenze_card {
          width: 70%; } }
      @media only screen and (max-width: 820px) {
        #home_recenze #home_recenze_content .home_recenze_card {
          width: 90%; } }
    @media only screen and (max-width: 1136px) {
      #home_recenze #home_recenze_content {
        flex-wrap: wrap; } }
  #home_recenze #home_recenze_btn {
    display: flex;
    justify-content: center; }
    #home_recenze #home_recenze_btn a {
      text-decoration: none;
      color: #ffffff;
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      padding: 0.7rem 1.5rem;
      font-weight: 600;
      border-radius: 10px;
      transition: 0.3s ease; }
      #home_recenze #home_recenze_btn a:hover {
        transform: scale(1.02); }
  @media only screen and (max-width: 820px) {
    #home_recenze {
      padding: 8rem 0; } }

#home_oblibene_sluzby {
  padding: 4rem 0; }
  #home_oblibene_sluzby #home_oblibene_sluzby_heading {
    padding-left: 10%; }
    #home_oblibene_sluzby #home_oblibene_sluzby_heading h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 600; }
  #home_oblibene_sluzby #home_oblibene_sluzby_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -6rem;
    padding-left: 10%; }
    #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      width: 50%; }
      #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby a {
        width: 40%;
      }
      #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby .home_oblibene_sluzby_card {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
        border-radius: 10px; }
        #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby .home_oblibene_sluzby_card p {
          margin: 0;
          padding: 0.8rem 0;
          padding-left: 1rem;
          display: flex;
          align-items: center;
          gap: 0.5rem;
          font-weight: 700; }
          #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby .home_oblibene_sluzby_card p i {
            background: #ff6307;
            background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-size: 1.5rem; }
        #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby .home_oblibene_sluzby_card a {
          text-decoration: none;
          background-color: #3D3D3D;
          font-weight: 600;
          color: #ffffff;
          height: 100%;
          padding: 0 1rem;
          display: flex;
          justify-content: center;
          text-align: center;
          align-items: center;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          transition: 0.3s ease; }
          #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby .home_oblibene_sluzby_card a:hover {
            background-color: #FF6307; }
    #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_img {
      width: 40%; }
      #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_img img {
        width: 100%; }
  @media only screen and (max-width: 1717px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby {
      width: 60%; } }
  @media only screen and (max-width: 1480px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_content {
      margin-top: -2rem; }
      }
  @media only screen and (max-width: 1260px) {
    #home_oblibene_sluzby {
      justify-content: center; }
      #home_oblibene_sluzby #home_oblibene_sluzby_content {
        margin-top: 4rem;
        flex-wrap: wrap;
        padding-left: 0;
        justify-content: center; }
        #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby {
          width: 90%;
          justify-content: center; }
           }
  @media only screen and (max-width: 1070px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_img {
      width: 70%; }
      #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_img img {
        width: 100%; } }
  @media only screen and (max-width: 765px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_heading {
      text-align: center;
      padding-left: 0; }
    }
  @media only screen and (max-width: 615px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_img {
      width: 90%; }
      #home_oblibene_sluzby #home_oblibene_sluzby_content #home_oblibene_sluzby_sluzby a {
        width: 90%;
      } }
  @media only screen and (max-width: 765px) {
    #home_oblibene_sluzby #home_oblibene_sluzby_heading h2 br {
      display: none; } }

#faq_content {
  padding: 6rem 0; }
  #faq_content #faq_heading {
      display: flex;
      flex-direction: column;
      align-items: center;
    text-align: center; }
    #faq_content #faq_heading h1 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 700; }
  #faq_content #faq_content_content {
    padding: 4rem 30% 2rem 30%; }
    #faq_content #faq_content_content .accordion-item {
      border: none;
      border-radius: 10px !important;
      margin-bottom: 1.3rem;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }
      #faq_content #faq_content_content .accordion-item h2 {
        border-radius: 10px !important; }
        #faq_content #faq_content_content .accordion-item h2 button {
          border-radius: 10px !important;
          font-weight: 600; }
    #faq_content #faq_content_content .accordion-button:focus {
      box-shadow: none; }
    #faq_content #faq_content_content .accordion-button:after {
      background-image: url("/assets/images/home/faq/fa_arrow.svg") !important;
      background-position: center !important; }
    #faq_content #faq_content_content .accordion-button:not(.collapsed) {
      box-shadow: none !important;
      background-color: #ffffff; }
    @media only screen and (max-width: 1637px) {
      #faq_content #faq_content_content {
        padding: 4rem 20%; } }
    @media only screen and (max-width: 1111px) {
      #faq_content #faq_content_content {
        padding: 4rem 10%; } }
    @media only screen and (max-width: 757px) {
      #faq_content #faq_content_content {
        padding: 4rem 5%; } }
    @media only screen and (max-width: 628px) {
      #faq_content #faq_content_content {
        padding: 4rem 2%; } }
  #faq_content #faq_link {
    text-align: center; }
    #faq_content #faq_link p {
      font-weight: 600; }
      #faq_content #faq_link p a {
        text-decoration: none;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-weight: 700;
        transition: 0.3s ease; }

#Kontakt_heading {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  #Kontakt_heading h1 {
    background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    width: fit-content;
    font-weight: 700; }
  #Kontakt_heading p a {
    text-decoration: none;
    font-weight: 700;
    color: #3D3D3D; }

#kontakt_form {
  padding: 2rem 0;
  display: flex;
  justify-content: center; }
  #kontakt_form form {
    width: 40%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 4% 5%; }
    #kontakt_form form .accordion-item {
      border: none;
      border-radius: 10px !important;
      margin-bottom: 2rem; }
      #kontakt_form form .accordion-item h2 {
        border-radius: 10px !important; }
        #kontakt_form form .accordion-item h2 button {
          background-color: #f5f5f5;
          border-radius: 10px !important;
          font-weight: 600;
          height: 3rem; }
    #kontakt_form form .accordion-button:focus {
      box-shadow: none; }
    #kontakt_form form .accordion-button:after {
      background-image: url("/assets/images/home/faq/fa_arrow.svg") !important;
      background-position: center !important; }
    #kontakt_form form .accordion-button:not(.collapsed) {
      box-shadow: none !important;
      background-color: #f5f5f5; }
    #kontakt_form form .accordion-body {
            -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      display: flex;
      flex-wrap: wrap; }
      #kontakt_form form .accordion-body a {
        width: 100%;
        text-decoration: none;
        color: #3D3D3D;
        padding: 0.5rem 1%;
        border-radius: 10px;
        transition: 0.3s ease; }
        #kontakt_form form .accordion-body a:hover {
          background-color: #f5f5f5; }
    #kontakt_form form #kontakt_form_two {
      display: flex;
      gap: 1rem;
      margin-bottom: 2rem; }
      #kontakt_form form #kontakt_form_two input {
        width: 49%;
        display: block;
        background-color: #f5f5f5;
        border: none;
        height: 3rem;
        padding: 0 1rem;
        border-radius: 10px; }
    #kontakt_form form #kontakt_form_order {
      width: 100%;
      background-color: #f5f5f5;
      border: none;
      height: 3rem;
      padding: 0 1rem;
      border-radius: 10px; }
    #kontakt_form form textarea {
      margin-top: 2rem;
      width: 100%;
      background-color: #f5f5f5;
      border: none;
      padding: 1rem;
      border-radius: 10px; }
    #kontakt_form form #kontakt_form_butn {
      margin-top: 1.5rem;
      display: flex;
      justify-content: center; }
      #kontakt_form form #kontakt_form_butn button {
        text-decoration: none;
        border: none;
        color: #ffffff;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        padding: 0.7rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: 0.3s ease;
        padding: 0.7rem 2rem; }
        #kontakt_form form #kontakt_form_butn button:hover {
          transform: scale(1.02); }
    @media only screen and (max-width: 1766px) {
      #kontakt_form form {
        width: 50%; } }
    @media only screen and (max-width: 1132px) {
      #kontakt_form form {
        width: 60%; } }
    @media only screen and (max-width: 901px) {
      #kontakt_form form {
        width: 90%; } }
  @media only screen and (max-width: 553px) {
    #kontakt_form form #kontakt_form_two {
      flex-wrap: wrap;
      gap: 2rem; }
      #kontakt_form form #kontakt_form_two input {
        width: 100%; } }

#nakup_heading {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  #nakup_heading h1 {
    background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    width: fit-content;
    color: transparent;
    font-weight: 700; }

    #nakup_benefit{
      display: flex;
      justify-content: center;
      margin: 1rem 0;
    }

    #nakup_benefit ul{
      list-style: none;
      margin: 0;
      padding: 1rem;
      border: 1px solid black;
      border-radius: 6px;
    }

    #nakup_benefit ul li{
      padding: 0.2rem 0;
      font-weight: 600;
      display: flex;
      gap: 0.2rem;
    }

    #nakup_benefit ul li:nth-child(3){
      margin-left: -0.32rem;
      gap: 0.3rem;
    }

    #nakup_benefit ul li img{
      width: 1rem;
      -webkit-animation: pulse-online 1.5s ease-in-out infinite both;
      animation: pulse-online 1.5s ease-in-out infinite both;
      margin-left: 4px;
    }

    @keyframes pulse-online{
        0% {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0.5;
      }
      
      50% {
          -webkit-transform: scale(1.125);
          transform: scale(1.125);
          opacity: 0.925;
      }
      100% {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0.5;
      }
    }




    #home_benefit{
      display: flex;
      justify-content: center;
      margin: 1rem 0;
    }

    #home_benefit ul{
      list-style: none;
      margin: 0;
      padding: 0.2rem 0.5rem;
      border: 1px solid black;
      border-radius: 6px;
    }

    #home_benefit ul li{
      padding: 0.2rem 0;
      font-weight: 600;
      display: flex;
      gap: 0.2rem;
    }

    #home_benefit ul li:nth-child(3){
      margin-left: -0.32rem;
      gap: 0.3rem;
    }

    #home_benefit ul li img{
      width: 1rem;
      -webkit-animation: pulse-online 1.5s ease-in-out infinite both;
      animation: pulse-home 1.5s ease-in-out infinite both;
      margin-left: 4px;
    }

    @keyframes pulse-home{
        0% {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0.5;
      }
      
      50% {
          -webkit-transform: scale(1.125);
          transform: scale(1.125);
          opacity: 0.925;
      }
      100% {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          opacity: 0.5;
      }
    }



#nakup_form {
  padding: 2rem 0 4rem 0;
  display: flex;
  justify-content: center; }
  #nakup_form form {
    width: 28%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 2%;
    border-radius: 10px; }
    #nakup_form form h2 {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center; }
    #nakup_form form #nakup_form_input {
      margin-top: 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem; }
      #nakup_form form #nakup_form_input input {
        display: block;
        width: 100%;
        border: none;
        border-radius: 10px;
        background-color: #f5f5f5;
        padding: 0.7rem; }
    #nakup_form form #nakup_mnozstvi {
      padding-bottom: 2rem; }
      #nakup_form form #nakup_mnozstvi h2 {
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center; }
      #nakup_form form #nakup_mnozstvi #nakup_dropdown_wrap {
        margin-top: 2rem;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        padding: 0.25rem;
        border-radius: 10px; }
      #nakup_form form #nakup_mnozstvi .dropdown-toggle {
        width: 100%;
        border-radius: 10px;
        background-color: #ffffff;
        color: #3D3D3D;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 1rem;
        border: none; }
        #nakup_form form #nakup_mnozstvi .dropdown-toggle span {
          font-weight: 600;
          display: flex;
          gap: 0.5rem;
          align-items: center; }
          #nakup_form form #nakup_mnozstvi .dropdown-toggle span i {
            background: #ff6307;
            background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent; }
      #nakup_form form #nakup_mnozstvi .dropdown-menu {
        margin-top: 0.2rem !important;
        width: 100%; }
    #nakup_form form #nakup_cena h2 {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: left; }
    #nakup_form form #nakup_cena #nakup_cena_content {
      text-align: center;
      border: 2px solid #f5f5f5;
      border-radius: 10px;
      padding: 2rem 0; }
      #nakup_form form #nakup_cena #nakup_cena_content strike {
        color: #3D3D3D;
        opacity: 80%; }
      #nakup_form form #nakup_cena #nakup_cena_content h3 {
        font-weight: 700; }
      #nakup_form form #nakup_cena #nakup_cena_content p {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.2rem; }
        #nakup_form form #nakup_cena #nakup_cena_content p i {
          color: #009E2F; }
        #nakup_form form #nakup_cena #nakup_cena_content p strong {
          color: #009E2F; }
    #nakup_form form #nakup_vyhody {
      margin: 1rem 0;
      display: flex;
      flex-wrap: wrap; }
      #nakup_form form #nakup_vyhody p {
        width: 50%;
        margin: 0;
        padding: 0.5rem 0;
        display: flex;
        gap: 0.5rem;
        align-items: center;
        font-size: 0.9rem; }
        #nakup_form form #nakup_vyhody p i {
          color: #FF6307; }
      #nakup_form form #nakup_vyhody #nakup_vyhody_green i {
        color: #009E2F; }
      #nakup_form form #nakup_vyhody #nakup_vyhody_blue i {
        color: #8800FF; }
    #nakup_form form hr {
      background-color: #f5f5f5;
      border: none;
      border-radius: 4px;
      height: 0.15rem;
      margin: 0 auto;
      opacity: 100%; }

      .platba_text{
        margin-top: 1rem;
        margin-left: 0.2rem;
      }

    #nakup_form form #nakup_btn {
      margin-top: 1rem;
      text-align: center; }
      #nakup_form form #nakup_btn button {
        text-decoration: none;
        color: #ffffff;
        background: #ff6307;
        background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
        padding: 0.7rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: 0.3s ease;
        width: 100%;
        border: none; }
        #nakup_form form #nakup_btn button:hover {
          transform: scale(1.02); }
  @media only screen and (max-width: 1711px) {
    #nakup_form form {
      width: 30%; } }
  @media only screen and (max-width: 1588px) {
    #nakup_form form {
      width: 32%; } }
  @media only screen and (max-width: 1465px) {
    #nakup_form form {
      width: 34%; } }
  @media only screen and (max-width: 1388px) {
    #nakup_form form {
      width: 36%; } }
  @media only screen and (max-width: 1283px) {
    #nakup_form form {
      width: 38%; } }
  @media only screen and (max-width: 1209px) {
    #nakup_form form {
      width: 40%; } }
  @media only screen and (max-width: 1147px) {
    #nakup_form form {
      width: 70%; } }
  @media only screen and (max-width: 627px) {
    #nakup_form form {
      width: 90%; } }
  @media only screen and (max-width: 482px) {
    #nakup_form form #nakup_vyhody p {
      width: 100%; } }

footer hr {
  border: none;
  border-radius: 4px;
  height: 0.1rem;
  width: 80%;
  margin: 1rem auto 0 auto;
  opacity: 10%;
  background-color: #3D3D3D; }

#footer_menu {
  padding: 4rem 0;
  display: flex;
  justify-content: center; }
  #footer_menu #footer_menu_img {
    width: 40%; }
  #footer_menu #footer_menu_content {
    display: flex;
    gap: 4rem; }
    #footer_menu #footer_menu_content .footer_menu_card h6 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 2rem; }
    #footer_menu #footer_menu_content .footer_menu_card ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #footer_menu #footer_menu_content .footer_menu_card ul li {
        margin: 0.5rem 0; }
        #footer_menu #footer_menu_content .footer_menu_card ul li a {
          text-decoration: none;
          color: #3D3D3D;
          font-weight: 400;
          transition: 0.3s ease; }
          #footer_menu #footer_menu_content .footer_menu_card ul li a:hover {
            text-decoration: underline; }
  @media only screen and (max-width: 1474px) {
    #footer_menu #footer_menu_img {
      width: 25%; } }
  @media only screen and (max-width: 1225px) {
    #footer_menu {
      flex-wrap: wrap;
      gap: 4rem; }
      #footer_menu #footer_menu_img {
        width: 90%; }
        #footer_menu #footer_menu_img img {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
  @media only screen and (max-width: 908px) {
    #footer_menu #footer_menu_content {
      flex-wrap: wrap;
      justify-content: center; }
      #footer_menu #footer_menu_content .footer_menu_card {
        width: 40%; } }
  @media only screen and (max-width: 591px) {
    #footer_menu #footer_menu_content {
      flex-wrap: wrap;
      justify-content: center; }
      #footer_menu #footer_menu_content .footer_menu_card {
        width: 90%;
        text-align: center; } }

#footer_menu_card_copy {
  display: flex;
  justify-content: space-between;
  padding: 1rem 8%; }
  #footer_menu_card_copy p {
    margin: 0;
    padding: 0; }
  #footer_menu_card_copy #footer_menu_card_copy_icons {
    display: flex;
    gap: 0.5rem; }
    #footer_menu_card_copy #footer_menu_card_copy_icons i {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      font-size: 2rem; }
  @media only screen and (max-width: 700px) {
    #footer_menu_card_copy {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      align-items: center;
      gap: 2rem;
      text-align: center; } }

#footer_copy {
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  text-align: center;
  color: #ffffff;
  padding: 0.3rem 0; }
  #footer_copy p {
    margin: 0;
    padding: 0;
    font-weight: 600; }
    #footer_copy p a {
      text-decoration: none;
      color: #ffffff; }
      
      #error_content{
            background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);   
        height: 54rem;
        padding: 6rem 10% 0 10%;
    }
    
    #error_content #error_text h1{
        font-weight: 700;
        color: white;
        font-size: 4rem;
        margin: 1rem 0;
    }
    
    #error_content #error_text p{
        color: white;    
    }
    
    #error_content #error_text a{
        text-decoration: none;
        color: white;
        opacity: 80%;
    }
      
      #error_content #error_img{
          margin-top: -4rem;
        width: 100%;    
        display: flex;
        justify-content: right;
    }
    
    @media only screen and (max-width: 782px){
        #error_content{
            height: 100vh;    
        }
        
        #error_content #error_img{
            margin-top: 0rem;
            justify-content: center;
        }
        
        #error_content #error_img img{
            width: 100%;    
        }
    }
    
    
    #konec_content{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 4rem;
    }
    
    #konec_content h1{
        margin: 1rem 0;
            background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    width: fit-content;
    color: transparent;
    font-weight: 700;
    }
    
    #konec_content p span{
        color:#009E2F;
        font-weight: 600;
    }
    
    @media only screen and (max-width: 668px){
            #konec_img img{
                width: 100%;    
            }
            
                #konec_content p br{
        display: none;
    }
    }
    
    
    #recenze {
  padding: 10rem 0; }
  #recenze #recenze_heading {
      display: flex;
      flex-direction: column;
      align-items:center;
    text-align: center; }
    #recenze #recenze_heading h2 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      width: fit-content;
      color: transparent;
      font-weight: 600; }
  #recenze #recenze_content {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; }
    #recenze #recenze_content .recenze_card {
      width: 20%;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      padding: 1.5rem 2rem;
      border-radius: 10px; }
      #recenze #recenze_content .recenze_card strong {
        font-weight: 700; }
        #recenze #recenze_content .recenze_card strong i {
          color: #009E2F; }
      #recenze #recenze_content .recenze_card ul {
        margin: 0;
        padding: 0;
            background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
        list-style: none;
        display: flex; }
        #recenze #recenze_content .recenze_card ul li i {
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent; }
      #recenze #recenze_content .recenze_card .recenze_card_text {
        margin-top: 0.5rem; }
        #recenze #recenze_content .recenze_card .recenze_card_text p {
          margin: 0;
          font-size: 0.7rem;
          padding: 0; }
      @media only screen and (max-width: 1662px) {
        #recenze #recenze_content .recenze_card {
          width: 30%; } }
      @media only screen and (max-width: 1136px) {
        #recenze #recenze_content .recenze_card {
          width: 70%; } }
      @media only screen and (max-width: 820px) {
        #recenze #recenze_content .recenze_card {
          width: 90%; } }
    @media only screen and (max-width: 1136px) {
      #recenze #recenze_content {
        flex-wrap: wrap; } }
  #recenze #recenze_btn {
    display: flex;
    justify-content: center; }
    #recenze #recenze_btn a {
      text-decoration: none;
      color: #ffffff;
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      padding: 0.7rem 1.5rem;
      font-weight: 600;
      border-radius: 10px;
      transition: 0.3s ease; }
      #recenze #recenze_btn a:hover {
        transform: scale(1.02); }
  @media only screen and (max-width: 820px) {
    #recenze {
      padding: 8rem 0; } }
      
      #gdpr_content{
        padding: 4rem 10%;      
    }
    
    #gdpr_content h1{
            background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    width: fit-content;
    color: transparent;
    font-weight: 700;
    }

    #gdpr_content h2{
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    
    #gdpr_content h3{
        font-size: 1.2rem;
        margin-top: 1rem;
    }

#obchod_content{
    padding: 4rem 10%;     
}

#obchod_content h1{
                background: #ff6307;
    background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    width: fit-content;
    color: transparent;
    font-weight: 700;
}


#obchod_content h2{
    font-size: 1.5rem;    
    margin-top: 1rem;
}

#obchod_content p{
    padding-left: 1rem;    
}

#blog_head {
  padding: 4rem 0 0 0; }
  #blog_head #blog_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
    #blog_head #blog_heading h1 {
      background: #ff6307;
      background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      font-weight: 700; }

#blog_content{
padding: 4rem 25%;
display: grid;
gap: 3rem 1rem;
justify-content: center;
grid-template-columns: repeat(3, 1fr);
}

#blog_content a{
text-decoration: none;
color: #3D3D3D;
} 

#blog_content a .blog_card .blog_card_img{
position: relative;
}

#blog_content a .blog_card .blog_card_img::before{
content: "";
border-radius: 10px;
position: absolute;
width: 100%;
height: 100%;
background-color: #3D3D3D;
opacity: 50%;
transition: 0.3s ease;
}

#blog_content a .blog_card .blog_card_img img{
width: 100%;
display: block;
object-fit: cover;
border-radius: 10px;
height: 17rem;

}

#blog_content a .blog_card .blog_card_text{
display: flex;
flex-direction: column;
margin: 0 0.5rem;
}

#blog_content a .blog_card .blog_card_text span{
margin: 0.5rem 0 0.2rem 0;
background: #ff6307;
background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}

#blog_content a .blog_card .blog_card_text p{
margin: 0;
padding: 0;
font-weight: 700;
font-size: 1.2rem;
line-height: 25px;
color: #3D3D3D;
transition: 0.3s ease;
}

#blog_content a .blog_card:hover .blog_card_img::before{
opacity: 20%;
}

#blog_content a .blog_card:hover .blog_card_text p{
text-decoration: underline;
}

@media only screen and (max-width: 1920px){
#blog_content{
padding: 4rem 20%;
}
}

@media only screen and (max-width: 1680px){
#blog_content{
padding: 4rem 10%;
}
}

@media only screen and (max-width: 1199px){
#blog_content{
padding: 4rem 5%;
grid-template-columns: repeat(2, 1fr);

}
}

@media only screen and (max-width: 637px){
#blog_content{
grid-template-columns: repeat(1, 1fr);
}
}

#blog_paginatin{
margin: 4rem 0;
}

#blog_paginatin ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}

#blog_paginatin ul li a{
text-decoration: none;
color: #3D3D3D;
font-weight: 600;
}

#blog_paginatin ul li a{
width: 2rem;
border-radius: 7px;
height: 2rem;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s ease;
}

#blog_paginatin ul li a:hover{
text-decoration: underline;
}

#blog_paginatin ul li .pagination_active{
background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
color: white;
}

@media only screen and (max-width: 1199px){
#blog_paginatin{
margin: 2rem 0 4rem 0;
}
}

#detail_clanku{
  padding: 4rem 33%;
}

#detail_clanku_heading{
  margin-bottom: 1rem;
}

#detail_clanku_heading h1{
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

#detail_clanku_heading span{
  margin: 0.5rem 0 0.2rem 0;
  color: #3D3D3D;
}

#detail_clanku_img img{
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 30rem;
  margin-bottom: 3rem;
}

#detail_clanku_content h1,#detail_clanku_content h2,#detail_clanku_content h3,#detail_clanku_content h4,#detail_clanku_content h5,#detail_clanku_content h6{
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

#detail_clanku_content img{
  width: 70%;
  border-radius: 10px;
  object-fit: cover;
  height: 25rem;
  margin-bottom: 2rem;
}

#detail_clanku_dalsi{
  margin-top: 4rem;
}

#detail_clanku_dalsi h2{
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content{
  display: grid;
  gap: 3rem 1rem;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a{
  text-decoration: none;
  color: #3D3D3D;
}


#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_img{
  position: relative;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_img::before{
  content: "";
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3D3D3D;
  opacity: 50%;
  transition: 0.3s ease;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_img img{
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  height: 13rem;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_text{
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_text span{
  margin: 0.5rem 0 0.2rem 0;
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card .blog_card_text p{
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 25px;
  color: #3D3D3D;
  transition: 0.3s ease;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card:hover .blog_card_img::before{
  opacity: 20%;
}

#detail_clanku_dalsi #detail_clanku_dalsi_content a .blog_card:hover .blog_card_text p{
  text-decoration: underline;
}

@media only screen and (max-width: 1920px){
  #detail_clanku{
    padding: 4rem 28%;
  }
}

@media only screen and (max-width: 1680px){
  #detail_clanku{
    padding: 4rem 25%;
  }
}

@media only screen and (max-width: 1366px){
  #detail_clanku{
    padding: 4rem 20%;
  }
}

@media only screen and (max-width: 1199px){
  #detail_clanku{
    padding: 4rem 10%;
  }
}

@media only screen and (max-width: 929px){
  #detail_clanku{
    padding: 4rem 5%;
  }
}

@media only screen and (max-width: 929px){
  #detail_clanku_dalsi #detail_clanku_dalsi_content{
    grid-template-columns: repeat(1, 1fr);
  }

  #detail_clanku_content img{
    width: 100%;
  }
}

@media only screen and (max-width: 499px){
  #detail_clanku_img img{
    height: 24rem;
  }

  #detail_clanku_content img{
    height: 22rem;
  }
}

@media only screen and (max-width: 412px){
  #detail_clanku_img img{
    height: 22rem;
  }

  #detail_clanku_content img{
    height: 20rem;
  }
}

.modal-header{
  border-bottom: none !important;
}

.modal-header strong{
  font-size: 1.6rem;
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  width: fit-content;
  color: transparent;
}

.modal-header button{
  background-color: #f5f5f5;
  opacity: 100%;
  width: 1.2rem;
  height: 1.2rem;
}

.btn-close{
  width: 0.5rem;
  height: 0.5rem;
}

.modal-footer{
  border-top: none !important;
}

.modal-footer button{
  border: none;
  color: #ffffff;
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s ease;
  width: 25%;
}

.modal-footer button:hover{
  transform: scale(1.05);
}

.modal-content{
  border: none !important;
}

.modal-content .modal_strong_heading{
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  width: fit-content;
  color: transparent;
  font-size: 1.1rem;
}

.modal-content ul{
  margin: 1rem 0 0.5rem 0;
  padding: 0;
  list-style-type: none;
}

.modal-content ul img{
  width: 60%;
  border-radius: 6px;
  display: block;
  margin: 1rem 0 1.5rem 0;
}

.modal-content ul li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal-content ul li .modal_strong_number{
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  color: white;
  height: 2rem;
  width: 2rem;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .modal-dialog{
      max-width: 40rem;
  }

  @media only screen and (max-width: 704px){
      .modal-dialog{
          max-width: 95%;
      }
  }

  @media only screen and (max-width: 600px){
      .modal-content ul img{
          width: 100%;
      }

      .modal-footer{
          display: flex;
          justify-content: center;
      }

      .modal-footer button{
          width: 70%;
      }
  }

.modal_nakup_btn{
  border: none;
  background: none;
  outline: none;
  text-align: center;
}

.modal_nakup_btn_wrap{
  display: flex;
  justify-content: center;
}

.modal_nakup_btn{
  border: none;
  background: none;
  outline: none;
  text-align: center;
  font-weight: 600;
}

.modal_nakup_texts_wrap_wrap{
  background: #ff6307;
  background: linear-gradient(146deg, #ff6307 0%, #f54686 50%, #8800ff 100%);
  border-radius: 6px;
  padding: 0.2rem;
}

.modal_nakup_texts_wrap{
  background-color: white;
  border-radius: 4px;
  padding: 0.5rem;
}