

/* Start:/local/templates/aspro-priority2_copy/components/bitrix/news/objects-new/bitrix/news.detail/.default/style.css?17791782929124*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}




/* Верхняя часть детальной страницы */

.object-detail__slider-gallery {
	max-width: 760px;
	width: 100%;
}
.object-detail__slider-gallery img {
	width: 100%;
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
}
.object-detail__swiper1 .swiper-slide {
	height: auto;
}
.object-detail__swiper2 .swiper-slide {
	height: auto;
}
.object-detail__swiper2 .swiper-slide img {
	height: 100%;
}
.object-detail__swiper1 {
	height: 120px;
}
.object-detail__swiper2 {
	margin-bottom: 20px;
	height: 500px;
}
.object-detail__swiper1 .swiper-slide {
	opacity: 0.4;
}
.object-detail__swiper1 .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.object-detail__slider-gallery .swiper-button {
	background: #fff;
	border-radius: 8px;
}
.object-detail__slider-gallery .swiper-button:hover {
	background: #00a0e4;
}
.object-detail__slider-gallery .swiper-button:hover .fill-dark-light,
.object-detail__slider-gallery .swiper-button:hover .fill-dark-light path {
	fill: #fff;
	color: #fff;
}
.object-detail__top {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}
.object-detail__price-item {
	font-size: 24px;
	color: #222428;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: Oswald;
}
.object-detail__price-item span {
	font-size: 28px;
	color: #00a0e4;
}
.object-detail-info__button {
	border-radius: 8px;
    border: 1px solid #20abe7;
    padding: 14px 55px;
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #20abe7;
}
.object-detail__gallery {
	width: 50%;
}
.object-detail__info {
	width: 48%;
}
.object-detail__price-width-button {
	display: flex;
	justify-content: space-between;
}
.object-detail__socials {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 33px;
}
.object-detail__socials-list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.object-detail__socials-text {
	font-size: 16px;
	font-weight: bold;
	color: #555560;
}
.object-detail__priperties-item {
	display: flex;
	justify-content: space-between;
}
.priperties-item__dotted {
	width: 100%;
    border-bottom: 1px dotted #555560;
	margin-bottom: 5px;
}
.priperties-item__name,
.priperties-item__value {
	white-space: nowrap;
}
.priperties-item__value {
	color: #222428;
}
.object-detail__priperties {
	margin-bottom: 10px;
	margin-top: 45px;
}
.object-detail__categories-list {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}
.object-detail__categories-item {
	border-radius: 8px;
	border: 1px solid #dadee9;
	font-size: 14px;
	color: #dadee9;
	padding: 4px 15px;
	text-transform: capitalize;
	white-space: nowrap;
}
.object-detail__categories {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 40px;
}
.object-detail__table table {
	border-collapse: collapse;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
	width: 100%;
}
.object-detail__table table tr:nth-child(2n+1) {
    background: rgb(238, 240, 244);
}
.object-detail__table table tr:first-child {
    font-weight: 700;
}
.object-detail__table table td {
    padding: 12px 16px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}
.object-detail__table table tr {
    border-bottom: 1px solid rgb(218, 222, 233);
}

@media all and (max-width: 1450px) {
	.object-detail__gallery {
		width: 38%;
	}
	.object-detail__info {
		width: 57%;
	}
}
@media all and (max-width: 1200px) {
	.object-detail__top {
		flex-direction: column;
	}
	.object-detail__gallery {
		width: 100%;
	}
	.object-detail__info {
		width: 100%;
	}
	.object-detail__slider-gallery {
		max-width: 100%;
	}
	.object-detail__top {
		gap: 40px;
	}
}
@media all and (max-width: 600px) {
	.object-detail__price-width-button {
		flex-direction: column;
		gap: 30px;
	}
	.priperties-item__value {
		white-space: wrap;
	}
	.priperties-item__name,
	.priperties-item__value {
		font-size: 16px;
	}
	.object-detail__swiper1 {
		height: 80px;
	}
	.object-detail__swiper2 {
		margin-bottom: 20px;
		height: 320px;
	}
}
.object-detail__priperties-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    line-height: 1.5;
}
.priperties-item__name {
    flex: 0 0 auto;
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 500;
}
.priperties-item__dotted {
    flex: 1 1 auto;
    border-bottom: 1px dotted #999;
    min-width: 15px;
    margin: 0 4px;
    position: relative;
    top: 0.1em;
}
.priperties-item__value {
    flex: 0 1 auto;
    max-width: 100%;
    overflow-wrap: break-word;
}
.object-detail__categories-text {
	font-weight: bold;
}
.object-detail__text {
	margin-top: 30px;
}

@media all and (max-width: 600px) {
    .object-detail__priperties-item {
        flex-direction: row; 
        align-items: baseline;
        gap: 0;
    }
    .priperties-item__name {
        margin-right: 6px;
        font-size: 0.95em;
    }
    .priperties-item__dotted {
        min-width: 10px;
        margin: 0 3px;
    }
    .priperties-item__value {
        font-size: 0.95em;
    }
	.object-detail__categories-text {
		font-size: 16px;
	}
}
@media all and (max-width: 400px) {
	.object-detail__price-item {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.object-detail__price-item span {
		font-size: 21px;
	}
}

/* Преимущества */

.object-advantages__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 28px;
} 
.object-advantages__image {
	border-radius: 20px;
	margin-bottom: 27px;
}
.object-advantages__image img {
	width: 100%;
	height: 100%;
}
.object-advantages__text {
	display: flex;
	align-items: center;
	gap: 25px;
}
.object-advantages__text-blue-block {
	width: 4px;
	height: 36px;
	background: #31a8dc;
}
.object-advantages__text-block {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.object-advantages {
	margin: 60px 0;
}
.object-advantages__title {
	margin-bottom: 45px;
}
@media all and (max-width: 1200px) {
	.object-advantages__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 800px) {
	.object-advantages__list {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}

/* Этапы строительства */

.object-stages__list {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding-left: 20px;
}
.object-stages__image {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
.object-stages__image::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 1px;
	background: #dadee9;
	z-index: -1;
}
.object-stages__item:first-child .object-stages__image::before {
	left: 20px;
}
/* 1. Инициализируем счётчик в родителе */
.object-stages__list {
    counter-reset: numbers;
}
.object-stages__image::after {
	content: counter(numbers);          /* Выводит текущее значение счётчика */
    counter-increment: numbers;   
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 5px;
	background: #eef0f4;
	color: #00a0e4;
	font-size: 18px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.object-stages__item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.object-stages__title {
	font-size: 18px;
	font-weight: bold;
	font-family: Oswald;
	width: 85%;
}
.object-stages__image img {
	width: 100%;
	object-fit: contain;
}
.object-stages__image img {
	max-width: 200px;
}
.object-stages__main-title {
	margin-bottom: 45px;
}
.object-stages {
	margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
	.object-stages__list {
		gap: 50px;
	}
}
@media all and (max-width: 1450px) {
	.object-stages__image::after {
		left: -21%;
	}
	.object-stages__item:first-child .object-stages__image::before {
		left: 50px;
	}
}
@media all and (max-width: 1200px) {
	.object-stages__list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 50px;
	}
	.object-stages__item {
		width: 28%;
	}
	.object-stages__image::before {
		width: 100%;
		left: -102px;
	}
	
	
}
@media all and (max-width: 900px) {
	.object-stages__image img {
		max-width: 165px;
	}
	.object-stages__image::before {
		left: -75px;
	}
	.object-stages__title {
		font-size: 16px;
		line-height: 19px;
	}
	.object-stages__list {
		padding-left: 40px;
	}

}
@media all and (max-width: 720px) {
	.object-stages__image::before {
		content: none;
	}
	.object-stages__image img {
        max-width: 180px;
    }
	.object-stages__item {
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.object-stages__image::after {
        left: -20%;
    }
	.object-stages__list {
		padding-left: 0;
	}
	.object-stages__title {
		margin-bottom: 0;
		width: fit-content;
		font-size: 18px;
	}
	.object-stages {
		margin-bottom: 60px;
	}
	
}
/* End */
/* /local/templates/aspro-priority2_copy/components/bitrix/news/objects-new/bitrix/news.detail/.default/style.css?17791782929124 */
