.pdg-top-30 {
	padding-top: 30px;
}

.pdg-top-30 .block_coral-b {
	padding-bottom: 0;
}

/* Стили нового футера */
.footer .footer__top {
	margin-bottom: 60px;
	row-gap: 40px;
}

@media screen and (max-width: 1634px) {
	.footer .footer__top {
		display: grid;
		grid-template-columns: 1fr auto auto auto;
		column-gap: 16px
	}

	.footer .footer__top > div {
		max-width: 100%;
	}

	.footer .footer__tpprf {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1034px) {
	.footer .footer__top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 40px;
	}

	.footer .footer__tpprf {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__top {
		grid-template-columns: 1fr;
		margin-bottom: 60px;
		row-gap: 30px;
	}
}

.footer .footer__onesection {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.footer .footer__onesection {
		align-items: center;
	}
}

.footer .footer__onesection-link {
	margin-top: auto;
}

@media screen and (max-width: 767px) {
	.footer .footer__onesection-link {
		margin-top: 14px;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
}

.footer .footer__onesection a + a {
	margin-top: 6px;
}

.footer .footer__logo {
	display: inline-block;
	width: 176px;
	height: 34px;
	margin-bottom: 44px;
}

@media screen and (max-width: 1034px) {
	.footer .footer__logo {
		margin-bottom: 32px;
	}
}

.footer__logo svg {
	max-width: 100%;
	max-height: 100%;
}

.footer .footer__nav {
	flex: 0 0 auto;
}

.footer .footer__nav-title {
	font-family: 'BOLD';
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 28px;
	color: #000;
}

@media screen and (max-width: 1034px) {
	.footer .footer__nav-title {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__nav-title {
		margin-bottom: 18px;
	}
}

.footer .footer__contacts-new {
	font-size: 16px;
	line-height: 24px;
}

.footer .footer__contacts-new a {
	text-decoration: none;
}

.footer .footer__contacts-new a:hover {
	text-decoration: underline;
}

.footer .footer__bottom {
	align-items: flex-end;
}

.footer .footer__copyright-new {
	text-aling: left;
}

.portfolio-list__item {
	opacity: 1;
}

.new-detail-picture {
	width: 100%;
	max-width: 900px;
}

@media screen and (max-width: 549px) {
	.index-portfolio {
		padding-top: 100px;
	}
}
.new-cost__item-title strong {
	color:#fff !important;
}
.new-cost__item-descr{
	margin-bottom: 20px;
	font-family: Bold;
    font-weight: bolder;
    color: #313131;
}
.main-nav__dropdown .main-nav__subnav-title a{
	color:#000;
}