

/* Start:/local/templates/aspro-stroy/components/bitrix/news.detail/projects/style.css?17797776113258*/
.project-gallery__main,
.project-gallery__thumbs {
	position: relative;
	overflow: hidden;
}

.project-gallery__main {
	background: #f7f7f7;
}

.project-gallery__wrapper,
.project-gallery__thumbs-wrapper {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.project-gallery__slide,
.project-gallery__thumb {
	position: relative;
	flex-shrink: 0;
	box-sizing: border-box;
}

.project-gallery__slide {
	width: 100%;
	overflow: hidden;
}

.project-gallery__link {
	position: relative;
	display: block;
	height: 460px;
	overflow: hidden;
	text-decoration: none;
}

.project-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.project-gallery__link:hover .project-gallery__image {
	transform: scale(1.04);
}

.project-gallery__zoom {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.project-gallery__link:hover .project-gallery__zoom {
	opacity: 1;
}

.project-gallery__zoom-icon::before {
	content: "\f002";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
}

.project-gallery__button {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	cursor: pointer;
	transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.project-gallery__button--prev {
	left: 16px;
}


.project-gallery__button--next {
	right: 16px;
}


.project-gallery__thumbs {
	height: 86px;
	margin-top: 12px;
}

.project-gallery__thumb {
	height: 86px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	opacity: 0.55;
	transition: border-color 0.25s ease, opacity 0.25s ease;
}

.project-gallery__thumb.swiper-slide-thumb-active {
	opacity: 1;
	border-color: #333;
}

.project-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 75px;
}

.project-gallery, .project-text {
    width: 49%;
}

.project-text--price {
    font-size: 25px;
    font-weight: 700;
}

.project-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-button {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
}

@media (max-width: 1100px) {
    .project-gallery, .project-text {
        width: 100%;
    }
}

@media (max-width: 767px) {
	.project-gallery__link {
		height: 300px;
	}

	.project-gallery__thumbs,
	.project-gallery__thumb {
		height: 68px;
	}

	.project-gallery__button {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 480px) {
	.project-gallery__link {
		height: 240px;
	}

	.project-gallery__thumbs,
	.project-gallery__thumb {
		height: 58px;
	}
}

/* End */


/* Start:/local/templates/aspro-stroy/components/bitrix/map.yandex.system/.default/style.css?1592856000666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/aspro-stroy/components/bitrix/news.list/projects-slider/style.css?17797798723124*/
/* общий контейнер блока */
.projects-views {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

/* сам слайдер элементов */
.project-cards-carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	box-sizing: border-box;
}

/* лента слайдера */
.project-cards-carousel__wrapper {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
}

/* один слайд */
.project-cards-carousel__slide {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	height: auto;
	box-sizing: border-box;
}

/* карточка внутри слайда */
.project-card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-width: 0;
	row-gap: 20px;
	box-sizing: border-box;
}

/* текстовая часть */
.project-card-item__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	row-gap: 15px;
}

/* картинка */
.project-card-item__img,
.project-card-item__right-img {
	width: 100%;
	min-width: 0;
}

.project-card-item__image {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.project-card-item__image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.project-card-item__picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* заголовок */
.project-card-item__title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	word-break: break-word;
}

.project-card-item__title a {
	color: inherit;
	text-decoration: none;
}

/* свойства */
.project-card-item__properties {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.project-card-item__properties .property {
	font-size: 17px;
	line-height: 140%;
	word-break: break-word;
}

/* кнопки */
.project-card-item__buttons {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
}

.project-card-item__price .price {
	font-size: 25px;
}

/* стрелки */
.project-cards-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 10px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.project-cards-carousel__nav:hover {
	background: rgba(0, 0, 0, 0.7);
}

.project-cards-carousel__nav--prev {
	left: 10px;
}

.project-cards-carousel__nav--next {
	right: 10px;
}

.project-cards-carousel__nav svg {
	display: block;
	width: 21px;
	height: 17px;
}

.project-cards-carousel__nav.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.see-also-projects {
	margin-bottom: 75px;
}

@media (max-width: 767px) {
	.project-card-item__image {
		height: 220px;
	}

	.project-cards-carousel__nav {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
}
/* End */
/* /local/templates/aspro-stroy/components/bitrix/news.detail/projects/style.css?17797776113258 */
/* /local/templates/aspro-stroy/components/bitrix/map.yandex.system/.default/style.css?1592856000666 */
/* /local/templates/aspro-stroy/components/bitrix/news.list/projects-slider/style.css?17797798723124 */
