.owl-carousel {
    display: block; }
.custom-carousel {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 22vw; }
.custom-carousel_blured > img {
    filter: blur(2px); }
.custom-carousel .item {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.4s cubic-bezier(0.1, 0.8, 0.9, 0.2), width 0.3s, top 0.3s, left 0.3s;
    position: absolute;
    display: none;
    float: left;
    overflow: hidden;
    height: 20.5vw;
    background-color: #EFF0F4;
    border-radius: 15px;
    padding: 2.7vw 2vw;
    opacity: 1; }
.custom-carousel .item a {
    vertical-align: top;
    display: inline-block; }
.custom-carousel .item img {
    width: 8.8vw; }
.custom-carousel .item .carousel-divider {
    display: inline-block;
    width: 1px;
    height: 15.3vw;
    background-color: #F99531;
    margin-left: 2vw;
    margin-right: 2.5vw; }
.custom-carousel .item .carousel-text {
    display: inline-block;
    width: calc(90% - 15vw);
    vertical-align: top;
    margin-top: 6vw;
    font-size: calc(6px + 0.55em);
    letter-spacing: -1px;
    line-height: 1.7em;
    color: #6B6E77; }
.custom-carousel .item .carousel-text span {
    font-weight: bold; }
.custom-carousel .item-first {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    top: 1.4vw;
    width: 100%; }
.custom-carousel .item-second {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    width: 94%;
    display: block;
    left: 3%;
    top: 0.7vw; }
.custom-carousel .item-third {
    left: 6%;
    width: 88%;
    display: block; }
.custom-carousel__controls {
    position: relative;
    float: right;
    z-index: 5;
    top: 6vw;
    right: 2vw; }
.custom-carousel__controls--without {
    right: -60px
}
.custom-carousel__controls img, .custom-carousel__controls .custom-carousel__control {
    display: block;
    margin-bottom: 10px;
    border-radius: 30px;
    cursor: pointer; }
.custom-carousel__controls img.custom-carousel__controls_disabled, .custom-carousel__controls .custom-carousel__control .custom-carousel__controls_disabled {
    opacity: 0.5;
    background: none !important;
    cursor: default; }
.custom-carousel__controls img.custom-carousel__controls_disabled:hover, .custom-carousel__controls img.custom-carousel__controls_disabled:focus {
    background: none !important; }
@media (min-width: 1024px) {
    .custom-carousel__controls .custom-carousel__control .up, .custom-carousel__controls .custom-carousel__control .down {
        position: relative;
        z-index: 2;
        padding: 11px 9px;
        border-radius: 40px;
        color: #FFF;
        transition: color .2s;
    }
    .custom-carousel__controls .custom-carousel__control:before {
        background: #000 !important;
        opacity: 1 !important;
        transition: background .2s, color .2s, border .2s !important;
    }
    .custom-carousel__controls .custom-carousel__control.custom-carousel__controls_active .up, .custom-carousel__controls .custom-carousel__control.custom-carousel__controls_active .down {
        color: #b8b7bc;
    }
    .custom-carousel__controls .custom-carousel__control.custom-carousel__controls_active:before {
        background: #fff !important;
        color: #b8b7bc;
        border: 1px solid #b8b7bc;
    }
}