

/* Start:/local/templates/stroygaz/components/bitrix/news.detail/publications/style.css?1737356972299*/
.news-detail img {
    width: 100%;
    height: auto;
    display: block;
}


.news-detail-text img {
    width: 100%;
    height: auto;
    display: block;
}


.share {
    margin-top: 15px;
}

.share b {
    margin-bottom: 5px;
    display: block;
}


.news-detail-text iframe {
    width: 100%;
}
/* End */


/* Start:/local/templates/stroygaz/components/bitrix/system.pagenavigation/main/style.css?1737356973745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/stroygaz/components/bitrix/news.list/popup/style.css?17373569724182*/
.popup_iframe .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}


.jqmOverlay {
    background: #3a3f44;
    opacity: .7;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.popup_iframe {
    position: fixed;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    left: 0;
    /*height: 100%;*/
    /*background: #fff;*/
    /*width: 100%;*/
    right: 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: all .2s ease-in-out;
    top: 0;
    bottom: 0;
    z-index: 1055;
    outline: 0;

    display: none;

    /*max-height: 100%;*/
    /*height: 730px;*/
    /*max-width: 100%;*/
    /*width: 580px;*/

    max-width: 1080px;
    width: 100%;

    margin: auto;
}

.scrollblock {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}


.popup-toolbar {

    /*
    position: fixed;
    top: 30px;
    right: 30px;

     */

    position: absolute;
    right: 4px;
    top: 5px;


    cursor: pointer;

    height: 34px;
    width: 34px;
    min-width: 34px;
    z-index: 99997;
}

.popup-toolbar i {

    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: -8px 0 0 -8px;
}


.popup-content {
    /*padding: 60px 0;*/

    position: relative;

    /*
    max-width: 1200px;
    width: 100%;
    margin: auto;

     */
    padding: 30px 70px;
    background: #fff;
    width: 100%;
}

.popup-header {
    /*font-size: 34px;*/
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    /*padding: 0 15px;*/
}


.popup-body {

}


.popup-item-pd {
    padding: 10px;
}


.popup_iframe .slick-prev, .popup_iframe .slick-next {
    /*font-size: 0;*/
    /*line-height: 0;*/
    position: absolute;
    top: 50%;
    display: block;
    height: 72px;
    width: 72px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}

.popup_iframe .slick-prev {
    /*left: -25px;*/
    left: -70px;
}


.popup_iframe .slick-next {
    /*right: -25px;*/

    right: -70px;
}


.popup_iframe .slick-arrow svg {

    height: 100%;
    width: 100%;
    line-height: 16px;
    padding: 15px;
}


.popup_iframe svg path {
    fill: #999;
    stroke-width: 0;
}


.popup_iframe .slick-arrow:hover {
    background: #00447e;
}

.popup_iframe .slick-arrow:hover svg path {
    fill: #fff;
}


/*
.popup-item-pd {
    padding: 0 15px;
}

 */

.popup-item-image {
    position: relative;
    overflow: hidden;
    height: 350px;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.popup-item-image img {
    width: 100%;
    height: auto;
}

.popup-item-text {
    padding: 15px;
}

.popup-item-info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-item-section {
    text-transform: uppercase;
    letter-spacing: .8px;
}

.popup-item-section, .popup-item-date-time {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.popup-name {
    /*font-size: 24px;*/
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
}

/*
.popup-text {
    font-size: 18px;
}

 */

/*
@media (max-width: 980px) {
    .popup-content {
        padding: 30px 50px;
    }
    .popup-header {
        font-size: 24px;
    }
}
 */
@media (max-width: 540px) {
    /*
    .popup-content {
        padding: 30px;
    }

     */

    .popup-item-pd {padding: 0}


    .popup-toolbar {
        background:  #00447e;
    }

    .popup-toolbar svg path {
        fill: #fff;
        stroke-width: 0;
    }

    .popup_iframe .slick-prev, .popup_iframe .slick-next {
        height: 54px;
        width: 54px;
    }


    .popup-header {
        /*font-size: 20px;*/
        padding-left: 0;
        /*padding-right: 40px;*/
    }
}
/* End */
/* /local/templates/stroygaz/components/bitrix/news.detail/publications/style.css?1737356972299 */
/* /local/templates/stroygaz/components/bitrix/system.pagenavigation/main/style.css?1737356973745 */
/* /local/templates/stroygaz/components/bitrix/news.list/popup/style.css?17373569724182 */
