@import "vars.css";
@import "typography.css";
@import "general.css";

.logistics-hero {
  padding-top: 35px;
  padding-bottom: 85px;
  background-image: url("../images/log-hero-bg.png");
  background-size: 100% 100%;
  background-position: center;
}

.logistics-hero h1{
  max-width: 670px;
}

.logistics-hero h1 + .h3{
  max-width: 375px;
}

html[lang="ru-RU"] .logistics-hero h1{
  max-width: 770px;
}

html[lang="ru-RU"] .logistics-hero h1 + .h3{
  max-width: 475px;
}

.logistics-page .online-store-headings{
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 991px){
  .logistics-hero .section-body{
    height: 420px;
    padding: 40px 60px;
  }
}

.logistics-hero .section-body .left{
  position: relative;
}

.logistics-hero .section-body .left .secondary-btn{
  position: absolute;
  bottom: -108px;
  z-index: 1;
}

.logistics-hero .section-body img{
  top: 60%;
  right: -140px;
}

.logistics-hero .section-body img {
  width: 65%;
}

.logistics-page .production-function.advantages-section .section-header{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logistics-page .production-function.advantages-section .section-header .h3{
  max-width: 550px;
  text-align: center;
}


.logistics-problems .section-header h2 + .p2{
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.logistics-problems .section-body .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.logistics-problems .section-body .swiper-wrapper .swiper-slide{
  display: flex;
}

.tovarniy_function .section-body .right{
  cursor: default;
}

.tovarniy_function .section-body .right::before{
  content: none;
}

.tovarniy_function .section-body .function-footer img,
.tovarniy_function .section-body .right img{
  border-radius: 25px;
}

.logistics-page .online-store-process .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.logistics-page .online-store-process .section-body .swiper-wrapper .swiper-slide{
  display: flex;
  justify-content: center;
}

.logistics-page .solutions-slider .section-body .services_reviews_nav{
  justify-content: center;
  column-gap: 64px;
}

.logistics-page .services_reviews-button-prev{
  margin-right: 0;
}

.logistics-page .swiper-pagination-bullets.swiper-pagination-horizontal{
  width: auto;
  display: flex;
}

.logistics-page .services_reviews-button-prev:after, 
.logistics-page .services_reviews-button-next:after{
  background-image: url("../images/new/slider_arrow.svg") !important;
}

.logistics-page .partners-cases .section-header h2{
  align-items: flex-start;
}


@media (max-width: 1100px){
  .logistics-problems .section-body .swiper-wrapper,
  .logistics-page .online-store-process .swiper-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 990px){

  html[lang="ru-RU"] .logistics-hero h1{
    max-width: 670px;
  }

  html[lang="ru-RU"] .logistics-hero h1 + .h3{
    max-width: 350px;
  }

  .logistics-hero .section-body .left .secondary-btn {
    bottom: -32px;
  }

  .logistics-hero .section-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: auto;
    transform: initial;
  }

  .logistics-page .production-function.advantages-section .section-header .h3{
    max-width: 400px;
  }
}

@media (max-width: 768px){
  .logistics-problems .section-body .swiper-wrapper,
  .logistics-page .online-store-process .swiper-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }

  .logistics-problems .section-body .swiper-wrapper .problem-item{
    margin: auto;
  }

}

@media (max-width: 576px){
  .logistics-problems .section-body .swiper-wrapper,
  .logistics-page .online-store-process .swiper-wrapper{
    display: flex;
    gap: initial;
  }

  .logistics-problems .section-header h2 {
    text-align: center;
  }
}