pw-owl-carousel-znacky .owl-item {
    padding: 1em;
}

pw-owl-carousel-znacky .owl-item .item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
pw-owl-carousel-znacky .owl-item .item img {
    max-height: 70px;
    width: auto !important;
}

pw-owl-carousel-znacky {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    pw-owl-carousel-znacky {
        width: 80%;
    }
}

.owl-stage{
    display: flex;
    align-items: center;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: #28211f;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #ed0180 !important;
}

.owl-item {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 10px;
    width: 200px;
}

.owl-carousel .owl-item img {
    transition: transform 0.3s ease;
    max-width: 100px;
}

.owl-carousel .owl-item img:hover {
    transform: scale(1.1);
}

.owl-carousel.owl-theme.pw-owl-carousel-znacky.owl-loaded.owl-drag {
    margin-bottom: 80Px;
}

.owl-item {
    padding: 80Px;
}