@media all {
.slider-item a img {
    width: 100%!important;
    height: 100%!important;
}
.owl-nav button i {
    font-size: 45px;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    top: 33%;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-dots, .slider-catalog .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0%;
}
.owl-nav button {
    -webkit-border-radius: 50px!important;
    border-radius: 50px!important;
    position: absolute;
    border: 1px solid #cfcfcf!important;
    width: 60px;
    height: 60px;
}




}


@media all and (max-width: 480px),
all and (max-device-width: 480px) {
	.slider-catalog .slider-item {
    height: 100px;
}
.slider-catalog {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 5px 5px!important;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
		top: 26px!important;
}
.owl-nav button.owl-prev {
    left: -14px!important;
}
.owl-nav button.owl-next {
    right: -27px!important;
}

}/*max-width: 480px*/ /*не более*/
/*max-width: 480px*/




@media all and (min-width: 750px) and (max-width: 850px),
all and (min-device-width: 750px) and (max-device-width: 850px),
all and (min-width: 750px) and (max-width: 1024px) /*and (orientation: landscape)*/,
all and (min-width: 750px) and (max-width: 1024px) /*and (orientation: landscape)*/ {
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    top: 25%;
}
.owl-nav button.owl-prev {
    left: -4%!important;
}
.owl-nav button.owl-next {
    right: -4%!important;
}
.owl-dots .owl-dot span {
    width: 20px!important;
    height: 20px!important;
	  margin: 4px 6px!important;
}
.owl-nav button {
    width: 55px;
    height: 55px;
}

}/*min-width: 750px) and (max-width: 850px*//*(min-width: 750px) and (max-width: 1024px)*/ /* От 750 до 1024*/

/*min-width: 750px) and (max-width: 850px*/
/*(min-width: 750px) and (max-width: 1024px*/

@media all and (max-width : 2560px)  and (min-width: 1024px) {

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
}

.owl-nav button.owl-prev {
    left: -3%;
}
.owl-nav button.owl-next {
    right: -3%;
}


}/*(max-width : 2560px)  and (min-width: 1024px)*/
/*(max-width : 2560px)  and (min-width: 1024px)*/
