@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Quicksand', sans-serif;
	font-display: swap;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 1260px;
	background: #F9FAFF;
}
p {
	color: #282828;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.72;
	margin: 0 0 15px 0;
}
p:last-child{
	margin-bottom: 0px;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}

textarea{
	height: 80px;
	outline: none;
}

select{
	outline: none;
}
.container{
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1150px;
	margin: 0 auto 0;;
}
/* -------------- page index -------------- */
.b-header{
	background: #5663A0;
	padding: 24.5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header > .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-logo{
	display: block;
}
.b-header__nav{

}
.b-header__nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.b-header__nav ul li{
	margin: 0 30px 0 0;
}
.b-header__nav ul li:last-child{
	margin-right: 0px;
}
.b-header__nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
}
.b-header__nav ul li a:hover , .b-header__nav ul li a:active , .b-header__nav ul li a:focus{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.8;
	transition: 0.3s;
}
/* -------------- b-card -------------- */
.b-card{
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card__top{
	margin: 0 0 59px 0;
}
.b-card__top-row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-card__top__left{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.b-card-item{
	background: #FFFFFF;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 16px 15px 22px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px 0 0;
	width: 180px;
}
.b-card-item:last-child{
	margin-right: 0px;
}
.b-card-item_flex{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 40px 0 0;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
}
.b-card-item__left{
	padding: 31px 20px 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-item__head{
	margin: 0 0 11px 0;
	padding: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #D9DCE9;
	text-align: center;
}
.b-card-item__head-number{
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #545765;
	margin: 0 0 5px 0;
}
.b-card-item__head-category{
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #545765;
}
.b-card-item__title{
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.04em;
	color: #545765;
}
.b-card-item__right{
	padding: 40px 20px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F9FAFE;
}
.b-card-item__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 12px 0;
}
.b-card-item__row:last-child{
	margin-bottom: 0px;
}
.b-card-item__row:nth-child(2){
	border-bottom: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 10px 0;
}
.b-card-item__row-cat{
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #545765;
	width: 50px;
	flex-shrink: 0;
	margin: 0 8px 0 0;
}
.b-card-item__row-number{
	background: #83CD60;
	border-radius: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}
.b-card-item__row-percent{
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #545765;
}

.b-card-item__small .b-card-item__head{
	margin: 0 0 11px 0;
}
.b-card-item__small .b-card-item__head-number{
	font-size: 24px;
}
.b-card-item__small .b-card-item__head-category{
	font-size: 14px;
}
.b-card-item__small .b-card-item__title{
	margin: 0 0 15px 0;
	font-size: 24px;
}
.b-card-item__stats{
	position: relative;
	width: 100%;
	height: 20px;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 2px;
}
.b-card-item__stats-wrap{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.b-card-item__stats-line{
	height: 100%;
	background: #DC5B5B;
	border-radius: 8px 0px 0px 8px;
}
.b-card-item__stats-line_green{
	background: #83CD61;
}
.b-card-item__stats-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #333333;
}
.b-card-top__right{
    padding: 37px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-card-top__account{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-card-top__account-text{
	margin: 0 10px 0 0;
	text-align: right;
}
.b-card-top__account-link{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #545765;
}
.b-card-top__account-number{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #AEB1BE;
}
.b-card-top__account-ico{
	background: url(../images/user-ico.svg) center no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}




.b-card-nav__title{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0 0 26px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #E2E4EF;
	margin: 0 0 30px 0;
}
.b-card-nav__title b{
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #545765;
	display: block;
	margin: 0 10px 0 0;
}
.b-card-nav__title span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #AEB1BE;
}
.b-card-nav{
	margin: 0 0 57px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-card-nav__date{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.b-card-nav__date-button{
	width: 90px;
	height: 48px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #D9DCE9;
	transition: 0.3s;
}
.b-card-nav__date-button:hover{
	background: #ffffff;
	transition: 0.3s;
}
.b-card-nav__date-button.active{
	transition: 0.3s;
	background: rgba(231, 233, 243, 0.5);
}
.b-card-nav__date-button:last-child{
	border-right: none;
}
.b-card-nav__date-button b{
	font-weight: 700;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	color: #545765;
	display: block;
	margin: 0 0 3px 0;
}
.b-card-nav__date-button span{
	display: block;
	font-weight: 500;
	font-size: 9px;
	line-height: 1;
	text-align: center;
	color: #AEB1BE;
}
.b-card-nav__item{
	width: 220px;
}
.b-card-nav__item-wrap{
	position: relative;
}
.b-card-input__input{
	width: 100%;
	height: 50px;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	color: #545765;
}
.b-card-input__date{
	width: 100%;
	height: 50px;
	background: url(../images/calendar.svg) right 11px center no-repeat #FFFFFF;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	color: #545765;
}
.b-card-input__date::-webkit-calendar-picker-indicator {
	opacity: 0;
	font-size: 24px;
	right: 0px;
	position: absolute;
	width: 100%;
}
.b-select{
	width: 100%;
	height: 50px;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	color: #545765;
	background: #ffffff /* url(../images/select-arrow.svg) */;
	background-repeat: no-repeat;
	background-position: right 11px center;
	background-size: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
    transition: 0.3s;
}
.btn-search{
	width: 110px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D9DCE9;
	box-sizing:
	border-radius: 2px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #545765;
	transition: 0.3s;
}
.btn-search:hover{
	background: rgba(231, 233, 243, 0.5);
	transition: 0.3s;
}
.b-card-block{
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
.b-card-block-nav{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin: 0 0 20px 0;
}
.b-card-block-nav__select{
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
	padding: 0 20px 0 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #545765;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
    transition: 0.3s;
}
.b-card-block-filters{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-card-block-filter{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 20px 0 0;
}
.b-card-block-filter__title{
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #545765;
	margin: 0 8px 0 0;
}
.b-card-block-filter__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}
.b-card-block-filter__btn{
	border-right: 1px solid #D9DCE9;
	font-weight: 500;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	color: #545765;
	width: 40px;
	height: 24px;
	transition: 0.3s;
}
.b-card-block-filter__btn:hover{
	background: #DDDDDD;
	transition: 0.3s;
}
.b-card-block-filter__btn.active{
	background: rgba(231, 233, 243, 0.5);
	transition: 0.3s;
}
.b-card-block-filter__btn:last-child{
	border: none;
}
.filter-btn{
	background: url(../images/bar-chart.svg) center no-repeat;
	width: 14px;
	height: 14px;
}
.btn-reset{
	width: 60px;
	height: 26px;
	margin: 0 19px 0 10px;
	background: #FFFFFF;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #545765;
	transition: 0.3s;
}
.btn-reset:hover{
	background: #DDDDDD;
	transition: 0.3s;
}
.b-card-container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 -10px;
}
.b-card-container__col{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-container__col_big{
	width: 56%;
}
.b-card-container__col_sm{
	width: 44%;
}
.b-card-block canvas{
	background: #F9FAFF;
	border-radius: 3px;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-container__col_sm .b-card-block-nav__select{
	font-size: 14px;
}
.b-card-container__col_sm .b-card-nav__item{
	width: 130px;
}
.b-card-container__col_sm .b-card-input__date{
	height: 26px;
	padding: 0 0 0 10px;
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	color: #AEB1BE;
	background-size: 12px;
}
/* -------------- b-compaings -------------- */
.b-content{
	padding: 55px 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-content__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #545765;
	padding: 0 0 24px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #E2E4EF;
	margin: 0 0 40px 0;
}
.b-compaings{

}
.b-compaings table{
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.b-compaings table thead tr th{
	background: #83CD61;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	height: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-compaings table thead tr th:first-child{
	width: 120px;
}
.b-compaings table thead tr th:last-child{
	border-right: none;
}
.b-compaings table tbody tr td.td-desc{
	background: #F0F1F9;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #545765;
	height: 60px;
	text-align: center;
	border-right: 1px solid rgba(183, 187, 214, 0.3);
	border-bottom: 1px solid rgba(183, 187, 214, 0.3);
	background: #F0F1F9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-compaings table tbody tr td.td-desc:last-child{
	border-right: 0px;
}
.b-compaings .b-card__top-row{
	background: #F9FAFE;
	display: block;
}
.b-compaings .b-card-item{
	background: none;
	box-shadow: none;
}
.b-compaings .b-card-item_flex{
	width: 50%;
	justify-content: center;
	padding: 0;
	margin: 0;
	border-right: 1px solid rgba(183, 187, 214, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-card-item__small{
	width: 25%;
}
.b-compaings .b-card-item__left{
	padding: 0px 20px 38px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-compaings .b-card-item_flex .b-card-item__head{
	border-bottom: 1px solid rgba(183, 187, 214, 0.2);
	border-left: 1px solid rgba(183, 187, 214, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 41px 50px 15px 110px;
}
.b-compaings .b-card-item_flex .b-card-item__title{
	padding: 0 0 0 60px;
}
.b-compaings .b-card-item__right{
	padding: 47px 20px 15px 20px;
}
.b-compaings .b-card-item__row:nth-child(2){
	border-bottom: 1px solid rgba(183, 187, 214, 0.2);
}
.b-compaings .b-card-item__small > div{
	max-width: 152px;
	margin: 0 auto 0;
}
.b-compaings .b-card-item__small  .b-card-item__head{
	margin-bottom: 13px;
}
.b-compaings .b-card-item__small .b-card-item__title{
	margin-bottom: 15px;
}
/* -------------- b-messages -------------- */
.b-messages{
	background: #FFFFFF;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-messages__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 10px 0;
}
.b-messages__row:last-child{
	margin-bottom: 0px;
}
.b-messages__row-title{
	width: 160px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #545765;
	flex-shrink: 0;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-messages__row-item{
	flex-grow: 1;
}
.b-messages__row-input{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 15px;
}
.b-messages__row-textarea{
	width: 100%;
	height: 200px;
	background: #FFFFFF;
	border: 1px solid #D9DCE9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 15px;
	resize: none;
}
.b-messages__row-btn{
	width: 240px;
	height: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: #83CD61;
	border-radius: 2px;
	margin: 10px 0 0 0;
	transition: 0.3s;
}
.b-messages__row-btn:hover{
    background: #7ae04a;
    transition: 0.3s;
}
.b-messages__row-btn:active{
    background: #5bbf2c;
    transition: 0.3s;
}
/* -------------- employees -------------- */
.b-content__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-content__wrapper-col{
	margin: 0 40px 0 0;
	flex-grow: 1;
}
.b-content__wrapper-col_big{
	max-width: 600px;
}
.b-content__wrapper-col:last-child{
	margin-right: 0px;
}
.b-employees{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #FFFFFF;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin: 0 0 20px 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-employees:last-child{
	margin-bottom: 0px;
}
.b-employees__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-employees__left-img{
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin: 0 20px 0 0;
	background: #EEEEEE;
	border-radius: 2px;
}
.b-employees__left-img img{
	border-radius: 2px;
}
.b-employees__left-text{

}
.b-employees__left-text ul{

}
.b-employees__left-text ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.02em;
	color: #545765;
	margin: 0 0 5px 0;
}
.b-employees__left-text ul li:last-child{
	margin-bottom: 0px;
}
.b-employees__left-text ul li span{
	width: 120px;
	display: block;
	font-weight: 700;
}
.btn-edit{
	width: 100px;
	height: 32px;
	background: #DEDFE7;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	letter-spacing: -0.02em;
	color: #545765;
	margin: 0 0 5px 0;
	transition: 0.3s;
}
.btn-edit:hover{
	background: #ecedf9;
	transition: 0.3s;
}
.btn-edit:active{
	background: #d5d6de;
	transition: 0.3s;
}
.btn-delete{
	width: 100px;
	height: 32px;
	background: #FFDDDD;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.02em;
	color: #AA5E5E;
	transition: 0.3s;
}
.btn-delete:hover{
    background: #f7cece;
    transition: 0.3s;
}
.btn-delete:active{
	background: #e6c3c3;
	transition: 0.3s;
}
.b-company-data{

}
.b-company-data ul{

}
.b-company-data ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.02em;
	color: #545765;
	margin: 0 0 22px 0;
}
.b-company-data ul li:last-child{
	margin-bottom: 0px;
}
.b-company-data ul li span{
	width: 160px;
	font-weight: 700;
	display: block;
}

.td-desc {
	font-weight: 400 !important;
}

.td-desc a {
	color: rgb(0, 128, 0);
	font-weight: 400;
}

.b-employees__left-text li a {
	color: rgb(0, 128, 0);
}