.slider1.swiper-container {
    width: 100%;
    height: 655px;
}

.slider1 .swiper-slide {
    background-position: center;
    background-size: cover;
}

.slider1 .swiper-slide img {
    max-width: 100%;
}

.slider1 .swiper-slide .item {
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position:relative;
}
.slider1 .swiper-slide .item a{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.slider1 .swiper-slide {
    background-color: #eaeaea;
}

.slider1 .center1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -640px;
}

.slider1 .swiper-button-prev {
    background-image: url('/themes/js/sweeper/custom/img/left-arrow1.png');
    width: 20px;
    height: 36px;
    background-size: auto;
    background-position: center;
}

.slider1 .swiper-button-next {
    background-image: url('/themes/js/sweeper/custom/img/right-arrow1.png');
    width: 20px;
    height: 36px;
    background-size: auto;
    background-position: center;
}
.slider1__abs {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
}
.slider1__rel {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.slider1__abs2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50%;
}
.slider1__rel2 {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.slider1__rel_info {
    padding: 45px 0 30px 0;
}

.slider1__rel_info_name a,.slider1__rel_info_name{
    font-family: proximanovareg;
    font-size: 45px;
    line-height: 45px;
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
}

.slider1__rel_info_text {
    font-family: PTSansRegular;
    font-size: 19px;
    line-height: 24px;
    color: #000;
    max-width: 470px;
    margin: 0 auto;
    margin-top: 25px;
}

.slider1 .swiper-pagination {
    bottom: 13px;
    left: 50%;
    margin-left: -35px;
}

.slider1 .swiper-pagination-bullet {
    opacity: 1;
    background: #c7c7c7;
}

.slider1 .swiper-pagination-bullet-active {
    background: #b9181c;
}

.slider1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}

@media (max-width: 1280px) {
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
}

@media (max-width: 480px) {

}