.contacts-nav__item.active .contacts-nav__button {
	border-color: #04aeda;
}
.contacts-nav__button {
	border-color: transparent;
}
.news-archive .news__image{
	width: 25%;
    height: 200px;
    display: block;
    margin: 0 50px 0 0;
    float: none;
    max-width: 300px;
}

.news-archive .news__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-archive .news__item {
	display: flex;
}

.news-archive .news__top {
	min-width: auto;
	padding: 0;
	text-align: left;
	width: 75%;
}

.news-archive .news__title {
	max-width: 100%;
}

@media (max-width:767px){ 
	.news-archive .news__item {
		display: block;
	}
	.news-archive .news__image {
		text-align: center;
	    width: 100%;
	    display: block;
	    margin: 0 auto 15px auto;
	}
	.news-archive .news__top {
		width: 100%;
	}
}

.header-nav>ul>li:first-child>ul {
	left: 100%;
}
.header-nav>ul>li>ul>li>a {
	text-transform:none;
}
.header-nav>ul>li>ul>li.current-menu-item>a,
.header-nav>ul>li.current-menu-item>a,
.header-nav>ul>li.current-menu-parent>a {
	color: #1f1f1f;
}
.d-none {
	display: none;
}

.contacts-block__left .tab.active {
	height: 100%;
}

.notification.notification_success {
	background: #04aeda;
	color: #fff;
	padding: 10px;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 25px;
}

.notification.notification_warning {
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 13px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}