.stock-bd {
	padding: 120px 0 0;
	position: relative;
	background-color: #323233;
}

.stock-bd__title {
	padding-right: 50px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.2;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	transform: skewX(10deg);
	color: #ffffff;
}

.stock-bd__title span {
	color: #dd3037;
}

.stock-bd__title-wrapper {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	left: -75px;
	width: 45%;
	padding: 30px;
	background-color: #1a1a1a;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-box-shadow: 0px 0px 45px 1px #21a038;
	-moz-box-shadow: 0px 0px 45px 1px #21a038;
	box-shadow: 0px 0px 45px 1px #21a038;
	transform: skewX(-10deg);
	background: url("/img/noise.png") repeat;
	background-size: cover;
}

.stock-bd__title-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #36853b;
	border-radius: 25px;
}

.stock-bd__right {
	z-index: 0;
	position: relative;
	display: block;
	top: -87px;
	right: 0;
	width: 50%;
	height: auto;
	overflow: visible;
}

.stock-bd__content {
	z-index: 0;
	width: 50%;
}

.stock-bd__description {
	margin-bottom: 44px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.4;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
}

.stock-bd__description span {
	color: #21a038;
}

.stock-bd .section__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 125px;
}

.stock-bd__counter {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	position: relative;
	background-color: #1a1a1a;
	border-radius: 25px;
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 15px 1px #21a038 inset;
	-moz-box-shadow: 0px 0px 15px 1px #21a038 inset;
	box-shadow: 0px 0px 15px 1px #21a038 inset;
	background: url("/img/noise.png") repeat;
	background-size: cover;
}

.stock-bd__counter::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #36853b;
	border-radius: 25px;
}

.stock-bd .counter__title {
	margin-top: 15px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.2;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}

.stock-bd .counter__text {
	z-index: 0;
	margin: 35px 0;
	padding: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.2;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	background-color: #21A038;
}

.stock-bd .counter__text::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 2px;
	right: 2px;
	bottom: -1px;
	background: url("../img/noise.png") repeat;
	background-size: cover;
}

.stock-bd span {
	z-index: 0;
}

.counter__digit {
	position: relative;
	margin: 0 25px;
	padding: 10px 9px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.2;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #21a038;
	background-color: #323233;
	border: 2px solid #21a038;
	border-radius: 8px;
	min-width: 57px;
	-webkit-box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.34);
	box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.34);
}

.counter__digit::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.stock-bd .form__group {
	z-index: 3;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 0;
	padding: 0 20px;
}

.stock-bd .form__input {
	/*margin-right: 20px;*/
	width: 45%;
	flex-shrink: 0;
	margin-bottom: 0;
}

.stock-bd form {
	margin: 0 auto 15px;
}

.stock-bd__img--mobile {
	display: none;
}

.counter__reminder {
	animation: rotate 1s infinite alternate;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

.stock {
	position: relative;
	background-color: #212121;
}

.stock .section__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-left: 70px;
	max-width: 1440px;
}

.stock__left {
	width: 350px;
	flex: 1;
	max-width: 350px;
}

.stock__right {
	flex: 1;
}

.stock__img {
	display: block;
	max-width: 985px;
}

.stock__title {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.stock__title b {
	font-weight: 600;
}

.red {
	font-weight: 600;
}

.stock__title-wrapper {
	padding: 38px 35px;
	margin-bottom: 50px;
	border-radius: 10px;
	border: 1.776px #FFF;
	background: linear-gradient(88deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 99.66%);
	backdrop-filter: blur(28.418603897094727px);
}

.stock__text {
	color: #fff;
	font-size: 30px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 48px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.stock__img--mobile {
	display: none;
}

.features__flexslider, .servicesbani__flexslider {
	position: relative;
}
.features__slide {
	display: block;
	position: relative;
	max-width: 360px;
	max-height: 455px;
}

.features .slides li {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.features .slides li::after {
	z-index: 0;
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 145px;
	background-color: rgba(0,0,0, 0.3);
	bottom: -1px;
}

.features__item {
	position: relative;
	border-radius: 25px;
	overflow: hidden; }

.features__text {
	z-index: 1;
	position: relative;
	bottom: 130px;
	max-width: 240px;
	height: 0;
	margin: 0 auto;
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff; }

.features .flex-direction-nav a {
	opacity: 1;
	top: 55%;
	overflow: visible;
	color: #ffffff;
	text-shadow: none;
}

.projects__list.slides {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	min-height: 491px; }

.projects__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center; }

.projects__title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 10px;
}

.projects__price {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #21a038;
}

.projects__square,
.projects__size {
	display: flex;
	position: relative;
	font-size: 28px;
	line-height: 1.3;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
}

.projects__square span {
	font-family: Arial;
}

.projects__price {
	display: flex;
	position: relative;
	margin-bottom: 10px;
}

.projects__square:before,
.projects__size:before,
.projects__price:before   {
	content: '';
	display: block;
	width: 25px;
	height: 35px;
	margin-right: 10px;

}

.projects__square:before {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Монтажная-область2' serif:id='Монтажная область2' transform='matrix(0.85004,0,0,0.949574,-119.83,-19.9574)'%3E%3Crect x='140.97' y='21.017' width='98.819' height='78.983' style='fill:none;'/%3E%3Cg id='Монтажная-область1' serif:id='Монтажная область1' transform='matrix(0.163899,0,0,0.263414,119.189,-14.2819)'%3E%3Crect x='169.643' y='136' width='531.429' height='296' style='fill:none;'/%3E%3Cg transform='matrix(8.9578,0,0,4.9894,168.451,135.802)'%3E%3Cg%3E%3Cpath d='M51.937,51L16.062,51C15.478,51 15,50.522 15,49.938L15,14.063C15,13.478 15.478,13 16.062,13L51.937,13C52.521,13 53,13.478 53,14.063L53,49.938C53,50.522 52.521,51 51.937,51Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M5.142,59.403C3.991,59.121 2.899,58.718 1.999,57.905C0.733,56.764 -0.043,55.363 -0.065,53.651C-0.108,50.169 -0.084,46.687 -0.081,43.205C-0.081,42.582 0.227,42.225 0.73,42.209C1.265,42.194 1.591,42.54 1.596,43.21C1.611,44.913 1.602,46.615 1.603,48.317L1.603,49.119C4.491,46.753 7.329,46.762 10.225,49.062C10.24,48.888 10.264,48.731 10.264,48.573C10.266,34.49 10.268,20.406 10.263,6.323C10.262,4.118 9.11,2.485 7.155,1.859C4.627,1.049 1.853,2.916 1.652,5.567C1.622,5.971 1.605,6.378 1.604,6.783C1.602,16.901 1.603,27.019 1.601,37.136C1.601,37.406 1.597,37.679 1.555,37.945C1.486,38.366 1.189,38.589 0.788,38.606C0.352,38.624 0.053,38.38 -0.051,37.952C-0.096,37.768 -0.083,37.568 -0.083,37.374C-0.084,26.967 -0.089,16.559 -0.081,6.151C-0.079,2.637 2.567,-0.032 6.006,-0.027C8.849,-0.022 11.44,2.214 11.874,5.038C11.915,5.306 11.951,5.574 12.002,5.926L12.73,5.926C23.273,5.926 33.816,5.926 44.36,5.929C44.628,5.929 44.903,5.937 45.166,5.989C45.582,6.07 45.79,6.359 45.794,6.776C45.799,7.198 45.575,7.479 45.175,7.579C44.937,7.638 44.677,7.628 44.427,7.628C33.865,7.63 23.302,7.629 12.739,7.629L11.975,7.629L11.975,8.4C11.975,22.6 11.975,36.799 11.974,50.998C11.974,51.249 11.977,51.504 11.935,51.749C11.861,52.188 11.615,52.489 11.156,52.57C10.681,52.652 10.323,52.479 10.093,52.054C10.02,51.918 9.959,51.776 9.896,51.635C9.036,49.704 6.906,48.651 4.923,49.176C2.702,49.766 1.437,51.631 1.662,53.987C1.844,55.898 3.584,57.522 5.615,57.671C5.904,57.693 6.194,57.706 6.484,57.706C22.889,57.707 39.294,57.707 55.699,57.706C55.93,57.706 56.165,57.707 56.393,57.678C56.828,57.625 57.098,57.374 57.161,56.939C57.197,56.691 57.201,56.438 57.201,56.187C57.203,40.498 57.203,24.809 57.202,9.12C57.202,7.84 56.993,7.63 55.726,7.629C54.024,7.629 52.322,7.632 50.62,7.626C50.39,7.625 50.092,7.658 49.949,7.534C49.711,7.329 49.438,7.01 49.434,6.735C49.43,6.493 49.764,6.238 49.969,6.006C50.022,5.947 50.152,5.939 50.247,5.94C52.392,5.953 54.541,5.912 56.683,6.008C57.885,6.063 58.789,7.135 58.876,8.339C58.896,8.609 58.889,8.881 58.889,9.152C58.89,24.802 58.877,40.453 58.909,56.103C58.912,57.736 58.387,58.87 56.796,59.403L5.142,59.403Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M15.888,26.577L15.888,38.997C16.692,38.997 17.462,38.99 18.231,39C18.46,39.003 18.703,39.018 18.915,39.094C19.308,39.236 19.478,39.554 19.422,39.968C19.356,40.45 19.023,40.673 18.578,40.693C17.902,40.722 17.225,40.704 16.547,40.705C16.339,40.706 16.131,40.705 15.895,40.705C15.877,40.909 15.854,41.058 15.854,41.207C15.852,43.935 15.857,46.663 15.848,49.39C15.846,49.869 15.951,50.153 16.521,50.151C20.873,50.136 25.226,50.142 29.578,50.141C29.653,50.141 29.729,50.125 29.85,50.113L29.85,40.705L29.257,40.705C27.767,40.705 26.278,40.708 24.788,40.701C24.56,40.7 24.268,40.719 24.119,40.594C23.893,40.404 23.629,40.092 23.634,39.836C23.639,39.582 23.911,39.273 24.148,39.101C24.323,38.973 24.63,39 24.878,39C29.695,38.996 34.511,38.997 39.328,38.997C39.406,38.997 39.483,38.995 39.56,38.998C40.254,39.017 40.656,39.336 40.649,39.862C40.641,40.386 40.241,40.702 39.541,40.703C37.123,40.707 34.705,40.705 32.287,40.705L31.633,40.705L31.633,50.113C31.837,50.123 32.025,50.142 32.211,50.142C38.46,50.144 44.708,50.144 50.956,50.143C51.787,50.143 51.81,50.119 51.811,49.3L51.811,40.705C50.675,40.705 49.58,40.706 48.485,40.705C47.559,40.705 47.161,40.456 47.148,39.873C47.135,39.263 47.545,38.998 48.502,38.997C49.582,38.996 50.661,38.997 51.776,38.997L51.776,31.916L51.111,31.916C47.9,31.916 44.689,31.916 41.478,31.915C41.285,31.915 41.089,31.919 40.898,31.901C40.417,31.853 40.153,31.554 40.146,31.097C40.14,30.61 40.414,30.302 40.922,30.258C41.115,30.242 41.309,30.246 41.502,30.246L51.78,30.246C51.792,30.015 51.809,29.812 51.81,29.61C51.812,28.043 51.809,26.476 51.813,24.909C51.814,24.718 51.817,24.517 51.871,24.336C51.988,23.939 52.272,23.728 52.693,23.744C53.113,23.76 53.382,23.984 53.461,24.397C53.504,24.623 53.514,24.857 53.514,25.088C53.517,33.135 53.517,41.182 53.516,49.229C53.516,51.067 52.739,51.85 50.916,51.85C39.522,51.851 28.128,51.851 16.735,51.85C14.954,51.85 14.181,51.084 14.18,49.319C14.18,37.886 14.18,26.454 14.181,15.021C14.181,13.283 14.955,12.509 16.689,12.509C28.122,12.508 39.554,12.508 50.986,12.509C52.71,12.509 53.511,13.304 53.516,15.019C53.518,15.696 53.53,16.373 53.511,17.05C53.494,17.691 53.135,18.081 52.63,18.059C52.136,18.037 51.825,17.665 51.814,17.046C51.802,16.292 51.802,15.537 51.814,14.783C51.82,14.396 51.659,14.206 51.267,14.207C48.172,14.212 45.078,14.216 41.984,14.222C41.95,14.222 41.916,14.249 41.817,14.291L41.817,14.886C41.817,18.426 41.818,21.966 41.815,25.506C41.814,25.736 41.816,25.976 41.753,26.194C41.641,26.59 41.335,26.869 40.938,26.765C40.652,26.689 40.37,26.425 40.195,26.169C40.072,25.99 40.115,25.684 40.115,25.435C40.11,21.953 40.112,18.471 40.112,14.989L40.112,14.252L29.564,14.252C29.564,14.784 29.566,15.315 29.563,15.847C29.561,16.118 29.568,16.391 29.537,16.658C29.482,17.128 29.204,17.397 28.728,17.398C28.221,17.398 27.92,17.103 27.899,16.613C27.867,15.844 27.891,15.073 27.891,14.243C27.639,14.228 27.435,14.207 27.231,14.207C23.73,14.205 20.229,14.204 16.728,14.206C15.917,14.206 15.853,14.266 15.853,15.047C15.851,18.123 15.852,21.199 15.852,24.274L15.852,24.847L27.883,24.847C27.883,24.65 27.882,24.446 27.883,24.242C27.884,23.43 27.872,22.617 27.895,21.805C27.908,21.337 28.188,21.038 28.651,20.998C29.112,20.96 29.5,21.198 29.514,21.665C29.556,23.074 29.549,24.486 29.516,25.896C29.506,26.309 29.176,26.534 28.762,26.561C28.416,26.583 28.066,26.576 27.718,26.576C24.024,26.577 20.33,26.577 16.635,26.577L15.888,26.577Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}

.projects__size:before {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.207921,0,0,0.292316,-4.14356,-15.534)'%3E%3Cg id='Размеры'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg transform='matrix(6.43876,0,0,4.5798,28.2934,39.5058)'%3E%3Cg id='house-size_Монтажная-область-1--2-.eps' serif:id='house size_Монтажная область 1 (2).eps'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M57.972,19.329C57.633,19.015 57.384,18.695 57.061,18.498C49.501,13.903 41.931,9.324 34.37,4.731C34.078,4.554 33.874,4.559 33.585,4.734C25.974,9.357 18.356,13.971 10.741,18.588C10.176,18.931 10.003,19.404 10.255,19.856C10.522,20.332 11.042,20.418 11.633,20.062C12.709,19.415 13.778,18.758 14.85,18.105C20.982,14.373 27.119,10.646 33.242,6.896C33.795,6.557 34.214,6.593 34.748,6.919C40.906,10.684 47.077,14.431 53.244,18.182C54.299,18.824 55.34,19.493 56.421,20.089C56.68,20.232 57.107,20.222 57.394,20.114C57.61,20.034 57.724,19.684 57.972,19.329ZM38.354,28.423L29.615,28.423L29.615,44.074L38.354,44.074L38.354,28.423ZM39.731,44.054C39.858,44.087 39.914,44.114 39.968,44.114C43.995,44.117 48.021,44.116 52.047,44.122C52.639,44.123 52.755,43.786 52.755,43.28C52.749,35.502 52.749,27.724 52.758,19.946C52.759,19.586 52.645,19.388 52.336,19.201C46.363,15.58 40.396,11.949 34.433,8.31C34.116,8.116 33.889,8.083 33.544,8.293C27.584,11.936 21.615,15.565 15.639,19.182C15.288,19.394 15.17,19.623 15.17,20.023C15.182,27.722 15.179,35.421 15.179,43.121C15.179,43.994 15.302,44.119 16.152,44.119C19.982,44.12 23.812,44.12 27.642,44.119C27.829,44.118 28.017,44.099 28.231,44.087L28.231,43.328C28.231,38.515 28.231,33.704 28.232,28.892C28.232,27.566 28.762,27.034 30.085,27.032C32.637,27.03 35.191,27.031 37.745,27.032C39.241,27.032 39.73,27.516 39.731,28.999C39.732,33.752 39.731,38.505 39.731,43.258L39.731,44.054ZM54.102,20.294L54.102,21.136C54.102,28.441 54.103,35.747 54.102,43.051C54.102,44.805 53.437,45.464 51.681,45.468C47.479,45.477 43.277,45.498 39.075,45.496C31.377,45.493 23.681,45.48 15.984,45.465C14.587,45.462 13.85,44.707 13.85,43.303C13.848,35.88 13.849,28.457 13.849,21.034L13.849,20.289C13.288,20.628 12.81,20.92 12.328,21.207C11.104,21.937 9.792,21.683 9.136,20.59C8.464,19.47 8.817,18.205 10.03,17.469C17.811,12.745 25.597,8.027 33.375,3.297C33.798,3.039 34.148,3.033 34.57,3.289C42.348,8.018 50.132,12.736 57.913,17.462C58.938,18.085 59.345,19.046 59.048,20.05C58.644,21.415 57.153,22.036 55.877,21.351C55.313,21.047 54.773,20.696 54.102,20.294Z' style='fill-rule:nonzero;'/%3E%3Cg transform='matrix(1.10561,0,0,1.0502,-0.158551,-1.22036)'%3E%3Cpath d='M3.047,6.492C2.524,7.038 2,7.581 1.479,8.128C1.155,8.469 0.807,8.711 0.364,8.335C0.018,8.042 0.083,7.626 0.531,7.175C1.443,6.255 2.357,5.336 3.273,4.42C3.676,4.019 4.056,4.012 4.44,4.4C5.366,5.335 6.283,6.277 7.211,7.209C7.549,7.549 7.786,7.917 7.372,8.321C6.962,8.722 6.588,8.493 6.26,8.143C5.741,7.589 5.218,7.041 4.697,6.49C4.657,6.518 4.617,6.545 4.578,6.573L4.578,42.123C5.13,41.541 5.579,41.067 6.032,40.596C6.182,40.441 6.331,40.283 6.5,40.149C6.807,39.904 7.176,39.894 7.378,40.211C7.513,40.424 7.568,40.892 7.434,41.038C6.423,42.132 5.368,43.188 4.298,44.227C4.011,44.506 3.644,44.445 3.351,44.152C2.38,43.179 1.412,42.204 0.441,41.232C0.119,40.909 0.018,40.549 0.356,40.199C0.702,39.84 1.062,39.947 1.382,40.273C1.942,40.843 2.501,41.415 3.166,42.094L3.166,6.59C3.126,6.558 3.086,6.525 3.047,6.492Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(6.76992e-17,1.10561,-1.24589,7.62886e-17,64.1256,50.6061)'%3E%3Cpath d='M3.047,6.492C2.524,7.038 2,7.581 1.479,8.128C1.155,8.469 0.807,8.711 0.364,8.335C0.018,8.042 0.083,7.626 0.531,7.175C1.443,6.255 2.357,5.336 3.273,4.42C3.676,4.019 4.056,4.012 4.44,4.4C5.366,5.335 6.283,6.277 7.211,7.209C7.549,7.549 7.786,7.917 7.372,8.321C6.962,8.722 6.588,8.493 6.26,8.143C5.741,7.589 5.218,7.041 4.697,6.49C4.657,6.518 4.617,6.545 4.578,6.573L4.578,42.123C5.13,41.541 5.579,41.067 6.032,40.596C6.182,40.441 6.331,40.283 6.5,40.149C6.807,39.904 7.176,39.894 7.378,40.211C7.513,40.424 7.568,40.892 7.434,41.038C6.423,42.132 5.368,43.188 4.298,44.227C4.011,44.506 3.644,44.445 3.351,44.152C2.38,43.179 1.412,42.204 0.441,41.232C0.119,40.909 0.018,40.549 0.356,40.199C0.702,39.84 1.062,39.947 1.382,40.273C1.942,40.843 2.501,41.415 3.166,42.094L3.166,6.59C3.126,6.558 3.086,6.525 3.047,6.492Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cpath d='M37.783,17.493C37.787,15.373 36.103,13.681 33.984,13.676C31.877,13.67 30.155,15.373 30.147,17.471C30.14,19.561 31.867,21.294 33.962,21.299C36.071,21.304 37.78,19.602 37.783,17.493ZM21.099,35.87C22.12,35.87 23.141,35.877 24.162,35.867C24.945,35.859 25.373,35.451 25.381,34.671C25.398,33.179 25.397,31.686 25.382,30.194C25.375,29.399 24.973,28.992 24.178,28.987C22.137,28.974 20.096,28.974 18.055,28.987C17.281,28.993 16.887,29.38 16.878,30.148C16.86,31.661 16.86,33.172 16.877,34.685C16.885,35.479 17.291,35.86 18.094,35.868C19.096,35.877 20.097,35.87 21.099,35.87ZM46.804,35.87C47.843,35.87 48.882,35.88 49.92,35.866C50.637,35.855 51.06,35.45 51.07,34.73C51.089,33.201 51.088,31.671 51.07,30.142C51.062,29.411 50.658,28.996 49.938,28.99C47.862,28.974 45.785,28.974 43.708,28.99C42.972,28.995 42.579,29.387 42.57,30.123C42.55,31.653 42.55,33.182 42.568,34.711C42.577,35.478 42.978,35.858 43.746,35.867C44.765,35.878 45.785,35.87 46.804,35.87ZM39.731,44.054L39.731,43.258C39.731,38.505 39.732,33.752 39.731,28.999C39.73,27.516 39.241,27.032 37.745,27.032C35.191,27.031 32.637,27.03 30.085,27.032C28.762,27.034 28.232,27.566 28.232,28.892C28.231,33.704 28.231,38.515 28.231,43.328L28.231,44.087C28.017,44.099 27.829,44.118 27.642,44.119C23.812,44.12 19.982,44.12 16.152,44.119C15.302,44.119 15.179,43.994 15.179,43.121C15.179,35.421 15.182,27.722 15.17,20.023C15.17,19.623 15.288,19.394 15.639,19.182C21.615,15.565 27.584,11.936 33.544,8.293C33.889,8.083 34.116,8.116 34.433,8.31C40.396,11.949 46.363,15.58 52.336,19.201C52.645,19.388 52.759,19.586 52.758,19.946C52.749,27.724 52.749,35.502 52.755,43.28C52.755,43.786 52.639,44.123 52.047,44.122C48.021,44.116 43.995,44.117 39.968,44.114C39.914,44.114 39.858,44.087 39.731,44.054Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M35.777,36.115C35.779,36.208 35.781,36.303 35.782,36.398C36.041,36.571 36.283,36.851 36.56,36.89C36.955,36.946 37.209,36.646 37.206,36.232C37.203,35.811 36.933,35.529 36.54,35.6C36.263,35.65 36.03,35.935 35.777,36.115ZM38.354,28.423L38.354,44.074L29.615,44.074L29.615,28.423L38.354,28.423Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M57.972,19.329C57.724,19.684 57.61,20.034 57.394,20.114C57.107,20.222 56.68,20.232 56.421,20.089C55.34,19.493 54.299,18.824 53.244,18.182C47.077,14.431 40.906,10.684 34.748,6.919C34.214,6.593 33.795,6.557 33.242,6.896C27.119,10.646 20.982,14.373 14.85,18.105C13.778,18.758 12.709,19.415 11.633,20.062C11.042,20.418 10.522,20.332 10.255,19.856C10.003,19.404 10.176,18.931 10.741,18.588C18.356,13.971 25.974,9.357 33.585,4.734C33.874,4.559 34.078,4.554 34.37,4.731C41.931,9.324 49.501,13.903 57.061,18.498C57.384,18.695 57.633,19.015 57.972,19.329Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M49.689,30.346L47.528,30.346L47.528,34.505L49.689,34.505L49.689,30.346ZM43.957,30.331L43.957,34.506L46.096,34.506L46.096,30.331L43.957,30.331ZM46.804,35.87C45.785,35.87 44.765,35.878 43.746,35.867C42.978,35.858 42.577,35.478 42.568,34.711C42.55,33.182 42.55,31.653 42.57,30.123C42.579,29.387 42.972,28.995 43.708,28.99C45.785,28.974 47.862,28.974 49.938,28.99C50.658,28.996 51.062,29.411 51.07,30.142C51.088,31.671 51.089,33.201 51.07,34.73C51.06,35.45 50.637,35.855 49.92,35.866C48.882,35.88 47.843,35.87 46.804,35.87Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M23.971,34.509L23.971,30.347L21.821,30.347L21.821,34.509L23.971,34.509ZM20.425,30.354L18.239,30.354L18.239,34.503L20.425,34.503L20.425,30.354ZM21.099,35.87C20.097,35.87 19.096,35.877 18.094,35.868C17.291,35.86 16.885,35.479 16.877,34.685C16.86,33.172 16.86,31.661 16.878,30.148C16.887,29.38 17.281,28.993 18.055,28.987C20.096,28.974 22.137,28.974 24.178,28.987C24.973,28.992 25.375,29.399 25.382,30.194C25.397,31.686 25.398,33.179 25.381,34.671C25.373,35.451 24.945,35.859 24.162,35.867C23.141,35.877 22.12,35.87 21.099,35.87Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M33.987,19.954C35.345,19.949 36.458,18.837 36.459,17.483C36.46,16.138 35.339,15.011 33.991,15.002C32.608,14.993 31.497,16.116 31.507,17.509C31.517,18.879 32.613,19.958 33.987,19.954ZM37.783,17.493C37.78,19.602 36.071,21.304 33.962,21.299C31.867,21.294 30.14,19.561 30.147,17.471C30.155,15.373 31.877,13.67 33.984,13.676C36.103,13.681 37.787,15.373 37.783,17.493Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M35.777,36.115C36.03,35.935 36.263,35.65 36.54,35.6C36.933,35.529 37.203,35.811 37.206,36.232C37.209,36.646 36.955,36.946 36.56,36.89C36.283,36.851 36.041,36.571 35.782,36.398C35.781,36.303 35.779,36.208 35.777,36.115Z' style='fill:rgb(37,37,37);fill-rule:nonzero;'/%3E%3Crect x='43.957' y='30.331' width='2.139' height='4.175' style='fill:white;'/%3E%3Crect x='47.528' y='30.346' width='2.161' height='4.159' style='fill:white;'/%3E%3Crect x='18.239' y='30.354' width='2.186' height='4.149' style='fill:white;'/%3E%3Crect x='21.821' y='30.347' width='2.15' height='4.162' style='fill:white;'/%3E%3Cpath d='M33.987,19.954C32.613,19.958 31.517,18.879 31.507,17.509C31.497,16.116 32.608,14.993 33.991,15.002C35.339,15.011 36.46,16.138 36.459,17.483C36.458,18.837 35.345,19.949 33.987,19.954Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}

.projects__square:before {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Монтажная-область2' serif:id='Монтажная область2' transform='matrix(0.85004,0,0,0.949574,-119.83,-19.9574)'%3E%3Crect x='140.97' y='21.017' width='98.819' height='78.983' style='fill:none;'/%3E%3Cg id='Монтажная-область1' serif:id='Монтажная область1' transform='matrix(0.163899,0,0,0.263414,119.189,-14.2819)'%3E%3Crect x='169.643' y='136' width='531.429' height='296' style='fill:none;'/%3E%3Cg transform='matrix(8.9578,0,0,4.9894,168.451,135.802)'%3E%3Cg%3E%3Cpath d='M51.937,51L16.062,51C15.478,51 15,50.522 15,49.938L15,14.063C15,13.478 15.478,13 16.062,13L51.937,13C52.521,13 53,13.478 53,14.063L53,49.938C53,50.522 52.521,51 51.937,51Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M5.142,59.403C3.991,59.121 2.899,58.718 1.999,57.905C0.733,56.764 -0.043,55.363 -0.065,53.651C-0.108,50.169 -0.084,46.687 -0.081,43.205C-0.081,42.582 0.227,42.225 0.73,42.209C1.265,42.194 1.591,42.54 1.596,43.21C1.611,44.913 1.602,46.615 1.603,48.317L1.603,49.119C4.491,46.753 7.329,46.762 10.225,49.062C10.24,48.888 10.264,48.731 10.264,48.573C10.266,34.49 10.268,20.406 10.263,6.323C10.262,4.118 9.11,2.485 7.155,1.859C4.627,1.049 1.853,2.916 1.652,5.567C1.622,5.971 1.605,6.378 1.604,6.783C1.602,16.901 1.603,27.019 1.601,37.136C1.601,37.406 1.597,37.679 1.555,37.945C1.486,38.366 1.189,38.589 0.788,38.606C0.352,38.624 0.053,38.38 -0.051,37.952C-0.096,37.768 -0.083,37.568 -0.083,37.374C-0.084,26.967 -0.089,16.559 -0.081,6.151C-0.079,2.637 2.567,-0.032 6.006,-0.027C8.849,-0.022 11.44,2.214 11.874,5.038C11.915,5.306 11.951,5.574 12.002,5.926L12.73,5.926C23.273,5.926 33.816,5.926 44.36,5.929C44.628,5.929 44.903,5.937 45.166,5.989C45.582,6.07 45.79,6.359 45.794,6.776C45.799,7.198 45.575,7.479 45.175,7.579C44.937,7.638 44.677,7.628 44.427,7.628C33.865,7.63 23.302,7.629 12.739,7.629L11.975,7.629L11.975,8.4C11.975,22.6 11.975,36.799 11.974,50.998C11.974,51.249 11.977,51.504 11.935,51.749C11.861,52.188 11.615,52.489 11.156,52.57C10.681,52.652 10.323,52.479 10.093,52.054C10.02,51.918 9.959,51.776 9.896,51.635C9.036,49.704 6.906,48.651 4.923,49.176C2.702,49.766 1.437,51.631 1.662,53.987C1.844,55.898 3.584,57.522 5.615,57.671C5.904,57.693 6.194,57.706 6.484,57.706C22.889,57.707 39.294,57.707 55.699,57.706C55.93,57.706 56.165,57.707 56.393,57.678C56.828,57.625 57.098,57.374 57.161,56.939C57.197,56.691 57.201,56.438 57.201,56.187C57.203,40.498 57.203,24.809 57.202,9.12C57.202,7.84 56.993,7.63 55.726,7.629C54.024,7.629 52.322,7.632 50.62,7.626C50.39,7.625 50.092,7.658 49.949,7.534C49.711,7.329 49.438,7.01 49.434,6.735C49.43,6.493 49.764,6.238 49.969,6.006C50.022,5.947 50.152,5.939 50.247,5.94C52.392,5.953 54.541,5.912 56.683,6.008C57.885,6.063 58.789,7.135 58.876,8.339C58.896,8.609 58.889,8.881 58.889,9.152C58.89,24.802 58.877,40.453 58.909,56.103C58.912,57.736 58.387,58.87 56.796,59.403L5.142,59.403Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M15.888,26.577L15.888,38.997C16.692,38.997 17.462,38.99 18.231,39C18.46,39.003 18.703,39.018 18.915,39.094C19.308,39.236 19.478,39.554 19.422,39.968C19.356,40.45 19.023,40.673 18.578,40.693C17.902,40.722 17.225,40.704 16.547,40.705C16.339,40.706 16.131,40.705 15.895,40.705C15.877,40.909 15.854,41.058 15.854,41.207C15.852,43.935 15.857,46.663 15.848,49.39C15.846,49.869 15.951,50.153 16.521,50.151C20.873,50.136 25.226,50.142 29.578,50.141C29.653,50.141 29.729,50.125 29.85,50.113L29.85,40.705L29.257,40.705C27.767,40.705 26.278,40.708 24.788,40.701C24.56,40.7 24.268,40.719 24.119,40.594C23.893,40.404 23.629,40.092 23.634,39.836C23.639,39.582 23.911,39.273 24.148,39.101C24.323,38.973 24.63,39 24.878,39C29.695,38.996 34.511,38.997 39.328,38.997C39.406,38.997 39.483,38.995 39.56,38.998C40.254,39.017 40.656,39.336 40.649,39.862C40.641,40.386 40.241,40.702 39.541,40.703C37.123,40.707 34.705,40.705 32.287,40.705L31.633,40.705L31.633,50.113C31.837,50.123 32.025,50.142 32.211,50.142C38.46,50.144 44.708,50.144 50.956,50.143C51.787,50.143 51.81,50.119 51.811,49.3L51.811,40.705C50.675,40.705 49.58,40.706 48.485,40.705C47.559,40.705 47.161,40.456 47.148,39.873C47.135,39.263 47.545,38.998 48.502,38.997C49.582,38.996 50.661,38.997 51.776,38.997L51.776,31.916L51.111,31.916C47.9,31.916 44.689,31.916 41.478,31.915C41.285,31.915 41.089,31.919 40.898,31.901C40.417,31.853 40.153,31.554 40.146,31.097C40.14,30.61 40.414,30.302 40.922,30.258C41.115,30.242 41.309,30.246 41.502,30.246L51.78,30.246C51.792,30.015 51.809,29.812 51.81,29.61C51.812,28.043 51.809,26.476 51.813,24.909C51.814,24.718 51.817,24.517 51.871,24.336C51.988,23.939 52.272,23.728 52.693,23.744C53.113,23.76 53.382,23.984 53.461,24.397C53.504,24.623 53.514,24.857 53.514,25.088C53.517,33.135 53.517,41.182 53.516,49.229C53.516,51.067 52.739,51.85 50.916,51.85C39.522,51.851 28.128,51.851 16.735,51.85C14.954,51.85 14.181,51.084 14.18,49.319C14.18,37.886 14.18,26.454 14.181,15.021C14.181,13.283 14.955,12.509 16.689,12.509C28.122,12.508 39.554,12.508 50.986,12.509C52.71,12.509 53.511,13.304 53.516,15.019C53.518,15.696 53.53,16.373 53.511,17.05C53.494,17.691 53.135,18.081 52.63,18.059C52.136,18.037 51.825,17.665 51.814,17.046C51.802,16.292 51.802,15.537 51.814,14.783C51.82,14.396 51.659,14.206 51.267,14.207C48.172,14.212 45.078,14.216 41.984,14.222C41.95,14.222 41.916,14.249 41.817,14.291L41.817,14.886C41.817,18.426 41.818,21.966 41.815,25.506C41.814,25.736 41.816,25.976 41.753,26.194C41.641,26.59 41.335,26.869 40.938,26.765C40.652,26.689 40.37,26.425 40.195,26.169C40.072,25.99 40.115,25.684 40.115,25.435C40.11,21.953 40.112,18.471 40.112,14.989L40.112,14.252L29.564,14.252C29.564,14.784 29.566,15.315 29.563,15.847C29.561,16.118 29.568,16.391 29.537,16.658C29.482,17.128 29.204,17.397 28.728,17.398C28.221,17.398 27.92,17.103 27.899,16.613C27.867,15.844 27.891,15.073 27.891,14.243C27.639,14.228 27.435,14.207 27.231,14.207C23.73,14.205 20.229,14.204 16.728,14.206C15.917,14.206 15.853,14.266 15.853,15.047C15.851,18.123 15.852,21.199 15.852,24.274L15.852,24.847L27.883,24.847C27.883,24.65 27.882,24.446 27.883,24.242C27.884,23.43 27.872,22.617 27.895,21.805C27.908,21.337 28.188,21.038 28.651,20.998C29.112,20.96 29.5,21.198 29.514,21.665C29.556,23.074 29.549,24.486 29.516,25.896C29.506,26.309 29.176,26.534 28.762,26.561C28.416,26.583 28.066,26.576 27.718,26.576C24.024,26.577 20.33,26.577 16.635,26.577L15.888,26.577Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}

.projects__price:before {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0339213,0,0,0.058548,3.62958,-19.0867)'%3E%3Crect id='Монтажная-область1' serif:id='Монтажная область1' x='-107' y='326' width='737' height='427' style='fill:none;'/%3E%3Cg id='Монтажная-область11' serif:id='Монтажная область1'%3E%3Cg transform='matrix(0.736022,0,0,0.426509,-106.513,326.246)'%3E%3Cg transform='matrix(1.05639,0,0,1,-44.8912,2.27374e-13)'%3E%3Cpath d='M734.767,226.286L687.463,184.178L387.492,173.714L370.939,213.902L373.068,286.79L365.314,388.197L365.287,435.528L347.005,450.711L294.643,509.097L305.58,585.495L304.206,747.801L363.692,726.476L366.428,775.238L379.429,818.415L481.083,817.944L471.018,721.516L549.005,719.199L662.178,708.255L681.689,640.215L596.459,592.738L476.034,602.903L483.365,573.112L682.838,558.857L734.721,513.721L785.857,442.168L780.322,262.316L763.7,251.679L734.767,226.286Z' style='fill:rgb(33,160,56);'/%3E%3C/g%3E%3Cg transform='matrix(0.1,0,0,-0.1,0,511)'%3E%3Cpath d='M4649.5,5003.4C4388,4978.6 4029.7,4920 3790.7,4859.1C2395.5,4512 1178.4,3511.3 567.6,2210.7C272.3,1579.6 128.1,980.1 103.3,283.6C74,-581.9 240.8,-1341.5 628.5,-2105.6C937.3,-2714.2 1338.5,-3216.8 1865.9,-3658.6C3333.2,-4889.2 5431.7,-5139.4 7149.2,-4289.7C9592.5,-3081.6 10593.2,-155.9 9391.9,2269.3C8909.5,3240.8 8174.7,3989.1 7219,4476C6745.7,4717.2 6227.3,4881.7 5708.9,4960.6C5472.2,4994.4 4841.1,5021.4 4649.5,5003.4ZM6294.9,3249.8C6646.5,3175.4 6921.5,3031.2 7178.5,2790C7875,2134.1 7996.7,1142.4 7478.3,362.5C7219.1,-27.5 6833.7,-300.2 6373.9,-419.6C6211.6,-462.4 6107.9,-466.9 5310,-475.9L4424.2,-487.2L4424.2,-1046.2L6240.9,-1046.2L6358.1,-1104.8C6660.1,-1255.8 6669.1,-1663.8 6373.9,-1846.4L6265.7,-1914L5343.8,-1920.8L4424.2,-1927.6L4424.2,-2322C4424.2,-2763.8 4410.7,-2820.1 4282.2,-2932.8C4059,-3128.9 3752.5,-3074.8 3624,-2817.8C3569.9,-2711.9 3567.6,-2684.8 3567.6,-2317.4L3567.6,-1932L3337.7,-1920.7C3094.3,-1909.4 3035.7,-1891.4 2929.7,-1792.2C2706.6,-1587.1 2760.7,-1242.2 3035.6,-1102.5C3132.5,-1055.2 3179.9,-1046.2 3357.9,-1046.2L3567.5,-1046.2L3567.5,-489.5L3349,-476C3101.1,-462.5 3022.2,-439.9 2929.8,-352C2832.8,-261.9 2799,-176.2 2799,-41C2799,134.8 2875.6,261 3031.2,337.7C3132.6,387.3 3177.7,396.3 3358,396.3L3567.6,396.3L3567.6,1658.5C3567.6,2747.2 3572.1,2934.2 3601.4,3006.4C3648.7,3116.9 3718.6,3189 3826.8,3238.6C3910.2,3276.9 3995.8,3281.4 5032.7,3281.4C5895.9,3281.4 6182.2,3274.6 6294.9,3249.8Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M4439.9,2411.3C4430.9,2402.3 4424.1,1944.7 4424.1,1394.8L4424.1,396.3L5244.5,396.3C6004.1,396.3 6076.2,400.8 6211.5,441.4C6477.5,524.8 6727.7,763.7 6838.1,1043.2C6912.5,1228 6912.5,1588.6 6838.1,1775.7C6736.7,2037.1 6515.8,2255.8 6254.3,2359.5C6130.3,2411.3 6098.8,2411.3 5291.9,2420.3C4832.1,2424.9 4448.9,2420.3 4439.9,2411.3Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}



.projects__size {
	font-size: 28px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 400;
}

.projects__specifications {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.projects__list-item {
	box-sizing: border-box;
	width: 328px;
	border: 3px solid #979799;
	border-radius: 35px;
	overflow: hidden;
	padding: 15px;
	margin: 0 20px;
	margin-bottom: 50px;
	background: url("../img/noise.png") repeat;
	background-size: cover; }

.projects__list-item.mix {
	display: none; }

.projects__list-item:hover {
	transform: scale(1.05) !important; }

.projects__slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.projects__list .btn {
	padding: 11px 5px; }

.projects__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	color: #939393;
	line-height: 30px;
	font-family: "Gotham Pro", "Arial", sans-serif; }

.projects__btn {
	min-width: 282px;
	margin: 0 auto;
}

.projects__title {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-weight: 600;
}

.projects__list-item .btn {
	background-color: transparent;
	color: #fff;
}

.projects__list-item .btn:hover {
	background-color: #21a038;
}

.projects .metrica {
	font-family: Arial, Helvetica, sans-serif;
}

.filters {
	width: 100%; }

.filter-tabs {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: 100px; }

.filter-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	width: 180px;
	box-sizing: border-box;
	border: 2px solid #979799;
	border-radius: 5px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #939393;
	min-width: 180px;
	text-align: center;
	cursor: pointer; }

.filter-item:hover,
.filter-item:active,
.filter-item.active {
	color: #000000;
	background-color: #939393; }

.credit .section__wrapper {
	padding: 30px 0 20px; }

.credit__content {
	position: relative;
	width: 58%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center; }

.credit .form__btn {
	padding: 19px 10px; }

.credit__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	width: 100%; }

.credit__list-img {
	height: 53px;
	width: auto; }

.credit__title {
	font-family: "Gotham Pro", "Arial", sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase; }

.credit__title span {
	font-size: 72px;
	line-height: 1;
	padding: 35px 10px; }

.credit__form {
	width: 300px;
	padding: 10px;
	box-sizing: border-box; }

.portfolio .section__wrapper {
	width: 800px;
	position: relative; }

.portfolio .section__subtitle {
	margin-bottom: 60px; }

.portfolio__slider {
	width: 700px; }

.portfolio__slide {
	border-radius: 10%;
	width: 700px; }
.portfolio .flex-direction-nav a {
	opacity: 1;
	top: 63%;
	overflow: visible;
	color: #ffffff;
	text-shadow: none;
}
.portfolio__img {
	border-radius: 35px; }

.gift {
	position: relative;
	background-color: #979799; }

.gift .section__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; }

.gift__title {
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 30px;
	line-height: 48px;
	color: #323233;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 34px; }

.gift__picture {
	position: absolute;
	top: -41px;
	display: block;
	width: 400px;
	height: 400px; }

.gift__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	position: relative;
	right: 0;
	margin-left: auto; }

.form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 5px; }

.form__btn {
	padding: 19px 21px;
	width: 100%; }

.form__input-container {
	width: 100%; }

.form__input {
	width: 100%;
	border-radius: 30px;
	font-size: 14px;
	padding: 12px 24px;
	box-sizing: border-box;
	border: none; }

.form__inputs-list label {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 195px;
	box-sizing: border-box;
	padding: 15px;
	border: 2px solid #939393;
	border-radius: 15px; }

.form__inputs-list label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22px;
	height: 22px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background-color: #ffffff;
}

.form__inputs-list label::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: transparent;
}

.form__inputs-list label.checked::after {
	background-color: #36853b;
}

.form__inputs-list label.checked {
	border: 2px solid #36853b;
	/* -webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset; */
	-moz-box-shadow: 0px 0px 7px 1px rgba(54, 133, 59, 0.5);
	box-shadow: 0px 0px 7px 1px rgba(54, 133, 59, 0.5);
}

.calc {
	background-color: #262626; }

.calc__box {
	background-color: #323233;
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 3px solid #255424;
	border-radius: 27px;
	padding: 40px 50px;
	box-sizing: border-box; }

.calc__box:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #36853b;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset; }

.calc__picture {
	width: 50%; }

.calc__img {
	display: block;
	width: 310px;
	height: 306px;
	margin: 0 auto; }

.calc__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; }

.calc__form {
	display: flex;
	flex-direction: column; }

.calc .form__group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	z-index: 1; }

.calc .form__group {
	margin-bottom: 50px; }

.calc .form__group:last-of-type {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap; }

.calc .form__title {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 45px;
	color: #939393; }

.calc .form__input {
	width: 100%;
	padding: 17px 24px;
	margin-right: 30px;
	margin-bottom: 0;
	min-height: 50px; }

.calc__btn {
	width: 282px;
	padding: 13px 21px; }

.calc .form__inputs-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%; }

.calc .form__text {
	display: flex;
	flex-direction: row;
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-align: left;
	font-size: 16px;
	padding-left: 0; }

.calc .form__radio {
	margin-right: 7px; }

.calc__icon {
	width: 71px;
	height: 66px; }

.own {
	background-color: #323233; }

.own .section__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; }

.own__picture {
	width: 227px;
	height: 224px;
	margin: 0 55px; }

.own__content {
	position: relative;
	padding: 50px 25px;
	border: 3px solid #255424;
	border-radius: 27px; }

.own__content div {
	position: relative;
	z-index: 1; }

.own__content:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #36853b;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset; }

.own__text {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
	text-align: center; }

.own__title {
	font-family: "Gotham Pro", "Arial", sans-serif;
	color: #979799;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase; }

.own__btn {
	position: relative;
	z-index: 1;
	padding: 14px 5px;
	box-sizing: border-box;
	width: 280px;
	margin: 0 auto; }
.own__content img {
	display: none;
}

.partners {
	background-color: #323233;
}

.partners__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.partners__img {
	width: 297px;
	height: 97px;
	margin-right: 75px;
}

.partners__text {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
}

.partners__name {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 30px;
	line-height: 72px;
	font-weight: 600;
	color: #939393;
}

.steps {
	background-color: #979799; }

.steps .section__title {
	color: #323233; }

.steps__list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start; }

.steps__list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 225px; }

.steps__list-item img {
	width: 140px;
	height: 141px;
	margin-bottom: 30px; }

.steps__name {
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	color: #323233; }

.services {
	position: relative;
}
.services .flex-direction-nav a {
	opacity: 1;
	top: 45%;
	overflow: visible;
	color: #ffffff;
	text-shadow: none;
}
.services__name {
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 17px; }

.services__flexslider {
	position: relative;
	display: flex;
	flex-direction: column;
	order: 1; }

.services__btn {
	display: flex;
	justify-content: center;
	order: 2;
	width: 282px;
	margin: 0 auto; }

.we-build .section__wrapper {
	display: flex;
	flex-direction: column;
}

.we-build .flex-direction-nav a {
	opacity: 1;
	top: 45%;
	overflow: visible;
	color: #ffffff;
	text-shadow: none;
}

.we-build__slide {
	border-radius: 25px;
	overflow: hidden; }

.we-build__slide img {
	border-radius: 25px; }

.we-build__btn {
	width: 282px;
	order: 2;
	margin: 0 auto;
	margin-top: 80px; }

.we-build__name {
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-align: center;
	color: #ffffff;
	margin-top: 21px;
	text-transform: uppercase; }

.we-build__flexslider {
	position: relative; }

.footer__text {
	color: #ffffff;
	font-size: 16px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.55;
	font-weight: 400;
	text-decoration: none; }

.footer__politics {
	color: #ffffff;
	font-size: 12px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.55;
	font-weight: 400;
	text-decoration: underline; }

.footer__requisites {
	color: #ffffff;
	font-size: 12px;
	font-family: "Gotham Pro", "Arial", sans-serif;
	line-height: 1.55;
	font-weight: 400;
	text-decoration: underline; }

.footer__map {
	width: 100%;
	height: 385px;
display: none;}

.footer__social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; }

.footer__social-item {
	display: flex;
	position: relative;
	margin-right: 10px; }

.footer__social-item a {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1; }

.footer__social-item::before {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	width: 30px;
	height: 30px;
	z-index: 0; }

.footer__social-item--vk::before {
	background: url("/img/vk.svg") no-repeat center; }

.footer__social-item--insta::before {
	background: url("/img/inst.svg") no-repeat center; }

.footer__social-item--ok::before {
	background: url("/img/ok.svg") no-repeat center; }

.footer__logo {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 30px 0 35px;
	min-height: 210px;
	box-sizing: border-box; }

.footer__logo img {
	width: 300px;
	height: 49px; }

.contacts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start; }

.contacts__title {
	font-family: "Gotham Pro", "Arial", sans-serif;
	color: #939393;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 15px; }

.contacts__right {
	/*width: 65%; */}

.contacts__left {
	min-width: 150px;
	/*padding: 0 33px 0; */}

.contacts__tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 46px; }

.contacts__center {
	min-width: 480px;
}

.contacts__tabs div {
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	border: 1.5px solid #979799;
	border-radius: 8px;
	padding: 9px 0px 8px;
	min-width: 235px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center; }

.contacts__spb {
	margin-right: 10px; }

.contacts__tabs div.active,
.contacts__tabs div:hover {
	background-color: #979799;
	color: #000000;
	cursor: pointer; }

.contacts__list {
	margin-bottom: 45px;
	width: 100%; }

.contacts__list-wrapper {
	min-width: 376px;
}

.contacts__list-item {
	display: flex;
	margin-bottom: 15px; }

.contacts__list-item a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-family: "Gotham Pro", "Arial", sans-serif;
}

.contacts__list-item a:hover {
	color: #ffffff;
}

.contacts__list-item p {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-family: "Gotham Pro", "Arial", sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	line-height: 1.6; }

.contacts__list-img {
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 16px; }

.contacts__link {
	font-family: "Gotham Pro", "Arial", sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-align: left; }

.contacts__social {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	max-width: 242px;
	gap: 30px; }
.contacts__list--msk {
	display: none;
}
.contacts__social-item a {
	display: block; }

.contacts__social-item img {
	height: 32px;
	width: auto;
	padding: 0 5px; }

.contacts__address {
	text-decoration: underline; }

#scroller {
	z-index: 2;
	position: fixed;
	bottom: 50px;
	left: 30px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	display: none; }

#scroller svg {
	width: 100%;
	height: auto;
	fill: #4aaf65; }

#scroller svg:hover {
	fill: #2a9256; }

.feedback {
	background-color: #333233; }
.feedback .title-box img {
	display: none;
}

.feedback__content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch; }

.feedback__right {
	width: 50%; }
.feedback__left img {
	width: 226px;
	height: auto;
}
.feedback__left {
	width: 226px;
	margin: 0 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feedback__form-box {
	position: relative;
	width: 417px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 25px;
	border: 3px solid #255424;
	border-radius: 27px; }

.feedback__form-box:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #36853b;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset;
	box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5) inset; }

.feedback__text {
	font-family: "Gotham Pro", "Arial", sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	width: 283px;
	margin-bottom: 45px; }

.feedback__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 283px;
	z-index: 1; }

.feedback__btn {
	width: 100%;
	padding: 14px 5px; }

ymaps.ymaps-default-cluster ymaps,
.ymaps[class*="-image"],
.ymaps-image {
	opacity: 0 !important;
	color: transparent !important;
}

.map-points {
	border: 3px solid #36853b;
    border-radius: 27px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5);
    -moz-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5);
    box-shadow: 0px 0px 18px 5px rgba(54, 133, 59, 0.5);
    overflow: hidden;
	position: relative;
}

.map-points:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px solid #36853b;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5);
    -moz-box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(54, 133, 59, 0.5);
}

.product-item-list-col-4 {
	display: flex;
}

.panel {
    z-index: 1051;
    position: relative;
}

.header .nav__link.invert {
	color: #21A038;
}

.header .nav__link.invert:hover {
	color: #ffffff;
}

.itn_phone{
	height: 36px;
	min-width: 36px;
	width: 36px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.itn_phone.telegram{
	background: #009DFF;
}
.itn_phone.whatsapp{
	background: none;
}
.itn_phone span{
	width: 20px;
	height: 20px;
	background-position: center;
}
.itn_phone.telegram span{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk5NTcgNC4xOTg1OEMxNy43NzQyIDYuNjU4IDE2LjgxNDQgMTIuNjM1MyAxNi4zMjcxIDE1LjM5MDVDMTYuMTIwNCAxNi41NTc5IDE1LjcwNjkgMTYuOTQ3MSAxNS4zMjMgMTYuOTkzOEMxNC40NjY1IDE3LjA3MTYgMTMuODE2OCAxNi40MDIzIDEyLjk4OTggMTUuODI2M0MxMS42OTAzIDE0LjkyMzUgMTAuOTUyIDE0LjM2MzEgOS42OTY4NCAxMy40OTE1QzguMjM0OTMgMTIuNDc5NyA5LjE4IDExLjkxOTMgMTAuMDIxNyAxMS4wMTY1QzEwLjI0MzIgMTAuNzgzIDE0LjAyMzUgNy4xNTYxMSAxNC4wOTczIDYuODI5MjNDMTQuMTA3NiA2Ljc3OTcyIDE0LjEwNjIgNi43MjgzMSAxNC4wOTMzIDYuNjc5NDlDMTQuMDgwNSA2LjYzMDY2IDE0LjA1NjUgNi41ODU4OCAxNC4wMjM1IDYuNTQ5MDRDMTMuOTM0OSA2LjQ3MTIxIDEzLjgxNjggNi41MDIzNCAxMy43MTM0IDYuNTE3OTFDMTMuNTgwNSA2LjU0OTA0IDExLjUxMzEgNy45OTY2NyA3LjQ4MTgzIDEwLjg2MDhDNi44OTExNiAxMS4yODExIDYuMzU5NTYgMTEuNDk5IDUuODg3MDIgMTEuNDgzNEM1LjM1NTQyIDExLjQ2NzkgNC4zNTEyOCAxMS4xNzIxIDMuNTk4MTggMTAuOTA3NUMyLjY2Nzg4IDEwLjU5NjIgMS45NDQzMSAxMC40MjUgMi4wMDMzOCA5Ljg4MDE1QzIuMDMyOTEgOS41OTk5NyAyLjQwMjA4IDkuMzE5NzggMy4wOTYxMSA5LjAyNDAyQzcuNDA4IDcuMDQ3MTUgMTAuMjcyNyA1LjczOTYxIDExLjcwNTEgNS4xMTY5N0MxNS44MTAzIDMuMzExMzIgMTYuNjUyIDMgMTcuMjEzMSAzQzE3LjMzMTIgMyAxNy42MTE4IDMuMDMxMTMgMTcuNzg5IDMuMTg2NzlDMTcuOTM2NyAzLjMxMTMyIDE3Ljk4MSAzLjQ4MjU1IDE3Ljk5NTcgMy42MDcwN0MxNy45ODEgMy43MDA0NyAxOC4wMTA1IDMuOTgwNjYgMTcuOTk1NyA0LjE5ODU4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.itn_phone.whatsapp span{
	width: 36px;
	height: 36px;
	background-image: url("/img/max.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.feedback_block{
	display: flex;
	gap: 8px;
	flex-wrap: nowrap;
	align-items: center;
}

.feedback_block .popup-with-form{
	background-color: #FFFFFF;
	color: #311D12;
	font-family: Raleway;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}

.bx-touch .product-item {
    width: 282px;
    background: transparent;
}

.project__specifications {
	color: #979799;
    font-size: 27px;
    font-family: "Gotham Pro", "Arial", sans-serif;
    text-transform: uppercase;
    line-height: 75px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
	margin-bottom: 50px;
}

.properties__list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	width: 75%;
    margin: 0 auto;
}

.properties__list-item {
	width: 270px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='РњРѕРЅС‚Р°Р¶РЅР°СЏ-РѕР±Р»Р°СЃС‚СЊ1' serif:id='РњРѕРЅС‚Р°Р¶РЅР°СЏ РѕР±Р»Р°СЃС‚СЊ1' transform='matrix(0.0972222,0,0,0.180645,-3.77083,-22.1935)'%3E%3Crect x='38.786' y='122.857' width='329.143' height='177.143' style='fill:none;'/%3E%3Cg transform='matrix(9.91337,0,0,5.33534,43.9599,126.658)'%3E%3Cg transform='matrix(1,0,0,1,-2.88589e-13,-0.145903)'%3E%3Cpath d='M30.941,17.998L30.941,18.852L1.218,18.852L1.218,17.998L30.941,17.998ZM18.019,3.936L16.973,3.007C16.74,2.8 16.584,2.696 16.426,2.696C16.268,2.696 16.11,2.8 15.875,3.008L14.522,4.211C13.473,5.143 12.424,6.075 11.37,7.001C11.268,7.093 11.122,7.157 11.018,7.158C8.7,7.167 6.382,7.168 4.065,7.166L2.576,7.166C2.567,7.166 2.557,7.165 2.547,7.165L4.49,1.105L28.27,1.105L30.213,7.166L28.424,7.166C26.26,7.166 24.096,7.167 21.932,7.156C21.774,7.155 21.573,7.079 21.454,6.975C20.303,5.968 19.161,4.952 18.019,3.936ZM11.987,7.892C13.089,6.901 14.198,5.917 15.305,4.933L16.329,4.024C16.359,3.998 16.389,3.974 16.424,3.944L16.531,4.037C16.67,4.157 16.808,4.277 16.945,4.399L17.812,5.169C18.847,6.087 19.883,7.005 20.913,7.93C21.141,8.134 21.378,8.226 21.682,8.226L21.687,8.226C23.546,8.219 25.408,8.221 27.267,8.221L29.251,8.221L29.251,16.906L3.508,16.906L3.508,8.221L5.522,8.221C7.393,8.219 9.258,8.219 11.124,8.228L11.132,8.228C11.465,8.228 11.729,8.124 11.987,7.892ZM27.835,21.628L22.557,21.628C22.048,21.628 21.877,21.8 21.876,22.31L21.876,29.013L21.136,29.013L21.136,19.947L30.131,19.947L30.131,29.012L28.648,29.012L28.648,22.427C28.648,21.786 28.488,21.628 27.835,21.628ZM27.575,22.699L27.575,29L22.954,29L22.954,22.699L27.575,22.699ZM11.923,29.021L11.923,19.95L20.037,19.95L20.037,29.009L19.432,29.009L19.431,22.469C19.431,21.909 19.284,21.763 18.715,21.763C16.923,21.761 15.13,21.761 13.337,21.763C12.811,21.763 12.659,21.914 12.659,22.435L12.659,29.021L11.923,29.021ZM18.361,22.835L18.361,29.002L13.736,29.002L13.736,22.835L18.361,22.835ZM9.531,21.763C7.738,21.761 5.946,21.761 4.153,21.763C3.589,21.763 3.443,21.91 3.443,22.475L3.443,29.012L2.033,29.012L2.033,19.948L10.824,19.948L10.824,29.011L10.216,29.011L10.216,22.462C10.216,21.907 10.076,21.763 9.531,21.763ZM9.134,22.836L9.134,29.003L4.513,29.003L4.513,22.836L9.134,22.836ZM30.937,30.098L30.937,30.953L1.227,30.953L1.227,30.098L30.937,30.098ZM32.008,29.574C32.004,29.246 31.801,29.043 31.465,29.03C31.386,29.027 31.309,29.027 31.226,29.028L31.226,19.928C31.238,19.927 31.25,19.926 31.261,19.926C31.857,19.913 32.011,19.757 32.011,19.172L32.012,18.799C32.013,18.384 32.015,17.971 32.01,17.557C32.005,17.128 31.803,16.927 31.376,16.921C31.105,16.917 30.835,16.917 30.559,16.919L30.349,16.919L30.349,8.221L30.675,8.221C30.96,8.221 31.241,8.195 31.372,8.015C31.503,7.834 31.441,7.559 31.355,7.289L29.241,0.669C29.059,0.101 28.968,0.035 28.361,0.035L4.416,0.035L4.336,0.036C4.284,0.036 4.232,0.036 4.184,0.035C3.891,0.03 3.679,0.174 3.587,0.463L2.986,2.343C2.437,4.062 1.889,5.78 1.342,7.5C1.263,7.75 1.323,7.91 1.386,8.001C1.452,8.094 1.587,8.208 1.863,8.219C2.02,8.225 2.175,8.223 2.332,8.222L2.412,8.222L2.412,16.92L1.972,16.919C1.565,16.917 1.166,16.916 0.769,16.921C0.36,16.926 0.153,17.133 0.149,17.538C0.143,18.132 0.143,18.727 0.149,19.324C0.154,19.709 0.347,19.906 0.741,19.925C0.804,19.927 0.866,19.926 0.936,19.926L0.936,29.025C0.917,29.026 0.899,29.027 0.883,29.028C0.285,29.044 0.147,29.187 0.147,29.79L0.146,31.236C0.147,31.892 0.291,32.033 0.953,32.033L31.219,32.033L31.288,32.034L31.361,32.034C31.394,32.034 31.427,32.034 31.46,32.032C31.797,32.015 32.002,31.815 32.007,31.494C32.015,30.9 32.016,30.272 32.008,29.574Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3C/g%3E%3Cpath d='M22.141,15.29L22.141,12.956L25.148,12.956L25.148,15.29L22.141,15.29ZM22.271,11.866C22.423,11.362 22.969,10.936 23.537,10.907C24.211,10.863 24.797,11.251 25.023,11.866L22.271,11.866ZM21.731,16.359C22.167,16.362 22.606,16.362 23.041,16.361L23.615,16.36L24.213,16.361C24.414,16.361 24.614,16.362 24.813,16.362C25.064,16.362 25.314,16.361 25.565,16.359C26.007,16.356 26.223,16.142 26.225,15.705L26.228,14.967C26.232,14.106 26.236,13.217 26.22,12.341C26.197,10.964 25.042,9.849 23.641,9.849L23.627,9.849C22.24,9.856 21.093,10.976 21.073,12.345C21.058,13.269 21.062,14.207 21.067,15.116L21.069,15.708C21.07,16.143 21.287,16.356 21.731,16.359Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M10.693,12.954L10.693,15.287L7.754,15.287L7.754,12.954L10.693,12.954ZM7.838,11.854C7.999,11.342 8.544,10.93 9.125,10.907C9.795,10.878 10.359,11.255 10.583,11.854L7.838,11.854ZM9.214,9.849L9.208,9.849C7.834,9.852 6.7,10.961 6.677,12.321C6.663,13.239 6.666,14.172 6.67,15.074L6.673,15.716C6.674,16.171 6.863,16.357 7.326,16.36C7.757,16.362 8.186,16.361 8.62,16.361L9.208,16.36L9.766,16.361L10.324,16.361C10.589,16.361 10.856,16.361 11.122,16.359C11.556,16.356 11.76,16.156 11.762,15.729L11.765,15.015C11.77,14.126 11.774,13.205 11.756,12.301C11.728,10.947 10.588,9.849 9.214,9.849Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M14.949,15.278L14.949,12.944L17.888,12.944L17.888,15.278L14.949,15.278ZM15.05,11.863C15.216,11.336 15.764,10.93 16.362,10.913L16.407,10.913C17.039,10.913 17.597,11.299 17.797,11.863L15.05,11.863ZM14.522,16.359C14.772,16.361 15.022,16.362 15.272,16.362C15.466,16.362 15.661,16.361 15.856,16.361L16.439,16.36L16.993,16.361C17.427,16.361 17.857,16.362 18.288,16.36C18.77,16.359 18.959,16.173 18.96,15.699L18.961,15.187C18.965,14.264 18.969,13.309 18.958,12.37C18.94,11.006 17.815,9.853 16.5,9.851L16.496,9.851C15.017,9.851 13.89,10.936 13.873,12.375C13.862,13.341 13.866,14.323 13.869,15.272L13.871,15.706C13.872,16.155 14.073,16.357 14.522,16.359Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M16.436,7.482C16.293,7.479 16.146,7.43 16.034,7.322C15.922,7.214 15.856,7.064 15.854,6.912C15.85,6.579 16.085,6.334 16.415,6.328L16.426,6.328C16.745,6.328 16.999,6.573 17.006,6.89C17.013,7.198 16.746,7.475 16.436,7.482ZM16.417,8.539L16.419,8.539C16.854,8.538 17.266,8.366 17.578,8.054C17.89,7.742 18.061,7.331 18.06,6.897C18.059,6.009 17.336,5.28 16.449,5.272L16.434,5.272C15.525,5.272 14.808,5.978 14.797,6.884C14.793,7.326 14.962,7.742 15.275,8.058C15.583,8.368 15.987,8.539 16.417,8.539Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
    padding-left: 110px;
    background-size: 60px;
}

a.projects__slide:hover,
a.services__slide:hover,
a.we-build__link:hover {
	text-decoration: none;
}

.properties__list-item--size {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.207921,0,0,0.292316,-4.14356,-15.534)'%3E%3Cg id='Размеры'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg transform='matrix(6.43876,0,0,4.5798,28.2934,39.5058)'%3E%3Cg id='house-size_Монтажная-область-1--2-.eps' serif:id='house size_Монтажная область 1 (2).eps'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M57.972,19.329C57.633,19.015 57.384,18.695 57.061,18.498C49.501,13.903 41.931,9.324 34.37,4.731C34.078,4.554 33.874,4.559 33.585,4.734C25.974,9.357 18.356,13.971 10.741,18.588C10.176,18.931 10.003,19.404 10.255,19.856C10.522,20.332 11.042,20.418 11.633,20.062C12.709,19.415 13.778,18.758 14.85,18.105C20.982,14.373 27.119,10.646 33.242,6.896C33.795,6.557 34.214,6.593 34.748,6.919C40.906,10.684 47.077,14.431 53.244,18.182C54.299,18.824 55.34,19.493 56.421,20.089C56.68,20.232 57.107,20.222 57.394,20.114C57.61,20.034 57.724,19.684 57.972,19.329ZM38.354,28.423L29.615,28.423L29.615,44.074L38.354,44.074L38.354,28.423ZM39.731,44.054C39.858,44.087 39.914,44.114 39.968,44.114C43.995,44.117 48.021,44.116 52.047,44.122C52.639,44.123 52.755,43.786 52.755,43.28C52.749,35.502 52.749,27.724 52.758,19.946C52.759,19.586 52.645,19.388 52.336,19.201C46.363,15.58 40.396,11.949 34.433,8.31C34.116,8.116 33.889,8.083 33.544,8.293C27.584,11.936 21.615,15.565 15.639,19.182C15.288,19.394 15.17,19.623 15.17,20.023C15.182,27.722 15.179,35.421 15.179,43.121C15.179,43.994 15.302,44.119 16.152,44.119C19.982,44.12 23.812,44.12 27.642,44.119C27.829,44.118 28.017,44.099 28.231,44.087L28.231,43.328C28.231,38.515 28.231,33.704 28.232,28.892C28.232,27.566 28.762,27.034 30.085,27.032C32.637,27.03 35.191,27.031 37.745,27.032C39.241,27.032 39.73,27.516 39.731,28.999C39.732,33.752 39.731,38.505 39.731,43.258L39.731,44.054ZM54.102,20.294L54.102,21.136C54.102,28.441 54.103,35.747 54.102,43.051C54.102,44.805 53.437,45.464 51.681,45.468C47.479,45.477 43.277,45.498 39.075,45.496C31.377,45.493 23.681,45.48 15.984,45.465C14.587,45.462 13.85,44.707 13.85,43.303C13.848,35.88 13.849,28.457 13.849,21.034L13.849,20.289C13.288,20.628 12.81,20.92 12.328,21.207C11.104,21.937 9.792,21.683 9.136,20.59C8.464,19.47 8.817,18.205 10.03,17.469C17.811,12.745 25.597,8.027 33.375,3.297C33.798,3.039 34.148,3.033 34.57,3.289C42.348,8.018 50.132,12.736 57.913,17.462C58.938,18.085 59.345,19.046 59.048,20.05C58.644,21.415 57.153,22.036 55.877,21.351C55.313,21.047 54.773,20.696 54.102,20.294Z' style='fill-rule:nonzero;'/%3E%3Cg transform='matrix(1.10561,0,0,1.0502,-0.158551,-1.22036)'%3E%3Cpath d='M3.047,6.492C2.524,7.038 2,7.581 1.479,8.128C1.155,8.469 0.807,8.711 0.364,8.335C0.018,8.042 0.083,7.626 0.531,7.175C1.443,6.255 2.357,5.336 3.273,4.42C3.676,4.019 4.056,4.012 4.44,4.4C5.366,5.335 6.283,6.277 7.211,7.209C7.549,7.549 7.786,7.917 7.372,8.321C6.962,8.722 6.588,8.493 6.26,8.143C5.741,7.589 5.218,7.041 4.697,6.49C4.657,6.518 4.617,6.545 4.578,6.573L4.578,42.123C5.13,41.541 5.579,41.067 6.032,40.596C6.182,40.441 6.331,40.283 6.5,40.149C6.807,39.904 7.176,39.894 7.378,40.211C7.513,40.424 7.568,40.892 7.434,41.038C6.423,42.132 5.368,43.188 4.298,44.227C4.011,44.506 3.644,44.445 3.351,44.152C2.38,43.179 1.412,42.204 0.441,41.232C0.119,40.909 0.018,40.549 0.356,40.199C0.702,39.84 1.062,39.947 1.382,40.273C1.942,40.843 2.501,41.415 3.166,42.094L3.166,6.59C3.126,6.558 3.086,6.525 3.047,6.492Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(6.76992e-17,1.10561,-1.24589,7.62886e-17,64.1256,50.6061)'%3E%3Cpath d='M3.047,6.492C2.524,7.038 2,7.581 1.479,8.128C1.155,8.469 0.807,8.711 0.364,8.335C0.018,8.042 0.083,7.626 0.531,7.175C1.443,6.255 2.357,5.336 3.273,4.42C3.676,4.019 4.056,4.012 4.44,4.4C5.366,5.335 6.283,6.277 7.211,7.209C7.549,7.549 7.786,7.917 7.372,8.321C6.962,8.722 6.588,8.493 6.26,8.143C5.741,7.589 5.218,7.041 4.697,6.49C4.657,6.518 4.617,6.545 4.578,6.573L4.578,42.123C5.13,41.541 5.579,41.067 6.032,40.596C6.182,40.441 6.331,40.283 6.5,40.149C6.807,39.904 7.176,39.894 7.378,40.211C7.513,40.424 7.568,40.892 7.434,41.038C6.423,42.132 5.368,43.188 4.298,44.227C4.011,44.506 3.644,44.445 3.351,44.152C2.38,43.179 1.412,42.204 0.441,41.232C0.119,40.909 0.018,40.549 0.356,40.199C0.702,39.84 1.062,39.947 1.382,40.273C1.942,40.843 2.501,41.415 3.166,42.094L3.166,6.59C3.126,6.558 3.086,6.525 3.047,6.492Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cpath d='M37.783,17.493C37.787,15.373 36.103,13.681 33.984,13.676C31.877,13.67 30.155,15.373 30.147,17.471C30.14,19.561 31.867,21.294 33.962,21.299C36.071,21.304 37.78,19.602 37.783,17.493ZM21.099,35.87C22.12,35.87 23.141,35.877 24.162,35.867C24.945,35.859 25.373,35.451 25.381,34.671C25.398,33.179 25.397,31.686 25.382,30.194C25.375,29.399 24.973,28.992 24.178,28.987C22.137,28.974 20.096,28.974 18.055,28.987C17.281,28.993 16.887,29.38 16.878,30.148C16.86,31.661 16.86,33.172 16.877,34.685C16.885,35.479 17.291,35.86 18.094,35.868C19.096,35.877 20.097,35.87 21.099,35.87ZM46.804,35.87C47.843,35.87 48.882,35.88 49.92,35.866C50.637,35.855 51.06,35.45 51.07,34.73C51.089,33.201 51.088,31.671 51.07,30.142C51.062,29.411 50.658,28.996 49.938,28.99C47.862,28.974 45.785,28.974 43.708,28.99C42.972,28.995 42.579,29.387 42.57,30.123C42.55,31.653 42.55,33.182 42.568,34.711C42.577,35.478 42.978,35.858 43.746,35.867C44.765,35.878 45.785,35.87 46.804,35.87ZM39.731,44.054L39.731,43.258C39.731,38.505 39.732,33.752 39.731,28.999C39.73,27.516 39.241,27.032 37.745,27.032C35.191,27.031 32.637,27.03 30.085,27.032C28.762,27.034 28.232,27.566 28.232,28.892C28.231,33.704 28.231,38.515 28.231,43.328L28.231,44.087C28.017,44.099 27.829,44.118 27.642,44.119C23.812,44.12 19.982,44.12 16.152,44.119C15.302,44.119 15.179,43.994 15.179,43.121C15.179,35.421 15.182,27.722 15.17,20.023C15.17,19.623 15.288,19.394 15.639,19.182C21.615,15.565 27.584,11.936 33.544,8.293C33.889,8.083 34.116,8.116 34.433,8.31C40.396,11.949 46.363,15.58 52.336,19.201C52.645,19.388 52.759,19.586 52.758,19.946C52.749,27.724 52.749,35.502 52.755,43.28C52.755,43.786 52.639,44.123 52.047,44.122C48.021,44.116 43.995,44.117 39.968,44.114C39.914,44.114 39.858,44.087 39.731,44.054Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M35.777,36.115C35.779,36.208 35.781,36.303 35.782,36.398C36.041,36.571 36.283,36.851 36.56,36.89C36.955,36.946 37.209,36.646 37.206,36.232C37.203,35.811 36.933,35.529 36.54,35.6C36.263,35.65 36.03,35.935 35.777,36.115ZM38.354,28.423L38.354,44.074L29.615,44.074L29.615,28.423L38.354,28.423Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M57.972,19.329C57.724,19.684 57.61,20.034 57.394,20.114C57.107,20.222 56.68,20.232 56.421,20.089C55.34,19.493 54.299,18.824 53.244,18.182C47.077,14.431 40.906,10.684 34.748,6.919C34.214,6.593 33.795,6.557 33.242,6.896C27.119,10.646 20.982,14.373 14.85,18.105C13.778,18.758 12.709,19.415 11.633,20.062C11.042,20.418 10.522,20.332 10.255,19.856C10.003,19.404 10.176,18.931 10.741,18.588C18.356,13.971 25.974,9.357 33.585,4.734C33.874,4.559 34.078,4.554 34.37,4.731C41.931,9.324 49.501,13.903 57.061,18.498C57.384,18.695 57.633,19.015 57.972,19.329Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M49.689,30.346L47.528,30.346L47.528,34.505L49.689,34.505L49.689,30.346ZM43.957,30.331L43.957,34.506L46.096,34.506L46.096,30.331L43.957,30.331ZM46.804,35.87C45.785,35.87 44.765,35.878 43.746,35.867C42.978,35.858 42.577,35.478 42.568,34.711C42.55,33.182 42.55,31.653 42.57,30.123C42.579,29.387 42.972,28.995 43.708,28.99C45.785,28.974 47.862,28.974 49.938,28.99C50.658,28.996 51.062,29.411 51.07,30.142C51.088,31.671 51.089,33.201 51.07,34.73C51.06,35.45 50.637,35.855 49.92,35.866C48.882,35.88 47.843,35.87 46.804,35.87Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M23.971,34.509L23.971,30.347L21.821,30.347L21.821,34.509L23.971,34.509ZM20.425,30.354L18.239,30.354L18.239,34.503L20.425,34.503L20.425,30.354ZM21.099,35.87C20.097,35.87 19.096,35.877 18.094,35.868C17.291,35.86 16.885,35.479 16.877,34.685C16.86,33.172 16.86,31.661 16.878,30.148C16.887,29.38 17.281,28.993 18.055,28.987C20.096,28.974 22.137,28.974 24.178,28.987C24.973,28.992 25.375,29.399 25.382,30.194C25.397,31.686 25.398,33.179 25.381,34.671C25.373,35.451 24.945,35.859 24.162,35.867C23.141,35.877 22.12,35.87 21.099,35.87Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M33.987,19.954C35.345,19.949 36.458,18.837 36.459,17.483C36.46,16.138 35.339,15.011 33.991,15.002C32.608,14.993 31.497,16.116 31.507,17.509C31.517,18.879 32.613,19.958 33.987,19.954ZM37.783,17.493C37.78,19.602 36.071,21.304 33.962,21.299C31.867,21.294 30.14,19.561 30.147,17.471C30.155,15.373 31.877,13.67 33.984,13.676C36.103,13.681 37.787,15.373 37.783,17.493Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M35.777,36.115C36.03,35.935 36.263,35.65 36.54,35.6C36.933,35.529 37.203,35.811 37.206,36.232C37.209,36.646 36.955,36.946 36.56,36.89C36.283,36.851 36.041,36.571 35.782,36.398C35.781,36.303 35.779,36.208 35.777,36.115Z' style='fill:rgb(37,37,37);fill-rule:nonzero;'/%3E%3Crect x='43.957' y='30.331' width='2.139' height='4.175' style='fill:white;'/%3E%3Crect x='47.528' y='30.346' width='2.161' height='4.159' style='fill:white;'/%3E%3Crect x='18.239' y='30.354' width='2.186' height='4.149' style='fill:white;'/%3E%3Crect x='21.821' y='30.347' width='2.15' height='4.162' style='fill:white;'/%3E%3Cpath d='M33.987,19.954C32.613,19.958 31.517,18.879 31.507,17.509C31.497,16.116 32.608,14.993 33.991,15.002C35.339,15.011 36.46,16.138 36.459,17.483C36.458,18.837 35.345,19.949 33.987,19.954Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}
.properties__list-item--square_total {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 92 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Монтажная-область2' serif:id='Монтажная область2' transform='matrix(0.824984,0,0,0.965005,-81.5844,3.30907)'%3E%3Crect x='98.892' y='-3.429' width='110.694' height='77.72' style='fill:none;'/%3E%3Cg id='Монтажная-область1' serif:id='Монтажная область1' transform='matrix(0.25203,0,0,0.302917,93.8694,-19.5268)'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg transform='matrix(7.41943,0,0,5.27735,18.865,9.41516)'%3E%3Cg id='house_Монтажная-область-1--1-.eps' serif:id='house_Монтажная область 1 (1).eps'%3E%3Cg%3E%3Cg%3E%3Cpath d='M49.64,22.698C49.345,22.425 49.128,22.146 48.846,21.975C42.259,17.972 35.665,13.982 29.077,9.98C28.822,9.826 28.645,9.831 28.393,9.983C21.762,14.011 15.126,18.03 8.491,22.053C7.999,22.352 7.848,22.764 8.068,23.158C8.3,23.573 8.753,23.647 9.268,23.337C10.205,22.774 11.137,22.201 12.071,21.633C17.414,18.38 22.76,15.134 28.094,11.867C28.577,11.571 28.941,11.603 29.406,11.887C34.772,15.167 40.147,18.431 45.52,21.7C46.44,22.259 47.347,22.842 48.289,23.361C48.514,23.485 48.886,23.477 49.136,23.383C49.324,23.312 49.424,23.008 49.64,22.698ZM32.548,30.622L24.934,30.622L24.934,44.257L32.548,44.257L32.548,30.622ZM33.748,44.24C33.859,44.269 33.907,44.291 33.955,44.291C37.462,44.294 40.97,44.293 44.478,44.298C44.994,44.299 45.095,44.005 45.095,43.565C45.089,36.789 45.089,30.013 45.098,23.236C45.098,22.923 45,22.75 44.73,22.587C39.526,19.432 34.327,16.269 29.132,13.099C28.856,12.93 28.658,12.901 28.358,13.084C23.165,16.258 17.965,19.419 12.758,22.57C12.453,22.755 12.35,22.955 12.35,23.303C12.36,30.011 12.357,36.719 12.358,43.427C12.358,44.187 12.465,44.296 13.205,44.296C16.542,44.297 19.879,44.297 23.215,44.295C23.379,44.295 23.542,44.279 23.73,44.269L23.73,43.607C23.73,39.415 23.729,35.222 23.73,31.03C23.73,29.875 24.191,29.411 25.343,29.41C27.568,29.408 29.793,29.409 32.017,29.41C33.321,29.41 33.748,29.831 33.748,31.123C33.749,35.265 33.748,39.406 33.748,43.546L33.748,44.24ZM46.268,23.54L46.268,24.272C46.268,30.637 46.269,37.001 46.268,43.367C46.268,44.894 45.689,45.468 44.159,45.471C40.498,45.479 36.837,45.498 33.176,45.496C26.47,45.494 19.765,45.482 13.059,45.469C11.842,45.466 11.2,44.808 11.2,43.585C11.198,37.119 11.199,30.651 11.199,24.184L11.199,23.535C10.71,23.831 10.293,24.085 9.874,24.335C8.807,24.971 7.664,24.749 7.093,23.797C6.507,22.821 6.815,21.719 7.871,21.078C14.651,16.962 21.434,12.852 28.21,8.731C28.58,8.506 28.884,8.501 29.251,8.725C36.028,12.844 42.81,16.955 49.588,21.072C50.481,21.615 50.836,22.453 50.578,23.327C50.225,24.517 48.926,25.057 47.815,24.46C47.323,24.195 46.853,23.889 46.268,23.54Z' style='fill-rule:nonzero;'/%3E%3Cg transform='matrix(1.27565,0,0,1,-10.0534,0)'%3E%3Cpath d='M51.837,52.192C51.163,51.543 50.599,50.998 50.032,50.457C49.689,50.129 49.54,49.762 49.918,49.388C50.299,49.011 50.662,49.183 50.992,49.514C51.935,50.458 52.887,51.394 53.827,52.342C54.243,52.761 54.231,53.074 53.804,53.501C52.877,54.433 51.938,55.356 51.012,56.29C50.682,56.622 50.332,56.778 49.931,56.443C49.578,56.147 49.626,55.764 50.058,55.331C50.585,54.803 51.126,54.29 51.766,53.666L16.19,53.666C16.747,54.196 17.213,54.627 17.666,55.073C18.287,55.682 18.39,56.052 18.058,56.408C17.718,56.771 17.348,56.671 16.731,56.06C15.867,55.204 15,54.35 14.133,53.497C13.751,53.121 13.727,52.747 14.097,52.373C15.064,51.398 16.042,50.433 17.015,49.461C17.337,49.14 17.694,49.026 18.042,49.38C18.38,49.727 18.29,50.094 17.963,50.414C17.388,50.976 16.81,51.534 16.131,52.192L51.837,52.192Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,0.9167,0,4.78826)'%3E%3Cpath d='M3.047,6.492C2.524,7.038 2,7.581 1.479,8.128C1.155,8.469 0.807,8.711 0.364,8.335C0.018,8.042 0.083,7.626 0.531,7.175C1.443,6.255 2.357,5.336 3.273,4.42C3.676,4.019 4.056,4.012 4.44,4.4C5.366,5.335 6.283,6.277 7.211,7.209C7.549,7.549 7.786,7.917 7.372,8.321C6.962,8.722 6.588,8.493 6.26,8.143C5.741,7.589 5.218,7.041 4.697,6.49C4.657,6.518 4.617,6.545 4.578,6.573L4.578,42.123C5.13,41.541 5.579,41.067 6.032,40.596C6.182,40.441 6.331,40.283 6.5,40.149C6.807,39.904 7.176,39.894 7.378,40.211C7.513,40.424 7.568,40.892 7.434,41.038C6.423,42.132 5.368,43.188 4.298,44.227C4.011,44.506 3.644,44.445 3.351,44.152C2.38,43.179 1.412,42.204 0.441,41.232C0.119,40.909 0.018,40.549 0.356,40.199C0.702,39.84 1.062,39.947 1.382,40.273C1.942,40.843 2.501,41.415 3.166,42.094L3.166,6.59C3.126,6.558 3.086,6.525 3.047,6.492Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(1.02255,0,0,1,-3.54184,0)'%3E%3Crect x='18.144' y='32.298' width='1.873' height='3.626' style='fill:white;'/%3E%3C/g%3E%3Cpath d='M32.051,21.099C32.054,19.252 30.587,17.778 28.741,17.773C26.905,17.769 25.405,19.252 25.398,21.08C25.392,22.901 26.896,24.411 28.722,24.415C30.559,24.42 32.047,22.936 32.051,21.099ZM17.515,37.109C18.404,37.109 19.294,37.116 20.184,37.107C20.866,37.1 21.239,36.745 21.246,36.065C21.26,34.765 21.259,33.464 21.247,32.165C21.24,31.472 20.89,31.118 20.198,31.113C18.419,31.102 16.641,31.102 14.863,31.114C14.189,31.118 13.846,31.456 13.838,32.124C13.822,33.442 13.822,34.759 13.836,36.077C13.844,36.769 14.197,37.101 14.897,37.108C15.77,37.116 16.642,37.11 17.515,37.109ZM39.91,37.109C40.815,37.109 41.72,37.119 42.626,37.106C43.25,37.096 43.619,36.744 43.627,36.117C43.643,34.785 43.642,33.452 43.627,32.12C43.62,31.483 43.267,31.121 42.64,31.116C40.832,31.101 39.022,31.102 37.212,31.116C36.571,31.12 36.229,31.461 36.221,32.103C36.204,33.435 36.204,34.768 36.219,36.1C36.227,36.768 36.577,37.099 37.246,37.107C38.133,37.117 39.022,37.109 39.91,37.109ZM33.748,44.24L33.748,43.546C33.748,39.406 33.749,35.265 33.748,31.123C33.748,29.831 33.321,29.41 32.017,29.41C29.793,29.409 27.568,29.408 25.343,29.41C24.191,29.411 23.73,29.875 23.73,31.03C23.729,35.222 23.73,39.415 23.73,43.607L23.73,44.269C23.542,44.279 23.379,44.295 23.215,44.295C19.879,44.297 16.542,44.297 13.205,44.296C12.465,44.296 12.358,44.187 12.358,43.427C12.357,36.719 12.36,30.011 12.35,23.303C12.35,22.955 12.453,22.755 12.758,22.57C17.965,19.419 23.165,16.258 28.358,13.084C28.658,12.901 28.856,12.93 29.132,13.099C34.327,16.269 39.526,19.432 44.73,22.587C45,22.75 45.098,22.923 45.098,23.236C45.089,30.013 45.089,36.789 45.095,43.565C45.095,44.005 44.994,44.299 44.478,44.298C40.97,44.293 37.462,44.294 33.955,44.291C33.907,44.291 33.859,44.269 33.748,44.24Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M30.303,37.323C30.304,37.405 30.306,37.487 30.307,37.569C30.533,37.72 30.744,37.964 30.986,37.998C31.329,38.047 31.55,37.786 31.547,37.425C31.544,37.058 31.31,36.813 30.967,36.874C30.727,36.917 30.523,37.166 30.303,37.323ZM32.548,30.622L32.548,44.257L24.934,44.257L24.934,30.622L32.548,30.622Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M49.64,22.698C49.424,23.008 49.324,23.312 49.136,23.383C48.886,23.477 48.514,23.485 48.289,23.361C47.347,22.842 46.44,22.259 45.52,21.7C40.147,18.431 34.772,15.167 29.406,11.887C28.941,11.603 28.577,11.571 28.094,11.867C22.76,15.134 17.414,18.38 12.071,21.633C11.137,22.201 10.205,22.774 9.268,23.337C8.753,23.647 8.3,23.573 8.068,23.158C7.848,22.764 7.999,22.352 8.491,22.053C15.126,18.03 21.762,14.011 28.393,9.983C28.645,9.831 28.822,9.826 29.077,9.98C35.665,13.982 42.259,17.972 48.846,21.975C49.128,22.146 49.345,22.425 49.64,22.698Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M42.423,32.297L40.541,32.297L40.541,35.921L42.423,35.921L42.423,32.297ZM37.429,32.284L37.429,35.921L39.293,35.921L39.293,32.284L37.429,32.284ZM39.91,37.109C39.022,37.109 38.133,37.117 37.246,37.107C36.577,37.099 36.227,36.768 36.219,36.1C36.204,34.768 36.204,33.435 36.221,32.103C36.229,31.461 36.571,31.12 37.212,31.116C39.022,31.102 40.832,31.101 42.64,31.116C43.267,31.121 43.62,31.483 43.627,32.12C43.642,33.452 43.643,34.785 43.627,36.117C43.619,36.744 43.25,37.096 42.626,37.106C41.72,37.119 40.815,37.109 39.91,37.109Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M20.017,35.924L20.017,32.298L18.144,32.298L18.144,35.924L20.017,35.924ZM16.928,32.303L15.023,32.303L15.023,35.919L16.928,35.919L16.928,32.303ZM17.515,37.109C16.642,37.11 15.77,37.116 14.897,37.108C14.197,37.101 13.844,36.769 13.836,36.077C13.822,34.759 13.822,33.442 13.838,32.124C13.846,31.456 14.189,31.118 14.863,31.114C16.641,31.102 18.419,31.102 20.198,31.113C20.89,31.118 21.24,31.472 21.247,32.165C21.259,33.464 21.26,34.765 21.246,36.065C21.239,36.745 20.866,37.1 20.184,37.107C19.294,37.116 18.404,37.109 17.515,37.109Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M28.744,23.243C29.927,23.238 30.896,22.27 30.897,21.09C30.898,19.918 29.921,18.936 28.747,18.929C27.542,18.921 26.573,19.899 26.583,21.113C26.592,22.307 27.546,23.247 28.744,23.243ZM32.051,21.099C32.047,22.936 30.559,24.42 28.722,24.415C26.896,24.411 25.392,22.901 25.398,21.08C25.405,19.252 26.905,17.769 28.741,17.773C30.587,17.778 32.054,19.252 32.051,21.099Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M46.132,44.435L57.986,44.435L57.986,30.378L46.268,24.342L46.132,44.435ZM58.493,45.449L45.038,45.395C44.939,45.395 45.621,45.117 45.714,44.99C45.884,44.758 46.132,44.563 46.132,44.383L46.269,24.157C46.269,23.978 46.212,23.985 46.212,23.837C46.211,23.659 46.153,23.464 46.31,23.55L58.734,29.63C58.897,29.718 59,29.89 59,30.076L59,44.942C59,45.221 58.772,45.449 58.493,45.449Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M30.303,37.323C30.523,37.166 30.727,36.917 30.967,36.874C31.31,36.813 31.544,37.058 31.547,37.425C31.55,37.786 31.329,38.047 30.986,37.998C30.744,37.964 30.533,37.72 30.307,37.569C30.306,37.487 30.304,37.405 30.303,37.323Z' style='fill:rgb(37,37,37);fill-rule:nonzero;'/%3E%3Crect x='37.429' y='32.284' width='1.864' height='3.637' style='fill:white;'/%3E%3Crect x='40.541' y='32.297' width='1.882' height='3.624' style='fill:white;'/%3E%3Crect x='18.144' y='32.298' width='1.873' height='3.626' style='fill:white;'/%3E%3Cpath d='M28.744,23.243C27.546,23.247 26.592,22.307 26.583,21.113C26.573,19.899 27.542,18.921 28.747,18.929C29.921,18.936 30.898,19.918 30.897,21.09C30.896,22.27 29.927,23.238 28.744,23.243Z' style='fill:white;fill-rule:nonzero;'/%3E%3Crect x='46.185' y='37.668' width='12.308' height='1.12' style='fill:rgb(34,161,73);'/%3E%3Crect x='47.303' y='38.228' width='1.119' height='6.714' style='fill:rgb(34,161,73);'/%3E%3Crect x='49.542' y='38.228' width='1.119' height='6.714' style='fill:rgb(34,161,73);'/%3E%3Crect x='51.779' y='38.228' width='1.119' height='6.714' style='fill:rgb(34,161,73);'/%3E%3Crect x='54.017' y='38.228' width='1.119' height='6.714' style='fill:rgb(34,161,73);'/%3E%3Crect x='56.254' y='38.228' width='1.12' height='6.714' style='fill:rgb(34,161,73);'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}
.properties__list-item--square_livin {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='Монтажная-область2' serif:id='Монтажная область2' transform='matrix(0.85004,0,0,0.949574,-119.83,-19.9574)'%3E%3Crect x='140.97' y='21.017' width='98.819' height='78.983' style='fill:none;'/%3E%3Cg id='Монтажная-область1' serif:id='Монтажная область1' transform='matrix(0.163899,0,0,0.263414,119.189,-14.2819)'%3E%3Crect x='169.643' y='136' width='531.429' height='296' style='fill:none;'/%3E%3Cg transform='matrix(8.9578,0,0,4.9894,168.451,135.802)'%3E%3Cg%3E%3Cpath d='M51.937,51L16.062,51C15.478,51 15,50.522 15,49.938L15,14.063C15,13.478 15.478,13 16.062,13L51.937,13C52.521,13 53,13.478 53,14.063L53,49.938C53,50.522 52.521,51 51.937,51Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cpath d='M5.142,59.403C3.991,59.121 2.899,58.718 1.999,57.905C0.733,56.764 -0.043,55.363 -0.065,53.651C-0.108,50.169 -0.084,46.687 -0.081,43.205C-0.081,42.582 0.227,42.225 0.73,42.209C1.265,42.194 1.591,42.54 1.596,43.21C1.611,44.913 1.602,46.615 1.603,48.317L1.603,49.119C4.491,46.753 7.329,46.762 10.225,49.062C10.24,48.888 10.264,48.731 10.264,48.573C10.266,34.49 10.268,20.406 10.263,6.323C10.262,4.118 9.11,2.485 7.155,1.859C4.627,1.049 1.853,2.916 1.652,5.567C1.622,5.971 1.605,6.378 1.604,6.783C1.602,16.901 1.603,27.019 1.601,37.136C1.601,37.406 1.597,37.679 1.555,37.945C1.486,38.366 1.189,38.589 0.788,38.606C0.352,38.624 0.053,38.38 -0.051,37.952C-0.096,37.768 -0.083,37.568 -0.083,37.374C-0.084,26.967 -0.089,16.559 -0.081,6.151C-0.079,2.637 2.567,-0.032 6.006,-0.027C8.849,-0.022 11.44,2.214 11.874,5.038C11.915,5.306 11.951,5.574 12.002,5.926L12.73,5.926C23.273,5.926 33.816,5.926 44.36,5.929C44.628,5.929 44.903,5.937 45.166,5.989C45.582,6.07 45.79,6.359 45.794,6.776C45.799,7.198 45.575,7.479 45.175,7.579C44.937,7.638 44.677,7.628 44.427,7.628C33.865,7.63 23.302,7.629 12.739,7.629L11.975,7.629L11.975,8.4C11.975,22.6 11.975,36.799 11.974,50.998C11.974,51.249 11.977,51.504 11.935,51.749C11.861,52.188 11.615,52.489 11.156,52.57C10.681,52.652 10.323,52.479 10.093,52.054C10.02,51.918 9.959,51.776 9.896,51.635C9.036,49.704 6.906,48.651 4.923,49.176C2.702,49.766 1.437,51.631 1.662,53.987C1.844,55.898 3.584,57.522 5.615,57.671C5.904,57.693 6.194,57.706 6.484,57.706C22.889,57.707 39.294,57.707 55.699,57.706C55.93,57.706 56.165,57.707 56.393,57.678C56.828,57.625 57.098,57.374 57.161,56.939C57.197,56.691 57.201,56.438 57.201,56.187C57.203,40.498 57.203,24.809 57.202,9.12C57.202,7.84 56.993,7.63 55.726,7.629C54.024,7.629 52.322,7.632 50.62,7.626C50.39,7.625 50.092,7.658 49.949,7.534C49.711,7.329 49.438,7.01 49.434,6.735C49.43,6.493 49.764,6.238 49.969,6.006C50.022,5.947 50.152,5.939 50.247,5.94C52.392,5.953 54.541,5.912 56.683,6.008C57.885,6.063 58.789,7.135 58.876,8.339C58.896,8.609 58.889,8.881 58.889,9.152C58.89,24.802 58.877,40.453 58.909,56.103C58.912,57.736 58.387,58.87 56.796,59.403L5.142,59.403Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M15.888,26.577L15.888,38.997C16.692,38.997 17.462,38.99 18.231,39C18.46,39.003 18.703,39.018 18.915,39.094C19.308,39.236 19.478,39.554 19.422,39.968C19.356,40.45 19.023,40.673 18.578,40.693C17.902,40.722 17.225,40.704 16.547,40.705C16.339,40.706 16.131,40.705 15.895,40.705C15.877,40.909 15.854,41.058 15.854,41.207C15.852,43.935 15.857,46.663 15.848,49.39C15.846,49.869 15.951,50.153 16.521,50.151C20.873,50.136 25.226,50.142 29.578,50.141C29.653,50.141 29.729,50.125 29.85,50.113L29.85,40.705L29.257,40.705C27.767,40.705 26.278,40.708 24.788,40.701C24.56,40.7 24.268,40.719 24.119,40.594C23.893,40.404 23.629,40.092 23.634,39.836C23.639,39.582 23.911,39.273 24.148,39.101C24.323,38.973 24.63,39 24.878,39C29.695,38.996 34.511,38.997 39.328,38.997C39.406,38.997 39.483,38.995 39.56,38.998C40.254,39.017 40.656,39.336 40.649,39.862C40.641,40.386 40.241,40.702 39.541,40.703C37.123,40.707 34.705,40.705 32.287,40.705L31.633,40.705L31.633,50.113C31.837,50.123 32.025,50.142 32.211,50.142C38.46,50.144 44.708,50.144 50.956,50.143C51.787,50.143 51.81,50.119 51.811,49.3L51.811,40.705C50.675,40.705 49.58,40.706 48.485,40.705C47.559,40.705 47.161,40.456 47.148,39.873C47.135,39.263 47.545,38.998 48.502,38.997C49.582,38.996 50.661,38.997 51.776,38.997L51.776,31.916L51.111,31.916C47.9,31.916 44.689,31.916 41.478,31.915C41.285,31.915 41.089,31.919 40.898,31.901C40.417,31.853 40.153,31.554 40.146,31.097C40.14,30.61 40.414,30.302 40.922,30.258C41.115,30.242 41.309,30.246 41.502,30.246L51.78,30.246C51.792,30.015 51.809,29.812 51.81,29.61C51.812,28.043 51.809,26.476 51.813,24.909C51.814,24.718 51.817,24.517 51.871,24.336C51.988,23.939 52.272,23.728 52.693,23.744C53.113,23.76 53.382,23.984 53.461,24.397C53.504,24.623 53.514,24.857 53.514,25.088C53.517,33.135 53.517,41.182 53.516,49.229C53.516,51.067 52.739,51.85 50.916,51.85C39.522,51.851 28.128,51.851 16.735,51.85C14.954,51.85 14.181,51.084 14.18,49.319C14.18,37.886 14.18,26.454 14.181,15.021C14.181,13.283 14.955,12.509 16.689,12.509C28.122,12.508 39.554,12.508 50.986,12.509C52.71,12.509 53.511,13.304 53.516,15.019C53.518,15.696 53.53,16.373 53.511,17.05C53.494,17.691 53.135,18.081 52.63,18.059C52.136,18.037 51.825,17.665 51.814,17.046C51.802,16.292 51.802,15.537 51.814,14.783C51.82,14.396 51.659,14.206 51.267,14.207C48.172,14.212 45.078,14.216 41.984,14.222C41.95,14.222 41.916,14.249 41.817,14.291L41.817,14.886C41.817,18.426 41.818,21.966 41.815,25.506C41.814,25.736 41.816,25.976 41.753,26.194C41.641,26.59 41.335,26.869 40.938,26.765C40.652,26.689 40.37,26.425 40.195,26.169C40.072,25.99 40.115,25.684 40.115,25.435C40.11,21.953 40.112,18.471 40.112,14.989L40.112,14.252L29.564,14.252C29.564,14.784 29.566,15.315 29.563,15.847C29.561,16.118 29.568,16.391 29.537,16.658C29.482,17.128 29.204,17.397 28.728,17.398C28.221,17.398 27.92,17.103 27.899,16.613C27.867,15.844 27.891,15.073 27.891,14.243C27.639,14.228 27.435,14.207 27.231,14.207C23.73,14.205 20.229,14.204 16.728,14.206C15.917,14.206 15.853,14.266 15.853,15.047C15.851,18.123 15.852,21.199 15.852,24.274L15.852,24.847L27.883,24.847C27.883,24.65 27.882,24.446 27.883,24.242C27.884,23.43 27.872,22.617 27.895,21.805C27.908,21.337 28.188,21.038 28.651,20.998C29.112,20.96 29.5,21.198 29.514,21.665C29.556,23.074 29.549,24.486 29.516,25.896C29.506,26.309 29.176,26.534 28.762,26.561C28.416,26.583 28.066,26.576 27.718,26.576C24.024,26.577 20.33,26.577 16.635,26.577L15.888,26.577Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}
.properties__list-item--sleep_room {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,0,-257.957)'%3E%3Cg id='Спальня' transform='matrix(0.207921,0,0,0.292316,-4.14356,242.422)'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg id='bedrooms_Монтажная-область-1--1-.eps' serif:id='bedrooms_Монтажная область 1 (1).eps' transform='matrix(1.62868,0,0,1.15846,221.551,181.429)'%3E%3Cg transform='matrix(1,0,0,1,-122.917,-122.917)'%3E%3CclipPath id='_clip1'%3E%3Crect x='0' y='0' width='245.833' height='245.833'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Cg transform='matrix(4.16667,0,0,4.16667,0,0)'%3E%3Cpath d='M42.157,45.106C43.679,46.594 44.414,48.44 44.852,50.464L46.256,50.464L46.256,45.106L42.157,45.106ZM5.608,45.111L1.52,45.111L1.52,50.482L2.937,50.482C3.355,48.446 4.115,46.614 5.608,45.111ZM24.622,24.793L37.526,24.793C37.649,24.793 37.774,24.798 37.897,24.789C38.698,24.724 39.137,24.154 39.056,23.265C38.939,21.99 38.384,21.001 37.317,20.541C36.52,20.197 35.656,19.911 34.811,19.871C32.586,19.765 30.355,19.78 28.127,19.796C25.728,19.814 24.16,22.027 24.622,24.793ZM23.195,24.793C23.594,21.779 21.825,19.641 19.327,19.771C17.576,19.862 15.819,19.784 14.064,19.79C12.84,19.794 11.635,19.937 10.498,20.502C9.656,20.92 9.098,21.626 8.836,22.612C8.455,24.046 8.957,24.792 10.291,24.792C14.378,24.794 18.465,24.793 22.551,24.793L23.195,24.793ZM37.68,19.032C37.68,18.069 37.684,17.195 37.679,16.321C37.668,14.351 36.759,13.33 35.01,13.33C30.06,13.328 25.11,13.329 20.16,13.329C17.624,13.329 15.086,13.323 12.55,13.332C11.325,13.337 10.273,14.215 10.167,15.47C10.069,16.632 10.146,17.813 10.146,18.992C10.892,18.81 11.607,18.508 12.331,18.481C14.947,18.385 17.565,18.339 20.182,18.363C21.26,18.373 22.219,18.911 23.003,19.762C23.323,20.11 23.602,20.505 23.921,20.906C24.816,19.396 26.041,18.36 27.638,18.374C30.959,18.404 34.318,17.861 37.68,19.032ZM46.276,38.93L1.519,38.93L1.519,43.535L46.276,43.535L46.276,38.93ZM46.238,37.413C46.495,35.122 46.197,33.121 44.566,31.475C42.655,29.547 40.621,27.837 38.397,26.403C38.214,26.285 37.969,26.243 37.753,26.243C28.507,26.235 19.262,26.235 10.017,26.243C9.801,26.243 9.558,26.294 9.375,26.413C7.049,27.928 4.901,29.698 2.95,31.79C1.459,33.387 1.363,35.319 1.531,37.413L46.238,37.413ZM8.14,25.504C7.096,23.94 7.239,22.03 8.451,20.396C8.639,20.142 8.767,19.758 8.778,19.428C8.819,18.321 8.783,17.211 8.796,16.103C8.826,13.655 10.352,11.887 12.541,11.88C20.114,11.856 27.687,11.855 35.259,11.88C37.45,11.888 38.964,13.664 38.987,16.117C38.993,16.717 39.008,17.319 38.984,17.918C38.936,19.074 39.053,20.085 39.721,21.123C40.583,22.46 40.732,24.035 39.672,25.48C40.611,26.201 41.588,26.856 42.466,27.648C43.701,28.76 44.896,29.935 46.045,31.157C47.057,32.233 47.571,33.616 47.574,35.191C47.586,40.479 47.585,45.768 47.582,51.056C47.581,51.768 47.365,51.979 46.7,51.989C46.019,51.998 45.338,51.994 44.657,51.991C43.876,51.987 43.732,51.853 43.594,50.994C43.322,49.296 42.748,47.759 41.619,46.546C40.726,45.587 39.686,45.052 38.401,45.055C28.764,45.077 19.128,45.082 9.492,45.052C7.883,45.047 6.674,45.797 5.695,47.12C4.86,48.247 4.387,49.574 4.194,51.012C4.1,51.714 3.816,52.028 3.174,51.998C2.453,51.965 1.73,51.992 1.008,51.99C0.483,51.989 0.204,51.719 0.205,51.106C0.212,45.703 0.197,40.298 0.231,34.894C0.24,33.425 0.848,32.189 1.742,31.128C3.511,29.032 5.558,27.327 7.734,25.803C7.854,25.718 7.973,25.627 8.14,25.504Z' style='fill:rgb(37,37,37);fill-rule:nonzero;'/%3E%3Cpath d='M56.121,38.73C56.453,39.644 56.837,40.504 57.071,41.414C57.224,42.015 57.448,42.077 57.879,41.901L57.879,38.73L56.121,38.73ZM49.35,21.871L49.35,16.176L48.009,16.176L48.009,21.871L49.35,21.871ZM44.663,14.66L52.708,14.66C52.382,12.99 52.068,11.373 51.752,9.758C51.646,9.219 51.545,8.678 51.424,8.143C51.31,7.633 50.976,7.473 50.537,7.476C49.569,7.483 48.601,7.478 47.633,7.478C46.075,7.477 46.069,7.476 45.735,9.154C45.374,10.97 45.026,12.789 44.663,14.66ZM50.742,16.131L50.742,21.903L51.416,21.903C53.686,21.903 55.956,21.901 58.225,21.904C59.062,21.906 59.204,22.061 59.204,22.99C59.206,29.434 59.206,35.876 59.204,42.32C59.204,43.251 59.053,43.418 58.239,43.424C57.764,43.427 57.29,43.428 56.815,43.424C56.047,43.417 55.887,43.236 55.861,42.363C55.804,40.435 54.845,39.045 53.187,38.75C52.281,38.588 51.335,38.706 50.407,38.696C50.202,38.693 49.941,38.767 49.801,38.656C49.581,38.478 49.322,38.183 49.305,37.92C49.292,37.714 49.595,37.436 49.809,37.277C49.941,37.179 50.17,37.238 50.355,37.238C52.667,37.236 54.977,37.238 57.289,37.236C57.472,37.235 57.656,37.218 57.881,37.207L57.881,31.031L49.339,31.031C49.195,31.031 49.05,31.032 48.906,31.03C48.452,31.026 48.045,30.903 48.05,30.29C48.054,29.689 48.442,29.554 48.908,29.555C50.992,29.561 53.076,29.558 55.16,29.557L57.89,29.557L57.89,23.34L57.131,23.34C52.386,23.34 47.64,23.34 42.894,23.339C42.709,23.339 42.522,23.341 42.337,23.332C41.947,23.314 41.716,23.093 41.708,22.646C41.698,22.167 41.929,21.914 42.353,21.911C43.549,21.902 44.747,21.905 45.943,21.903L46.638,21.903L46.638,16.131C45.826,16.131 45.009,16.134 44.193,16.131C43.278,16.127 43.098,15.87 43.293,14.865C43.723,12.657 44.152,10.449 44.581,8.24C44.889,6.652 45.596,6.009 47.044,6.005C48.2,6.002 49.355,5.995 50.51,6.008C51.727,6.021 52.476,6.704 52.742,8.037C53.196,10.31 53.644,12.584 54.086,14.86C54.278,15.845 54.069,16.127 53.176,16.131C52.377,16.134 51.578,16.131 50.742,16.131Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M46.238,37.413L1.531,37.413C1.363,35.319 1.459,33.387 2.95,31.79C4.901,29.698 7.049,27.928 9.375,26.413C9.558,26.294 9.801,26.243 10.017,26.243C19.262,26.235 28.507,26.235 37.753,26.243C37.969,26.243 38.214,26.285 38.397,26.403C40.621,27.837 42.655,29.547 44.566,31.475C46.197,33.121 46.495,35.122 46.238,37.413Z' style='fill:white;fill-rule:nonzero;'/%3E%3Crect x='1.519' y='38.93' width='44.757' height='4.605' style='fill:rgb(34,161,73);fill-rule:nonzero;'/%3E%3Cpath d='M37.68,19.032C34.318,17.861 30.959,18.404 27.638,18.374C26.041,18.36 24.816,19.396 23.921,20.906C23.602,20.505 23.323,20.11 23.003,19.762C22.219,18.911 21.26,18.373 20.182,18.363C17.565,18.339 14.947,18.385 12.331,18.481C11.607,18.508 10.892,18.81 10.146,18.992C10.146,17.813 10.069,16.632 10.167,15.47C10.273,14.215 11.325,13.337 12.55,13.332C15.086,13.323 17.624,13.329 20.16,13.329C25.11,13.329 30.06,13.328 35.01,13.33C36.759,13.33 37.668,14.351 37.679,16.321C37.684,17.195 37.68,18.069 37.68,19.032Z' style='fill:rgb(34,161,73);fill-rule:nonzero;'/%3E%3Cpath d='M23.195,24.793L22.551,24.793C18.465,24.793 14.378,24.794 10.291,24.792C8.957,24.792 8.455,24.046 8.836,22.612C9.098,21.626 9.656,20.92 10.498,20.502C11.635,19.937 12.84,19.794 14.064,19.79C15.819,19.784 17.576,19.862 19.327,19.771C21.825,19.641 23.594,21.779 23.195,24.793Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M24.622,24.793C24.16,22.027 25.728,19.814 28.127,19.796C30.355,19.78 32.586,19.765 34.811,19.871C35.656,19.911 36.52,20.197 37.317,20.541C38.384,21.001 38.939,21.99 39.056,23.265C39.137,24.154 38.698,24.724 37.897,24.789C37.774,24.798 37.649,24.793 37.526,24.793L24.622,24.793Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M5.608,45.111C4.115,46.614 3.355,48.446 2.937,50.482L1.52,50.482L1.52,45.111L5.608,45.111Z' style='fill:rgb(34,161,73);fill-rule:nonzero;'/%3E%3Cpath d='M42.157,45.106L46.256,45.106L46.256,50.464L44.852,50.464C44.414,48.44 43.679,46.594 42.157,45.106Z' style='fill:rgb(34,161,73);fill-rule:nonzero;'/%3E%3Cpath d='M44.663,14.66C45.026,12.789 45.374,10.97 45.735,9.154C46.069,7.476 46.075,7.477 47.633,7.478C48.601,7.478 49.569,7.483 50.537,7.476C50.976,7.473 51.31,7.633 51.424,8.143C51.545,8.678 51.646,9.219 51.752,9.758C52.068,11.373 52.382,12.99 52.708,14.66L44.663,14.66Z' style='fill:white;fill-rule:nonzero;'/%3E%3Crect x='48.009' y='16.176' width='1.341' height='5.695' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M56.121,38.73L57.879,38.73L57.879,41.901C57.448,42.077 57.224,42.015 57.071,41.414C56.837,40.504 56.453,39.644 56.121,38.73Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}
.properties__list-item--bathroom {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.207921,0,0,0.292316,-4.14356,-15.535)'%3E%3Cg id='СУ'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg transform='matrix(6.11138,0,0,4.34692,32.8999,53.1426)'%3E%3Cg id='bathroom_Монтажная-область-1--1-.eps' serif:id='bathroom_Монтажная область 1 (1).eps'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M44.481,25L44.481,6.118C44.439,3.541 42.8,1.932 40.21,1.93C37.961,1.929 35.714,1.917 33.466,1.936C31.627,1.952 30.059,3.239 29.688,5.036C29.973,5.112 30.262,5.188 30.551,5.268C33.328,6.047 35.32,8.576 35.418,11.444C35.447,12.296 35.164,12.608 34.31,12.609C30.564,12.615 26.818,12.615 23.072,12.609C22.246,12.607 21.963,12.296 21.984,11.48C22.064,8.437 24.331,5.738 27.325,5.164C27.742,5.084 27.922,4.936 28.023,4.508C28.599,2.049 30.826,0.249 33.36,0.212C35.703,0.178 38.046,0.193 40.39,0.203C43.716,0.217 46.184,2.658 46.206,5.985C46.227,9.539 46.21,13.093 46.21,16.646C46.21,19.105 46.219,22.564 46.202,25.023' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M43.242,54.46L15.094,54.507C10.236,54.507 6,51.026 6,46.167L5.912,43.476L6,32.583C6,31.163 7.162,30 8.583,30L49.417,30C50.837,30 52,31.163 52,32.583L52,46.167C52,51.026 48.1,54.46 43.242,54.46Z' style='fill:rgb(33,160,56);fill-rule:nonzero;'/%3E%3Cg transform='matrix(1,0,0,1,-14.8964,19.6043)'%3E%3Cpath d='M49.778,10.586L23.855,10.848C23.93,8.72 26.255,6.758 28.676,6.746C29.669,6.741 33.568,2.901 34.383,3.425C34.645,3.593 36.312,3.632 37.528,4.129C38.188,4.399 39.694,7.018 42.735,7.281C43.957,7.387 45.39,6.933 46.806,6.92C47.637,6.912 48.003,4.741 48.933,3.602C49.824,2.511 51.28,2.451 52.091,2.427C54.554,2.354 56.255,4.101 58.093,5.166C60.028,6.289 62.048,6.742 62.6,7.02C63.866,7.656 66.795,9.992 63.285,10.659C59.749,11.331 49.769,10.333 49.778,10.586Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3Cpath d='M44.091,54.745C44.799,55.848 45.559,56.821 46.738,57.367C47.342,57.647 47.714,57.478 47.806,56.876C47.938,56.006 47.766,55.175 47.455,54.454C46.315,54.552 45.252,54.644 44.091,54.745ZM9.817,54.443C9.739,55.195 9.606,55.983 9.593,56.773C9.583,57.332 9.96,57.624 10.407,57.459C11.748,56.966 12.58,55.929 13.287,54.742C12.147,54.643 11.083,54.552 9.817,54.443ZM42.784,34.466L43.407,34.466C46.286,34.466 49.166,34.466 52.045,34.465C52.237,34.465 52.43,34.467 52.621,34.444C53.246,34.368 53.703,33.889 53.764,33.262C53.822,32.667 53.482,32.102 52.911,31.91C52.68,31.832 52.422,31.805 52.177,31.805C49.202,31.798 46.226,31.8 43.251,31.802C43.102,31.802 42.955,31.825 42.784,31.838L42.784,34.466ZM33.551,10.848C33.475,8.695 31.126,6.734 28.676,6.746C26.255,6.758 23.93,8.72 23.855,10.848L33.551,10.848ZM27.805,31.828C27.603,31.818 27.435,31.801 27.267,31.801C19.935,31.8 12.603,31.799 5.271,31.803C5.043,31.803 4.807,31.821 4.59,31.881C3.975,32.052 3.594,32.602 3.634,33.218C3.672,33.814 4.107,34.33 4.684,34.43C4.909,34.469 5.143,34.464 5.373,34.464C12.647,34.466 19.921,34.466 27.196,34.464C27.397,34.464 27.598,34.445 27.805,34.433L27.805,31.828ZM46.71,24.669C48.996,25.235 50.614,27.143 50.864,29.496C50.881,29.666 50.908,29.835 50.938,30.072C51.407,30.072 51.861,30.066 52.316,30.073C53.881,30.095 55.142,31.066 55.437,32.471C55.75,33.962 55.027,35.299 53.583,35.993C53.395,36.082 53.213,36.369 53.188,36.582C52.922,38.812 52.697,41.047 52.445,43.279C52.228,45.206 52.054,47.139 51.746,49.051C51.471,50.751 50.623,52.189 49.269,53.281C48.988,53.508 49.019,53.689 49.115,53.961C49.48,55.005 49.693,56.066 49.497,57.181C49.322,58.178 48.72,58.809 47.837,59.22L46.8,59.22C45.405,58.81 44.319,57.956 43.448,56.822C43.063,56.323 42.685,55.799 42.418,55.234C42.186,54.744 41.88,54.649 41.388,54.651C37.281,54.667 33.173,54.661 29.065,54.661C24.67,54.661 20.274,54.661 15.879,54.66C15.573,54.66 15.306,54.637 15.119,55.002C14.144,56.913 12.81,58.465 10.72,59.22L9.682,59.22C8.158,58.543 7.562,57.352 7.89,55.556C8.013,54.88 8.209,54.218 8.384,53.502C6.853,52.333 5.929,50.736 5.6,48.809C5.426,47.789 5.332,46.753 5.23,45.722C5.181,45.225 5.512,44.843 5.97,44.788C6.476,44.726 6.849,45.003 6.928,45.552C7.09,46.672 7.136,47.818 7.396,48.914C7.854,50.848 8.96,52.283 10.981,52.799C11.456,52.921 11.97,52.926 12.466,52.926C23.281,52.933 34.097,52.931 44.913,52.931C47.749,52.931 49.764,51.26 50.119,48.438C50.617,44.477 51.007,40.501 51.442,36.533C51.452,36.443 51.443,36.351 51.443,36.227L42.758,36.227L42.758,36.845C42.758,39.535 42.76,42.224 42.757,44.914C42.755,47.128 41.415,48.477 39.211,48.479C36.599,48.482 33.987,48.482 31.374,48.479C29.193,48.477 27.859,47.148 27.843,44.964C27.838,44.273 27.836,43.582 27.844,42.89C27.852,42.145 28.148,41.778 28.717,41.787C29.276,41.795 29.562,42.167 29.568,42.917C29.575,43.627 29.56,44.338 29.574,45.049C29.596,46.165 30.179,46.749 31.3,46.753C33.971,46.763 36.641,46.764 39.311,46.753C40.368,46.748 41.018,46.149 41.021,45.144C41.033,40.784 41.025,36.422 41.023,32.062C41.023,32.005 41.007,31.95 40.991,31.847L29.61,31.847C29.597,32.057 29.572,32.278 29.572,32.498C29.569,34.418 29.571,36.339 29.569,38.261C29.569,38.453 29.571,38.647 29.542,38.835C29.471,39.302 29.168,39.56 28.715,39.564C28.234,39.567 27.9,39.3 27.867,38.802C27.829,38.208 27.847,37.612 27.842,37.017C27.84,36.771 27.842,36.525 27.842,36.238L5.926,36.238C6.084,37.701 6.238,39.128 6.392,40.555C6.429,40.899 6.476,41.242 6.499,41.586C6.534,42.13 6.24,42.519 5.76,42.586C5.298,42.651 4.879,42.34 4.811,41.796C4.612,40.196 4.431,38.593 4.275,36.989C4.223,36.45 4.141,36.074 3.536,35.806C2.264,35.245 1.661,33.792 1.977,32.421C2.281,31.106 3.486,30.125 4.909,30.081C5.81,30.051 6.712,30.075 7.664,30.075C7.959,28.482 8.722,27.193 10.082,26.313C11.428,25.443 12.893,25.241 14.481,25.634C15.573,23.192 17.396,21.727 20.135,21.773C22.849,21.82 24.631,23.297 25.61,25.703C26.612,25.576 27.593,25.336 28.567,25.361C29.526,25.385 30.479,25.675 31.512,25.863C31.511,25.866 31.568,25.731 31.612,25.594C31.969,24.492 32.566,23.543 33.436,22.776C33.914,22.354 34.405,22.359 34.755,22.762C35.078,23.131 35.033,23.626 34.599,24.037C33.648,24.936 33.127,26.02 33.055,27.337C33.003,28.277 32.331,28.58 31.531,28.053C29.646,26.811 27.701,26.704 25.703,27.752C24.799,28.225 24.305,27.994 24.121,26.982C23.733,24.85 22.046,23.446 19.915,23.483C18.093,23.515 16.472,24.818 16.028,26.606C15.758,27.694 15.444,27.855 14.399,27.437C12.286,26.594 9.88,27.853 9.488,30.039L49.106,30.039C49.286,28.255 47.696,26.434 45.82,26.249C45.017,26.17 44.256,26.291 43.531,26.664C42.765,27.057 42.35,26.864 42.037,26.04C41.313,24.135 39.95,23.061 37.899,22.896C37.23,22.843 36.857,22.5 36.889,21.964C36.92,21.434 37.316,21.134 38.007,21.178C40.145,21.313 41.802,22.298 42.991,24.071C43.498,24.829 43.486,24.837 44.482,24.495L46.71,24.669Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M29.568,18.242C29.568,19.164 29.578,20.085 29.565,21.007C29.556,21.658 29.244,22.019 28.723,22.031C28.176,22.043 27.849,21.674 27.846,20.988C27.836,19.164 27.837,17.339 27.845,15.515C27.849,14.817 28.161,14.458 28.713,14.465C29.259,14.472 29.559,14.833 29.566,15.534C29.576,16.436 29.569,17.339 29.568,18.242Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M25.999,17.434C25.999,18.104 26.008,18.775 25.997,19.446C25.984,20.125 25.657,20.5 25.115,20.49C24.591,20.481 24.281,20.124 24.276,19.469C24.265,18.128 24.264,16.787 24.277,15.446C24.284,14.801 24.612,14.455 25.149,14.465C25.661,14.475 25.976,14.812 25.993,15.422C26.012,16.092 25.998,16.764 25.999,17.434Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M33.136,17.504C33.136,18.174 33.15,18.845 33.132,19.516C33.116,20.143 32.768,20.507 32.245,20.49C31.744,20.474 31.423,20.123 31.417,19.515C31.403,18.154 31.403,16.794 31.417,15.434C31.423,14.818 31.737,14.479 32.246,14.465C32.783,14.45 33.117,14.797 33.132,15.435C33.15,16.124 33.136,16.814 33.136,17.504Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M27.805,31.828L27.805,34.433C27.598,34.445 27.397,34.464 27.196,34.464C19.921,34.466 12.647,34.466 5.373,34.464C5.143,34.464 4.909,34.469 4.684,34.43C4.107,34.33 3.672,33.814 3.634,33.218C3.594,32.602 3.975,32.052 4.59,31.881C4.807,31.821 5.043,31.803 5.271,31.803C12.603,31.799 19.935,31.8 27.267,31.801C27.435,31.801 27.603,31.818 27.805,31.828Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848L23.855,10.848C23.93,8.72 26.255,6.758 28.676,6.746C31.126,6.734 33.475,8.695 33.551,10.848Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M42.784,34.466L42.784,31.838C42.955,31.825 43.102,31.802 43.251,31.802C46.226,31.8 49.202,31.798 52.177,31.805C52.422,31.805 52.68,31.832 52.911,31.91C53.482,32.102 53.822,32.667 53.764,33.262C53.703,33.889 53.246,34.368 52.621,34.444C52.43,34.467 52.237,34.465 52.045,34.465C49.166,34.466 46.286,34.466 43.407,34.466L42.784,34.466Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M9.817,54.443C11.083,54.552 12.147,54.643 13.287,54.742C12.58,55.929 11.748,56.966 10.407,57.459C9.96,57.624 9.583,57.332 9.593,56.773C9.606,55.983 9.739,55.195 9.817,54.443Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M44.091,54.745C45.252,54.644 46.315,54.552 47.455,54.454C47.766,55.175 47.938,56.006 47.806,56.876C47.714,57.478 47.342,57.647 46.738,57.367C45.559,56.821 44.799,55.848 44.091,54.745Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848C33.475,8.695 31.126,6.734 28.676,6.746C26.255,6.758 23.93,8.72 23.855,10.848L33.551,10.848Z' style='fill:rgb(35,31,32);fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848L23.855,10.848C23.93,8.72 26.255,6.758 28.676,6.746C31.126,6.734 33.475,8.695 33.551,10.848Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848C33.475,8.695 31.126,6.734 28.676,6.746C26.255,6.758 23.93,8.72 23.855,10.848L33.551,10.848Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848L23.855,10.848C23.93,8.72 26.255,6.758 28.676,6.746C31.126,6.734 33.475,8.695 33.551,10.848Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848C33.475,8.695 31.126,6.734 28.676,6.746C26.255,6.758 23.93,8.72 23.855,10.848L33.551,10.848Z' style='fill:rgb(151,151,154);fill-rule:nonzero;'/%3E%3Cpath d='M33.551,10.848L23.855,10.848C23.93,8.72 26.255,6.758 28.676,6.746C31.126,6.734 33.475,8.695 33.551,10.848Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}
.properties__list-item--stage {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 84 75' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.207921,0,0,0.292316,-4.14356,-15.535)'%3E%3Cg id='Этажность'%3E%3Crect x='19.929' y='53.143' width='404' height='256.571' style='fill:none;'/%3E%3Cg transform='matrix(4.80952,0,0,3.42096,11.3401,54.3978)'%3E%3Cpath d='M73.116,25.089L48.291,11.269L23.434,25.02L23.434,33.686L32.007,29.331L53.167,40.67L54.366,67.878L73.493,67.878L73.116,25.089Z' style='fill:rgb(33,160,56);'/%3E%3C/g%3E%3Cg transform='matrix(4.80952,0,0,3.42096,-52.6437,81.2767)'%3E%3Cpath d='M63.107,31.741L45.422,22.231L25.666,32.966L23.434,33.686L23.324,43.169L23.324,65.778L67.519,65.778L67.519,38.509L63.107,31.741Z' style='fill:rgb(33,160,56);'/%3E%3C/g%3E%3Cg transform='matrix(6.11838,0,0,4.35192,32.4864,52.9501)'%3E%3Cg id='house-floors_Монтажная-область-1--1---1-.eps' serif:id='house floors_Монтажная область 1 (1) (1).eps'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg transform='matrix(1,0,0,1,0.0230153,0.230156)'%3E%3Crect x='24.191' y='43.223' width='7.809' height='13.777' style='fill:rgb(34,161,73);'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1,-6.277,14.0988)'%3E%3Cpath d='M35.777,36.115C36.03,35.935 36.263,35.65 36.54,35.6C36.933,35.529 37.203,35.811 37.206,36.232C37.209,36.646 36.955,36.946 36.56,36.89C36.283,36.851 36.041,36.571 35.782,36.398C35.781,36.303 35.779,36.208 35.777,36.115Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3Cpath d='M30.279,29.641L30.279,27.8L28.449,27.8L28.449,29.641L30.279,29.641ZM24.647,27.786L24.647,29.637L26.469,29.637L26.469,27.786L24.647,27.786ZM30.298,23.996L28.451,23.996L28.451,25.812L30.298,25.812L30.298,23.996ZM26.478,23.999L24.648,23.999L24.648,25.83L26.478,25.83L26.478,23.999ZM32.213,26.812C32.213,28.001 32.217,29.191 32.212,30.38C32.209,31.233 31.876,31.567 31.023,31.568C28.644,31.573 26.266,31.573 23.887,31.568C23.034,31.567 22.702,31.233 22.7,30.379C22.696,28 22.696,25.622 22.7,23.244C22.702,22.389 23.033,22.058 23.888,22.056C26.267,22.052 28.645,22.052 31.024,22.056C31.877,22.058 32.209,22.391 32.212,23.245C32.217,24.434 32.213,25.623 32.213,26.812Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M44.072,29.639L45.918,29.639L45.918,27.803L44.072,27.803L44.072,29.639ZM40.271,29.633L42.107,29.633L42.107,27.808L40.271,27.808L40.271,29.633ZM44.079,23.982L44.079,25.826L45.912,25.826L45.912,23.982L44.079,23.982ZM40.275,23.984L40.275,25.824L42.104,25.824L42.104,23.984L40.275,23.984ZM43.151,22.055C44.34,22.055 45.529,22.05 46.718,22.057C47.499,22.062 47.85,22.405 47.852,23.179C47.859,25.597 47.859,28.015 47.852,30.433C47.85,31.213 47.502,31.565 46.73,31.567C44.312,31.574 41.893,31.574 39.475,31.568C38.695,31.566 38.344,31.219 38.342,30.445C38.336,28.026 38.336,25.608 38.342,23.19C38.344,22.409 38.689,22.062 39.464,22.057C40.693,22.049 41.921,22.055 43.151,22.055Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M44.077,45.518L45.914,45.518L45.914,43.692L44.077,43.692L44.077,45.518ZM42.108,45.539L42.108,43.691L40.292,43.691L40.292,45.539L42.108,45.539ZM44.084,39.872L44.084,41.705L45.907,41.705L45.907,39.872L44.084,39.872ZM42.113,41.717L42.113,39.88L40.287,39.88L40.287,41.717L42.113,41.717ZM47.855,42.697C47.855,43.886 47.859,45.076 47.854,46.265C47.85,47.117 47.517,47.451 46.664,47.453C44.285,47.457 41.907,47.457 39.528,47.453C38.675,47.451 38.343,47.117 38.341,46.262C38.337,43.884 38.337,41.505 38.341,39.127C38.343,38.273 38.675,37.942 39.531,37.941C41.909,37.937 44.288,37.936 46.666,37.941C47.519,37.942 47.85,38.275 47.854,39.129C47.859,40.319 47.855,41.507 47.855,42.697Z' style='fill-rule:nonzero;'/%3E%3Cpath d='M13.725,48.508L17.457,48.508L17.457,44.777L13.725,44.777L13.725,48.508ZM15.668,42.842C16.541,42.842 17.413,42.835 18.285,42.844C19.058,42.852 19.402,43.198 19.405,43.98C19.412,45.763 19.413,47.547 19.405,49.332C19.401,50.103 19.049,50.449 18.269,50.452C16.485,50.458 14.701,50.458 12.917,50.452C12.145,50.448 11.801,50.097 11.798,49.315C11.792,47.531 11.791,45.748 11.798,43.963C11.801,43.19 12.15,42.85 12.934,42.844C13.845,42.836 14.757,42.842 15.668,42.842Z' style='fill-rule:nonzero;'/%3E%3Crect x='24.648' y='23.999' width='1.83' height='1.831' style='fill:white;'/%3E%3Crect x='28.451' y='23.996' width='1.847' height='1.816' style='fill:white;'/%3E%3Crect x='24.647' y='27.786' width='1.822' height='1.851' style='fill:white;'/%3E%3Crect x='28.449' y='27.8' width='1.83' height='1.841' style='fill:white;'/%3E%3Crect x='40.275' y='23.984' width='1.829' height='1.84' style='fill:white;'/%3E%3Crect x='44.079' y='23.982' width='1.833' height='1.844' style='fill:white;'/%3E%3Crect x='40.271' y='27.808' width='1.836' height='1.825' style='fill:white;'/%3E%3Crect x='44.072' y='27.803' width='1.846' height='1.836' style='fill:white;'/%3E%3Crect x='40.287' y='39.88' width='1.826' height='1.837' style='fill:white;'/%3E%3Crect x='44.084' y='39.872' width='1.823' height='1.833' style='fill:white;'/%3E%3Crect x='40.292' y='43.691' width='1.816' height='1.848' style='fill:white;'/%3E%3Crect x='44.077' y='43.692' width='1.837' height='1.826' style='fill:white;'/%3E%3Crect x='13.725' y='44.777' width='3.732' height='3.731' style='fill:white;'/%3E%3Cpath d='M21.703,23.389L1,35.495L1,39.531L5.035,39.531L21.703,30.056L38.372,39.531L42.407,39.531L42.407,35.495L21.703,23.389Z' style='fill:rgb(34,161,73);fill-rule:nonzero;'/%3E%3Cpath d='M21.703,23.389L1,35.495L1,39.531L5.035,39.531L21.703,30.056L38.372,39.531L42.407,39.531L42.407,35.495L21.703,23.389Z' style='fill:white;stroke:black;stroke-width:2px;'/%3E%3Cpath d='M4.421,40.443L4.421,58.216L39.161,58.216L39.161,40.443' style='fill:none;stroke:black;stroke-width:2px;'/%3E%3Cg%3E%3Cg transform='matrix(2.81259e-17,0.459331,-0.459331,2.81259e-17,50.0549,41.0121)'%3E%3Cpath d='M4.421,39.257L4.421,58.216L39.161,58.216L39.161,40.443' style='fill:none;stroke:black;stroke-width:4.35px;'/%3E%3C/g%3E%3Cg transform='matrix(2.81259e-17,-0.459331,0.459331,2.81259e-17,6.18209,61.0307)'%3E%3Cpath d='M4.421,39.257L4.421,58.216L39.161,58.216L39.161,40.443' style='fill:none;stroke:black;stroke-width:4.35px;'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M34.5,1.096L11.001,14.837L11.001,19.418L15.581,19.418L34.5,8.664L53.419,19.418L58,19.418L58,14.837L34.5,1.096Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M34.5,1.096L11.001,14.837L11.001,19.418L15.581,19.418L34.5,8.664L53.419,19.418L58,19.418L58,14.837L34.5,1.096Z' style='fill:none;stroke:black;stroke-width:2px;'/%3E%3Cpath d='M42.626,53.69L54.315,53.69L54.315,19.708' style='fill:none;stroke:black;stroke-width:2px;'/%3E%3Cpath d='M14.965,20L14.965,22.564' style='fill:none;stroke:black;stroke-width:2px;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left;
}

.properties__list-item--price {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	background: none;
}

.properties__list-item span {
	font-weight: normal;
	font-size: 25px;
	color: #21A038;
	font-weight: 700;
}

.product-item-detail-slider-controls-image {
    outline: none;
    background-color: transparent;
}

.properties__list-item p {
	font-family: "Gotham Pro", "Arial", sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.catalog__detail .project__articul {
	font-family: "Gotham Pro", "Arial", sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.catalog-section__name {
	text-align: center;
	margin-top: 60px;
	font-size: 31px;
	font-weight: 700;
	color: #939393;
	text-transform: uppercase;
}

.swiper-container__home .swiper-slide.swiper-slide-next, .swiper-container__home .swiper-slide.swiper-slide-prev {
	transform: translate3d(0px, 0px, 0) rotateX(0deg) rotateY(0deg) scale(0.8) !important;
}

.swiper-container__home .swiper-slide.swiper-slide-active {
	transform: translate3d(0px, 0px, 0) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.catalog__detail .section__title { 
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-item-detail-slider-block {
	overflow: hidden;
}

.catalog__detail .projects .section__title {
    margin-top: 0px;
}

.project__props .section__title {
	color: #ffffff;
	margin-bottom: 10px;
    margin-top: 15px;
	line-height: 1.5;
}

.product-item-detail-slider-image img {
    width: 100%;
    height: auto;
}

.catalog__detail .feedback__form-box {
	margin: 0 auto;
	width: 500px;
	max-width: 500px;
}

.catalog__detail .projects .filter-tabs {
    margin-top: 0;
    margin-bottom: 85px;
}

.product-item-detail-tabs-container-fixed.active {
    opacity: 0;
}

.projects .projects__wrapper {
	padding: 10px 20px 50px;
}

.product-item-detail-slider-images-container {
    top: -164px;
    bottom: -164px;
}

.developer__logo:hover svg path#alpha {
    fill: url(#logo-gradient) !important;
}

/* form popup*/

.modal-header {
	width: 100%;
    height: 270px;
    overflow: hidden;
    overflow: hidden;
    background-color: transparent;
	border-radius: 20px 20px 50% 50%;
    border-color: transparent;;
}

.modal-dialog {
	position: relative;
}

.social__icon {
	fill: #939393;
}

.contacts__social-item.youtube:hover .social__icon {
	fill:#ff0201;
}

.contacts__social-item.vk:hover .social__icon {
	fill:#0077fe;
}

.contacts__social-item.telegram:hover .social__icon {
	fill:#26a4e5;
}

.contacts__social-item.telegram .social__icon #center {
	fill: #292929 !important;
}

.contacts__social-item:hover path #center {
	fill: #fff !important;
}

.contacts__social-item.youtube:hover .social__icon #center3 {
	fill: #fff !important;
}


#modal-header .modal-content {
	overflow: visible;
}

#modal-header .close {
	top: -60px;
    left: calc(50% - 29px);
    position: absolute;
	font-size: 40px;
}

#modal-header .modal-header,
#modal-main .modal-header {
    background: url(/img/feedback.webp) no-repeat center;
    background-size: 100%;
}

.modal-header {
	top: 0px;
    left: 0px;
    width: 100%;
    padding: 2.8rem;
    padding-bottom: 10px;
}

#modal-stock .modal-header {
    background: url(/img/stockform.webp) no-repeat top center;
    background-size: 100%;
}

#modal-timer-popup .modal-header {
    background: url(/img/credit.webp1) no-repeat top center;
    background-size: 100%;
}

#modal-present .modal-header {
    background: url(/img/presentform.webp) no-repeat top center;
    background-size: 100%;
}

#modal-own-project .modal-header {
    background: url(/img/formown.webp) no-repeat top center;
    background-size: 100%;
}

#modal-services .modal-header {
    background: url(/img/formservices.webp) no-repeat top center;
    background-size: 100%;
}

#modal-we-build .modal-header {
    background: url(/img/formwebuild.webp) no-repeat top center;
    background-size: 100%;
}
#modal-widjet .modal-header {
    height: fit-content;
}

#modal-success .modal-content {
    padding-top: 0;
}

#modal-success .modal-header {
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#modal-success .modal-title {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 0;
}

#modal-success .contacts__social {
    max-width: 330px;
    margin: 0 auto;
    padding: 20px;
	justify-content: center;
}

#modal-success .modal-body p {
	text-align: center;
	color: #979799;
}

#quiz .btn1 {
	border-radius: 30px;
	outline: none;
	color: #ffffff;
}

#quiz .btn1--green {
    background-color: #21a038;
    border-color: #21a038;
}


body.modal-open {
  overflow: visible;
	/*overflow: hidden;*/
}
.modal {
    width: 100%;
    height: 100%;
	z-index: 9999;
}

.modal .close {
	top: -60px;
    left: calc(50% - 29px);
    position: absolute;
	font-size: 40px;
    width: 50px;
    height: 50px;
    /*border-radius: 50px;
	border: 2px solid #ffffff;*/
    padding: 0;
	/*background-color: #000;
    color: #ffffff;*/
	margin: 0 auto;
	float: none;
	text-shadow: 0 0 0 #fff;
	background: url("../img/popup__close.svg") no-repeat center center;
}

.modal .close:focus {
	outline: 0;
}

.modal .close span {
	/*height: 22px;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 22px;
	right: 0;
	margin: auto;
	bottom: 0;
	align-content: end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;*/
	/*font-size: 40px;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	top: -1px;*/
	display: none;
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) {
		.modal .close span {
			position: absolute;
			width: 33px;
			height: 33px;
			top: 6px;
			left: 6px;
			line-height: 1;
			display: inline-block;
		}
	}
}


.modal-content {
	overflow: visible;
	padding-top: 0;
	background: #323233;
	border-radius: 20px;
}

.modal-title,
.form-title {
    font-family: "Gotham Pro", "Arial", sans-serif;
	text-transform: uppercase;
    text-align: center;
    font-size: 30px;
	font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
	margin-bottom: 30px;
}

.modal-subtitle,
.form-subtitle {
    font-family: "Gotham Pro", "Arial", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #979799;
	margin-bottom: 35px;
}

.modal-body {
    padding: 2.8rem;
	padding-top: 10px;
}

.form__input {
	margin-bottom: 35px;
    min-height: 60px;
}

.modal .note-terms label,
.form_inline .note-terms label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	font-weight: 100;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
	text-align: center;
	margin-top: 30px;
}

.note-terms a {
	color: #ffffff;
	text-decoration: underline;
}

.credit .contact-form {
	max-width: 280px;
}

.timer-popup__btn {
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}

.catalog__detail .section__wrapper {
	padding: 30px 0 0 0 ;
}

.show-slide__icon-wrapper {
	display: none;
}

.catalog__detail .feedback__text {
	width: 100%;
}

.feedback__form-box .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback__form-box .inner-column {
	z-index: 1;
}

.form_inline .submit-btn {
	width: 100%;
}

.calc__box .inner-column {
	position: relative;
	z-index: 1;
}

.calc__form .form__group--last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
	margin-bottom: 0;
}

.d-none {
    display: none !important;
}

.flex-control-nav {
	opacity: 0;
}

.servicesbani__flexslider .flex-control-nav {
	opacity: 0;
	z-index: -1;
}

.fancybox-content {
    background: transparent;
}

.ymaps-default-cluster ymaps {
	opacity: 0 !important;
	color: transparent !important;
}

/*плавающая кнопка старта квиза*/
.svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.fixed_wrapper {
	cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
}
.right-sidebar-wrapper {
    position: absolute;
    right: -1px;
    width: 48px;
    box-shadow: -7px 5px 11px rgb(0 0 0 / 10%);
    border-radius: 4px 0 0 4px;
    top: 350px;
    overflow: hidden;
	height: 55px;
}
.right-sidebar-wrapper i svg {
	width: 40px;
	height: 40px;
	position: relative;
}

.right-sidebar-wrapper div {
	position: relative;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
	background: #a7d6d1;
	box-shadow: -6px 0 18px rgba(169, 220, 178, 0.32);
}

.right-sidebar-wrapper div > * {
	position: relative;
	z-index: 2;
}

.right_dok .link {
    display: block;
    position: relative;
}

.right_dok .link>span {
    display: block;
    height: 100%;
    text-align: center;
	padding: 8px 0 7px;
}

.right-sidebar-wrapper div::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(100deg, #93cac3 0%, #b5ded2 34%, #d2ebdc 66%, #b8e363 100%);
    background-size: 260% 260%;
    animation: glowing 4.2s ease-in-out infinite;
    z-index: 0;
}


.right-sidebar-wrapper div::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.credit__marquee-wrapper {
	display: flex;
	flex-directtion: row;
	justify-content: flex-start;
}

.credit__marquee {
	display: inline-block;
	vertical-aligne: middle;
    padding: 5px;
    font-size: 20px;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #000;
  font-size: 22px;
  /*font-family: "Gotham Pro Regular", "Arial", sans-serif;*/
  font-weight: 600;
	padding-top: 15px;
	color: #fff;
	max-height: 90px;
	height: 90px;
	white-space: nowrap;
}

.marquee img {
	height: 60px;
	width: auto;
	margin-left: 40px;
}

.track {
 /* position: absolute;*/
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

.prizes__title-date {
	text-transform: uppercase;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes glowing {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 35%; }
    50% { background-position: 85% 100%; }
    75% { background-position: 15% 80%; }
    100% { background-position: 0% 50%; }
}

/* 11111111111111111111111111111111111111111111111111111111111111 */

.inner {
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
  }

.hero {
	margin: 0 auto;
	background-image: url(/img/hero-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  
  .hero__wrapper {
	padding: 215px 0 15px;
  }

  .hero__blocks {
	display: flex;
  }

  .hero__left-block {
	display: flex;
	flex-direction: column;
  }

  .hero__left-text-top {
	color: #fff;
	text-align: left;
	text-shadow: 0px 0px 5px #000;
	font-family: Gotham Pro;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 125% */
  }

  .hero__left-text-bot {
	color: #fff;
	text-align: left;
	font-family: Gotham Pro;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 208.333% */
  }

  .quality {
	background-image: url(/img/quality-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
  }

  .quality__wrraper {
	/*padding: 50px 0 37px;*/
	  padding: 25px 0 50px;
  }

  .quality__list {
	display: flex;
	gap: 55px;
  }

  .quality__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/*gap: 20px;*/
  }

  .quality__block-img {
	position: relative;
	padding: 35px 30px;
	width: 100px;
	height: 110px;
	border-radius: 10px;
	background: linear-gradient(88deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 99.66%);
	-webkit-backdrop-filter: blur(28.4186038971px);
			backdrop-filter: blur(28.4186038971px);
  }

  .quality__block-img--one::after,
  .quality__block-img--two::after,
  .quality__block-img--three::after,
  .quality__block-img--four::after,
  .quality__block-img--five::after,
  .quality__block-img--six::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 100%;
  }

  .quality__block-img--one::after {
	background-image: url(/img/quality-1.svg);
  }

  .quality__block-img--two::after {
	background-image: url(/img/quality-2.svg);
  }

  .quality__block-img--three::after {
	background-image: url(/img/quality-3.svg);
  }

  .quality__block-img--four::after {
	background-image: url(/img/quality-4.svg);
  }

  .quality__block-img--five::after {
	background-image: url(/img/quality-5.svg);
  }

  .quality__block-img--six::after {
	background-image: url(/img/quality-6.svg);
  }/*# sourceMappingURL=style.css.map */

  .hero .feedback__form-box {
    margin: 0 auto;
    width: 470px;
    padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-index {
	padding: 55px 0;
	background: #212121;
	position: relative;
}

.portfolio-index__title.title-h2 {
	margin-bottom: 10px;
}

.portfolio-index__subtitle {
	font-family: Gotham Pro;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

#tabs__portfolio .ui-tabs-nav {
	margin-bottom: 40px;
}

.portfolio__block-button {
	padding: 120px 0 15px;
	text-align: center;
	display: flex;
	gap: 70px;
	justify-content: center;
}

.portfolio__block-button a {
	max-width: 480px;
	width: 100%;
	background: #21A038;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	gap: 10px;
	border-radius: 50px;
	padding: 20px 0px 20px 40px;
	align-items: center;
	font-weight: 700;
	transition: background-color .3s ease-in-out;
}

.portfolio__block-button a:hover {
	background-color: #11501c;
}

.portfolio__block-button .portfolio__block-button__bani {
	width: 40px;
	height: 40px;
	background: url("/bitrix/templates/pplk/img/indexpage/icon_bani-index.svg") #fff center 2px no-repeat;
	border-radius: 50%;
}

.portfolio__block-button .portfolio__block-button__home {
	width: 40px;
	height: 40px;
	background: url("/bitrix/templates/pplk/img/indexpage/icon_home-index.svg") #fff center 3px no-repeat;
	border-radius: 50%;
}

.hero__bani {
	margin: 0 auto;
	background-image: url(/bitrix/templates/pplk/img/bani/hero-bg__new.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mainSwiper {
	position: relative;
}

.mainSwiper.swiper-horizontal .swiper-pagination {
	bottom: 35px;
}

.mainSwiper .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
}

.mainSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.mainslidertop {
	position: relative;
	height: 1000px;
}

.mainslidertop .mainSwiper  {
	height: 770px;
}

.mainslidertop .main-hero__slide {
	display: flex;
	align-items: center;
}

.mainslidertop .inner {
	width: 100%;
}

.mainslider__form {
	position: absolute;
	bottom: 120px;
	z-index: 999;
	right: 100px;
}

.form__policy label {
	display: flex;
}

span.checkbox__form-label {
	display: block;
	border: 0.5px solid #676767;
	border-radius: 3px;
	width: 12px;
	height: 12px;
	background: #676767;
}
input.checkbox__form {
	display: none !important;
}
input.checkbox__form:checked + span.checkbox__form-label {
	border: 0.5px solid #FFF;
	background-image: url("/bitrix/templates/pplk/img/checkbox__select.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

	/* swiper portfolio */
.portfolio__block .swiper-container * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.portfolio__block .swiper-container {
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	transition: opacity .6s ease;
}
.portfolio__block-foto.portfolio__block .swiper-container {
	height: auto;
}
.portfolio__block .swiper-container img {
	border-radius: 10px;
}
.portfolio__block .swiper-container.swiper-container-coverflow {
	padding: 2% 0 calc(2% + 30px) 0;
}
/*.portfolio__block .swiper-container:hover .swiper-button-prev,
.portfolio__block .swiper-container:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}*/
.portfolio__block .swiper-slide {
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	transition: all .3s ease;
}

.portfolio__block .swiper-slide .swiper-slide-shadow-coverflow {
	border-radius: 10px;
}
.portfolio__block .swiper-slide.swiper-slide-active {
	border: 10px solid rgb(95 95 95);
	transition: all .5s ease;
}
/*.portfolio__block .swiper-slide .swiper-content {
	position: absolute;
	bottom: 4%;
	left: 2%;
	max-width: 70%;
	padding: 10px 16px;
	color: #fff;
	font-family: Verdana, sans-serif;
	background: rgba(0,0,0,0.6);
}
.portfolio__block .swiper-slide .swiper-content .swiper-title {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.portfolio__block .swiper-slide .swiper-content .swiper-caption {
	display: block;
	font-size: 15px;
	line-height: 1.4;
}*/
.portfolio__block [class^="swiper-button-"] {
	width: 44px;
	/*opacity: 0;
	visibility: hidden;*/
}
.portfolio__block .swiper-button-prev {
	transform: translateX(400%) translateY(-20px);
}
.portfolio__block .swiper-button-next {
	transform: translateX(-400%) translateY(-20px);
}
.portfolio__block .swiper-button-white {
	color: #fff;
	font-weight: 700;
}
.portfolio__block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	margin: 0 10px;
	bottom: 10px;
	position: relative;
	width: 25px;
	height: 25px;
	background-color: #888988;
	opacity: 1;
	transition: all .3s ease;
}
.portfolio__block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 71px;
	height: 25px;
	border: 0;
	border-radius: 20px;
	background-color: #ffff;
}
.portfolio__block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover,
.portfolio__block .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.portfolio__block .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -80px;
}

.credit_doma  {
	position: relative;
	background: url("/img/credit_2560.png") no-repeat 0 #323233;
	background-size: cover; }

@media (max-width: 2031px) {
	.credit_doma  {
		background: url("/img/credit_2031.png") no-repeat center;
	}
}
@media (max-width: 1920px) {
	.credit_doma  {
		background: url("/img/credit_1920.png") no-repeat center;
	}
}

@media (max-width: 1680px) {
	.credit_doma  {
		background: url("/img/credit_1680.png") no-repeat center;
	}
}

@media (max-width: 1280px) {
	.credit_doma  {
		background: url("/img/credit_1280.png") no-repeat center;
	}
}

@media (max-width: 1024px) {
	.credit_doma  {
		background: url("/img/credit_1024.png") no-repeat center;
	}
}
@media (max-width: 992px) {
	.itn_phone {
		height: 44px;
		min-width: 44px;
		width: 44px;
	}
}
