

/* Start:/local/templates/garda_new_responsive/components/pixelplus/feedback/OWNERSOFREALESTATE/style.css?17790857235086*/
#feedback_owner .owner_buttons .owner_i_want > input[type=radio]
{
	display:none;
}
#feedback_owner .owner_buttons .owner_i_want
{
	padding:30px 0 50px;
}
#feedback_owner .owner_buttons .owner_i_want > label
{
	border:2px solid #AE906E;
	color:#AE906E;
	text-transform:uppercase;
	display:inline-block;
	margin-right:60px;
	width:150px;
	padding:10px 0;
	box-sizing:border-box;
	font-size:14px;
	text-align:center;
	font-weight:400;
}
#feedback_owner .owner_buttons .owner_i_want > label:hover 
{
	background:#AE906E;
	color:#fff;
	cursor:pointer;
}
#feedback_owner .owner_buttons .owner_i_want > label:last-child 
{
	margin-right:0;
}
#feedback_owner .owner_buttons .owner_i_want input[type=radio]:checked + label
{
	background:#AE906E;
	color:#fff;
}
#feedback_owner .form_block .left_owner_block
{
	display:inline-block;
	width:40%;
	vertical-align:top;
}
#feedback_owner .form_block .right_owner_block
{
	display:inline-block;
	width:59%;
	vertical-align:top;  
	padding-left: 30px;
	box-sizing:border-box;
}
#feedback_owner .input_block
{
	position:relative;
	margin-bottom:15px;
	display:block;
}
#feedback_owner .input_block input[type='text'],
#feedback_owner .input_block input[type='email'],
#feedback_owner .input_block textarea
{
	border:1px solid #e0e0e0;
	width:100%;
	outline:none;
	box-sizing:border-box;
	font: 14px "Roboto", sans-serif;
	padding:15px;
}
#feedback_owner .input_block.req_input input[type='text'],
#feedback_owner .input_block input[type='email']
{
	padding-right:35px;
}
#feedback_owner .input_block.req_input .req
{
	color: #AE906E;
    font-size: 25px;
    position: absolute;
    top: 17px;
    right: 15px;
    font-weight: 500;
}
#feedback_owner .input_block textarea
{
	height:177px;
}
#feedback_owner .form_block
{
	padding:40px 0;
}
#feedback_owner .form_block .right_owner_block  .submit_block input:hover 
{
	opacity:0.8;
}
#feedback_owner .form_block .right_owner_block  .submit_block input 
{
    border: 1px solid #AE906E;
    color: #fff;
    background: #AE906E;
    text-align: center;
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    width: 100%;
    font: 14px "Roboto", sans-serif;
    font-weight: 500;
}
#feedback_owner .form_block .right_owner_block  .submit_block
{
	width:170px;
	display:inline-block;
	vertical-align:top;
}
#feedback_owner .form_block .right_owner_block  .agree_block
{
	width:calc(100% - 175px);
	display:inline-block;
	vertical-align:top;
	color:#4c4c4c;
    font: 14px "Roboto", sans-serif;
    margin-top: 5px;
}
#feedback_owner .custom-checkbox [type=checkbox] + label:before
{
	margin-right:10px;
}
#feedback_owner .custom-checkbox label > a 
{
	text-decoration:none;
	color:#4c4c4c;
}
#feedback_owner .error_list
{
	padding-left:0;
	margin-bottom:20px;
}
#feedback_owner .custom-checkbox  [type=checkbox] {
	display: none;
}
#feedback_owner .custom-checkbox label {
	display:inline-block;
}
#feedback_owner .custom-checkbox  [type=checkbox] + label:before {
	background: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	color: #FFF;
	content: '';
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	transition: .3s;
	width: 18px;
}
#feedback_owner .custom-checkbox  [type=checkbox] + label span 
{
	position:relative;
	top:-5px;
    transition: 0s;
}
#feedback_owner .custom-checkbox [type=checkbox]:checked  + label span 
{
	top:1px;
    transition: 0s;
}
#feedback_owner .custom-checkbox [type=checkbox]:checked + label:before 
{
	background: #AE906E;
	content: '\2714\fe0e';
	color: #fff !important;
	font-size: 12px;
	height: 18px;
	width: 18px;
}
#feedback_owner .custom-checkbox.error [type=checkbox] + label:before
{
	border:1px solid red;
}
#feedback_owner .custom-checkbox.error [type=checkbox]:checked + label:before
{
	border: 1px solid #E0E0E0;
}
#form_owner .send_ok .ttl_send_ok
{
	font-size:26px;
	color: #222;
	margin-bottom:25px;
	text-align:left;
}
#form_owner .send_ok
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F3F2F1;
    margin: 25px 0 0;
    line-height: 26px;
	color:#a0a0a0;
}
.form_content__title{
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 33px;
	color: #5F5F5F;
	margin-bottom: 20px;
	margin-top: -10px;
}



@media (max-width: 1000px) 
{	
	#feedback_owner .custom-checkbox label
	{
		font-size:12px;
	}
	#feedback_owner .custom-checkbox [type=checkbox] + label:before 
	{
		margin-right: 5px;
	}
	#feedback_owner .form_block .left_owner_block
	{
		width:50%;
	}
	#feedback_owner .form_block .right_owner_block
	{
		width:49%;
	}
}
@media (max-width: 750px) 
{
	#feedback_owner .form_block .left_owner_block,
	#feedback_owner .form_block .right_owner_block
	{
		width: 100%;
		padding-left:0;
	}
	#feedback_owner .form_block .right_owner_block .agree_block
	{
		margin-bottom:20px;
		width: 100%;
	}
}
@media (max-width: 440px)
{
	#form_owner .send_ok
    {		
   		 margin-top: 50px!important; 
	}
}
@media (max-width: 400px) 
{
	#feedback_owner .owner_buttons .owner_i_want > label
	{
		margin-right: 20px;	
		width: 130px;
	}
}
/* End */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/OWNERSOFREALESTATE/style.css?17790857235086 */
