.maps-modal__body{
    padding: 30px 15px;
    overflow:visible;
    max-height: 100%;
  overflow: hidden;
  transition:  0.9s;
     top: 5%;
    height: 100%;
    flex: 0 0 500px;
}
.maps-modal__body .accordion-container{
    overflow: auto;
    height: 587px;
    padding-bottom: 28px;
}
.maps-modal__body .maps-modal__close{
    transition:.3s;
    top: 25px;
}
.maps-modal__body .maps-modal__close.active{
    transform: scaleY(-1);
}
.maps-modal__body.hiddened .accordion-container{
    display:none;
}
.maps-inner{
    display: flex;
}
.home-slider .single-hero-slider img{
    width: 100%;
  /*   height: 620px; */
    object-fit:cover;
  /*   object-position:right top; */
}
.hero-slider-1 img{
    height: 620px;
}

.recent-post_big.banner-img img{
    /* height: 280px; */
    min-height: 400px;
    height: 26vw;
    object-fit: cover;
    width: 100%;
}
footer .banner .img img{
    display: block;
    height: 457px;
   width:400px;
    object-fit: cover;
    object-position: 0 0;
}
@media(max-width:991px){
    .maps-modal__body .accordion-container{
       height: 360px;
    }
    .maps-modal__body .section-title{
        font-size: 16px;
        padding-bottom:10px;
    }
    .maps-modal__body .maps-modal__close{
        top: 18px;
    }
    .maps-inner {
        display: block;
    }
    .maps-modal__body{
        width: 100%;
        margin-bottom:20px;
    }
    .home-slider .single-hero-slider img{
      height: 620px; 
       object-position:50% top; 
    }
}

@media(max-width:768px){
    .hero-slider-1 .single-hero-slider .single-slider-img,
    .mobile_slider .single-hero-slider .single-slider-img{
        padding-top:0;
    }
    .home-slider .single-hero-slider img {
        object-position:50% top; 
    }
    
    .mobile_slider .single-hero-slider img {
        height: 80vh;
        object-position: 30% top;
    }
    
    footer .banner .img img{
        height: 350px;
        width:300px;
    }
}

.mobile_slider {
    display:none;
}

@media(max-width:767px) {
    .mobile_slider {
        display: block;
    }
    
    .home-slider {
        display: none;
    }
    
    .mobile_slider .single-slider-img {
        justify-content: center;
    }
    
    .mobile_slider .single-hero-slider img {
        object-fit: cover;
        width: 100%;
    }
}

.btn-arrow-menu {
    font-size: 14px;
    padding: 5px 34px;
    color: #ff3f00;
}

.btn-arrow-menu:hover {
    color: #ff3f00;
}
.svg_viber svg{
    width: 24px;
    margin-right: 5px;
}
.contact_text {
    padding: 20px 0px;
}
@media (min-width: 1920px) {
    .hero-slider-1 img {
        max-height: max-content;
        height: auto;
    }
    
    .hero-slider-1 {
        height: auto;
    }
}
@media (min-width: 1520px) {
    .main-category-head-row{
        margin-right:6rem;
        margin-left:6rem;
    }
}
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Контейнер галереи */
  .gallery-container {
    display: flex;
    flex-direction: row;
    height: 600px;
    gap: 10px;
  }

  /* Основной слайдер */
  .product-swiper {
    flex: 1;
    height: 100%;
    width: 80%;
  }

  /* Слайдер миниатюр (вертикальный) */
  .product-swiper-thumb {
    height: 100%;
    width: 20%;
    padding: 0;
  }

  .product-swiper-thumb .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
  }

  .product-swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
  }

  .product-swiper-thumb .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #mse2_mfilter .content {
    margin-top: 40px;
  }
  #mse2_mfilter .content h2, #mse2_mfilter .content h3, #mse2_mfilter .content h4{
    margin-bottom: .5rem;
    margin-top: .8rem;
  }
  #mse2_mfilter .content p{
    margin-bottom: .5rem;
  }
  #mse2_mfilter .content ul{
    margin-bottom: .5rem;
        padding-left: 2rem;
  }
  #mse2_mfilter .content ul li{
    list-style: disc;
  }

  /* Адаптивность */
  @media screen and (min-width: 768px) and (max-width: 1420px) {
  .home-slider .single-hero-slider img {
    width: 100%;
    object-fit: contain;
            height: 100%;
}
.hero-slider-1 {
    height: 100%;
}
}
  @media (max-width: 768px) {
    .gallery-container {
      flex-direction: column-reverse;
      height: 700px;
    }
    .product-swiper-thumb {
      min-height: 170px;
        height: 26%;
        width: 100%;
        padding: 0;
    }
    
    .product-swiper {
      width: 100%;
      height: 80%;
    }
    
    .product-swiper-thumb .swiper-wrapper {
      flex-direction: row;
    }
    
    .product-swiper-thumb .swiper-slide {
      width: 25%;
      height: 100%;
    }
  }
  @media (max-width: 567px) {
    .gallery-container {
        height: 650px;
    }
      .product-swiper-thumb {
        height: 25%;
    }
    
    .product-swiper {
      height: 75%;
    }
}
