

/* Start:/local/components/ma/calc.dompartment.door/templates/.default/style.css?17068429104113*/
.calc {}

.calc-section {
	margin-bottom: 30px;
}

.calc-section-title {}

.calc-section-holder {
	display: flex;
	justify-content: space-around;
}

.item-pucture {
	display: flex;
	/*border: 2px solid rgba(255,255,255,0);*/
	border: 5px solid rgba(255,255,255,0);
	border-radius: 14px;
}

input:checked+.item-pucture {
	/*border-color: #f2f2f2;*/
	border-color: #004394;
}

.profile-images {
	display: flex;
	justify-content: center;
}

.profile-image-item {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.profile-image-item.color {
	margin-left: 20px;
	border: 1px solid #f2f2f2;
}

.profile-image-item img {
	width: 190px;
	height: 95px;
}

.profile-image-item.color img {
	width: 95px;
}

.item {}

.calc input[type="radio"] {
	display: none;
}

.calc input[type="radio"]:checked+.item-name {
	text-decoration: underline;
}

.item label {}

.item-picture {
	display: block;
	padding: 2px;
	border: 5px solid rgba(255,255,255,0);
}

#calc_variant img {
	max-width: 200px;
}

input:checked+.item-picture {
	/*border-color: #f2f2f2;*/
	border-color: #004394;
}

.item-name {
	display: block;
	text-align: center;
}

.item-field {
	display: flex;
}

.item-field label {
	display: flex;
	width: 100%;
}

.item-field-name {
	display: flex;
	align-items: center;
	width: 45%;
}

.calc .item-field-control,
.calc .common_select {
	width: 55%!important;
}

.item-comment {
	margin-bottom: 20px;
}

.actions-holder {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.actions-holder .save {
	margin-left: 10px;
}

.calc-filling-holder {
	display: flex;
	justify-content: center;
}

.calc-filling-holder table {
	/*width: 100px;*/
	/*height: 320px;*/
}

.calc-filling-holder tr {}

.calc-filling-holder td {
	border: 2px solid #f2f2f2;
	background-size: cover;
	cursor: pointer;
}

.calc-filling-holder td.wood {
	background-image: url('/local/components/ma/calc.dompartment.door/templates/.default/images/wood.png');
}

.calc-filling-holder td.glass {
	background-image: url('/local/components/ma/calc.dompartment.door/templates/.default/images/glass.png');
}

/* RESULT */

.result {
}

.result .title {
	text-align: center;
}

.result .calc-top-block {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px dashed;
	margin-bottom: 20px;
}

.result .logo-holder {}

.result .logo-holder.system {}

.result .logo-holder.profile {
	margin-left: 20px;
}

.result .main-info {
	margin-left: auto;
}

.result .main-info .main-info-row {}

.result table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.result table td {
	padding: 3px 20px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.result table td:first-child {
	border-right-width: 1px;
	border-right-style: solid;
}

.result .image-holder {}

.result .image-description {
	margin: 20px 0;
	text-align: center;
}

.result .scheme {
	display: flex;
	justify-content: center;
}

.result .scheme-item {
	position: relative;
	width: 110px;
	height: 340px;
	border-width: 1px;
	border-style: solid;
	margin-right: 2px;
}

.result .scheme-item .image {
	text-align: center;
	position: relative;
}

.result .scheme-item .image.wood {
	background-image: url('/local/components/ma/calc.dompartment.door/templates/.default/images/wood_scheme.png');
}

.result .scheme-item .image.glass {
	background-image: url('/local/components/ma/calc.dompartment.door/templates/.default/images/glass_scheme.png');
}

.result .scheme-item .description {
	position: absolute;
	padding: 10px;
	border: 1px solid #f2f2f2;
	text-align: center;
	background: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 13px;
	white-space: nowrap;
}

.result .scheme-item .description span {
	display: block;
}

#doors_calc_popup {
	padding: 20px;
	font: 16px;
	box-shadow: 0 0 0 2000px rgba(0, 0, 0, .3);
}

.calc-popup-content {
	text-align: center;
}

.calc-popup-content .btn {
	margin: 0 25px;
}

.calc-popup-content .content-text {
	margin-bottom: 20px;
	font-size: 16px;
}

.fields-holder {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fields-holder .field-item {
	flex-basis: calc(33.3333% - 10px);
}

@media(max-width 768px) {
	.fields-holder {
		flex-direction: column;
	}
}

#calc_errors {
	background: #fee;
	color: #e83333;
	padding: 20px;
}
/* End */
/* /local/components/ma/calc.dompartment.door/templates/.default/style.css?17068429104113 */
