

/* 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/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.list/tsz-building-genplan/style.css?174730157917482 */
/* /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 */
