

/* Start:/bitrix/templates/mydagestan_new/components/bitrix/news.detail/articles/style.css?16713340566230*/
.news .news-detail h1{font-size: 28px;margin:0 0 30px 0;font-weight: 900;}
.news .news-detail .date{margin:0 0 10px 0;}
.news .news-detail .date span{font-size: 16px;color: #2F3F50;opacity: .6;}
.news .news-detail .news-image{overflow: hidden;height: 624px;background-color: #f0f3f9;position: relative;}
.news .news-detail .news-image img{height: 100%;max-width: 100%;margin: auto;display: block;}
.news .news-detail .media{width:100%;position: relative;overflow: hidden;}
.news .news-detail .media .sections{width:100%;display: flex;flex-direction: row;flex-wrap: nowrap;height: 350px;position: relative;}
.news .news-detail .media .sections .media-item{flex-shrink: 0;width: 100%;height:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color:rgba(30,60,80,.03);}
.news .news-detail .media .sections .media-item img{border-radius: 2px;height: 100%;pointer-events: none;}
.news .news-detail .media .sections .media-item video{border: 0;width: 100%;height: 100%;}
.news .news-detail .media .sections .media-item iframe{border: 0;width: 100%;height: 100%;}
.news .news-detail .media .sections .media-item .date{position: absolute;right: 14px;top: 14px;z-index: 10;background-color: rgba(0,0,0,.2);color: #ffffff;padding: 3px 5px;border-radius: 2px;font-size: 14px;cursor: default;}
.news .news-detail .media .zoom{display: none;position: absolute;right: 0;top: 350px;;z-index: 20;padding: 10px 10px;}
.news .news-detail .media .zoom svg{width:18px;height: 18px;}
.news .news-detail .media .previews{display: flex;flex-direction: row;flex-wrap: wrap;margin: 6px -3px -3px -3px;}
.news .news-detail .media .previews .media-item{width: calc(7.142% - 6px);margin: 3px 3px;cursor: pointer;padding-top: calc(7.142% - 10px);position: relative;transition: all .2s;border: 2px solid transparent;background-color: #f0f3f9;}
.news .news-detail .media .previews .media-item .media-item-container{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;transition: all .2s;}
.news .news-detail .media .previews .media-item span{border-radius: 2px;display: block;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.news .news-detail .media .previews .media-item video{width: 100%;height: 100%;}
.news .news-detail .media .previews .media-item svg{position: absolute;right: calc(50% - 12px);top: calc(50% - 12px);width: 24px;height: 24px;z-index: 5;}
.news .news-detail .media .previews .media-item.active{border-color: #39b46b;border-radius: 2px;}
.news .news-detail .media .previews .media-item.active .media-item-container{padding: 3px 3px;}
.news .news-detail .content{margin-top: 30px;font-size: 18px;line-height: 24px;}
.news .news-detail .content a{color: #2F3F50;border-bottom: 1px solid #2F3F50;transition: all .2s;}
.news .news-detail .content a:hover{border-bottom: 0;}
.news .news-detail .content iframe{max-width: 100%;}
.news .all-news-detail{display: table;margin: 45px 0 0 0;}
.news .all-news-detail a{background-color: #E6E9EB;border-radius: 2px;color: #606c7a;padding: 0 30px;line-height: 50px;height: 50px;font-weight: 600;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;transition: all .2s;font-size: 19px;box-shadow: 0 2px 2px rgba(0,0,0,.09);}
.news .all-news-detail a svg{margin-right: 10px;width: 18px;height: 15px;transition: all .2s;}
.news .all-news-detail a:hover{background-color: #D9DCDE;}
.news .all-news-detail a:hover svg{transform: translateX(-5px);}
.news .news-detail .modal-media{display: none;position: fixed;background-color:#ffffff;z-index: 1100;top: 0;left: 0;right: 0;bottom: 0;flex-direction: column;justify-content: center;}
.news .news-detail .modal-media.active{display: flex;}
.news .news-detail .modal-media .close{position: absolute;bottom: 0;right: 0;padding: 15px 15px;display: flex;z-index: 50;}
.news .news-detail .modal-media .close svg{width: 18px;height: 18px;}
.news .news-detail .modal-media .modal-media-container{width: 100%;height: 100%;}
.news .news-detail .modal-media .sections{display: flex;flex-direction: column;flex-wrap: nowrap;width: 100%;height: 100%;position: relative;}
.news .news-detail .modal-media .sections .media-item{flex-shrink: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}
.news .news-detail .modal-media .sections .media-item img{max-width: 100vh;max-height: 100vw;transform: rotate(90deg);pointer-events: none;height: 100vw;object-fit:contain;}
.news .news-detail .modal-media .sections .media-item iframe{max-width: 100vh;max-height: 100vw;transform: rotate(90deg);height: 100vw;object-fit:contain;}
.news .news-detail .modal-media .dots{position: absolute;z-index: 50;left: 10px;height: 52px;overflow: hidden;}
.news .news-detail .modal-media .dots ul{margin: 0;padding: 0;list-style: none;display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;transition: all .4s;}
.news .news-detail .modal-media .dots ul.flex{height: 100%;justify-content: center;}
.news .news-detail .modal-media .dots ul li{background-color: #E6E9EB;width: 6px;height: 6px;transition: all .2s ease-in-out;border-radius: 50%;flex-shrink: 0;}
.news .news-detail .modal-media .dots ul li.left{width: 4px;height: 4px;}
.news .news-detail .modal-media .dots ul li.right{width: 4px;height: 4px;}
.news .news-detail .modal-media .dots ul li:nth-child(n+2){margin: 5px 0 0 0;}
.news .news-detail .modal-media .dots ul li.current{background-color: #39b44a;}
.news .news-detail .modal-media.hor{align-items: center;}
.news .news-detail .modal-media.hor .close{top: 0;bottom: initial;}
.news .news-detail .modal-media.hor .dots{width: 50px;height: initial;bottom: 10px;left: initial;}
.news .news-detail .modal-media.hor .dots ul{flex-direction: row;}
.news .news-detail .modal-media.hor .dots ul li:nth-child(n+2){margin: 0 0 0 5px;}
.news .news-detail .modal-media.hor .sections{flex-direction: row;}
.news .news-detail .modal-media.hor .sections .media-item img{max-width: 100%;max-height: 100%;transform: rotate(0deg);height: 100%;}
/* End */
/* /bitrix/templates/mydagestan_new/components/bitrix/news.detail/articles/style.css?16713340566230 */
