.index-swiper{
    margin-top: 134px;
}
.index-swiper .swiper-slide{
    height: 620px;
}
.index-swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet-active{
    background-color: #E30613;
    border: solid 1px #fff;
}
.index-swiper .swiper-slide{
    position: relative;
}
.index-swiper  .swiper__text-box{
    height: 100%;
    position: absolute;
    top: 0;
}
.index-swiper .swiper__text-box span{
    font-size: 4.3rem;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
}
.index-swiper .swiper__text-box h1{
    font-size: 6.5rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}
.index-swiper .swiper__text-box h1 strong{
    color: #E30613;
    font-size: 9.7rem;
    display: block;
}
.index-swiper .swiper__text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-swiper .swiper-pagination{
    bottom: 60px !important;
}
.index-swiper img{
    width: 100%;
    object-fit: cover;
}
@media(min-width: 1425px){
    .index-swiper .swiper__text-box{
        max-width: 1425px;
        width: 100%;
        left: calc( (100vw - 1425px) / 2 );
    }
}
@media(max-width: 1424px){
    .index-swiper .swiper__text-box{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 992px){
    .index-swiper .swiper__text-box span{
        font-size: 3rem;
    }
    .index-swiper .swiper__text-box h1 strong{
        font-size: 6rem;
    }
    .index-swiper .swiper__text-box h1{
        font-size: 4rem;
    }
    .index-swiper{
        height: 400px;
        margin-top: 112px;
    }
    .index-swiper img{
        height: 100%;
    }
    .index-swiper .swiper-slide{
        height: 400px;
    }
    .nav-wrapper.nav__nav{
        padding-top: 0px ;
    }
}
@media(max-width:768px){
    .index-swiper .swiper__text-box span{
        color: #fff;
    }
}
@media(max-width: 576px){
    .index-swiper .swiper__text-box span{
        font-size: 2rem;
    }
    .index-swiper .swiper__text-box h1 strong{
        font-size: 4rem;
    }
    .index-swiper .swiper__text-box h1{
        font-size: 3rem;
    }
    .index-swiper,
    .index-swiper .swiper-slide,
    .index-swiper img{
        height: 250px;
    }
    .index-swiper .swiper-pagination{
        bottom: 25px !important;
    }
}
.carusel .swiper-pagination{
    display: none;
}
.carusel_logo .swiper-slide img{
    width: 100%;
    object-fit: contain;
    height: 60px ;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}
.carusel_logo .swiper-slide img:hover{
    filter: grayscale(0);
}

.swiper {
      width: 100%;
      height: 100%;
	max-height: 660px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	width:auto;
}