.main-container {
}
.main-container::after {
	content: '';
	display: block;
	clear: both;
}

.main-container .constructor-container-img {
	background-image: url('/uploads/verstak/verstak.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 410px;
	height: 410px;
	position: relative;
	margin-top: 30px;
}

.main-container .constructor-container-img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.main-params {
	padding: 0px 20px 5px 0;
}

.additional >div:first-child{
	border-top: 0 none;
}

.main-params .param-item {
	margin: 5px 0;
}

.main-params label {
	font-size: 12px;
}

.main-params h4 {
	color: #000;
	padding: 0;
	margin: 10px 0;
	font-weight: normal;
}

.constructor-container .help {
	font-size: 11px;
	cursor: default;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url('/uploads/verstak/help2.gif');
	position: relative;
	left: 3px;
	top: -4px;
}

table.nostyle,
table.nostyle tr,
table.nostyle tr td {
	border: none;
	padding: 0;
	margin: 0;
}

.main-params input[type=checkbox] {
	vertical-align: -1px;
}

.constructor-container-form .additional.visible {
	display: block !important;
}

.calc-grey-title .clear-btn{
	position: absolute;
top: 3px;
right: 10px;
}

#show_additional {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
text-align: left;
}

#show_additional:not(.active) {
	background: #2065b6;
	color:  #000;
	cursor: default;
}

.prog_count_container_wrap {
	width: 100%;

}

#result .prog_count_container_wrap table,
#result .prog_count_container_wrap table tr,
#result .prog_count_container_wrap table tr td {
	border: none;
	margin: 0;
	text-align: left;
}

.buy {
	border: none;
	background: #fbcc2d;
	width: 80px;
	height: 28px;
	color: #000;
	margin: 10px 0 20px;
	cursor: pointer;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 500;
	display: none;
}

.popup-overlay .popup {
	background: #fff;
	width: 250px;
	margin: 200px auto;
	padding: 20px;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}

.popup-overlay .popup .close {
	color: #fff;
	background: rgba(200, 0, 0, 0.7);
	padding: 2px 5px;
	cursor: pointer;
	float: right;
	margin: -12px -5px 0 0;
	font-size: 12px;
	font-weight: bold;
}

.popup-overlay .popup input,
.popup-overlay .popup textarea {
	width: 100%;
	max-width: 100%;
	font-family: Arial;
	font-size: 12px;
}

.popup-overlay .popup input {
	height: 22px;
	line-height: 22px;
}

.popup-overlay .popup input[type=submit] {
	border: none;
	background: #015196;
	color: #fff;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
}

.main-container .cab-message {
	color: rgb(225, 0, 0);
	font-size: 11px;
	margin-top: 12px;
	display: none;
}

#result table tr th,
#result table tr td {
	padding: 8px 5px;
}

input[name=perforated_screen] {
	float: right;
	margin-right: 57px;
}
input[name=perforated_screen_2] {
	float: right;
	margin-right: 57px;
}
input[name=perforated_screen_light] {
	float: right;
	margin-right: 57px;
}
.clear-btn {
	cursor: pointer;
	float: right;
	font-size: 12px;
	color: #015196;
}

.clear-btn:hover {
	text-decoration: underline;
}
.calc-sidebar{
	float: right;
width: 410px;
}
.calc-sidebar .main-container .constructor-container-img{
	float: none;
}

.calc-grey-title{
	position: relative;
	overflow: hidden;
	background: #2065b6;
	color: #000;
	margin: 0 -20px 0 0;
	text-align: left;
	padding: 0 10px;
}
.param-item-wrap{
	padding: 15px 0 0;
}

.main-params table.nostyle{
	margin-top: 20px;
}
.clac-list-form li.active #show_additional, .clac-list-form li.active .calc-grey-title{
	background-color: rgb(251, 204, 45);
}

.clac-list-form li.active .clear-btn{
	color: #fff;
}

.digit.price{
font-size: 17px;
}

.digit.total-price{
	font-size: 20px;
}

.clear-btn2 {
	position: absolute;
	top: 22px;
	left: 308px;
	cursor: pointer;
	float: right;
	font-size: 16px;
	color: #FF0000;
}
.clac-list-form {
	padding: 0;
	list-style: none;
}