.home-slider-block {
    overflow: hidden;
}
.home-slider {
    position: relative;
    z-index: 1;
}
/* .home-slider.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal {
    position: relative;
    z-index: 1;
} */
.home-slider .swiper-slide {
    height: 25vw;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    background-color: white;
    overflow: hidden;
}

.hs-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/home-slider-fade.png');
}

.hs-body {
    top: 15%;
    padding: 4em 3em 4em;
    position: relative;
    border-left: 20px solid #5873c5;
    background: rgba(255, 255, 255, 0.404);
    max-width: 700px;
    overflow: hidden;
}


.hs-body h2 {
    margin-bottom: 28px;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.hs-body h1 {
    margin-bottom: 50px;
    line-height: 1;
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
    color: #000022;
}

.prom-slid-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 250px;
    margin: 20px auto;
}

.swiper-pagination-bullet {
    opacity: .95;
}

.prom-slid-nav .swiper-pagination-bullet {
    margin: 0 4px;
    background: transparent;
    border: 2px solid #040675;
}
.prom-slid-nav .swiper-pagination-bullet-active {
    background: #040675;
}

.prom-slid-nav .swiper-pagination {
    position: relative;
}

.container-prev:hover,
.container-next:hover {
    background: rgba(109, 133, 204, 0.438);
    cursor: pointer;
}
.home-slider-block .swiper-pagination {
    right: unset;
    top: 35%;
    /* left: 97%; */
    left: 1%;
    bottom: 0;
    max-height: 100px;
    width: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0;
}

.home-slider-block .swiper-pagination-bullet {
    width: 22px;
    border-radius: 1px;
    background: #aec0da;
    transition: width .5s;
    margin-bottom: 15px;
    height: 5px;
    display: block;
}

.home-slider-block .swiper-pagination-bullet-active {
    background: #eed70a;
    height: 8px;
}

.homeslider-navigation {
    display: block;
    position: absolute;
    bottom: 0;
    right:0;
    font-size: 0;
    z-index: 5;
}
.homeslider-navigation .slider-btn {
    width: 8vw;
    height: 6vw;
    background-color: grey;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s background;
    cursor: pointer;
}

.homeslider-navigation .slider-btn.slider-prev {
    background-color: #f7faff;
    background-image: url('/images/icons/arrow-left-nav.png');
}

.homeslider-navigation .slider-btn.slider-next {
    background-color: #757575;
    background-image: url('/images/icons/arrow-right-nav.png');
}

.homeslider-navigation .slider-btn.slider-prev:hover,
.homeslider-navigation .slider-btn.slider-next:hover {
    background-color: #010123;
}

.homeslider-navigation .slider-btn.slider-prev:hover {
    background-image: url('/images/icons/arrow-left-nav-hvr.png');
}

.homeslider-navigation .slider-btn.slider-next:hover {
    background-image: url('/images/icons/arrow-right-nav-hvr.png');
}

.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: #040675;;
    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: #eec643;
    box-shadow: 0px 3px 15px 0px rgba(36, 57, 115, 0.54);
}

.similar-products-carousel .swiper-wrapper {
    align-items: stretch;
}

.similar-products-carousel .swiper-slide {
    display: flex;
    margin-top: 0 !important;
    height: auto;
}

.distributors-carousel {
    margin: 40px auto;
    overflow: hidden;
    max-width: 1500px;
    text-align: center;
}

.distributors-carousel h2 {
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
    font-size: 48px;
    color: #124ea2;
}

.dc-slide-wrapper {
    display: block;
    margin: 28px;
    color: #040f0f;
}

.dc-pic {
    margin-bottom: 15px;
    height: 180px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.25);
    transition: box-shadow .5s;
}

.dc-slide-wrapper:hover .dc-pic {
    box-shadow: 0.209px 2.993px 11.83px 1.17px rgba(18, 78, 162, 0.75);
}

.dc-pic img {
    max-width: 93%;
    max-height: 93%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dc-descr h5 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 23px;
    color: #040f0f;
    line-height: 1.2;
}

.dc-slide-rel{
    position: relative;
    /* height: 500px; */
}
.literature-link{
    width: 100%;
    /* position: absolute;
    bottom: 0px;
    left: 50%; */
    /* max-height: 30px; */
    color: #000;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* margin-top: 30px; */
}
.literature-link a{
    position: relative;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: -50%; */
}
.literature-link a:hover{
    text-decoration: underline;
}
.literature-icon{
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

@media (max-width: 1480px) {
    /* .home-slider-block {
        margin-left: 10px;
    } */
}

@media (max-width: 1450px) {
    .home-slider .swiper-slide {
        min-height: 180px;
        /*height: 396px;*/
    }

    /* .hs-body {
        margin-top: 65px;
    } */
    .hs-body {
        top: 0%;
    }
    .hs-body h1 {
        margin-bottom: 20px;
    }
    .hs-body h2 {
        margin-bottom: 10px;
    }
    .home-slider-block .common-link {
        margin-bottom: 65px;
    }
}

@media (max-width: 1150px) {
    .hs-body h1 {
        margin-bottom: 30px;
        font-size: 38px;
    }

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

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

    .home-slider-block {
        margin-left: 0;
    }
    .hs-body {
        height: 100%;
        width: 30%;
    }
}

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

@media (max-width: 700px) {
    .hs-body {
        width: 40%;
    }

    .home-slider .swiper-slide {
        /*height: auto;*/
        /* padding-bottom: 10px; */
    }

    .home-slider-block .common-link {
        margin-bottom: 20px;
    }
}
@media (max-width: 650px) {
    .hs-body {
        border-left: none;
    }
    .homeslider-navigation {
        display: none;
    }
}
@media (max-width: 450px) {
    .similar-products-carousel-wrapper {
        padding: 0;
        margin: 0 -15px;
    }

    .carousel-arrows {
        display: none;
    }
    .hs-body {
        width: 80%;
    }
    .thumbs .swiper-slide a {
        margin: 15px;
    }
}