

/* Start:/uslugi/proektirovanie/style.css?178775040615073*/
.page-top-info {
	display: none;
}

.promo-services {
	position: relative;
	width: 100vw;
	height: auto;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.promo-services__wrapper {
	width: 100%;
	height: 100%;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #000;
}

@media (max-width: 991px) {
	.promo-services__wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.promo-services__wrapper {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.promo-services__wrapper::before {
	position: absolute;
	content: "";
	z-index: 1;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.25);
}

.promo-services__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.promo-services__breadcrumbs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-services__title {
	margin: 0;
	margin-top: 56px;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

@media (max-width: 1439px) {
	.promo-services__title {
		margin-top: 44px;
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.promo-services__title {
		margin-top: 36px;
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.promo-services__title {
		margin-top: 28px;
		font-size: 30px;
	}
}

.promo-services__desc {
	margin-top: 46px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

@media (max-width: 1439px) {
	.promo-services__desc {
		margin-top: 36px;
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.promo-services__desc {
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.promo-services__desc {
		margin-top: 22px;
		font-size: 16px;
		line-height: 24px;
	}
}

.promo-services__img {
	position: absolute;
	top: -50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, 50%);
	object-fit: cover;
	object-position: center;
}

.promo-services__requests {
	margin-top: 117px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
}

@media (max-width: 1439px) {
	.promo-services__requests {
		margin-top: 93px;
	}
}

@media (max-width: 1199px) {
	.promo-services__requests {
		margin-top: 74px;
	}
}

@media (max-width: 991px) {
	.promo-services__requests {
		gap: 12px;
	}
}

@media (max-width: 767px) {
	.promo-services__requests {
		margin-top: 59px;
	}
}

@media (max-width: 575px) {
	.promo-services__requests {
		margin-top: 47px;
	}
}

a.promo-services__request {
	height: 56px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 575px) {
	a.promo-services__request {
		width: 100%;
	}
}

a.promo-services__request--white {
	color: var(--fill_dark_light_white_hover) !important;
	background-color: #fff !important;
}

.block-spacing-top {
	margin-top: 38px;
}

@media (max-width: 1439px) {
	.block-spacing-top {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.block-spacing-top {
		margin-top: 0;
	}
}

.section-site,
.block-spacing-top--big {
	margin-top: 54px;
}

@media (max-width: 1439px) {
	.section-site,
	.block-spacing-top--big {
		margin-top: 43px;
	}
}

@media (max-width: 1199px) {
	.section-site,
	.block-spacing-top--big {
		margin-top: 34px;
	}
}

@media (max-width: 767px) {
	.block-spacing-top--big {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.section-site__heading {
		font-size: 24px;
		line-height: 30px;
	}
}

.feature-items {
	margin-bottom: 38px;
}

@media (max-width: 991px) {
	.feature-items {
		margin-bottom: 24px;
	}
}

.feature-items--three-columns {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 23px;
}

@media (max-width: 991px) {
	.feature-items--three-columns {
		grid-template-columns: repeat(2,1fr);
		gap: 16px;
	}
}

@media (max-width: 575px) {
	.feature-items--three-columns {
		grid-template-columns: 100%;
	}
}

.feature-item {
	width: 100%;
	height: 100%;
	padding-top: 31px;
	padding-bottom: 46px;
	padding-left: 46px;
	padding-right: 46px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #191f2b;
	border-radius: 5px;
}

@media (max-width: 1199px) {
	.feature-item {
		padding-top: 24px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 36px;
	}
}

@media (max-width: 991px) {
	.feature-item {
		padding-top: 20px;
		padding-left: 28px;
		padding-right: 28px;
		padding-bottom: 28px;
	}
}

@media (max-width: 575px) {
	.feature-item {
		padding-top: 24px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 36px;
	}
}

.feature-item--services {
	padding-bottom: 27px;
	padding-left: 14px;
	padding-right: 14px;
}

.feature-item p {
	color: #fff;
}

p.feature-item__title {
	margin: 0;
	flex: 1;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #0094ff;
	text-align: center;
	text-wrap: balance;
}

@media (max-width: 767px) {
	.feature-item__title {
		font-size: 16px;
		line-height: 24px;
	}
}

.feature-item__accent {
	display: block;
	color: #fff;
}

.feature-item__icon {
	margin-bottom: 32px;
}

@media (max-width: 1199px) {
	.feature-item__icon {
		margin-bottom: 24px;
	}
}

.section-site--sector {
	padding-top: 29px;
}

@media (max-width: 1199px) {
	.section-site--sector {
		padding-top: 19px;
	}
}

@media (max-width: 767px) {
	.section-site--sector {
		padding-top: 0;
	}
}

.sector-items {
	margin-bottom: 38px;
	padding-top: 4px;
}

@media (max-width: 991px) {
	.sector-items {
		margin-bottom: 24px;
	}
}

.sector-items--four-columns {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
}

@media (max-width: 1199px) {
	.sector-items--four-columns {
		grid-template-columns: repeat(3,1fr);
	}
}

@media (max-width: 767px) {
	.sector-items--four-columns {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 575px) {
	.sector-items--four-columns {
		margin-right: calc(50% - 50vw);
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
}

.sector-item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 575px) {
	.sector-item {
		min-width: 230px;
		height: auto;
	}

	.sector-item:last-child {
		margin-right: 24px;
	}
}

.sector-item__content {
	padding: 36px 23px;
}

@media (max-width: 1199px) {
	.sector-item__content {
		padding: 28px 18px;
	}
}

@media (max-width: 575px) {
	.sector-item__content {
		padding: 22px 14px;
	}
}

.sector-item__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #333;
}

@media (max-width: 575px) {
	.sector-item__title {
		font-size: 14px;
	}
}

.section-site--services {
	padding-top: 29px;
}

@media (max-width: 1199px) {
	.section-site--services {
		padding-top: 19px;
	}
}

@media (max-width: 767px) {
	.section-site--services {
		padding-top: 0;
	}
}

.services-list {
	margin-bottom: 38px;
	padding-top: 12px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 42px;
}

@media (max-width: 1199px) {
	.services-list {
		gap: 33px;
	}
}

@media (max-width: 767px) {
	.services-list {
		padding-top: 0;
		grid-template-columns: 100%;
		gap: 24px;
	}
}

.services-item {
	position: relative;
	margin: 0;
	padding-left: 49px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

@media (max-width: 575px) {
	.services-item {
		padding-left: 39px;
		font-size: 14px;
	}
}

.services-item::before {
	position: absolute;
	top: 0;
	width: 31px;
	height: 31px;
	background-color: transparent;
	background-image: url("/uslugi/proektirovanie/img/ico-chek-marker.png");
}

@media (max-width: 575px) {
	.services-item::before {
		width: 24px;
		height: 24px;
		background-size: cover;
	}
}

.section-info-block {
	margin-top: 60px;
}

@media (max-width: 1439px) {
	.section-info-block {
		margin-top: 48px;
	}
}

.section-info-block--fullwidth {
	position: relative;
	width: 100vw;
	height: auto;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.section-info-block--gradient {
	background-image: linear-gradient(46deg, #192b47 0%, #191f2b 100%);
}

.section-info-block--size {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.section-info-block--size {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.size-info-block {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media (max-width: 1199px) {
	.size-info-block {
		gap: 16px;
	}
}

@media (max-width: 991px) {
	.size-info-block {
		flex-direction: column;
	}
}

.size-info-block .section-info-block__content {
	padding-right: 100px;
}

@media (max-width: 1439px) {
	.size-info-block .section-info-block__content {
		padding-right: 66px;
	}
}

@media (max-width: 1199px) {
	.size-info-block .section-info-block__content {
		padding-right: 32px;
	}
}

@media (max-width: 991px) {
	.size-info-block .section-info-block__content {
		padding-right: 16px;
	}
}

.section-info-block__content * {
	color: #fff;
}

@media (max-width: 767px) {
	.section-info-block__content * {
		text-align: center;
	}
}

.section-info-block__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
	color: #fff;
}

@media (max-width: 1439px) {
	.section-info-block__title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 991px) {
	.section-info-block__title {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.section-info-block__title {
		font-size: 20px;
		line-height: 30px;
	}
}

.section-info-block__title--blue {
	color: #0094ff;
}

a.section-info-block__btn {
	width: 100%;
	max-width: min-content;
	height: 56px;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

@media (max-width: 991px) {
	a.section-info-block__btn {
		margin-top: 12px;
	}
}

@media (max-width: 575px) {
	a.section-info-block__btn {
		width: 100%;
		max-width: none;
	}
}

.mb-0 {
	margin-bottom: 0;
}

.two-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
}

@media (max-width: 991px) {
	.two-columns {
		grid-template-columns: 100%;
	}
}

.markers-list > li::before {
	top: 9px;
	width: 7px;
	height: 7px;
	background-color: #555;
	border-radius: 50%;
}

.markers-list--blue > li::before {
	background-color: #0b6bb3;
}

.markers-list--tab li {
	margin-bottom: 26px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}

@media (max-width: 575px) {
	.markers-list--tab li {
		font-size: 14px;
		line-height: 24px;
	}
}

.two-columns img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}

.services-stages__wrapper {
	padding: 86px;
	padding-bottom: 58px;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 1439px) {
	.services-stages__wrapper {
		padding: 68px;
		padding-bottom: 46px;
	}
}

@media (max-width: 1199px) {
	.services-stages__wrapper {
		padding: 54px;
		padding-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.services-stages__wrapper {
		padding: 44px;
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.services-stages__wrapper {
		padding: 36px;
	}
}

@media (max-width: 575px) {
	.services-stages__wrapper .section-site__heading {
		text-align: center;
	}
}

.stages-items {
	padding-top: 16px;
}

.stages-item {
	position: relative;
	padding-left: 95px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.stages-item {
		padding-left: 0;
	}
}

.stages-item:not(:last-child) {
	margin-bottom: 23px;
}

.stages-item__number {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	background-color: #0094ff;
	border-radius: 5px;
}

@media (max-width: 575px) {
	.stages-item__number {
		position: relative;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 54px;
		height: 39px;
		font-size: 24px;
	}
}

.stages-item__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}

@media (max-width: 575px) {
	.stages-item__content p {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
}

p.stages-item__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #0094ff;
}

@media (max-width: 575px) {
	p.stages-item__title {
		font-size: 20px;
		line-height: 24px;
	}
}

.section-info-block__title--fz-18 {
	font-size: 18px;
	line-height: 30px;
}

@media (max-width: 575px) {
	.section-info-block__title--fz-18 {
		font-size: 14px;
		line-height: 24px;
	}
}

.section-info-block--order {
	position: relative;
	z-index: 1;
	padding-top: 75px;
	padding-bottom: 80px;
	padding-left: 85px;
	padding-right: 16px;
	background-color: #191f2b;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.section-info-block--order {
		padding-top: 60px;
		padding-bottom: 64px;
		padding-left: 68px;
	}
}

@media (max-width: 991px) {
	.section-info-block--order {
		padding-top: 40px;
		padding-bottom: 42px;
		padding-left: 45px;
	}
}

@media (max-width: 575px) {
	.section-info-block--order {
		padding-top: 32px;
		padding-bottom: 32px;
		padding-left: 32px;
		padding-right: 32px;
	}
}

.section-order__content {
	width: 50%;
	line-height: 30px;
	color: #fff;
}

@media (max-width: 991px) {
	.section-order__content {
		width: 100%;
		padding-right: 180px;
	}
}

@media (max-width: 767px) {
	.section-order__content {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.section-order__content {
		line-height: 24px;
	}
}

.markers-list--order {
	margin-top: 0;
}

.markers-list--order > li {
	padding-left: 21px;
	line-height: 30px;
}

@media (max-width: 575px) {
	.markers-list--order > li {
		line-height: 24px;
	}
}

.markers-list--order > li::before {
	position: absolute;
	top: 8px;
	display: block;
}

.section-order__footer {
	margin-top: 66px;
	display: flex;
	align-items: center;
	gap: 60px;
}

@media (max-width: 1199px) {
	.section-order__footer {
		margin-top: 52px;
		gap: 48px;
	}
}

@media (max-width: 767px) {
	.section-order__footer {
		margin-top: 24px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

.section-order__footer p {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #0094ff;
}

@media (max-width: 991px) {
	.section-order__footer p {
		font-size: 20px;
	}
}

.section-order__footer a {
	display: block;
	color: #fff;
}

a.section-order__btn {
	height: 56px;
	padding-left: 43px;
	padding-right: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-order__image {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.section-order__image {
		transform: translate(15%,-50%);
	}
}

@media (max-width: 767px) {
	.section-order__image {
		opacity: 0.3 !important;
		transform: translate(0,-50%);
	}
}
/* End */
/* /uslugi/proektirovanie/style.css?178775040615073 */
