/* Project detail. Exact reference: desktop 124:139, mobile 194:1029. */

.inner-page--project-detail {
	background: var(--mist);
}

.inner-page--project-detail .inner-hero {
	background-position: center 87.7%;
	background-size: 100% auto;
	color: #e8e5e0;
	min-height: 770px;
}

.inner-page--project-detail .inner-hero__shade {
	background: linear-gradient(105deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 66%), rgba(0, 0, 0, 0.5);
}

.inner-page--project-detail .inner-hero__inner {
	min-height: 770px;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}

.inner-page--project-detail .inner-breadcrumbs {
	font-size: 14px;
	left: 40px;
	line-height: 19.6px;
	position: absolute;
	top: 141px;
}

.inner-page--project-detail .inner-breadcrumbs a {
	border-bottom: 0;
}

.inner-page--project-detail .inner-hero__content {
	display: block;
	left: 40px;
	margin: 0;
	position: absolute;
	right: 40px;
	top: 551px;
}

.inner-page--project-detail .inner-hero__copy {
	max-width: none;
}

.inner-page--project-detail .inner-hero__copy h1 {
	font-size: 90px;
	letter-spacing: 0;
	line-height: 90px;
	margin: 0;
	max-width: 798px;
}

.inner-page--project-detail .inner-hero__copy p {
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	margin: 14px 0 0;
	max-width: 600px;
}

.inner-page--project-detail .inner-hero__cta {
	background: #e8e5e0;
	color: var(--ink);
	height: 55px;
	margin: 0;
	min-height: 55px;
	min-width: 0;
	position: absolute;
	right: 0;
	top: 102px;
	width: 322px;
}

.inner-page--project-detail .inner-hero__cta:hover {
	background: var(--white);
}

.project-information {
	background: var(--paper);
	height: 595px;
	scroll-margin-top: 82px;
}

.project-information__inner {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 785px) minmax(0, 555px);
	height: 100%;
	padding-top: 88px;
}

.project-information__plan {
	border-radius: 10px;
	height: 507px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.project-information__plan img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.project-information__facts {
	height: 507px;
	position: relative;
}

.project-information__facts h2 {
	font-size: 70px;
	left: 0;
	letter-spacing: 0;
	line-height: 70px;
	margin: 0;
	position: absolute;
	top: 0;
}

.project-information__facts dl {
	border-bottom: 1px solid rgba(56, 56, 56, 0.44);
	margin: 0;
	position: absolute;
	top: 87px;
	width: 100%;
}

.project-information__fact {
	align-items: center;
	border-top: 1px solid rgba(56, 56, 56, 0.44);
	display: flex;
	height: 58px;
	justify-content: space-between;
	position: relative;
}

.project-information__fact dt,
.project-information__fact dd {
	font-size: 14px;
	line-height: 17.64px;
}

.project-information__fact dt {
	align-items: center;
	display: flex;
	font-weight: 500;
	gap: 12px;
	margin-left: -6px;
}

.project-information__fact dd {
	font-weight: 600;
	margin: 0 -3px 0 20px;
	text-align: right;
}

.project-information__fact-icon {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.project-information__fact--location .project-information__fact-icon {
	background-image: url("../../images/icons/project-location-24.svg");
	background-size: 24px 24px;
}

.project-information__fact--area .project-information__fact-icon {
	background-image: url("../../images/icons/project-dimension-24.svg");
	background-size: 24px 24px;
}

.project-information__fact--calendar .project-information__fact-icon {
	background-image: url("../../images/icons/project-calendar-20x21.svg");
	background-size: 20px 21px;
}

.project-information__fact--style .project-information__fact-icon {
	background-image: url("../../images/icons/project-paint-22.svg");
	background-size: 22px 22px;
}

.project-information__price {
	left: 0;
	margin: 0;
	position: absolute;
	top: 352px;
}

.project-information__price-label {
	display: block;
	font-size: 14px;
	line-height: 17.64px;
}

.project-information__price strong {
	display: block;
	font-family: var(--display);
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	margin-top: 11px;
}

.project-information__price .currency-ruble {
	font-size: 0.82em;
}

.project-information__cta {
	bottom: 0;
	font-size: 16px;
	height: 55px;
	left: 0;
	line-height: 19.36px;
	min-height: 55px;
	position: absolute;
	width: 100%;
}

.project-showcase {
	background: var(--mist);
	height: 937px;
	margin-top: 150px;
	position: relative;
}

.project-showcase::before {
	background: linear-gradient(to bottom, var(--paper) 0 50%, var(--mist) 50% 100%);
	bottom: 100%;
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	width: 100%;
}

.project-showcase__stage {
	height: 937px;
	margin-inline: auto;
	max-width: 1440px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.project-showcase h2 {
	font-size: 70px;
	left: 50%;
	letter-spacing: 0;
	line-height: 70px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 11px;
	transform: translateX(-50%);
	width: 699px;
}

.project-showcase__copy {
	font-size: 16px;
	left: 50%;
	line-height: 22.4px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 84px;
	transform: translateX(-50%);
	width: 699px;
}

.project-showcase__rooms {
	height: 60px;
	left: 50%;
	position: absolute;
	top: 229px;
	transform: translateX(-50%);
	width: 920px;
	z-index: 2;
}

.project-showcase__rooms .inner-filter,
.project-showcase__rooms .inner-filter__options {
	height: 60px;
}

.project-showcase__rooms .inner-filter__options {
	background: var(--paper);
	border-radius: 10px;
	gap: 5px;
	padding: 5px;
}

.project-showcase__rooms .inner-filter__option {
	background: #d1d1d1;
	border-radius: 10px;
	color: var(--ink);
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	line-height: 20.16px;
	min-height: 50px;
	padding: 0 18px;
}

.project-showcase__rooms .inner-filter__option.is-active {
	background: var(--ink);
	color: var(--paper);
}

.project-gallery {
	height: 555px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 326px;
	transform: translateX(-50%);
	width: 100vw;
}

.project-gallery__track {
	--project-gallery-drag-x: 0px;
	cursor: grab;
	height: 555px;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	width: 100%;
}

.project-gallery.is-grabbing .project-gallery__track {
	cursor: grabbing;
}

.project-gallery__item {
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	transform: translate3d(var(--project-gallery-drag-x), 0, 0);
	transition: left 260ms ease, top 260ms ease, width 260ms ease, height 260ms ease, transform 180ms ease;
}

.project-gallery.is-grabbing .project-gallery__item {
	transition: none;
}

.project-gallery__item img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.project-gallery__item[data-project-gallery-position="left"],
.project-gallery__item[data-project-gallery-position="right"] {
	height: min(31.736vw, 457px);
	top: 49px;
	width: 28.125%;
	z-index: 1;
}

.project-gallery__item[data-project-gallery-position="left"] {
	left: 3.125%;
}

.project-gallery__item[data-project-gallery-position="center"] {
	height: min(38.542vw, 555px);
	left: 33.125%;
	top: 0;
	width: 34.0972%;
	z-index: 2;
}

.project-gallery__item[data-project-gallery-position="right"] {
	left: 69.0972%;
}

.project-gallery__item[data-project-gallery-position="hidden"] {
	opacity: 0;
	pointer-events: none;
}

.project-gallery__controls {
	height: 43px;
	left: 27px;
	position: absolute;
	right: 40px;
	top: 894px;
}

.project-gallery__arrow {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 43px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 43px;
}

.project-gallery__arrow:disabled {
	cursor: default;
}

.project-gallery__arrow:focus-visible {
	outline-offset: -3px;
}

.project-gallery__arrow--next {
	left: 43.5px;
}

.project-gallery__progress {
	background: #c7c7c7;
	height: 2px;
	left: 98px;
	position: absolute;
	right: 0;
	top: 21px;
}

.project-gallery__progress span {
	background: var(--gold);
	height: 2px;
	left: 45.4%;
	position: absolute;
	top: 0;
	transition: transform 260ms ease;
	width: 7%;
}

.inner-page--project-detail .inner-callback-section {
	background: var(--mist);
	height: 795px;
	margin-top: 75px;
	padding: 0;
}

.inner-page--project-detail .inner-callback-section > .shell {
	height: 100%;
}

.inner-page--project-detail .inner-callback {
	display: block;
	height: 795px;
	min-height: 0;
	overflow: visible;
	position: relative;
}

.inner-page--project-detail .inner-callback__media {
	height: 672px;
	left: 1px;
	min-height: 0;
	position: absolute;
	top: 0;
	width: calc(100% - 1px);
}

.inner-page--project-detail .inner-callback__body {
	align-content: start;
	background: var(--charcoal);
	border-radius: 10px;
	bottom: 0;
	display: block;
	height: 311px;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.inner-page--project-detail .inner-callback__body h2 {
	font-size: 55px;
	left: 39px;
	letter-spacing: 0;
	line-height: 55px;
	margin: 0;
	position: absolute;
	top: 57px;
	white-space: nowrap;
	width: 570px;
}

.inner-page--project-detail .inner-callback__body > p {
	font-size: 16px;
	left: 39px;
	line-height: 22.4px;
	margin: 0;
	max-width: 437px;
	position: absolute;
	top: 126px;
	width: 437px;
}

.inner-page--project-detail .inner-callback__form {
	align-content: start;
	column-gap: 14px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 316px));
	justify-content: space-between;
	left: 673px;
	position: absolute;
	right: 39px;
	row-gap: 14px;
	top: 57px;
}

.inner-page--project-detail .inner-callback__form label {
	display: block;
}

.inner-page--project-detail .inner-callback__form input,
.inner-page--project-detail .inner-callback__form textarea {
	border-color: rgba(227, 227, 227, 0.46);
	border-radius: 5px;
	color: #e3e3e3;
	font-size: 16px;
	height: 55px;
	line-height: 22.4px;
	min-height: 55px;
	padding: 13px 21px;
	resize: none;
}

.inner-page--project-detail .inner-callback__phone-field input {
	padding-left: 54px;
}

.inner-page--project-detail .inner-callback__phone-field::before {
	height: 32px;
	left: 12px;
	width: 32px;
}

.inner-page--project-detail .inner-callback__comment-field,
.inner-page--project-detail .inner-callback__form .button,
.inner-page--project-detail .inner-callback__form .form-status {
	grid-column: 1 / -1;
}

.inner-page--project-detail .inner-callback__form .button {
	border-radius: 10px;
	font-size: 16px;
	height: 55px;
	line-height: 19.36px;
	margin-top: 4px;
	min-height: 55px;
	width: 100%;
}

.inner-page--project-detail .inner-callback__form .form-status {
	margin: -5px 0 0;
}

.inner-page--project-detail + .site-footer {
	margin-top: 150px;
}

.inner-page--project-detail + .site-footer::before {
	background: linear-gradient(to bottom, var(--mist) 0 50%, var(--ink) 50% 100%);
	height: 150px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.project-information__inner {
		grid-template-columns: minmax(0, 1.35fr) minmax(360px, 1fr);
	}

	.project-information__facts h2 {
		font-size: 58px;
	}

	.project-showcase__rooms {
		width: min(76%, 920px);
	}

	.project-gallery__item[data-project-gallery-position="left"],
	.project-gallery__item[data-project-gallery-position="right"] {
		height: 400px;
	}

	.project-gallery__item[data-project-gallery-position="center"] {
		height: 480px;
		top: 37px;
	}

	.inner-page--project-detail .inner-callback__body {
		column-gap: 36px;
		display: grid;
		grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
		padding: 57px 30px 53px;
	}

	.inner-page--project-detail .inner-callback__body h2,
	.inner-page--project-detail .inner-callback__body > p,
	.inner-page--project-detail .inner-callback__form {
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}

	.inner-page--project-detail .inner-callback__body h2 {
		font-size: 48px;
		grid-column: 1;
		grid-row: 1;
		line-height: 48px;
		white-space: normal;
	}

	.inner-page--project-detail .inner-callback__body > p {
		font-size: 14px;
		grid-column: 1;
		grid-row: 2;
		line-height: 19.6px;
		margin-top: 14px;
	}

	.inner-page--project-detail .inner-callback__form {
		grid-column: 2;
		grid-row: 1 / span 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	.inner-page--project-detail .inner-callback__body h2 {
		font-size: clamp(48px, 3.82vw, 55px);
		white-space: normal;
		width: 43%;
	}

	.inner-page--project-detail .inner-callback__body > p {
		width: 38%;
	}

	.inner-page--project-detail .inner-callback__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		left: 52%;
	}
}

@media (max-width: 991.98px) {
	.inner-page--project-detail .inner-hero {
		background-position: center 88%;
		background-size: cover;
		min-height: 640px;
	}

	.inner-page--project-detail .inner-hero__inner {
		min-height: 640px;
	}

	.inner-page--project-detail .inner-breadcrumbs {
		left: 40px;
		top: 196px;
	}

	.inner-page--project-detail .inner-hero__content {
		left: 40px;
		right: 40px;
		top: 262px;
	}

	.inner-page--project-detail .inner-hero__copy h1 {
		font-size: clamp(64px, 9vw, 78px);
		line-height: 1;
		max-width: 680px;
	}

	.inner-page--project-detail .inner-hero__copy p {
		font-size: 20px;
		line-height: 28px;
		margin-top: 18px;
	}

	.inner-page--project-detail .inner-hero__cta {
		bottom: auto;
		left: 0;
		margin-top: 24px;
		position: relative;
		right: auto;
		top: auto;
		width: 322px;
	}

	.project-information {
		height: 950px;
		margin-top: 60px;
	}

	.project-information__inner {
		display: block;
		padding-top: 0;
		position: relative;
	}

	.project-information__facts {
		height: 477px;
		position: relative;
	}

	.project-information__facts h2 {
		font-size: 52px;
		line-height: 52px;
	}

	.project-information__facts dl {
		top: 62px;
	}

	.project-information__fact {
		height: 70px;
	}

	.project-information__fact dt {
		align-items: start;
		display: grid;
		font-size: 12px;
		left: 31px;
		line-height: 15.12px;
		margin: 0;
		position: absolute;
		top: 14px;
	}

	.project-information__fact-icon {
		height: 22px;
		left: -34px;
		position: absolute;
		top: 7px;
		width: 22px;
	}

	.project-information__fact dd {
		font-size: 14px;
		left: 31px;
		line-height: 17.64px;
		margin: 0;
		position: absolute;
		text-align: left;
		top: 35px;
	}

	.project-information__fact--style dt,
	.project-information__fact--style dd {
		left: 35px;
	}

	.project-information__price {
		top: 376px;
	}

	.project-information__price-label {
		display: none;
	}

	.project-information__price strong {
		font-size: 36px;
		line-height: 36px;
		margin: 0;
	}

	.project-information__cta {
		bottom: auto;
		top: 430px;
	}

	.project-information__plan {
		bottom: 0;
		height: 430px;
		left: 40px;
		position: absolute;
		right: 40px;
		width: auto;
	}

	.project-showcase {
		height: 880px;
		margin-top: 120px;
	}

	.project-showcase::before {
		height: 120px;
	}

	.project-showcase__stage {
		height: 880px;
	}

	.project-showcase h2 {
		font-size: 52px;
		left: 40px;
		line-height: 52px;
		text-align: left;
		top: 0;
		transform: none;
		width: auto;
	}

	.project-showcase__copy {
		font-size: 15px;
		left: 40px;
		line-height: 21px;
		right: 40px;
		text-align: left;
		top: 72px;
		transform: none;
		width: auto;
	}

	.project-showcase__rooms {
		left: 40px;
		right: 40px;
		top: 222px;
		transform: none;
		width: auto;
	}

	.project-showcase__rooms .inner-filter__toggle {
		border-radius: 10px;
		height: 55px;
		min-height: 55px;
	}

	.project-showcase__rooms .inner-filter__chevron {
		background: var(--white);
		-webkit-mask: url("../../images/icons/dropdown-11.svg") center / 11px 11px no-repeat;
		height: 11px;
		mask: url("../../images/icons/dropdown-11.svg") center / 11px 11px no-repeat;
		transition: transform 160ms ease;
		width: 11px;
	}

	.project-showcase__rooms .inner-filter.is-open .inner-filter__chevron {
		transform: rotate(180deg);
	}

	.project-showcase__rooms .inner-filter__options {
		height: auto;
	}

	.project-gallery {
		height: 430px;
		top: 310px;
	}

	.project-gallery__track {
		height: 430px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 1080px;
	}

	.project-gallery__item[data-project-gallery-position="left"],
	.project-gallery__item[data-project-gallery-position="right"] {
		height: 350px;
		top: 40px;
		width: 310px;
	}

	.project-gallery__item[data-project-gallery-position="left"] {
		left: 0;
	}

	.project-gallery__item[data-project-gallery-position="center"] {
		height: 430px;
		left: 330px;
		top: 0;
		width: 420px;
	}

	.project-gallery__item[data-project-gallery-position="right"] {
		left: 770px;
	}

	.project-gallery__controls {
		left: 40px;
		right: 40px;
		top: 790px;
	}

	.inner-page--project-detail .inner-callback-section {
		height: auto;
		margin-top: 60px;
	}

	.inner-page--project-detail .inner-callback-section > .shell {
		height: auto;
	}

	.inner-page--project-detail .inner-callback {
		display: block;
		height: auto;
		margin-inline: auto;
		max-width: 720px;
	}

	.inner-page--project-detail .inner-callback__media {
		height: 400px;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

	.inner-page--project-detail .inner-callback__body {
		bottom: auto;
		display: grid;
		grid-template-columns: 1fr;
		height: auto;
		left: auto;
		margin-top: -17px;
		min-height: 459px;
		padding: 40px;
		position: relative;
		right: auto;
	}

	.inner-page--project-detail .inner-callback__body h2,
	.inner-page--project-detail .inner-callback__body > p,
	.inner-page--project-detail .inner-callback__form {
		grid-column: 1;
		grid-row: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}

	.inner-page--project-detail .inner-callback__body h2 {
		font-size: 48px;
		line-height: 48px;
		white-space: normal;
	}

	.inner-page--project-detail .inner-callback__body > p {
		font-size: 14px;
		line-height: 19.6px;
		margin-top: 14px;
	}

	.inner-page--project-detail .inner-callback__form {
		margin-top: 22px;
	}

	.inner-page--project-detail + .site-footer {
		margin-top: 50px;
	}

	.inner-page--project-detail + .site-footer::before {
		background: var(--mist);
		height: 50px;
	}
}

@media (max-width: 767px) {
	.inner-page--project-detail .inner-hero {
		background-position: 51% 100%;
		background-size: 264% auto;
		min-height: 603px;
	}

	.inner-page--project-detail .inner-hero__inner {
		min-height: 603px;
	}

	.inner-page--project-detail .inner-breadcrumbs {
		font-size: 14px;
		left: 20px;
		line-height: 19.6px;
		top: 276px;
	}

	.inner-page--project-detail .inner-hero__content {
		left: 20px;
		right: 20px;
		top: 328px;
	}

	.inner-page--project-detail .inner-hero__copy h1 {
		font-size: 52px;
		line-height: 52px;
		max-width: 342px;
	}

	.inner-page--project-detail .inner-hero__copy p {
		font-size: 18px;
		line-height: 25.2px;
		margin-top: 12px;
		white-space: nowrap;
	}

	.inner-page--project-detail .inner-hero__cta {
		font-size: 14px;
		left: 0;
		line-height: 16.94px;
		margin: 0;
		position: absolute;
		top: 174px;
		width: 100%;
	}

	.project-information {
		height: 819px;
		margin-top: 60px;
	}

	.project-information__inner,
	.project-showcase__stage {
		max-width: 393px;
	}

	.project-information__facts {
		height: 477px;
	}

	.project-information__facts h2 {
		font-size: 42px;
		line-height: 42px;
	}

	.project-information__facts dl {
		top: 48px;
	}

	.project-information__price {
		left: 1px;
		top: 360px;
	}

	.project-information__price strong {
		font-size: 30px;
		line-height: 30px;
	}

	.project-information__cta {
		font-size: 14px;
		line-height: 16.94px;
		top: 422px;
	}

	.project-information__plan {
		bottom: 0;
		height: 302px;
		left: 21px;
		right: 20px;
	}

	.project-showcase {
		height: 764px;
		margin-top: 120px;
	}

	.project-showcase__stage {
		height: 764px;
	}

	.project-showcase h2 {
		font-size: 42px;
		left: 20px;
		line-height: 42px;
		top: 0;
	}

	.project-showcase__copy {
		font-size: 14px;
		left: 20px;
		line-height: 19.6px;
		right: auto;
		top: 59px;
		width: 382px;
	}

	.project-showcase__rooms {
		left: 20px;
		right: 20px;
		top: 229px;
	}

	.project-showcase__rooms .inner-filter__toggle {
		font-size: 14px;
		font-weight: 600;
		line-height: 17.64px;
		padding: 0 20px;
	}

	.project-gallery {
		height: 353px;
		top: 322px;
	}

	.project-gallery__track {
		height: 353px;
		width: 862px;
	}

	.project-gallery__item[data-project-gallery-position="left"],
	.project-gallery__item[data-project-gallery-position="right"] {
		height: 291px;
		top: 31px;
		width: 258px;
	}

	.project-gallery__item[data-project-gallery-position="left"] {
		left: 0;
	}

	.project-gallery__item[data-project-gallery-position="center"] {
		height: 353px;
		left: 275px;
		top: 0;
		width: 312px;
	}

	.project-gallery__item[data-project-gallery-position="right"] {
		left: 604px;
	}

	.project-gallery__controls {
		height: 60px;
		left: 0;
		right: 20px;
		top: 704px;
	}

	.project-gallery__arrow {
		height: 60px;
		width: 60px;
	}

	.project-gallery__arrow--next {
		left: 61px;
	}

	.project-gallery__progress {
		left: 106px;
		top: 29px;
	}

	.project-gallery__progress span {
		left: 20.6%;
		width: 10.5%;
	}

	.inner-page--project-detail .inner-callback-section {
		height: 769px;
		margin-top: 60px;
	}

	.inner-page--project-detail .inner-callback {
		height: 769px;
		max-width: 520px;
	}

	.inner-page--project-detail .inner-callback__media {
		height: 327px;
	}

	.inner-page--project-detail .inner-callback__body {
		height: 459px;
		margin-top: -17px;
		min-height: 459px;
		padding: 41px 25px 46px;
	}

	.inner-page--project-detail .inner-callback__body h2 {
		font-size: 42px;
		line-height: 42px;
		max-width: 278px;
	}

	.inner-page--project-detail .inner-callback__body > p {
		font-size: 14px;
		line-height: 19.6px;
		margin: 6px 0 0;
		max-width: 291px;
	}

	.inner-page--project-detail .inner-callback__form {
		column-gap: 0;
		grid-template-columns: 1fr;
		margin-top: 27px;
		row-gap: 10px;
	}

	.inner-page--project-detail .inner-callback__form label,
	.inner-page--project-detail .inner-callback__form .button,
	.inner-page--project-detail .inner-callback__form .form-status {
		grid-column: 1;
	}

	.inner-page--project-detail .inner-callback__form label.inner-callback__comment-field {
		display: none;
	}

	.inner-page--project-detail .inner-callback__form input {
		border-radius: 10px;
		font-size: 14px;
		height: 55px;
		line-height: 19.6px;
		padding: 13px 21px;
	}

	.inner-page--project-detail .inner-callback__phone-field input {
		padding-left: 54px;
	}

	.inner-page--project-detail .inner-callback__form .button {
		font-size: 14px;
		line-height: 16.94px;
		margin-top: 11px;
	}

	.inner-page--project-detail + .site-footer {
		margin-top: 60px;
		min-height: 1252px;
	}

	.inner-page--project-detail + .site-footer::before {
		height: 60px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.project-gallery__item,
	.project-gallery__progress span {
		transition: none;
	}
}

@media (max-width: 374px) {
	.inner-page--project-detail .inner-hero__copy p {
		font-size: 16px;
		white-space: normal;
	}

	.project-information__fact dd,
	.project-showcase__copy {
		font-size: 13px;
	}

	.project-showcase__copy {
		right: 20px;
		line-height: 18.2px;
		width: auto;
	}
}
