.w_container *, .w_container *::before, .w_container *::after{
	font-family: 'Noto Sans';
	font-size: 14px;
	box-sizing: border-box;
}

.w_container{
	max-width: 1200px;
	height: auto;
	border: 9px solid rgba(184, 155, 116, 0.4);
	background-color: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	box-sizing: border-box;
}

.col_3{
	height: 510px;
}
.w_container > div:nth-child(1){
	width: 335px;
}
.w_container > div:nth-child(2){
	width: 460px;
}
.w_container > div:nth-child(3){
	width: 380px;
}

.w_header{
	width: 100%;
	min-height: 45px;
	display: table;
}

.w_header span{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 700;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.w_content{
	background-color: #f0f0f0;
	height: calc(100% - 45px);
	padding-top: 10px;
	box-sizing: border-box;
}

.w_container > div:nth-child(1) > .w_content{padding: 10px;}
.w_container > div:nth-child(2) > div.w_content{overflow-y: auto;}
.w_container > div:nth-child(2) > div.w_content::-webkit-scrollbar-track{background-color:rgba(184, 155, 116, 0.4) !important}
.w_container > div:nth-child(2) > div.w_content::-webkit-scrollbar{width:4px !important;height:4px !important;margin-right:10px}
.w_container > div:nth-child(2) > div.w_content::-webkit-scrollbar-thumb{background:rgba(184, 155, 116, 1) !important}


.w_flatType{
	box-sizing: border-box;
	height: 55px;
	padding: 10px;
	width: 100%;
	background-color: white;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.w_content > .w_flatType:last-child{margin-bottom: 0px;}
.w_flatType:hover{
	cursor: pointer;
	background-color: #c49a5f;
}

.w_flatType_title{text-align: left;}
.w_flatType_content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 13px;
}
.w_flatType_content > div:nth-child(1), .transText{
	font-size: 13px;
	font-weight: 400;
	opacity: 0.6;
}
.w_flatType_content > div:nth-child(2){
	font-weight: 700;
}

.w_flats{
	border-collapse: collapse;
	/*border-spacing: 2px;*/
	width: 100%;
	max-width: 100%;
}
.w_flats tr{background-color: white;}
.tr_flat:hover{background-color: #c49a5f; cursor: pointer;}
.w_flats td{
	padding: 10px;
	border: 2px solid #e6e6e6;
	text-align: center;
}
.w_flats td:first-child{width: 200px;}
.w_flats tr:first-child td{border-top: 0px;}
.w_flats tr:last-child td{border-bottom: 0px;}

.w_img {
	width: 85px;
	height: 85px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
}
.w_img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-style: none;
	object-fit: contain;
}

#flat_blk .w_img img {
	max-height: 160px;
	object-fit: contain;
}

.img_square{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
}

.twoRowItem > *{text-align: left;}

.w_container > div:nth-child(3) > .w_content{padding-top: 60px;}
.w_container > div:nth-child(3) > .w_content .w_img{
	width: 235px;
	margin: 0 auto;
}

.w_flatInfo{
	padding: 25px;
	font-size: 16px;
}

.w_lid{
	width: 100%;
	height: 97px;
	padding: 10px;
	box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.1);
	background-color: white;
/*	position: absolute;
	bottom: 1px;*/
}
.w_lid_content{
	display: flex;
	justify-content: start;
	margin-top: 10px;
}
.w_lid_content input{
	width: 70%;
	height: 40px;
	color: black;
	padding: 0.375rem 0.75rem;
	padding-left: 25px;
	line-height: 1.5;
	font-size: 14px;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-right: 0px;
}
.w_lid_content::before{
	content: '';
	position: absolute;
	background: url("/img/icons/mobilka.svg") no-repeat;
	width: 11px;
	height: 18px;
	margin-top: 13px;
	margin-left: 10px;
}
.w_lid_content button{
	width: 30%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #c49a5f;
	border-color: #c49a5f;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
}
.w_lid_content button:hover{opacity: 0.8;}
.w_label4input{
	font-size: 16px;
	color: white;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-left: 5px;
	padding-bottom: 10px;
}
.w_label4input + .w_lid_content{padding-top: 0px !important;}

.w_chosen{background-color: #c49a5f !important;}

.w_overflow{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 51, 51, 0.95);
	z-index: 10;
}
.w_modal{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 300px;
	width: 100%;
	max-width: 640px;
	background-color: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	z-index: 11;
}
.w_modal .w_close{
	position: absolute;
	background: url("https://static.tildacdn.com/tild3239-6162-4564-b561-376634626264/Vector.svg") no-repeat;
	width: 15px;
	height: 15px;
	top: -10px;
	right: -10px;
	cursor: pointer;
	float: right;
	opacity: 0.5;
}
.w_modal .w_img_title{
	color: white;
	text-align: center;
}
.w_modal .w_close:hover{opacity: 1;}
.w_modal_content .w_lid{background-color: transparent; box-shadow: none;}
.w_modal_content .w_lid_title{text-align: center;}
.w_modal_content .w_lid_title span{font-size: 24px; color: white;}
.w_modal_content .w_lid_content{
	width:100%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 35px;
}
.w_modal_content .w_lid_content::before{display: none;}
.w_modal_content .w_lid_content input{
	padding: 0 15px;
	background-color: #fff;
	color: #000;
	font-size: 24.5px;
	text-align: left;
	height: 51px;
	border-radius: 8px 0 0 8px;
	font-weight: 300;
}
.w_modal_content .w_lid_content button{
	width: 200px;
	height: 51px;
	text-align: center;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	background-color: #3cb951;
	font-size: 14px!important;
}

#w_modal_flat_type{height: 350px;}
#w_modal_flat_type form{margin-top: 30px;}
#w_modal_flat_type .w_img{
	margin: 0 auto !important;
	width: 200px;
	height: 200px;
}

#w_modal_booklet{height: 590px;}
#w_modal_booklet .w_img{
	margin: 0 auto !important;
	width: 270px;
	height: 270px;
}

#w_modal_booklet form{margin-top: 50px;}
#w_modal_booklet .w_lid_ps{
	padding-top: 40px;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
}
#w_modal_booklet .w_lid_ps span{
	color: white;
	text-align: center;

}
