.personnel__title{		
	font-family: BerlingskeSerif-DBd, sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 109px;
	text-align:center;
	margin-top:18px;
}


.input-holder{
	display: inline-block;
	position: relative;
}

.input-group input.valid,
.input-group input:active,
.input-group input:focus {
	/*	background-color: #fff;
		box-shadow: none;
	z-index:4;*/
}
.input-group input:active~label{
	opacity:0;
}
.input-group input:focus~label{
	opacity:0;
}
.input-group input.valid~label{
	opacity:0;
}
.input-holder input{
	z-index:0;
	padding:0px 0px 0px 5px;
	position:relative;
	/*background:transparent;
	box-shadow:none;*/
}

.input-group input.error~label{
	color: #ff5730;
}


.input-holder__back{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-top: 5px;
	color: hsla(30, 25%, 98%, 0.75);
	z-index:1;
	top:0px;
	left:0px;
	padding-left: 5px;
	
	display: -webkit-box; 
	display: -moz-box; 
	display:-webkit-flex;
	display: -ms-flexbox;
	display:flex;
	
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items:  center;
	
}

@media screen and (max-width: 480px) {}

.persons__divider{
	width:137px;
	border:5px solid #454545;
	margin-top:19px;
	margin-left:15px;
	
}





.input-holder--country{
	width:27%;
	margin-right:1%;
}
.input-holder--region{
	width:27%;
	margin-right:1%;
}
.input-holder--phone{
	width:41%;
	flex-grow: 1;
}



.input-group.flexed{
	
	display: -webkit-box; 
	display: -moz-box; 
	display:-webkit-flex;
	display: -ms-flexbox;
	display:flex;
	
	-webkit-align-items: space-between;
	-ms-align-items:space-between;
	align-items: space-between;
	
	-webkit-align-content: space-between;
	-ms-align-content: space-between;
	align-content:space-between;
	
	-ms-flex-pack:justify;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack:justify;
}





.persons__item{
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:flex-start;
	margin-top:70px;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.persons__image{
	
	display: inline-block;
	align-items: center;
	
	padding-bottom: 0px;
	/* max-height: 340px;*/
	background-color: white;
	position:relative;
	float:right;
	/*background-image:url(../images/diamond-decor.png);
		background-repeat:no-repeat;
		background-position:center center;
	background-size:contain;*/
}
.persons__info{
	width: 54%;
	margin-right:2%;
	padding-top:1px;
}

.persons__image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	width: 100%;
}

@media screen and  (min-width: 320px) {  
	.persons__info{
		width: 100%;
		margin:0px;
	}
	.persons__slider{
		padding-top:70px}
		
		
		.owl-dots{
			
			position:absolute;
			margin-top:0px;
			top:0px;
			left:0px;
			width: 100%;
			}
	.persons__image{
		/*max-width: 600px;*/
		width:100%;
		order:-1;
	}
}
@media (min-width: 768px) {  
				.persons__slider{
		padding-top:0px
		}
		.owl-dots{
			
			position:static;
			margin-top:10px;
			margin-left:0px;
			}
	
	
	.persons__image{
		order: initial;
		width: 33%;
	}
	.persons__info{
		width: 65%;
	margin-right:2%;
	padding-top:1px;
}
	
}
@media screen and (max-width: 992px){
	
	
	
}
.persons__tile{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	padding-bottom:100%;
	
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: contain;
}

.persons__image:after {
	/*	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;*/
}






.persons__name{
	margin-top:50px;
	font-size:52px;
	font-weight:bold;
	text-align:center;
	font-family: BerlingskeSerif-DBd, sans-serif;
}

.persons__text{
	text-align:left ;
	
	font-size:22px;
	line-height: 1.3;

display: inline-block;
width: 100%;
padding:15px;
padding-top:0px;
margin-top:30px;
}
.persons__image2{
position:relative;
max-width: 400px;
width: 100%;
max-height: 340px;
padding-bottom: 100%;
background-color: white;
display: inline-block;
}
.persons__slider{

width:100%;
}



@media screen and (max-width: 992px) {
.personnel__title{

font-size:36px;}
.persons__name{
margin-top:15px;
font-size:30px;
margin-top:0px;
}
.persons__item{
margin-top:30px;
}
.persons__text{
margin-top:19px;
text-align:left ;
font-size:16px;
min-height:312px;
}
.persons__text.item1{
margin-top:19px;
text-align:left ;
font-size:18px;
}
}


@media screen and (min-width: 992px){
.persons__divider{
display:none;
}
}




.sec-light {
    color: #131518;
    background-color: #edeef0;
}

.wlocations {
    /* background-image: url(../images/bg/work-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
}

.wlocations__slider{}



