.block-offers{
    position: relative;
}
.block-offer {
    padding: 0;
    color: #3f3f3f;
    position: relative;
}
.block-offer__background{
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: -1;
}
.block-offer__area{
    display: table-cell;
    vertical-align: middle;
    height: 450px;
    padding-left: 60px;
}
.block-offer__white{
    color: #fff;
}
.block-offer__title {
    font-size: 38px;
    text-transform: uppercase;
}
.block-offer__info{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
.block-offer__link{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.block-offers__img{
    position: relative;
    height: 450px;
}
#block-offers .owl-prev,
#block-offers .owl-next {
    color: #3f3f3f;
}
.block-offers__img img{
    position: absolute;
    margin: 0 auto;
    max-height: 100%;
    width: auto!important;
    bottom: 0;
}
.block-staticoffer__title{
    font-size: 32px;
}
@media (max-width: 991px) {
    .block-staticoffer__title{
        font-size: 20px;
    }
    .block-offer__area,.block-offers__img{
        height: 300px;
    }
    .block-offer__link {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 767px) {
    .block-staticoffer__title{
        font-size: 21px;
        line-height: 28px;
    }
    .block-offer__info{
        font-size: 14px;
    }
    .block-offer__area {
        height: 290px;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    .block-offer__link {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575px) {
    #block-offers .owl-dots,
    #block-offers .owl-nav {
        display: none;
    }
}
@media (max-width: 470px) {
    #block-offers .block-offer__info {
        font-size: 13px;
        line-height: 20px;
    }
}

/* OWL */

.block-offers.owl-carousel{
    position: relative;
    overflow: hidden;
}
.block-offers.owl-carousel .owl-dots{
    position: absolute;
    bottom: 45px;
    display: block;
    text-align: center;
    width: 100%;
}
.block-offers.owl-carousel .owl-dot{
    border: 2px solid #fff!important;
    box-sizing: border-box;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0;
}
.block-offers.owl-carousel .owl-dot:hover,
.block-offers.owl-carousel .owl-dot:focus{
    outline: none;
}
.block-offers.owl-carousel .owl-dot.active{
    background: #fff;
}
.block-offers.owl-carousel .owl-nav .owl-prev,
.block-offers.owl-carousel .owl-nav .owl-next{
    font-size: 25px!important;
    line-height: 25px!important;
    font-weight: 300!important;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2;
    transition: all ease .3s;
    height: 42px;
    width: 42px;
    background: #fff!important;
    opacity: 0;
}
.block-offers.owl-carousel .owl-nav .owl-prev:hover,
.block-offers.owl-carousel .owl-nav .owl-prev:focus,
.block-offers.owl-carousel .owl-nav .owl-next:hover,
.block-offers.owl-carousel .owl-nav .owl-next:focus{
    background: #1985ac!important;
    color:#fff!important;
    outline: none;
}
.block-offers.owl-carousel:hover .owl-nav .owl-prev{left: 20px;opacity: 1;}
.block-offers.owl-carousel:hover .owl-nav .owl-next{right: 20px;opacity: 1;}
.block-offers.owl-carousel .owl-nav .owl-prev{left: -50px;}
.block-offers.owl-carousel .owl-nav .owl-next{right: -50px;}
@media (max-width: 991px) {
    .block-offers.owl-carousel .owl-dots {
        bottom: 25px;
    }
}
@media (max-width: 767px) {
    .block-offers.owl-carousel .owl-dots {
        bottom: 5px;
    }
}
/* OWL END */