.constructor-result-element-price-wrapper {
    clear: both;
    overflow: hidden;
}
.constructor-elements-wrapper {
	overflow:hidden;
}
.constructor-elements-block {
	float: left;
	width: 100%;
}
.constructor-elements-block label {
	width: 80%;
}
.constructor-result-wrapper {
	width: 100%;
	overflow: hidden;
}
.constructor-result-element {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 0.7em;
	padding: 1em;
}
.constructor-result-element-picture {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	margin: auto;
	overflow: hidden; /* clearfix */
	position: relative;
}
.constructor-result-element-picture:before {
	content: "";
	padding-top: 100%;
	float: left;
	z-index: 100;
}
.action-btn {
	cursor: pointer;
	padding: 0.7em;
	color: #fff;
	background-color: #ce0e06;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
}
.constructor-error {
	background-color: #feff81;
	border: 1px solid #eff155;
	padding: 1em;
	margin-bottom: 1em;
}
.constructor-message {
	background-color: #78fc6a;
	border: 1px solid #60e353;
	padding: 1em;
	margin-bottom: 1em;
}
.constructor-result-element-price {
margin-bottom: 0.7em;
float: left;
padding: 0.3em;
text-align: center;
font-size: 0.8em;
font-weight: 600;
width: 50%;
}
.constructor-result-element-price-title {
font-size: 0.8em;
}
.constructor-result-element-price-value {
	font-size: 1.6em;
	font-weight: 600;
}
.constructor-result-element-title {
	margin-bottom: 0.7em;
}
.constructor-result-element-title div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (min-width: 640px) {
	.constructor-result-element {
		width:49%;
		margin-right: 2%;
	}
	.constructor-result-element:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 768px) {
	.constructor-result-element {
		width:32%;
		margin-right: 2%;
		margin-bottom: 1.2em;
	}
	.constructor-result-element:nth-child(2n) {
		margin-right: 2%;
	}
	.constructor-result-element:nth-child(3n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.constructor-elements-block {
		float: left;
		width: 30%;
	}
}
@media only screen and (min-width: 1200px) {
	.constructor-result-element {
		width:23.5%;
		margin-right: 2%;
	}
	.constructor-result-element:nth-child(3n) {
		margin-right: 2%;
	}
	.constructor-result-element:nth-child(4n) {
		margin-right: 0;
	}
}
.counter_block_constructor {
    box-sizing: border-box;
    border: 1px solid #f3f3f5;
    background: #f3f3f5;
    font-size: 0;
    width: 84px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 36px;
    white-space: nowrap;
}
.counter_block_constructor .minus, .counter_block_constructor .plus {
    font-size: 0;
    line-height: 40px;
    height: 34px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.counter_block_constructor input[type="text"] {
    width: 34px;
    border: 0;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    color: #666;
    font-size: 13px;
    height: 34px;
    border-radius: 0;
    text-align: center;
    line-height: 13px;
}
.counter_block_constructor > span::before {
    opacity: .7;
    display: inline-block;
    content: "";
    width: 24px;
    height: 34px;
    background: url(/bitrix/templates/aspro_next/images/ai.png) -80px -191px no-repeat;
    vertical-align: middle;
}
.counter_block_constructor > span.plus::before {
    background-position: -54px -191px;
}
.constructor-button {
    padding: 5px 15px;
    background-color: #cb1417;
    border: 1px solid #cb1417;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
}