/*
 * 	Кастомная тема owl carusel для KnASTU
 *  25 01 2024 Guseva.EA
 */
.owl-nav button{background:#fff;z-index:10;width:35px;height:35px;margin:-30px 0 0;display:block;position:absolute;top:50%;cursor:pointer;font-size:0;opacity:0;-webkit-transition:.4s ease-in-out;-moz-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out}.owl-nav button:after{content:"\f105";display:block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:35px;font-size:30px;text-align:center;color:#1565c0;background:#fff}.owl-nav .owl-prev:after{content:"\f104"}.owl-nav button:hover{text-decoration:none}.owl-nav .owl-next{right:44px}.owl-nav .owl-prev{left:44px}.owl-carousel:hover .owl-next,.owl-carousel:hover .owl-prev{opacity:.5}.owl-carousel:hover .owl-next:hover,.owl-carousel:hover .owl-prev:hover,.owl-theme .owl-dots .owl-dot.active span{opacity:1}.owl-item img{-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;transition:1s;height:auto;max-width:100%}.owl-item:hover img{-webkit-transform:translate3d(0,0,0);-webkit-perspective:0;-webkit-backface-visibility:hidden;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:4px}.owl-theme .owl-dots{margin-top:4px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{opacity:.4;transition:opacity .2s;width:25px;height:10px;margin:4px;background:#1976d2;display:block;-webkit-backface-visibility:visible}.owl-theme .owl-dots .owl-dot:hover span{background:#3c3;opacity:1}