

/* Start:/local/templates/ecoplace_2.0/css/reality.css?17508953772926*/
.beauty-reality {
    max-width: 1240px;
    margin: 0 auto;
}

.main-wrap--reality {
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("/local/templates/ecoplace_2.0/images/reality/reality_bg.png");
}

.beauty-reality__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 968px;
    margin: 0 auto;
    padding: 104px 0;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.beauty-reality__title {
    display: flex;
    gap: 5px 38px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.beauty-reality__link {
    position: absolute;
    inset: 0;
}

.beauty-reality__description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.beauty-reality__description-part {
    max-width: 500px;
    text-wrap: balance;
}

.beauty-reality-social__title {
    margin-top: 0;
    margin-bottom: 32px;
    color: #000000;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.beauty-reality-social__list {
    display: flex;
    gap: 20px;
}

.beauty-reality-social__card {
    position: relative;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 156px;
    width: calc((100% - 2 * 10px) / 3);
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    padding: 10px;
    background-color: #f4f5f7;
}

.beauty-reality-social__description {
    color: #c5c5c5;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
}

.beauty-reality-social__link {
    position: absolute;
    inset: 0;
}

@container (max-width: 240px) {
    .beauty-reality-social__card {
        .beauty-reality-social__description {
            display: none;
        }
    }
}

@media screen and (max-width: 1199px) {
    .beauty-reality__title {
        gap: 5px 20px;
    }

    .beauty-reality__title-part {
        width: auto;
        height: 62px;
    }
}

@media screen and (max-width: 899px) {
    .beauty-reality-social__list {
        gap: 8px;
    }

    .beauty-reality-social__card {
        width: calc((100% - 2 * 8px) / 3);
    }
}

@media screen and (max-width: 767px) {
    .beauty-reality__hero {
        padding: 40px 0;
    }
}

@media screen and (max-width: 639px) {
    .beauty-reality-social__card {
        height: 100px;
        border-radius: 24px;
    }

    .beauty-reality-social__logo {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 539px) {

    .main-wrap--reality {
        background-image: url("/local/templates/ecoplace_2.0/images/reality/reality_bg_mobile.png");
    }
}
/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/news.list/reality/style.css?17508953771839*/
.reality-participants {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	margin: 0 auto 30px;
	padding: 0 154px;
}

.reality-participant-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: calc((100% - 2 * 24px) / 3);
}

.reality-participant-card__photo-wrapper {
	max-width: 100%;
	height: 341px;
	border-radius: 19px;
	overflow: hidden;
}

.reality-participant-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.reality-participant-card__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-grow: 1;
}

.reality-participant-card__properties {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.reality-participant-card__property {
	color: #b1adb7;
	font-size: 15px;
	font-weight: 600;
}

.reality-participant-card__property--name {
	color: #000000;
}

.reality-participant-card__detail-link {
	height: 42px;
	margin-top: auto;
	padding: 8px;
	border: 1px solid #000000;
	border-radius: 8px;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1279px) {
	.reality-participants {
		padding: 0 80px;
		gap: 24px 16px;
	}

	.reality-participant-card {
		width: calc((100% - 2 * 16px) / 3);
	}
}

@media screen and (max-width: 1023px) {
	.reality-participants {
		padding: 0;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.reality-participants {
		gap: 20px 12px;
	}

	.reality-participant-card {
		width: calc((100% - 12px) / 2);
	}
}

@media screen and (max-width: 539px) {
	.reality-participants {
		gap: 18px 10px;
	}

	.reality-participant-card {
		width: calc((100% - 10px) / 2);
	}
}

@media screen and (max-width: 479px) {
	.reality-participants {
		gap: 24px;
	}

	.reality-participant-card {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/ecoplace_2.0/components/bitrix/system.pagenavigation/.default/style.css?1710224081763*/
div.modern-page-navigation { 
	text-align:center;
	color:#8e8e8e;
	font-weight:300;
	font-size:0.875rem;
	margin-top:30px;
	margin-bottom: 60px;
}
div.modern-page-navigation a,
div.modern-page-navigation span { 
	width:50px;
	border-bottom:5px solid #cdcdcd;
	padding-bottom:6px;
	margin:0 3px;
}
div.modern-page-navigation a:hover { 
	border-color:#000;
	color:#000;
}
div.modern-page-navigation span.modern-page-current { 
	font-weight:700; 
	font-size:1.125rem;
	color:#000;
	border-color:#000;
	padding-bottom: 5px;
}
div.modern-page-navigation .modern-page-dots {
	border-bottom:none;
	padding-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
	div.modern-page-navigation {
		margin-top: 24px;
		margin-bottom: 34px;
	}
}
/* End */
/* /local/templates/ecoplace_2.0/css/reality.css?17508953772926 */
/* /local/templates/ecoplace_2.0/components/bitrix/news.list/reality/style.css?17508953771839 */
/* /local/templates/ecoplace_2.0/components/bitrix/system.pagenavigation/.default/style.css?1710224081763 */
