 .clearfix:before, .clearfix:after, .clear:before, .clear:after, .clear:before, .clear:after {content: ""; display: table;}
.clearfix:after, .clear:after {clear: both;}
.clearfix,.clear {*zoom: 1;}
h1.text {
	padding: 35px 0 10px 18px!important;
}
.Content {
	padding: 0px !important;
}
.fasad-element {
	/* padding-left: 20px;
	padding: 15px 0 0 20px; */
}
#solution-detail {
	margin-bottom: 15px;
	display: flex;
}
@media (max-width: 991px) {
	#solution-detail {
		display: block;
	}
}
#solution-detail #solution-carousel-frame {
	/*width: 590px;*/
}
#solution-detail #solution-description {
	width: 314px;
	padding-left: 40px;
}
@media (max-width: 991px) {
	#solution-detail #solution-description {
		width: 100%;
		padding-left: 0;
	}
}
#solution-description a.drawing {
	display: inline-block;
	height: 28px;
	font: bold 12px/28px Tahoma;
	color: #34b0ee;
	background: url(img/drawing.png) no-repeat 0 50%;
	padding-left: 38px;
	margin-bottom: 5px;
}
#solution-description a.instruction {
	display: inline-block;
	height: 28px;
	font: bold 12px/28px Tahoma;
	color: #34b0ee;
	background: url(img/instruction.png) no-repeat 0 50%;
	padding-left: 38px;
	margin-bottom: 5px;
}
#solution-description a.models {
	display: inline-block;
	height: 28px;
	font: bold 12px/28px Tahoma;
	color: #34b0ee;
	background: url(img/models.jpg) no-repeat 0 50%;
	padding-left: 38px;
	margin-bottom: 5px;
}
html, body, .swiper-container {
	height:100%;
	position:relative;
}
#solution-carousel {
	/* float: left;
	width: 450px;
	height: 315px;
	overflow: hidden; */
	display: flex;
	position: relative;
}
@media (max-width: 991px) {
	#solution-carousel {
		flex-direction: column;
		margin-top: 20px;
	}
}
#solution-carousel a {
	/* position: relative;
	display: block;
	width: 450px;
	height: 315px; */
}
#solution-carousel a .special {
	/* position: absolute;
	right: 10px;
	bottom: 10px;
	color: #c62302;
    font-size: 14px;
    font-weight: bold; */
}
#solution-carousel img {
	width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 10 / 7;
}

.solution-carousel__main {
	max-width: 450px;
	width: 100%;
    height: 100%;
}
.solution-carousel__thumbs {
	width: 120px;
	max-height: 315px !important;
	margin-left: 10px;
	padding: 20px 0;
}
@media (max-width: 991px) {
	.solution-carousel__thumbs {
		width: 100%;
		height: 80px;
		margin-left: 0;
		margin-top: 10px;
		padding: 0 20px;
	}
}

.solution-carousel__thumbs-slide {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
}

@media (max-width: 991px) {
	.solution-carousel__thumbs-slide {
		height: 100%;
	}
}
.solution-carousel__thumbs-slide::before {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.4);
}

.solution-carousel__thumbs-slide.swiper-slide-thumb-active::before {
	background-color: rgba(0, 0, 0, 0);
}

#solution-carousel-pagination {
	
}
@media (max-width: 991px) {
	#solution-carousel-pagination {
		/* float: none;
		width: 100%;
		margin-left: 0; */
	}
}
.solution-carousel-prev, .solution-carousel-next {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	cursor: pointer;
}

.solution-carousel-prev.swiper-button-disabled, 
.solution-carousel-next.swiper-button-disabled {
	display: none;
}

.solution-carousel-prev {
	top: 0;
	background: url(img/carousel-prev.png) 50% 0px no-repeat;
}
@media (max-width: 991px) {
	.solution-carousel-prev, .solution-carousel-next {
		width: 80px;
		height: 20px;
		left: inherit;
		right: inherit;
		top: inherit;
		bottom: -20px;
	}
}
@media (max-width: 991px) {
	.solution-carousel-prev {
		left: 0;
		bottom: -20px;
		transform: rotate(-90deg);
    	transform-origin: top left;
	}
}
@media (max-width: 991px) {
	#solution-carousel {
		flex-direction: column;
		margin-top: 20px;
	}
}

.solution-carousel-next {
	bottom: 0;
	background: url(img/carousel-next.png) 50% 7px no-repeat;
}
@media (max-width: 991px) {
	.solution-carousel-next {
		right: 0;
		top: -20px;
		transform: rotate(-90deg);
		transform-origin: bottom right;
	}
}

.solution-carousel-paging {
	width: 120px;
	height: 275px;
}
.solution-carousel-paging .thumbcont {
	margin-bottom: 10px;
	cursor: pointer;
}

.solution-complect {
	margin: 30px 0 13px;
}
.solution-complect td{
	padding:10px;
}
.solution-complect td input{
	font-style: normal
}
table tr.red-row td {
	background: #fff4ee !important;
}
table tr.green-row td {
	background: #e9f4eb !important;
}
.solution-complect tr:first-child{
	border: 1px solid #f7f9fb;
    border-bottom: 1px solid #d8d9da;
}

.solution-complect input[type=text],
.solution-complect input[type=number] {
	border: 1px solid #d8d9da;
	padding: 0 2px 0 2px; 
	text-align: center;
	/* width:2em; */
}
@media (max-width: 991px) {
	.solution-complect input[type=text],
	.solution-complect input[type=number] {
		width: 3em;
	}
}
.solution-complect input[readonly] {
	background: #eff9fe;
}

.solutions-colors-links {
	margin-top: 15px;
}
.solutions-colors-links a {
	display: inline-block;
	margin-right: 5px;
	border: 2px solid #fff;
}
.solutions-colors-links a.active {
	border: 2px solid #179dda;
}

#refresh-complect a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding-left: 38px;
	color: #34b0ee;
	font-weight: bold;
	margin: 0 60px 20px 5px;
}
@media (max-width: 991px) {
	#refresh-complect a {
		margin-right: 0;
	}
}
#refresh-complect .back_compl {
	background: url(img/refresh.png) 0 50% no-repeat;
}
#refresh-complect .back_list {
	background: url(img/back_list.png) 0 50% no-repeat;
}

#solution-helpers {
	border-bottom: 1px solid #b1b3b6;
	padding-bottom: 10px;
	margin-bottom: 18px;
}
#solution-helpers .color-help-item {
	margin-bottom: 14px;
	line-height: 16px;
}
#solution-helpers .color-help-item .color-help {
	display: inline-block;
	width: 67px;
	height: 16px;
	border: 1px solid #eee;
	vertical-align: middle;
}
#solution-helpers .color-help-item .color-help.red {
	background: #fff4ee;
}
#solution-helpers .color-help-item .color-help.green {
	background: #e9f4eb;
}

#solution-controls {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	#solution-controls {
		flex-direction: column;
		margin-bottom: 0;
		align-items: flex-start;
	}
}
#solution-controls a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #d2d2d2;
	margin-right: 20px;
	border-radius: 5px;
}
#solution-controls a#solution-order {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	min-width: 175px;
	text-decoration: none;
	color: #fff;
	background: #e69124;
}
@media (max-width: 991px) {
	#solution-controls a#solution-order {
		order: 2;
	}
}

#solution-controls a#solution-order.added {
	background: #d2d2d2;
}

#solution-controls a#solution-order .btn-action-cart-spinner {
	margin: 0 auto;
}

#solution-controls a#solution-print {
	color: #34b0ee;
	background: linear-gradient(to top, #d1d1d1, #ffffff);
}
#solution-controls #solution-price {
	margin-right: 130px;
	margin-left: auto;
	line-height: 26px;
}
@media (max-width: 991px) {
	#solution-controls #solution-price {
		margin-left: 0;
		margin-right: 0;
	}
}
#solution-controls #solution-price b {
	color: #62656f;
	font-size: 16px;
}
#solution-controls #solution-price span {
	color: #c62302;
	font-size: 15px;
}

.solution-warning {
	font-size: 14px;
}
.solution-warning span {
	color: #c62302;
}

#solution-order-form label, #solution-order-form input, #solution-order-form textarea { display:block;text-align: left; }
#solution-order-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
#solution-order-form h2 { padding:0; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.solution-order-name{float:left;text-align: left;width: 90%;}
.solution-order-q{float:right;width: 10%}
.solution-order-item{margin-top:7px;}
#solution-sostav{margin-bottom:10px;}
.solution-form-sale {margin:0;margin-top:10px;text-align:left;}
#solution-order-form .solution-form-sale{margin-bottom:15px;margin-top:10px;text-align:left;}
#solution-order-form .textarea {
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}

#solution-sostav td {
	vertical-align: top;
	text-align: left;
}
#solution-sostav td.center {
	text-align: center;
}

.tableborder {
	border: none;
	border-top: 1px solid #d8d9da !important;
	border-left: 1px solid #d8d9da !important;
}
@media (max-width: 991px) {
	.tableborder {
		display: block;
		overflow: scroll;
	}
}
.tableborder .tablebody {
	border: none;
	border-right: 1px solid #d8d9da !important;
	border-bottom: 1px solid #d8d9da !important;
}

@media (max-width: 991px) {
	.tableborder .tablebody {
		width: auto;
	}
}

@media (max-width: 991px) {
	.solution__table-pirce {
		min-width: 150px;
	}
}


form[name=showPrice] {
	text-align: right;
}
form[name=showPrice] input[type=submit] {
	border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 30px;
    background: #e69124;
    color: #fff;
    cursor: pointer;
}

.pp_btn {
	border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 30px;
    background: #e69124;
    color: #fff;
    cursor: pointer;
}
#propsShowHide {
	float: right;
	display: inline-block;
	border-bottom: 1px dashed;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#priceProps {
	display: none;
	margin-top: 10px;
}
#priceProps table {
	float: right;
}
#priceProps form[name=setMargin] span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 10px;
}
form[name="showPrice"] input[type="submit"] {
	margin-right: 0;
}
.solutions-colors-links img {
	display: block;
}


.basket-item__price-text {
    position: relative;
    margin-bottom: 10px;
	color: #33c3ce;
	font-size: 11px;
}

.basket__btn-qu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    color: #0057b8;
    font-weight: bold;
    font-size: 11px;
    background: rgba(0, 87, 184, 0.15);
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
}

.red__row-new {
	background: #faceb5 !important;
}