

/* Start:/local/templates/electro/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?17516348142900*/
.stagepushable__container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.news_wrapper {
    position: relative;
	margin-bottom: 50px;
  }
.news_wrapper img{
    max-height: 500px;
    object-fit: cover;
    max-width: 1416px;
    object-fit: cover;
}
.news_wrapper .islider__image img {
    max-width: 100%;
  }
.main-slider .slick-arrow:hover{
    border-color: #4ca9ff;
    opacity: 1;
}
.aem .slick-dots li button {
    display: none !important;
}
.stagepushable__time svg {
    margin-right: 8px;
}
.stagepushable__time {
    margin-bottom: 50px;
}
.special-detail-text a {
    color: #03bfb5;
}
.back-btn {
    color: #000;
}
.car_detail_share {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    border-top: 1px solid #E3E3E5;
    padding-top: 20px;
}
.car_detail_share_title {
    display: flex;
    align-items: center;
}
.car_detail_share_title span{
    margin-left: 10px;
}
.car_detail_share_title:hover,
.car_detail_share_title:hover path{
    color: #03BFB5;
    stroke: #03bfb5;
}
.news_wrapper .ya-share2__badge, 
.news_wrapper .ya-share2__mobile-popup-badge {
    background: #000 !important;
    border-radius: 10px;
    padding: 3px;
}
.news_wrapper .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-position: center;
    border-radius: 20px;
}
.news_wrapper .car_detail_share_list:not(:last-child){
    margin-right: 10px;
}
.car_detail_share_box {
    position: absolute;
    bottom: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 4px #00000026);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    opacity: 0;
    transition: all .2s ease;
}
.car_detail_share:hover .car_detail_share_box{
    opacity: 1;
}

.car_detail_share_box:after {
    content:" ";
    position: absolute; 
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 16px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;    
    font-size: 0;
    line-height: 0;
    filter: drop-shadow(0px 10px 4px #00000026);
}
.news_author {
    margin-bottom: 40px;
}
.news_author img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 32px;
    min-height: unset !important;
    object-fit: cover;
}
.author_name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.author_position {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
@media (max-width: 767px){
    .news_wrapper img{
        min-height: 260px;
    }
    .news_author img {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
}
/* End */
/* /local/templates/electro/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?17516348142900 */
