/* oformlenie kollectiv */
.staff-block-inner__label {
  font-size: 1em;
  line-height: calc(1em + 7px);
  color: #fff;
  opacity: 1;
  margin-bottom: 5px;
  #-webkit-text-stroke: 1px black;
  text-shadow: 1px 1px 1px #000;
}
.staff-block-inner__name {
  text-shadow: 1px 1px 1px #000;
}
/* oformlenie ankety specialista */
ul[class*=menu] {
  padding-left: 0px;
}
ul {
  padding-left: 15px;
}
ul[class*=menu] li[class*=menu]{
  list-style-type: none;
}
ul li {
  list-style-type: unset;
}
ul[class*=menu] li[class*=menu]:before {
#  content: "";
}
ul li:before {
  content: unset;
}
.staff-detail__label {
  font-size: 1.26667em;
  color: unset;
}
.staff-detail__property-label,
.staff-detail__top-property-label
{
  font-size: 1.26667em;
  color: unset;
}
/* anter up */

.ownd-header .logo
{
	height: 100px;
}
.ownd-header-title
{
	background: url('../images/logo_2.svg') 50% / contain no-repeat;
	width: 536px;
	height: 55px;
	margin-left: 4px;
}
.ownd-header-title + div
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ownd-header .address__text
{
	font-size: 1em;
	font-weight: 600;
}
.ownd-header-fixed .ownd-logos
{
	display: flex;
	align-items: center;
	gap: 20px;
}
.ownd-header-fixed .logo,
.ownd-header-fixed .ownd-logos img
{
	height: 64px;
}
.ownd-header-mobile .ownd-logos
{
	display: flex;
	align-items: center;
}
.ownd-header-mobile .ownd-logos img
{
	height: 50px;
}
.ownd-mobile-menu .ownd-logos
{
	justify-content: flex-start;
}
.ownd-mobile-menu .ownd-logos img
{
	height: 50px;
}
.ownd-staff-photos
{
	margin-top: 40px;
}
.ownd-staff-photos h3
{
	margin-bottom: 10px;
}
.ownd-staff-photos-list
{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.ownd-staff-photos-list a
{
	display: flex;
	width: 200px;
	height: 200px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #eee;
}
.ownd-staff-photos-list a img
{
	max-width: 100%;
	max-height: 100%;
}
@media (max-width: 500px)
{
	.ownd-staff-photos-list a
	{
		height: 150px;
		width: 150px;
	}
}