

/* Start:/local/templates/new/components/bitrix/news/employees/bitrix/news.detail/.default/style.css?17018857073180*/
.top-employees-image{
    background: url(https://i.ibb.co/nn3Pjmq/1.jpg);
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.employee_bl_img{
	position: absolute;
    top: calc(50% - 125px);
    left: 50px;
    width: 250px;
    height: 250px;
}
.employee_bl_img img{
	width: 100%;
    height: 100%;
}
.employee_bl_description{
color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    width: 50%;
    text-align: left;
}
.employee_bl_description .employee_name{
    text-transform: uppercase;
    font-size: 46px;
}
.employee_bl_description .employee_dolgnost{
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 10px;
}
.prop-employees{
    display: flex;
    margin-bottom: 10px;
}
.prop-employees .prop-left{
	width: 35%;
padding: 30px;
}
.prop-employees .prop-right{
	width: 65%;
	background: #F1f1f1;
padding: 30px;
}
.prop-description .prop-name{
    color: #898989;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
}
.prop-description .prop-value{
    color: #000;
    font-size: 16px;
    padding: 30px 0;
}
.email-block-employee {
    margin-left: 25px;
    position: relative;
}
.email-block-employee .email-employee{
	font-size: 18px;
    padding: 0 10px;
    font-weight: 400;
    line-height: 30px;
    color: #112546;
    position: relative;
}
.email-block-employee .email-employee:before{
	content: "";
    display: block;
    width: 20px;
    height: 18px;
    background: url(/bitrix/templates/new/img/icon__mail.svg) no-repeat;
    position: absolute;
    left: -20px;
    top: 3px;
}
.phone-block-employee {
    margin-left: 25px;
    position: relative;
}
.phone-block-employee .phone-employee{
	font-size: 18px;
    padding: 0 10px;
    font-weight: 400;
    line-height: 30px;
    color: #112546;
    position: relative;
}
.phone-block-employee .phone-employee:before{
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    background: url(/bitrix/templates/new/img/icon__phone.svg) no-repeat;
    position: absolute;
    left: -20px;
    top: 0;
}
.prop-description .prop-name:before{
    content: "";
    position: absolute;
    bottom: -10px;
    border-bottom: 5px solid #898989;
    width: 70px;
}
.prop-description .prop-value img{
    padding: 0 10px;
    width: calc(33.3% - 10px);
    padding-bottom: 20px;
}



@media screen and (max-width: 1010px) {
.prop-employees {
    flex-wrap: wrap;
}
.prop-employees .prop-left {
    width: 100%;
    padding: 10px;
}
.prop-employees .prop-right {
    width: 100%;
    padding: 10px;
}


}


@media screen and (max-width: 767px) {
	.employee_bl_img {
		display: none;
	}
	.employee_bl_description {
		transform: translate(-50%, -50%);
		width: 90%;
	}
	.top-employees-image {
		height: 300px;
	}
	.employee_bl_description .employee_name {
		font-size: 40px;
	}
	.employee_bl_description .employee_dolgnost {
		font-size: 20px;
	}
	.prop-description .prop-name {
		font-size: 24px;
	}
	.prop-description .prop-value img {
		padding: 0 5px;
		width: calc(50% - 5px);
		padding-bottom: 10px;
	}
	.prop-description .prop-value {
		font-size: 18px;
	}


}
/* End */
/* /local/templates/new/components/bitrix/news/employees/bitrix/news.detail/.default/style.css?17018857073180 */
