body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.header__wr {
    background-color: rgb(0, 0, 0);
    height: 87px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 120px;

}
.header_wr-feather-menu {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255) ;
    
}
.header_wr-feather-menu :hover {
    cursor: pointer;
}

.header_communication-icons_search {
    width: 22px;
}
.header_communication-icons_heart {
    width: 18px;
    padding: 2px;
}
.header_communication-icons :hover {
    cursor: pointer;
}
.header_wr-text {
    margin-left: 5px;
    font-size: 18px;
    
}
.main {
    background: rgb(190, 187, 187);
}
.vacancy_wr {
    background: rgb(255, 255, 255);
    margin: 30px 15%;
}
.vacancy_1 {
    padding-top: 60px;
}
.vacancy {
    padding: 20px 0px 80px 20px;
    background: rgb(255, 255, 255);
}
.image_team_wr {
    display: flex;
    justify-content: space-around;
}
.image_team {
    width: 80%;
    align-items: center;
}
.footer {
    background-color: rgb(0, 0, 0);
    display: flex;
}
.container_wr {
    color: #fff;
}
.container_content_wr {
    font-size: 14px;
    margin-top: 16px;
}
html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
    flex-direction:column;
    padding: 40px 180px 40px 120px;
}
.footer_title_text {
    font-size: 16px;
    font-weight: 600;
}
.collection_content_learn-more {
    display: flex;
    flex-direction:column;
    align-items: center;
}
.footer_logo {
    display: flex;
    margin-top: 24px;
    padding-top: 16px;
}
.container_wr {
    display: flex;
    flex-wrap: wrap;
}
.container_meet_wr {
    margin-right: 80px;
}
.online-services_wr {
    margin-right: 80px;
}
.container_online-services_wr {
    margin-right: 80px;
}
.container_services-shop_wr {
    margin-right: 80px;
}
.footer_logo_image {
    margin-bottom: 40px;
}