

/* Start:/windows/energy/css/style.css?170722035362*/
.banner_top .banner_top_description{
    max-width: 550px;
}
/* End */


/* Start:/parts/feedback/style.css?17471763192123*/
.slider_feedback{
    position: relative;
}
.slider_feedback .swiper-slide{
    background: #FCFCFC;
}
.slider_feedback video{
    width: 100%;
}
.slider_btns{
    display: flex;
    align-items: center;
}
.slider_btns div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.slider_btns div::before{
    content: "";
    background-image: url("/imgs/icons/chevron-right.svg");
    height: 24px;
    width: 24px;
}
.slider_btns .slider_btn_prev::before{
    transform: rotate(-180deg);
}
.slider_btns .slider_btn_prev{
    margin-right: 16px;
}
.slider_btns div:hover{
    background: #D7D8D8;
    cursor: pointer;
}
.slider_feed_controls{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: 58%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feed_fio{
    font-size: 16px;
}
.feed_company{
    font-size: 18px;
    font-weight: bold;
}
.feed_title{
    font-size: 24px;
    font-weight: bold;
}
.feed_content{
    height: 100%;
    padding-bottom: 60px;
}
.slider_feedback-pagination{
    display: none;
    justify-content: center;
    align-items: center;
}
.slider_feedback-pagination .swiper-pagination-bullet{
    background: #D7D8D8;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.slider_feedback-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C5C5C5;
    width: 10px;
    height: 10px;
}
@media (max-width: 991px) {
    .feed_content{
        margin-top: 10px;
    }
    .slider_feed_controls{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .slider_feedback-pagination{
        display: flex;
    }
    .feed_content{
        padding-bottom: 85px;
    }
    .slider_btns{
        display: none;
    }
    .slider_feed_controls{
        display: flex;
        flex-direction: column;
    }
    .slider_feed_controls .btn{
        width: 100%;
    }
}
/* End */
/* /windows/energy/css/style.css?170722035362 */
/* /parts/feedback/style.css?17471763192123 */
