.home-slider-block {
    overflow: hidden;
}

.home-slider .swiper-slide {
    height: 750px;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}


.hs-body {
    margin-top: 155px;
    margin-left: 0;
    position: relative;
    top: 15%;
}
.hs-body img{
    position: absolute;
    right: 10%;
    top: -10%;
}
.hs-body h2 {
    margin-bottom: 28px;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.hs-body h1 {
    margin-bottom: 50px;
    line-height: 1;
    font-weight: 100;
    font-size: 50px;
    text-transform: uppercase;
    max-width: 500px;
}

.home-slider-block .common-link {
    margin-bottom: 55px;
}

.home-slider-block .swiper-pagination {
    /* position: static;
    text-align: left; */
    left: 10%;
    bottom: 10%;
    padding-left: 100px;
}

.home-slider-block .swiper-pagination-bullet {
    margin-right: 15px;
    width: 30px;
    height: 5px;
    border-radius: 1px;
    background: #717e90;
    transition: width .5s;
}

.home-slider-block .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: #212121;
    position: relative;
}

.similar-products-carousel-wrapper {
    position: relative;
    max-width: 1525px;
    margin: 0 auto;
    padding: 0 100px;
}

.thumbs .swiper-slide a {
    width: calc(100% - 30px);
    margin: 15px;
}

.carousel-arrows div {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background-color: #003049;
    background-image: url('/images/icons/icon-carousel-arrow.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: 0;
    border-radius: 50%;
    box-shadow: 0px 3px 5px 0px rgba(36, 57, 115, 0.54);
    transition: box-shadow .5s, background .5s;
}

.carousel-prev {
    left: 0;
    transform: translateY(-50%);
}

.carousel-next {
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
}

.carousel-arrows div:hover {
    background-color: #005786;
    box-shadow: 0px 3px 15px 0px rgba(36, 57, 115, 0.54);
}


.swiper-container.slider-about-block {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 1px 10px #00578650);
    position: relative;
    overflow: hidden;
  }
  .slider-about-block .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }
  .slider-about-block-arrows {
    width: 150px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(2, 11, 37, 0.658);
    z-index: 2;
    border-radius: 0 0 10px 0;
    /* padding: 10px 30px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
  }
  .slider-about-block-arrows .swiper-button-next, 
  .slider-about-block-arrows .swiper-button-prev {
      background-image: none !important;
      position: relative;
      top: auto;
      width: 50%;
      height: 100%;
      margin-top: auto;
      left: auto;
      right: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  .slider-about-block-arrows .swiper-button-next:hover, 
  .slider-about-block-arrows .swiper-button-prev:hover {
    background-color: #003049;
  }
  .slider-about-block-arrows .swiper-button-prev img {
      transform: rotate(180deg);
  }
  .slider-about-block-arrows .swiper-button-next {
      background-color: #ed1c24;
  }
@media (max-width: 1650px) {
    .hs-body h1 {
        font-size: 75px;
    }
}

@media (max-width: 1480px) {
    .home-slider-block {
        margin-left: 10px;
    }
    .hs-body h1 {
        font-size: 75px;
    }
}

@media (max-width: 1450px) {
    /* .hs-body {
        margin-top: 85px;
    } */
    .home-slider .swiper-slide .hs-body h1 {
        font-size: 70px;
      }
      .home-slider .swiper-slide {
        height: 650px;
      }
      .hs-body img {
        width: 37%;
      }
    .home-slider-block .common-link {
        margin-bottom: 65px;
    }
    .home-slider-block .swiper-pagination {
        left: auto;
        bottom: 10%;
        padding-left: 100px;
        right: 10%;
    }



}
@media (max-width: 1330px) {
  .hs-body img {
    position: absolute;
    right: 10%;
    top: 10%;
  }
  }
@media (max-width: 1150px) {

    .hs-body h2 {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .home-slider .swiper-slide {
        border-radius: 0;
    }

    .home-slider-block {
        margin-left: 0;
    }
    .home-slider .swiper-slide .hs-body h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 880px) {
    .similar-products-carousel-wrapper {
        padding: 0 50px;
    }
}

@media (max-width: 700px) {
    .hs-body {
        margin-top: 10px;
    }

    .home-slider .swiper-slide {
        height: 400px;
        padding-bottom: 10px;
    }
    .hs-product {
        display: none;
    }
    .home-slider-block .common-link {
        margin-bottom: 20px;
    }
    .home-slider-block .swiper-pagination {
        display: none;
    }
    .home-slider .swiper-slide {
        background-size: auto;
    }
    .home-slider .swiper-slide .hs-body {
        text-align: center;
    }
    .home-slider .swiper-slide .hs-body h1 {
        max-width: none;
    }

}

@media (max-width: 450px) {
    .similar-products-carousel-wrapper {
        padding: 0;
        margin: 0 -15px;
    }

    .carousel-arrows {
        display: none;
    }

    .thumbs .swiper-slide a {
        margin: 15px;
    }
    .home-slider .swiper-slide .hs-body h1 {
        font-size: 40px;
    }
}