.address {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.content_1_slides .block {
	padding: 0; 
    margin: unset;
    width: 100%;
    max-width: unset;
	
}

.content_1_slides a {
	border-bottom: unset;
}

a.filter {
	
}

.section {
	font-size: 0.8em;
}

.breadcrumbs {
	text-align: center;
}

.tags {
	text-align: left;
}

.afterarticle {
	text-align: right;
}

.article h2 {
	text-align: left;
}

.article {
	display: flex;
}

.article .image img {
	height:150px;
	width:200px;
	object-fit:cover;
}

.article .anons {
	margin-left: 20px;
}

.article .anons h2 {
	margin-top:0;
}

.hello .button {
	background-color:var(--menu-background-color);
	color:white;
	border-radius: 30px;
	padding:10px 30px;
}

.content_3_html, .content_5_cards, .contacts_3_php {
	background-color: #fff7ed; 
}

.content_3_html h2 {
	text-align: left;
}

.cards>div.card.news, .cards>a>div.card.news {
	width:320px;
}

.cards .card.news img {
	width:360px;
	height:240px;
}

.contentcard p {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-button-next, .swiper-button-prev { 

	color:var(--menu-background-color);

}

.swiper-pagination-bullet-active {
	background-color:var(--menu-background-color);
}

._contacts .content {
	display: none;
}