

/* Start:/local/components/custom/catalog/templates/v2/bitrix/catalog.section.list/.default/style.css?16816801797263*/
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{padding-bottom: 14px;border-bottom: 1px solid #e5e5e5;font-size: 24px}
.bx_catalog_line .bx_catalog_line_category_title a{color: #000;text-decoration: none}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom:10px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto; max-width: 150px;
	width: auto;
	height: auto;
	border:0 none;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{margin-top: 5px;margin-bottom: 10px;padding: 0;vertical-align: top;line-height: 14px; height: 32px; overflow:hidden; text-align:center; }
.bx_catalog_tile .bx_catalog_tile_title a{font-size: 14px}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}
/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width: 100%;height: auto;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/v2/components/bitrix/system.pagenavigation/round/style.css?16816801792886*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background:linear-gradient(to bottom, #7b4a31, #512913);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:linear-gradient(to bottom, #7b4a31, #512913);color: #fff}

/* End */


/* Start:/local/components/custom/project.calculator/templates/quiz/style.css?17826841826526*/
.project-calculator--quiz {
  background:
    radial-gradient(circle at top left, rgba(136, 183, 0, 0.15), transparent 34%),
    linear-gradient(180deg, #f6f2e8 0%, #efe6d6 100%);
  border: 1px solid rgba(136, 183, 0, 0.14);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 44px rgba(45, 45, 20, 0.08);
}

.project-calculator--quiz .project-calculator__lead {
  max-width: 780px;
  color: rgba(0, 0, 0, 0.72);
}

.project-calculator-quiz {
  margin-top: 24px;
}

.project-calculator--quiz .button,
.project-calculator--quiz input,
.project-calculator--quiz select {
  font-weight: 400;
}

.project-calculator-quiz__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.project-calculator-quiz__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.62);
  font-weight: 400;
  cursor: pointer;
  padding: 0;
}

.project-calculator-quiz__back[disabled] {
  opacity: .35;
  cursor: default;
}

.project-calculator-quiz__progress {
  flex: 1;
  max-width: 420px;
  margin-left: auto;
}

.project-calculator-quiz__progress-label {
  display: block;
  margin-bottom: 8px;
  text-align: right;
  font-size: .9rem;
  color: rgba(0, 0, 0, 0.54);
}

.project-calculator-quiz__progress-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}

.project-calculator-quiz__progress-bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7aa000 0%, #94c500 100%);
  transition: width .25s ease;
}

.project-calculator-quiz__viewport {
  position: relative;
  overflow: hidden;
}

.project-calculator-quiz__slides {
  display: flex;
  align-items: stretch;
  transition: transform .28s ease;
  will-change: transform;
}

.project-calculator-quiz__slide {
  width: 100%;
  flex: 0 0 100%;
  min-width: 100%;
}

.project-calculator-quiz__card {
  min-height: 420px;
  padding: 36px 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.project-calculator-quiz__step-number {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
}

.project-calculator-quiz__title {
  margin: 0 0 24px;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.05;
}

.project-calculator-quiz__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.project-calculator-quiz__size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.project-calculator-quiz__size-field {
  display: grid;
  gap: 10px;
}

.project-calculator-quiz__size-label {
  font-size: .95rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.58);
}

.project-calculator-quiz__size-select-wrap {
  position: relative;
}

.project-calculator-quiz__size-select {
  width: 100%;
  min-height: 64px;
  padding: 16px 44px 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  background: #fff;
  color: #22180f;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: none;
}

.project-calculator-quiz__choice {
  position: relative;
}

.project-calculator-quiz__choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-calculator-quiz__choice-label {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #22180f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.project-calculator-quiz__choice-label:hover {
  transform: translateY(-1px);
  border-color: rgba(136, 183, 0, 0.55);
  box-shadow: 0 12px 24px rgba(61, 74, 23, 0.08);
}

.project-calculator-quiz__choice input:checked + .project-calculator-quiz__choice-label {
  border-color: #88b700;
  background: linear-gradient(180deg, #8cb802 0%, #779d00 100%);
  color: #fff;
  box-shadow: 0 16px 26px rgba(86, 115, 10, 0.2);
}

.project-calculator-quiz__step-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.project-calculator-quiz__slide--final .project-calculator-quiz__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-calculator-quiz__summary {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.project-calculator-quiz__final-text {
  margin-top: 20px;
  max-width: 720px;
  color: rgba(0, 0, 0, 0.72);
}

.project-calculator-quiz__summary-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.45;
}

.project-calculator-quiz__summary-label {
  color: rgba(0, 0, 0, 0.58);
}

.project-calculator-quiz__summary-value {
  font-weight: 700;
}

.project-calculator-quiz__project-link {
  margin-top: 12px;
}

.project-calculator-quiz__actions {
  margin-top: 28px;
}

.project-calculator-quiz__phone-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  max-width: 620px;
}

.project-calculator-quiz__phone {
  flex: 1 1 260px;
  min-width: 0;
  font-weight: 400;
}

.project-calculator-quiz__button {
  flex: 0 0 auto;
  min-width: 260px;
  font-weight: 400;
}

.project-calculator-quiz__error {
  margin-top: 12px;
  color: #b00020;
}

.project-calculator-quiz__success {
  margin: 0;
}

@media (max-width: 768px) {
  .project-calculator--quiz {
    border-radius: 20px;
    padding: 18px 14px;
  }

  .project-calculator-quiz__top {
    flex-direction: column;
    align-items: stretch;
  }

  .project-calculator-quiz__progress {
    max-width: none;
    margin-left: 0;
  }

  .project-calculator-quiz__progress-label {
    text-align: left;
  }

  .project-calculator-quiz__card {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .project-calculator-quiz__choices {
    grid-template-columns: 1fr;
  }

  .project-calculator-quiz__size-grid {
    grid-template-columns: 1fr;
  }

  .project-calculator-quiz__choice-label {
    min-height: 64px;
    padding: 16px;
  }

  .project-calculator-quiz__phone-row {
    flex-direction: column;
  }

  .project-calculator-quiz__phone {
    flex-basis: auto;
  }

  .project-calculator-quiz__button {
    width: 100%;
    min-width: 0;
    font-size: .9rem;
    min-height: 0;
    padding: .85rem 1rem;
    white-space: normal;
  }
}

/* End */
/* /local/components/custom/catalog/templates/v2/bitrix/catalog.section.list/.default/style.css?16816801797263 */
/* /local/templates/v2/components/bitrix/system.pagenavigation/round/style.css?16816801792886 */
/* /local/components/custom/project.calculator/templates/quiz/style.css?17826841826526 */
