.employees__wrapper {
	--color-primary: #007cc3;
	--color-additional: #0b2c3d;
	padding: 2.5rem 2.5rem 3rem;
	margin: 0;
	background-color: #f0f5fd;
	border-left: 5px solid #007cc3;
	border-radius: 0 50px 0 50px;
	border-radius: 8px 50px 0 8px;
}

.employees__wrapper + .employees__wrapper,
.employees__wrapper ~ * {
	margin-top: 3rem;
}

.employee-item {
	padding: 1rem 0; /*22px 0;*/

	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: start;
	border-bottom: 1px solid #b1b8cc;
	color: rgb(34 61 96/1);
}
.employee-item:first-child {
	border-top: 1px solid #b1b8cc;
}

.employee-item > *{
	width: 100%;
}


.employee-item__icon .img-wrapper {
	display: inline-block;
	text-align: center;
	background-color: var(--color-primary);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	width: 40px;
	max-height: 40px;
	min-height: 40px;
	height: 40px;
}

.employee-item__icon  .img-wrapper img,
.employee-item__icon  .img-wrapper svg {
  width: 27px;
  max-width: 100%;
  vertical-align: middle;
}
.employee-item__icon .img-wrapper svg {
    fill: #fff;
}

.employee-item__title {
    font-size: 1.2rem;
    font-weight: 500;	
	line-height: 26px;
	
	
font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}	
}
@media (max-width: 767.9px) {
.employee-item__title {
    font-size: 1rem;
    line-height: 22px;
}
}

.employee-item__content {
    display: flex;
    flex-direction: column !important;
    /* row-gap: 5px; */
    /* align-content: center; */
    flex-wrap: wrap;
    display: flex;
    margin: 0 !important;
    padding: 0;
    flex: 1 0 0%;
    align-items: flex-start;
    justify-content: start;
	row-gap: .25rem;
}



.employee-item__contact {
    padding: 0;
    column-gap: 15px;
    display: flex;
	flex-direction: row;
}


.employee-item__contact:first-child {
	flex-direction: column;
	row-gap: .25rem;
}
	
	
.employee-item__contacts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	flex-direction: row;
	/*border-bottom: 1px solid #b1b8cc;*/
	vertical-align: top;
	padding:0; /* 1rem .6rem;*/
	flex-wrap: wrap;
}

.employee-item .item-label {
	font-size: 1rem;
	line-height: 1;
	padding: 0;
	margin: 0;

}

.employee-item .item-title {
    line-height: 1;
    margin: 0;
    font-weight: 500;
    font-size: 1.125rem;
/*	
font-weight: 500;
  font-size: 18px;*/
  line-height: 1.4;
}	
	
}


@media (max-width: 767.9px) {
.employee-item .item-title {
font-size: 1rem;
}
}

.employee-item  a:hover {
    color: #018bbf;
}
.employee-item  a {
    text-decoration: none;
    -webkit-transition: allease-in-out .3s;
    transition: all ease-in-out .3s;
	color: #17173a;
}

.section__group {
}

@media (min-width: 1170.5px) {
  .section.section__group {
    padding: 35px 0;
  }
  .section.section__group:last-of-type {
    padding-bottom: 80px;
  }  
}
