

/* Start:/local/templates/new/components/bquadro/catalog/houses/style.css?17176729312636*/

.b-catalog-sort { float: right; margin-top: -2em; height: 2em;  }
.b-catalog-sort a { text-transform: uppercase; font: 500 .86em/1.2em "GothamPro", sans-serif; color: #a1a1a1; }
.b-catalog-sort a:hover { color: #454545; }
.b-catalog-sort a:before { content: ''; background: url(/local/templates/new/components/bquadro/catalog/houses/images/sort.png) no-repeat 0 0; width: 1.2em; height: 1em; background-cover: 100% 100%; display: inline-block; vertical-align: middle; margin-right: .3em; }


.catalog-section .b-projects {
	margin-bottom: 120px;
}


.catalog-banner {
	margin: 100px 0 80px;
	width: 100%;
	position: relative
}
.catalog-banner__top {
	position: absolute;
	left: 0; top: 10px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
}
.catalog-banner__list {
	display: flex;
	justify-content: space-between;
	padding: 200px 20px;
}
.catalog-banner__item {
	position: relative;
	
	text-transform: uppercase;
	font-size: 37px;
	line-height: 1;
	font-weight: 400;
}
.catalog-banner__item-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: red;
	transition: transform ease 0.3s;
	width: 300px;
	overflow: hidden;
	will-change: transform;
}
.catalog-banner__item-img:before {
	content: "";
	padding-top: 66.66%;
	display: block;
}
.catalog-banner__item-img img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	object-fit: cover;
}
.catalog-banner__item:hover .catalog-banner__item-img {
	transform: translate(-50%, -50%) scale(1);
}
.catalog-banner__item-text {
	/*
    color: #fff;
    mix-blend-mode: difference;
    */
}
.catalog-banner__item-text2 {
	position: absolute;
	transform: translate(-50%, -50%) scale(2);
	left: 50%;
	top: 50%;
	transition: transform ease 0.3s;
	color: #fff;
    
    z-index: 3;
	will-change: transform;
}
.catalog-banner__item:hover {
	z-index: 2;
}
.catalog-banner__item:hover .catalog-banner__item-text2 {
	transform: translate(-50%, -50%) scale(1);
}
@media(max-width: 1600px) {
	.catalog-banner__item {
		font-size: 30px;
	}
}
@media(max-width: 1264px) {
	.catalog-banner__top {
		font-size: 16px;
	}
	.catalog-banner__item {		
		font-size: 24px;
	}
	.catalog-banner__list {
		padding: 150px 20px;
	}
	.catalog-banner__item-img {
		width: 250px;
	}
}
@media(max-width: 991px) {
	.catalog-banner__list {
		flex-wrap: wrap;
		padding: 70px 20px 40px;
	}
	.catalog-banner__item {
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}
	.catalog-banner {
		display: none;
	}
}
@media(max-width: 550px) {
	.catalog-banner__list {
		padding: 70px 20px 40px;
	}
	.catalog-banner {
		margin: 60px 0 40px;
	}
}
/* End */


/* Start:/local/templates/new/css/project.css?173857500685659*/
@-webkit-keyframes project-main-fone {

    0%,
    50%,
    90%,
    to {
        opacity: 0;
    }

    60%,
    70%,
    80% {
        opacity: 1;
    }
}

@keyframes project-main-fone {

    0%,
    50%,
    90%,
    to {
        opacity: 0;
    }

    60%,
    70%,
    80% {
        opacity: 1;
    }
}

:root {
    --vh: 1vh;
}

.house-page #wrapper,
.house-page #page,
.catalog-page #wrapper,
.catalog-page #page,
.project-page #wrapper,
.project-page #page {
    overflow: unset;
}

/*
.house-page #wrapper,
.catalog-page #wrapper,
.project-page #wrapper {
    overflow: unset;
}
*/

.project-main {
    position: relative;
    width: 100%;
    color: #fff;
}

.project-main__fone {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
}

.project-main__fone-item,
.project-main__fone-item img,
.project-main__fone::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-main__fone-item {
    z-index: 1;
}

.project-main__fone-item--2 {
    z-index: 2;
    -webkit-animation: project-main-fone 10s ease-in-out infinite;
    animation: project-main-fone 10s ease-in-out infinite;
    opacity: 0;
}

.project-main__fone::after {
    z-index: 3;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 24.93%, transparent 100%), rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.93%, rgba(0, 0, 0, .3)), to(transparent)), rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 24.93%, transparent 100%), rgba(0, 0, 0, .2);
    content: "";
}

.project-main__fone-item img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-main__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: calc(100vh - 51px);
    height: calc(100 * var(--vh) - 51px);
    min-height: 550px;
    padding-top: 94px;
    padding-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.bx-panel-fixed~#wrapper .project-main__wr {
    height: calc(100vh - 198px);
    height: calc(100 * var(--vh) - 198px);
}

.bx-panel-fixed.bx-panel-folded~#wrapper .project-main__wr {
    height: calc(100vh - 90px);
    height: calc(100 * var(--vh) - 90px);
}

.project-main__top {
    margin-bottom: auto;
    padding: 20px;
    border-radius: 20px;
    background: rgba(30, 30, 30, .9);
}

.project-main__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px -20px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.666;
    font-family: "Inter", sans-serif;
    letter-spacing: .04em;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-main__type-item {
    position: relative;
    margin: 10px 20px;
    padding-left: 31px;
}

.project-main__type-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.project-main__type-item--gazobeton::before {
    background-image: url(/local/templates/new/img/gazobeton-w.svg);
}

.project-main__type-item--karkas::before {
    background-image: url(/local/templates/new/img/karkas-w.svg);
}

.project-main__type-item--kirpich::before {
    background-image: url(/local/templates/new/img/kirpich-w.svg);
}

.project-main__type-item--fachwerk::before {
    background-image: url(/local/templates/new/img/fachwerk-w.svg);
}

.project-main__type-item--place,
.project-main__type-item--year {
    padding-left: 50px;
}

.project-main__type-item--place::before {
    width: 40px;
    height: 40px;
}

.project-main__type-item--place::before {
    background-image: url(/local/templates/new/img/house_place.svg);
}

.house-page .project-main__type {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    margin: 0;
    font-weight: 400;
}

.house-page .project-main__top {
    max-width: 328px;
}

.house-page .project-main__type-item {
    margin: 0 0 10px;
}

.house-page .project-main__type-item:last-child {
    margin: 0;
}

.house-page .project-main__type-item span {
    color: #fbad33;
}

.project-main__cost,
.project-main__cost-inner {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.project-main__cost {
    display: none;
    position: relative;
    margin-top: 16px;
}

.project-main__cost-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.project-main__cost-num,
.project-main__cost-title {
    font-style: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.project-main__cost-title {
    flex-shrink: 0;
    max-width: 107px;
    margin-right: 20px;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: .03em;
    -ms-flex-negative: 0;
}

.project-main__cost-num {
    width: 100%;
    padding-top: 13px;
    border-top: 1px solid #fbad33;
    color: #fbad33;
    font-size: 19px;
    line-height: 1.578;
    letter-spacing: .02em;
}

.project-main__cost-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project-main__middle {
    margin-top: 22px;
}

.project-main__subtitle {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.project-main__title {
    max-width: 16.8em;
    margin-top: 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 61px;
    line-height: 1.3;
    font-family: "NeutralFace", "Inter", sans-serif;
    text-transform: uppercase;
}

.project-main__heading {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    text-transform: inherit;
}

.project-main__square {
    display: block;
}

.project-main__square sup {
    top: -.55em;
    font-size: .6em;
}

.project-main__descr {
    max-width: 61.93em;
    margin-top: 0;
    margin-bottom: 0;
    color: #f4f4f4;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    font-family: "Inter", sans-serif;
    letter-spacing: .03em;
    opacity: .8;
}

.project-main__info {
    display: none;
    align-items: center;
    margin-top: 9px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.666;
    font-family: "Inter", sans-serif;
    letter-spacing: .04em;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-main__info-item {
    position: relative;
    padding-left: 28px;
}

.project-main__info-item:not(:first-child) {
    margin-left: 20px;
}

.project-main__info-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.project-main__info-item sup,
.project-nav__info-item sup {
    top: -1em;
    font-size: .5em;
}

.project-main__info-item--square::before {
    background-image: url(/local/templates/new/img/square.svg);
}

.project-main__info-item--floors::before {
    background-image: url(/local/templates/new/img/floors.svg);
}

.project-main__bottom {
    display: none;
    z-index: 1;
    position: relative;
    align-items: flex-end;
    width: 100%;
    margin-top: 42px;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.project-main__bottom::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(30, 30, 30, .3);
    content: "";
}

.project-main__icon-btns {
    display: none;
    flex-shrink: 0;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 5px;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-main__icon-btn {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: 0 0;
    text-decoration: none;
    cursor: pointer;
}

.project-main__icon-btn:not(:first-child) {
    margin-left: 16px;
}

.project-main__icon-btn::after,
.project-main__icon-btn::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-main__icon-btn::after {
    opacity: 0;
}

.project-main__icon-btn:hover::after,
.project-nav__icon-btn:hover::after {
    opacity: 1;
}

.project-main__icon-btn--favourites::before {
    background-image: url(/local/templates/new/img/heart-w.svg);
}

.project-main__icon-btn--favourites::after {
    background-image: url(/local/templates/new/img/heart-o.svg);
}

.project-main__icon-btn--compare::before {
    background-image: url(/local/templates/new/img/compare-w.svg);
}

.project-main__icon-btn--compare::after {
    background-image: url(/local/templates/new/img/compare-o.svg);
}

.project-main__icon-btn--doc::before {
    background-image: url(/local/templates/new/img/doc-w.svg);
}

.project-main__icon-btn--doc::after {
    background-image: url(/local/templates/new/img/doc-o.svg);
}

.project-main__project {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    letter-spacing: .02em;
    word-wrap: break-word;
}

.project-main__sub {
    display: none;
    width: 100%;
}

.project-main__btn {
    display: block;
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 9.5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #fbad33;
    background: #fbad33;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    letter-spacing: .18em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .4s ease-out, color .4s ease-out;
    -o-transition: background .4s ease-out, color .4s ease-out;
    transition: background .4s ease-out, color .4s ease-out;
}

.project-main__btn:hover {
    background: #000;
    color: #fbad33;
}

@media (max-width: 1599px) {
    .project-main__title {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .project-main__wr {
        justify-content: flex-start;
        padding-top: 114px;
        padding-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .project-main__top {
        margin-top: auto;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        background: rgba(30, 30, 30, .6);
    }

    .project-main__type {
        margin: -10px;
    }

    .project-main__type-item {
        margin: 10px;
    }
    .project-main__middle {
        order: -1;
        margin-top: 0;
        margin-bottom: 27px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .project-main__subtitle {
        display: none;
    }

    .project-main__title {
        margin-top: 0;
        font-size: 42px;
    }

    .project-main__descr {
        display: block;
        margin-top: 12px;
        font-size: 12px;
        opacity: 1;
        color: #fff;
    }

    .project-main__slider .swiper-wrapper:after {
        height: 60%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.3)));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 25%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 25%);
    }

    .project-main__square {
        display: none;
    }

    .project-main__bottom,
    .project-main__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .project-main__title {
        line-height: 1.2;
        font-family: "Inter", sans-serif;
        letter-spacing: .06em;
    }

    .project-main__icon-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project-main__project {
        text-align: right;
    }
}

@media (max-width: 600px) {
    .project-main__wr {
        height: 100vh;
        /*height: calc(100 * var(--vh));*/
        padding-top: 135px;
    }

    .bx-panel-fixed~#wrapper .project-main__wr {
        height: calc(100vh - 147px);
        height: calc(100 * var(--vh) - 147px);
    }

    .bx-panel-fixed.bx-panel-folded~#wrapper .project-main__wr {
        height: calc(100vh - 39px);
        height: calc(100 * var(--vh) - 39px);
    }

    .project-main__top {
        padding-bottom: 7px;
    }

    .project-main__cost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project-main__title {
        font-size: 32px;
    }

    .project-main__sub {
        display: block;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .project-main__sub .project-nav__btn {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .project-main__wr {
        min-height: 600px
    }

    .project-main__project {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .project-main__cost-title {
        max-width: 92px;
        margin-right: 16px;
        font-size: 12px;
    }

    .project-main__cost-num {
        font-size: 16px;
    }
}

.project-nav {
    z-index: 6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #000;
    color: #fff;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.project-nav.is-hide {
    opacity: 0;
    pointer-events: none;
}

.project-nav__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-nav__btn {
    display: block;
    flex-shrink: 0;
    width: 360px;
    padding: 14.5px;
    border: 1px solid #fbad33;
    background: #fbad33;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    letter-spacing: .18em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .4s ease-out, color .4s ease-out;
    -o-transition: background .4s ease-out, color .4s ease-out;
    transition: background .4s ease-out, color .4s ease-out;
    -ms-flex-negative: 0;
}

.project-nav__btn:hover {
    background: #000;
    color: #fbad33;
}

.project-nav__icon-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: 10px;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-nav__icon-btn {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: 0 0;
    text-decoration: none;
    cursor: pointer;
}

.project-nav__icon-btn:not(:first-child) {
    margin-left: 16px;
}

.project-nav__icon-btn::after,
.project-nav__icon-btn::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-nav__icon-btn::after {
    opacity: 0;
}

.project-nav__icon-btn.active::after {
    opacity: 1
}

.project-nav__icon-btn.active::before {
    opacity: 0;
}

.project-nav__icon-btn--favourites::before {
    background-image: url(/local/templates/new/img/heart-w.svg);
}

.project-nav__icon-btn--favourites::after {
    background-image: url(/local/templates/new/img/heart-o.svg);
}

.project-nav__icon-btn--compare::before {
    background-image: url(/local/templates/new/img/compare-w.svg);
}

.project-nav__icon-btn--compare::after {
    background-image: url(/local/templates/new/img/compare-o.svg);
}

.project-nav__icon-btn--favourites.active::after {
    background: url(/local/templates/new/img/favorite_h.svg) no-repeat center;
}

.project-nav__icon-btn--compare.active:after {
    background: url(/local/templates/new/img/comparison_h.svg) no-repeat center;
}

.project-nav__icon-btn--doc::before {
    background-image: url(/local/templates/new/img/doc-w.svg);
}

.project-nav__icon-btn--doc::after {
    background-image: url(/local/templates/new/img/doc-o.svg);
}

.project-nav__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: 29px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.666;
    font-family: "Inter", sans-serif;
    letter-spacing: .04em;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-nav__info-item {
    position: relative;
    padding-left: 28px;
}

.project-nav__info-item:not(:first-child) {
    margin-left: 9px;
}

.project-nav__info-item--square {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-nav.is-scrolled .project-nav__info-item--square,
.project-nav.project-nav--object .project-nav__info-item--square {
    opacity: 1;
    pointer-events: all;
}


.project-nav__info-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.project-nav__info-item--square::before {
    background-image: url(/local/templates/new/img/square.svg);
}

.project-nav__info-item--floors::before {
    background-image: url(/local/templates/new/img/floors.svg);
}

.project-nav__project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #8c8c8c;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-nav__project-name,
.project-nav__project-title {
    font-style: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: .02em;
}

.project-nav__project-title {
    font-size: 10px;
    line-height: 1.5;
}

.project-nav__project-name {
    display: -webkit-box;
    /*max-width: 200px;*/
    max-width: 600px;
    margin-left: 29px;
    overflow: hidden;
    font-size: 19px;
    line-height: 1.315;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}

.project-nav__cost {
    position: relative;
    flex-shrink: 0;
    min-width: 225px;
    margin-left: auto;
    border-right: 1px solid #8c8c8c;
    -ms-flex-negative: 0;
}

.project-nav__cost-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.catalog-page .project-nav__cost:hover .project-nav__cost-inner,
.project-others .proj-item:hover .proj-item__arr span:before,
.project-others__arr-item:hover span:before {
    opacity: 0;
}

.project-nav__cost-title {
    color: #8c8c8c;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    font-family: "Inter", sans-serif;
    letter-spacing: .03em;
}

.project-nav__cost-link,
.project-nav__cost-num {
    color: #fbad33;
    font-style: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.project-nav__cost-num {
    margin-left: 11px;
    font-size: 19px;
    line-height: 1.578;
    letter-spacing: .02em;
}

.project-nav__cost-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    background: 0 0;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: .03em;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.catalog-page .project-nav__cost:hover .project-nav__cost-link,
.project-others .proj-item:hover .proj-item__arr span:after,
.project-others__arr-item:hover span:after {
    opacity: 1;
}

@media (max-width: 1800px) {
    .project-nav__cost-title {
        overflow: hidden;
        width: 80px;
        white-space: nowrap;
    }
}

@media (max-width: 1599px) {
    .project-nav__btn {
        width: auto;
    }

    .project-nav__project {
        margin-left: auto;
    }

    .project-nav__project-title {
        display: none;
    }

    .project-nav__project-name {
        margin-left: 0;
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
    }

    .project-nav__cost {
        margin-left: 0;
    }

    .project-nav__cost-title {
        display: none;
    }

    .project-nav__cost-num {
        margin-left: 0;
    }

    .project-nav__cost-link {
        text-align: left;
    }
}

@media (max-width: 991px) {

    .project-nav__info,
    .project-nav__project {
        display: none;
    }

    .project-nav__cost {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .project-nav__icon-btns {
        display: none;
    }
}

@media (max-width: 600px) {
    .project-nav {
        display: none;
    }
}

.project-plans {
    margin: 120px 0;
}

.project-plans__heading,
.project-plans__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-plans--fasad .project-plans__heading,
.project-plans--fasad .project-plans__heading.h2 {
    margin-left: 360px;
}

.project-plans__col-1,
.project-plans__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-plans__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.project-plans__col-1 {
    position: sticky;
    top: 72px;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
    padding-right: 80px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-plans__title {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.project-plans__fasads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-plans__fasad {
    position: relative;
    width: 100%;
    max-height: calc(25vh - 65px);
    min-height: 110px;
    border: 3px solid transparent;
    -webkit-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}

.project-plans__fasad:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.666%;
}

.project-plans__fasad.is-active,
.project-plans__fasad:hover {
    border-color: #fbad33;
}

.project-plans__fasad-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-plans__fasad-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.project-plans__col-2 {
    width: calc(100% - 360px);
}

.project-plans__plan {
    z-index: 1;
    position: relative;
    width: 100%;
    max-height: calc(100vh - 200px);
    min-height: 500px;
    overflow: hidden;

    background: #f4f4f4;
}

.project-plans__plan::before {
    padding-bottom: 74.879%;
    content: "";
    width: 100%;
    display: block;
}

.project-plans__plan::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
}

.project-plans__plan::before {
    z-index: 2;
    /*background: rgba(198, 198, 198, .2);*/
}

.project-plans__plan::after {
    z-index: 3;
    background: #000;
    mix-blend-mode: color;
}

.project-plans__plan:not(:first-child) {
    margin-top: 80px;
}

.project-plans__plan-link {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78.922%;
    height: 70.437%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}

.project-plans__plan-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.project-plans__view {
    z-index: 4;
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(39% 39% at 50% 53.5%, #FBAD33 0%, rgba(251, 173, 51, 0) 99.43%);
    background: radial-gradient(39% 39% at 50% 53.5%, rgba(251, 173, 51, 0.7) 0%, rgba(251, 173, 51, 0) 99.43%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    cursor: pointer;
    opacity: 0.7;
}

.project-plans__view:hover,
.project-plans__view.is-active {
    transform: scale(3);
    opacity: 1;
}

.project-plans__view--1 {
    top: 0;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.project-plans__view--2 {
    top: 50%;
    right: 0;
    margin-right: -50px;
    margin-top: -50px;
}

.project-plans__view--3 {
    bottom: 0;
    left: 50%;
    margin-bottom: -50px;
    margin-left: -50px;
}

.project-plans__view--4 {
    top: 50%;
    left: 0;
    margin-left: -50px;
    margin-top: -50px;
}

@media (max-width: 1600px) {
    .project-plans__col-1 {
        width: 310px;
    }

    .project-plans__col-2 {
        width: calc(100% - 310px)
    }

    .project-plans--fasad .project-plans__heading,
    .project-plans--fasad .project-plans__heading.h2 {
        margin-left: 310px;
    }
}

@media (max-width: 1264px) {

    .project-plans__view:hover,
    .project-plans__view.is-active {
        transform: scale(2);
    }

    .project-plans__col-1 {
        width: 260px;
    }

    .project-plans__col-2 {
        width: calc(100% - 260px)
    }

    .project-plans__fasad {
        min-height: 75px;
    }

    .project-plans--fasad .project-plans__heading,
    .project-plans--fasad .project-plans__heading.h2 {
        margin-left: 260px;
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    .project-plans {
        margin: 60px 0;
    }

    .project-plans--fasad .project-plans__heading,
    .project-plans--fasad .project-plans__heading.h2 {
        margin-left: 0px;
    }

    .project-plans__inner {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 46px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }

    .project-plans__col-1 {
        position: static;
        width: 100%;
        margin-top: 38px;
        padding-right: 0;
        padding-left: 0;
    }

    .project-plans__title {
        margin-top: 0;
    }

    .project-plans__fasads {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 17px;
        margin-right: -32px;
        margin-left: -32px;
        padding-right: 32px;
        padding-left: 32px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .project-plans__fasad {
        flex-shrink: 0;
        width: 260px;
        height: 188px;
        padding-bottom: 0;
        -ms-flex-negative: 0;
    }

    .project-plans__view {
        display: none;
    }

    .project-plans__col-2 {
        width: 100%;
    }

    .project-plans__plan {
        min-height: 0;
    }

    .project-plans__plan:before {
        padding-bottom: 80.911%;
    }

    .project-plans__plan:not(:first-child) {
        margin-top: 40px;
    }

    .project-plans__plan-link {
        width: 100%;
        height: 100%;
    }
}

.project-faq {
    z-index: 1;
    position: relative;
    padding-top: 20px;
    padding-bottom: 76px;
    margin: 120px 0;
    color: #fff;
}

.project-faq::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    content: "";
}

.project-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-faq__col-1 {
    width: calc(100% - 680px);
}

.project-faq__heading,
.project-faq__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-faq__col-2 {
    width: 680px;
}

.project-faq__collapse {
    border-bottom: 1px solid #fff;
}

.project-faq__collapse-bottom,
.project-faq__collapse-top {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
}

.project-faq__collapse-top {
    position: relative;
    padding-top: 20px;
    padding-right: 26px;
    padding-bottom: 60px;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: padding-top .4s ease-out, padding-bottom .4s ease-out, color .4s ease-out;
    -o-transition: padding-top .4s ease-out, padding-bottom .4s ease-out, color .4s ease-out;
    transition: padding-top .4s ease-out, padding-bottom .4s ease-out, color .4s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project-faq__collapse.is-active .project-faq__collapse-top {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fbad33;
}

.project-faq__collapse-top::after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    height: 8px;
    background-image: url(/local/templates/new/img/arr_4.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.project-faq__collapse.is-active .project-faq__collapse-top::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.project-faq__collapse-bottom {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}

.project-faq__collapse-inner {
    padding-bottom: 30px;
}

.project-faq__collapse-bottom p {
    margin: 0;
}

@media (max-width: 991px) {
    .project-faq {
        padding-top: 40px;
    }

    .project-faq__col-1 {
        width: 100%;
    }

    .project-faq__col-2 {
        width: 100%;
        margin-top: 40px;
    }

    .project-faq__collapse:first-child {
        border-top: 1px solid #fff;
    }

    .project-faq__collapse:last-child {
        border-bottom: none;
    }

    .project-faq__collapse-top {
        padding-top: 10px;
        padding-bottom: 30px;
        letter-spacing: 0;
        text-transform: none;
    }

    .project-faq__collapse.is-active .project-faq__collapse-top {
        padding-bottom: 10px;
    }
}

.project-others {
    margin: 120px 0;
}

.project-others__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-others__heading,
.project-others__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-others__arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-others__arr-item {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-others__arr-item svg {
    stroke-dasharray: 0 157;
    transition: 1s;
}

.project-others__top.aos-animate .project-others__arr-item svg {
    stroke-dasharray: 157 157;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.project-others__arr-item.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.project-others__arr-item--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-others__arr-item:last-child {
    margin-right: 0;
}

.project-others__arr-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: 50%;
    background: #fbae34;
    content: "";
    -webkit-transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    -o-transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s, -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
}

.project-others .proj-item:hover .proj-item__arr:before,
.project-others__arr-item:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    -o-transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s, -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
}

.project-others__arr-item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 30px;
    margin: auto;
    content: "";
}

.project-others__arr-item span:after,
.project-others__arr-item span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.project-others__arr-item span:before {
    background: url(/local/templates/new/img/arr_1.svg) no-repeat center;
    background-size: contain;
}

.project-others__arr-item span:after {
    background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
}

.project-others__swiper {
    margin-top: 40px;
}

.project-others .proj-item {
    display: block;
    color: inherit;
}

.project-others .proj-item:hover {
    color: inherit;
}

.project-others .proj-item:hover .proj-item__arr:before {
    -webkit-transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .4s;
    -o-transition: transform cubic-bezier(0, 2.54, .43, .47) .4s;
    transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .4s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .4s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .4s, -webkit-transform cubic-bezier(0, 2.54, .43, .47) .4s;
}

@media (max-width: 991px) {
    .project-others {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .project-others__arr {
        display: none;
    }
}

.project-about {
    margin: 120px 0;
}

.project-about__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-about__tab {
    display: none;
    position: relative;
}

.project-about__tab.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-about__swiper,
.project-about__swiper.swiper {
    width: 74.357%;
    margin-right: 0;
    margin-left: 0;
}

.project-about__swiper-slide,
.project-about__swiper-slide.swiper-slide {
    position: relative;
    height: 880px;
    min-height: 800px;
    max-height: calc(100vh - 225px);
}

.project-about__swiper-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.project-about__thumb,
.project-about__thumb.swiper {
    width: calc(25.643% - 30px);
    height: 880px;
    min-height: 800px;
    max-height: calc(100vh - 225px);
    margin-right: 0;
    margin-left: auto;
}

.project-about__thumb-slide,
.project-about__thumb-slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc((100% - 10px) / 6);
}

.project-about__thumb-item {
    position: relative;
    width: calc(50% - 5px);
    height: 100%;
    cursor: pointer;
}

.project-about__thumb-item:nth-child(2) {
    margin-left: auto;
}

.project-about__thumb-item.is-active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fbad33;
    content: "";
}

.project-about__thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-about__thumb-srollbar,
.project-about__thumb-srollbar.swiper-scrollbar {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 4px !important;
    height: 100% !important;
    background: #000 !important;
    cursor: pointer;
}

.project-about__thumb:hover .project-about__thumb-srollbar,
.project-about__thumb:hover .project-about__thumb-srollbar.swiper-scrollbar {
    opacity: 1 !important;
}

.project-about__thumb-srollbar:active,
.project-about__thumb-srollbar.swiper-scrollbar:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.project-about__thumb-srollbar::before,
.project-about__thumb-srollbar.swiper-scrollbar::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    content: '';
}

.project-about__thumb-srollbar .swiper-scrollbar-drag,
.project-about__thumb-srollbar.swiper-scrollbar .swiper-scrollbar-drag {
    background: #FBAD33 !important;
}

.project-about__swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(100% + 25px);
    left: 74.357%;
    margin-left: 30px;
}

.project-about__swiper-btn {
    position: relative;
    width: 10px;
    height: 30px;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-about__swiper-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.project-about__swiper-btn:nth-child(1) {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.project-about__swiper-btn:nth-child(2) {
    margin-left: 30px;
}

.project-about__swiper-btn::after,
.project-about__swiper-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 30px;
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-about__swiper-btn::before {
    background: url(/local/templates/new/img/arr_1_b.svg) no-repeat center;
    opacity: 0;
}

.project-about__swiper-btn::after {
    background: url(/local/templates/new/img/arr_1.svg) no-repeat center;
}

.project-about__swiper-btn:hover::before {
    opacity: 1;
}

.project-about__swiper-btn:hover::after {
    opacity: 0;
}

.project-about__tabs-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    margin-right: auto;
    margin-left: auto;
    background: #f4f4f4;
}

.project-about__tabs-btns-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 62px;
    background: #fbad33;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    -o-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
}

@media (max-width: 991px) { 
    .project-about__tabs-btns-bg {
        height: 47px;
    }    
}

.project-about__tabs-btn {
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    width: 200px;
    padding: 19px 16px;
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    -webkit-transition: background .4s ease-out, color .4s ease-out;
    -o-transition: background .4s ease-out, color .4s ease-out;
    transition: background .4s ease-out, color .4s ease-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.house-page .project-about__tabs-btn {
    justify-content: center;
}

.project-about__tabs-num {
    margin-left: 10px;
    font-weight: 400;
}

.project-about__tabs-btn.is-active {
    color: #000;
}

.project-about__heading,
.project-about__heading.h2 {
    margin-top: 70px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13px;
}

.project-about__col-1 {
    position: sticky;
    top: 72px;
    align-self: flex-start;
    width: 50%;
    padding-right: 20px;
    -ms-flex-item-align: start;
}

.project-about__square {
    max-width: 465px;
    margin-top: 33px;
}

.project-about__square-heading {
    color: #454545;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
}

.project-about__square-list {
    margin-top: 10px;
}

.project-about__square-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
}

.project-about__attr-item:nth-child(2n-1),
.project-about__square-item:nth-child(2n-1) {
    background: #f4f4f4;
}

.project-about__square-text,
.project-about__square-title {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;

    width: 50%;
}

.project-about__square-title {
    color: #7e7e7e;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.project-about__square-text {
    flex-shrink: 0;
    margin-left: auto;
    color: #454545;
    text-align: right;
    -ms-flex-negative: 0;
}

.project-about__attr {
    max-width: 465px;
    margin-top: 20px;
}

.project-about__attr-heading {
    color: #454545;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
}

.project-about__attr-list {
    margin-top: 10px;
}

.project-about__attr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
}

.project-about__attr-text,
.project-about__attr-title {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
}

.project-about__attr-title {
    color: #7e7e7e;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.project-about__attr-text {
    flex-shrink: 0;
    margin-left: auto;
    color: #454545;
    text-align: right;
    -ms-flex-negative: 0;
}

.project-about__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-about__tags {
    margin-bottom: 60px;
}

.project-about__tags:last-child {
    margin-bottom: 0px;
}

.project-about__tags-heading {
    color: #141414;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.project-about__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -5px -5px;
}

.project-about__tags-item {
    margin: 5px;
    padding: 10px 15px;
    border-radius: 20px;
    background: #f4f4f4;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.project-about__descr {
    margin-top: auto;
}

/*
.project-about__descr-heading,
.project-about__descr-text {
    font-size: 19px;
    line-height: 1.58;
    font-family: "Inter", sans-serif;
}*/

.project-about__descr-heading {
    color: #141414;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.project-about__descr-text {
    margin-top: 13px;
    font-weight: 400;
}

.project-about__descr-text.is-overflow {
    position: relative;
    max-height: 265px;
    overflow: hidden;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}

.project-about__descr-text.is-overflow::after {
    position: absolute;
    top: 62px;
    left: -5.154%;
    width: 116.2%;
    height: 332px;
    background: -o-linear-gradient(top, transparent 13.33%, #fff 46.5%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.33%, transparent), color-stop(46.5%, #fff));
    background: linear-gradient(180deg, transparent 13.33%, #fff 46.5%);
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-about__descr-text.is-overflow.is-active::after {
    opacity: 0;
    pointer-events: none;
}

.project-about__descr-text> :first-child {
    margin-top: 0;
}

.project-about__descr-text> :last-child {
    margin-bottom: 0;
}

.project-about__descr-btn {
    width: 100%;
    max-width: 360px;
    margin-top: 27px;
}

.project-about .project-about__descr-btn {
    display: none;
}

.project-about .project-about__descr-text.is-overflow+.project-about__descr-btn {
    display: block;
}

@media (max-width: 1799px) {

    .project-about__thumb,
    .project-about__thumb.swiper,
    .project-about__swiper-slide,
    .project-about__swiper-slide.swiper-slide {
        height: 716px;
        min-height: 543px;
    }
}

@media (max-width: 1599px) {

    .project-about__thumb,
    .project-about__thumb.swiper,
    .project-about__swiper-slide,
    .project-about__swiper-slide.swiper-slide {
        height: 618px;
        min-height: 543px;
    }
}

@media (max-width: 1263px) {

    .project-about__thumb,
    .project-about__thumb.swiper,
    .project-about__swiper-slide,
    .project-about__swiper-slide.swiper-slide {
        height: 485px;
        min-height: 375px;
    }

    .project-about__tabs-btns {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .project-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .project-about__tabs {
        margin-top: 30px;
    }

    .project-about__tab {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .project-about__swiper,
    .project-about__swiper.swiper {
        width: 100%;
        margin-top: 10px;
    }

    .project-about__swiper-slide,
    .project-about__swiper-slide.swiper-slide {
        height: 0;
        min-height: auto;
        max-height: none;
        padding-bottom: 66%;
    }

    .project-about__thumb,
    .project-about__thumb.swiper {
        width: 100%;
        height: auto;
        min-height: auto;
        max-height: none;
        margin-top: 10px;
        margin-left: 0;
    }

    .project-about__thumb-slide,
    .project-about__thumb-slide.swiper-slide {
        height: auto;
    }

    .project-about__thumb-item {
        height: 0;
        padding-bottom: 33%;
    }

    .project-about__thumb-item.is-active::after {
        border-width: 1px;
    }

    .project-about__thumb-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .project-about__swiper-nav {
        z-index: 1;
        top: 10px;
        left: 0;
        align-items: center;
        width: 100%;
        height: 0;
        margin-left: 0;
        padding-bottom: 66%;
        pointer-events: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .project-about__swiper-btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
        pointer-events: all;
    }

    .project-about__swiper-btn:nth-child(2) {
        right: 0;
        margin-left: auto;
    }

    .project-about__swiper-btn::before {
        display: none;
    }

    .project-about__swiper-btn::after {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
        background-size: auto;
    }

    .project-about__swiper-btn:hover::after {
        opacity: 1;
    }

    .project-about__swiper-btn.swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
    }

    .project-about__tabs-btns {
        order: -1;
        width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .project-about__tabs-btn {
        justify-content: center;
        width: 100%;
        padding: 11.5px 16px;
        text-transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .project-about__heading,
    .project-about__heading.h2 {
        order: -1;
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
    }

    .project-about__inner {
        margin-top: 15px;
    }

    .project-about__col-1 {
        position: static;
        width: 100%;
        padding-right: 0;
    }

    .project-about__square {
        max-width: none;
        margin-top: 20px;
    }

    .project-about__square-heading {
        letter-spacing: .02em;
    }

    .project-about__square-title {
        color: #8c8c8c;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0;
        text-transform: none;
    }

    .project-about__square-text {
        font-weight: 500;
    }

    .project-about__attr {
        max-width: none;
    }

    .project-about__attr-heading {
        letter-spacing: .02em;
    }

    .project-about__attr-title {
        color: #8c8c8c;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0;
        text-transform: none;
    }

    .project-about__attr-text {
        font-weight: 500;
    }

    .project-about__col-2 {
        width: 100%;
        margin-top: 60px;
    }

    .project-about__tags-heading {
        font-weight: 400;
        letter-spacing: .2em;
    }

    .project-about__descr-text {
        margin-top: 9px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
    }

    .project-about__descr-text.is-overflow {
        max-height: 228px;
    }

    .project-about__descr-btn {
        max-width: none;
        margin-top: 20px;
    }

    .project-about__descr-text.is-overflow::after {
        top: 53px;
        height: 285px;
    }
}

.project-pay {
    margin: 120px 0;
    overflow: hidden;
}

.project-pay .services-block {
    margin: 0;
}

@media (max-width: 991px) {
    .project-pay {
        margin: 60px 0;
    }

    .project-pay .services-banks {
        margin-top: 48px;
    }
}

.project-tech {
    margin-top: 120px;
}

.project-tech__heading,
.project-tech__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-tech__inner {
    position: relative;
    margin-top: 40px;
}

.project-tech__aside {
    z-index: 1;
    left: 0;
    width: calc(50% - 20px);
    position: sticky;
    top: 110px;
    padding-top: 10px;

}

.project-tech__aside:before {
    content: '';
    z-index: -1;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
}

.project-tech__descr {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
}

.project-tech__toggler {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 26px;
    border-radius: 30px;
    background: #F4F4F4;
}

.project-tech__toggler-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 60px;
    background: #fbad33;
    z-index: 1;
    border-radius: 30px;
    pointer-events: none;
    -webkit-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    -o-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
}

@media (max-width: 991px) {
    .project-tech__toggler-bg {
        height: 40px;
    }    
}

.project-tech__tab {
    display: none;
}

.project-tech__tab.is-active {
    display: block;
    margin-top: -115px;
}

.project-tech__type {
    display: block;
    position: relative;
    z-index: 2;
    padding: 16.5px 30px 13.5px 77px;
    border: 0;
    border-radius: 30px;
    background: transparent;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
    text-align: left;
    -webkit-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.project-tech__type::before {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.project-tech__type--gazobeton::before,
.project-tech__type--3::before {
    background-image: url(/local/templates/new/img/gazobeton.svg);
}

.project-tech__type--karkas::before,
.project-tech__type--4::before {
    background-image: url(/local/templates/new/img/karkas.svg);
}

.project-tech__type--kirpich::before,
.project-tech__type--2::before {
    background-image: url(/local/templates/new/img/kirpich.svg);
}

.project-tech__tooltip {
    display: none;
    align-items: center;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-tech__tooltip-icon {
    width: 30px;
    height: 30px;
}

.project-tech__tooltip-icon--1 {
    background: url('/local/templates/new/img/for-1.svg') no-repeat 50% 50%/contain;
}

.project-tech__tooltip-icon--2 {
    background: url('/local/templates/new/img/for-2.svg') no-repeat 50% 50%/contain;
}

.project-tech__tooltip-icon--3 {
    background: url('/local/templates/new/img/for-3.svg') no-repeat 50% 50%/contain;
}

.project-tech__tooltip-text {
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03em;
}

.project-tech__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-tech__tr {
    display: none;
}

.project-tech__table.is-active .project-tech__tr:not(.project-tech__tr--first) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-tech__tr:nth-child(1),
.project-tech__tr:nth-child(2),
.project-tech__tr:nth-child(3),
.project-tech__tr:nth-child(4),
.project-tech__tr:nth-child(5),
.project-tech__tr:nth-child(6),
.project-tech__tr:nth-child(7),
.project-tech__tr:nth-child(8),
.project-tech__tr:nth-child(9),
.project-tech__tr:nth-child(10) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-tech__td {
    position: relative;
    width: calc(16.666% - 6.666px);
    height: auto;
}

.project-tech__td:first-child {
    width: calc(50% + 20px);
}

.project-tech__title {
    min-height: 116px;
    /*padding-right: 15px;*/
    padding: 0 15px;
    color: #454545;
    font-weight: 400;
    /*font-size: 19px;*/
    font-size: 16px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
}

.project-tech__cost {
    /*
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    */
    padding: 20px 15px;
}

.project-tech__table-responsive .project-tech__tr--first .project-tech__cost {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    padding: 0;
}

.project-tech__cost-1 {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.project-tech__cost-2 {
    margin-top: -6px;
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.project-tech__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 60px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.project-tech__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    width: 42px;
    height: 30px;
    padding-right: 3px;
    padding-left: 3px;
    background: #FBAD33;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: 0.03em;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.project-tech__count-item:nth-child(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-self: flex-start;
    width: 20px;
    -ms-flex-item-align: start;
}

.project-tech__count-item:nth-child(1)::after {
    display: block;
    width: 1px;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    background: currentColor;
    content: '';
}

.project-tech__count-item:nth-child(2) {
    align-self: flex-end;
    width: 20px;
    -ms-flex-item-align: end;
}

.project-tech__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px;
    padding-right: 20px;
    border: 1px solid #F4F4F4;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03em;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-tech__for {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100px;
    overflow: hidden;
    border: 1px solid #F4F4F4;
}

.project-tech__for-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-tech__for-icon--2 {
    background: url('/local/templates/new/img/for-1.svg') no-repeat 50% 50%/contain;
}

.project-tech__for-icon--3 {
    background: url('/local/templates/new/img/for-2.svg') no-repeat 50% 50%/contain;
}

.project-tech__for-icon--1 {
    background: url('/local/templates/new/img/for-3.svg') no-repeat 50% 50%/contain;
}

.project-tech__for-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.46;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.project-tech__tr:hover .project-tech__for-text {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.project-tech__btn,
.project-tech__btn.btn {
    display: none;
    width: 100%;
    max-width: 360px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding: 14.5px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    cursor: pointer;
}

.project-tech__btn.is-active,
.project-tech__btn.btn.is-active {
    display: block;
}

.project-tech__table-responsive .project-tech__tr--first {
    display: none;
}

.project-tech__table-top {
    position: sticky;
    width: 100%;
    top: 120px;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.project-tech__table-top .project-tech__td--top {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.project-tech__table-top .project-tech__td--top:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px;
    background: #fff
}

/*
.project-tech__table-top .project-tech__td--top:after {
	content: "";
	width: 15px;
	height: 100%;
	position: absolute;
	left: -15px; top: 0;
	background: #fff
}

*/
/*
.project-tech__title,
.project-tech__cost {
    display: none;
}

.project-tech__table-top .project-tech__title,
.project-tech__td--cost .project-tech__cost {
    display: block;
}
*/
@media (max-width: 1263px) {
    .project-tech__aside {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .project-tech__tooltip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project-tech__tab {
        margin-top: 30px;
    }

    .project-tech__table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .project-tech__title {
        min-height: 90px;
    }

    .project-tech__table-top {
        display: none;
    }

    .project-tech__td.project-tech__td--cost {
        display: none;
    }

    .project-tech__table-responsive .project-tech__tr--first {
        display: flex;
    }

    .project-tech__title {
        padding: 0 15px 0 0
    }

    .project-tech__table-responsive {
        margin-right: -32px;
        margin-left: -32px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .project-tech__table {
        min-width: 606px;
    }

    .project-tech__td {
        min-width: 122px;
    }

    .project-tech__td:first-child {
        width: 52%;
        min-width: 240px;
    }

    .project-tech__tr:nth-child(2) .project-tech__td:first-child {
        width: 240px;
    }

    .project-tech__tab.is-active {
        margin-top: 0;
    }

    .project-tech__aside:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .project-tech {
        padding-top: 60px;
    }

    .project-tech__inner {
        margin-top: 34px;
    }

    .project-tech__descr {
        line-height: 1.5;
        letter-spacing: 0.02em;
    }

    .project-tech__toggler {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 11px;
        border-radius: 60px;
        background: transparent;
    }

    .project-tech__type {
        padding: 12px 20px 10px 47px;
        border-radius: 60px;
        font-size: 12px;
        line-height: 1.45;
    }

    .project-tech__type::before {
        left: 20px;
        width: 20px;
        height: 20px;
    }

    .project-tech__td:first-child {
        width: 100%;
    }

    .project-tech__title {
        min-height: 62px;
        padding-right: 5px;
        font-size: 14px;
        line-height: 1.46;
        letter-spacing: 0.03em;
    }

    .project-tech__title br {
        display: none;
    }

    .project-tech__cost {
        top: calc(100% + 20px);
    }

    .project-tech__cost-1 {
        font-size: 14px;
        line-height: 1.46;
        letter-spacing: 0.03em;
    }

    .project-tech__cost-2 {
        margin-top: -2px;
        font-size: 14px;
        line-height: 1.46;
        letter-spacing: 0.03em;
    }

    .project-tech__text {
        padding-right: 10px;
    }

    .project-tech__for {
        min-height: 50px;
    }

    .project-tech__for-icon {
        top: 10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .project-tech__for-text {
        display: none;
    }

    .project-tech__btn,
    .project-tech__btn.btn {
        max-width: none;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .project-tech__table-responsive {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.project-finish {
    margin: 120px 0;
}

.project-finish__heading,
.project-finish__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-finish__inner {
    position: relative;
    margin-top: 52px;
}

.project-finish__inner-top {
    position: sticky;
    width: 100%;
    top: 120px;
    left: 0;
    z-index: 2;
}

.project-finish__inner-top .project-finish__tr:first-child {
    display: flex;
}

.project-finish__inner-top .project-finish__td--top {
    background: #fff
}

.project-finish__inner-top .project-finish__td--top:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -50px;
    background: #fff
}

.project-finish__inner-top .project-finish__td--top:after {
    content: "";
    width: 20px;
    height: calc(100% + 50px);
    position: absolute;
    left: -20px;
    top: -50px;
    background: #fff
}

.project-finish__title {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 20px);
    padding-right: 20px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.project-finish__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.project-finish__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-finish__tr:first-child {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: none;
}

.project-finish__td {
    position: relative;
    width: calc(16.666% - 6.666px);
    height: auto;
}

.project-finish__table--2 .project-finish__td {
    width: calc(25% - 6.666px);
}

.project-finish__table--1 .project-finish__td {
    width: calc(25% - 6.666px);
}

.project-finish__td:first-child {
    width: calc(50% + 20px) !important;
}

.project-finish__type {
    position: relative;
    margin-top: 7px;
    margin-bottom: 18px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.45;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
}

.project-finish__type::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.project-finish__type--gazobeton::before {
    background-image: url(/local/templates/new/img/gazobeton.svg);
}

.project-finish__type--karkas::before {
    background-image: url(/local/templates/new/img/karkas.svg);
}

.project-finish__type--kirpich::before {
    background-image: url(/local/templates/new/img/kirpich.svg);
}

.project-finish__text {
    height: 100%;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 18px;
    border-top: 2px solid #F4F4F4;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.project-finish__cost {
    width: 100%;
    height: 100%;
    min-height: 112px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 2px solid #F4F4F4;
}

.project-finish__cost-1 {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
}

.project-finish__cost-2 {
    margin-top: 10px;
    color: #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.project-finish__btn,
.project-finish__btn.btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    padding: 14.5px 20px;
    border: 1px solid #000;
    background: #fff;
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    cursor: pointer;
}

.project-finish__btn:hover,
.project-finish__btn.btn:hover {
    border-color: #000;
    background: #000;
    color: #fff !important;
}

.project-finish__bottom {
    margin-top: 28px;
    font-weight: 400;
    font-size: 0.85em;
    text-align: center;
}

@media (max-width: 1263px) {
    .project-finish__title {
        position: static;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .project-finish__table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .project-finish__type {
        margin-top: 14px;
    }

    .project-finish__inner-top {
        display: none;
    }

    .project-finish__tr:first-child {
        display: flex;
    }

    .project-finish__table {
        min-width: 606px;
    }
}

@media (max-width: 991px) {
    .project-finish {
        margin: 60px 0;
    }

    .project-finish__inner {
        margin-top: 20px;
    }

    .project-finish__table-responsive {
        margin-right: -32px;
        margin-left: -32px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .project-finish__table {
        min-width: 787px;
    }

    .project-finish__td {
        min-width: 166.666px;
    }

    .project-finish__td:first-child {
        min-width: 287px;
    }

    .project-finish__type {
        margin-bottom: 16px;
    }

    .project-finish__text {
        padding-right: 10px;
    }

    .project-finish__btn,
    .project-finish__btn.btn {
        max-width: none;
        margin-top: 30px;
    }

    .project-finish__bottom {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .project-finish__table-responsive {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.proj-build,
.proj-build.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.proj-build__left {
    position: relative;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.proj-build__img {
    position: relative;
    width: 350px;
    height: auto;
}

.proj-build__img:before {
    display: block;
    padding-top: 48.571%;
    content: "";
}

.proj-build__img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 12.68%, rgba(0, 0, 0, 0.09) 53.12%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12.68%, rgba(0, 0, 0, 0)), color-stop(53.12%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.68%, rgba(0, 0, 0, 0.09) 53.12%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    opacity: 0;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}

.proj-build:hover .proj-build__img:after {
    opacity: 1;
}

.proj-build__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.proj-build:hover .proj-build__info-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.proj-build__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 20px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.proj-build__info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.proj-build__info-group .proj-build__info-item {
    margin-left: 26px;
}

.proj-build__info-item {
    position: relative;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.proj-build__info-item:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}

.proj-build__info-item.add_favorite,
.proj-build__info-item.comparison {
    width: 24px;
    height: 24px;
}

.proj-build__info-item.add_favorite:before {
    width: 100%;
    height: 100%;
    background: url(/local/templates/new/img/favorite.svg) no-repeat center;
}

.proj-build__info-item.comparison:before {
    width: 100%;
    height: 100%;
    background: url(/local/templates/new/img/comparison.svg) no-repeat center;
}

.proj-build__info-item.add_favorite.active:before {
    background: url(/local/templates/new/img/favorite_h.svg) no-repeat center;
}

.proj-build__info-item.comparison.active:before {
    background: url(/local/templates/new/img/comparison_h.svg) no-repeat center;
}

.proj-build__info-item.add_favorite.active,
.proj-build__info-item.comparison.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.proj-build__right {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 10px;
}

.proj-build__right-top {
    min-height: 101px;
    padding-top: 8px;
}

.proj-build__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.04em;
    -webkit-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}

.proj-build:hover .proj-build__title {
    color: #FBAE34;
}

.proj-build__price {
    color: #FBAE34;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
}

.proj-build__price .rub:before {
    content: "p";
    font-family: 'ALSRubl';
}

.proj-build__price.proj-build__price--empty {
    color: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
}

.proj-build__type {
    display: inline-block;
    margin-top: 12px;
}

.proj-build__type-item {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    padding-left: 28px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.proj-build__type-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 19px;
    height: 18px;
    margin: auto;
    content: "";
}

.proj-build__type-item:last-child {
    padding-right: 0;
}

.proj-build__type-item--gazobeton:before {
    background: url(/local/templates/new/img/gazobeton-w.svg) no-repeat center;
    background-size: contain;
}

.proj-build__type-item--karkas:before {
    background: url(/local/templates/new/img/karkas-w.svg) no-repeat center;
    background-size: contain;
}

.proj-build__type-item--kirpich:before {
    background: url(/local/templates/new/img/kirpich-w.svg) no-repeat center;
    background-size: contain;
}

.proj-build__arr {
    display: none;
    position: absolute;
    top: 16px;
    right: 0;
    width: 23px;
    height: 49px;
    overflow: hidden;
    background: url(/local/templates/new/img/arr_adap-2.svg) no-repeat center;
}

.project-build {
    z-index: 1;
    position: relative;
    padding-top: 26px;
    padding-bottom: 45px;
    color: #fff;
}

.project-build::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
    content: "";
}

.project-build__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-build__heading,
.project-build__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.project-build__arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.project-build__arr-item {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    border: 2px solid #fbae34;
    border-radius: 50%;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.project-build__arr-item.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.project-build__arr-item--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-build__arr-item:last-child {
    margin-right: 0;
}

.project-build__arr-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: 50%;
    background: #fbae34;
    content: "";
    -webkit-transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    -o-transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s, -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
}

.project-build__arr-item:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    -o-transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s, -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
}

.project-build__arr-item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 30px;
    margin: auto;
    content: "";
}

.project-build__arr-item span:after,
.project-build__arr-item span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.project-build__arr-item span:before {
    background: url(/local/templates/new/img/arr_1.svg) no-repeat center;
    background-size: contain;
}

.project-build__arr-item span:after {
    background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
}

.project-build__arr-item:hover span:before {
    opacity: 0;
}

.project-build__arr-item:hover span:after {
    opacity: 1;
}

.project-build__swiper {
    margin-top: 29px;
}

@media (max-width: 1263px) {

    .proj-build,
    .proj-build.swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .proj-build__left {
        width: 100%;
    }

    .proj-build__img {
        width: 100%;
    }

    .proj-build__img:before {
        padding-top: 72.8%;
    }

    .proj-build__right {
        margin-left: 0;
    }

    .proj-build__right-top {
        min-height: 84px;
        padding-top: 16px;
        padding-right: 33px;
    }

    .proj-build__arr {
        display: block;
    }
}

@media (max-width: 991px) {

    .project-page #wrapper,
    .project-page #page {
        overflow: hidden;
    }

    .project-build {
        padding-top: 36px;
        padding-bottom: 47px;
    }

    .project-build__swiper {
        margin-top: 25px;
    }

    .project-about__thumb-srollbar,
    .project-about__thumb-srollbar.swiper-scrollbar {
        top: auto !important;
        left: 0 !important;
        width: 100% !important;
        height: 4px !important;
    }

    .project-about__thumb-srollbar::before,
    .project-about__thumb-srollbar.swiper-scrollbar::before {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        content: '';
    }
}

@media (max-width: 767px) {
    .project-build__arr {
        display: none;
    }
}


.project__block {
    margin: 120px 0;
}

.project__block h2,
.project__block .h2 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .project__block {
        margin: 60px 0;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.detail/house/style.css?171508646310231*/



.project-compare {
	margin-top: 180px;
    margin-bottom: 100px;
}
@media(max-width: 991px) {
    .project-compare {
        margin-top: 145px;
        margin-bottom: 88px;
    }
}
.project-compare__title {
	margin: 0 0 30px ;
	text-transform: uppercase;
}
.project-compare__cont {
	min-height: 611px;
	height: calc(100vh - 200px);
	position: relative;
}

.project-compare__wr {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	overflow: hidden;
}
.project-compare__compare {
	height: 100%;
	width: 120vw;
	margin-left: -10vw;
}
		
.project-compare__compare {
    position: relative;
    overflow: hidden;
}

.project-compare__compare-img,
.project-compare__compare-text {
    display: block;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 0; 
    top: 0;
    width: 120vw;
    object-fit: cover;
    z-index: 1;
}
.project-compare__compare-text {
    z-index: 3;
}
.project-compare__compare-text .container {
    height: 100%;
    position: relative;
    max-width: 100vw;
}

.project-compare__compare-text-item {
    position: absolute;
    bottom: 0;
    right: 32px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s .7s,opacity .3s .7s;
    -moz-transition: -moz-transform .3s .7s,opacity .3s .7s;
    transition: transform .3s .7s,opacity .3s .7s;

    z-index: 3;
    /*
    box-shadow: 0px 0px 12px 0px #000000;
    background: rgba(0,0,0,0.4);
    */
}
.project-compare__compare-text-top {
    bottom: auto;
    top: 0;
    text-transform: uppercase;
    top: 50px;
    font-size: 32px;
    line-height: 1;
}
.project-compare__compare-text-top:before {
    content: "";
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 52px 10px #000000;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.project-compare__compare-text-btm {
    text-transform: uppercase;
    bottom: 41px;
    font-size: 14px;
    line-height: 1;
}
.project-compare__compare-text-btm:before {
    content: "";
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 52px 10px #000000;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.project-compare__compare-text-item.is-hidden {
    visibility: hidden
}

.is-visible .project-compare__compare-text-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.project-compare__compare-resizes {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: url(/local/templates/new/components/bitrix/news.detail/house/../img/img-modified.jpg) no-repeat left top;
    background-size: auto 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0) skew(20deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}


.project-compare__compare-resizes .project-compare__compare-img,
.project-compare__compare-resizes .project-compare__compare-text   {
	transform: skew(-20deg)
}
.project-compare__compare-resizes .cd-image-label {
    right: auto;
    left: 32px
}

.is-visible .project-compare__compare-resizes {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

.project-compare__handle {
    position: absolute;
    height: 44px;
    width: 118px;
    left: 50%;
    top: 50%;
    margin-left: -59px;
    margin-top: -22px;
    cursor: move;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0);
    -moz-transform: translate3d(0,0,0) scale(0);
    -ms-transform: translate3d(0,0,0) scale(0);
    -o-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0);
    z-index: 3;
}
.project-compare__handle:before,
.project-compare__handle:after {
    content: "";
    right: 0;
    width: 10px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
    background-size: contain;
    transition: margin ease 0.3s ;
}
.project-compare__handle:after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

.project-compare__handle.draggable::before {
    margin-left: -10px;
}
.project-compare__handle.draggable::after {
    margin-right: -10px;
}

.project-compare__handle-line {
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
}
.project-compare__handle-line:before,
.project-compare__handle-line:after {
	content: "";
	min-height: 305px;
	height: calc(50vh - 100px);
	width: 15px;
	background: #fff;
	position: absolute;
	transform: skew(20deg)
}
.project-compare__handle-line:before {
	top: 22px;
    right: 0;
    transform-origin:  0 0 ;
}
.project-compare__handle-line:after {
	bottom: 22px;
	left: 0;
	transform-origin:  0 100% ;
}


.is-visible .project-compare__handle {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -moz-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    -o-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s,opacity 0s .7s;
    -moz-transition: -moz-transform .3s .7s,opacity 0s .7s;
    transition: transform .3s .7s,opacity 0s .7s
}

.project-compare__compare-fone,
.project-compare__compare-resizes-fone {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0; top: 0;
    z-index: 2;
}

@media(max-width: 1800px) {
    .project-compare__compare-text-top {
        font-size: 25px;
    }
}
@media(max-width: 1600px) {
    .project-compare__compare-text-top {
        font-size: 20px;
    }
}
@media(max-width: 991px) {
    .project-compare__cont {
        height: 400px;
		min-height: 0;
    }
    .project-compare__handle-line:before,
	.project-compare__handle-line:after {
		height: 200px;
		min-height: 0;
	}
}
@media(max-width: 767px) {
	.project-compare__compare {
		width: 140vw;
		margin-left: -20vw;
	}
	.project-compare__compare-img, .project-compare__compare-text {
		width: 140vw;
	}
	.project-compare__compare-text-item {
		right: 20px;
	}
	.project-compare__compare-resizes .cd-image-label {
		left: 20px
	}
}

@media(max-width: 500px) {
    .project-compare__cont {
        height: 284px;
    }
    .project-compare__compare-text-top {
        display: none;
    }
    .project-compare__compare-text-btm {
        font-size: 12px;
        bottom: 12px;
    }
    .project-compare__handle-line:before,
    .project-compare__handle-line:after {
        width: 10px;
    }
    .project-compare__handle {
	    width: 90px;
	    margin-left: -45px;
    }
}



.project__video {
	margin: 120px 0;
}
.project__video h2 {
	text-transform: uppercase;
}
@media(max-width: 991px) {
	.project__video {
		margin: 60px 0;
	}
}

.project__text {
	max-width: 920px;
}
.project__col {
	width: 440px;
}
@media(max-width: 1600px) {
	.project__text {
		max-width: 750px;
	}
	.project__col {
		width: 400px;
	}
}
@media(max-width: 1264px) {
	.project__col {
		display: none
	}
}
.project__cont {
	display: flex;
	justify-content: space-between;
}

.project__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project__video-col-1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc(50% - 20px);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.578;
    letter-spacing: 0.02em;
}

.project__video-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 46px;
}

.project__video-text {
    max-width: 680px;
    margin-bottom: 0;
}

.project__video-col-2 {
    width: calc(50% - 20px);
    margin-left: auto;
}

.project__video-col-2 .play-iframe-video {
    border: 2px solid #1E1E1E;
    position: relative;
}

.project__video-col-2 .play-iframe-video:before {
	content: "";
    display: block;
    padding-top: 48.529%;
}
.project__video-col-2 .play-iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1799px) {
    .project__video-col-2 {
        margin-top: 30px;
    }
}

@media (max-width: 1599px) {
    .project__video-col-1 {
        width: 100%;
    }

    .project__video-text {
        max-width: none;
    }

    .project__video-col-2 {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .project__video-col-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.666;
        letter-spacing: 0;
    }

    .project__video-title {
        margin-bottom: 40px;
    }

    .project__video-col-2 .play-iframe-video {
        border-width: 1px;
    }
}


.project__gallery {
	margin: 120px 0;
}

.project__gallery-wrap {
	height: 370px;
	position: relative
}

@media (max-width: 991px) {
	.project__gallery-wrap {
		height: auto;
	}
	.project__gallery .swiper-slide {
		height: 370px;
	}
}

@media (max-width: 767.98px) {
    .project__gallery .swiper-slide {
		height: 300px;
	}
}

@media (max-width: 500px) {
	.project__gallery .swiper-slide {
		height: 250px;
	}
}





#project_similar_tags {
}
#project_similar_tags .hidden-tags{
    display: none;
}
#project_similar_tags .hidden-tags.active{
    display: inline-block;
}



/* End */


/* Start:/local/js/bquadro/form/styles/style.css?17510271408303*/
.simple-modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    z-index: 9999;
    padding: 16px;

    display: flex;
    align-content: center;
    justify-content: center;
}
.simple-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 16px;   
}
.simple-modal-fone {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.simple-modal-backdrop .form {
	z-index: 2;
	position: relative;
}
.simple-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 1.75rem auto;
    padding: 20px 30px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    transform: translate(0, 0);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.simple-modal-header {
    padding-bottom: 16px;
    font-size: 25px;
    text-align: center;
}
.simple-modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-align: center;
}




.form {	
}
.form-title {
	margin-top: 0 !important;
	text-transform: uppercase;
	width: 100%;
}
.form-wrap {
	width: calc(100% + 40px);
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.form-col {
	width: 50%;
	padding: 0 20px;
}
.form__item {
	position: relative;
	margin-bottom: 30px;
}
.form__item--text {
	font-size: 14px;
	opacity: 0.7;
}
.form__item.form__item--text:after {
	display: none;
}
.form__item:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: #000;
}
.form__item.error:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: red;
}
.form__item input {
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: none;
	width: 100%;
}

.form__item--textarea {
	position: relative;
	width: 100%;
	background-color: transparent;
	color: #6C6A6A;
	
	position: relative;
	z-index: 1;
	outline: none;
	line-height: 1.3;
}
.form__item--textarea span {
	word-break: break-word;
	white-space: pre-wrap;
	opacity: 0;
	min-height: 30px;
	display: block;
	padding-bottom: 0em;
	padding-top: 0;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 1em;
}

.form__item--textarea textarea {
	position: absolute; top: 0; left: 0px;
	width: calc(100% + 1px) ; height: 100%;
	z-index: 2;
	overflow: hidden;
	resize: none;
	border: none;
	background: none;
	min-height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0em;
	padding-bottom: 0em;
	border: none;
	color: #000;
}

.form__item--checkbox {
	position: relative;
	font-size: 14px;
}
.form__item.form__item--checkbox:after {
	display: none;
}
.form__item--checkbox input {
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
}
.form__item--checkbox label {
	padding-left: 30px;
	position: relative;
	display: block;
}
.form__item--checkbox label a {
	color: inherit;
	text-decoration: underline;
}
.form__item--checkbox label:before {
	content: '';
	position: absolute;
	left: 0; top:0; 
	width: 20px; height: 20px;
	border: 1px solid #D9D9D9;
}
.form__item--checkbox input:checked + label:before {
	background: #D9D9D9 url(/local/js/bquadro/form/styles/img/checkbox.svg) no-repeat center;
}


.form__group--radio {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.form__group--radio .form__group-top {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 13px;
	width: 100%;
}
.form__group--radio .form__item:after {
	display: none
}
.form__group--radio .form__item {
	position: relative;
	
	margin: 0;
	margin-right: 20px;
	margin-bottom: 5px;
}
.form__group--radio .form__item input {
	position: absolute;
	left: 0; top:0;
	opacity: 0
}
.form__group--radio .form__item label {
	position: relative;
}
.form__group--radio .form__item label {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	font-weight: 600;
	transition: color ease 0.3s;
	display: block;
}
.form__group--radio .form__item:last-child {
	margin-right: 0;
}
.form__group--radio .form__item label:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #F4F4F4;
}
.form__group--radio .form__item label:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #000;
	transform: translateY(calc(-100% - 1px));
	transition: transform cubic-bezier(.73,-0.84,.54,1.18) 0.3s;
	border-radius: 20px;
}

.form__group--radio .form__item:hover label,
.form__group--radio .form__item input:checked + label {
	color: #fff;
}
.form__group--radio .form__item:hover label:after,
.form__group--radio .form__item input:checked + label:after {
	transform: translateY(0%);
	transition: transform cubic-bezier(0,2.54,.43,.47) 0.3s;
}

.form-catalog .form__group--radio {
	position: absolute;
	left: 0; bottom: 0;
	width: 50%;
	padding: 0 20px;
	margin: 0;
}



.form-popup {
	width: 600px;
	max-width: calc(100vw - 40px);
	background: #fff;
	padding: 40px !important;
	box-sizing: border-box !important;
	margin: auto;
	max-height: calc(100vh - 40px);
	overflow: auto;
	position: relative;
	color: #000;
}
.form-popup__success {
	display: none;
}
.form-popup .h3 {
	margin-top: 0;
}
.form-popup__success h2 {
	margin: 0;
}
.form-popup__close {
	width: 50px; height: 50px;
	position: absolute;
	right: 10px; top: 10px;
	/*
	background: url(/local/js/bquadro/form/styles/img/menu_close_adap.svg) no-repeat center;
	background-size: contain;
	*/
	cursor: pointer;
}
.form-popup__close-line {
    position: absolute;
    transform: rotate(45deg);
}
.form-popup__close-line:before,
.form-popup__close-line:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease, top 0.3s ease;
}
.form-popup__close-line--1 {
    width: 100%;
    height: 2px;
    top: 50%;
}
.form-popup__close-line--2 {
    width: 2px;
    height: 100%;
    left: 50%;
}
.form-popup__close-line--1:before,
.form-popup__close-line--1:after {
    width: 50%;
    height: 100%;
}
.form-popup__close-line--2:before,
.form-popup__close-line--2:after {
    width: 100%;
    height: 50%;
}
.form-popup__close-line--2:before {
    left: 0px;
    top: 2px;
}
.form-popup__close-line--2:after {
    left: -2px;
    top: calc(50% + 1px);
}
.form-popup__close-line--1:before {
    left: 0px;
    top: -1px;
}
.form-popup__close-line--1:after {
    left: calc(50% + -1px);
    top: 1px;
}
.form-popup__close:hover .form-popup__close-line--2:after {
    left: 0;
    top: 50%;
}
.form-popup__close:hover .form-popup__close-line--2:before {
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:after {
    left: 50%;
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:before {
    top: 0;
}

.form-popup * {
	box-sizing: border-box !important;
}
.form-text.form-text--adap {
	display: none;
}
.form-popup .form-text {margin-bottom: 50px;}
.form .btn {
	width: 100%;
	max-width: 360px;
}
.form.form-popup .button {
	max-width: 100%;
}
.form-front {
	padding: 323px 0 310px;	
}
.form-front .form-text {
	max-width: 448px;
}

@media(max-width: 1600px) {
	.form-front {
		padding: 223px 0 210px;
	}
}
@media(max-width: 1264px) {
	.form__group--radio .form__item label {
		font-size: 12px;
	}
	.form__group--radio .form__group-top {
		font-size: 16px;
	}
}


@media(max-width: 991px) {
	.form__group--radio .form__group-top {
		font-size: 19px;
	}
	.form__group--radio .form__item label {
		font-size: 14px;
	}
	.form-col {
		width: 100%;
		margin-bottom: 48px;
	}
	.form-col:last-child {
		margin-bottom: 0
	}
	.form-front .form-text {
		/*margin-bottom: 48px;*/
		max-width: 100%;
	}
	.form-front {
		padding: 147px 0 138px;
	}

	.form-text.form-text--desktop {
		display: none;
	}
	.form-text.form-text--adap {
		display: block;
	}
	
	.form-catalog .form__group--radio {
		position: static;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}
@media(max-width: 500px) {
	.form .button {
		max-width: 100%;
	}
}


/* End */
/* /local/templates/new/components/bquadro/catalog/houses/style.css?17176729312636 */
/* /local/templates/new/css/project.css?173857500685659 */
/* /local/templates/new/components/bitrix/news.detail/house/style.css?171508646310231 */
/* /local/js/bquadro/form/styles/style.css?17510271408303 */
