

/* Start:/local/templates/info_light_green/components/bitrix/news.detail/bootstrap_v4/style.min.css?17384957542791*/
.news-detail-img,.news-detail-audio,.news-detail-video,.news-detail-slider{position:relative;margin-bottom:20px;text-align:center}.news-detail-slider img,.news-detail-img img{max-width:100%;max-height:100%;width:auto;height:auto}.news-detail-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;background:url(/local/templates/info_light_green/components/bitrix/news.detail/bootstrap_v4/images/bx-video.png) no-repeat center;opacity:.7;transition:opacity .3s ease}.news-detail-video:hover{opacity:1}.news-detail-slider{overflow:hidden;padding-bottom:56.25%;width:100%;height:0}.news-detail-slider-container{position:absolute;top:0;bottom:0;left:0}.news-detail-slider-slide{z-index:100;float:left}.news-detail-slider-arrow-container-left,.news-detail-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.news-detail-slider-arrow-container-left{left:0}.news-detail-slider-arrow-container-right{right:0}.news-detail-slider-arrow{position:absolute;top:50%;z-index:110;margin-top:-24px;width:20px;height:48px;color:#fff;vertical-align:middle;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:48px;line-height:34px;opacity:.5;cursor:pointer}.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow{display:block;color:#fff;opacity:1}.news-detail-slider-arrow-container-left .news-detail-slider-arrow{left:20px}.news-detail-slider-arrow-container-right .news-detail-slider-arrow{right:20px}.news-detail-slider-control{position:absolute;bottom:10px;z-index:110;margin:0;padding:0;width:100%;text-align:center;word-spacing:-4px}.news-detail-slider-control li{display:inline-block;margin:0 3px;width:10px;height:10px;border-radius:50%;background:#fff;word-spacing:-4px;opacity:.5}.news-detail-slider-control li:hover,.news-detail-slider-control li.current{background:#fff;opacity:1}.news-detail-slider-arrow,.news-detail-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.news-detail-title,.news-detail-title a{margin:0;padding:2px 0 15px;border-bottom:0;color:#000;font-weight:600;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.news-detail .card-title a:hover{border-bottom-color:transparent;text-decoration:none}.news-detail-view,.news-detail-date,.news-detail-comments,.news-detail-author,.news-detail-other{padding-bottom:5px;color:#a4a4a4;white-space:nowrap;font-size:13px}.news-detail-view i.fa,.news-detail-date i.fa,.news-detail-comments i.fa,.news-detail-author i.fa,.news-detail-tags i.fa,.news-detail-other i.fa{width:13px;color:#b4b4b4}.news-detail-tags{padding-bottom:5px;color:#a4a4a4;font-size:13px}.news-detail-content{margin-bottom:5px;font-size:14px}
/* End */


/* Start:/local/components/pt/read.file/templates/.default/style.css?173849575468*/
.red{
    background: #f5cece;
}
.yellow{
    background: #f4c63f;
}
/* End */


/* Start:/local/components/gk/comments/templates/.default/style.css?1738495754749*/
.vote-row {
    margin-bottom: 20px;
}
.date-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.vote-row .title {
    font-weight: 700;
    font-size: 16px;
}
#application .listing {
    margin: 10px 0;
    padding: 10px;
    border: #ccc solid 1px;
    border-radius: 10px;
    width: 90%;
}
.socnet-button {
    display: flex;
    flex-direction: row;
    justify-content: end;
    column-gap: 20px;
    color: #999;
}
.socnet-button i:hover {
    color: #605A5B;
    cursor: pointer;
}
.delete {
    background: rgb(239, 239, 239) !important;
}
.subBlock {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.child-item.comment-item {
    margin-left: 74px;
}
/* End */


/* Start:/local/js/gkvue3/comments/dist/comments.bundle.css?17318390693745*/
.ui-form {
    padding: 0;
}
.comment-header, .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}
.comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
}
.comment-header .comment-button-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 20px;
    padding: 16px;
    border-radius: 12px;
    background: #f0f2f4;
}
.comment-header .comment-button-body .button-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;

}
.comment-header .comment-button-body .link-comment {}

.comment-body .comment-item {
    background: #f7fbed;
    padding: 10px;
    border-radius: 10px;
}
.comment-body .comment-item .header-top {
    margin-bottom: 12px;
    background: #f8f9fa;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.comment-body .comment-item .header-top .f-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.comment-body .comment-item .header-top .f-left .f-circle {
    background-color: #e0f2fe;
    font-size: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 48px;
    min-height: 48px;
}
.header-top .f-left .f-circle .letter {
    color: #0169a3;
    cursor: default;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
#addComment {

}
.line-block-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
}

.comments-wrapper {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.comments-wrapper[v-cloak] {
    display: none;
}

.comments-wrapper.is-visible {
    opacity: 1;
}

.slide-fade-enter-active {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
    -o-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
}

.custom-preloader {
    text-align: center;
    margin-top: 100px;
}

.ui-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
/* End */
/* /local/templates/info_light_green/components/bitrix/news.detail/bootstrap_v4/style.min.css?17384957542791 */
/* /local/components/pt/read.file/templates/.default/style.css?173849575468 */
/* /local/components/gk/comments/templates/.default/style.css?1738495754749 */
/* /local/js/gkvue3/comments/dist/comments.bundle.css?17318390693745 */
