.swiper {
    width: 100%;
    height: 500px;
    background: gainsboro;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 0;
}
.swiper-slide {
    border-radius: 0px !important;
}
.overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    z-index: 10;
    bottom: -10px;
    background: linear-gradient(to right, rgba(0,0,0,.4) 10%, rgba(0,0,0,.4) 20%, transparent );
}
.swiper .swiper-slide .container {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}
.FromTop{
    opacity: 1;
    max-width: 550px;
}
.FromTop a {
    font: normal 36px "open sans";
    color: #fff;
    font-family: Arial;
}
.overlay {
    transition: all .2s linear;
}
.overlay:hover {
    transform: scale(1.06);
}
.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}


.swiper2 {
    width: 100%;
    height: 97%;
    position: relative;
}
.swiper-pagination2 {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 100;
    text-align: center;
}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    font-size: 14px;
    background: #fff;
}
.swiper2 .swiper-button-prev:after, .swiper2 .swiper-button-next:after {
    color: var(--main-color);
    padding: 5px 10px;
    background: rgba(2555,255,255, .5);
    transition: all .2s linear;
    border-radius: 5px;
}
.swiper2 .swiper-button-prev:hover:after, .swiper2 .swiper-button-next:hover:after {
    background: var(--main-color);
    color: #fff;
}


.swiper-v3 {
    width: 100%;
    height: 500px;
}
.overlay-v3:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    z-index: 10;
    bottom: -10px;
    /*background: linear-gradient(to right, rgba(0,0,0,.4) 10%, rgba(0,0,0,.4) 20%, transparent );*/
}
.swiper-v3 .swiper-slide-v3 .container-v3 {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}
.FromTop-v3 {
    opacity: 1;
    max-width: 550px;
}
.FromTop-v3 a {
    font: normal 36px "open sans";
    color: #fff !important;
    font-family: Arial;
    text-decoration: none !important;
}
.overlay-v3 {
    transition: all .2s linear;
}
.overlay-v3:hover {
    transform: scale(1.06);
}
.swiper-slide-v3 {
    overflow: hidden;
}
.swiper-slide-news-v3 {
    width: auto !important;
    position: relative;
}
.swiper-slide-news-v3 img {
    height: 100%;
    width: auto;
}
.swiper-slide-title-v3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -40%);
    z-index: 555;
    color: #fff;
}
.swiper-slide-title-v3 h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.swiper-partners {
    width: 100%;
    height: 150px;
    overflow-x: hidden;
}
.swiper-partners .swiper-slide a {
    display: block;
    height: 100%;
    background-color: #efefef;
    padding: 10px 0;
    border-radius: 15px;
}
.swiper-partners .swiper-slid {
    background-color: silver;
}
.swiper-partners .swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 15px;
    transform: scale(1);
    transition: all .3s linear;
}
.swiper-partners .swiper-slide:hover img {
    transform: scale(1.1);
}
@media (max-width: 750px) {
    .swiper-v3 {
        height: 350px;
    }
    .FromTop-v3 a {
        font: normal 24px "open sans";
    }
}
@media (max-width: 430px) {
    .swiper-v3 {
        height: 250px;
    }
    .FromTop-v3 a {
        font: normal 16px "open sans";
    }
}