.au_bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1170px;
    margin-top: 50px;
    color: #ffffff;
}

.au_block {
    width: 485px;
    padding: 50px;
    background-color: #e99954;
}

.au_image {
    width: 585px;
    height: 373px;
    background-image: url(../images/aboutus.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.au_title {
    font-family: MontserratLight;
    font-size: 36px;
    margin-bottom: 50px;
}

.au_text {
    font-size: 18px;
    font-family: MontserratRegular;
}

.content_block_gray {
    background-color: #F5F5F5;
}

.content_block_black {
    background-color: #161421;
}

.content_block_orange {
    background: #E99954;
}

.au_info_block {
    width: 310px;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    font-family: MontserratLight;
    text-align: justify;
}

.aib_first {
    width: 710px;
    padding: 30px;
    margin: auto;
}

.aib_top {
    margin-top: 30px;
}

.au_info_title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.aib_double {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 770px;
    margin: auto;
    margin-top: 30px;
}

.text_bold {
    font-family: MontserratSemiBold;
}

.employee_bg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.employee_block {
    width: 270px;
    font-family: MontserratLight;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.11);
}

.eb_top {
    margin-top: 30px;
}

.employee_img {
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 5px solid #E99954;
    margin: 30px auto;
}

#em_1 {
    background-image: url(../images/employee/angelagladei.jpg);
}

#em_2 {
    background-image: url(../images/employee/tatianasusarencu.jpg);
}

#em_3 {
    background-image: url(../images/employee/oxanapisaroglo.jpg);
}

#em_4 {
    background-image: url(../images/employee/angelarojcov-ciofu.jpg);
}

#em_5 {
    background-image: url(../images/employee/dianasontea.jpg);
}

#em_6 {
    background-image: url(../images/employee/annagulko.jpg);
}

#em_7 {
    background-image: url(../images/employee/victorialungu.jpg);
}

#em_8 {
    background-image: url(../images/employee/tatianaarcan.jpg);
}



.employee_name {
    font-size: 20px;
    margin-bottom: 10px;
}

.employee_title {
    min-height: 48px;
    font-size: 13px;
    font-family: MontserratSemibold;
}

.employee_btn {
    margin-top:30px;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.no_bottom {
    padding-bottom: 0px;
}

.ct_bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.partners_block {
    width: 370px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#pr_1 {
    background-image: url(../images/logo_1.jpg);
}

#pr_2 {
    background-image: url(../images/logo_2.jpg);
}

#pr_3 {
    background-image: url(../images/logo_3.jpg);
}

#pr_4 {
    background-image: url(../images/logo_4.png);
}

#pr_5 {
    background-image: url(../images/logo_5.jpg);
}

#pr_6 {
    background-image: url(../images/logo_6.png);
}

#pr_7 {
    background-image: url(../images/logo_7.png);
}

#pr_8 {
    background-image: url(../images/logo_8.png);
}

#pr_9 {
    background-image: url(../images/logo_9.jpg);
}

#pr_10 {
    background-image: url(../images/logo_10.jpg);
}

#pr_11 {
    background-image: url(../images/logo_11.png);
}

#pr_12 {
    background-image: url(../images/logo_12.png);
}

.pr_p {
    width: 370px;
}

.pr_top {
    margin-top: 50px;
}

.project_block {
    width: 510px;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    font-family: MontserratLight;
    text-align: justify;
}

.employee_personal_bg {
    background-color: #161421;
}

.employee_personal {
    width: 1170px;
    padding: 50px 0;
    margin: auto;
}

.employee_img_block {
    display: flex;
    align-items: center;
}

.employee_personal_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 5px solid #e99954;
    margin-right: 20px;
}

.ep_bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(70% + 60px);
    font-family: MontserratLight;
    color: white;
    margin: auto;
}

.aib_personal {
    width: 70%;
    margin: auto;
}

.employee_personal_name {
    font-size: 36px;
}

.employee_personal_title {
    font-size: 20px;
    font-family: MontserratSemiBold;
}

.ep_btn {
    display: flex;
    align-items: center;
}