

/* Start:/local/templates/blue/components/bitrix/news.list/section-header-list-remont/style.css?1746616233150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/blue/components/bitrix/breadcrumb/breadcrumb/style.css?17516330071036*/
.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 {}


/* Модификатор для тёмного фона */
.breadcrumbs.breadcrumbs--dark,
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item span,
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item a {
  color: #fff !important;
}
.breadcrumbs.breadcrumbs--dark i {
  color: rgba(255, 255, 255, 0.7) !important;
}
.breadcrumbs.breadcrumbs--dark .bx-breadcrumb-item a:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: underline;
}
/* End */


/* Start:/local/templates/blue/components/bitrix/news.list/text-items-accordion/style.css?1746616233150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/blue/components/bitrix/news.list/video-remont/style.css?1746616233150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/blue/components/bitrix/news.list/advantages/style.css?1749482507887*/
.advantages__section {}
.advantages__items {
	padding: 40px 0;
}
@media (max-width: 767px) {
	.advantages__items {
		padding: 40px 15px;
	}
}
.advantages__items .swiper-wrapper {
	align-items: stretch;
}
.advantages__items .swiper-slide {
	height: auto;
}
.advantages__item {
	box-shadow: 0px 4px 40px 14px rgba(0, 0, 0, 0.1);
	border-radius: 32px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	gap: 15px;
	height: 100%;
}
.advantages__item-image {}
.advantages__item-body {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.advantages__item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
}
.advantages__item-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
/* End */


/* Start:/local/templates/blue/components/niges/calc/stroy/style.css?17514477002103*/
/***  NIGES.CALC - CUSTOM CSS  ***/

.nsf-fe-form-frame-container * {
    box-sizing: border-box;
    outline: none;
}
 
.nsf-fe-form-frame-container label {
    display:block;
    flex: 1 1 0%;
}

.nsf-fe-form-frame-container .nsf-fe-step-btn {
    display:block;
}

.nsf-fe-form-frame-container button {
    transition: all ease .3s;
}

.nsf-fe-form-frame-container button:hover {
    box-shadow: 1px 1px 7px rgba(0,0,0,.5);
}

.nsf_radio_block,
.nsf_checkbox_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nsf_radio_block input,
.nsf_checkbox_block input{
  display: none;
}
.nsf_checkbox_block label,
.nsf_radio_block label{
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
  margin-right: 0;
  user-select: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  min-height: 23px;
  margin-bottom: 10px;
  padding: 1px 15px 1px 32px;
}
.nsf_checkbox_block label::before,
.nsf_checkbox_block label::after,
.nsf_radio_block label::before,
.nsf_radio_block label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.nsf_checkbox_block label::before,
.nsf_checkbox_block label::after,
.nsf_radio_block label::before {
  width: 23px;
  height: 23px;
  left: 0px;
  z-index: 10;
}
.nsf_checkbox_block label::before,
.nsf_checkbox_block label::after{
  border-radius: 0;
}
.nsf_checkbox_block label::before{
  border: 1px solid #1D447A;
}
.nsf_radio_block label::after{
  width: 13px;
  height: 13px;
  left: 5px;
  z-index: 11;
}
.nsf_checkbox_block label::after{
  content: "\2714";
  color: #1D447A;
  background-color: transparent;
  opacity: 0;
  line-height: 23px;
  text-align: center;
  font-size: 30px;
}
/* Checked */
.nsf_radio_block input:checked + label::after {
  background-color: #1D447A;
}
.nsf_checkbox_block input:checked + label::after{
  opacity: 1;
}
/* Hover */
.nsf_checkbox_block label:hover::before,
.nsf_radio_block label:hover::before {
  box-shadow: inset 0px 0px 5px 0px #1D447A;
}
/* End */


/* Start:/local/templates/blue/components/bitrix/news.detail/text-block-remont/style.css?1746616233155*/
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 */


/* Start:/local/templates/blue/components/bitrix/news.list/news/style.css?1746616233150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/blue/components/bitrix/news.list/section-header-list-remont/style.css?1746616233150 */
/* /local/templates/blue/components/bitrix/breadcrumb/breadcrumb/style.css?17516330071036 */
/* /local/templates/blue/components/bitrix/news.list/text-items-accordion/style.css?1746616233150 */
/* /local/templates/blue/components/bitrix/news.list/video-remont/style.css?1746616233150 */
/* /local/templates/blue/components/bitrix/news.list/advantages/style.css?1749482507887 */
/* /local/templates/blue/components/niges/calc/stroy/style.css?17514477002103 */
/* /local/templates/blue/components/bitrix/news.detail/text-block-remont/style.css?1746616233155 */
/* /local/templates/blue/components/bitrix/news.list/news/style.css?1746616233150 */
