.feedback-widget {
	background: none;
	box-shadow: none;
}
.dismantling h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2b2a29;
    font-weight: bold;
    position: relative;
    margin-bottom: 63px;
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dismantling h2 span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2b2a29;
    position: relative;
    z-index: 2;
    padding-left: 7px;
}
.dismantling h2 span:before {
	content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 27.5px);
    width: 55px;
    height: 55px;
    background: #e12b31;
    z-index: -1;
}
.dismantling .description {
	max-width: 735px;
}
.dismantling .description p{
	color: #2b2a29;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 18px;
}
.dismantling .description p:last-of-type{
	margin-bottom: 0;
}
.features h3 {
	font-size: 24px;
	line-height: 37px;
	color: #2b2a29;
	font-weight: bold;
	margin-bottom: 39px;
	margin-top: 59px;
	margin-left: -3px;
}
.features p {
	color: #2b2a29;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 18px;
}
.features p:last-of-type{
	margin-bottom: 0;
}
.features .grid-wrap {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 30px;
}
.features .text {
	margin-top: -7px;
}
.features .image {
	height: 265px;
	width: 100%;
	max-width: 457px;
}
.features .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.features .btn-primary-bordered {
	width: 223px;
	height: 51px;
	margin-top: 28px;
}
.reception h3 {
	font-size: 24px;
	line-height: 37px;
	color: #2b2a29;
	font-weight: bold;
	margin-bottom: 34px;
	margin-top: 60px;
	margin-left: -3px;
}
.reception p {
	color: #2b2a29;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 0;
}
.reception .reception-item p {
	color: #e12b31;
}
.reception .image {
	width: 93px;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.reception .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reception .reception-item {
	display: grid;
	grid-template-columns: 113px 1fr;
	align-items: center;
	justify-content: space-between;
}
.reception .grid-wrap {
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 30px;
}
.reception-description {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: flex-end;
	justify-content: space-between;
	grid-gap: 30px;
	margin-top: 50px;
}
.reception-description p {
	margin-bottom: 18px;
}
.reception-description p:last-of-type{
	margin-bottom: 0;
}
.reception-description .image {
	height: 215px;
	max-width: 457px;
	width: 100%;
}
.opportunities h3 {
	font-size: 24px;
	line-height: 37px;
	color: #2b2a29;
	font-weight: bold;
	margin-bottom: 24px;
	margin-top: 60px;
	margin-left: -3px;
}
.advantages {
	background-image: url(../img/advantages-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 70px;
}
.advantages .grid-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
}
.advantages h2{
	font-size: 24px;
	line-height: 37px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 0;
}
.advantages h3{
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 14px;
	margin-top: -3px;
}
.advantages p{
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 0;
	max-width: 340px;
}
.advantages .image{
	position: relative;
	z-index: 1;
	width: 56px;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 7px;
	padding-top: 4px;
}
.advantages .advantages-item:nth-child(2) .image {
	padding-left: 11px;
}
.advantages .advantages-item:nth-child(5) .image {
	padding-left: 0px;
}
.advantages .advantages-item:nth-child(6) .image {
	padding-left: 2px;
}
.advantages .advantages-item:nth-child(7) .image {
	padding-left: 10px;
}
.advantages .advantages-item:nth-child(8) .image {
	padding-left: 14px;
}
.advantages .image:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	z-index: -1;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: #e12b31;
}
.advantages .advantages-item{
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: flex-start;
	grid-gap: 15px;
}
.advantages .advantages-item .text {
	padding-left: 25px;
	position: relative;
	z-index: 1;
	padding-top: 4px;
}
.advantages .advantages-item .text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: 43px;
	background: #fff;
	opacity: 0.2;
}
.autopark h2 {
	font-size: 24px;
	line-height: 37px;
	color: #2b2a29;
	font-weight: bold;
	margin: 54px auto 20px auto;
}
.autopark .container > p {
	font-size: 18px;
	line-height: 21px;
	color: #2b2a29;
	font-weight: normal;
	margin: 0;
}
.autopark .grid-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	grid-gap: 30px;
	margin-top: 50px;
}
.autopark .autopark-item {
	border: 1px solid #bebebe;
	padding-bottom: 26px;
	height: 100%;
	text-align: center;
	    display: flex;
    flex-direction: column;
}
.autopark .autopark-item .image{
	width: 100%;
	height: 218px;
	margin-bottom: 25px;
}
.autopark .autopark-item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.autopark .autopark-item h3{
	font-size: 18px;
	line-height: 21px;
	color: #2b2a29;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	text-align: left;
}
.autopark .autopark-item p{
	font-size: 14px;
	line-height: 19px;
	color: #2b2a29;
	font-weight: normal;
	margin: 0;
	margin-top: 16px;
	margin-bottom: 22px;
	padding: 0 20px;
	text-align: left;
}
.autopark .btn-primary-bordered {
	width: 223px;
	height: 43px;
	margin: auto auto 0 auto;
}
.construction {
	background-image: url(../img/construction-bg.png);
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: cover;
	padding: 60px 0 92px 0;
	margin-top: 81px;
}
.construction h2{
	font-size: 24px;
	line-height: 37px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 24px;
	text-align: left;
}
.construction h3{
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	margin-top: 18px;
	text-align: left;
}
.construction .container > p{
	font-size: 18px;
	line-height: 27px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
.construction .container > p:nth-of-type(2){
	max-width: 730px;
}
.construction .stages{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 30px;
	margin-top: 42px;
	margin-bottom: 46px;
}
.construction .stages-item {
	position: relative;
	z-index: 1;
}
.construction .stages-item:before {
	content: '';
	position: absolute;
	top: 15px;
	right: -30px;
	width: calc(100% - 39px);
	border-bottom: 1px dashed #e12b31;
}
.construction .stages-item:last-child:before {
	display: none;
}
.construction .stages-item div{
	width: 69px;
	height: 30px;
	border: 1px solid #e12b31;
	font-size: 14px;
	line-height: 14px;
	color: #e12b31;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.construction .stages-item h4{
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}
.construction .stages-item p{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
.work {
	background-image: url(../img/construction-bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow:hidden;
}
.work:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65.2vw;
	height: 100%;
	z-index: 2;
	background-image: url(../img/construction-bg-2.png);
	background-repeat: no-repeat;
	background-position: bottom -82px left 0px;
	background-size: 100% auto;
}
.work .work-wrap {
	max-width: 620px;
	background-color: rgba(255,255,255,.8);
	padding: 67px 38px 56px 38px;
	position: relative;
	z-index: 1;
	margin-left: -38px;
}
.work h2 {
	font-size: 24px;
	line-height: 24px;
	color: #2b2a29;
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}
.work .work-item {
	margin-bottom: 38px;
	position: relative;
	z-index: 1;
}
.work .work-item:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 27px;
	height: calc(100% + 11px);
	border: 1px dashed #e12b31;
}
.work .work-item:last-child:before{
	border: none;
}
.work .work-item h3{
	font-size: 18px;
	line-height: 27px;
	color: #2b2a29;
	font-weight: bold;
	margin: 0;
	text-align: left;
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.work .work-item h3 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #e12b31;
	color: #e12b31;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-right: 13px;
}
.work .work-item p{
	font-size: 14px;
	line-height: 18px;
	color: #2b2a29;
	font-weight: normal;
	margin: 0;
	text-align: left;
	padding-left: 40px;
	max-width: 480px;
}
.work .btn-primary-bordered {
	width: 223px;
	height: 51px;
}

@media (max-width: 992px){
	.features .grid-wrap {
		grid-template-columns: 1fr;
	}
	.features .image {
		max-width: none;
		height: auto;
	}
	.reception .grid-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.reception-description {
		grid-template-columns: 1fr;
	}
	.reception-description .image {
		max-width: none;
		height: auto;
	}
	.autopark .btn-primary-bordered {
		width: 80%;
	}
	.work:before {
		display: none;
	}
}
@media (max-width: 768px){
	.dismantling h2{
		justify-content: flex-start;
		margin: 50px 0;
	}
	.dismantling h2 span {
		font-size: 24px;
		line-height: 24px;
		text-transform: none;
	}
	.dismantling .description p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.features h3 {
		margin-left: 0;
		line-height: 28px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.features .image {
		height: 265px;
	}
	.features .text {
		margin-top: 0;
		text-align: center;
	}
	.features p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
		text-align: left;
	}
	.features .btn-primary-bordered {
		margin-left: auto;
		margin-right: auto;
	}
	.reception h3 {
		margin-top: 50px;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.reception-description {
		margin-top: 35px;
	}
	.reception-description p{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.reception-description .image {
		height: 215px;
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	.reception .grid-wrap {
	    grid-template-columns: 1fr;
	}
	.opportunities h3 {
		margin-left: 0;
		line-height: 28px;
		margin: 35px 0;
	}
	.advantages {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.advantages .advantages-item {
		grid-template-columns: 1fr;
	}
	.advantages .advantages-item .text {
		padding-left: 0;
	}
	.advantages .advantages-item .text:before {
		display: none;
	}
	.advantages .grid-wrap {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}
	.advantages h3 {
		margin-bottom: 6px;
		line-height: 23px;
	}
	.autopark .grid-wrap {
		grid-template-columns: 1fr;
		margin-top: 34px;
	}
	.autopark h2 {
		margin: 44px 0 28px 0;
	}
	.autopark .container > p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.construction {
		margin-top: 43px;
		padding-bottom: 64px;
	}
	.construction .container > p {
		font-size: 16px;
		line-height: 24px;
	}
	.construction .stages {
		grid-template-columns: 1fr;
	}
	.construction .stages-item h4 {
		margin-top: 0px;
		padding-top: 20px;
	}
	.construction .stages-item h4,
	.construction .stages-item p {
		padding-left: 25px;
	}
	.construction .stages-item:before {
		width: auto;
		height: 100%;
		border-bottom: 0;
		border-left: 1px dashed #e12b31;
		right: auto;
		left: 7px;
		top: 30px;
	}
	.construction .stages-item div {
		margin-bottom: 0;
	}
	.work {
		padding-bottom: 260px;
	}
	.work:before {
		display: block;
		height: 350px;
		width: 100%;
		left: auto;
		right: 0;
		background-size: auto 100%;
		background-position: bottom -82px right 0px;
	}
	.work h2 {
		margin-bottom: 45px;
	}
	.work .work-item h3 {
		line-height: 21px;
		padding-top: 3px;
	}
	.work .work-item h3 span {
		margin-top: -3px;
	}
	.work .work-wrap {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 50px 15px 43px 15px;
		text-align: center;
	}
}