

/* Start:/local/templates/new_template_newbor/css/building_report.css?171826686210627*/

/* line 2, dev/sass/modules/construction.scss */
.construction:last-child {
    margin: 0 0 48px;
}

@media screen and (max-width: 600px) {
    /* line 2, dev/sass/modules/construction.scss */
    .construction:last-child {
        margin: 0 0 40px;
    }
}

/* line 10, dev/sass/modules/construction.scss */
.construction__main {
    width: 100%;
    height: 100%;
}

/* line 14, dev/sass/modules/construction.scss */
.construction__main .main-format__item--video {
    width: 100%;
    height: 737px;
}

@media screen and (max-width: 1064px) {
    /* line 14, dev/sass/modules/construction.scss */
    .construction__main .main-format__item--video {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    /* line 14, dev/sass/modules/construction.scss */
    .construction__main .main-format__item--video {
        height: 387px;
    }
}

/* line 27, dev/sass/modules/construction.scss */
.construction__main .main-format__item a img {
    display: none;
}

/* line 34, dev/sass/modules/construction.scss */
.construction__filter {
    padding: 48px 0px;
}

/* line 35, dev/sass/modules/construction.scss */
.construction__filter .jq-selectbox {
    margin-right: 32px;
}

@media screen and (max-width: 1304px) {
    /* line 35, dev/sass/modules/construction.scss */
    .construction__filter .jq-selectbox {
        margin-bottom: 15px;
    }
}

/* line 44, dev/sass/modules/construction.scss */
.construction__filter--v2 {
    padding: 0;
}

/* line 49, dev/sass/modules/construction.scss */
.construction__catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -16px;
}

/* line 54, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item {
    margin: 16px !important;
}

/* line 58, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item a img {
    display: none;
}

/* line 63, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item--video {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: calc(100% / 3 - 32px);
    height: 260px;
    margin-right: 0;
}

@media screen and (max-width: 1304px) {
    /* line 63, dev/sass/modules/construction.scss */
    .construction__catalog .main-format__item--video {
        width: calc(100% / 2 - 32px) !important;
    }
}

@media screen and (max-width: 990px) {
    /* line 63, dev/sass/modules/construction.scss */
    .construction__catalog .main-format__item--video {
        width: calc(100% - 32px) !important;
    }
}

/* line 78, dev/sass/modules/construction.scss */
.construction .popup-youtube {
    pointer-events: none;
}


/* line 55, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item {
    padding: 29px 40px;
    position: relative;
    height: 415px;
    margin-bottom: 32px;
    margin-right: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 1064px) {
    /* line 55, dev/sass/modules/main-page-blocks/main-format.scss */
    .main-format__item {
        width: calc(33.33% - 24px) !important;
        margin-right: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 990px) {
    /* line 55, dev/sass/modules/main-page-blocks/main-format.scss */
    .main-format__item {
        width: calc(50% - 12px) !important;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    /* line 55, dev/sass/modules/main-page-blocks/main-format.scss */
    .main-format__item {
        width: 100% !important;
        height: 460px;
        margin-bottom: 20px;
        display: none;
    }
}

@media screen and (max-width: 600px) {
    /* line 82, dev/sass/modules/main-page-blocks/main-format.scss */
    .main-format__item:nth-child(1), .main-format__item:nth-child(2), .main-format__item:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* line 91, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item .zag {
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
    z-index: 3;
    position: relative;
}

/* line 98, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item .zag--disabled {
    pointer-events: none;
}

/* line 103, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item .bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

/* line 116, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item .bg--youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("/local/templates/new_template_newbor/css/./../img/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 60px 60px;
    background-size: 60px;
    z-index: 100;
}

/* line 133, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item .bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* line 141, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
}

/* line 155, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

/* line 159, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item:hover .bg {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/* line 164, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--video {
    width: calc(50% - 32px);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 990px) {
    /* line 164, dev/sass/modules/main-page-blocks/main-format.scss */
    .main-format__item--video {
        width: 100% !important;
        height: auto !important;
        padding-top: 67%;
    }
}

/* line 174, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--video .zag {
    color: #fff;
}

/* line 198, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--kv {
    width: calc(25% - 32px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #F0F0F0;
    background-position: bottom right;
    -webkit-background-size: contain;
    background-size: contain;
}

/* line 205, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--kv .zag {
    color: #222222;
}

/* line 209, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--kv .small {
    -webkit-background-size: 90px 90px;
    background-size: 90px;
    background-position: bottom 29px center;
}

/* line 217, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--img {
    width: calc(25% - 32px);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* line 221, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format__item--img .zag {
    color: #fff;
}

/* line 228, dev/sass/modules/main-page-blocks/main-format.scss */
.main-format.open--block .main-format__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* line 14, dev/sass/modules/construction.scss */
.construction__main .main-format__item--video {
    width: 100%;
    height: 737px;
}

@media screen and (max-width: 1064px) {
    /* line 14, dev/sass/modules/construction.scss */
    .construction__main .main-format__item--video {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    /* line 14, dev/sass/modules/construction.scss */
    .construction__main .main-format__item--video {
        height: 387px;
    }
}

/* line 27, dev/sass/modules/construction.scss */
.construction__main .main-format__item a img {
    display: none;
}


/* line 54, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item {
    margin: 16px !important;
}

/* line 58, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item a img {
    display: none;
}

/* line 63, dev/sass/modules/construction.scss */
.construction__catalog .main-format__item--video {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: calc(100% / 3 - 32px);
    height: 260px;
    margin-right: 0;
}

@media screen and (max-width: 1304px) {
    /* line 63, dev/sass/modules/construction.scss */
    .construction__catalog .main-format__item--video {
        width: calc(100% / 2 - 32px) !important;
    }
}

@media screen and (max-width: 990px) {
    /* line 63, dev/sass/modules/construction.scss */
    .construction__catalog .main-format__item--video {
        width: calc(100% - 32px) !important;
    }
}

/* End */


/* Start:/local/templates/new_template_newbor/components/bitrix/breadcrumb/newbor_bread/style.css?1706514580585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/new_template_newbor/components/bitrix/news/hod_str_new/bitrix/news.detail/.default/style.css?1706514571168*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/new_template_newbor/css/building_report.css?171826686210627 */
/* /local/templates/new_template_newbor/components/bitrix/breadcrumb/newbor_bread/style.css?1706514580585 */
/* /local/templates/new_template_newbor/components/bitrix/news/hod_str_new/bitrix/news.detail/.default/style.css?1706514571168 */
