

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section.list/mainslider/style.css?16245960612373*/
.page-wrapper{
    width: 100vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -60px;
}

.carousel__wrapper{
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transition: opacity 750ms ease-in-out;
    padding-top: 50px;
}

#carousel{
    width: 80%;
    height: 360px;
    overflow: visible !important;
}

.carousel__btn{
    border: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    transition: all 300ms ease;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.9 9.6' fill='black'><path d='M1.1 0L0 1.1l3.7 3.7L0 8.5l1.1 1.1 4.8-4.8L1.1 0zm0 0'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 16px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 75px));
    z-index: 100;
}

.carousel__btn_prev{
    transform: translateY(calc(-50% - 75px)) rotate(-180deg);
    left: 20px;
}

.carousel__btn_next{
    right: 20px;
}

.carousel__btn:hover{
    background-color: black;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.9 9.6' fill='white'><path d='M1.1 0L0 1.1l3.7 3.7L0 8.5l1.1 1.1 4.8-4.8L1.1 0zm0 0'/></svg>");

}

.cloud9-item{
    cursor: pointer;
    filter: brightness(0.75);
    transition: filter 300ms ease;
    overflow: visible !important;
}

.cloud9-item:after{
    display: block;
    content: attr(data-caption);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    transition: transform 300ms ease-in-out;
}

.cloud9-item:hover{
    filter: brightness(1);
}

.cloud9-item img{
    transition: transform 300ms ease-in-out;
}

.cloud9-item:hover img{
    transform: scale(1.2);
}

.cloud9-item:hover:after{
    transform: translate(-50%, -50%) scale(1.1);
}

.carousel__mouse-scroll-icon{
    transform: translate(-7px, -35px);
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section.list/mainslider/style.css?16245960612373 */
