.slick-arrow{
    width: 55px;
    height: 55px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    left: 15px;
    top: calc(50% - 25px);
    /* background: #eaeaea url(./images/prev.png) no-repeat center; */
    position: absolute;
    z-index: 10;
}
.slick-next{
    left: auto;
    right: 15px;
}
a.active-btn{
    background: #FFA700;
    border-color: #FFA700;
}
a.active-btn:hover{
    background: #fff;
    border-color: #fff;
}
a.withput-active:hover{
    background: #FFA700;
    border-color: #FFA700;
    color: #fff;
}
.big-title{
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 5px;
}
.no-scroll {
    overflow: hidden !important;
}

@media screen and (min-width:769px){
    .mobile{
        display:none;
    }
    .desktop{
        display: block;
    }
}
@media screen and (max-width:768px){
    .mobile{
        display:block;
    }
    .desktop{
        display: none;
    }
    .big-title{
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        margin: 0;
        padding-bottom: 5px;
    }
}
