

/* Start:/bitrix/templates/nordik1/components/bitrix/catalog/projects/style.css?16857204011126*/

div.projects-heap
{
	display:flex;
	margin-top:50px;
}
div.projects-heap-name
{
	width:31.33%;
	font-size:36px;
	line-height:1.1;
	font-weight:bold;
	color:black;
}
div.projects-heap-text
{
	width:65.66%;
	margin-left:3%;
	font-size:20px;
	line-height: 1.4;
}

div.projects-submenu
{
	margin:30px 0 0 -20px;
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
}
.projects-submenu a
{
	display:inline-block;
	padding:0 20px;
	border-left:1px solid black;
	text-decoration:none;
}
.projects-submenu a:first-child
{
	border-left:none;
}
.projects-submenu a:hover
{
	text-decoration:underline;
}
.projects-submenu a.active
{
	color:black;
	text-decoration:none;
}

@media(max-width: 880px)
{
	div.projects-heap
	{
		display:block;
	}
	div.projects-heap-name
	{
		width:auto;
	}
	div.projects-heap-text
	{
		width:auto;
		margin-top:20px;
		margin-left:0;
		font-size:16px;
	}

	div.projects-submenu
	{
		font-size:14px;
	}

}

.card-video
{
	
}
div.card-video-name
{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
div.card-video-item
{
	max-width:960px;
	margin:0 auto;
	margin-bottom:40px;
}



/* End */


/* Start:/bitrix/templates/nordik1/components/bitrix/catalog/projects/bitrix/catalog.element/.default/style.css?16857204011397*/
.catalog-item-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f20631;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background: #e7ebef;
  transition: all 0.3s linear;
}
.catalog-item-video svg {
  display: block;
  width: 26px;
  margin: 0 10px 0 0;
}
.catalog-item-video path {
  fill: #f20631;
  transition: all 0.3s linear;
}
.catalog-item-video:hover {
  color: #fff;
  background: #f20631;
}
.catalog-item-video:hover path {fill: #fff;}
.catalog-banner {overflow: hidden;}
.catalog-banner a {
  display: block;
  height: 100%;
}


div.card-opinions
{
	margin:60px 0 0 0;
}
div.card-opinions-name
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
div.card-opinions-list
{
	margin:2% 0 0 -2%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
div.card-opinions-item
{
	margin-bottom:30px;
	width:31.33%;
	margin-left:2%;
}
div.card-opinions-button
{
	margin-top:10px;
	text-align:center;
}

@media(max-width:1100px)
{
	div.card-opinions
	{
	}
	div.card-opinions-item
	{
		width:48%;
	}
}

@media(max-width:640px)
{
	div.card-opinions
	{
	}
	div.card-opinions-list
	{
		display:block;
		margin-left:0;
	}
	div.card-opinions-item
	{
		width:auto;
		margin-left:0;
	}
}


/* End */


/* Start:/bitrix/components/freepixel/calculator/templates/sidebar_template/style.css?17055067223908*/
.button {
  display: block;
  padding: 9px 20px 11px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background: #f63757;
}
.calc-section {
  padding: 73px 0 10px;
}
.calc-block {
  max-width: 724px;
  margin: 0 auto;
  padding: 50px 65px 65px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 6.532px 26.198px 49px 0px rgba(0, 0, 0, 0.15);
}
.calc-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
color: #f63757;
}
.calc-title2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.calc-subtitle {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.calc-subtitle2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.calc-subtitle3 {
  margin: 30 30 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
text-align: left;

}
.calc-price {
  padding: 13px 10px 16px;
  margin: 0 0 21px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.calc-price-num {
  margin: 0 0 2px;
  color: #f63757;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.calc-price-text {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.form-line {
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-col {
  width: 48%;
  margin: 0 0 20px;
}
.label {
  display: block;
  margin: 0 0 7px;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 18px;
}
.form-input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 15px;
  margin: 0;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.form-input-red {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 15px;
  margin: 0;
  color: #f63757;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
font-weight: 700;
}
.bold {font-weight: 700;}
.form-button {
  padding: 19px 0 0;
}
button.button {
  margin: 0 0 30px;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}
.calc-block .button {
  max-width: 288px;
  margin: 18px auto;
}
.range {
  margin: -5px 0 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 21px;
	height: 21px;
  background-color: #f63757;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-handle:focus {outline: 0;}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #f63757;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 5px;
	background: #e1e1e1;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -7px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

@media screen and (max-width: 767px) {
  .calc-block {
    padding: 30px 40px 40px;
  }
  .form-col {width: 100%;}
}
@media screen and (max-width: 576px) {
  .calc-block {
    padding: 25px 20px 20px;
  }
  .calc-title {
    margin: 0 0 5px;
    font-size: 27px;
    line-height: 32px;
  }
  .calc-subtitle {
    margin: 0 0 30px;
    font-size: 16px;
  }
}
/* End */
/* /bitrix/templates/nordik1/components/bitrix/catalog/projects/style.css?16857204011126 */
/* /bitrix/templates/nordik1/components/bitrix/catalog/projects/bitrix/catalog.element/.default/style.css?16857204011397 */
/* /bitrix/components/freepixel/calculator/templates/sidebar_template/style.css?17055067223908 */
