

/* Start:/local/templates/.default/components/bitrix/news/blog_default/style.css?17539563732102*/
/*Шрифт*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




@media (max-width:992px){
    .blog-list__block{
        order:1;
    }
}

/*Хлебные крошки*/

.breadcrumb-container a span{
    color: white;
}

.breadcrumb-container span{
    color: #FFFFFF66;
}

.header-blog_top{
    max-width: 100%;
    min-height: 233px;
    max-height: 350px;
    padding: 19px 0 19px 0;
}

.background-image{
    background-image: url(/local/templates/.default/components/bitrix/news/blog_default/image/bg.png);
}

.blog-h1_heading{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: white;
    line-height: 130%;
    letter-spacing: 0;
}

@media (max-width: 1200px) {
    .header-blog_top{
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 1000px) {
    .col-md-6 {
        float: left;
        width: 48%;
    }
    .blog-h1_heading{
        margin-left: 15px;
    }
    #news-container{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .image-option{
        width: 25px;
    }
}

#shareDropdown {
    max-width: 90vw;
    width: auto;
    word-wrap: break-word;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
}

@media (max-width: 896px) {
    .header-blog_top{
        max-height: 415px;
    }
    .blog-h1_heading{
        font-size: 32px;
    }
}

@media (max-width: 700px) {
    .background-image{
        background-image: url(/local/templates/.default/components/bitrix/news/blog_default/image/bg-mobile.png);
        height: 415px;
    }
    .col-md-6 {
        float: left;
        width: 100%;
    }
}

.blog-list{
    margin-bottom: 80px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/blog_default/bitrix/news.detail/blog_detail/style.css?17539546149295*/
.page-header {
    margin-bottom: 0!important;
}
.news-detail__above-image-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
    margin-top: 37px;
}
.blog-h1_heading{
    width: 80%;
}
.articles-tags{
    margin-top: 56px;
}
.heading-details{
    width: 100%;
}
.articles-tags__title{
    font-weight: 600;
    color: #212121;
    font-size: 1.2857em;
    line-height: 1.2222;
}
.news-detail__content img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}
.articles-tags__tags-list{
    margin-top: 15px
}
.articles-tags__tag{
    display:inline-block;
    border-radius: 5px;
    background: #EFF1F5;
    padding: 7px 12px;
    font-size:0.71em;
    text-transform:uppercase;
    color:#707070;
    margin-right: 10px;
    margin-bottom: 10px;
}
.articles-tags__tag:hover,
.articles-tags__tag:focus,
.articles-tags__tag:active{
    text-decoration: none;
    color:#707070;
}
.articles-tags__tag-active,
.articles-tags__tag:hover{
    background: var(--prv_interactive_color);
    color:var(--white);
}
.articles-tags__tag-active:hover,
.articles-tags__tag-active:focus,
.articles-tags__tag-active:active{
    text-decoration: none;
    color:var(--white);
}
.news-detail__date__author{
    display: flex;
    align-items:center;
}
.news-detail__date__author__slash{
    margin: 0 15px;
}
.news-detail__date,
.news-detail__share-top a,
.news-detail__share-top a:focus{
	font-size: 1.0666em;
	line-height: 1em;
        color: #212121;
}
.news-detail__share-top a:hover,
.news-detail__share-top a:active,
.news-detail__share-top a:active:hover,
.news-detail__share-top a:active:focus{
    text-decoration: none;
    color: #212121;
}
.news-detail__share-top> a > .caret{
    color: var(--prv_btn_color);
    margin-left: 5px;
}
.news-detail__picture{
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 34px;
}
.share_text{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}
.button_back-page{
    background: #E2212C;
    min-width: 211px;
    min-height: 36px;
    color: white;
    border-radius: 12px;
    padding: 5px 73px 5px 73px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 32.2px;
    letter-spacing: 0;
    text-align: center;

}
.button_back-page:hover{
    text-decoration: none;
    background: #c51d27;
    color: #dfdfdf;
}
.news-detail__content{
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 56px;
}

.news-detail__content h3,
.news-detail__content h2{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: black;
    line-height: 180%;
    letter-spacing: 0;
}

.news-detail__content h4{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    line-height: 180%;
    letter-spacing: 0;
}

.page-content .news-detail__content p{
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0;

}
.news-detail__share-list {
    position: relative;
}
.news-detail__share-list .ya-share2__list{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s linear;
    z-index: 8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2 );
    padding-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 68px;
}
.news-detail__share-list .ya-share2__list .ya-share2__link{
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.news-detail__share-list .ya-share2__icon{
    position: relative;
    text-align: center;
}
.news-detail__share-list .ya-share2__icon:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #757575;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item{
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item:last-child{
    border: none;
}
.news-detail__share-list .ya-share2__container_size_m .ya-share2__item:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.news-detail__share-list .ya-share2__item:hover,
.news-detail__share-list .ya-share2__item a:hover{
    opacity: 1;
}
.news-detail__share-list .ya-share2__item:hover .ya-share2__icon:before{
    color: var(--prv_btn_color);
}
.news-detail__share-list .ya-share2__item_service_vkontakte .ya-share2__icon:before{
    content: "\f189";
}
.news-detail__share-list .ya-share2__item_service_facebook .ya-share2__icon:before{
    content: "\f39e";
}
.news-detail__share-list .ya-share2__item_service_twitter .ya-share2__icon:before{
    content: "\f099";
}
.news-detail__share-list .ya-share2__item_service_odnoklassniki .ya-share2__icon:before{
    content: "\f263";
}
.news-detail__share-list .ya-share2__item_service_viber .ya-share2__icon:before{
    content: "\f409";
}
.news-detail__share-list .ya-share2__item_service_whatsapp .ya-share2__icon:before{
    content: "\f232";
}
.news-detail__share-list .ya-share2__item_service_telegram .ya-share2__icon:before{
    content: "\f3fe";
}
.news-detail__share-list .ya-share2__badge{
    background-color: transparent!important;
}
.news-detail__share-top:hover .news-detail__share-list .ya-share2__list{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.news-detail__share-icon svg{
    position: relative;
    top: -2px;
}
.news-detail__share-top:hover .news-detail__share-icon path{
    fill: var(--prv_btn_color);
}
.news-detail__date{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: lowercase;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

ul li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FFD7E9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 786px) {
    .back-page{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 886px) {
    .share-dropdown{
        left: 0 !important;
        top: 400px !important;
    }
}

/* Выпадающий список */

.share-dropdown {
    display: none;
    position: absolute;
    top: 340px;
    margin-top: 8px;
    min-width: 220px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 5;
    overflow: hidden;
    animation: fadeInScale 0.2s ease-out forwards;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.share-dropdown.show {
    display: block;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.share-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: transparent;
    cursor: pointer;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.share-option:last-child {
    border-bottom: none;
}
.share-option:hover {
    color: #4aa3f1;
    transform: translateX(2px);
}

.share-option{
    border: 0 !important;
}
.share-dropdown::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
    .share-dropdown {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        border-radius: 12px 12px 0 0;
        margin-top: 0;
        animation: slideUp 0.3s ease-out;
    }

    .share-dropdown::before {
        display: none;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }
        to {
            transform: translateY(0);
        }
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news/blog_default/style.css?17539563732102 */
/* /local/templates/.default/components/bitrix/news/blog_default/bitrix/news.detail/blog_detail/style.css?17539546149295 */
