@charset "UTF-8";
/* CSS Document */


.Content.TxtBlock {
	padding: 70px 0;
	overflow: hidden;
}


.TxtBlock .Half .Text {
	position: relative;
	display: inline-block;
	width: 100%;	
	max-width: 570px;
	text-align: left;
	padding: 30px 0 0 0;
	background: transparent;
}

.TxtBlock .Half .Text.WithIllustration {
	padding-bottom: 120px;
}

	
	

.TxtBlock .Half.Left .Text {
	padding-left: 60px;
	padding-right: 20px;
}

.TxtBlock .Half.Right .Text {
	padding-right: 60px;
	padding-left: 20px;
}

.TxtBlock .Half.Left .Photo {
	position: relative;
	display: inline-block;
	width: 100%;	
	height: 475px;
	background: no-repeat center center;
	background-size: cover;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 237px;
}

.TxtBlock .Half.Right .Photo {
	position: relative;
	display: inline-block;
	width: 100%;	
	height: 475px;
	background: no-repeat center center;
	background-size: cover;
	border-top-right-radius: 237px;
	border-bottom-right-radius: 237px;
}

.TxtBlock .Half.Right .Map {
	position: relative;
	display: inline-block;
	width: 100%;	
	height: 475px;
	background: no-repeat center center;
	background-size: cover;
	border-top-right-radius: 237px;
	border-bottom-right-radius: 237px;
	overflow: hidden;
}

.TxtBlock .Half.Right .Map iframe {
	z-index: -1;
}

.TxtBlock .Half .Text .Ilustration1 {	
	position: absolute;
	bottom: 0;
	right: 0;
	}

.TxtBlock .Half .Text .Ilustration1::before {
	content:'';
	position: absolute;
	display: block;
	width: 908px;
	height: 291px;
	background: url(../../modules/txtblock/img/Ilustrace1.png) no-repeat center center;
	background-size: contain;
	right:-250px;
	bottom:0;
	opacity: .15;
}

.TxtBlock .Half .Text .Ilustration2 {	
	position: absolute;
	bottom: 0;
	left: 0;
}

.TxtBlock .Half .Text .Ilustration2::before {
	content:'';
	position: absolute;
	display: block;
	width: 424px;
	height: 274px;
	background: url(../../modules/txtblock/img/Ilustrace2.png) no-repeat center center;
	background-size: contain;
	left:-210px;
	bottom:0;
	opacity: .15;
}

.TxtBlock .DetailWrapper {
	overflow: hidden;
	position: relative;
}



.TxtBlock .DetailLeft {
	float:left;
	display: inline-block;
	width: 100%;
	margin-right: -422px;
	padding-right: 487px;
}


.TxtBlock .DetailRight {
	position: relative;
	display: inline-block;
	float: left;
	width: 420px;
	padding-left: 65px;
}

.TxtBlock .DetailRight::before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 10000px;
	background: #8b0516;
	left:0;
	top:0;
}

.TxtBlock .DetailRight table {
	text-align: left;
	max-width: 100%;
	font-size: .9em;
}

.TxtBlock .DetailRight table td {
	padding: 5px 0 5px 5px;
}

.TxtBlock .DetailRight table th {
	padding: 5px 10px 5px 0px;
	font-weight: 500;
	color:#053f5c;
}

.TxtBlock .DetailWrapper .RealtyFooter {
	position: absolute;
	bottom:0;
	right:0;
	height: 45px;
	width: 420px;
	max-width: 100%;
	text-align: left;
	padding-left: 65px;
	}
	
.TxtBlock .DetailWrapper .RealtyFooter .Locality {
	font-size: .8em;
	color: #5b5766;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 10px;
	}
	
.TxtBlock .DetailWrapper .RealtyFooter .Locality:hover {
	text-decoration: none;
	}
	
.TxtBlock .DetailWrapper .RealtyFooter .Locality::before {
	content: url(img/IcoPin.svg);
	transform: translateY(6px);
	display: inline-block;
	margin-right: 5px;
	}
	
.TxtBlock .DetailWrapper  .RealtyFooter .Value {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 45px;
	padding-left: 46px;
	padding-top: 5px;
	}
	
.TxtBlock .DetailWrapper .Value .Pictogram {
	position: absolute;
	display:block;
	width: 45px;
	height: 45px;
	top:0;
	left:0;
	background: no-repeat center center;
	}

.TxtBlock .DetailWrapper .RealtyFooter .ValueLine {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 12px;
	background: #ebebeb;
	margin: 0 5px;
	border-radius: 1px;
	}
	
.TxtBlock ul {
	display:inline-block; 
	max-width:400px; 
	text-align:left;
	margin-top: 50px;
}




@media (max-width: 992px)
{
	
.Content.TxtBlock {
	padding-bottom: 0;
}
	
.TxtBlock .Half .Text {
	max-width: 100%;
}
	
.TxtBlock .Half.Left .Text {
	padding-left: 20px;
}

.TxtBlock .Half.Right .Text {
	padding-right: 20px;
}	

.TxtBlock .Half.Right .Map {
	display: none;
}

.TxtBlock .Half .Text.Poptavka {
	background: #eff0f2;
	padding-bottom: 70px;
	text-align: center;
}

.TxtBlock .Half.Left .Photo {
	width: 95%;	
}
.TxtBlock .Half.Right .Photo {
	width: 95%;	
	padding-left: 0;
	text-align: left;
}


.TxtBlock .DetailWrapper {
	padding: 0 20px;
}

.TxtBlock .DetailLeft {
	float:none;
	display: block;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 50px;
}


.TxtBlock .DetailRight {
	display: block;
	float: none;
	width: 100%;
	padding-left: 0;
	padding-top: 50px;
}

.TxtBlock .DetailRight::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #8b0516;
	left:0;
	top:0;
}

.TxtBlock .DetailWrapper .RealtyFooter {
	position: relative;
	right:auto;
	padding-left: 0;
	margin-top: 20px;
	}
	
	
}