.main-carousels-wrap{
    font-size:0;
    margin-bottom:10px;
}
.main-carousels-wrap .main-carousel{
    display: inline-block;
    vertical-align: top;
    font-size:16px;
    width:calc(50% - 5px);
}
.main-carousel:not(.owl-loaded){
    max-height: 14.6vw;
    overflow: hidden;
}

@media screen and (min-width: 1600px) {
    .main-carousel:not(.owl-loaded){
        max-height: 17.7vw;
    }
    body:not(.fixedRight) .main-carousel:not(.owl-loaded){
        max-height: 23vw;
    }
}
.main-carousels-wrap .main-carousel + .main-carousel{
    margin-left:10px;
}
.main-carousel__btn{
    background-color: #71a12b;
    border-radius: 3px;
    bottom: 10%;
    color: #ffffff;
    display: block;
    font-family:Roboto,Arial,sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    padding: 0 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.main-carousel__btn:hover{
  background-color: #82b933;
}

.main-carousel{
    /*max-height:300px;*/
}
.main-carousel__item{
    position: relative;
    display: block;
    width:100%;
}
.main-carousel__inner{
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top:calc((300/580) * 100%);
}
.main-carousel .mb-cofs{
    border-radius: 3px;
    z-index:5;
    padding-bottom:3px;
    bottom:6%;
}
.main-carousel.owl-theme .owl-dots{
    line-height:1;
    margin: 0 !important;
    padding:5px;
    background: #363c3f;
    display: block !important;
}
.main-carousel .owl-dots .owl-dot span{
    background: none;
    border: 2px solid #f6ce60;
}
.main-carousel .owl-dots .owl-dot:hover span,
.main-carousel .owl-dots .owl-dot.active span{
    background: #f6ce60;
}

@media screen and (max-width: 1600px) {
    .main-carousel.owl-theme .owl-dots{
        padding:3px;
    }
    .main-carousel .owl-dots .owl-dot span{
        width:8px;
        height:8px;
        margin:3px 3px;
    }
    .main-carousel__btn{
        font-size: 15px !important;
        height: 34px;
        line-height: 34px;
    }
}
@media screen and (max-width: 1366px){
    .main-carousel__btn{
        bottom: 30px;
        font-size: 13px !important;
        font-weight: 700 !important;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        margin:0;
    }
}