
#facesContainer {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;

}

#facesContainer .face{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 20px;
}

#facesContainer .face-text {
	width: 200px;
	margin: 0 auto;
	font-weight: 600;
	color: rgba(40,40,40,0.7);
}
#facesContainer .face-text:hover{
	color: #01a2a6;
}

#myPredlagaem {
	font-weight: 600;
	font-size: 18px;
	margin-left: 250px;
}

.myPredlagaemItem{
	margin: 10px auto;
	width: 900px;
	overflow: hidden;
}

.myPredlagaemItem_Img {
	float: left;
	width: 80px;
	margin-right: 20px;
	text-align: right;
}

.myPredlagaemItem_Text{
	float: left;
	width: 800px;
}

#vacancyFace{
	text-align: center;
	float: left;
	width: 180px;
}

#vacancyFace img{
	width: 175px;
	height: 175px;
	border-radius: 175px;
}

#isVacancyOpened{
	margin-top: 20px;
	display: inline-block;
	padding: 3px 20px;
	text-align: center;
	border: 1px solid #01a2a6;
	transition-duration: 0.3s;
}

/* #vacancyFace div:hover{
	background: #01a2a6;
	color: white;
}
 */
 
.vacancyBigText{
	font-weight: 600;
}

.vacancyBlueText{
	font-weight: 600;
	color: white;
	background: #01a2a6;
	display: inline-block;
	padding: 4px 10px;
	margin-left: -10px;
}

.vacancyBlueLink{
	color: #01a2a6;
	font-weight: 600;
}

.vacancyTextBlock{
	margin-right: 20%;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

hr {
	border: none;
    color: #01a2a6;
    background-color: #01a2a6;
    height: 1px;
	margin-top: 25px;
}

#sentenceContainer{
	overflow: hidden;
	position: relative;
}


#sentenceContainer{
	overflow: hidden;
	position: relative;
}


#sentence{
/* 	position: absolute;
	left: 430px;
	top: 60px;
	padding: 30px 20px 30px 30px; */
	margin:20px auto;
	width:700px;
	background: #01a2a6;
	font-weight: 600;
	font-family: 'Cormorant Infant', serif;
	font-size: 24px;
	color: white;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

#sentence1{
	margin:0px auto;
	width:700px;
	font-weight: 600;
	font-family: 'Cormorant Infant',italic;
	font-size: 22px;
    border-top: 2px dashed #01a2a6;
	border-bottom: 2px dashed #01a2a6;
}
#sentenceTriangle{
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	left: -50px;
	border: 20px solid transparent;
	border-right: 40px solid #01a2a6;
}

#slogan{
	/* background: url(images/pages/vacancy/bottom_buildings.png) center; */
	padding-bottom: 50px;
	margin-bottom: -20px;
}

/* #sloganText{
	background: url(images/pages/vacancy/lozung.png) no-repeat center;
	height: 89px;
} */

#sloganText{
	background: url(images/pages/vacancy/lozung_90degree.png) no-repeat center;
	height: 89px;
}

#sloganwhite{
	/* background: url(images/pages/vacancy/bottom_buildings.png) center; */
	/* position:absolute; */
	padding-bottom: 20px;
	/* margin-bottom: -20px; */
}

/* #sloganTextwhite{
	background: url(images/iconki/lozung_90degree_white.png) no-repeat center;
	height: 89px;
	margin-top:2%;
} */
#sloganTextwhite{
	background: url(images/iconki/lozung_90degree.png) no-repeat center;
	height: 89px;
	margin-top:0%;
	margin-left:0%;
}
#joinTeamSection{
	/* background: #d9d9d9; */
	margin-bottom: -20px;
}

#joinTeamContainer{
	padding: 70px 200px 60px 240px;
}

#joinTeamForm{
	position: relative;
}

#joinTeamForm input, #joinTeamForm button, #joinTeamForm textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #a8a8a8;
}

#joinTeamForm input:focus,  #joinTeamForm textarea:focus{
	outline: none;
	border: 1px solid #01a2a6;
}

#joinTeamForm input{
	display: block;
	margin: 15px 0;
	width: 210px;
	line-height: 28px;
	padding-left: 5px;
}

#joinTeamForm textarea{
	padding: 5px;
	width: 440px;
	height: 114px;
	position: absolute;
	left: 275px;
	top: 0;
}

#joinTeamForm input[type='file']{
	opacity: 0;
    height: 34px;
    z-index: 70;
    width: 179px;
    margin-bottom: 0px;
    margin-top: -12px;
	cursor:pointer;
}

#joinTeamForm button {
	margin-top: 15px;
    color: white;
    background: url(images/pages/ourWorkers/fly.png) no-repeat 7px;
    padding: 10px 20px 10px 40px;
    background-color: #01a2a6;
    font-weight: 600;
	cursor: pointer;
}

#joinTeamForm button:hover {
	background-color: #018286;
}

#workerFaceFormContainer{
	overflow: hidden;
	box-shadow: inset 1px 2px 1px rgba(0,0,0,0.5);
	background: white;
	padding: 20px;
}