/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 
 .owl-theme .owl-item {padding: 30px}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:30px}
.owl-theme .owl-nav [class*=owl-]{color:#cc0033 !important;font-size:60px !important;margin:5px;padding:4px 7px;background: none;display:inline-block;
cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:none;color:#cc0033;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}
.owl-theme .owl-dots .owl-dot{display:inline-block; zoom:1}
.owl-theme .owl-dots .owl-dot span{width:9px; height:9px; margin:-20px 5px 0;background:#666;display:block;-webkit-backface-visibility:visible;
transition:opacity .2s ease; opacity:0.5}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{opacity: 1}
.portfolio .owl-theme .owl-dots .owl-dot span{background:#ccc}


.owl-carousel .owl-nav button.owl-prev {bottom: 0; left: 30px; position: absolute; background: url(../images/owl-prev.png); background-size: cover; 
width: 40px; height: 40px;}
.owl-carousel .owl-nav button.owl-next {bottom: 0; right: 30px; position: absolute; background: url(../images/owl-next.png); background-size: cover; 
width: 40px; height: 40px;}
.owl-theme .owl-nav span {display: none}

.owl-carousel .owl-nav button.owl-prev:hover {background: url(../images/owl-prev.png); background-size: cover; -webkit-transform: scale(1.1); transform: scale(1.1)}
.owl-carousel .owl-nav button.owl-next:hover {background: url(../images/owl-next.png); background-size: cover; -webkit-transform: scale(1.1); transform: scale(1.1)}

@media screen and (max-width: 600px) {
.owl-theme .owl-dots .owl-dot span{width:7px; height:7px; margin:-20px 3px 0}
.owl-carousel .owl-nav button.owl-prev {left: 5px; width: 30px; height: 30px; bottom: 4px}
.owl-carousel .owl-nav button.owl-next {right: 10px; width: 30px; height: 30px; bottom: 4px}
Ъ