

/* Start:/kvartiry-pod-lyuch/style.css?16793253342002*/
.view-remont {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.view-remont > div {
	width: 32%;
	border: 1px solid #ebebeb;
	height: min-content;
}
.view-remont img {
	width: 100%;
}
.view-remont .remont_content {
	padding: 20px;
}
.view-remont .subtitle {
	padding-bottom: 10px;
}
.view-remont ol {
	padding-left: 20px;
}
.remont_bottom {
	border-top: 1px solid #ebebeb;
	padding-top: 10px; 
}
.remont_bottom a {
	margin-top: 10px;
	width: 100%;
}
.our-works {
	flex-wrap: wrap;
	margin: 40px 0;
}
.our-works > a {
	display: block;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.our-works .image {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.our-works .hide-img {
	display: none;
}
.our-works .img-more div {
	filter: blur(2px);
}
.our-works .img-more button {
	top: 40%;
	width: 100%;
	border: none;
}
/*add order success*/
.popup-succes-kvart {
	position: fixed;
    inset: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1400;
    background: rgb(0,0,0,0.2);
    justify-content: center;
    align-items: center;
}
.popup-succes-kvart .popup-area {
	background: white;
	border-radius: 3px;
	padding: 50px 30px;
	text-align: center;
}
.popup-succes-kvart .close {
	cursor: pointer;
	right: 20px;
	top: 20px;
}
.popup-succes-kvart button {
	display: block;
	margin: 0 auto;
	min-width: 270px;
	margin-bottom: 10px;
}
@media(max-width: 900px) {
	.view-remont > div {
		width: 100%;
		margin-bottom: 30px;
	}
	.view-remont {
		flex-wrap: wrap;
	}
	.kvartira .tm-form-fieldhalf {
		max-width: 100%;
	}
}
@media(max-width: 550px) {
	.popup-succes-kvart .popup-area {
		padding: 30px 20px;
	}
	.our-works > a {
		display: block;
		width: 100%;
		height: calc(90vw);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.our-works .img-more button {
		top: 44%;
		width: 80%;
		left: 10%;
		border: none;
	}
}
/* End */
/* /kvartiry-pod-lyuch/style.css?16793253342002 */
