

/* Start:/local/templates/redesign2/components/bitrix/news.detail/top_banner_slider/style.css?17510226025722*/
.section-banner {
	height: calc(100vh - 100px);
}

.section-banner__pattern {
	position: absolute;
    top: -22px;
    left: 298px;
    z-index: 2;
}

.section-banner__image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	height: 100vh;
	max-width: 1097px;
	width: 100%;
}

.section-banner__image img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.section-banner-gradient {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	z-index: 0;
}

.banner {
	display: flex;
	height: 100%;
	align-items: center;
}

.banner-info {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	max-width: 626px;
	/*margin: 173px 0 0 0;*/
}

.banner-info h1 {
	font-family: 'EchoesSans-Light';
	font-weight: 300;
}

.banner-info h5 {
	margin: 32px 0 0 0;
	max-width: 417px;
}

.banner-info .button {
	margin: 48px 0 0 0;
}

.section-banner__image .swiper{ 
	height: 100%;
}

@media (max-width: 1919px) {

	.section-banner__image,
	.section-banner__image img,
	.section-banner-gradient {
		max-width: 815px;
	}

	.section-banner__pattern {
		top: 127px;
		left: 180px;
		max-width: 874px;
		max-height: 671px;
	}

	.banner-info h5 {
		margin: 24px 0 0 0;
	}

	.banner-info .button {
		margin: 32px 0 0 0;
	}

	.banner-info {
		max-width: 417px;
		/*margin: 167px 0 0 0;*/
	}
}

@media (max-width: 1439px) {
	.section-banner {
		height: calc(700px - 76px);
	}

	.section-banner__image,
	.section-banner__image img,
	.section-banner-gradient {
		max-width: 512px;
		height: 700px;
	}

	.section-banner__pattern {
		top: 104px;
		left: 183px;
		max-width: 642px;
		max-height: 492px;
	}

	.banner-info h5 {
		margin: 16px 0 0 0;
	}

	.banner-info {
		/*margin: 119px 0 0 0;*/
	}
}

@media (max-width: 1023px) {
	.section-banner__pattern {
		display: none;
	}

	.section-banner {
		height: calc(100vh - 64px);
	}

	.section-banner__image {
		top: 80px;
		left: 0;
		height: calc(100vh - 64px);
		max-width: unset;
	}

	.section-banner__image img,
	.section-banner-gradient {
		height: calc(100vh - 64px);
		max-width: unset;
	}

	.banner-info {
		height: 100%;
		margin: 0;
		/*padding: 0 0 72px 0;*/
		justify-content: flex-end;
	}

	.banner-info * {
		color: var(--c-white);
	}

	.banner-info h5 {
		margin: 8px 0 0 0;
	}

	.banner-info .button {
		margin: 24px 0 0 0;
	}
}

.banner_offer-block {
	height: 175px;
	position: absolute;
	width: 616px;
	bottom: 23px;
	right: 43px;
	background: rgba(236, 111, 53, 0.6);
}

.banner_offer {
	display: flex;
	flex-wrap: wrap;	
	position: relative;
	height: 100%;
}

.banner_offer-left_img {
	position: absolute;
	left: 0;
	width: 150px !important;
	height: 146px !important;
	bottom: 0;
}

.banner_offer-right_img {
	position: absolute;
	right: 0;
	width: 150px !important;
	height: 146px !important;
	top: 0;
}

.banner-arrow {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	/*   border:solid 1px white; */
	transition: 0.5s;
	overflow: hidden;
	transform: rotate(180deg);
}

.banner-arrow:hover {
	/*  animation:borderAni 5s cubic-bezier(0, 0.6, 1, 0.4); */
	border: solid 2px white;
	border-radius: 50%;
}

.banner-arrow:after {
	position: absolute;
	display: block;
	content: "";
	color: white;
	width: 20px;
	height: 15px;
	/*   border:solid 1px;  */
	top: 0px;
	border-bottom: solid 2px;
	transform: translatex(4px);
}

.banner-arrow:before {
	position: absolute;
	display: block;
	content: "";
	color: white;
	width: 8px;
	height: 8px;
	/*   border:solid 1px;  */
	border-top: solid 2px;
	border-left: solid 2px;
	top: 50%;
	left: 2px;
	transform-origin: 0% 0%;
	transform: rotatez(-45deg);

}

.banner-arrow:hover:before {
	animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.banner-arrow:hover:after {
	animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


@keyframes aniArrow01 {
	0% {
		transform: rotatez(-45deg) translateY(30px) translateX(30px);
	}

	100% {
		transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
	}
}


@keyframes aniArrow02 {
	0% {
		transform: translateX(45px);
	}

	100% {
		transform: translateX(-44px);
	}
}

@keyframes borderAni {
	0% {
		border: solid 2px white;
	}

	100% {
		border: solid 2px white;
		border-radius: 50%;
	}
}
.bg_banner{
	z-index: -1;
	width: 100%;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.section-banner__image{
	z-index: unset;
}
.section-banner__image .swiper-navbar{
	position: absolute;
    bottom: 40px;
    background-color: unset;
    left: 40px;
}
.section-banner-gradient{
	z-index: -1;
}
.banner_offer-text{
	position: absolute;
    top: 26px;
    left: 32px;
    color: #FFFFFF;
    font-size: 28px;
}
.banner_offer-text div{
	line-height: 30px;
}
.banner_offer-text span{
	font-size: 14px;
}
.banner-bottom_arrow{
	position: absolute;
    bottom: 24px;
    right: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	cursor: pointer;
}
.banner-bottom_arrow span{
	font-size: 14px;
    color: #FFFFFF;
	padding-right: 5px;

}
.marker__banner{
	margin-top: 54px !important;
}
@media(max-width:1439px){
	.banner_offer-block{
		width: 350px;
	}
}
@media(max-width:567px){
	.banner_offer-block{
	   
			height: 148px;
		width: 320px;
		right: unset;
		left: 16px;
	}
	.marker__banner{
		margin-top: 24px !important;
	}
	.banner_offer-text div{
		font-size: 18px;
	}
	.banner_offer-text span{
		display: none;
	}
	.section-banner__image .swiper-navbar{
		bottom: -32px;
        left: -10px;
	}
}
.cottage-discount_marker{
	width: unset !important;
}
.banner-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/location/style.css?17128358062340*/
.section-about-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 182px;
    row-gap: 75px;
}

.section-about-item {
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--c-grey);
    padding: 12px 0 0 0;
}

.section-about-item-number {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.section-about-item__number {
    font-family: "EchoesSans";
    font-weight: 300;
    font-size: 166px;
    line-height: 150px;
    text-transform: uppercase;
    color: var(--c-blue);
}

.section-about-item__number-desc {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--c-blue);
}

.section-about-item__title {
    align-self: flex-start;
    font-family: 'Circe';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: var(--c-black);
    margin: 12px 0 0 auto;
}

@media (max-width: 1919px) {
    .section-about-list {
        column-gap: 141px;
        row-gap: 48px;
    }

    .section-about-item {
        flex-direction: column;
        border-top: unset;
        padding: 0;
    }
    .section-about-item__number {
        font-size: 100px;
        line-height: 100px;
    }

    .section-about-item__title {
        text-align: left;
        width: 100%;
        margin: -4px 0 0 0;
        padding: 8px 0 0 0;
        border-top: 1px solid var(--c-grey);
    }

    .section-about-item-number {
        gap: 8px;
    }
}

@media (max-width: 1439px) {
    .section-about-list {
        column-gap: 24px;
        row-gap: 24px;
    }

    .section-about-item__number {
        font-size: 72px;
        line-height: 80px;
    }

    .section-about-item__title {
        margin: -4px 0 0 0;
    }

    .section-about-item__number-desc,
    .section-about-item__title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 1023px) {
    .section-about-list {
        margin: 24px 0 0 0;
        column-gap: 16px;
        row-gap: 16px;
    }

    .section-about-item__number {
        font-size: 48px;
        line-height: 56px;
    }

    .section-about-item__number-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .section-about-item__title {
        margin: -3px 0 0 0;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/cottage/style.css?1713696834319*/
.cottage-discount_marker{
    width: 100%;  
    margin-top: 16px;
}

.cottage-discount_marker span{
    font-size: 16px;
    font-family: 'Circe';
    background: linear-gradient(90deg, #4691CF 0%, #5DA85C 50%, #EC6F35 100%);
    color: #FFFFFF;
    border-radius: 54px;
    padding: 8px 16px 8px 16px;
}

/* End */


/* Start:/local/templates/redesign2/components/bitrix/form.result.new/green-inline/style.css?17155819433323*/
.form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 72px 152px;
    background-color: var(--c-blue);
    overflow: hidden;
}

.form-pattern-one {
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-pattern-two {
    position: absolute;
    top: 0;
    right: 0;
}

.form * {
    color: var(--c-white);
}

.form-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.form-wrap .f-input {
    border-bottom-color: var(--c-white);
}

.form-wrap .f-input::placeholder,
.form-wrap .f-input {
    color: var(--c-light-grey);
}

.form-wrap .form__privacy {
    width: 100%;
    max-width: 278px;
}

.form-wrap .form__privacy,
.form-wrap .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
}

.form-wrap .form__privacy .link {
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
    border-color: var(--c-light-grey);
}

@media (max-width: 1919px) {
    .form {
        padding: 72px 110px;
    }
    .form-pattern-two {
        top: -40px;
        right: -80px;
    }
    .form .f-input__wrapper {
        max-width: 243px;
    }
}

@media (max-width: 1439px) {
    .form {
        padding: 48px 80px;
    }

    .form-wrap {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 24px;
    }

    .form .f-input__wrapper {
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 1023px) {
    .form {
        padding: 32px 16px;
    }

    .form .f-input__wrapper {
        max-width: 100%;
    }

    .form .f-input__wrapper + .f-input__wrapper {
        margin: 16px 0 0 0;
    }

    .form-wrap {
        row-gap: 8px;
    }

    .form-wrap button {
        margin: 8px 0 0 0;
    }

    .form-wrap .form__privacy,
    .form-wrap .form__privacy .link {
        font-size: 14px;
        line-height: 18px;
    }
}
.form-alt_grey h2{
    color: rgba(32, 32, 32, 1);
}
.form-alt_grey .f-input{
    color: rgba(32, 32, 32, 1) !important;
    border-bottom-color: rgba(32, 32, 32, 1) !important;
}
.form-alt_grey .f-input::placeholder {
    color: rgba(32, 32, 32, 1) !important;
}

.form-alt_grey .form__privacy{
    color: rgba(32, 32, 32, 1) !important;
}
.form-alt_grey .form__privacy a{
    color: rgba(32, 32, 32, 1) !important;
    text-decoration: underline;
}
.form-alt_grey {
    background-color: #f1f1f1 !important;
}
/* .form-alt_grey .button--tertiary:disabled{

    pointer-events: none !important;
    background-color: var(--c-grey) !important;
    border-color: var(--c-grey) !important;
    color: var(--c-white) !important;

} */
.form-alt_grey .button--tertiary{
    background: rgba(236, 111, 53, 1) !important;
    color: #FFF !important;
}
.form-alt_grey h2{
    font-size: 42px;
    position: relative;
    z-index: 10;
}
.form-alt_grey .form__subtitle{
    color: rgba(32, 32, 32, 1);
    font-size: 20px;
    font-weight: 600;
}
.form-alt_grey .error{
    color: rgba(32, 32, 32, 1);
}

.form-alt_grey .success-wrapper p{
    color: rgba(32, 32, 32, 1);
}
@media (max-width: 1023px) {
    .form-alt_grey h2{
        font-size: 26px;
    }
    .form-alt_grey .form__subtitle{
       
        font-size: 16px;
       
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/engineering_solutions/style.css?17128358062727*/
.section-solutions {
    position: relative;
}

.section-solutions__pattern {
    position: absolute;
    top: 220px;
    left: 0;
    height: 530px;
}

.section-solutions-list {
    display: flex;
    flex-direction: column;
    gap: 33px;
    margin: 50px 0 0 0;
}

.section-solutions-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0 0 33px 0;
    border-bottom: 1px solid var(--c-grey);
}

.section-solutions-item__number {
    font-family: "EchoesSans-Light";
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--c-grey);
}

.section-solutions-item__title {
    font-family: "EchoesSans";
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: var(--c-black);
    width: 100%;
    max-width: 366px;
}

.section-solutions-item__description {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--c-dark-grey);
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 578px;
}

@media (max-width: 1919px) {
    .section-solutions-list {
        margin: 0;
        gap: 32px;
    }

    .section-solutions-item {
        padding: 0 0 32px 0;
    }

    .section-solutions-item__title {
        font-size: 24px;
        line-height: 30px;
        max-width: 240px;
    }

    .section-solutions-item__description {
        max-width: 410px;
    }

    .section-solutions__pattern {
        top: 255px;
    }
}

@media (max-width: 1439px) {
    .section-solutions-item__number {
        font-size: 20px;
        line-height: 24px;
    }

    .section-solutions-item__title {
        max-width: 247px;
    }

    .section-solutions-item {
        gap: 24px;
    }

    .section-solutions-item__description {
        max-width: 296px;
        font-size: 16px;
        line-height: 22px;
    }

    .section-solutions__pattern {
        top: 362px;
        left: -35px;
    }
}

@media (max-width: 1023px) {
    .section-solutions__pattern {
        display: none;
    }

    .section-solutions-item {
        flex-wrap: wrap;
    }

    .section-solutions-item__description {
        max-width: unset;
        margin: unset;
    }

    .section-solutions-item__number {
        align-self: center;
        font-size: 18px;
        line-height: 22px;
        width: 25px;
    }

    .section-solutions-list {
        gap: 24px;
    }

    .section-solutions-item:first-child {
        border-top: 1px solid var(--c-grey);
        margin: 24px 0 0 0;
        padding: 24px 0;
    }

    .section-solutions-item {
        row-gap: 8px;
        column-gap: 6px;
    }

    .section-solutions-item__title {
        font-size: 20px;
        line-height: 28px;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/tsz-building-genplan/style.css?174730157917482*/
.genplan-container {
    overflow: hidden;
    position: relative;
}

.genplan {
    position: relative;
    font-size: 0;
    width: 100%;
    min-width: 1048px;
    margin: 0 auto;
    padding: 0 0 48px 0;
    border-bottom: 1px solid var(--c-grey);
}

.page--custom .genplan {
    padding: 0;
    border: unset;
}

.genplan-picture {
    width: 100%;
}

.genplan__labels {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.genplan__labels-item {
    color: #221e26;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #f1f7fa;
    -webkit-box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
    box-shadow: 0px 20px 20px -20px rgba(71, 167, 235, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity ease-in-out 150ms;
    transition: opacity ease-in-out 150ms;
    will-change: opacity;
}

@media (min-width: 0) {
    .genplan__labels-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan__labels-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan__labels-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan__labels-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan__labels-item.active {
    opacity: 1;
}

.genplan__buildings {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 49px);
}

.page--custom .genplan__buildings {
    height: 100%;
}

.genplan__buildings-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    will-change: opacity;
    fill: var(--c-white);
    opacity: .4;
    cursor: pointer;
    transition: opacity 0.3s linear;
}

.genplan__buildings-item:hover {
    opacity: .7;
}

.genplan__buildings-item:after {
    content: "11";
    position: absolute;
    left: 0;
    top: 0;
}

.genplan-svg__item {
    fill: var(--c-white);
    opacity: .5;
    cursor: pointer;
    transition: opacity 0.3s linear;
}

.genplan-svg__item.genplan-svg__item-grey {
    fill: var(--c-grey);
}

.genplan-svg__item:hover {
    opacity: .7;
}

.genplan-tooltip {
    width: 232px;
    background: #ffffff;
    border-radius: 4px;
    padding: 16px;
    color: #221e26;
    text-align: left;
    position: relative;
}

.genplan-tooltip__tag {
    padding: 4px 12px;
    border-radius: 4px 23px 23px 4px;
    font-weight: 500;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ff007a), to(#ff7a00));
    background: -webkit-linear-gradient(left, #ff007a 0%, #ff7a00 100%);
    background: linear-gradient(90deg, #ff007a 0%, #ff7a00 100%);
    position: absolute;
    top: 0;
    left: 16px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (min-width: 0) {
    .genplan-tooltip__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__tag {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__tag {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan-tooltip__header + * {
    margin-top: 8px;
}

.genplan-tooltip__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genplan-tooltip__title {
    font-weight: bold;
}

@media (min-width: 0) {
    .genplan-tooltip__title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__title {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__title {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

@media (min-width: 0) {
    .genplan-tooltip__date {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__date {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__date {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__date {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan-tooltip .progress {
    height: 1px;
    overflow: visible;
}

.genplan-tooltip .progress-bar {
    position: relative;
    overflow: visible;
}

.genplan-tooltip .progress-bar:after {
    content: "";
    height: 5px;
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    background: #0a7ebf;
}

.genplan-tooltip__ready {
    font-weight: 500;
}

@media (min-width: 0) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__ready {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.genplan-tooltip__ready-title {
    color: #0a7ebf;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 0) {
    .genplan-tooltip__ready-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__ready-title {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__ready-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__ready-title {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.genplan-tooltip__ready-title + * {
    margin-top: 4px;
}

.genplan-tooltip__body {
    background: #f1f7fa;
    margin: -16px;
    margin-top: 16px;
    padding: 16px;
}

.genplan-tooltip__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.genplan-tooltip__item + .genplan-tooltip__item {
    margin-top: 12px;
}

.genplan-tooltip__item span:first-child {
    font-weight: normal;
}

@media (min-width: 0) {
    .genplan-tooltip__item span:first-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__item span:first-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__item span:first-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__item span:first-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.genplan-tooltip__item span:last-child {
    font-weight: 500;
}

@media (min-width: 0) {
    .genplan-tooltip__item span:last-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .genplan-tooltip__item span:last-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .genplan-tooltip__item span:last-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .genplan-tooltip__item span:last-child {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.genplan-tooltip__ready-progress {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #221e26;
}

.genplan-tooltip__ready-progress-complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background-color: #0a7ebf;
    -webkit-transition: width ease-in-out 300ms;
    transition: width ease-in-out 300ms;
    will-change: width;
}

.genplan .tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.genplan .tooltip .arrow {
    display: none !important;
}

.genplan .tooltip-inner {
    max-width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    display: block;
}

.genplan .tooltip-inner:after, .genplan .tooltip-inner:before {
    content: none;
}


.genplan-back {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: #FFFFFF;
}

.genplan-back svg {
    pointer-events: none;
}

.genplan-back-floor {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 100;
}

.genplan-back-floor svg {
    pointer-events: none;
}

.genplan__floors .genplan__section-item {
    fill: #000000;
}


.genplan-back-floor-plan {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 100;
}

.genplan-back-floor-plan svg {
    pointer-events: none;
}


.js-building-chess {
    cursor: pointer;
}


.genplan-image img {
    width: 100%;
}

.section-genplan .section-info.section-info--custom {
    border-bottom: 1px solid var(--c-grey);
    padding: 0 0 24px 0;
}

.genplan-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: calc(100% - 48px);
}

.genplan-card {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 110;
}

.genplan-card-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
}

.genplan-card-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px 66px 24px 24px;
    background-color: var(--c-white);
    overflow: hidden;
}

.genplan-card--booked .genplan-card-desc,
.genplan-card--sold .genplan-card-desc,
.genplan-card--unavailable .genplan-card-desc {
    padding: 24px;
}

.genplan-card--booked .genplan-card__title,
.genplan-card--sold .genplan-card__title,
.genplan-card--unavailable .genplan-card__title {
    margin: 0;
}

.genplan-card--booked .genplan-card__header,
.genplan-card--sold .genplan-card__header,
.genplan-card--unavailable .genplan-card__header {
    margin: 0 0 8px 0;
}

.genplan-card--booked .genplan-card__close,
.genplan-card--sold .genplan-card__close,
.genplan-card--unavailable .genplan-card__close {
    width: 24px;
    height: 24px;
}


.genplan-card__pattern {
    position: absolute;
    right: -84px;
    bottom: 0;
}

.genplan-card__header {
    font-family: 'Circe Bold';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--c-grey);
    margin: 0 0 8px 0;
}

.genplan-card__title {
    font-family: 'EchoesSans';
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: var(--c-black);
    margin: 0 0 48px 0;
}

.genplan-card-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 32px;
    max-width: 240px;
}

.genplan-card-stats-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.genplan-card-stats-item__title {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--c-grey);
}

.genplan-card-stats-item__value {
    font-family: 'Circe Bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--c-black);
}

.genplan-card__image img {
    width: 244px;
    height: 100%;
    object-fit: cover;
}

.genplan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--c-white);
    opacity: 0;
}

.genplan.overlaid .genplan-overlay {
    opacity: .8;
    z-index: 100;
}

.genplan-card__close {
    display: none;
}

.genplan-card-desc .button {
    display: none;
}

.genplan__section-item_booked{
    fill:#FC0000 !important;
    opacity: 0.5;
}

@media (max-width: 1919px) {
    .genplan-card__title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 32px 0;
    }

    .genplan-card__image img {
        max-height: 248px;
    }

    .genplan {
        padding: 0 0 32px 0;
    }

    .genplan__buildings {
        height: calc(100% - 33px);
    }
}

@media (max-width: 1439px) {
    .genplan-picture {
        max-width: 936px;
    }

    .genplan {
        min-width: 936px;
    }

    .genplan-card__header {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 2px 0;
    }

    .genplan-card__title {
        margin: 0 0 24px 0;
    }

    .genplan-card-stats-item__title {
        font-size: 12px;
        line-height: 16px;
    }

    .genplan-card-stats-item__value {
        font-size: 16px;
        line-height: 22px;
    }

    .genplan-card__image img {
        max-height: 226px;
    }

    .genplan-card-desc {
        padding: 24px 56px 24px 24px;
    }

    .genplan {
        padding: 0 0 23px 0;
    }

    .genplan-svg {
        height: calc(100% - 23px);
    }

    .section-genplan .section-info.section-info--custom {
        margin: 0 0 23px 0;
        padding: 0 0 23px 0;
    }

    .genplan__buildings {
        height: calc(100% - 24px);
    }
}

@media (max-width: 1023px) {
    .section-genplan .section-info.section-info--custom {
        border: unset;
        padding: 0;
    }

    .genplan {
        padding: 0;
        border: unset;
        height: 500px;
        overflow-x: auto;
        width: 100%;
        min-width: unset;
    }

    .genplan-picture {
        height: 100%;
        width: initial;
    }

    .genplan__buildings {
        width: 936px;
        height: 100%;
    }

    .genplan-card {
        max-width: 295px;
        width: 100%;
    }

    .genplan-stats__value {
        font-family: 'Circe';
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: var(--c-black);
    }

    .genplan-stats-item {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .genplan-stats__title {
        font-family: 'EchoesSans-Light';
        font-weight: 300;
        font-size: 24px;
        line-height: 26px;
        color: var(--c-black);
    }

    .genplan-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .genplan-card-wrap {
        flex-direction: column-reverse;
        overflow: hidden;
        width: 100%;
    }

    .genplan-card__pattern {
        right: -84px;
    }

    .genplan-card__image img {
        max-height: 137px;
        width: 100%;
    }

    .genplan-card__header {
        font-size: 12px;
        line-height: 16px;
    }

    .genplan-card__title {
        font-size: 20px;
        line-height: 28px;
    }

    .genplan-card-stats-item {
        gap: 7px;
    }

    .genplan-card-stats-item__value {
        line-height: 24px;
    }

    .genplan-card__close {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 50;
        display: flex;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .genplan-card__close svg circle {
        transition: .3s ease-in-out;
    }

    .genplan-card__close:hover svg circle {
        fill: var(--c-orange);
    }

    .genplan-card-desc .button {
        display: flex;
        margin: 16px 0 0 0;
    }

    .genplan-card--booked .genplan-card-desc,
    .genplan-card--sold .genplan-card-desc,
    .genplan-card--unavailable .genplan-card-desc {
        padding: 24px 48px 24px 24px;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/form.result.new/call-me/style.css?17128358061990*/
.form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 72px 152px;
    background-color: var(--c-blue);
    overflow: hidden;
}

.form-pattern-one {
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-pattern-two {
    position: absolute;
    top: 0;
    right: 0;
}

.form * {
    color: var(--c-white);
}

.form-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.form-wrap .f-input {
    border-bottom-color: var(--c-white);
}

.form-wrap .f-input::placeholder,
.form-wrap .f-input {
    color: var(--c-light-grey);
}

.form-wrap .form__privacy {
    width: 100%;
    max-width: 278px;
}

.form-wrap .form__privacy,
.form-wrap .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
}

.form-wrap .form__privacy .link {
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
    border-color: var(--c-light-grey);
}

@media (max-width: 1919px) {
    .form {
        padding: 72px 110px;
    }
    .form-pattern-two {
        top: -40px;
        right: -80px;
    }
    .form .f-input__wrapper {
        max-width: 243px;
    }
}

@media (max-width: 1439px) {
    .form {
        padding: 48px 80px;
    }

    .form-wrap {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 24px;
    }

    .form .f-input__wrapper {
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 1023px) {
    .form {
        padding: 32px 16px;
    }

    .form .f-input__wrapper {
        max-width: 100%;
    }

    .form .f-input__wrapper + .f-input__wrapper {
        margin: 16px 0 0 0;
    }

    .form-wrap {
        row-gap: 8px;
    }

    .form-wrap button {
        margin: 8px 0 0 0;
    }

    .form-wrap .form__privacy,
    .form-wrap .form__privacy .link {
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/purchase/style.css?1712835806847*/
.section-purchase .section-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 24px 0;
}

.section-purchase .swiper--purchase .swiper-slide {
    height: 100%;
}

.purchase__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 39px 0;
    border-top: 1px solid var(--c-grey);
    border-bottom: 1px solid var(--c-grey);
}

.purchase__item:not(.item--first)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    height: 100%;
    width: 1px;
    background-color: var(--c-grey);
}

.purchase__item a {
    margin: 8px 0 0 0;
}

@media (max-width: 1919px) {
    .purchase__item {
        padding: 31px 0;
    }

    .purchase__item:not(.item--first)::before {
        left: -32px;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/news/style.css?17279406095678*/

.news{
    overflow: hidden;
    position: relative;
}

.news .container{
    position: relative;
    padding-top: 131px;
    padding-bottom: 131px;
}

.news__container{
    position: relative;
}

.news__title{
    position: absolute;
    right: 0;
    top: 50%;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg) translateY(50%);
    font-weight: 700;
    font-size: 94px;
    line-height: 104px;
    color: #363534;
}

.news__content{
    display: flex;
    gap: 95px;
    overflow: hidden;
}

.pagination-slide-bullet{
    width: 48px;
    height: 48px;
}

.news__swiper-controls{
    width: 48px;
}

.news__swiper-pagination{
    width: 48px;
}

#news-swiper-pagination .swiper-slide .inner__circle{
    fill: #e0e0e0;
}

#news-swiper-pagination .swiper-slide:not(.swiper-slide-active) svg{
    cursor: pointer;
}

#news-swiper-pagination .swiper-slide .outer__circle{
    display: none;
}

#news-swiper-pagination .swiper-slide.swiper-slide-active .outer__circle{
    display: block;
}

#news-swiper-pagination .swiper-slide.swiper-slide-active .inner__circle{
    fill: #e35310;
}

#news-swiper-pagination{
    height: 380px;
    overflow: hidden;
}

#news-swiper-button-next,
#news-swiper-button-prev{
    position: relative;
    z-index: 111;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.pagination-slide-bullet{
    height: 48px;
    width: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__slide--link{
    display: block;
}

.news__slide-text,
.news__slide-image{
    max-width: 500px;
    width: 100%;
    max-height: 270px;
    height: 100%;
}

.news__slide-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    max-width: 390px;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

.news__slide-image > img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__slide{
    display: block;
    padding: 48px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 28px 2px rgba(217, 217, 217, 0.25);
    position: relative;
}

.news__slide-middle{
    display: flex;
    gap: 0 86px;
    justify-content: space-between;
    align-items: center;
}

.news__slide-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__slide-top > .news__slide-image{
    display: none;
}

.news__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.news__swiper{
    margin: 0;
    overflow: visible;
    height: 800px;
}

.news__button{
    position: absolute;
    bottom: 0;
    z-index: 900;
}

@media (max-width: 1920px){
    .news__swiper-wrapper{
        height: 800px;
    }

    .news__slide{
        padding: 32px;
    }

    .news__content{
        gap: 56px;
    }

    .news .line--top-rect::before{
        display: none;
    }

    .news .line__left, .news .line__right{
        display: none;
    }

    .news .container{
        padding-top: 155px;
        padding-bottom: 155px;
    }
}

@media (max-width: 1440px){
    .news__swiper-pagination{
        height: 675px !important;
    }

    .news__content{
        gap: 34px;
    }

    .news .container{
        padding-top: 78px;
        padding-bottom: 93px;
    }

    .news__title{
        font-size: 70px;
        line-height: 82px;
    }
}

@media (max-width: 1024px){
    .swiper.news__swiper{
        height: 740px;
    }

    .news__swiper-wrapper{
        height: 600px;
    }

    .news__slide-middle{
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .news__slide-image{
        margin-bottom: 25px;
    }

    .news__slide-text{
        padding-bottom: 25px;
    }

    .news__content{
        gap: 74px;
    }

    .news .container{
        padding-top: 64px;
        padding-bottom: 74px;
    }

    .news .line{
        display: none;
    }

    .news__title{
        font-size: 54px;
        line-height: 64px;
        height: max-content;
    }
}

@media (max-width: 767px){
    .news__swiper-controls-pagination{
        margin-top: 100px;
    }
    .news__button{
        bottom: -95px;
    }
    .news__slide{
        width: 100%;
        padding: 16px;
    }

    .news .container{
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .news__title{
        position: static;
        transform: unset;
        font-size: 34px;
        line-height: 40px;
        writing-mode: initial;
        text-transform: initial;
        margin-bottom: 24px;
    }

    .news__content{
        flex-direction: column-reverse;
        gap: 24px;
    }

    .news__swiper-pagination{
        justify-content: center;
    }

    #news-swiper-pagination{
        height: 48px;
    }

    #news-swiper-button-next{
        margin-left: 30px;
        transform: rotate(-90deg);
    }

    #news-swiper-button-prev{
        margin-right: 30px;
        transform: rotate(-90deg);
    }

    .news__swiper-controls-pagination{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 1023px) {
    .section-news{
             margin: 80px 0 0 0;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.list/contacts/style.css?17128358061998*/
.section-contacts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 32px;
    margin: auto 0 0 0;
}

.section-contacts-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 288px;
}

.section-contacts-item__title {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--c-black);
}

.section-contacts-item__desc,
a.section-contacts-item__desc {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--c-dark-grey);
}

a.section-contacts-item__desc {
    cursor: pointer;
    text-decoration: unset;
}

.section-contacts-item__desc + .section-contacts-item__title {
    margin: 20px 0 12px 0;
}

.section-contacts__image {
    width: 100%;
    max-width: 1034px;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 1919px) {
    .desc--end {
        margin: 0 0 56px 0;
    }

    .section-contacts-item__desc + .section-contacts-item__title {
        margin: auto 0 12px 0;
    }

    .section-contacts-list {
        row-gap: 56px;
    }

    .section-contacts-item {
        gap: 6px;
    }

    .section-contacts__image {
        max-width: 740px;
    }
}

@media (max-width: 1439px) {
    .section-contacts-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }

    .section-contacts-item__title {
        font-size: 20px;
        line-height: 24px;
    }

    .section-contacts-item__desc,
    a.section-contacts-item__desc {
        font-size: 16px;
        line-height: 22px;
    }

    .section-contacts__image {
        max-width: 536px;
    }
}

@media (max-width: 1023px) {
    .section-contacts-list {
        margin: 24px 0;
        row-gap: 24px;
    }

    .section-contacts-item__title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-contacts__image {
        height: 400px;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/form.result.new/feedback/style.css?17128358062903*/
.section-info--feedback {
    padding: 0 0 34px 0;
}

.section-feedback .section__description {
    max-width: 426px;
    opacity: 1;
}

.section-feedback .section__title {
    margin: 0 0 24px 0;
}

.section-feedback-form,
.section-feedback-form form {
    height: 100%;
}

.section-feedback-form .success-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-feedback-form .success {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.section-feedback-form .form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.section-feedback-form .f-input__wrapper:nth-child(1),
.section-feedback-form .f-input__wrapper:nth-child(2) {
    width: calc(50% - 15px);
}

.section-feedback-form .f-input__wrapper:nth-child(2) {
    margin: 0 0 0 auto;
}

.section-feedback-form .f-input__wrapper:nth-child(3) {
    width: 100%;
    margin: 50px 0 0 0;
}

.section-feedback-form form .button {
    margin: 24px 30px 0 0;
}

.section-feedback-form form .form__privacy {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    max-width: 278px;
    margin: 24px 0 0 0;
    align-self: center;
}

.section-feedback-form form .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-grey);
    border-color: var(--c-grey);
}

@media (max-width: 1919px) {
    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 66px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 30px 30px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 30px 0 0 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 27px 0 0 0;
    }
}

@media (max-width: 1439px) {
    .section-feedback-form .f-input__wrapper:nth-child(1),
    .section-feedback-form .f-input__wrapper:nth-child(2) {
        width: calc(50% - 12px);
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 64px 0 0 0;
    }

    .section-feedback-form form .form__privacy,
    .section-feedback-form form .form__privacy * {
        font-size: 14px;
        line-height: 18px;
    }

    .section-feedback-form form .form__privacy {
        margin: 40px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 40px 24px 0 0;
    }
}

@media (max-width: 1023px) {
    .section-feedback .section__title {
        margin: 0;
    }

    .section-feedback-form .form-wrapper {
        margin: 16px 0 0 0;
    }

    .section-feedback-form .f-input__wrapper:nth-child(3) {
        margin: 36px 0 0 0;
    }

    .section-feedback-form form .button {
        margin: 16px 16px 0 0;
    }

    .section-feedback-form form .form__privacy {
        margin: 8px 0 0 0;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/news.detail/cottage/style.css?17136979168973*/
.modal.modal--house {
	z-index: 1030;
}

.modal-backdrop {
	z-index: 1020 !important;
}

.modal.modal--house .modal-dialog {
	max-width: 1920px;
}

.modal.modal--house .modal-content {
	border-radius: unset;
	padding: 0;
}

.modal.modal--house .modal-header {
	padding: 64px 0 16px 0;
	border-bottom: 1px solid var(--c-grey);
	margin: 0 63px 48px 63px;
	align-items: flex-start;
}

.modal.modal--house .modal-body {
	padding: 0 63px;
}

.modal.modal--house .modal-header__button {
	position: absolute;
	top: 24px;
	right: 24px;
	border: unset;
	background: unset;
	padding: unset;
	margin: unset;
}

.modal.modal--house .modal-header__button svg circle {
	transition: .3s ease-in-out;
}

.modal.modal--house .modal-header__button:hover svg circle {
	fill: var(--c-orange);
}

.modal-header-stats {
	display: flex;
	flex-direction: row;
	gap: 30px;
	margin: 50px 0 0 0;
}

.modal-content-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 173px;
}

.modal-content__title {
	font-family: 'EchoesSans-Light';
	font-weight: 300;
	font-size: 40px;
	line-height: 42px;
	color: var(--c-black);
}

.content__description {
	font-family: 'Circe';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--c-black);
}

.modal.modal--house .modal-review {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 0 0 48px 0;
	border-bottom: 1px solid var(--c-grey);
}

.swiper-review-thumb-item img {
	max-width: 274px;
	height: 100%;
	object-fit: cover;
}

.swiper--modal-review {
	width: 1489px;
	height: 700px;
}

.swiper--modal-review-thumbs {
	height: 700px;
}

.swiper-review-thumb-item {
	height: 100%;
	cursor: pointer;
}

.modal.modal--house .modal-desc,
.modal.modal--house .modal-specs {
	margin: 150px 0 0 0;
}

.modal.modal--house .modal-plans {
	margin: 150px 0;
}

.modal.modal--house .modal-plans .section-info {
	position: relative;
	z-index: 2;
	background-color: var(--c-white);
	padding: 0 0 17px 0;
}

.modal.modal--house .modal-body .section__description {
	max-width: 882px;
	margin: 51px 0 0 0;
}

.modal.modal--house .modal-specs .modal-specs-stats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 50px;
	margin: 49px 0 0 0;
}

.modal.modal--house .modal-specs .modal-content-item {
	width: 25%;
}

.modal-callback {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 100px 63px;
	background-color: var(--c-blue);
	overflow: hidden;
}

.modal-callback h2 {
	color: var(--c-white);
}

.modal-callback .f-input__wrapper {
	max-width: 425px;
}

.swiper--modal-plans .swiper-slide {
	max-width: 426px;
}

.swiper--modal-review-thumbs .swiper-slide {
	max-height: 170px;
	opacity: .5;
}

.swiper--modal-review-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.swiper--modal-plans {
	height: 486px;
}

.swiper-modal-item {
	display: flex;
	flex-direction: column;
	gap: 27px;
	width: 100%;
}

.swiper-modal-item img {
	opacity: 0.9;
	border: 1px solid #929292;
	object-fit: contain;
	max-width: 426px;
	max-height: 426px;
	padding: 24px;
}

.swiper-modal-navbar {
	margin: auto 0 0 0;
}

.swiper-modal-navbar .swiper-navbar__buttons {
	width: fit-content;
	gap: 20px;
}

.swiper-review-item img {
	height: 700px;
	width: 100%;
	object-fit: cover;
}

.modal-header__price {
	font-family: 'EchoesSans';
	font-weight: 400;
	font-size: 72px;
	line-height: 80px;
	margin: 0 0 11px 0;
	align-self: flex-end;
}

.modal-header__price-discount {
	float: right;
	text-decoration: line-through;
	color: red;
	font-size: 22px;
}

@media (max-width: 1919px) {
	.modal-header-stats {
		margin: 9px 0 0 0;
	}

	.modal.modal--house .modal-dialog {
		max-width: 1440px;
	}

	.modal.modal--house .modal-header {
		margin: 0 75px 32px 75px;
	}

	.modal.modal--house .modal-body {
		padding: 0 75px;
	}

	.swiper--modal-review {
		height: 550px;
		width: 1070px;
	}

	.swiper-review-item img,
	.swiper--modal-review-thumbs {
		height: 550px;
	}

	.swiper-review-thumb-item img {
		max-width: 190px;
	}

	.swiper--modal-review-thumbs .swiper-slide {
		max-height: 120px;
	}

	.swiper-cursor {
		width: 80px;
		height: 80px;
	}

	.modal.modal--house .modal-review {
		padding: 0 0 32px 0;
	}

	.modal.modal--house .modal-desc,
	.modal.modal--house .modal-specs {
		margin: 80px 0 0 0;
	}

	.modal.modal--house .modal-body .section__description,
	.modal.modal--house .modal-specs .modal-specs-stats {
		margin: 42px 0 0 auto;
		max-width: 630px;
	}

	.modal.modal--house .modal-specs .modal-specs-stats {
		row-gap: 24px;
		column-gap: 30px;
	}

	.modal.modal--house .modal-specs .modal-content-item {
		width: 100%;
		max-width: 190px;
	}

	.modal-content__title {
		font-size: 32px;
		line-height: 40px;
	}

	.swiper--modal-plans {
		max-width: 630px;
		height: 344px;
		margin: 48px 0 0 auto;
	}

	.swiper-modal-item img {
		width: 300px;
		height: 300px;
	}

	.swiper--modal-plans .swiper-slide {
		max-width: 300px;
	}

	.swiper-modal-item {
		gap: 16px;
	}

	.modal.modal--house .modal-plans .section-info {
		padding: 0;
	}

	.modal.modal--house .modal-plans {
		margin: 80px 0;
	}

	.modal-callback {
		padding: 72px 110px;
	}

	.modal-header__price {
		font-size: 54px;
		line-height: 64px;
		margin: 0 0 7px 0;
	}
}

@media (max-width: 1439px) {
	.modal-header-stats {
		margin: 7px 0 0 0;
	}

	.modal.modal--house .modal-dialog {
		max-width: 1024px;
	}

	.modal.modal--house .modal-header {
		margin: 0 44px 24px 44px;
	}

	.modal.modal--house .modal-body {
		padding: 0 43px;
	}

	.swiper--modal-review {
		height: 532px;
		width: 695px;
	}

	.swiper-review-item img,
	.swiper--modal-review-thumbs {
		height: 532px;
	}

	.swiper-review-thumb-item img {
		max-width: 216px;
	}

	.modal.modal--house .modal-review {
		padding: 0 0 24px 0;
		gap: 24px;
	}

	.modal.modal--house .modal-desc,
	.modal.modal--house .modal-specs {
		margin: 64px 0 0 0;
	}

	.modal.modal--house .modal-body .section__description,
	.modal.modal--house .modal-specs .modal-specs-stats {
		margin: 41px 0 0 auto;
	}

	.modal.modal--house .modal-specs .modal-specs-stats {
		column-gap: 24px;
	}

	.modal.modal--house .modal-specs .modal-content-item {
		max-width: 136px;
		min-width: unset;
	}

	.modal-content__title {
		font-size: 32px;
		line-height: 36px;
	}

	.content__description {
		font-size: 16px;
		line-height: 22px;
	}

	.swiper--modal-plans {
		height: 336px;
		margin: unset;
	}

	.swiper-modal-item img {
		width: 296px;
		height: 296px;
	}

	.swiper--modal-plans .swiper-slide {
		max-width: 296px;
	}

	.modal.modal--house .modal-plans {
		margin: 64px 0;
	}

	.modal-callback {
		padding: 48px 80px;
	}

	.modal-callback .f-input__wrapper {
		width: calc(50% - 12px);
	}

	.form-wrap .form__privacy {
		margin: 0 0 0 6px;
	}

	.modal-header__price {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 8px 0;
	}
}

@media (max-width: 1023px) {
	.modal-header-stats {
		margin: 16px 0 0 0;
	}

	.modal-content__title {
		font-size: 24px;
		line-height: 26px;
	}

	.modal.modal--house .modal-dialog {
		max-width: 100%;
		margin: 0;
	}

	.modal.modal--house .modal-header {
		flex-direction: column;
		margin: 0 16px 24px 16px;
		padding: 48px 0 12px 0;
		gap: 6px;
	}

	.modal.modal--house .modal-body {
		padding: 0 16px;
	}

	.swiper--modal-review {
		height: 200px;
		width: 100%;
	}

	.swiper-review-item img {
		height: 200px;
	}

	.swiper--modal-review-thumbs {
		height: 74px;
		width: 100%;
	}

	.swiper--modal-review-thumbs .swiper-slide {
		width: 96px;
	}

	.swiper-review-thumb-item {
		width: 96px;
	}

	.swiper-review-thumb-item img {
		max-width: 96px;
		width: 96px;
	}

	.modal.modal--house .modal-review {
		flex-direction: column;
		gap: 16px;
	}

	.modal.modal--house .modal-desc,
	.modal.modal--house .modal-specs {
		margin: 48px 0 0 0;
	}

	.modal.modal--house .modal-body .section__description,
	.modal.modal--house .modal-specs .modal-specs-stats {
		margin: 24px 0 0 0;
		max-width: unset;
	}

	.modal.modal--house .modal-specs .modal-specs-stats {
		column-gap: 24px;
	}

	.modal.modal--house .modal-specs .modal-content-item {
		max-width: 136px;
		min-width: unset;
	}

	.swiper--modal-plans {
		height: 388px;
		margin: unset;
		margin: 16px 0 0 0;
	}

	.swiper-modal-item img {
		width: 256px;
		height: 256px;
		padding: 16px;
	}

	.swiper--modal-plans .swiper-slide {
		max-width: 256px;
	}

	.modal.modal--house .modal-plans {
		position: relative;
		margin: 48px 0;
	}

	.modal-callback {
		padding: 32px 16px;
	}

	.modal-callback .f-input__wrapper {
		width: 100%;
	}

	.modal-callback .f-input__wrapper+.f-input__wrapper {
		margin: 16px 0 0 0;
	}

	.modal.modal--house .modal-plans .section-info {
		position: initial;
	}

	.swiper-modal-navbar {
		position: absolute;
		bottom: 0;
		z-index: 3;
	}

	.modal-header__price {
		font-size: 30px;
		line-height: 36px;
		margin: 0;
		align-self: flex-start;
	}

	.modal.modal--house .modal-header__button {
		top: 16px;
		right: 16px;
	}

	.modal-header__price-discount {
		float: unset;
	}

}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/form.result.new/call-me-cottage/style.css?17128358061990*/
.form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 72px 152px;
    background-color: var(--c-blue);
    overflow: hidden;
}

.form-pattern-one {
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-pattern-two {
    position: absolute;
    top: 0;
    right: 0;
}

.form * {
    color: var(--c-white);
}

.form-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.form-wrap .f-input {
    border-bottom-color: var(--c-white);
}

.form-wrap .f-input::placeholder,
.form-wrap .f-input {
    color: var(--c-light-grey);
}

.form-wrap .form__privacy {
    width: 100%;
    max-width: 278px;
}

.form-wrap .form__privacy,
.form-wrap .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
}

.form-wrap .form__privacy .link {
    font-size: 16px;
    line-height: 22px;
    color: var(--c-light-grey);
    border-color: var(--c-light-grey);
}

@media (max-width: 1919px) {
    .form {
        padding: 72px 110px;
    }
    .form-pattern-two {
        top: -40px;
        right: -80px;
    }
    .form .f-input__wrapper {
        max-width: 243px;
    }
}

@media (max-width: 1439px) {
    .form {
        padding: 48px 80px;
    }

    .form-wrap {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 24px;
    }

    .form .f-input__wrapper {
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 1023px) {
    .form {
        padding: 32px 16px;
    }

    .form .f-input__wrapper {
        max-width: 100%;
    }

    .form .f-input__wrapper + .f-input__wrapper {
        margin: 16px 0 0 0;
    }

    .form-wrap {
        row-gap: 8px;
    }

    .form-wrap button {
        margin: 8px 0 0 0;
    }

    .form-wrap .form__privacy,
    .form-wrap .form__privacy .link {
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/redesign2/components/bitrix/form.result.new/callback/style.css?17128358062104*/
.modal--callback .modal-content {
    justify-content: center;
    padding: 48px 40px;
    border: unset;
    border-radius: unset;
    min-height: 454px;
}

.modal--callback h3 {
    position: relative;
    z-index: 20;
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 24px 0;
}

.modal--callback .form-modal-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal--callback button.button {
    width: 100%;
}

.modal--callback .form__privacy,
.modal--callback .form__privacy * {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--c-dark-grey);
}

.modal-content .f-input {
    padding: 16px 0;
}

.modal--callback .form__privacy .link {
    border-color: var(--c-dark-grey);
}

.modal--callback .f-input::placeholder {
    color: #9E9E9E;
}

.modal--callback .success p {
    font-family: 'Circe';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

@media (max-width: 1919px) {
    .modal--callback .modal-dialog {
        max-width: 450px;
    }

    .modal--callback .modal-content {
        min-height: 450px;
    }

    .modal--callback h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1439px) {
    .modal--callback .modal-content {
        min-height: 408px;
        padding: 40px 32px;
    }

    .modal-content .f-input {
        padding: 14px 0;
    }

    .modal--callback .form__privacy,
    .modal--callback .form__privacy * {
        font-size: 14px;
        line-height: 18px;
    }

    .modal--callback .success p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1023px) {
    .modal--callback .modal-content {
        min-height: 348px;
        padding: 32px 24px;
    }

    .modal--callback h3 {
        margin: 0 0 16px 0;
        font-size: 24px;
        line-height: 30px;
    }

    .modal--callback .form-modal-wrap {
        gap: 16px;
    }

    .modal-content .f-input {
        padding: 16px 0;
    }

    .modal--callback .success p {
        font-size: 18px;
        line-height: 24px;
    }
}
/* End */
/* /local/templates/redesign2/components/bitrix/news.detail/top_banner_slider/style.css?17510226025722 */
/* /local/templates/redesign2/components/bitrix/news.list/location/style.css?17128358062340 */
/* /local/templates/redesign2/components/bitrix/news.list/cottage/style.css?1713696834319 */
/* /local/templates/redesign2/components/bitrix/form.result.new/green-inline/style.css?17155819433323 */
/* /local/templates/redesign2/components/bitrix/news.list/engineering_solutions/style.css?17128358062727 */
/* /local/templates/redesign2/components/bitrix/news.list/tsz-building-genplan/style.css?174730157917482 */
/* /local/templates/redesign2/components/bitrix/form.result.new/call-me/style.css?17128358061990 */
/* /local/templates/redesign2/components/bitrix/news.list/purchase/style.css?1712835806847 */
/* /local/templates/redesign2/components/bitrix/news.list/news/style.css?17279406095678 */
/* /local/templates/redesign2/components/bitrix/news.list/contacts/style.css?17128358061998 */
/* /local/templates/redesign2/components/bitrix/form.result.new/feedback/style.css?17128358062903 */
/* /local/templates/redesign2/components/bitrix/news.detail/cottage/style.css?17136979168973 */
/* /local/templates/redesign2/components/bitrix/form.result.new/call-me-cottage/style.css?17128358061990 */
/* /local/templates/redesign2/components/bitrix/form.result.new/callback/style.css?17128358062104 */
