.slider1__abs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider1__rel {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding-top:173px;
    height:100%;
}

.slider1__rel_info {
    padding-left:106px;
}

.slider1__rel_info_name a,.slider1__rel_info_name{
    font-family: proximanovareg;
    font-size: 34px;
    line-height: 50px;
    color: #391e00;
    text-decoration: none;
    text-transform: uppercase;
}

.slider1__rel_info_text {
    font-family: proximanovareg;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    max-width: 455px;
    margin-top: 19px;
}

.slider1__rel_info_text_zag2{
    font-family:proximanovasemibold;
    font-size:27px;
    line-height:1.2;
    color:#e62616;
}

.slider1__rel_info_btn{
    margin-top:55px;
}
.slider1__rel_info_btn_button{
    display: block;
    color:white!important;
    font-size:21px;
    line-height:21px;
    font-family:proximanovareg;
    width:300px;
    text-align: center;
    -webkit-border-radius:41px;
    -moz-border-radius:41px;
    border-radius:41px;
    border:2px solid white;
    padding:26.5px 0;
    text-decoration: none!important;
}
.slider1__wrap {
    position: relative;
}

.slider1__wrap .swiper-button-prev {
    background-image: url('/themes/js/sweeper/custom/img/left-arrow1.png');
    width: 55px;
    height: 55px;
    -webkit-background-size:contain;
    background-size:22px 40px ;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-position: center;
    left: 25px;
    background-color:rgba(255,255,255,0.35);
    background-repeat:no-repeat;
}

.slider1__wrap .swiper-button-next {
    background-image: url('/themes/js/sweeper/custom/img/right-arrow1.png');
    width: 55px;
    height: 55px;
    -webkit-background-size:contain;
    background-size:22px 40px ;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-position: center;
    right: 25px;
    background-color:rgba(255,255,255,0.35);
    background-repeat:no-repeat;
}

.slider1 .swiper-pagination {
    position: absolute;
    bottom:69px;
    margin: 0 auto;
    height:13px;
    z-index: 1000;
}

.slider1 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #391e00;
    margin: 0 2px !important;
    opacity: 1;
    border-radius: 0;
}

.slider1 .swiper-pagination-bullet-active {
    background-color: #d85100;
}

.slider1__item {
    display:block;
    text-decoration:none;
    width: 100%;
    height: 660px;
    background-position: center;
    position: relative;
}

@media (max-width: 1280px) {
    .slider1__rel {
        width: 992px;
    }
	.slider1__item	{
		height: 380px;
		background-size: 110% auto;	
	}
}

@media (max-width: 992px) {
	.slider1__item	{
		height: 360px;
		background-size: 121% auto;	
	}
}

@media (max-width: 768px) {
	.slider1__item	{
		height: 220px;
		background-size: 128% auto;	
	}	
}

@media (max-width: 480px) {
	.slider1__item	{
		height: 176px;
		background-size: 128% auto;	
	}
}

@media (max-width: 375px) {
	.slider1__item	{
		height: 157px;
		background-size: 128% auto;	
	}
}