  html, body {
    margin: 0;
    padding: 0;
  }
body{
  	font-family: 'mr-eaves-xl-modern';
	font-size: 18px;
  	color: #565656;
	background-color: #e8eaeb;
	text-rendering:geometricPrecision;
	overflow-x:hidden;
}
h2{
  	font-family: 'mr-eaves-xl-modern';
	font-size: 35px;
	font-weight: 200;
	padding: 0 0 25px 0;
  	margin:0;
}
.main-content{
  	max-width:1170px;
  	margin:0 auto;
  	padding: 15px;
	box-sizing: border-box;
  	background-color:#fff;    
}
.divider{
    border-bottom: 1px solid #ccc5c5;
  	clear: both;
  	height: 15px;
  	margin-bottom: 15px;
}
.divider.device{
  	display:none;
}
  .expert_link{
    width: 100%;
  }
  .expert_link a{
  	color: #565656;
	text-decoration:none;
  }
  .expert_link a:hover{
  	color: #e3821a;
  }
  .expert_link_nazad{
	 display: inline;
	}  
  .expert_link_sleden{
    float: right;
	text-align: right;
	display: inline-block;
    } 
  .expert_jpg_logo{
    width: 100%;
  }
  .expert_jpg{
    height: 355px;
    width: 355px;
    float: left;
	margin-right:15px;
	background-size:cover;
	background-position: center center;
	} 	
  .expert_logo_text{
	}
  .expert_logo{
	}
  .expert_company_name{
    font-size: 28px;
    width: 100%;
    padding-top: 18px;
  }
  .expert_company_text{
    width: 100%;
    line-height: 140%;
  }  

  .expert_info{
    height: 250px;
    width: 32%;
    margin-top: 15px;
	padding-left: 15px;
	float:left;	
  }
  .expert_mail{
    float: left;
	width: 32%;
    padding-left: 15px;
} 
  .email{
    float: right;
    width: 75%;
    box-sizing: border-box;
    height: 28px
}   
  .email_text{
    float: right;
    width: 83%;
    box-sizing: border-box;
    height: 255px;
} 
  .email_e{
    font-size: 16px;
    padding-top: 16px;
    line-height: 140%;
  }   
  .mail_informacii{
    font-size: 16px;
    width: 40%;
    padding-top: 16px;
    line-height: 140%;
  } 
.sub {
    display: inline-block;
    padding-top: 209px;
    padding-left: 30px;
}
#submit {
	height: 26px;
    width: 190px;
    text-align: center;
    color: #fff;
    background-color: #5d5d5d;
    border: none;
    cursor: pointer;
  	position: absolute;
  	bottom: 0;
}
  .expert_unsere{
    width: 100%;
	text-align:center;
  }
.expert_unsere img{
  display:inline-block;
  vertical-align:middle
}
.expert_unsere .uns-img-wrap{
  	width:33%;
	display:inline-block;
  	vertical-align:middle 
}
 
input,
select{
  	border: 1px solid #565656;
  	height:23px;
  	font-size: 16px;
  	padding:0 5px;
  	box-sizing:border-box;
}
textarea{
  	border: 1px solid #565656;
  	font-family: 'mr-eaves-xl-modern';
  	font-size: 18px;
}
input[type='text']{
  	padding: 5px 10px;
}
select{
	padding: 5px 15px 5px 10px;
}
select{
  	background: url(images/dropdown.gif) right 10px center no-repeat;
  	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
  	cursor:pointer
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label{
    cursor:pointer;
}
input[type="checkbox"] + label span {
    display: inline-block;
	width: 17px;
	height: 17px;
	background-image:none;
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:100% 100%;
	border:1px solid #000;
	vertical-align: middle;
	margin-right: 8px;
}
input[type="checkbox"]:checked + label span {
	background-image:url(images/checkbox.gif);
}

/*Contact Form*/
.contact-formular-wrapper{
  	display:table;
  	width: 100%;
}
.column-block.contact-col1{	width:38% }
.column-block.contact-col2{	width:36% }
.column-block.contact-col3{	width:26% }
.column-block.contact-col3 .box-padding{
  padding-left:20px;
  height: 220px;
  position: relative;
}

#expert-contact .field {
  margin-bottom: 10px;
}
#expert-contact .field {
  margin-bottom: 10px;
}
#expert-contact .contact-col1 .field label{
  	width:32%;
  	display: inline-block;
}
#expert-contact .contact-col1 .field input{
  	width:67%;
  	display: inline-block;
}
#expert-contact .contact-col2 .field label{
  	width:30%;
  	display: inline-block;
  	text-align:right;
  	vertical-align:top;
}
#expert-contact .contact-col2 .field textarea{
  	width:69%;
  	max-width:100%;
  	display: inline-block;
  	height:220px;
  	vertical-align:top;
  	padding-right: 5px;
  	box-sizing: border-box;
}

#expert-contact label.error{
	width:100%!important;
  	text-align:right;
  	color:#e50000;
}
.required-mark{
  	color:#e3821a;
}
/*Page Blocks*/
.row-blocks{
	
}
.column-block {
	display: table-cell;
	float:left;
	margin-bottom:20px;
}
.column-block.width3 {
  	width: 33%;
}
.column-block.box .box-content{
	border-left:2px solid #634e42;
	border-right:2px solid #634e42;
	border-bottom:2px solid #634e42;
	padding:10px;
}
.column-block.box:hover :before{
	box-shadow:0px 0px 2px #000;
}
.column-block .box-padding{
	box-sizing:border-box;
	padding: 0;
}

/*@media only screen and (max-width: 980px){ .column-block.width3 { width: 33%; }}
@media only screen and (max-width: 800px){ .column-block.width3 { width: 50%; }}*/
@media only screen and (max-width: 1023px){
	.divider.device{
		display:block;
	}
	.column-block { 
		width: 100%!important;
		display: block;
		float:none;
 	}
  
	#expert-contact .contact-col1 .field label {
		width: 100%;
	}
	#expert-contact .contact-col1 .field input{
		width: 100%;
	}
	#expert-contact .contact-col2 .field textarea{
		width: 100%;
	}
	#expert-contact .contact-col2 .field label {
		width: 100%;
		  text-align:left;
	}
	.column-block.contact-col3 .box-padding {
		padding-left: 0;
		height: auto;
	}
	input,
	select{
		height:46px;
	  	padding: 5px 10px;
	}
	input[type="checkbox"] + label span {
		width: 46px;
		height: 46px;
	}
	#submit {
		position:relative;
		float: right;
	  	margin-top:37px;
	}
}

/*Contact Form end*/

 
@media only screen and (max-width: 1536px){

  
}


@media only screen and (max-width: 1024px){
   .email{
    width: 100%;  
}
  .expert_mail{
    width: 100%;
} 
}

@media only screen and (max-width: 950px){
 
}

@media only screen and (max-width: 768px){
  .expert_jpg{
	  display:none!important;
  }
  .expert_info{
    width: 100%;
  }
  .email{
    width: 100%;  
}
}
@media only screen and (max-width: 412px){
  .expert_info{
    width: 100%;
  }
  .email{
    width: 100%;  
} 

}