/*owl-theme-og*/
.owl-theme-og
{display: flex!important;
height: initial;}

.owl-theme-og .owl-stage
{display: flex;}

.owl-theme-og .owl-item
{display: flex;}

.owl-theme-og .owl-nav
{text-align: center;
-webkit-tap-highlight-color: transparent;
bottom: 0px;
top: 0px;
width: 100%;
display: flex;
justify-content: space-between;
color: rgb(255,143,0);
font-size: 60px;
line-height: 0px;}

.owl-theme-og .owl-nav [class*='owl-']
{color: rgb(255,143,0)!important;
font-size: 60px;
display: inline-block;
cursor: pointer;
outline: none;}

.owl-theme-og .owl-nav .disabled
{opacity: 0.25;
cursor: default;}

.owl-theme-og .owl-prev
{left: 60px;
margin-left: 0px;}

.owl-theme-og .owl-prev:hover
{color: rgb(255,255,255)!important;}

.owl-theme-og .owl-next
{right: 60px;
margin-right: 0px;}

.owl-theme-og .owl-next:hover
{color: rgb(255,255,255)!important;}






/*Точки*/
.owl-theme-og .owl-dots
{display: flex;
flex-direction: column; 
text-align: center;
-webkit-tap-highlight-color: transparent;
position: absolute;
top: 50%;
left: 40px;
opacity: 0;}

.owl-theme-og .owl-dots .owl-dot
{display: inline-block;
zoom: 1;
*display: inline;
outline: none;}

.owl-theme-og .owl-dots .owl-dot span
{width: 20px;
height: 20px;
margin: 15px 0px;
background: rgb(255,255,255);
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 20px;}

.owl-theme-og .owl-dots .owl-dot.active span, .owl-theme-og .owl-dots .owl-dot:hover span
{background: rgb(252,209,32);}

.owl-theme-og .owl-nav button.owl-prev, .owl-theme-og .owl-nav button.owl-next
{height: 35px;
margin: 0px -20px;}

@media all and (max-width: 768px) 
{
.owl-theme-og .owl-nav button.owl-prev, .owl-theme-og .owl-nav button.owl-next{margin: 0px -50px;} 
}