/*.constructions__list {
justify-content: flex-start!important;
}*/

@media screen and (min-width:1511px) {
.section.about .about__title {
	left: 57%!important;
}
}

.projects-item__image img {
width:100%;
}

.balloon__simple-image img {
height:100%;
}

/*.balloon--list .balloon__list-wrapper .balloon__list {
overflow-y: auto;
    max-height: 100vh;
}*/

.balloon--list .balloon__list-wrapper .balloon__list {
height: 380px;
    overflow: auto;
}

.about__info-desc ul {
	padding-left: 30px;
}

.about__info-desc ul li {
	margin: 0 0 7px 0;
}

.projects__link-item.projects__link-item--active {
	color: #f14c1c;
}

.construction__item-key {
    font-weight: 550;
    font-size: 17px;
    font-family: var(--second-ff);
}

.section-error h1{
	color: var(--c-accent)!important;
	font-family: var(--main-ff)!important;
	font-size: 170px!important;
}

.section-error p {
	font-weight:600;
	font-size: 20px;
	line-height: 20px;
}

.section-error .about-page__site-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-error a {
	color: var(--c-accent)!important;
	display: inline-block;
	text-decoration: underline;
}

.section-error a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px) {
.footer__row--stretch .footer__cell:last-child {
	display: flex;
}

.footer__row--stretch {
		flex-direction: column;
	}
}

@media screen and (max-width:350px) {
	.estimate--main .estimate__links {
		flex-direction: column;
		align-items: flex-start;
        gap: 10px;
	}
}