

/* Start:/bitrix/templates/dgu/components/bitrix/news.detail/news/style.css?170258424048315*/
.news-detail .news-detail-container{display: flex;flex-direction: row;flex-wrap: nowrap;}
.news-detail .date-el{flex-shrink: 0;display: table;}
.news-detail .date-el .circle{border-radius: 50%;border: 15px solid #0050CF;width: 52px;height: 52px;display: block;}
.news-detail .date-el .info{display: flex;flex-direction: column;align-items: center;}
.news-detail .date-el .info .day{font-size: 32px;font-weight: 400;color: var(--c-1);line-height: 1;margin: 15px 0 0 0;}
.news-detail .date-el .info .month{text-transform: uppercase;line-height: 1;color: #BDBDBD;font-size: 14px;margin: 4px 0 0 0;font-weight: 400;}
.news-detail .news-detail-section{margin: 0 0 0 45px;width: calc(100% - 532px);}
.news-detail .news-detail-section .top{margin: 0 0 40px 0;display: flex;flex-direction: row;}
.news-detail .news-detail-section .top .date-el{display: none;}
.news-detail .news-detail-section .top .title{font-size: 36px;font-weight: 600;line-height: 1.14;color: var(--c-3);margin: 0;width: 100%;}
.news-detail .news-detail-section .pictures{width: 100%;height: 0;padding-top: calc(100% / 16 * 9);background-color: var(--c-5);position: relative;}
.news-detail .news-detail-section .pictures .pictures-container{position: absolute;top: 0;left: 0;right: 0;bottom: 0;cursor: pointer;}
.news-detail .news-detail-section .pictures .pictures-container .slide{position: absolute;top: 0;left: 0;bottom: 0;transition: all 1s;width: 0%;overflow: hidden;z-index: 5;}
.news-detail .news-detail-section .pictures .pictures-container .slide.prev{width: 100%;right: initial;left: 0;}
.news-detail .news-detail-section .pictures .pictures-container .slide.next{width: 100%;left: initial;right: 0;}
.news-detail .news-detail-section .pictures .pictures-container .slide.active{width: 100%;}
.news-detail .news-detail-section .pictures.ap .pictures-container .slide.active{width: 0%;right: 0;left: initial;}
.news-detail .news-detail-section .pictures.an .pictures-container .slide.active{width: 0%;left: 0;right: initial;}
.news-detail .news-detail-section .pictures .pictures-container .slide .picture{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;display: flex;align-items: center;justify-content: center;}
.news-detail .news-detail-section .pictures .pictures-container .slide .picture img{width: 100%;height: 100%;object-fit: contain;object-position: center;min-width: 1053px;}
.news-detail .news-detail-section .pictures .pictures-container .slide .picture .fon{position: absolute;top: -10px;left: -10px;right: -10px;bottom: -10px;background-size: cover;background-position: center;z-index: -1;background-repeat: no-repeat;-webkit-filter: blur(10px);filter: blur(10px);opacity: .6;display: none;}
.news-detail .news-detail-section .pictures .zoom-in{content: '';position: absolute;width: 42px;height: 42px;border-radius: 5px;background-color: rgba(255,255,255,.9);left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all .3s ease;z-index: 5;display: flex;flex-direction: row;align-items: center;justify-content: center;pointer-events: none;}
.news-detail .news-detail-section .pictures .zoom-in svg{width: 16px;height: 16px;opacity: .6;}
.news-detail .news-detail-section .pictures .pictures-container:hover .zoom-in{opacity: 1;}
.bx-touch .news-detail .news-detail-section .pictures:hover .zoom-in{display: none;}
.news-detail .news-detail-section .pictures .pictures-section{position: absolute;bottom: 0;left: 0;right: 0;background-color: rgba(0,0,0,.3);display: flex;flex-direction: row;align-items: center;padding: 0 45px 0 0;z-index: 5;}
.news-detail .news-detail-section .pictures .arrows{display: flex;flex-direction: row;right: -90px;z-index: 10;}
.news-detail .news-detail-section .pictures .arrows .prev, .news-detail .news-detail-section .pictures .arrows .next{width: 90px;height: 90px;display: flex;align-items: center;justify-content: center;border: 0;padding: 0;position: relative;}
.news-detail .news-detail-section .pictures .arrows .prev::before, .news-detail .news-detail-section .pictures .arrows .next::before{content:'';position: absolute;transition: all .3s ease;opacity: 0;top: 0;left: 0;right: 0;bottom: 0;}
.news-detail .news-detail-section .pictures .arrows .prev::before{background-color: rgba(0,0,0,.1);}
.news-detail .news-detail-section .pictures .arrows .next::before{background-color: rgba(0,0,0,.25);}
.news-detail .news-detail-section .pictures .arrows .prev:hover::before, .news-detail .news-detail-section .pictures .arrows .next:hover::before{opacity: 1;}
.news-detail .news-detail-section .pictures .arrows .prev{background-color: var(--c-pe1);}
.news-detail .news-detail-section .pictures .arrows .next{background-color: var(--c-ps1);}
.news-detail .news-detail-section .pictures .arrows .prev svg, .news-detail .news-detail-section .pictures .arrows .next svg{width: 22px;height: 22px;z-index: 5;position: relative;}
.news-detail .news-detail-section .pictures .arrows .prev svg{transform: rotate(180deg);}
.news-detail .news-detail-section .pictures .arrows .prev svg path, .news-detail .news-detail-section .pictures .arrows .next svg path{stroke: var(--c-w);stroke-width: 12;}
.news-detail .news-detail-section .pictures .amount{display: flex;flex-direction: row;align-items: center;margin: 0 0 0 auto;}
.news-detail .news-detail-section .pictures .amount .icon{display: flex;}
.news-detail .news-detail-section .pictures .amount .icon svg{width: 28px;height: 28px;}
.news-detail .news-detail-section .pictures .amount .text{font-size: 22px;font-weight: 400;line-height: 1;margin: 0 0 0 12px;color: var(--c-w);padding: 2px 0 0 0;}
.news-detail .news-detail-section .dots{display: none;margin: 25px auto 20px auto;max-width: 254px;width: 100%;}
.news-detail .news-detail-section .dots .dots-container{display: flex;flex-direction: row;flex-wrap: nowrap;margin: 0 -3px;justify-content: center;}
.news-detail .news-detail-section .dots .dot{height: 2px;background-color: #B9C4DB;position: relative;margin: 0 3px;width: 100%;max-width: 46px;}
.news-detail .news-detail-section .dots .dot .progress{position: absolute;top: 0;bottom: 0;left: 0;background-color: var(--c-ps1);width: 0%;}
.news-detail .news-detail-section .dots .dot.active .progress{width: 100%;}
.news-detail .news-detail-section .preview-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .pictures + .preview-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .dots + .preview-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .preview-text .text{font-size: 18px;font-weight: 400;line-height: 1.54;color: var(--c-b);}
.news-detail .news-detail-section .preview-text *:last-child{margin-bottom: 0;}
.news-detail .news-detail-section .detail-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .pictures + .detail-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .preview-text + .detail-text{margin: 15px 0 0 0;}
.news-detail .news-detail-section .dots + .detail-text{margin: 40px 0 0 0;}
.news-detail .news-detail-section .detail-text .text{font-size: 18px;line-height: 1.64;}
.news-detail .news-detail-section .detail-text .text img{margin: 25px 0;max-width: 100%;}
.news-detail .news-detail-section .detail-text .text iframe{width: 100%;height: 592px;margin:10px 0 15px 0;}
.news-detail .news-detail-section .detail-text .text a{border-bottom: 2px solid #dddddd;transition: border .3s ease;}
.news-detail .news-detail-section .detail-text .text a:hover{border-color: var(--c-10);}
.news-detail .news-detail-section .detail-text *:last-child{margin-bottom: 0;}
.news-detail .news-detail-section .nav{display: flex;flex-direction: row;align-items: center;margin: 45px 0 0 0;}
.news-detail .news-detail-section .nav .go-home a{background-color: transparent;padding: 0 40px 0 15px;height: 48px;display: flex;flex-direction: row;align-items: center;border-radius: 5px;transition: all .3s ease;border: 1px solid var(--c-ps1);}
.news-detail .news-detail-section .nav .go-home a:hover{background-color: var(--c-ps1);}
.news-detail .news-detail-section .nav .go-home a .arrow{display: flex;margin: 0 20px 0 0;}
.news-detail .news-detail-section .nav .go-home a .arrow svg{width: 22px;height: 22px;transform: rotate(180deg);}
.news-detail .news-detail-section .nav .go-home a .arrow svg path{stroke: var(--c-7);stroke-width: 12;transition: all .3s ease;}
.news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{stroke: var(--c-w);}
.news-detail .news-detail-section .nav .go-home a .text{font-size: 16px;font-weight: 400;color: var(--c-ps1);}
.news-detail .news-detail-section .nav .go-home a:hover .text{color: var(--c-w);}
.news-detail .news-detail-section .nav .more{margin: 0 0 0 auto;}
.news-detail .news-detail-section .nav .more a{display: flex;flex-direction: row;align-items: center;color: var(--c-7);transition: all .3s ease;white-space: nowrap;font-weight: 400;font-size: 16px;}
.news-detail .news-detail-section .nav .more a .arrow{display: flex;margin: 0 0 0 6px;}
.news-detail .news-detail-section .nav .more a .arrow svg{width: 22px;height: 22px;}
.news-detail .news-detail-section .nav .more a .arrow svg path{stroke: var(--c-7);stroke-width: 12;}
.news-detail .news-detail-others{width: 390px;margin: 0 0 0 45px;flex-shrink: 0;}
.news-detail .news-detail-others .news-detail-others-container{background-color: var(--c-5);padding: 40px 40px;}
.news-detail .news-detail-others .tags .name{font-size: 24px;color: var(--c-3);font-weight: 600;}
.news-detail .news-detail-others .tags .items{display: flex;flex-direction: column;margin: 25px 0 0 0;}
.news-detail .news-detail-others .tags .items .item{display: flex;flex-direction: row;align-items: center;}
.news-detail .news-detail-others .tags .items .item + .item{margin-top: 15px;}
.news-detail .news-detail-others .tags .items .item .circle{border-radius: 50%;border: 6px solid #0050CF;width: 24px;height: 24px;flex-shrink: 0;}
.news-detail .news-detail-others .tags .items .item .text{margin: 0 0 0 10px;padding: 2px 0 0 0;font-size: 15px;transition: all .3s ease;color: var(--c-2);font-weight: 400;}
.news-detail .news-detail-others .tags .items .item .text b{color: var(--c-2);opacity: .65;transition: all .3s ease;margin: 0 0 0 8px;}
.ln-ar .news-detail .news-detail-others .tags .items .item .text b{margin: 0 8px 0 0;}
.news-detail .news-detail-others .tags .items .item:hover .text{color: var(--c-ps1);}
.news-detail .news-detail-others .tags .items .item:hover .text b{color: var(--c-ps1);}
.news-detail .news-detail-others .tags .items .item.active .text{color: var(--c-ps1);}
.news-detail .news-detail-others .tags .items .item.active .text b{color: var(--c-ps1);}
.news-detail .news-detail-others .tags .items .item.limit{display: none;}
.news-detail .news-detail-others .tags.all .items .item.limit{display: flex;}
.news-detail .news-detail-others .tags .show-all{margin: 20px 0 0 0;display: flex;flex-direction: row;align-items: center;color: var(--c-7);transition: all .3s ease;white-space: nowrap;font-weight: 400;font-size: 16px;cursor: pointer;}
.news-detail .news-detail-others .tags .show-all .hide-text{display: none;}
.news-detail .news-detail-others .tags.all .show-all .text{display: none;}
.news-detail .news-detail-others .tags.all .show-all .hide-text{display: block;}
.news-detail .news-detail-others .tags .show-all .arrow{display: flex;margin: 0 0 0 12px;transform: rotate(90deg);}
.news-detail .news-detail-others .tags.all .show-all .arrow{transform: rotate(270deg);}
.news-detail .news-detail-others .tags .show-all .arrow svg{width: 22px;height: 22px;}
.news-detail .news-detail-others .tags .show-all .arrow svg path{stroke: var(--c-7);stroke-width: 12;}
.news-detail .news-detail-others .category-news{margin: 55px 0 0 0;}
.news-detail .news-detail-others .category-news .name{font-size: 24px;font-weight: 600;color: var(--c-8);}
.news-detail .news-detail-others .category-news .items{margin: 20px 0 0 0;display: flex;flex-direction: column;}
.news-detail .news-detail-others .category-news .items .item{display: flex;flex-direction: column;}
.news-detail .news-detail-others .category-news .items .item + .item{margin-top: 30px;}
.news-detail .news-detail-others .category-news .items .item .date{font-size: 14px;color: #BFBFBF;font-weight: 400;line-height: 1;}
.news-detail .news-detail-others .category-news .items .item .description{color: var(--c-b);font-size: 16px;font-weight: 400;margin: 8px 0 0 0;transition: all .3s ease;line-height: 1.44;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news-detail .news-detail-others .category-news .items .item:hover .description{color: var(--c-ps1);}
.news-detail .news-detail-others .category-news .more{margin: 20px 0 0 0;}
.news-detail .news-detail-others .category-news .more a{display: flex;flex-direction: row;align-items: center;color: var(--c-7);transition: all .3s ease;white-space: nowrap;font-weight: 400;font-size: 16px;}
.news-detail .news-detail-others .category-news .more a .arrow{display: flex;margin: 0 0 0 6px;}
.news-detail .news-detail-others .category-news .more a .arrow svg{width: 22px;height: 22px;}
.news-detail .news-detail-others .category-news .more a .arrow svg path{stroke: var(--c-7);stroke-width: 12;}
.news-detail .news-detail-others .last-news{margin: 55px 0 0 0;}
.news-detail .news-detail-others .last-news .name{font-size: 24px;font-weight: 600;color: var(--c-3);}
.news-detail .news-detail-others .last-news .items{margin: 20px 0 0 0;display: flex;flex-direction: column;}
.news-detail .news-detail-others .last-news .items .item{display: flex;flex-direction: column;}
.news-detail .news-detail-others .last-news .items .item + .item{margin-top: 30px;}
.news-detail .news-detail-others .last-news .items .item .date{font-size: 14px;color: #BFBFBF;font-weight: 400;line-height: 1;}
.news-detail .news-detail-others .last-news .items .item .description{color: var(--c-b);font-size: 16px;font-weight: 400;margin: 8px 0 0 0;transition: all .3s ease;line-height: 1.44;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news-detail .news-detail-others .last-news .items .item:hover .description{color: var(--c-ps1);}
.news-detail .news-detail-others .last-news .more{margin: 20px 0 0 0;}
.news-detail .news-detail-others .last-news .more a{display: flex;flex-direction: row;align-items: center;color: var(--c-7);transition: all .3s ease;white-space: nowrap;font-weight: 400;font-size: 16px;}
.news-detail .news-detail-others .last-news .more a .arrow{display: flex;margin: 0 0 0 6px;}
.news-detail .news-detail-others .last-news .more a .arrow svg{width: 22px;height: 22px;}
.news-detail .news-detail-others .last-news .more a .arrow svg path{stroke: var(--c-7);stroke-width: 12;}
.news-detail .news-detail-others .announcements{margin: 55px 0 0 0;}
.news-detail .news-detail-others .announcements .name{font-size: 24px;font-weight: 600;color: var(--c-3);}
.news-detail .news-detail-others .announcements .items{margin: 20px 0 0 0;display: flex;flex-direction: column;}
.news-detail .news-detail-others .announcements .items .item + .item{margin-top: 30px;}
.news-detail .news-detail-others .announcements .items .item .date{display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;}
.news-detail .news-detail-others .announcements .items .item .date .day{width: 40px;height: 40px;display: flex;flex-direction: row;align-items: center;justify-content: center;background-color: #F8F9FB;border-radius: 5px;padding: 10px 0 0 0;position: relative;font-weight: 400;font-size: 16px;color: var(--c-pe1);}
.news-detail .news-detail-others .announcements .items .item .date .day::before{content: '';position: absolute;left: 0;top: 0;right: 0;height: 10px;background-color: var(--c-ps1);border-radius: 5px 5px 0 0;}
.news-detail .news-detail-others .announcements .items .item .date .day + .day{margin-left: 39px;}
.news-detail .news-detail-others .announcements .items .item .date .day + .day::after{content: '';position:absolute;left: -27px;width: 15px;height: 1px;background-color: var(--c-3);top: 50%;}
.news-detail .news-detail-others .announcements .items .item .date .month{position:relative;text-transform: lowercase;font-weight: 400;font-size: 16px;color: var(--c-pe1);}
.news-detail .news-detail-others .announcements .items .item .date .day + .month{margin-left: 39px;}
.news-detail .news-detail-others .announcements .items .item .date .day + .month::after{content: '';position:absolute;left: -27px;width: 15px;height: 1px;background-color: var(--c-3);top: 50%;}
.news-detail .news-detail-others .announcements .items .item .description{color: var(--c-b);font-size: 16px;font-weight: 400;margin: 12px 0 0 0;transition: all .3s ease;line-height: 1.44;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news-detail .news-detail-others .announcements .items .item:hover .description{color: var(--c-ps1);}
.news-detail .news-detail-others .announcements .more{margin: 20px 0 0 0;}
.news-detail .news-detail-others .announcements .more a{display: flex;flex-direction: row;align-items: center;color: var(--c-7);transition: all .3s ease;white-space: nowrap;font-weight: 400;font-size: 16px;}
.news-detail .news-detail-others .announcements .more a .arrow{display: flex;margin: 0 0 0 6px;}
.news-detail .news-detail-others .announcements .more a .arrow svg{width: 22px;height: 22px;}
.news-detail .news-detail-others .announcements .more a .arrow svg path{stroke: var(--c-7);stroke-width: 12;}
.modal-photos{position: fixed;top: 0;left: 0;bottom: 0;background-color: #141316;opacity: 0;visibility: hidden;transition: all .3s ease;z-index: -1;width: 100vw;}
.admin-bar .modal-photos{top: 32px;}
.modal-photos.active{opacity: 1;visibility: visible;z-index: 600;}
.modal-photos .modal-photos-container{display: flex;flex-direction: column;height: 100%;}
.modal-photos .actions{display: flex;flex-direction: row;flex-wrap: nowrap;position: absolute;top: 25px;right: 25px;}
.modal-photos .actions .button{border-radius: 5px;width: 42px;height: 42px;display: flex;flex-direction: row;align-items: center;justify-content: center;cursor: pointer;transition: all .3s ease;position: relative;z-index: 20;border: 2px solid rgba(255,255,255,.1);}
.modal-photos .actions .button:before{content: '';position: absolute;background-color: rgba(0,0,0,.5);top: 0;left: 0;right: 0;bottom: 0;border-radius: 5px;z-index: -1;}
.modal-photos .actions .button:hover{border-color: rgba(255,255,255,.25);}
.bx-touch .modal-photos .actions .button:hover{border-color: rgba(255,255,255,.1);}
.bx-touch .modal-photos .actions .button:active{border-color: rgba(255,255,255,.25);}
.modal-photos .actions .button + .button{margin: 0 0 0 15px;}
.modal-photos .actions .button svg path{transition: all .2s ease;}
.modal-photos .actions .fullscreen{margin: 0 0 0 auto;}
.modal-photos .actions .fullscreen svg{width: 18px;height: 18px;}
.modal-photos .actions .fullscreen svg path:nth-child(2){opacity: 0;}
.modal-photos .actions .close svg{width: 16px;height: 16px;}
.modal-photos .actions .close svg path{stroke: var(--c-w);}
.modal-photos .arrow{border-radius: 5px;width: 42px;height: 42px;display: flex;flex-direction: row;align-items: center;justify-content: center;cursor: pointer;z-index: 10;transition: all .3s ease;position: absolute;top: 50%;transform: translateY(-50%);background-color: var(--c-ps1);}
.modal-photos .arrow:hover{background-color: var(--c-pe1);}
.bx-touch .modal-photos .arrow{display: none;}
.bx-touch .modal-photos .arrow:hover{background-color: var(--c-ps1);}
.bx-touch .modal-photos .arrow:active{background-color: var(--c-pe1);}
.modal-photos .arrow.prev{left: 25px;}
.modal-photos .arrow.next{right: 25px;}
.modal-photos .arrow svg{width: 16px;height: 16px;}
.modal-photos .arrow svg path{stroke: var(--c-w);stroke-width: 18;}
.modal-photos .items{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: row;align-items: center;}
.modal-photos .items .item{width: 100%;flex-shrink: 0;}
.modal-photos .items .item .photo{display: table;margin: auto;}
.modal-photos .items .item .photo img{max-height: 100vh;object-fit: contain;pointer-events: none;}
.admin-bar .modal-photos .items .item .photo img{max-height: calc(100vh - 32px);}
.modal-photos .count{color:var(--c-w);font-size: 15px;height: 38px;display: flex;flex-direction: row;align-items: center;justify-content: center;border-radius: 5px;font-weight: 500;cursor: default;position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);z-index: 10;width: 76px;background-color: rgba(0,0,0,.5);}
.modal-photos .count b{font-weight: 500;}
.modal-photos.full{top: 0 !important;}
.modal-photos.full .actions .fullscreen svg path:nth-child(1){opacity: 0;}
.modal-photos.full .actions .fullscreen svg path:nth-child(2){opacity: 1;}
.modal-photos.full .items .item img{max-height: 100vh !important;width: 100vw;}
.bvi-active .news-detail .news-detail-section .pictures{margin-bottom: 132px;}
.bvi-active .news-detail .news-detail-section .pictures .pictures-section{border: 1px solid;position: initial;}
.bvi-active .news-detail .news-detail-section .pictures .arrows .prev, .bvi-active .news-detail .news-detail-section .pictures .arrows .next{border: 1px solid;background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .pictures .arrows .prev:hover,.bvi-active .news-detail .news-detail-section .pictures .arrows .next:hover{background-color: var(--c-b) !important;}
.bvi-active .news-detail .news-detail-section .pictures .arrows .prev svg path, .bvi-active .news-detail .news-detail-section .pictures .arrows .next svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-section .pictures .arrows .prev svg,.bvi-active .news-detail .news-detail-section .pictures .arrows .next svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .pictures .arrows .prev:hover svg path,.bvi-active .news-detail .news-detail-section .pictures .arrows .next:hover svg path{fill: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-section .dots{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .dots .dots-container{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .dots .dot{background-color: var(--c-b) !important;opacity: .4;}
.bvi-active .news-detail .news-detail-section .dots .dot.active{opacity: 1;}
.bvi-active .news-detail .news-detail-section .dots .dot .progress{background-color: var(--c-b) !important;}
.bvi-active .news-detail .news-detail-others .news-detail-others-container{border: 1px solid;}
.bvi-active .news-detail .news-detail-section .nav .go-home a .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .go-home a:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-section .nav .go-home a .arrow{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .go-home a .arrow svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .go-home a .arrow svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{fill: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-section .nav .more a .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .more a:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-section .nav .more a .arrow{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .more a .arrow svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-section .nav .more a .arrow svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-section .nav .more a:hover .arrow svg path{fill: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .tags .show-all .arrow svg path{stroke: initial !important;}
.bvi-active .news-detail .news-detail-others .tags .items .item .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .tags .items .item .text b{background-color: transparent !important;opacity: 1;}
.bvi-active .news-detail .news-detail-others .tags .items .item:hover .circle{border-color: var(--c-w) !important;background-color: var(--c-b) !important;}
.bvi-active .news-detail .news-detail-others .tags .items .item:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .tags .items .item:hover .text b{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .last-news .items .item{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .last-news .items .item .description{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .last-news .items .item:hover .description{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .last-news .more a .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .last-news .more a:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .last-news .more a .arrow{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .last-news .more a .arrow svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .last-news .more a .arrow svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-others .last-news .more a:hover .arrow svg path{fill: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .category-news .items .item{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .category-news .items .item .description{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .category-news .items .item:hover .description{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .category-news .more a .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .category-news .more a:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .category-news .more a .arrow{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .category-news .more a .arrow svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .category-news .more a .arrow svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-others .category-news .more a:hover .arrow svg path{fill: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .announcements .items .item{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .items .item .date .day{border: 1px solid;}
.bvi-active .news-detail .news-detail-others .announcements .items .item .date .day::before{background-color: var(--c-b);}
.bvi-active .news-detail .news-detail-others .announcements .items .item .date .day + .day::after{background-color: var(--c-b);}
.bvi-active .news-detail .news-detail-others .announcements .items .item .date .day + .month::after{background-color: var(--c-b);}
.bvi-active .news-detail .news-detail-others .announcements .items .item .description{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .items .item .description .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .items .item:hover .description .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .announcements .more a .text{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .more a:hover .text{color: var(--c-w) !important;}
.bvi-active .news-detail .news-detail-others .announcements .more a .arrow{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .more a .arrow svg{background-color: transparent !important;}
.bvi-active .news-detail .news-detail-others .announcements .more a .arrow svg path{stroke: initial;}
.bvi-active .news-detail .news-detail-others .announcements .more a:hover .arrow svg path{fill: var(--c-w) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .pictures .arrows .prev:hover,.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .pictures .arrows .next:hover{background-color: var(--c-w) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .pictures .arrows .prev:hover svg path,.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .pictures .arrows .next:hover svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .dots .dot{background-color: var(--c-w) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .dots .dot .progress{background-color: var(--c-w) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .nav .go-home a:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .nav .more a:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-section .nav .more a:hover .arrow svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .tags .items .item:hover .circle{border-color: var(--c-b) !important;background-color: var(--c-w) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .tags .items .item:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .tags .items .item:hover .text b{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .last-news .items .item:hover .description{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .last-news .more a:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .last-news .more a:hover .arrow svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .category-news .items .item:hover .description{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .category-news .more a:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .category-news .more a:hover .arrow svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .items .item:hover .description .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .more a:hover .text{color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .more a:hover .arrow svg path{fill: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .items .item .date .day::before{background-color: var(--c-w);}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .items .item .date .day + .day::after{background-color: var(--c-w);}
.bvi-active .bvi-body[data-bvi-theme="black"] .news-detail .news-detail-others .announcements .items .item .date .day + .month::after{background-color: var(--c-w);}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .pictures .arrows .prev:hover,.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .pictures .arrows .next:hover{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .pictures .arrows .prev:hover svg path,.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .pictures .arrows .next:hover svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .dots .dot{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .dots .dot .progress{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .nav .go-home a:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .nav .more a:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-section .nav .more a:hover .arrow svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .tags .items .item:hover .circle{border-color: #9dd1ff !important;background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .tags .items .item:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .tags .items .item:hover .text b{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .last-news .items .item:hover .description{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .last-news .more a:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .last-news .more a:hover .arrow svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .category-news .items .item:hover .description{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .category-news .more a:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .category-news .more a:hover .arrow svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .items .item:hover .description .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .more a:hover .text{color: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .more a:hover .arrow svg path{fill: #9dd1ff !important;}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .items .item .date .day::before{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .items .item .date .day + .day::after{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="blue"] .news-detail .news-detail-others .announcements .items .item .date .day + .month::after{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .pictures .arrows .prev:hover,.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .pictures .arrows .next:hover{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .pictures .arrows .prev:hover svg path,.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .pictures .arrows .next:hover svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .dots .dot{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .dots .dot .progress{background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .nav .go-home a:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .nav .more a:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-section .nav .more a:hover .arrow svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .tags .items .item:hover .circle{border-color: #f7f3d6 !important;background-color: var(--c-b) !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .tags .items .item:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .tags .items .item:hover .text b{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .last-news .items .item:hover .description{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .last-news .more a:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .last-news .more a:hover .arrow svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .category-news .items .item:hover .description{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .category-news .more a:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .category-news .more a:hover .arrow svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .items .item:hover .description .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .more a:hover .text{color: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .more a:hover .arrow svg path{fill: #f7f3d6 !important;}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .items .item .date .day::before{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .items .item .date .day + .day::after{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="brown"] .news-detail .news-detail-others .announcements .items .item .date .day + .month::after{background-color: var(--c-b);}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .pictures .arrows .prev:hover,.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .pictures .arrows .next:hover{background-color: #a9e44d !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .pictures .arrows .prev:hover svg path,.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .pictures .arrows .next:hover svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .dots .dot{background-color: #a9e44d !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .dots .dot .progress{background-color: #a9e44d !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .nav .go-home a:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .nav .go-home a:hover .arrow svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .nav .more a:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-section .nav .more a:hover .arrow svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .tags .items .item:hover .circle{border-color: #3b2716 !important;background-color: #a9e44d !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .tags .items .item:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .tags .items .item:hover .text b{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .last-news .items .item:hover .description{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .last-news .more a:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .last-news .more a:hover .arrow svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .category-news .items .item:hover .description{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .category-news .more a:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .category-news .more a:hover .arrow svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .items .item:hover .description .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .more a:hover .text{color: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .more a:hover .arrow svg path{fill: #3b2716 !important;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .items .item .date .day::before{background-color: #a9e44d;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .items .item .date .day + .day::after{background-color: #a9e44d;}
.bvi-active .bvi-body[data-bvi-theme="green"] .news-detail .news-detail-others .announcements .items .item .date .day + .month::after{background-color: #a9e44d;}
@media(max-width:1650px){
    .news-detail .news-detail-section .top .title{font-size: 28px;}
    .news-detail .news-detail-section .pictures .pictures-container .slide .picture img{min-width: 718px;}
    .news-detail .news-detail-section .pictures .pictures-section{padding: 0 35px 0 0;}
    .news-detail .news-detail-section .pictures .arrows .prev, .news-detail .news-detail-section .pictures .arrows .next{width: 70px;height: 70px;}
    .news-detail .news-detail-section .pictures .arrows .prev svg, .news-detail .news-detail-section .pictures .arrows .next svg{width: 20px;height: 20px;}
    .news-detail .news-detail-section .pictures .amount .icon svg{width: 24px;height: 26px;}
    .news-detail .news-detail-section .pictures .amount .text{font-size: 20px;}
    .news-detail .news-detail-section .preview-text .text{font-size: 16px;}
    .news-detail .news-detail-section .detail-text .text{font-size: 16px;}
    .bvi-active .news-detail .news-detail-section .pictures{margin-bottom: 112px;}
}
@media(max-width:1315px){
    .news-detail .news-detail-container{flex-wrap: wrap;margin: 5px 0 0 0;}
    .news-detail .news-detail-container > .date-el{display: none;}
    .news-detail .news-detail-section{width: 100%;margin: 0;}
    .news-detail .news-detail-section .top{margin: 0 0 25px 0;}
    .news-detail .news-detail-section .top .date-el{display: table;margin: 0 15px 0 0;}
    .news-detail .news-detail-section .top .date-el .date-container{display: flex;flex-direction: column;align-items: center;}
    .news-detail .news-detail-section .top .date-el .circle{border-width: 6px;width: 24px;height: 24px;}
    .news-detail .news-detail-section .top .date-el .info{margin: 8px 0 0 0;}
    .news-detail .news-detail-section .top .date-el .info .day{font-size: 20px;margin: 0;}
    .news-detail .news-detail-section .top .date-el .info .month{margin: 4px 0 0 0;font-size: 12px;}
    .news-detail .news-detail-section .top .title{font-size: 24px;}
    .news-detail .news-detail-section .pictures .pictures-container .slide .picture img{min-width: 690px;}
    .news-detail .news-detail-section .preview-text{margin: 25px 0 0 0;}
    .news-detail .news-detail-section .pictures + .preview-text{margin: 30px 0 0 0;}
    .news-detail .news-detail-section .dots + .preview-text{margin: 25px 0 0 0;}
    .news-detail .news-detail-section .detail-text{margin: 25px 0 0 0;}
    .news-detail .news-detail-section .pictures + .detail-text{margin: 30px 0 0 0;}
    .news-detail .news-detail-section .preview-text + .detail-text{margin: 15px 0 0 0;}
    .news-detail .news-detail-section .dots + .detail-text{margin: 25px 0 0 0;}
    .news-detail .news-detail-section .pictures .pictures-section{background: transparent;padding: 0 20px 18px 0;}
    .news-detail .news-detail-section .pictures .arrows{display: none;}
    .news-detail .news-detail-section .pictures .amount .icon svg{width: 20px;height: 22px;}
    .news-detail .news-detail-section .pictures .amount .text{margin: 0 0 0 10px;font-size: 18px;}
    .news-detail .news-detail-section .dots{display: table;}
    .news-detail .news-detail-section .nav{margin: 35px 0 0 0;}
    .news-detail .news-detail-others{width: 100%;margin: 60px 0 0 0;}
    .news-detail .news-detail-others .news-detail-others-container{padding: 30px 25px;}
    .news-detail .news-detail-others .category-news{margin: 35px 0 0 0;}
    .news-detail .news-detail-others .category-news .items .item + .item{margin-top: 25px;}
    .news-detail .news-detail-others .last-news{margin: 35px 0 0 0;}
    .news-detail .news-detail-others .last-news .items .item + .item{margin-top: 25px;}
    .news-detail .news-detail-others .announcements{margin: 35px 0 0 0;}
    .news-detail .news-detail-others .announcements .items .item + .item{margin-top: 25px;}
    .modal-photos .actions{top: 15px;right: 15px;}
    .modal-photos .arrow.prev{left: 15px;}
    .modal-photos .arrow.next{right: 15px;}
    .modal-photos .count{bottom: 15px;}
    .bvi-active .news-detail .news-detail-section .pictures{margin-bottom: 0;}
    .bvi-active .news-detail .news-detail-section .pictures .pictures-section{display: none;}
}
@media(max-width:755px){
    .news-detail .news-detail-section .top .title{font-size: 20px;}
    .news-detail .news-detail-section .pictures .pictures-section{background: transparent;padding: 0 15px 13px 0;}
    .news-detail .news-detail-section .pictures .pictures-container .slide .picture img{min-width: calc(100vw - 50px);}
    .news-detail .news-detail-section .nav{flex-direction: column;}
    .news-detail .news-detail-section .nav .more{margin: 30px 0 0 0;}
    .news-detail .news-detail-others .tags .name{font-size: 20px;}
    .news-detail .news-detail-others .category-news .name{font-size: 20px;}
    .news-detail .news-detail-others .last-news .name{font-size: 20px;}
    .news-detail .news-detail-others .announcements .name{font-size: 20px;}
    .modal-photos .actions .button{width: 36px;height: 36px;}
    .modal-photos .actions .fullscreen svg{width: 16px;height: 16px;}
    .modal-photos .actions .close svg{width: 14px;height: 14px;}
    .modal-photos .arrow{width: 36px;height: 36px;}
    .modal-photos .arrow svg{width: 14px;height: 14px;}
    .modal-photos .count{font-size: 14px;height: 36px;}
}
/* End */
/* /bitrix/templates/dgu/components/bitrix/news.detail/news/style.css?170258424048315 */
