.header__link_email {
    margin: 0 10px;
}
.contact_block {
    margin: 0 10px;
}

a.call_phone_3 {
	color: #000;
	font-size: 30px;
}


.contact_block .addr_footer {
	font-size: 12px;
}


a.call_phone_3 > span, .email_footer a, .schedule_footer, .addr_footer{
	display: flex;
    align-items: center;
	gap: 10px;
}

.contact_block a.call_phone_3 {
	color: #fff;
	font-size: 25px;
}


header .addr_footer {
	font-size: 12px;
}


.article-toc li.depth-1 {
	font-style: italic;
}
.header__link_email {
	margin: 0 10px;
    font-size: 14px;
    line-height: 21px;
	padding-bottom: 5px;
	position: relative;
    display: block;
}
.footer .award {
	margin-top: 0;
}
body .footer .logo__image-block {
	width: 280px;
}

@media screen and (min-width: 1070px) {
	body .logo__image-block {
		width: 280px;
	}
	
	.header__container {
		display: flex;
		justify-content: space-between;
	}

}

.email_footer a, .contact_block .addr_footer, .schedule_footer {
    font-size: 14px;	
}

.articles-slide__text.card__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card__title {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1070px) {
	
	.menu__list {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease-out; }
	  

	  
	.footer .award p {
		margin-bottom: 15px;
	}
	body .header__link_email, body .header__link_messenger {
		display: none;
	}
	.award-item {
		width: 25%;
	}
	.footer .award .images  {
		display: none !important;
	}
	
	.footer .award .menu__title_active  + .images {
		display: flex !important;
	}
	
	.footer .menu__title_active + .menu__list {
      max-height: 100%;
      overflow: auto;
      transition: max-height .3s ease-out;
	  }
	  
	.contacts__list.social {
		margin-bottom: 20px;
	}
	.email_footer a, .contact_block .addr_footer, .schedule_footer {
		font-size: 12px;	
	}
	.other__description {
		flex-direction: column;
	}
	.nkh {
		text-align: left;
	}
	.hideMobile {
		display: none;
	}

}