@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 100 400;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_regular.ttf") format("truetype");
}
/*@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 500 900;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_black.ttf") format("truetype");
}*/
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_light.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_bold.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 700;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_boldit.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_extrabold.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 900;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_black.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 900;
	font-display: swap;
  src: local("Proxima Nova"), url("/fonts/proximanova_blackit.otf") format("opentype");
}
*, *:after, *:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	transition: .2s ease-in-out;
	/* добавим плавность переходов для всех элементов страницы*/
}
.error {
	margin-top: 22px;
	height: 22px;
	color: red;
	text-align: center;
}
.none {
	display: none !important;
}
.hidden {
	visibility: hidden !important;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	display: block;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-size: 34px;
	font-weight: 600;
}
html, body {
	font-family: 'Proxima Nova', Arial, sans-serif;
	line-height: normal;
	font-size: 18px;
  font-weight: 400;
	color: #000;
	background-color: #fff;
}
input, select, textarea {
	width: 100%;
}
sup {
	line-height: normal;
}
.radio input {
	display: none;
}
.form-control {
	font-size: 18px;
  font-weight: 400;
	border: 1px solid #777777;
	border-radius:8px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
}
.button {
	margin-top: 60px;
	margin-bottom: 35px; 
	display: block;
	width: 260px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-style: none;
	background-color: #4FAE4D;
}
.button:hover {
	background-color: #265525;
}
.button:active {
	background-color: #000;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.container {
	padding: 0 20px;
	max-width: 1480px;
	display: flex;
	flex-direction: column;
  flex-wrap: wrap;
	align-items: center;
	margin: auto;
}
.back {
	display: none;
	position: absolute;
	top: 42px;
	left: 50px;
}
.next {
	display: none;
	position: absolute;
}
.shadow {
	box-shadow:0 0 10px 5px #ccc;
}
.red {
	color:red;
}
#header {
	margin-top: 57px;
}
ul.menu {
	width: 100%;
	border-radius: 28px;
	display: flex;
}
ul.menu li {
	display: inline-block;
	width: 100%;
	line-height: 56px;
	text-align: center;
}
ul.menu a, ul.menu span {
	display: block;
	background-color: #F2F2F2;
	font-size: 17px;
	font-weight: 700;
	color: #CACACB;
	text-transform: uppercase;
}
ul.menu span {
	cursor: default;
}
ul.menu li:first-child a {
	border-radius: 28px 0 0 28px;
}
ul.menu li:last-child a, ul.menu li:last-child span {
	border-radius: 0 28px 28px 0;
}
ul.menu .active a, ul.menu .active a:hover {
	background-color: #4FAE4D;
	color: #fff;
}
ul.menu a:hover {
	background-color: #A4D3A3;
  color: #fff;
}
#content form .radio {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#content form .radio label {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	border: 1px solid #777777;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
}
#content form .radio label:hover {
	border: 1px solid #4FAE4D;
}
#continue {
	margin-left: auto;
}
#content {
	margin-top: 67px;
}
#content .head span {
	color: #4FAE4D;
	text-transform: uppercase;
}
#content .head .text {
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #777777;
}
.wrap {
	width: 100%;
}

#content.step-1 .container {
	max-width: 1194px;
	flex-wrap: nowrap;
}
 ul.klimat {
	margin-top: 78px;
	max-width: 620px;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
}
#content.step-1 ul.klimat li {
	display: inline-block;
	line-height: 60px;
	width: 60px;
	text-align: center;
	border: 1px solid #777777;
	border-radius: 30px;
	background-color: #fff;
}
#content.step-1 ul.klimat span {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #777777;
	text-transform: uppercase;
	cursor: pointer;
}
#content.step-1 ul.klimat span:hover {
	font-size: 28px;
}
#content.step-1 ul.klimat .active {
	border: 2px solid #4FAE4D;
}
#content.step-1 ul.klimat .active span {
	color: #4FAE4D;
}
#content.step-1 .location {
	margin-top: 78px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#content.step-1 .location form {
	margin-top: 115px;
	margin-bottom: 35px;
	max-width: 360px;
	width: 100%
}
#content.step-1 .location form h2 {
	font-size: 24px;
  font-weight: 700;
	color: #4FAE4D;
}
#content.step-1 .location form div {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
}
#content.step-1 .location form label {
	margin-bottom: 15px;
	font-weight: 600;
}
#content.step-1 .location form select {
	height: 55px;
	border-color: #777777;
	border-radius: 8px;
	font-size: 18px;
	padding: 0 20px
}
#content.step-1 .location>div {
	margin-top: auto;
	padding-left: 20px
}
#content.step-1 #temp {
	display: contents;
}
#content.step-2 #tarif {
	margin-top: 90px;
}
#content.step-2 form {
	margin: auto;
	max-width: 700px;
	width: 100%;
}
#content.step-2 form .radio {
	margin: auto;
	max-width: 417px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#content.step-2 form .radio label {
	display: inline-block;
	width: 122px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #777777;
	border: 1px solid #777777;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
}
#content.step-2 form .radio label:hover {
	border: 1px solid #4FAE4D;
}
#content.step-2 form .radio label.active {
	color: #fff;
	border-color: #4FAE4D;
	background-color: #4FAE4D;
}
#content.step-2 form .price {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#content.step-2 form .price label {
	font-size: 18px;
	font-weight: 600;
}
#content.step-2 form .price div {
	margin-top: 25px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content.step-2 form .price input {
	margin-right: -102px;
	height: 64px;
}
#content.step-2 form .price span {
	width: 98px;
	line-height: 54px;
	font-size: 22px;
	color: #4FAE4D;
	text-align: center;
	border-radius: 8px;
	background-color: #F5F5F5;
}
#content.step-3 #house {
	margin-top: 75px;
}
#content.step-3 form .radio {
	margin: 0 -10px;
	width: auto;
	height: 330px;
	align-items: center;
}
#content.step-3 form .radio label {
	margin: 0 10px;
	padding: 20px;
	max-width: 454px;
	width: 100%;
	height: 300px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#content.step-3 form .radio label:hover {
	border: 1px solid #4FAE4D;
}
#content.step-3 form .radio label.active {
	height: 330px;
	border: 1px solid #E8E9EA;
	background-color: #E8E9EA;
}
#content.step-3 form .radio label.active:before {
	content: url(data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M12.8133%2021.9048L23.2817%2011.4363L21.2075%209.37784L12.8133%2017.7721L8.65396%2013.6127L6.61596%2015.6712L12.8133%2021.9048ZM14.9926%2030C12.9302%2030%2010.9876%2029.6091%209.16487%2028.8274C7.34215%2028.0457%205.74984%2026.9739%204.38794%2025.6121C3.02606%2024.2502%201.95427%2022.6588%201.17256%2020.838C0.390854%2019.0171%200%2017.0755%200%2015.013C0%2012.9265%200.390854%2010.9719%201.17256%209.14912C1.95427%207.3264%203.025%205.73977%204.38475%204.38924C5.74448%203.0387%207.33527%201.96953%209.15712%201.18172C10.979%200.393907%2012.9217%200%2014.9852%200C17.0729%200%2019.0289%200.393375%2020.8533%201.18013C22.6776%201.96688%2024.2646%203.03461%2025.6141%204.38334C26.9636%205.73207%2028.032%207.31806%2028.8192%209.14134C29.6064%2010.9646%2030%2012.9209%2030%2015.0102C30%2017.0745%2029.6061%2019.0179%2028.8183%2020.8405C28.0305%2022.663%2026.9613%2024.2543%2025.6108%2025.6145C24.2602%2026.9748%2022.6745%2028.0457%2020.8537%2028.8274C19.0328%2029.6091%2017.0791%2030%2014.9926%2030ZM14.9898%2027.1326C18.3617%2027.1326%2021.2251%2025.9535%2023.58%2023.5952C25.9348%2021.2368%2027.1122%2018.3752%2027.1122%2015.0102C27.1122%2011.6383%2025.9348%208.77486%2023.58%206.42004C21.2251%204.06522%2018.3583%202.8878%2014.9795%202.8878C11.6249%202.8878%208.76752%204.06522%206.40744%206.42004C4.04738%208.77486%202.86735%2011.6417%202.86735%2015.0205C2.86735%2018.3751%204.04651%2021.2325%206.40483%2023.5926C8.76315%2025.9526%2011.6248%2027.1326%2014.9898%2027.1326Z%22%20fill%3D%22%234FAE4D%22%2F%3E%0D%0A%3C%2Fsvg%3E);
	width: 30px;
  height: 30px;
	align-self: start;
}
#content.step-3 form .radio label.active:after {
	content: '';
	width: 30px;
  height: 30px;
}
#content.step-3 form .radio label svg {
	margin-top: auto;
}
#content.step-3 form .radio label b {
	margin-top: 24px;
	font-size: 22px;
}
#content.step-3 form .radio label span {
	margin-top: 4px;
	margin-bottom: auto;
}
#content.step-4 .container {
	max-width: 1500px;
}
#content.step-4 #insulation {
	margin-top: 80px;
}
#content.step-4 form .radio {
	flex-wrap: wrap;
	justify-content: center;
}
#content.step-4 form .radio label * {
  transition: none;
}
#content.step-4 form .radio label {
	margin: 14px 10px;
	padding: 20px;
	max-width: 466px;
	width: 100%;
	height: 240px;
	font-size: 16px;
	font-weight: 400;
	text-align:	start;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	display: flex;
	flex-wrap: wrap;
	transition: .2s ease-in-out;
}
#content.step-4 form .radio label:hover {
	border: 1px solid #4FAE4D;
}
#content.step-4 form .radio label.active * {
  transition: none;
}
#content.step-4 form .radio label.active {
	margin: 6px 10px;
	padding: 28px 20px; 
	height: 256px;
	color: #fff;
	background-color: #4FAE4D;
	transition: .2s ease-in-out;
}
#content.step-4 form .radio label.active h2, #content.step-4 form .radio label.active span, #content.step-4 form .radio label.active span+div {
	color: #fff;
}
#content.step-4 form .radio label>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #4FAE4D;
}
#content.step-4 form .radio label h2 {
	font-size: 32px;
}
#content.step-4 form .radio label h2 sup {
	font-size: 18px;
}
#content.step-4 form .radio label h2 div {
	font-size: 16px;
	font-weight: 400;
}
#content.step-4 form .radio label>div>div {
	margin-top: 6px;
	text-align: end;
	font-size: 18px;
	font-weight: 700;
}
#content.step-4 form .radio label>div>div span {
	color: #000;
	font-weight: 400;
}
#content.step-4 form .radio label table {
	width: 100%;
}
#content.step-4 form .radio label tbody tr th {
	width: 38%;
	font-weight: 700;
	text-align: start;
}
#content.step-4 form .radio label tbody tr td:first-of-type {
	width: 12%;
}
#content.step-4 form .radio label tbody tr td:last-of-type {
	width: 50%;
}
#content.step-4 form .radio label p {
	margin-top: 46px;
  height: 112px;
}
#content.step-4 form .button {
	margin-top: 0;
}
#content.step-5 #house_area {
	margin-top: 90px;
}
#content.step-5 form .area-number {
	margin: 25px auto 0 auto;
	max-width: 700px;
	width: 100%;
	display: flex;
	align-items: center;
}
#content.step-5 form .area-number input {
	margin-right: -62px;
	height: 64px;
}
#content.step-5 form .area-number span {
	width: 57px;
	height: 54px;
	line-height: 54px;
	font-size: 22px;
	color: #4FAE4D;
	text-align: center;
	border-radius: 8px;
	background-color: #F5F5F5;
}
#content.step-5 form .area-range {
	margin: auto;
	margin-top: 75px;
	max-width: 870px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#content.step-5 form .range-slider {
	padding: 0 85px;
	width: 100%;
}
#content.step-5 form .range-slider * {
	transition: none;
}
#content.step-5 form .box-minmax {
  margin-bottom: -70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
	font-weight: 700;
}
#content.step-5 form .box-minmax span:first-child {
	margin-left: 10px;
}
#content.step-6 #temperature {
	margin-top: 87px;
}
#content.step-6 form .radio {
	max-width: 800px;
	flex-wrap: wrap;
	justify-content: space-around;
}
#content.step-6 form .radio label {
	display: inline-block;
	border-color: #fff;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
}
#content.step-6 form .radio label:hover {
	border-color: #4FAE4D;
}
#content.step-6 form .radio label.active {
	border-color: #fff;
}
#content.step-6 form .radio label.active svg .temp {
	fill: black;
}
#content.step-6 form .radio label.active svg .vector {
	fill: #4FAE4D;
}
#content.step-7 .head {
	max-width: 712px;
	text-align: center;
}
#content.step-7 #hws {
	margin-top: 90px;
}
#content.step-7 form .ustanovka-water {
	margin: auto;
	width: 153px;
	display: flex;
	justify-content: space-between;
}
#content.step-7 form .ustanovka-water div {
	display: flex;
	align-items: center;
}
#content.step-7 form .ustanovka-water label {
	margin-left: 9px;
	line-height: 24px;
}
#content.step-7 input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 24px;
	height: 24px;
	border: 1px solid	#777777;
	border-radius: 6px;
	display: grid;
  place-content: center;
}
#content.step-7 input[type="radio"]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #4FAE4D;
	transform: scale(0);
	box-shadow: inset 1em 1em #4FAE4D;
}
#content.step-7 input[type="radio"]:checked::before {
  transform: scale(1);
}
#content.step-7 form label[for="rs-range-line"] {
	margin-top: 46px;
	text-align: center;
	display: block;
}
#content.step-7 form .kolichestvo-chelovek {
	margin: 26px auto 0 auto;
	max-width: 803px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#content.step-7 form .range-slider {
	width: 100%;
}
#content.step-7 form .kolichestvo-chelovek * {
	transition: none;
}
#content.step-7 .rs-label {
	width: 99px;
	margin-left: -39px;
}
#content.step-8 .container {
	padding: 0;
	max-width: 100%;
}
#content.step-8 #equipments * {
	transition: none;
}
#content.step-8 #equipments {
	margin: 80px -10px 0 -10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#content.step-8 .slider .cart {
	margin: 14px 10px;
	padding: 28px 0;
	max-width: 460px;
	width: 100%;
	border-radius: 8px;
	background-color: #F5F5F5;
}
#content.step-8 .slick-current .cart {
	margin: 0 10px;
	padding: 42px 0;
	background-color: #E8E9EA;
}
#content.step-8 .cart .label {
	margin-top: 3px;
	height: 27px;
}
#content.step-8 .cart .item {
	margin-top: 11px;
	width: 100%;
	padding: 0 28px;
	display: flex;
	flex-direction: column;
	align-items: center
}
#content.step-8 .cart .item h2 {
	margin-bottom: 37px;
	height: 80px;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: flex-end;
}
#content.step-8 .cart .div-price {
	display: flex;
	flex-direction: column;
	align-items: center
}
#content.step-8 .cart .item h3 {
	margin-top: 26px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 600;
	color: #4FAE4D;
	text-transform: uppercase;
}
#content.step-8 .cart .item .old-price {
	margin-top: 3px;
	height: 20px;
	font-size: 16px;
	color: #777777;
	text-decoration: line-through;
}
#content.step-8 .cart .item .price {
	margin-top: 3px;
	height: 20px;
	font-size: 16px;
	color: #777777;
}
#content.step-8 .cart .item .total-price {
	margin-top: 4px;
	padding: 0 9px;
	height: 51px;
	line-height: 51px;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	border-radius: 10px;
	background-color: #4FAE4D;
}
#content.step-8 .cart .item table {
	margin-top: 40px;
	width: 100%;
}
#content.step-8 .cart .item table th {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
#content.step-8 .cart .item table td {
	width: 21%;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
	vertical-align: bottom;
}
#content.step-8 .cart .item .button {
	margin: 40px auto 0 auto;
}
#content.step-8 .cart .item .button:hover {
	background-color: #000;
}
#content.step-8 .cart .item input {
	margin-top: 12px;
	width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	border-style: none;
	border: 1px solid #4FAE4D;
	background-color: transparent;
	cursor: pointer;
}
#content.step-8 .cart .item input:hover, #content.step-8 .cart .item input:active {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
#content.step-8 p {
	margin: 44px 0 20px 0;
	padding: 0 20px;
	font-size: 10px;
	color: #777777;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #4FAE4D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #4FAE4D;
}
#content.step-0 .head {
	display: none;
}
#content.step-0 .back {
	display: block;
}
#content.step-0 #tovar {
	margin-top: 6px;
}
#content.step-0 .type {
	font-size: 34px;
	color: #777777;
}
#content.step-0 h1 {
	margin-top: 48px;
	font-size: 100px;
	font-weight: 800;
}
#content.step-0 .description {
	max-height: 2300px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#content.step-0 .description .column {
	max-width: 862px;
	width: 100%;
}
#content.step-0 .description h2 {
	margin-bottom: 66px;
	font-size: 52px;
	color: #4FAF4E;
}
#content.step-0 .description .min-max {
	margin-top: 100px;
	color: #777777;
	display: flex;
	align-items: center;
}
#content.step-0 .description .min-max .img {
	margin: 0 25px;
}
#content.step-0 .description .min-max .span {
	margin-top: 6px;
	font-size: 34px;
	font-weight: 800;
	color: #000;
}
#content.step-0 .description .tovar-image img {
	margin: auto;
	width: auto;
	max-height: 590px;
}
#content.step-0 .description .tovar-image .w-img {
	width: 100%;
}
#content.step-0 .description .text {
	margin-top: 45px;
	font-size: 22px;
}
#content.step-0 .description .graphs {
	margin-left: 45px;
	max-width: 537px;
	width: 100%;
	height: 1256px;
}
#content.step-0 .specification {
	margin: 100px -20px 0 -20px;
	display: flex;
	flex-wrap: wrap;
}
#content.step-0 .specification>div {
	margin: 0 30px 17px 30px;
	width: 106px;
}
#content.step-0 .specification>div img {
	margin-bottom: 17px;
}
#content.step-0 .specification>div div {
	margin-top: 12px;
}
#content.step-0 .internal {
	margin-top: 88px;
}
#content.step-0 .internal h3 {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: 700;
	color: #4FAF4E;
	text-transform: uppercase;
}
#content.step-0 .internal p {
	margin-bottom: 68px;
	font-size: 22px;
}
#content.step-0 .internal ul {
	line-height: 30px;
	font-size: 22px;
	list-style-type: disc;
	padding-left: 30px;
}
#content.step-0 .image {
	margin-top: 67px;
	margin-right: 20px;
	max-width: 1673px;
	width: 100%;
	position: relative;
	left: -20px;
}
#content.step-0 .block-specification {
	margin: 62px -20px 290px -20px;
	display: flex;
	flex-wrap: wrap;
}
#content.step-0 .block-specification>div {
	margin: 0 30px 17px 30px;
	width: 106px;
}
#content.step-0 .block-specification div div {
	margin-top: 12px;
}
#content.step-9 #collback {
	margin-top: 80px;
}
#content.step-9 form div {
	margin: 25px auto 0 auto;
	max-width: 700px;
	width: 100%;
}
#content.step-9 form label {
	font-size: 18px;
	font-weight: 600;
}
#content.step-9 form .form-control {
	margin-top: 15px;
  height: 50px;
}
#content.step-9 form .license {
	margin-right: 10px;
	width: auto;
}
#content.step-9 form div:last-child {
	display: flex;
	justify-content: flex-end;
}
#content.step-9 form .submit {
	margin-top: 12px;
	width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	border-radius: 5px;
	border-style: none;
	border: 1px solid #4FAE4D;
	background-color: transparent;
	cursor: pointer;
}
#content.step-9 form .submit:hover, #content.step-9 form .submit:active {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

.rs-range {
	-webkit-appearance: none;
	appearance: none;
	margin-top: 15px;
}
.rs-range:focus {
	outline: none;
}
.rs-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	box-shadow: none;
	background-color: #4FAE4D;
	border-radius: 3px;
	border: 0px solid #4FAE4D;
}
.rs-range::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	box-shadow: none;
	background-color: #4FAE4D;
	border-radius: 3px;
	border: 0px solid #4FAE4D;
}
.rs-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-shadow: none;
	border: 0px solid #4FAE4D;
	box-shadow: 0 0 2px 23px rgba(79, 174, 77, 0.2);
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background-color: #4FAE4D;
	margin-top: -7px;
	cursor: pointer;
}
.rs-range::-moz-range-thumb {
	margin-top: -7px;
	box-shadow: none;
	border: 0px solid #4FAE4D;
	box-shadow: 0 0 2px 23px rgba(79, 174, 77, 0.2);
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background-color: #4FAE4D;
	cursor: pointer;
}
.rs-range::-moz-focus-outer {
	border: 0;
}
.rs-label {
	position: relative;
	transform-origin: center center;
	display: block;
	width: 67px;
	height: 38px;
	background-color: #4FAE4D;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	margin-left: -23px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.rs-label::after {
	content: "";
	display: block;
	border: 10px solid transparent;
	position: absolute;
	border-top-color: #4FAE4D;
	border-bottom: 0;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	transition: none;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 44px;
	height: 44px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	outline: none;
	background-color: #fff;
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	opacity: 1;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-prev.slick-disabled:focus:before, .slick-next.slick-disabled:before, .slick-next.slick-disabled:focus:before {
	opacity: 0;
	cursor: default;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%234FAE4D' viewBox='0 0 512 512' height='40' width='40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z M313.749,347.584 c8.341,8.341,8.341,21.824,0,30.165c-4.16,4.16-9.621,6.251-15.083,6.251c-5.461,0-10.923-2.091-15.083-6.251L176.917,271.083 c-8.341-8.341-8.341-21.824,0-30.165l106.667-106.667c8.341-8.341,21.824-8.341,30.165,0s8.341,21.824,0,30.165L222.165,256 L313.749,347.584z'/%3e%3c/svg%3e");
}
.slick-next {
	right: 0;
}
.slick-next:before {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%234FAE4D' viewBox='0 0 512 512' height='40' width='40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256s256-114.837,256-256S397.163,0,256,0z M335.083,271.083 L228.416,377.749c-4.16,4.16-9.621,6.251-15.083,6.251c-5.461,0-10.923-2.091-15.083-6.251c-8.341-8.341-8.341-21.824,0-30.165 L289.835,256l-91.584-91.584c-8.341-8.341-8.341-21.824,0-30.165s21.824-8.341,30.165,0l106.667,106.667 C343.424,249.259,343.424,262.741,335.083,271.083z'/%3e%3c/svg%3e");
}

#content .space {
	max-width: 1104px;
	width: 100%;
}

@media (max-width: 1480px) {
	#content.step-8 .slider .cart {
		max-width: 394px;
	}
	#content.step-8 .cart .item {
    padding: 0 20px;
	}
	#content.step-8 .cart .item table td {
    width: 24%;
	}
	#content.step-0 .type {
		font-size: 24px;
		text-align: center;
	}
	#content.step-0 h1 {
		margin-top: 33px;
    font-size: 58px;
		text-align: center;
	}
	#content.step-0 .description {
		max-height: 100%;
		flex-wrap: nowrap;
		align-items: center;
	}
	#content.step-0 .description h2 {
		margin-top: 33px;
    font-size: 52px;
		text-align: center;
	}
	#content.step-0 .description .column {
		max-width: 100%;
	}
	#content.step-0 .description .min-max {
		justify-content: center;
	}
	#content.step-0 .description .tovar-image img {
    max-height: 472px;
	}
	#content.step-0 .description .tovar-image .w-img {
		width: auto;
	}
	#content.step-0 .description .text {
		margin-top: 45px;
		font-size: 22px;
		order: 1;
	}
	#content.step-0 .description .graphs {
		margin-top: 27px;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		height: 100%;
	}
	#content.step-0 .description .graphs img {
		margin: auto;
		width: auto;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 24px;
	}
	#header {
		margin-top: 0;
	}
	.back {
		display: block;
		top: 22px;
		left: 20px;
	}
	.back svg {
		width: 31px;
		height: 23px;
	}
	.next {
		display: block;
		top: 22px;
		right: 20px;
	}
	.next svg {
		width: 31px;
		height: 23px;
	}
	#continue {
		margin-top: 35px;
		margin-right: auto;
	}
	ul.menu {
		display: none;
	}
	#content {
		margin-top: 22px;
	}
	#content .head h1 {
		text-align: center;
	}
	#content .head span {
		display: block;
	}
	#content.step-1 ul.klimat {
    margin-top: 25px;
	}
	#content.step-1 ul.klimat li {
		width: 53px;
		height: 53px;
		line-height: 53px;
	}
	#content.step-1 .location {
		margin-top: 35px;
		flex-wrap: wrap;
	}
	#content.step-1 .location form {
		margin-top: 0;
		max-width: 100%;
	}
	#content.step-1 .location form h2 {
		text-align: center;
	}
	#content.step-1 .location form div:last-of-type {
		width: 88%;
	}
	#content.step-1 .location>div {
		padding-left: 0;
	}
	#content.step-2 #tarif {
    margin-top: 25px;
	}
	#content.step-2 form .radio label {
    width: 98px;
    line-height: 56px;
		font-size: 24px;
	}
	#content.step-2 form .price {
    margin-top: 35px;
	}
	#content.step-3 #house {
		margin-top: 13px;
	}
	#content.step-3 form .radio {
		margin: 0;
		height: 100%;
    flex-direction: column;
	}
	#content.step-3 form .radio label {
    margin: 10px 0;
		height: 238px;
		font-size: 16px;
	}
	#content.step-3 form .radio label.active {
		height: 238px;
		padding: 12px;
	}
	#content.step-3 form .radio label:first-child svg {
		width: 64px;
		height: 90px;
	}
	#content.step-3 form .radio label+label svg {
		width: 112px;
		height: 90px;
	}
	#content.step-3 form .radio label:last-child svg {
		width: 160px;
		height: 90px;
	}
	#content.step-3 form .radio label b {
		font-size: 18px;
	}
	#content.step-4 #insulation {
    margin-top: 15px;
	}
	#content.step-4 form .radio label {
		margin: 10px 0;
		padding: 23px 14px;
		height: 280px;
	}
	#content.step-4 form .radio label.active {
    margin: 10px 0;
    padding: 23px 14px;
    height: 280px;
	}
	#content.step-4 form .radio label:last-child {
		display: none;
	}
	#content.step-4 form .radio label tbody tr td:first-of-type {
    width: 19%;
	}
	#content.step-4 form .button {
		margin-top: 25px;
	}
	#content.step-5 .head h1 {
		padding: 0 30px;
	}
	#content.step-5 #house_area {
    margin-top: 25px;
	}
	#content.step-5 form .area-number {
		margin: 0;
	}
	#content.step-5 form .box-minmax {
		font-size: 18px;
		margin-bottom: -63px;
	}
	#content.step-5 form .range-slider {
		margin-bottom: 34px;
    padding: 0 65px;
	}
	#content.step-6 .head h1 {
		padding: 0 30px;
	}
	#content.step-6 #temperature {
    margin-top: 0;
	}
	#content.step-6 form .radio label {
    margin-top: 25px;
	}
	#content.step-6 form .radio label #thirty_five {
		width: 100px;
		height: 94px;
	}
	#content.step-6 form .radio label #forty_five {
		width: 200px;
		height: 94px;
	}
	#content.step-6 form .radio label #fifty_five {
		width: 110px;
		height: 94px;
	}
	#content.step-7 #equipments {
    margin-top: 33px;
	}
	#content.step-7 form .ustanovka-water {
    width: 200px;
	}
	#content.step-7 input[type="radio"] {
		width: 34px;
		height: 34px;
	}
	#content.step-7 input[type="radio"]::before {
		width: 20px;
		height: 20px;
	}
	#content.step-7 form label[for="rs-range-line"] {
		display: none;
	}
	#content.step-7 form .kolichestvo-chelovek {
    margin-top: 41px;
	}
	#content.step-7 form .kolichestvo-chelovek svg {
		width: 55px;
    height: 32px;
	}
	#content.step-7 #continue {
		margin-top: 69px;
	}
	#content.step-8 #equipments {
    margin-top: 25px;
	}
	#content.step-8 .slider .cart {
		padding: 20px 0;
		max-width: 335px;
	}
	#content.step-8 .slick-current .cart {
		padding: 34px 0;
	}
	#content.step-8 .cart .label {
		height: 20px;
	}
	#content.step-8 .cart .label svg {
		height: 20px;
		width: 67px;
	}
	#content.step-8 .cart .label #aa {
		width: 61px;
	}
	#content.step-8 .cart .item h2 {
    margin-bottom: 24px;
		padding: 0;
	}
	#content.step-8 .cart .item h3 {
    margin-top: 20px;
	}
	#content.step-8 .cart .item .total-price {
    height: 39px;
    line-height: 39px;
    font-size: 24px;
	}
	#content.step-8 .cart .item table {
    margin-top: 20px;
	}
	#content.step-8 .cart .item table td {
    width: 30%;
	}
	#content.step-9 #collback {
    margin-top: 0;
	}
	#content.step-0 #tovar {
		margin-top: 35px;
	}
	#content.step-0 .description h2 {
    margin-bottom: 37px;
    font-size: 34px;
		font-weight: 400;
	}
	#content.step-0 .description .min-max {
    margin-top: 38px;
		font-size: 16px;
    flex-direction: column;
	}
	#content.step-0 .description .min-max .span {
    font-size: 26px;
	}
	#content.step-0 .description .min-max .img img {
		margin: 12px 0 16px 0;
		width: 56px;
		height: 48px;
    transform: rotate(90deg);
	}
	#content.step-0 .description .tovar-image img {
    max-height: 194px;
	}
	#content.step-0 .description .text {
    margin-top: 43px;
    font-size: 18px;
		text-align: left;
	}
	#content.step-0 .description .graphs img {
    width: 100%;
	}
	#content.step-0 .specification {
    margin: 38px -20px 0 -20px;
		font-size: 14px;
	}
	#content.step-0 .specification>div {
    margin: 0 20px 17px 20px;
    width: 85px;
	}
	#content.step-0 .specification>div div {
		text-align: center;
	}
	#content.step-0 .specification>div img {
		margin: auto;
		width: 56px;
		height: 56px;
	}
	#content.step-0 .internal {
    margin-top: 50px;
		text-align: left;
	}
	#content.step-0 .internal h3 {
		margin-bottom: 19px;
		font-size: 18px;
	}
	#content.step-0 .internal p {
		margin-bottom: 41px;
		font-size: 18px;
	}
	#content.step-0 .internal ul {
    font-size: 18px;
	}
	#content.step-0 .image {
    margin-top: 40px;
	}
	#content.step-0 .block-specification {
    margin: 44px -20px 66px -20px;
		font-size: 14px;
	}
	#content.step-0 .block-specification>div {
    margin: 0 20px 17px 20px;
    width: 85px;
	}
	#content.step-0 .block-specification>div img {
		margin: auto;
		width: 56px;
		height: 56px;
	}
	#content.step-0 .block-specification div div {
		text-align: center;
	}
	.slick-prev:focus:before, .slick-next:focus:before {
		opacity: .5;
	}
}
@media (max-width: 374px) {
	#content.step-0 .description .tovar-image img {
		width: 100%;
    max-height: 100%;
	}
}
