@media screen and (max-width:1312px) {
    .container {
        padding: 0 1rem
    }

}

@media screen and (max-width:1024px) {
    .header {
        position: sticky;
        -webkit-position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
    }

    .header__mobile {
        display: block;
        padding: 0.75rem 0;
    }

    .header__desktop {
        transition: .5s left;
        position: fixed;
        left: -360px;
        top: 57px;
        background: #ffffff;
        display: flex;
        width: 360px;
        height: 100%;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 2rem;
    }

    .header__bottom--fixed {
        position: unset;
    }

    .header__desktop.header__desktop--open {
        left: 0px;
    }

    .header__desktop-wrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap:1rem;
    }

    .header__misc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-list {
        display: flex;
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
        align-items: flex-start;
    }

    .logo__desktop {
        display: none;
    }

    .header-cart-dropdown {
        position: unset;
        display: inline-block;
        margin-left: 20px;
    }

    

    .mobile-menu__arrow {
        display: flex;
        transition: transform 0.3s ease;
        color: white;
        align-items: flex-end;
        justify-content: center;
        cursor: pointer;
        flex-direction: row;
        width: 40px;
        height: 40px;
    }



    .slider-wrapper {

        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 32px;
    }

    .fixed-bar {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        height: auto;
        border-radius: 0;
    }
     .card__content {
    padding: 50px 60px;
  }

  .card__link {
    margin-top: 1rem
  }

  .post-title {
    font-size: 2em;
  }

}
@media screen and (max-width:992px) {
    .slider-wrapper {

        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 0;
    }
  .fixed-bar {
    padding: 1rem;
    height: auto;
 }
 .category-search-tour {
padding: 1rem 0; 
}  
}
@media all and (max-width:960px) {
  .blog-card {
    width: 50%;
  }

}

@media (max-width: 940px) {
    .post-thumbnail {
        width: auto;
        margin: 0;
    }
}


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

        /*overflow: auto;*/
    }

    .column {
        min-width: 100%;
        width: 100%;
        margin: 12px 0;
    }

    .tour-gallery, .tour-page__descr {
        padding: 1rem
    }

    .location-header {
    padding: 10rem 1.5rem 0.5rem;
   }
   .subcategories-list {
    gap: 0.5rem;
   }
   .product-gift__header .exdpk-initialized {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-gift__header .price {
    text-align: center;
}
}

@media (max-width: 640px) {
    .blog-card {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
	h2 {
		font-size: 1.125em; 
	}
	.home-section__title {
       font-size: 1.313em; 
	}
    .product-title {
        font-size: 1.5em;
    }
    .location-hero-content .page-title{
        font-size: 1.5em;
        margin-bottom: 0.5rem;
    }
    .product-gift__header {
        padding: 0.5rem
    }
    .location-subcategories {
    margin: 1.5rem 0;
    }
    .slide-link {
      font-size: 0.875em
    }
     .services-wrap {
     	padding: 0;
     	border: none;
     }
    .services-group {
    	width: 50%
    }

    .footer {
        padding: 1rem 0;
        background: #ffffff;
    }

    .footer__bottom {
        display: flex;
        padding-top: 2rem;
        border-top: 1px solid #CECECE;
        justify-content: space-between;
        flex-direction: column;
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .terms-list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: 16px;
        flex-direction: column;
    }
    form .gr-product .form-row.we-ct-class {
        width: 100%!important;
        padding-left: 0!important;
    }

}

@media screen and (max-width:500px) {
   
    .services-group {
    	width: 100%
    }
}

@media screen and (max-width:375px) {
.tour-card__location a {
font-size: 13px;
}
}