@import 'responsive-fonts.css';

.text-theme{
	color:#9e00c4;
}
.bg-theme{
	background-color:#9e00c4;
}
.border-color-theme{
	border-color:#9e00c4;
}

.hover-grow-15 {
  -webkit-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}
.hover-grow-15:hover, .hover-grow-15:focus, .hover-grow-15:active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.hover-grow-102 {
  -webkit-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}
.hover-grow-102:hover, .hover-grow-102:focus, .hover-grow-102:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* ХЕАДЕР */
.header{
	display: block;
	position: fixed;
    z-index: 1020;
    background: #FFF;
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
	height: 60px;
    line-height: 60px;
    left: 0;
    right: 0;
    top: 0;
}
.menu_item{
	padding: 0 5px;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.menu_item:hover{
	color: #0015e6;
    font-weight: 700;
}
.header-top-small{
	padding-top: 60px;
}
.page_content{
	width: 100%;
	max-width: 1200px;
    margin: auto;
	padding-top: 56px;
}
.page-800{
    max-width: 800px;
}

/* ЛОГИН */
.login_card{
	margin:100px auto;
	max-width:700px;
}
.login_card input{
	width: 100%;
	height:50px;
	padding-left:20px;
}
.input_field{
	text-align: center;
    border: 1px solid #999999;
    border-radius: 15px;
    box-sizing: border-box;
	overflow: hidden;
	margin:10px;
}
.login_button{
	margin:auto;
	text-align: center;
}
.login_card button{
	padding:15px;
	
}





/* КАРТОЧКА ОБЪЕКТА     КАРТОЧКА ОБЪЕКТА     КАРТОЧКА ОБЪЕКТА     КАРТОЧКА ОБЪЕКТА     */

.unit_card{
    height: 100px;
    overflow: hidden;
	display:flex;
    border: 1px solid #80808040;
	position:relative;
}
.unit_card > a{
	position: absolute!important;
	/*
	padding-top: 300px!important;
	width: 100%!important; 
	*/
	overflow: hidden!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.unit_img{
	width: 100px;
    height: 100px;
    display: inline-block;
	background-position:center;
	background-size:cover;
}
.unit_info{
	display: inline-block; 
	width: calc(100% - 100px);
	vertical-align: top;
    margin-top: 0;
    padding-left: 10px;
    background-color: white;
    line-height: 18px;
}
.unit_info .quota{
    display: inline-block;
    background: #ff000080;
    color: white;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: 600;
}
.unit_info .area{
	font-size: 12px;
	color:red;
	margin-bottom: 2px;
}
.unit_info .project{
    font-size: 18px;
    font-weight: 600;
}
.unit_info .price{
    display: inline-block;
    font-weight: 700;
	margin-bottom: 0;
}
.unit_info .size,.type,.floor,.view{
    width: 47%;
    display: inline-block;
    color: gray;
    font-size: 14px;
	white-space:nowrap;
}
.unit_info .location{
    font-size: 12px;
}
/* резиновые */
	@media (min-width: 576px){
		.unit_card{
			flex-direction: column;
			height: auto;
		}
		.unit_card .unit_img{
			width: 100%;
			height: 0;
			padding-top: 56%;
		}
		.unit_card .unit_info{
			display: block;
			width: 100%;
			margin: 10px 0;
		}
	}
	 






/* ФОРМЫ ФОРМЫ ФОРМЫ ФОРМЫ ФОРМЫ ФОРМЫ ФОРМЫ							 */

.input_group{
	padding:10px 15px 0;
    width: 33.33%;
    float: left;
	box-sizing: border-box;
}
.input_group_25{
	padding:10px 15px 0;
    width: 25%;
    float: left;
	box-sizing: border-box;
}
.input_group label{
	font-size: 16px;
    font-weight: 700;
    color: #484848;
	padding-left: 5px;
}
.color-attention{
	color:#ffaaaa!important;
}
@media screen and (max-width: 600px) {
	.input_group{
		width: 100%;
	}
	.input_group_25{
		width: 50%;
	}
}
/*
.form-control {
    display: block;
    width: 100%;
    height: 50px;
	box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #484848;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/

/* КНОПКИ ФОРМ */
.button{
	padding: 10px 5px 0;
	float:left;
	box-sizing:border-box;
}
.button button{
    font-size: 20px;
    font-weight: 700;
	cursor:pointer;
    line-height: unset;
}
.button_green{
	color: #28a745;
	background: linear-gradient(45deg, #ddffdd, transparent);
}
.button_gray{
	color: #777777;
}
.button_red{
	color: #d2322d;
	background: linear-gradient(-45deg, #ffdddd, transparent);
}
/* РЕДАКТИРОВАНИЕ ФОТОК */
.dropdown_content{
	padding: 10px 0px 30px;
    display: block;
    background: #ececec;
}
.foto_edit{
	display: inline-block;
	margin: 5px;
}
.foto_edit .foto_navs{
	display: block;
	height:35px;
	vertical-align: top;
}
.foto_edit .up,.down{
	display: inline-block;
	border: 1px solid gray;
    height: 35px;
    width: 48px;
    text-align: center;
    line-height: 25px;
    box-sizing: border-box;
	font-size: 30px;
    font-weight: 700;
	cursor:pointer;
}
.foto_edit .image{

}
.foto_edit .image img{
	width: 88px;
}
.foto_edit .foto_del{
	height: 30px;
    vertical-align: top;
    border: 1px solid gray;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.ghostClass{
	opacity: 0;
}



/* FILTER */

#filter_inputs .btn-light {
  background-color: #fff!important;
}
#filter_inputs .btn-check:checked + .btn-light {
  color:#fff;
  background-color: #0d6efd!important;
}



/* CONTACTS */
.contact_icon{
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
}



.flag_shadow{
	box-shadow: 0 0 2px 1px #808080;
}