@media only screen and (max-width:1900px){

  .section_cards_ebook .wrapper_cards_main::before {
    top: -155px;
    right: -145px;
    width: 375px;
    height: 375px;
  }

}


@media only screen and (max-width:1750px){

  .section_intro_home_page::before {
    content: none;
  }
  .section_intro_home_page::after{
    content: none;
  }

  .section_cards_ebook .wrapper_cards_main::before {
    top: -100px;
    right: -50px;
    width: 225px;
    height: 225px;
  }

  .wrapper_gallery_swiper_all .prev {
    position: relative;
    left: -75px;
  }
  .wrapper_gallery_swiper_all .next {
    position: relative;
    right: -75px;
  }

}

@media only screen and (max-width: 1625px) {
  .wrapper_gallery_swiper_all .controls {
    display: none;
  }
}

@media only screen and (max-width:1550px){

  .section_cards_ebook .wrapper_cards_main::before{
    content: none;
  }

}


@media only screen and (max-width: 1400px){
  .container {
    padding: 0 30px;
  }
}


@media only screen and (max-width: 1300px){

  .wrapper_three_nejnovejsi_prispevky{
    display: none;
  }
  .wrapper_three_nejnovejsi_prispevky_swiper{
    display: block;
  }

}



@media only screen and (max-width:1200px){

  .section_text_cards .wrapper_text p:last-of-type{
    margin: 0;
  }
  .section_text_cards .wrapper_text{
    padding-bottom: 20px;
  }

  .wrapper_packages {
    position: static;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
  }
  .wrapper_package{
    flex: 0 0 400px;
  }
  .wrapper_packages::-webkit-scrollbar {
    height: 8px; /* Výška scrollbaru */
  }
  .wrapper_packages::-webkit-scrollbar-track {
    background: #FDFAF4; /* Barva pozadí */
    border-radius: 10px;
  }
  .wrapper_packages::-webkit-scrollbar-thumb {
    background: #D2AA68; /* Barva posuvníku */
    border-radius: 10px;
  }

  .section_faq .wrapper_text h2{
    font-size: 40px;
    line-height: 50px;
  }

}


@media only screen and (max-width:992px){

  .container {
    padding: 0 20px;
  }
  .row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .row > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  section{
    padding: 50px 0;
  }

  .wrapper_text h1{
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 12px;
  }
  .wrapper_text h2 {
    font-size: 45px;
    line-height: 57px;
  }

  .section_cards_ebook .wrapper_cards_main {
    position: static;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
  }
  .section_cards_ebook .item_cards_main{
    flex: 0 0 300px;
  }
  .wrapper_cards_main::-webkit-scrollbar {
    height: 8px; /* Výška scrollbaru */
  }
  .wrapper_cards_main::-webkit-scrollbar-track {
    background: #FDFAF4; /* Barva pozadí */
    border-radius: 10px;
  }
  .wrapper_cards_main::-webkit-scrollbar-thumb {
    background: #D2AA68; /* Barva posuvníku */
    border-radius: 10px;
  }

  .wrapper_link_gdpr_all::before {
    width: calc(100% - 24px);
  }

  .section_cards_main .wrapper_cards_main {
    position: static;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
  }
  .section_cards_main .item_cards_main{
    flex: 0 0 300px;
  }
  .section_cards_main .wrapper_cards_main::before{
    content: none;
  }

  .wrapper_description_cards {
    min-height: 375px;
    align-items: center;
  }
  .wrapper_description_cards .item_description_card:first-of-type {
    top: 0;
  }

  .wrapper_description_cards{
    padding-bottom: 40px;
  }

  .section_intro_home_page {
    min-height: 500px;
  }



  .section_four_cards .row{
    row-gap: 20px;
  }

  .section_text_points_two::before {
    content: none;
  }
  .section_text_points_two::after {
    content: none;
  }

  .service_order_one{
    order: 1;
  }
  .service_order_two{
    order: 2;
  }
  .section_service .wrapper_text_img img {
    max-height: 350px;
  }
  .section_service .row {
    row-gap: 20px;
  }
  .section_service .wrapper_buttons{
    padding-top: 20px;
  }

  .section_ebook_download .wrapper_text_img img{
    max-height: 400px;
  }

  
  .page-id-1505 .section_service .service_order_two{
    display: none;
  }

}

@media only screen and (max-width:768px){
  .section_ebook_download .row {
    box-shadow: none;
    background: none;
  }
}



@media only screen and (max-width:768px){
  .navmenu > li > ul li a {
    color: #16163F;
    font-size: 16px;
    margin-bottom: 0px ;
  }
  .navmenu > li > ul {
    list-style: none;
    padding: 0px;
    opacity: 1;
    margin: 0;
    visibility: visible;
    position: relative;
    top: 0;
    z-index: 1;
    background-color: #fff;
    white-space: nowrap;
  }

  .wrapper_header_button{
    display: none;
  }

  .navmenu{
    display: none;
  }
  .navmenu {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    display: none;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 30px;
    margin: 0;
  }
  .navmenu li {
    display: block;
    color: #070707; 
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px 20px !important;
    background-color: #fff;
  }
  .navmenu a {
    justify-content: flex-start;
    font-size: 26px ;
  }
  .open_menu {
    display: block;
    width: 40px;
  }
  .menu_opened.open_menu img {
    opacity: 0;
  }
  .menu_opened{
    background-image: url(../img/close.svg);
    z-index: 1000;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }

  section{
    padding: 30px 0;
  }

  .wrapper_text h1{
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 12px;
  }
  .wrapper_text h2{
    font-size: 35px;
    line-height: 44px;
  }
  .wrapper_text h3{
    font-size: 22px;
    line-height: 33px;
  }

  .section_intro_second_page {
    background-size: auto calc(100% - 20px);
    min-height: 180px;
  }

  .section_ebook_download .wrapper_text_img img{
    max-height: 300px;
  }

  .section_intro_home_page {
    min-height: 400px;
  }

  .section_about_me .wrapper_text_img img {
    max-height: 400px;
  }
  .section_about_me .wrapper_text_img {
    margin-top: 20px;
  }

  .wrapper_text_cards {
    gap: 20px;
  }

  .wrapper_review_cards {
    position: static;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .wrapper_review_card{
    flex: 0 0 300px;
  }
  .wrapper_review_cards::-webkit-scrollbar {
    height: 8px; /* Výška scrollbaru */
  }
  .wrapper_review_cards::-webkit-scrollbar-track {
    background: #FDFAF4; /* Barva pozadí */
    border-radius: 10px;
  }
  .wrapper_review_cards::-webkit-scrollbar-thumb {
    background: #D2AA68; /* Barva posuvníku */
    border-radius: 10px;
  }

  .section_text_points_two .wrapper_text ul {
    padding: 20px;
  }

  .wrapper_four_card {
    row-gap: 16px;
  }

  .wrapper_ebook_download_content_all {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .wrapper_ebook_download_img_all {
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }

  .swiper_gallery .swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 40px;
    align-items: center;
  }
  .item_gallery {
    width: unset;
    height: unset;
    max-width: 90%;
    height: 350px;
    pointer-events: none;
  }
  .gallery_one_row .item_gallery{
    pointer-events: all;
  }

}


@media only screen and (max-width:768px){

  .wrapper_about_me_points {
    row-gap: 20px;
    margin: 40px 0;
    flex-direction: column;
  }

}

@media only screen and (max-width:600px){

  .item_text_cards {
    width: 100%;
    column-gap: 8px;
    flex-direction: row;
  }
  .item_cards_main_icon {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .wrapper_description_cards {
    flex-direction: column;
    row-gap: 20px;
  }

  .section_text_points .wrapper_text ul li {
    margin-left: 48px;
  }
  .section_text_points_two .wrapper_text ul li {
    margin-left: 48px;
  }

  .item_gallery {
    max-width: 100%;
  }

}


@media only screen and (max-width: 500px){

  .wrapper_package {
    flex: 0 0 350px;
  }

  .item_blog_card_img {
    height: 200px;
  }

}



@media only screen and (max-width: 450px) {
  .item_text_cards {
      flex-direction: column;
  }
}


@media only screen and (max-width: 450px){

  .wrapper_package {
    flex: 0 0 300px;
  }

}


@media only screen and (max-width: 350px){

  .section_cards_main .item_cards_main {
    flex: 0 0 280px;
  }

  .wrapper_review_card {
    flex: 0 0 280px;
  }

  .wrapper_package {
    flex: 0 0 280px;
  }

}





@media screen and (max-width: 991px) {
  .cookies_inner {
    max-width: 570px;
    flex-wrap: wrap;
    padding: 20px;
    gap: 24px;
  }

  .cookies_left {
    width: 100%;
    flex: none;
  }

  .cookies_right {
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }

  .cookies_right button {
    flex: auto;
    width: auto;
    font-size: 12px;
    height: 33px;
  }

  .cookies_right > button:last-child {
    order: 1;
  }

  .cookies_right > button:nth-child(1) {
    order: 3;
  }

  .cookies_right > button:nth-child(2) {
    order: 2;
  }

  .cookies_label {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .cookies_desc {
    padding: 0;
  }

  .cookies_desc p {
    font-size: 14px;
    line-height: 1.4;
  }
  .cookis_list {
    margin-bottom: 15px;
    margin-top: 10px;
  }

}


@media screen and (max-width: 540px) {
  .cookies_right {
    flex-direction: column;
  }

  .cookies_wrp {
    padding: 10px;
  }

  .cookies_inner {
    gap: 17px;
    padding: 18px;
  }

  .cookies_label {
    font-size: 19px;
  }

  .cookies_desc p {
    font-size: 13px;
    line-height: 1.37;
  }

  .cookies_right > button:nth-child(1) {
    order: 1;
  }

  .cookies_right > button:nth-child(2) {
    order: 2;
  }

  .cookies_right > button:nth-child(3) {
    order: 3;
  }

  .cookis_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px 0;
  }

  .cookis_list li {
    font-size: 15px;
  }

  .cookies_more {
    font-size: 14px;
  }
  .cookies_wrp {
    bottom: -480px;
  }
}
