.js-init-new-project-slider .new-gallery__image {
	/*max-height: 483px;*/
}

.new-intro__back-link-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 9rem;
	width: 7.7rem;
	height: 4.1rem;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
	.new-intro__back-link-2 {
		width: 44px;
		height: 24px;
	}
}

.new-intro__back-link-2:hover,
.new-intro__back-link-2:focus {
	background-color: rgba(190, 61, 61, 0.7);
}

.new-intro__back-link-2:hover svg,
.new-intro__back-link-2:focus svg {
	stroke: white;
}

.new-intro__back-link-2 svg {
	width: 2.1rem;
	height: 1.4rem;
	stroke: #000;
	fill: none;
	-webkit-transition: stroke 0.3s ease;
	-o-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

@media screen and (max-width: 768px) {
	.new-intro__back-link-2 svg {
		width: 12px;
		height: 8px;
	}
}


/* new design styles 12.2023*/

.page-project .new-intro__back-btn-block {
	width: 23rem;
}

.page-project .dash-title-wrap {
	padding-left: 22.8rem;
}

.page-project .h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.page-project .h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

.page-project .container {
	/*max-width: 1264px;*/
	max-width: 1680px;
}

.page-project .new-intro__container {
	/*max-width: 1680px;*/
}

.page-project-hero {
	padding: 4rem 0 6rem;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.page-project-hero {
		padding: 5rem 0 7rem;
	}
}

.page-project-hero .dash-title-wrap {
	padding-left: 0;
}

.page-project-hero__title {
	margin-bottom: 40px;
}

.page-project-hero__title::before {
	left: -23rem;
}

@media (min-width: 1024px) {
	.page-project-hero__title {
		margin-bottom: 60px;
	}
}

.page-project-hero .h2 {
	width: 100%;
}

@media (min-width: 1024px) {
	.page-project-hero .h2 {
		width: auto;
	}
}

.page-project-hero__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
}

@media (min-width: 1024px) {
	.page-project-hero__grid {
		display: -ms-inline-grid;
		display: inline-grid;
		-ms-grid-rows: auto;
		-ms-grid-columns: 150px 40px auto 40px auto;
		grid-template: auto/150px repeat(2, auto);
		grid-gap: 40px;
	}
}

@media (min-width: 1200px) {
	.page-project-hero__grid {
		-ms-grid-rows: auto;
		-ms-grid-columns: 240px 100px 300px 100px 300px;
		grid-template: auto/240px 300px 300px;
		grid-gap: 100px;
	}
}

.page-project-hero__grid-col {
	max-width: calc(50% - 9px);
}

@media (min-width: 1024px) {
	.page-project-hero__grid-col {
		max-width: unset;
	}
}

.page-project-hero__label {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px 5px;
	border-radius: 14px;
	background: #697689;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.page-project-hero__label {
		margin-bottom: 30px;
		font-size: 13px;
	}
}

.page-project-hero__list {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 10px;
}

@media (min-width: 1024px) {
	.page-project-hero__list {
		grid-row-gap: 24px;
	}
}

.page-project-hero__list-elem {
	position: relative;
	padding-left: 13px;
}

.page-project-hero__list-elem::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #BE3D3D;
	content: "";
}

.page-project-hero__list-key {
	margin-bottom: 4px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.page-project-hero__list-key {
		margin-bottom: 6px;
		font-size: 12px;
	}
}

.page-project-hero__list-value {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 70;
}

@media (min-width: 1024px) {
	.page-project-hero__list-value {
		font-size: 18px;
	}
}

.page-project-text {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.page-project-text {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1024px) {
	.page-project-text__grid {
		display: -ms-inline-grid;
		display: inline-grid;
		-ms-grid-rows: auto;
		-ms-grid-columns: 150px 40px auto 40px auto;
		grid-template: auto/150px repeat(2, auto);
		grid-gap: 40px;
	}
}

@media (min-width: 1200px) {
	.page-project-text__grid {
		-ms-grid-rows: auto;
		-ms-grid-columns: 240px 100px 600px;
		grid-template: auto/240px 600px;
		grid-gap: 100px;
	}
}

.page-project-text__text {
	font-size: 14px;
	line-height: 1.2;
}

@media (min-width: 1024px) {
	.page-project-text__text {
		font-size: 18px;
	}
}

.new-gallery-custom {
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.new-gallery-custom {
		padding-bottom: 105px;
	}
}

@media (max-width: 640px) {
	.new-gallery-custom .container {
		padding: 0 1.8rem;
	}
}

.new-gallery-custom .new-gallery__inner {
	overflow: visible;
}

.new-gallery-custom .new-gallery__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 40px;
}

.new-gallery-custom .new-gallery__header .h2 {
	margin-bottom: 0;
}

.new-gallery-custom__slider-nav {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 40px;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.new-gallery-custom__slider-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.new-gallery-custom__slider-prev,
.new-gallery-custom__slider-next {
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-size: 20px 12px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.new-gallery-custom__slider-prev:hover,
.new-gallery-custom__slider-next:hover {
	background-color: #f5f5f5;
}

.new-gallery-custom__slider-prev {
	background-position: 12px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M9 0.999999L2 8L9 15' stroke='%23333333' stroke-width='1.8'/%3E%3C/svg%3E");
}

.new-gallery-custom__slider-next {
	background-position: 7px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M0.999999 15L8 8L1 1' stroke='%23333333' stroke-width='1.8'/%3E%3C/svg%3E");
}

.new-gallery-custom .swiper {
	width: 100%;
}

@media (min-width: 1024px) {
	.new-gallery-custom .swiper {
		overflow: visible;
	}
}

.new-gallery-custom .swiper-slide {
	max-width: 1200px;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.new-gallery-custom .swiper-slide-active {
	opacity: 1;
}

.new-gallery-custom .new-gallery__image {
	display: block;
	width: 100%;
}

.new-gallery-custom .new-gallery-custom__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	height: 14px;
	margin-top: 12px;
}

.new-gallery-custom .new-gallery-custom__pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	border: 2px solid #fff;
	background-color: #333;
	opacity: 1;
	-webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
	transition: background-color 0.2s, -webkit-box-shadow 0.2s;
	transition: box-shadow 0.2s, background-color 0.2s;
	transition: box-shadow 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
}

.new-gallery-custom .new-gallery-custom__pagination .swiper-pagination-bullet-active {
	background-color: #BE3D3D;
	-webkit-box-shadow: 0 0 0 1px #BE3D3D;
	box-shadow: 0 0 0 1px #BE3D3D;
}

/*--------------------*/
/*.new-project .new-intro__container {
  max-width: 1274px;
}

@media (min-width: 1366px) {
  .new-project .new-intro__container {
    padding-left: calc(23rem + 36px);
  }

}

@media screen and (max-width: 768px) {
  .new-project .new-intro__container {
    display: block;
  }
}



@media screen and (max-width: 992px) {
  .new-intro .new-intro__container {
    padding: 0 32px;
  }
}

@media (max-width: 640px) {
  .new-intro .new-intro__container {
    padding: 0 1.8rem;
  }

  .new-gallery h2 {
    padding: 0 1.8rem;
  }
}

.page-project .section__block-title::before {
  left: -23rem;
  width: 17.6rem;
}*/
.page-project-text h2 {
	margin-bottom: 32px;
}

.new-map-block h2 {
	margin-bottom: 32px;
}



.page-project .new-project {
	margin-bottom: 1rem;
}

@media (min-width: 1366px) {

	.page-project-hero .container,
	.page-project-text .container,
	.new-map-block .container,
	.new-gallery .container {
		padding-left: 20.43rem;
	}
}

@media (min-width: 1441px) {

	.page-project-hero .container,
	.page-project-text .container,
	.new-map-block .container,
	.new-gallery .container {
		padding-left: 21rem;
	}
}

@media (min-width: 1501px) {

	.page-project-hero .container,
	.page-project-text .container,
	.new-map-block .container,
	.new-gallery .container {
		padding-left: 23.4rem;
	}
}

@media (min-width: 1601px) {

	/*.new-map-block .container,
  .new-gallery .container*/
	.page-project-hero .container,
	.page-project-text .container {
		padding-left: 27rem;
	}
}

@media (min-width: 1366px) {

	.new-map-block .container,
	.new-gallery .container {
		max-width: 1110px;
		padding-left: 4rem;
	}
}

@media (min-width: 1440px) {

	.new-map-block .container,
	.new-gallery .container {
		max-width: 1130px;
		padding-left: 4rem;
	}
}

@media (min-width: 1501px) {

	.new-map-block .container,
	.new-gallery .container {
		max-width: 1200px;
		padding-left: 4rem;
	}
}

@media (min-width: 1601px) {

	.new-map-block .container,
	.new-gallery .container {
		max-width: 1200px;
		padding-left: 0;
	}
}



.js-init-new-project-slider2 {
	/*max-width: 1160px;*/
}

.page-project .section__block-title::before {
	content: none;
}

@media (min-width: 1366px) {
	.page-project .section__block-title::before {
		left: -17rem;
		width: 12.6rem;
		content: "";
	}
}

@media (min-width: 1441px) {
	.page-project .section__block-title::before {
		left: -17rem;
		width: 12.6rem;
	}
}

@media (min-width: 1501px) {
	.page-project .section__block-title::before {
		left: -19rem;
		width: 14.6rem;
	}
}

@media (min-width: 1601px) {
	.page-project .section__block-title::before {
		left: -23rem;
		width: 15.1rem;
	}
}

@media (min-width: 1366px) {
	.page-project .new-intro__back-btn-block {
		width: 16.4rem;
	}
}

@media (min-width: 1441px) {
	.page-project .new-intro__back-btn-block {
		width: 17.2rem;
	}
}

@media (min-width: 1501px) {
	.page-project .new-intro__back-btn-block {
		width: 19.8rem;
	}
}

@media (min-width: 1601px) {
	.page-project .new-intro__back-btn-block {
		width: 23rem;
	}
}

.new-gallery-custom {
	margin-bottom: 0 !important;
	padding-top: 60px;
	padding-bottom: 60px;
}

.new-map-block {
	padding-top: 40px;
}

.new-gallery__header {
	@media (max-width: 640px) {
		padding: 0 1.8rem;
	}
}

.new-gallery-custom .swiper-slide {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
	-webkit-transform-style: preserve-3d;
}

@media (max-width: 1024px) {
	.page-project-text__title {
		margin-bottom: 20px !important;
	}

	.page-project-text {
		/*padding-bottom: 80px;*/
	}

	.new-gallery__header {
		margin-bottom: 20px !important;
	}

	.new-gallery-custom {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.new-map-block h2 {
		margin-bottom:20px;
	}
}