<style >



.ads-block {
    position: relative;
    max-width: 100%;
    height: 180px;
}

.box-ads {
    width: 200px;
    height: 500px;
    position: fixed;
    top: 100px;
    transition: all .23s;
    z-index: 100;
}

.content-box-ads {
    width: 100%;
    height: 100%;
    position: relative;
}

    .content-box-ads img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ads-desktop-left {
    left: 20px;
}

.ads-desktop-right {
    right: 20px;
}

.btn-close-ads {
    content: "x";
    width: 12px;
    height: 12px;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #00b5e2;
    cursor: pointer;
}

    .btn-close-ads:hover {
        background-color: #00b5e2;
        color: #fff;
    }


/* carousel css */
.carousel_deps {
    padding: 20px 0px;
}

    .carousel_deps a {
        text-decoration: none;
        font-size: 1.2em;
        color: #232323;
        border: 1px solid #676767;
        padding: 4px 8px;
        border-radius: 4px;
        box-shadow: 2px 2px 20px rgba(100,100,100, .1);
    }

    .carousel_deps.owl-carousel .owl-stage-outer {
        padding: 10px 0;
    }

.bottom_card_carousel {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
/* carousel css */
@media(max-width: 1800px) {
    .ads-desktop-left {
        display: none;
    }

    .ads-desktop-right {
        top: unset;
        left: 0;
        bottom: 20px;
        width: 1000px;
        height: 150px;
    }
}

@media(max-width: 1000px) {
    .ads-desktop-right {
        top: unset;
        left: 0;
        bottom: 20px;
        width: 100%;
        max-width: 1000px;
        height: 150px;
    }
}

@media(max-width: 600px) {
    .ads-desktop-right {
        width: 100%;
        height: 120px;
    }

    .ads-block {
        height: 120px;
    }
}

</style >
