* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.container {
	max-width: 1500px;
	/* height: 700px; */
	border: 1px solid rgba(0,0,0,0.1);
	margin: 20px auto;
	position: relative;

}

.content {
	display: flex;
	width: 100%;
	margin: auto;
}
/* აქ იწყება მარცხენა ბლოკი */
.left-side {
	position: relative;
	min-width: 60%;
	border-right: 1px solid #D0D2D1;
}
.left-side > img {
	width: 80%;
	display: block;
	padding: 45px 0 100px;
}
.left-side-top {
	position: absolute;
	width: 98%;
	height: 50px;
	left: 0;
	top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.square {
	position: absolute;
	width: 225px;
	height: 80px;
	bottom: 0;
	left: 0;
}
.square img {
	display: block;
	width: 100%;
	height: 100%;
}
.go-back {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-left: 10px;
	font-family: "ALK Sanet", sans-serif;
}
.go-back span {
	background-color: #000;
	border-radius: 30px;
	padding: 7px 20px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.go-back span:hover{
	background-color: #f5656c;
}
.go-back {
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;

}
.go-back:hover .sdsi{
	margin-left: 5px;
	padding-right: 5px;
	color: #f5656c;
}
.view {
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: left;
	text-align: left;
	width: 230px;
	font-family: 'dejavu_sansbook';
	letter-spacing: 1.4px;
	font-weight: bold;
	color: #000;
}
.view:hover{
	cursor: pointer;
	opacity: 0.6;
}
.view img{
	position: absolute;
	right: 0;
	margin-top: -1px;
}
.sdsi{
	font-size: 24px;
	padding-right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
}
.view {
	font-weight: bold;
}
.view i {
	font-size: 45px;
	padding: 0 30px 0 15px;
}

/* აქ იწყება მარჯვენა ბლოკი */
.right-side {
	position: relative;
	min-width: 40%;
}
.box {
	width: 75%;
	background-color: #d8dada;
	padding-left: 40px;
	padding-top: 10px;
	border-radius: 10px;
	background-image: url(../img/icons/bg.png);
	margin: 135px auto 10px;
}
.right-side-top {
	position: absolute;
	top: 20px;
	font-size: 30px;
	left: 38%;
	transform: translateX(-50%);
	color: #F5656C;
	font-family: 'dejavu_sansbook';
}
.right-side-top i {
	color: #000;
	font-size: 35px;
}
.box-top {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 195px;
	margin-top: 15px;
}
.box-area {
	border-bottom: 1px solid #fff;
	line-height: 25px;
	font-size: 30px;
	height: 34px;
	color: #F5656C;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
}
.box-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 35px;
	padding-top: 1px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	color: #F5656C;
}

.box-price span {
	margin-right: 10px;
}
.box-price i {
	font-size: 18px;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}
.active-price {
	color: #F5656C;
}
.box-top>ul{
	list-style: none;
	position: absolute;
	margin-left: 120px;
	width: 100px;
	margin-top: 36px;
}
.box-top>ul>li{
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	margin: 5px;
	border-radius: 50%;
	float: left;
	font-family: "Regular";
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
}
.box-top>ul>li:first-child{
	font-size: 18px;
	line-height: 36px;

}
.box-top>ul>li:last-child{
	line-height: 34px;
	color: #fff;
	background-color: #f5656c;
}

.calc {
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 14px;
	right: -205px;
	line-height: 15px;
	top: -4px;
	font-weight: bold;
	width: 185px;
	text-align: left;
	cursor: pointer;
}
/*
.calc {
display: flex;
align-items: center;
font-size: 14px;
line-height: 15px;
font-weight: bold;
width: 185px;
text-align: left;
cursor: pointer;
margin-bottom: 15px;
}
.right-container {
position: absolute;
right: -205px;
top: -4px;
}
*/
.fa-calculator{
	font-size: 30px !important;
	float: left;
}
.calc a{
	font-family: 'bpg_nino_medium_capsregular';
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.calc a:hover{
	color: #f5656c
}
.calc i {
	font-size: 16px;
	padding-right: 5px;
}
.sub-area {
	font-size: 14px;
	position: absolute;
	bottom: -20px;
	margin-top: 10px;
	left: 3px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
}
.box-mid {
	margin: 15px 0 0 30px;
	line-height: 1.5;
	color: #fff;
	list-style-type: none;
}
.box-mid>li:nth-child(1){
	margin-left: -30px;
	color: #000;
	font-weight: bold;
}
.box-mid>li:nth-child(2){
	margin-left: -30px;
	color: #000;
	font-weight: bold;
}
.box-mid>li:nth-child(3){
	margin-top: 15px;
}
.box-mid span {
	color: #F5656C;
	padding-left: 5px;
	font-weight: bold;
}
.box-mid > li {
	display: flex;
	align-items: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-size: 20px;
}
.box-mid > li > i {
	padding-right: 5px;
	font-size: 8px;
}
.box-bottom {
	position: relative;
	font-weight: bold;
	text-align: right;
	font-size: 20px;
	font-family: 'dejavu_sansbook';
	width: 300px;
	margin-left: 18px;
	margin-top: 30px;
	color: #000;
	cursor: pointer;
}
.box-bottom > span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.box-bottom > span:hover {
	color: #F5656C;
}

.box-bottom > span::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #000;
	z-index: 2;
	left: 0;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.box-bottom > span:hover::before {
	background-color: #F5656C;
	width: 10px;
	left: 70px;
}
.box-bottom > i {
	position: absolute;
	font-size: 30px;
	left: 0;
	bottom: -35px;
	cursor: pointer;
}
/* აქ იწყება 2D-3D ბლოკი */
._3d {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5656C;
	width: 60px;
	height: 60px;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1;
	font-family: 'bpg_nino_medium_capsregular';
	cursor: pointer;
}
._2d {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	width: 60px;
	height: 60px;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 51%;
	right: -70px;
	z-index: 1;
	font-family: 'bpg_nino_medium_capsregular';
	cursor: pointer;
}
.slash {
	background-color: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 48%;
	right: -30px;
}
.slash::after {
	content: "";
	position: absolute;
	top: -6%;
	right: 26px;
	height: 70px;
	width: 1px;
	background-color: #969696;
	z-index: 2;
	transform: rotate(40deg);
}
.image{
	width: 650px;
	margin-top: 80px;
	margin-left: 100px;
}
#Apartment_block{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(51,50,71,0.8);
	z-index: 9999999;
	display: flex;
	top: -120vh;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.Apartment_block{
	width: 600px;
	height: 650px;
	border-radius: 10px;
	margin: auto;
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
	background-size: 605px 400px;
	background-repeat: no-repeat;
}

.Apartment_block_info{
	font-family: 'dejavu_sansbook';
	font-weight: 700;
	width: 500px;
	font-size: 25px;
	margin: auto;
	color: #fff;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	background-color: #d8dada;
	background-image: url(../img/icons/bg.png);
}
.Apartment_block_info b{
	color: #f26669
}
.contacts-text {
	width: 83.3%;
	height: 40px;
	border: 2px solid #d8dada;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.5);
	outline: none;
	color: #7a7a7a;
	font-size: 13px;
	margin-left: 8.4%;
	margin-top: 10px;
	box-shadow: 0 7px 10px 2px rgb(0 0 0 / 1%);
	padding: 1px 20px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
}
.checkbox{
	float: left;
	cursor: pointer;
}
.checkbox-text {
	padding: 10px;
	width: 330px;
	position: absolute;
	margin-left: 10px;
	font-size: 13px;
	color: #464d4d;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: 700;
	margin-top: -12px;
}
.contacts-text-checkbox{
	width: 320px;
	margin-top: 10px;
	margin-left: 8.8%;
}
.submit{
	width: 83.3%;
	height: 40px;
	border: 2px solid #f26669;
	background-color: #f26669;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	color: #fff;
	font-size: 13px;
	margin-left: 8.4%;
	margin-top: 20px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: 700;
	box-shadow: 0 7px 10px 2px rgb(0 0 0 / 1%);
	padding: 1px 20px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.submit:hover{
	background-color: transparent;
	color: #f26669;

}
.pdf-img .image {
	width: 475px;
	margin-top: 90px;
}
.pdf-img .right-side {
	min-width: 45%;
}
.pdf-img .box {
	width: 78%;
	margin: 70px 0 10px 15px;
}
.pdf-img .right-side-top {
	font-size: 18px;
}
.pdf-img .right-side-top i {
	font-size: 30px;
}
.pdf-img .box-area {
	font-size: 23px;
}
.pdf-img .box-price {
	font-size: 26px;
}
.pdf-img .box-mid > li {
	font-size: 17px;
}
.dgfgdfgdf{
	box-shadow: 0 0 0 rgb(209 210 208 / 40%);
	animation: pulses 3s infinite;
	position: relative;
	position: absolute;
	right: 0;
	margin-top: 4px;
}
@-webkit-keyframes pulses{
	0%{
		-webkit-box-shadow: 0 0 0 0 rgba(209,210,208,0.4);
	}
	70%{
		-webkit-box-shadow: 0 0 0 30px rgba(209,210,208,0);
	}
	100%{
		-webkit-box-shadow: 0 0 0 0 rgba(209,210,208,0);
	}
}
@keyframes pulses{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(209,210,208,0.4);
		box-shadow: 0 0 0 0 rgba(209,210,208,0.4)
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(209,210,208,0);
		box-shadow: 0 0 0 30px rgba(209,210,208,0);
	}
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(209,210,208,0);
		box-shadow: 0 0 0 0 rgba(209,210,208,0);
	}
}
label{
	color: #464d4d;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: 700;
}
.text_jan{
	width: 83.3%;
	height: 30px;
	border: 2px solid #d8dada;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
	outline: none;
	color: #7a7a7a;
	font-size: 13px;
	margin-left: 1px;
	margin-top: 10px;
	box-shadow: 0 7px 10px 2px rgb(0 0 0 / 1%);
	padding: 1px 10px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
	opacity: 0.5;
	pointer-events: none
}
.pdf_info p{
	font-family: 'bpg_nino_medium_capsregular';
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin-left: 50px;
	margin: 10px 50px;
}
#Apartment_block_2{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(51,50,71,0.8);
	z-index: 9999999;
	display: flex;
	top: -120vh;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.cal_cat_1{

	display: block;
}
.cal_cat_2{
	display: none;

}
.cl_button{
	margin-top: 5px;
}
.cl_button>a:hover{
	opacity: 0.6;
}
.cal_border{
	border: 1px solid rgba(0,0,0,0.1);
	width: 90%;
	margin: 30px auto;
}
.Apartment_block_2{
	width: 600px;
	border-radius: 10px;
	margin: auto;
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
	background-size: 605px 400px;
	background-repeat: no-repeat;
}
.Apartment_block img{
	width: 230px;
	margin-left: 190px;
}
.Apartment_block_info_2{
	font-family: 'dejavu_sansbook';
	font-weight: 700;
	width: 500px;
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 25px;
	margin: 20px auto;
	color: #fff;
	color: #000;
	text-align: center;

}
.Apartment_block_info_2 b{
	color: #f26669
}
.Apartment_block_info_2_left{
	width: 50%;
	font-family: 'dejavu_sansbook';
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	border-right: 1px solid rgba(0,0,0,0.1);
	color: #000;
	text-align: center;
	float: left;
	margin-top: -70px;

}
.Apartment_block_info_2_right{
	width: 50%;
	font-family: 'dejavu_sansbook';
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	color: #000;
	text-align: center;
	float: right;
	margin-top: -70px;

}
.calculator_ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 47px;
}
.calculator_ul2{
	list-style: none;
	margin: 0;
	padding: 0;

	margin-left: 47px;
}
.calculator_ul2>li {
	font-family: 'bpg_nino_medium_capsregular';
	width: 200px;
	height: 30px;
	float: left;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	line-height: 34px;
	cursor: pointer;
	background-color: #dadbdb;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.calculator_ul2>li:hover{
	color: #fff;
	background-color: #f26669;
}
.pir_ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 70px;
	margin-left: 105px;
}
.pir_ul>li{
	font-family: 'bpg_nino_medium_capsregular';
	width: 300px;
	height: 30px;
	font-weight: bold;
	border: 2px solid #dadbdb;
	color: #000;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	line-height: 27px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;

}
.fa-solid{
	position: absolute;
	top: 4px;
	left: -70px;
	color: #f26669;
	font-size: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pir_ul>li:first-child{
	color: #f26669;
	background-color: #dadbdb;
}
.pir_ul>li:first-child .fa-solid{
	left: 20px;
}
.pir_ul>li:hover{
	border: 2px solid #fbbfc2;

}
.calculator_ul>li{
	font-family: 'bpg_nino_medium_capsregular';
	width: 200px;
	height: 30px;
	float: left;
	font-weight: bold;
	border: 2px solid #f26669;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	line-height: 27px;
	cursor: pointer;
}

.calculator_li_1{
	background-color: transparent;
	color: #f26669;
}
.calculator_li_2{
	background-color: #f26669;
	color: #fff;
}
.Participation{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 154px;
	display: none;
}
.Participation>li{
	font-family: 'bpg_nino_medium_capsregular';
	width: 200px;
	height: 30px;
	font-weight: bold;
	border: 2px solid #dadbdb;
	color: #000;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	line-height: 27px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}
.Participation>li:first-child{
	color: #f26669;
	background-color: #dadbdb;
}
.Participation>li:hover{
	border: 2px solid #fbbfc2;
}
.Participation>li:first-child .fa-circle{
	opacity: 1;
}
.Participation>li>.fa-circle{
	position: absolute;
	top: 9px;
	left: 10px;
	color: #f26669;
	font-size: 9px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.cal_mon{
	width: 90%;
	margin: 20px auto;
	height: 90px;
	font-family: 'dejavu_sansbook';
	font-size: 22px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.left_info1{
	width: 33%;
	height: 60px;
	text-align: center;
	margin-top: 15px;
	line-height: 25px;
	color: #000;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.left_info1 p{
	margin-top: 5px;
	font-size: 18px;
}

.right_info1{
	width: 34%;
	height: 60px;
	text-align: center;
	margin-top: 15px;
	line-height: 25px;
	color: #000;
	float: right;
}
.right_info1 p{
	margin-top: 5px;
	font-size: 18px;
}
.left_info{
	width: 50%;
	height: 60px;
	text-align: center;
	margin-top: 15px;
	line-height: 25px;
	color: #000;
	float: left;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.left_info p{
	margin-top: 5px;
}

.right_info{
	width: 50%;
	height: 60px;
	text-align: center;
	margin-top: 15px;
	line-height: 25px;
	color: #000;
	float: right;
}
.right_info p{
	margin-top: 5px;
}

.cal__1_ul {
	list-style: none;
	position: absolute;
	margin-left: 210px;
	width: 110px;
	height: 40px;
	margin-top: 0px;
	border: 1px solid red;
	border-radius: 40px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.cal__1_ul>li {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	margin: 5px;
	border-radius: 50%;
	float: left;
	font-family: "Regular";
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	text-align: center;
	cursor: pointer;

}
.cal__1_ul>li:first-child {
	line-height: 27px;
	margin-left: 14px;
}
.cal__1_ul>li:last-child {
	line-height: 26px;
	color: #f5656c;
}
.pr_S{
	position: relative;

}
.pr_title{
	font-family: 'bpg_nino_medium_capsregular';
	color: #000;
	font-weight: bold;
	cursor: pointer;
	padding: 13px 20px;

}
.pr_info{
	width: 100px;
	height: 35px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	top: 2px;
	outline: none;

}
.hr{
	width: 496px;
	margin-top: 20px;
	border-top: 2px solid #f26669;
	margin-left: 20px;
}

.hr_button{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: -12px;
	background-color: #f26669;
}
.cal_L{
	font-family: "Regular";
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.cal_L_1{
	color: #000;
}
.cal_L_2{
	color: #000;
}
.cal_L_3{
	color: #000;
}
.cal_L_4{
	color: #000;
}
.cal_L_5{
	color: #000;
}
.cal_L_6{
	color: #000;
}
.cal_D{
	font-family: "Regular";
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;

}
.cal_D>i{
	position: relative;
	left: 0;
	top: -1px;
	font-size: 16px;
}
.hr2{
	width: 496px;
	margin-top: 0px;
	margin-left: 20px;
}
input[type='range'] {
	width: 496px;
	height: 30px;
	cursor: pointer;
	outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: none;
}
input[type='range']::-webkit-slider-runnable-track {
	width: 200px;
	height: 2px;
	background: #f5666c;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
	background: none;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.9em;
	height: 1.9em;
	cursor: pointer;
	border-radius: 2px;
	border-radius: 50%;
	background-color: #f5666c;
	cursor: pointer;
	position: relative;
	z-index: 99999;
	margin-top: -12px;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
	z-index: 2;
}
.Price_min{
	position: absolute;
	left: 157px;
	margin-top: -33px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
}
.view_image{
	width: 300px;
	height: 30px;
	opacity: 0;
	top: 10px;
	position: absolute;
	z-index: 99;
}
#Apartment_block_4{
	position: fixed;
	width: 100%;
	height: 100vh;
	display: flex;
	z-index: 99999;
	background-color: #ffffff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.bank-bb{
	position: absolute;
	margin-top: 0px;
	margin-left: -60px;
}
.bank_button{
	font-family: 'bpg_nino_medium_capsregular';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f26669;
	border: 1px solid #f26669;
	margin-left: 100px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bank_button:hover{
	color: #f26669;
}
.bank_button:hover{
	background-color: transparent;
}

.fa-arrow-right{
	color: #fff !important;
	position: absolute;
	left: 6px;
	top: 4px;
}
.bank_button:hover .fa-arrow-right{
	color: #f26669 !important;
}
.fa-times-circle{
	position: absolute;
	right: -34px;
	top: -34px;
	font-size: 30px;
	color: #f26669;
	cursor: pointer;
}
.fa-times-circle:hover{
	opacity: 0.6
}
.Apartment_block_4{
	width: 600px;
	height: 350px;
	border-radius: 10px;
	margin: auto;
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
	background-size: 605px 400px;
	background-repeat: no-repeat;
	padding: 5px 20px;
	color: #706974;
	line-height: 22px;
	font-family: 'dejavu_sansextralight';
	font-weight: bold;
}
.sharethis-inline-share-buttons{
	width: 300px;
	margin-left: 40px;
	margin: 5px 40px;
}