

/* Start:/local/templates/stroylayn/components/bitrix/catalog/projects/bitrix/catalog.element/.default/style.css?17736982905904*/
.project__main {
	display: block;
	margin-bottom: 65px;
}
@media screen and (min-width: 992px) {
	.project__main {
		display: flex;
		margin-bottom: 98px;
	}
}
@media screen and (min-width: 992px) {
	.project__visual {
		max-width: calc(100% - 455px);
	}
}
@media screen and (max-width: 991.98px) {
	.project__visual {
		margin-bottom: 50px;
	}
}
.project__images-selection {
	display: flex;
	margin-bottom: 21px;
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
@media screen and (max-width: 991.98px) {
	.project__images-selection {
		display: none;
	}
}
.project__images-selection > div {
	flex: 1 0 auto;
	padding: 16px 17px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.0625em;
	font-size: 0.9375em;
	line-height: 1.3125;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #f1ece9;
	border-radius: 15px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.project__images-selection > div + div {
	margin-left: 10px;
}
.project__images-selection > div:hover {
	color: #d79856;
	border-color: #d79856;
}
.project__images-selection > div.current {
	background: #d79856;
	color: #ffffff;
	border-color: #d79856;
}
.project__image-slider {
	position: relative;
}
@media screen and (max-width: 991.98px) {
	.project__image-slider {
		margin-right: -15px;
		margin-bottom: 10px;
		margin-left: -15px;
	}
}
@media screen and (min-width: 992px) {
	.project__image-slider {
		margin-bottom: 23px;
	}
}
.project__image-slider-block {
	overflow: hidden;
}
.project__image-block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.project__image-block > a {
	display: block;
	position: relative;
}
.project__image-block > a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.project__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.swiper-prev.project__image-slider-prev,
.swiper-next.project__image-slider-next {
	width: 45px;
	height: 45px;
	margin-top: -22.5px;
	background-color: rgba(241, 236, 233, 0.39);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: none;
}
.swiper-prev.project__image-slider-prev {
	left: 13px;
	background-image: url(/local/templates/stroylayn/img/icon-slider-arrow-left.svg);
	background-position: 14px center;
}
.swiper-next.project__image-slider-next {
	right: 13px;
	background-image: url(/local/templates/stroylayn/img/icon-slider-arrow-right.svg);
	background-position: 18px center;
}
.swiper-prev.project__image-slider-prev:hover,
.swiper-next.project__image-slider-next:hover {
	background-color: rgba(241, 236, 233, 0.79);
}
.swiper-prev.project__image-slider-prev:before,
.swiper-next.project__image-slider-next:before {
	display: none;
}
.project__thumbs {
	position: relative;
}
.project__thumbs-item {
	width: 105px !important;
	overflow: hidden;
	cursor: pointer;
}
.project__thumbs .swiper-slide-thumb-active {
	opacity: 0.6;
}
.swiper-prev.project__thumbs-prev,
.swiper-next.project__thumbs-next {
	width: 14px;
	height: 27px;
	margin-top: -13.5px;
	border-radius: 0;
	box-shadow: none;
}
.swiper-prev.project__thumbs-prev {
	left: 0;
	background: url(/local/templates/stroylayn/img/icon-thumbs-arrow-left.svg) left center no-repeat;
}
.swiper-next.project__thumbs-next {
	right: 0;
	background: url(/local/templates/stroylayn/img/icon-thumbs-arrow-right.svg) right center no-repeat;
}
.swiper-prev.project__thumbs-prev:before,
.swiper-next.project__thumbs-next:before {
	display: none;
}
.project__thumbs-prev.swiper-button-disabled,
.project__thumbs-next.swiper-button-disabled {
	display: none;
}
@media screen and (min-width: 992px) {
	.project__panel {
		flex: 0 0 425px;
		max-width: 425px;
		margin-left: 30px;
	}
}
.project__price-options {
	margin-bottom: 45px;
}
.project__price-options select {
	display: block;
	max-width: 100%;
	line-height: 1.3;
}
@media screen and (min-width: 992px) {
	.project__price-options select {
		font-size: 1.125em;
	}
}
.project__options {
	display: none;
}
.project__delivery {
	margin-bottom: 45px;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.3;
}
.project__delivery span {
	color: #388c8d;
	text-transform: uppercase;
}
.project__price {
	margin-bottom: 45px;
	font-size: 1.25em;
	line-height: 1.3;
}
.base-price span {
	color: #388c8d;
	font-size: 2rem;
	font-weight: 500;
}
.discount-price {
	font-weight: bold;
}
.discount-price span {
	color: #388c8d;
	text-transform: uppercase;
}
.project__request {
	margin-bottom: 45px;
}
.project__request-button.button {
	max-width: none;
}
.project__request-button + .project__request-button {
	margin-top: 15px;
}
.project__call {
	margin-bottom: 45px;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.project__call > a {
	color: #388c8d;
	font-size: 1.5rem;
	text-decoration: none;
}
.project__promotion {
	margin-bottom: 45px;
	padding: 30px;
	background: #dae6e4;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	border-radius: 15px;
}
.project__messengers {
	display: flex;
	align-items: center;
}
.project__messengers .messengers-label {
	margin-right: 10px;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
}
.project__steps {
	margin-bottom: 60px;
}
.project__configurations-heading,
.project__description-heading,
.project__communications-heading {
	margin-bottom: 30px;
	color: #0f3947;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (min-width: 992px) {
	.project__configurations-heading,
	.project__description-heading,
	.project__communications-heading {
		margin-bottom: 45px;
		font-size: 1.625em;
	}
}
.project__description-heading,
.project__communications-heading {
	margin-top: 60px;
}
/* End */
/* /local/templates/stroylayn/components/bitrix/catalog/projects/bitrix/catalog.element/.default/style.css?17736982905904 */
