/*--------------------------------------------------------------------------------------------------Module Наши работы*/
.mod-raboty.wrap{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 20px
}
.wrap-gallery{
    border-top: 1px solid #eee;
}
.mod-raboty .ikons__list{
    margin-bottom: 60px;
}
.mod-raboty .carousel__slide{
    max-height: 225px;
}
.mod-raboty .carousel__slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.f-carousel__nav .f-button{
    width: 50px;
    height: 50px;
    background-color: #2980b9;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
}
.f-carousel__nav .f-button:hover{
    background-color: #3498db;
}
.f-carousel__nav .f-button svg{
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2px;
}
.f-carousel__nav .f-button.is-prev{

}
.f-carousel__nav .f-button.is-next{

}
.f-carousel__dots{
    margin-bottom: -5px !important;
}
.f-carousel__dots .f-carousel__dot{
    width: 12px;
    height: 12px;
    background-color: #2980b9;
    opacity: .5;
}
.f-carousel__dots .is-current .f-carousel__dot{
    opacity: 1;
}