@media only screen and (max-width: 1800px) {
  .item_card_info {
    height: 325px;
  }

  .wrapper_card_info_img_background {
    width: calc(25% + 150px);
  }
  .wrapper_about_camper_content_under_cards {
    padding-left: calc(25% + 190px);
  }
  .wrapper_card_info {
    padding-left: 200px;
  }
}

@media only screen and (max-width: 1750px) {
  .wrapper_gallery_swiper_all .prev {
    position: relative;
    left: -75px;
  }
  .wrapper_gallery_swiper_all .next {
    position: relative;
    right: -75px;
  }

  .wrapper_intro_home_page_all {
    margin-top: 100px;
  }
}

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

  .item_card_info {
    height: 300px;
  }
  .wrapper_about_camper_content_under_cards {
    max-width: 90vw;
  }
}

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

  .wrapper_intro_home_page_all {
    margin-top: 75px;
  }

  .wrapper_footer_form::before {
    width: 650px;
    height: 385px;
    bottom: 0px;
    right: -175px;
  }
}


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

  .wrapper_packages_img {
    height: 300px;
  }

}


@media only screen and (max-width: 1200px) {
  .wrapper_itro_lines::before {
    left: -50px;
  }
  .wrapper_itro_lines::after {
    right: -50px;
  }

  .wrapper_text_owner_info_content_button {
    padding-bottom: 36px;
  }

  .wrapper_packages_all {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }
  .wrapper_packages {
    width: 400px;
  }

  .wrapper_packages_img {
    height: 300px;
  }

  .wrapper_card_info {
    padding-left: 0;
  }
  .wrapper_card_info .item_card_info:first-of-type::before {
    border-radius: 0;
  }

  .wrapper_footer_form::before {
    right: -235px;
  }
  section.order_form_section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .order_form_wrp {
    padding: 30px 20px;
  }

  .order_form_wrp h1 {
    font-size: 33px;
  }

  .tarifs_list {
    gap: 16px;
  }

  .tarif_item {
    width: calc(33.3333% - 11px);
  }

  .tarif_item_card {
    border-radius: 37px;
  }

  .tarif_item_body {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  section {
    padding: 50px 0;
  }

  .wrapper_packages_all {
    column-gap: 24px;
    row-gap: 24px;
  }
  .wrapper_packages {
    width: 375px;
  }
  .wrapper_packages_content {
    padding: 24px;
  }
  .item_packages_line {
    margin: 16px 0;
  }
  .wrapper_packages_content ul {
    padding-bottom: 16px;
  }

  .section_faq .wrapper_text {
    margin-right: 0;
  }

  iframe.map_pick_up {
    border-radius: 0;
    min-height: 390px;
  }
  .wrapper_pick_up_content {
    border-radius: 0 0 50px 50px;
  }

  .wrapper_pick_up_map_all,
  .wrapper_pick_up_content_all {
    padding: 0;
  }
  .section_pick_up + .section_contact_info {
    margin-top: -40px;
  }

  .wrapper_itro_lines {
    height: 50px;
  }
  .wrapper_itro_lines::before {
    left: -100px;
  }
  .wrapper_itro_lines::after {
    right: -100px;
  }

  .wrapper_card_info {
    display: flex;
    overflow-x: auto; /* Povolit horizontální scrollování */
    scroll-snap-type: x mandatory; /* Pro lepší uživatelský zážitek při scrollování */
  }
  .item_card_info {
    flex: 0 0 calc(100% / 2.5); /* Šířka karty na jeden a půl viditelného prvku */
    max-width: calc(100% / 2.5);
    scroll-snap-align: start; /* Přichytí kartu při scrollování */
  }
  .wrapper_card_info::-webkit-scrollbar {
    height: 8px; /* Výška scroll baru */
  }
  .wrapper_card_info::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Barva posuvníku */
    border-radius: 4px;
  }
  .wrapper_card_info::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Barva pozadí scroll baru */
  }
  .item_card_info:hover .item_card_info_hide_show {
    max-height: unset;
    transition: 0.6s;
  }
  .item_card_info_hide_show {
    max-height: fit-content;
    transition: 0.3s;
    overflow: hidden;
  }

  .wrapper_owner_info {
    width: 100%;
  }

  .wrapper_about_camper_points_all {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper_footer_form {
    position: relative;
    padding: 32px;
    margin-top: 20px;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    padding: 10px 0 10px 5px;
  }
  .wrapper_footer_form .wrapper_text {
    padding-bottom: 20px;
  }
  .wrapper_footer_form_all {
    margin-bottom: -145px;
  }
  .section_footer_form + .footer {
    margin-top: 0;
  }
  .footer {
    padding-top: 145px;
  }
  .wrapper_footer_info_links {
    display: flex;
    justify-content: flex-start;
    column-gap: 60px;
  }
}

@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: #0f222b;
    height: 100vh;
    width: 100%;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 30px;
    margin: 0;
  }
  .navmenu li {
    display: block;
    color: #ffffff;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px 20px !important;
  }
  .navmenu a {
    justify-content: flex-start;
    font-size: 26px;
  }
  .navmenu li a::after {
    content: none;
  }
  .open_menu {
    display: block;
    width: 35px;
    height: 35px;
  }
  .open_menu img {
    width: 100%;
  }
  .menu_opened.open_menu img {
    opacity: 0;
  }
  .menu_opened {
    background-image: url(../img/x.svg);
    z-index: 1000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .container {
    padding: 0 20px;
  }
  section {
    padding: 30px 0;
  }

  .wrapper_text h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .wrapper_text h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wrapper_text h3 {
    font-size: 18px;
    line-height: 27px;
  }
  p,
  ul {
    font-size: 14px;
    line-height: 21px;
  }
  .button_blue {
    padding: 10px 20px;
    font-size: 14px;
  }
  .button_green {
    padding: 10px 20px;
    font-size: 14px;
  }
  .section_intro_home_page a .button_green {
    font-size: 14px;
  }
  .accordion-header button {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 0 8px 0;
  }
  .wrapper_text_img img {
    border-radius: 30px;
  }
  .wrapper_section_title h2 {
    margin-bottom: 20px;
  }

  .wrapper_intro_home_page_all {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .wrapper_intro_home_page_all .wrapper_text {
    padding-bottom: 34px;
  }

  .wrapper_text_owner_photo {
    height: 400px;
  }

  .wrapper_text_owner_photo_all {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .wrapper_packages_all {
    column-gap: 18px;
    row-gap: 18px;
    margin-top: 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%;
    max-height: 350px;
    pointer-events: none;
  }

  .wrapper_packages_img {
    height: 250px;
    border-radius: 30px 30px 0 0;
  }
  .wrapper_packages_content {
    padding: 24px;
    border-radius: 0 0 30px 30px;
  }

  .wrapper_packages_guarantee {
    margin-top: 18px;
    padding: 24px;
    border-radius: 30px;
    column-gap: 40px;
  }
  .wrapper_packages_guarantee .wrapper_text {
    padding-bottom: 26px;
  }

  .section_faq {
    margin: 30px 0;
  }

  .section_pick_up .wrapper_text.wrapper_section_title {
    padding: 0 32px;
  }
  .section_pick_up + .section_contact_info {
    margin-top: -20px;
  }
  .wrapper_pick_up_content {
    border-radius: 0 0 30px 30px;
  }

  .wrapper_contact_info {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px 24px;
    border-radius: 30px;
  }

  .wrapper_footer_form_all {
    margin-bottom: -125px;
  }
  .wrapper_footer_form::before {
    width: 515px;
    height: 305px;
    bottom: 0px;
    right: -200px;
  }
  .wrapper_footer_form {
    border-radius: 30px;
    padding: 24px;
  }

  .wrapper_itro_lines {
    height: 40px;
    bottom: 40px;
  }
  .wrapper_itro_lines::before {
    left: -125px;
  }
  .wrapper_itro_lines::after {
    right: -125px;
  }

  .item_card_info {
    flex: 0 0 calc(100% / 1.5); /* Šířka karty na jeden a půl viditelného prvku */
    max-width: calc(100% / 1.5);
    padding: 20px;
  }
  .wrapper_about_camper_content_under_cards {
    max-width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .wrapper_about_camper_content_under_cards .wrapper_text {
    padding-bottom: 26px;
  }
  .wrapper_card_info_img_background {
    display: none;
  }

  .text_owner_info_button button {
    margin-top: 20px;
  }

  .wrapper_owner_info {
    padding: 24px;
  }

  .wrapper_pick_up_content ul {
    margin-bottom: 24px;
    row-gap: 20px;
  }
  .wrapper_pick_up_content ul li:first-of-type::after {
    height: calc(100% + 20px);
  }
  .wrapper_pick_up_content .wrapper_text h3 {
    margin-bottom: 8px;
  }
  .wrapper_pick_up_content .wrapper_text p:last-of-type {
    margin-bottom: 24px;
  }

  .packages_filter {
    padding: 12px 20px;
  }
  .packages_filter .filter-btn {
    padding: 8px 12px;
  }

  .wrapper_blog_load_more {
    padding-top: 40px;
  }

  textarea {
    height: 75px;
  }

  .page-id-407 section:not(.section_intro_home_page) {
    padding: 30px 0;
  }

  .wrapper_basic_parameters {
    column-gap: 30px;
    row-gap: 30px;
  }

  .wrapper_text_owner_info_content_button .wrapper_text {
    margin-bottom: 0;
  }
  .wrapper_text_owner_info_content_button {
    padding-bottom: 24px;
  }

  .wpcf7-response-output {
    font-size: 14px;
  }
  .order_form_wrp {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .order_form_wrp h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .order_step {
    width: 67px;
  }

  .order_steps div img {
    height: 23px;
  }

  .order_steps div p {
    margin-top: 2px;
    font-size: 12px;
  }

  .order_steps {
    padding-bottom: 28px;
    margin-bottom: 30px;
  }

  .order_step::after {
    bottom: -22px;
  }

  .order_step.active::after, .order_step.done::after {
    bottom: -26px;
  }

  .step_ttle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .step_desc {
    font-size: 14px;
    line-height: 1.3;
  }

  .date_select_wrp {
    gap: 0 20px;
  }

  .step_date_from_from,
  .step_date_from_to {
    width: calc(50% - 10px);
  }

  .step1 .order_form_buttons {
    flex-direction: column;
  }

  .step1 .order_form_buttons div {
    display: none;
  }

  .step1 .order_form_buttons button {
    width: 100%;
  }

  .tarifs_list {
    flex-direction: column;
    gap: 30px;
  }

  .tarif_item {
    width: 100%;
  }

  .form_summary {
    flex-direction: column;
    gap: 26px;
  }

  .form_summary .input_el {
    width: 100%;
  }

  .form_summary .input_el p {
    margin-bottom: 1px;
  }

  .form_selector {
    margin-top: 14px;
  }

  .order_form_buttons {
    gap: 16px;
  }

  .step3 .order_form_buttons {
    flex-direction: column;
  }

  .step3 .order_form_buttons button:nth-child(2) {
    order: -1;
    width: 100%;
  }

  section.order_form_section {
    overflow: hidden;
  }

  .wrapper_footer_logo img {
    max-width: 210px;
  }

  .whrapper_header {
    height: 75px;
  }

  .wrapper_header_logo {
    max-width: 180px;
  }

  .wrapper_header_logo img {
    max-width: 100%;
    height: auto;
  }

  .wrapper_header_logo a {
    display: flex;
    align-items: center;
  }

  .open_menu {
    width: 27px;
  }
  .form_finish h2 {
    font-size: 32px;
    font-weight: 600;
}
}

@media screen and (max-width: 655px) {
  .wrapper_contact_info_all {
    flex-direction: column;
    row-gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper_packages_guarantee {
    flex-direction: column;
    row-gap: 20px;
  }
  .wrapper_packages_guarantee_icon {
    width: 110px;
  }

  .wrapper_footer_form::before {
    width: 450px;
    height: 265px;
    bottom: 0px;
    right: -175px;
  }
	
  .swiper_gallery {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 550px) {
  .item_gallery {
    max-width: 100%;
  }

  .item_card_info {
    flex: 0 0 calc(100% / 1.3);
    max-width: calc(100% / 1.3);
  }

  .wrapper_itro_lines::before {
    left: -150px;
  }
  .wrapper_itro_lines::after {
    right: -150px;
  }

  .wrapper_footer_form {
    padding: 20px;
  }

  .wrapper_footer_form::before {
    width: 400px;
    height: 235px;
  }
}

@media screen and (max-width: 400px) {
  .wrapper_footer_form::before {
    width: 350px;
    height: 200px;
    bottom: 0px;
    right: -175px;
  }
}

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