/**
 * Theme Name:  RedParking
 * Description: Автоматичні паркування: Модернізація та будівництво
 *
 * Version:     1.0
 */

.error-page{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	
	align-items: center;
	text-align: center;
	
	padding: 100px 0;
}

@media (max-width: 768px) {
	.footer__logo {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (hover:hover) {
	.blog__item:hover,
	.objects__item:hover {
		opacity: 0.7;
	}
}

.article__main .aligncenter {
	margin-left: auto;
	margin-right: auto;
}


.header-langs {
	display: flex;
	align-items: center;
	
	border: 1px solid white;
	border-radius: 12px;
	overflow: hidden;
	
	color: white;
}

.header-langs a {
	display: block;
	padding: 6px 12px;
}

.header-langs li {
	display: flex;
	align-items: center;
}

.header-langs li.active a {
	background-color: rgb(255, 255, 255);
	color: black;
}

.header__right {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media (max-width: 768px) {
	.header__right {
		flex-direction: column-reverse;
		gap: 12px;
	}
}

html {
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.blog__item-text .button {
	width: 100%
}

.blog__item-text .h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}



.justify-center {
	justify-content: center;
}

.ordinary-list li {
	list-style-type: circle;
	list-style-position: inside;
}

.--no-hover:hover {
	opacity: 1 !important;
}