

/* Start:/local/templates/new/css/project.css?1765176617113775*/
@-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;
    }
}

.village-about {
    margin-top: 120px;
    margin-bottom: 60px;
}

.village-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.village-about__col-1 {
    width: calc(50% - 15px);
}

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

.village-about__descr {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    font-family: 'Inter', sans-serif;
}

.village-about__btn,
.village-about__btn.btn {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.village-about__col-2 {
    width: calc(50% - 15px);
    margin-left: auto;
}

@media (max-width:991px) {
    .village-about {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .village-about__col-1 {
        width: 100%;
    }

    .village-about__descr {
        max-width: none;
        font-size: 16px;
        line-height: 1.5;
    }

    .village-about__btn,
    .village-about__btn.btn {
        max-width: none;
    }

    .village-about__col-2 {
        width: 100%;
        margin-top: 24px;
    }
}

.village-descr {
    margin-top: 120px;
    margin-bottom: 60px;
}

.village-descr__heading,
.village-descr__heading.h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.village-descr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.village-descr__col-1 {
    width: calc(50% - 15px);
}

.village-descr__descr-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.58;
}

.village-descr__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;
}

.village-descr__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;
}

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

.village-descr__descr-text> :first-child {
    margin-top: 0;
}

.village-descr__descr-text> :last-child {
    margin-bottom: 0;
}

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

.village-descr .village-descr__descr-btn {
    display: none;
}

.village-descr .village-descr__descr-text.is-overflow+.village-descr__descr-btn {
    display: block;
}

.village-descr__col-2 {
    width: calc(50% - 15px);
    margin-left: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.village-descr__map {
    width: 100%;
    height: 331px;
}

.village-descr__map .ymaps-2-1-79-ground-pane,
.village-descr__map .ymaps-2-1-79-map-copyrights-promo,
.village-descr__map canvas {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

@media (max-width:991px) {
    .village-descr {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .village-descr__heading,
    .village-descr__heading.h2 {
        margin-bottom: 12px;
    }

    .village-descr__col-1 {
        width: 100%;
    }

    .village-descr__descr-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
    }

    .village-descr__descr-text.is-overflow {
        max-height: 228px;
    }

    .village-descr__descr-btn {
        max-width: none;
        margin-top: 20px;
    }

    .village-descr__descr-text.is-overflow::after {
        top: 53px;
        height: 285px;
    }

    .village-descr__col-2 {
        width: 100%;
        position: static;
        margin-top: 24px;
    }

    .village-descr__map {
        height: 208px;
    }
}




.village-gallery {
    margin: 120px 0;
}

.village-gallery__heading,
.village-gallery__heading.h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.village-gallery__inner {
    display: flex;
    position: relative;
}

.village-gallery__swiper,
.village-gallery__swiper.swiper {
    width: 74.357%;
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

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

.village-gallery__thumb-item:nth-child(2) {
    margin-left: auto;
}

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

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

.village-gallery__thumb-srollbar,
.village-gallery__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;
}

.village-gallery__thumb:hover .village-gallery__thumb-srollbar,
.village-gallery__thumb:hover .village-gallery__thumb-srollbar.swiper-scrollbar {
    opacity: 1 !important;
}

.village-gallery__thumb-srollbar:active,
.village-gallery__thumb-srollbar.swiper-scrollbar:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

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

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

.village-gallery__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;
}

.village-gallery__swiper-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

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

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

.village-gallery__swiper-btn::after,
.village-gallery__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;
}

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

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

.village-gallery__swiper-btn:hover::before {
    opacity: 1;
}

.village-gallery__swiper-btn:hover::after {
    opacity: 0;
}

@media (max-width: 1799px) {

    .village-gallery__thumb,
    .village-gallery__thumb.swiper,
    .village-gallery__swiper-slide,
    .village-gallery__swiper-slide.swiper-slide {
        height: 716px;
        min-height: 543px;
    }
}

@media (max-width: 1599px) {

    .village-gallery__thumb,
    .village-gallery__thumb.swiper,
    .village-gallery__swiper-slide,
    .village-gallery__swiper-slide.swiper-slide {
        height: 618px;
        min-height: 543px;
    }
}

@media (max-width: 1263px) {

    .village-gallery__thumb,
    .village-gallery__thumb.swiper,
    .village-gallery__swiper-slide,
    .village-gallery__swiper-slide.swiper-slide {
        height: 485px;
        min-height: 375px;
    }

}

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

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

    .village-gallery__inner {
        flex-direction: column;
    }

    .village-gallery__swiper,
    .village-gallery__swiper.swiper {
        width: 100%;
        margin-top: 10px;
    }

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

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

    .village-gallery__thumb-slide,
    .village-gallery__thumb-slide.swiper-slide {
        height: auto;
    }

    .village-gallery__thumb-item {
        height: 0;
        padding-bottom: 33%;
    }

    .village-gallery__thumb-item.is-active::after {
        border-width: 1px;
    }

    .village-gallery__thumb-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .village-gallery__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;
    }

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

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

    .village-gallery__swiper-btn::before {
        display: none;
    }

    .village-gallery__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;
    }

    .village-gallery__swiper-btn:hover::after {
        opacity: 1;
    }

    .village-gallery__swiper-btn.swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
    }

    .village-gallery__inner {
        margin-top: 15px;
    }

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

.project-main__location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
}

.project-main__location::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M10 0C5.927 0 2.612 3.314 2.612 7.388c0 1.341.602 2.784.627 2.845.194.46.578 1.177.854 1.597l5.066 7.675c.207.315.514.495.841.495.328 0 .635-.18.842-.495l5.066-7.675c.277-.42.66-1.136.854-1.598.025-.06.627-1.502.627-2.844C17.389 3.314 14.074 0 10 0m5.96 9.895c-.173.414-.53 1.08-.778 1.456l-5.066 7.676c-.1.152-.131.152-.231 0L4.819 11.35a11 11 0 0 1-.779-1.456c-.007-.018-.559-1.346-.559-2.507A6.526 6.526 0 0 1 10.001.87a6.526 6.526 0 0 1 6.518 6.52c0 1.162-.552 2.493-.558 2.506'/%3E%3Cpath d='M10 3.48A3.916 3.916 0 0 0 6.09 7.392 3.916 3.916 0 0 0 10 11.303a3.916 3.916 0 0 0 3.912-3.911A3.916 3.916 0 0 0 10 3.48m0 6.954a3.046 3.046 0 0 1-3.042-3.042A3.046 3.046 0 0 1 10 4.35a3.046 3.046 0 0 1 3.042 3.042A3.046 3.046 0 0 1 10 10.434'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.village-order {
    position: relative;
    margin: 120px 0;
    padding: 60px 0;
}

.village-order::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F4F4F4;
}

.village-order .form-catalog {
    margin: 0!important;
}

.village-order .form__item input {
    background: transparent;
}

.village-order .form__group--radio .form__item label:before {
    background: #fff;
}

@media (max-width: 991px) {
    .project-main__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .project-main__location {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        line-height: 1.46;
        letter-spacing: 0.03em;
        color: #F4F4F4;
        background: rgba(0, 0, 0, 0.6);
        margin-top: auto;
        margin-bottom: 72px;
    }

    .village-order {
        margin: 60px 0;
        padding: 30px 0;
    }
}

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

.m-4__wr {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	overflow: hidden;
}
.m-4__compare {
	height: 100%;
	width: 120vw;
	margin-left: -10vw;
}

.m-4__compare {
    position: relative;
    overflow: hidden;
}

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

.m-4__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);
    */
}
.m-4__compare-text-top {
    bottom: auto;
    top: 0;
    text-transform: uppercase;
    top: 50px;
    font-size: 32px;
    line-height: 1;
}
.m-4__compare-text-top:before {
    content: "";
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 52px 10px #000000;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.m-4__compare-text-btm {
    text-transform: uppercase;
    bottom: 41px;
    font-size: 14px;
    line-height: 1;
}
.m-4__compare-text-btm:before {
    content: "";
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 52px 10px #000000;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.m-4__compare-text-item.is-hidden {
    visibility: hidden
}

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

.m-4__compare-resizes {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: url(/local/templates/new/css/../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;
}


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

.is-visible .m-4__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%
    }
}

.m-4__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;
}
.m-4__handle:before,
.m-4__handle:after {
    content: "";
    right: 0;
    width: 10px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: url(/local/components/redesign/front.img.comparison/templates/.default/images/arr.svg) no-repeat center;
    background-size: contain;
    transition: margin ease 0.3s ;
}
.m-4__handle:after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}

.m-4__handle.draggable::before {
    margin-left: -10px;
}
.m-4__handle.draggable::after {
    margin-right: -10px;
}

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


.is-visible .m-4__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
}

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


.m-4__swiper {
    position: relative;
    overflow: visible!important;
}

.m-4__arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: absolute;
    bottom: calc(100% + 30px);
    right: 0;
}

.m-4__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;
}

.m-4__arr-item svg {
    stroke-dasharray: 0 157;
    transition: 1s;
}

.m-4__title {
    margin-right: 120px;
}

.m-4__title.aos-animate + .m-4__swiper .m-4__arr-item svg {
    stroke-dasharray: 157 157;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.m-4__arr-item.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.m-4__arr-item--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-4__arr-item:last-child {
    margin-right: 0;
}

.m-4__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;
}

.m-4__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;
}

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

.m-4__arr-item span:after,
.m-4__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;
}

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

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

.m-4__arr-item:hover span:before {
    opacity: 0;
}

.m-4__arr-item:hover span:after {
    opacity: 1;
}

.m-4__thumbs {
    margin-top: 30px;
}

.m-4__thumbs .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-4__thumbs-slide {
    position: relative;
    height: auto!important;
    overflow: hidden;
    cursor: pointer;
}

.m-4__thumbs-slide::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 65%;
}

.m-4__thumbs-slide.swiper-slide-thumb-active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fbad33;
    z-index: 2;
    content: "";
}

.m-4__thumbs-slide img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m-4__thumbs-srollbar,
.m-4__thumbs-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;
}

.m-4__thumbs:hover .m-4__thumbs-srollbar,
.m-4__thumbs:hover .m-4__thumbs-srollbar.swiper-scrollbar {
    opacity: 1 !important;
}

.m-4__thumbs-srollbar:active,
.m-4__thumbs-srollbar.swiper-scrollbar:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

.m-4__thumbs-srollbar .swiper-scrollbar-drag,
.m-4__thumbs-srollbar.swiper-scrollbar .swiper-scrollbar-drag {
    background: #FBAD33 !important;
}

@media(max-width: 1800px) {
    .m-4__compare-text-top {
        font-size: 25px;
    }
}
@media(max-width: 1600px) {
    .m-4__compare-text-top {
        font-size: 20px;
    }
}
@media(max-width: 991px) {
    .m-4__cont {
        height: 400px;
		min-height: 0;
    }
    .m-4__handle-line:before,
	.m-4__handle-line:after {
		height: 200px;
		min-height: 0;
	}
    .m-4__thumbs-srollbar, .m-4__thumbs-srollbar.swiper-scrollbar {
        top: auto !important;
        left: 0 !important;
        width: 100% !important;
        height: 4px !important;
    }
}
@media(max-width: 767px) {
	.m-4__compare {
		width: 140vw;
		margin-left: -20vw;
	}
	.m-4__compare-img, .m-4__compare-text {
		width: 140vw;
	}
	.m-4__compare-text-item {
		right: 20px;
	}
	.m-4__compare-resizes .cd-image-label {
		left: 20px
	}
    .project-others {
        margin-left: -20px;
        margin-right: -20px;
        width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
    .project-others__swiper {
        overflow: visible !important;
    }
}

@media(max-width: 500px) {
    .m-4__cont {
        height: 284px;
    }
    .m-4__compare-text-top {
        display: none;
    }
    .m-4__compare-text-btm {
        font-size: 12px;
        bottom: 12px;
    }
    .m-4__handle-line:before,
    .m-4__handle-line:after {
        width: 10px;
    }
    .m-4__handle {
	    width: 90px;
	    margin-left: -45px;
    }
    .m-4__title {
        font-size: 20px;
    }
    .m-4__thumbs-slide.swiper-slide-thumb-active::after {
        border-width: 1px;
    }
}
/* End */


/* Start:/local/templates/new/components/bquadro/catalog/projects_horiz/style.css?17319224952685*/

.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/projects_horiz/images/sort.png) no-repeat 0 0; width: 1.2em; height: 1em; background-size: 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;
	}
}

#b-project-bgraph {
	padding-top: 0!important;
}
/* End */


/* Start:/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/style.css?171646714342110*/
.bx-filter-parameters-box-container{
	position: relative;
}
.b-catalog-filter-title  {  cursor: pointer;    font: 400 1.4em/1em "GothamPro", sans-serif; padding: 1em 1.5em .9em;  display: block;  border-bottom: 1px solid #f3f3f3; position: relative;margin-bottom: 1em; }
.b-catalog-filter-title:after  {  content: '';  display: block;width: 1.3em; height: 1.3em; position: absolute; right: 1em; top: 50%; margin-top: -.65em; }
.b-catalog-filter-title.collapsed  { background-color: #fff;   color: #454545; }
.b-catalog-filter-title.collapsed:after  { background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/./images/options-horizontal-outline.png) no-repeat 0% 0%; background-size: cover; }
.b-catalog-filter-title  {  background-color: #454545; color: #fff; }
.b-catalog-filter-title:after  { background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/./images/options-horizontal-outline-hover.png) no-repeat 0% 0%; background-size: cover; }


.bx-filter {
	width: 100%;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	padding: 1.5em 1.3em 1em 1.3em;
	position: relative;
	margin-bottom: 1em;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-parameters-box-wrap {
	position: relative;
	padding: 0 0;
}

.bx-filter .bx-filter-parameters-box:nth-child(4n+1) {
	clear: left;
}

@media (max-width: 991px) {
	.bx-filter .bx-filter-parameters-box:nth-child(4n+1) {
		clear: none;
	}
	.bx-filter .bx-filter-parameters-box:nth-child(2n+1) {
		clear: left;
	}
}
.bx-filter .bx-filter-parameters-box-title {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {

	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: block;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}

.bx-filter-parameters-box-container .checkbox{
	margin-top: 0 !important; margin-right: 10px;
}
.bx-filter .bx-filter-parameters-box-container-block {

}
/*
* INPUTS
*
*/


.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
/*
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
}
.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
			border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	margin-top: -1px;
	padding-left: 15px; 
	padding-right: 15px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 1px;
	z-index: 0;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
display: none;
}


.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	/*top: -0.37em;*/
	top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #dadada;
	background: #fff;
	border-radius: 50%
}
.bx-filter .bx-ui-slider-handle:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(0,0,0,0.0);
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left:  -10px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -10px;
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
			border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
	position: relative;
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: 400;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #b1b1b1;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox { }
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
			border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	display: none;
	line-height: normal;
	margin-top: -1.5em;
	margin-left: 2em;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 4em;
	line-height: 1em;
	background: #fff;
	box-shadow: 2px 2px 3px #8C8C8C;
	-webkit-box-shadow: 2px 2px 3px #8C8C8C;
	-o-box-shadow: 2px 2px 3px #8C8C8C;
	-ms-box-shadow: 2px 2px 3px #8C8C8C;
}
.bx-filter .bx-filter-popup-result.right {
	margin-left: 1em;
}
.bx-filter .bx-filter-popup-result.left {
	margin-right: 1em;
}
.bx-filter .bx-filter-popup-result .modef_text {
  display: inline-block; 
	padding: 1.5em 1.5em;
	font-weight: 500;
}
.bx-filter .bx-filter-popup-result.right .modef_text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 1em 2em 0;
  border-color: transparent #ffffff transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  left: -1em;
}
.bx-filter .bx-filter-popup-result.left .modef_text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0em 2em 1em;
  border-color: transparent #ffffff transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  left: -1em;
}


.bx-filter .bx-filter-popup-result.right {
	left: 100%;
}
.bx-filter .bx-filter-popup-result.left {
	right:100%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
  display: inline-block; 
	padding: 1.5em 1.7em;
	color: #fff;
	background: #eabc64;
	text-transform: uppercase;
	font-weight: 500;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
	background: #ffa53b;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

.bx-filter-type-title { 
	padding: 0 0 1em 0px;
	position: relative;
	color: #a1a1a1;
	font: 500 .86em/1.2em "GothamPro", sans-serif;
	text-transform: uppercase;
}

.b_box .b_hide{ display: none; padding: .5em 0 .8em 2.5em;}
.b_box.active_def .b_hide{display: block; height: auto;}

/*
.checkbox .b {position: absolute; left: 0em; width: 22px; height: 22px; background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_checkbox2.png) no-repeat 0 0; top: .1em; }
.checkbox label.checked .b {background-position: 0 -44px;}
*/
.b_box .b_range{padding: 0px 0 0 0;}

.b_range .b_l1{ width: 100%; margin: 7px 0 0 0;}
.b_range .b_input{ position: relative; background: #fff; width: 100%; }
.b_range .b_input input{ padding: 6px 8px 5px; width: 100%; font-size: 14px; line-height: 21px; text-align: left;  border: 0px none; background-color: transparent; position: relative; z-index: 1; color: #000; }
.b_range .b_input.b_active2{border-color: #16a0e5;}
.b_range .b_sep{float: left; height: 1px; width: 8px; background-color: #b9d0dc; position: relative; overflow: hidden; margin: 13px 9px;}
.b_range .b_label{ position: absolute; right: 0; top: 0; line-height: 1;  width: 40px; height: 100%; display: flex; align-items: center; justify-content: center }
.b_range .b_prefix{position: absolute; left: 0; top: 0; line-height: 1; width: 40px; height: 100%; display: flex; align-items: center; justify-content: center }
.b_range .b_suffix{ position: absolute; left: 0; top: 0; line-height: 1; width: 40px; height: 100%; display: flex; align-items: center; justify-content: center}
.b_range__wrap {
	display: flex;
	border: 1px solid #dadada;
	border-radius: 32px;
	overflow: hidden;
	position: relative
}
.b_range__wrap:before {
	content: "";
	width: 20px; height: 100%;
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/crossline.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: calc(50% - 10px); top: 0;
}
.b_range__col {
	width: 50%;
	padding: 0 30px 0 30px;
	position: relative;
}

.bx_filter__btn-hide {
    padding: 5px 15px;
    padding-left: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 24px;
    font-weight: 700;
    background: #f3c368;
    color: #fff;
    float: right;
    text-transform: uppercase;
    border-radius: 0.4em;
    cursor: pointer;
    -webkit-transition: color, border-color, background-color .4s ease-out;
    -o-transition: color, border-color, background-color .4s ease-out;
    transition: color, border-color, background-color .4s ease-out;
}


.bx_filter_search_reset {   font: 500 1em/1.2em "GothamPro", sans-serif;  color: #1e1e1e; border:0; padding:0; margin: .7em 0 0em 0; border:0; background: none;   }
.bx_filter_search_reset:hover{ color: #747474; }

.bx_filter_search_reset:before { display: block; width: 9px; height: 9px; content: ''; background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/reset.png) no-repeat 0 0; display: inline-block; margin-right: .5em; }
.bx_filter_search_reset:hover:before { background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/reset.png) no-repeat 0 -9px;  }

@media (max-width: 767px) {
  .bx_filter_search_reset {
    margin-left: 1em; margin-right: 1em;
  }
}
ul.kombox-num { margin:0; padding: 0;  overflow: visible;}
.kombox-range {margin-top: 0px; }
ul.kombox-num li { margin:0; padding: 0; list-style: none; background: none; }
.irs-wrap {width: 100%; margin-top: 1.4em;}
.irs {
    position: relative; display: block; 
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
}
    .irs-line-left, .irs-line-mid, .irs-line-right {
        position: absolute; display: block;
        top: 0;
    }
    .irs-line-left {
        left: 0; width: 0%;
    }
    .irs-line-mid {
        left: 10%;
    }
    .irs-line-right {
        right: 0; width: 0%;
    }

.irs-diapason, .irs-diapason-left, .irs-diapason-right {
    position: absolute; display: block;
    left: 0; width: 100%;
}
.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
    .irs-slider.single {
        left: 10px;
    }
        .irs-slider.single:before {
            position: absolute; display: block; content: "";
            top: -50%; left: -100%;
            width: 300%; height: 200%;
            background: rgba(0,0,0,0.0);
        }
    .irs-slider.from {
        left: 100px;
    }
        .irs-slider.from:before {
            position: absolute; display: block; content: "";
            top: -50%; left: -200%;
            width: 100%; height: 200%;
            background: rgba(0,0,0,0.0);
        }
    .irs-slider.to {
        left: 300px;
    }
        .irs-slider.to:before {
            position: absolute; display: block; content: "";
            top: -50%; left: 0;
            width: 100%; height: 200%;
            background: rgba(0,0,0,0.0);
        }
    .irs-slider.last {
        z-index: 2;
    }

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute; display: block;
    bottom: 0; left: 0;
    cursor: default;
    white-space: nowrap;
margin-bottom:-17px;
}

.irs-from {
  margin-left:-7px;
}

.irs-to {
  margin-left:10px;
}


.irs-grid {
    position: absolute; display: none;
    top: 0; left: 0;
    width: 100%; 
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    bottom: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    top: 0; left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    color: #000;
}
	
.irs-line-mid,
.irs-line,
.irs-diapason-left, 
.irs-diapason-right,
.irs-slider {
    
}

.irs {
    height: 1.1em;
}
.irs-with-grid {
    margin-top: 0;
}
.irs-line {
    height: .34em; 
    top: .34em;
    background: #e7e7e7;
}
.irs-line-left {
    height: .34em;
}
.irs-line-mid {
    height: .34em;
    background: #eabc64;
}
.irs-line-right {
    height: .34em;
}

.irs-diapason, .irs-diapason-left, .irs-diapason-right {
    height: .34em; 
    top: .34em;
   background: #e7e7e7;
}

.irs-diapason{
	background:none;
}

.irs-slider {
	width: 1.1em;
	height: 1.1em;
  top: 0em;
  background: #eabc64;
	margin-left: -.5em;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; 
    line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    display: none !important;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; 
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
	display:none !important;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-slider.from {

}

.irs-slider.to {
}

#irs-active-slider, .irs-slider:hover {
  
}

.smartfilter .bx-filter__checkbox-title.bx-active, 
.bx-filter__checkbox-title.bx-active:hover {
    background: #f3c368;
    color: #fff;
}

.smartfilter .bx-filter__checkbox-title:hover {
    color: #f3c368;
}
.smartfilter .bx-filter__checkbox-title.bx-active:hover {
    color:  inherit;
}
.smartfilter .bx-filter__checkbox-title {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    min-height: 34px;
    height: auto;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    border-radius: 0.4em;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
}

/*
.smartfilter .bx-filter__checkbox-bottom .bx-filter-parameters-box {
	display: none;
}
.smartfilter .bx-filter__checkbox-bottom .bx-filter-block {
   
}

.smartfilter .bx-filter__checkbox-bottom .bx-filter-parameters-box {
    margin: 15px 0;
}
.smartfilter .bx-filter__checkbox-bottom .bx-filter-parameters-box.bx-active {
    display: block; 
}
.smartfilter .bx-filter__checkbox-bottom .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block; 
}
*/
.smartfilter .bx-filter__checkbox-bottom {
	display: flex;
	flex-wrap: wrap;
}
.smartfilter .bx-filter__checkbox-bottom .bx-filter-block .checkbox {
	float: left; 
}

.smartfilter .bx-filter__checkbox-bottom .bx-filter-input-checkbox .bx-filter-param-text {
	white-space: nowrap;
}
/*
.smartfilter .bx-filter__checkbox {
    background: #f3f3f3;
    padding: 10px;
}
*/
.bx-filter-parameters-box-title {
	margin-bottom: 5px;
}
.smartfilter .price span.rubl{font-family:ALSRubl}
.smartfilter .rubl:before {
	content: "p";
	font-family: 'ALSRubl';
}
.smartfilter .bx-filter__checkbox-bottom .checkbox, .bx-filter__checkbox-bottom .radio {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0 !important;
}
.smartfilter .bx-filter__checkbox-bottom .checkbox label {
	background: #F4F4F4;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #1E1E1E;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.smartfilter .bx-filter__checkbox-bottom .checkbox label input {
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
}
.smartfilter .bx-filter__checkbox-bottom .checkbox label .bx-filter-param-text {
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}
.smartfilter .bx-filter__checkbox-bottom .checkbox label .bx-filter-input-count {
	opacity: 0.5;
	font-weight: 400
}
.smartfilter .bx-filter__checkbox-bottom .checkbox label.checked {
	background: #1E1E1E;
	color: #fff;
}
/*
.bx-filter-section__hide-block  {
    position: relative;
    padding: 0em 0em 1em;
}
*/
/*
.smartfilter .checkbox label, .smartfilter .radio label {
    padding-left: 2em;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
*/
@media(max-width: 1599px) {
	.checkbox .b { top: 0em; }
}

@media(max-width: 991px) {
	
	.smartfilter .checkbox label, .smartfilter .radio label {
	    min-height: 20px;    line-height: 24px;
	}
}

@media(max-width: 767px) {
	.smartfilter .bx-filter__checkbox { background: #fff; padding: 0; }
	.smartfilter .bx-filter-parameters-box--checkbox >.bx-filter-parameters-box-title { display: none; }
	.smartfilter .bx-filter__checkbox-bottom .checkbox, .bx-filter__checkbox-bottom  .radio { display: block; padding: 0; border-radius: 0; margin-right: 0; }
	.smartfilter .bx-filter__checkbox-bottom .checkbox .b { left: 0; }
	.smartfilter .bx-filter__checkbox-bottom .radio .b { left: 3px; }
	.smartfilter .bx-filter__checkbox-bottom .bx-filter-block { display: block !important; }
	.smartfilter .bx-filter__checkbox-bottom .bx-filter-block__text  { display: none; }
	.smartfilter .bx-filter__checkbox-bottom .bx-filter-parameters-box-title { display: block; }
	.smartfilter .bx-filter-parameters-box { border-bottom-width: 1px; }
	/*.smartfilter .bx-filter-section__hide-block { display: block !important; }*/
	.smartfilter .bx_filter__btn-hide { display: none; }
	.smartfilter .bx-filter__checkbox-bottom .bx-filter-block .checkbox { margin-right: 5px; }
	.bx-filter-container-modef { display: none;}
}

.smartfilter .bx_filter__btn-hide.active:before {
    transform: rotate(90deg);
    width: 34px;
}

.smartfilter .bx_filter__btn-hide:before {
    transform: rotate(-90deg);
    position: absolute;
    width: 55px;
    height: 34px;
    content: '\e901';
    top: 0;
    left: 0;
    font-family: icomoon;
    font-size: 1em;
}

.bx-filter__tags {
	margin-bottom: 1.5em;
}

.bx-filter__tag {
display: inline-block;
    padding: 5px 15px;
    background: #e3e4e8;
    min-height: 34px;
    height: auto;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    border-radius: 0.4em;
    margin-right: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: color,border-color,background-color .4s ease-out;
    -o-transition: color,border-color,background-color .4s ease-out;
    transition: color,border-color,background-color .4s ease-out;
}

.bx-filter__tag:hover {
        background-color: #F4C365;
	color: #000;
}

.bx-filter__tag--active {
    background-color: #F4C365;
}

.filter-accordeon-container {
    display: block;
}

.filter-accordeon-title-container {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #fff;
}
.filter-accordeon-title-container:after {
    content: '';
    display: block;
    clear: both;
}

.filter-accordeon-title_left {
    display: inline-block;
    margin: 0px;
    padding: 15px 0px;
    padding-left: 16px;
    padding-right: 0px;
    height: 26px;
    font-family: Geometria,sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 0px;
    box-sizing: content-box;
    cursor: pointer;
}

.filter-accordeon-title_right {
    float: right;
    display: inline-block;
    padding: 14px 0px;
    padding-left: 0px;
    padding-right: 16px;
    height: 28px;
    box-sizing: content-box;
    cursor: pointer;
}

.filter-accordeon-rigger-arrow {
    display: inline-block;
    margin-left: 8px;
    height: 24px;
    width: 24px;
    background: url('/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/./images/triger-arrow.png');
    background-position-y: 0px;
    vertical-align: middle;
}

.accordeon-active .filter-accordeon-rigger-arrow {
    background-position-y: 24px;
}

.filter-accordeon-rigger-panel {
    display: inline-block;
    height: 28px;
    width: 27px;
    background: url('/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/./images/triger-panel.png');
    background-size: 27px 28px;
}

.filter-accordeon-body-container {
    /* overflow: hidden; */
    width: 100%;
}
.filter-accordeon-body-container:after {
    content: '';
    display: block;
    clear: both;
}

.filter-accordeon-container .bx-filter.bx-main {
    margin-bottom: 0px;
}
.filter-accordeon-container .bx-filter .bx-filter-section {
    margin-bottom: 0px;
}

.filter-prices-houses-container {
    margin-top: 20px;
}

.filter-prices-houses__ul {
    margin: 0;
    padding: 0;
}

.filter-prices-houses__li {
    display: inline-block;
    margin: 0 0 11px;
    margin-right: 20px;
    padding: 0;
    list-style-type: none;
}
.filter-prices-houses__li:before {
    display: none;
}

.filter-prices-houses__btn.btn {
    vertical-align: middle;
    padding: 5px 18px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    box-sizing: content-box;
}

@media (max-width: 991px) {
    
    .filter-accordeon-title-container {
        display: none;
    }
    
    .filter-accordeon-body-container {
        display: block !important;
    }
    
    .filter-prices-houses-container {
        margin-top: 11px; 
    }
}



/*---------------------------------*/

.filter-popup {
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-top: 170px;
	padding-bottom: 110px;
	z-index: 2;
}
.filter-popup__inner {
	overflow: auto;
	max-height: calc(100vh - 400px);
}
.filter-popup__inner-wr {
	width: 100%;
	overflow: hidden;
}
.bx-filter .bx-filter__checkbox-bottom {
	width: calc(100% + 40px);
	margin: 0 -20px;
}
.bx-filter .bx-filter__checkbox-bottom .bx-filter-parameters-box {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 30px;
}
@media(max-width: 991px) {
	.bx-filter .bx-filter__checkbox-bottom .bx-filter-parameters-box {
		width: 100%;
	}
}

.filter-popup__btm {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.filter-popup__btm .btn-black {
	width: 360px;
}
.filter-popup__btm .filter-popup__reset {
	width: 360px;
	background: #fff;
	padding: 14px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #1E1E1E;
	background: #fff;
	transition: color 0.3s ease, background 0.3s ease;
	font-weight: 500;
	border:  none;
}
.filter-popup__reset:hover {
	color: #1E1E1E;
	background: #FBAD33;
}

.filter-popup__top {
	line-height: 1.2;
	position: relative;
	padding-right: 100px;
	text-transform: uppercase;
}
.filter-popup__top.h1 {
	margin: 0;
	margin-bottom: 53px;
}
.filter-popup__close {
	position: absolute;
	width: 40px; height: 40px;
	right: 0; top: 0; bottom: 0;
	margin: auto;
	/*background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_close.svg) no-repeat center;*/
	cursor: pointer;
}
.filter-popup__close-line {
    position: absolute;
    transform: rotate(45deg);
}
.filter-popup__close-line:before,
.filter-popup__close-line:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease, top 0.3s ease;
}
.filter-popup__close-line--1 {
    width: 100%;
    height: 2px;
    top: 50%;
}
.filter-popup__close-line--2 {
    width: 2px;
    height: 100%;
    left: 50%;
}
.filter-popup__close-line--1:before,
.filter-popup__close-line--1:after {
    width: 50%;
    height: 100%;
}
.filter-popup__close-line--2:before,
.filter-popup__close-line--2:after {
    width: 100%;
    height: 50%;
}
.filter-popup__close-line--2:before {
    left: 0px;
    top: 2px;
}
.filter-popup__close-line--2:after {
    left: -2px;
    top: calc(50% + 1px);
}
.filter-popup__close-line--1:before {
    left: 0px;
    top: -1px;
}
.filter-popup__close-line--1:after {
    left: calc(50% + -1px);
    top: 1px;
}
.filter-popup__close:hover .filter-popup__close-line--2:after {
    left: 0;
    top: 50%;
}
.filter-popup__close:hover .filter-popup__close-line--2:before {
    top: 0;
}
.filter-popup__close:hover .filter-popup__close-line--1:after {
    left: 50%;
    top: 0;
}
.filter-popup__close:hover .filter-popup__close-line--1:before {
    top: 0;
}

.filter-popup__top>* {
	display: inline;
}
.filter-popup__top .filter-popup__top-tab {
	cursor: pointer;
	color: #A4A4A4;
}
.filter-popup__top .filter-popup__top-tab.active {
	color: #1E1E1E;
}
.filter-popup__cont {
	display: none
}
.filter-popup__cont.active {
	display: block;
}

.filter-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	min-height: 60px;
}
.filter-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
}
.filter-btn {
	background: #000;
	color: #fff;
	font-weight: 500;
	padding: 20px 20px 20px 48px;
	margin-left: 117px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
}
.filter-btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 0; bottom: 0;
	margin: auto;
	width: 40px; height: 40px;
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_ico.svg) no-repeat center;
}
.filter-btn:hover {
	background: #FBAE34;
	color: #000;
}
.filter-btn:hover:before {
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_ico_b.svg) no-repeat center;
}
@media(max-width: 1599px) {
	.filter-btn {
		margin-left: 50px;
	}
}
.bx-filter__top .bx-filter-parameters-box {
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
@media(max-width: 1264px) {
	.bx-filter__top .bx-filter-parameters-box {
		width: 50%;
	}
	
	.filter-top {
		padding-right: 200px;
		position: relative;
	}
	.filter-btn {
		position: absolute;
		right: 0; top: 0;
	}
	.filter-col {
		margin-left: 0;
	}
}
@media(max-width: 991px) {
	.bx-filter__top {
		display: none;
	}
	/*
	.filter-col {
		display: block;
	}*/
	.filter-top {
		padding-right: 100px;
	}
	.filter-col {
		justify-content: space-between;
	}
	.filter-btn {
		margin: 0;
		padding: 0;
		height: 60px;
		width: 60px;
		text-indent: -9999px;
		overflow: hidden;		
	}
}
@media(max-width: 767px) {
	.filter-top {
		padding-right: 0px;
	}
	.filter-col {
		position: relative;
		width: 100%;
	}
	.filter-btn {
		position: relative;
	}
}


.filter-toptags__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.filter-toptags__item {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	margin-right: 20px;
	white-space: nowrap;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	font-weight: 600;
	transition: color ease 0.3s;
}
.filter-toptags__item:last-child {
	margin-right: 0;
}
.filter-toptags__item:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #F4F4F4;
}
.filter-toptags__item: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;
}
.filter-toptags__item a {
	color: inherit !important;
}
.filter-toptags__item:hover,
.filter-toptags__item.is-active {
	color: #fff;
}
.filter-toptags__item:hover:after,
.filter-toptags__item.is-active:after {
	transform: translateY(0%);
	transition: transform cubic-bezier(0,2.54,.43,.47) 0.3s;
}

@media(max-width: 767px) {
	.filter-toptags {
		overflow: auto;
		width: calc(100% + 40px);
		margin: 0 -20px 10px;
	}
	.filter-toptags__list {
		flex-wrap: nowrap;
		min-width: min-content;
		padding: 0 20px;
	}
	.filter-toptags::-webkit-scrollbar {
	    height: 0px;
	    width: 0px
	}
}


.bx-filter__top-btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 40px;
}
.bx-filter__top-btn-set,
.bx-filter__top-btn-reset {
	width: 50%;
	border: 1px solid #000;
	color: #000;
	padding: 19px 20px;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.bx-filter__top-btn-set:before,
.bx-filter__top-btn-reset:before {
	content: "";
	width: 40px; height: 40px;
	display: inline-block;
	margin: -10px 0;
}
.bx-filter__top-btn-set:before{
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_ico.svg) no-repeat center;
}
.bx-filter__top-btn-reset:before{
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/filtr_clear.svg) no-repeat center;
}


.bx-filter__top-btn-set {
	background: #000;
	color: #fff;
	justify-content: flex-end;
}
.bx-filter__top-btn-reset {
	color: #000;
	background: #fff;
}





.filter-sort__link {
	position: relative;
	padding-left: 22px;
	color: inherit;
	font-size: 14px;
	line-height: 16px;
	margin-right: 41px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.filter-sort__link:last-child {
	margin-right: 0;
}
.filter-sort__link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 6px;
	background: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/images/sort_arr.svg) no-repeat center;
}
.filter-sort__link.desc:before {
	transform: rotate(180deg)
}


@media(max-width: 1255px) {
	.filter-sort__link {
		margin-left: 15px;
	}
	.filter-sort {
		margin-top: 10px
	}
}
@media(max-width: 500px) {

	.filter-sort {
		margin-top: 0;
		width: 150px;
	}
	.filter-sort__link {
		margin: 0px;
	}
}



.catalog-page .page-top__title
/* End */


/* Start:/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/colors.css?17150864622548*/
.bx-filter.bx-main {
	 background: #fff;  margin-bottom: 2em ;
}
.filter-group-name
{
	margin: 1em 0;
}
/*
* INPUTS
*
*/
.bx-filter.bx-main .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-main .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-main .bx-ui-slider-track{background: #dadada;}
.bx-filter.bx-main .bx-ui-slider-pricebar-vd{background: #dadada;}
.bx-filter.bx-main .bx-ui-slider-pricebar-vn{background: #dadada;}
.bx-filter.bx-main .bx-ui-slider-pricebar-v {background: #dadada;}


/*
*	Select
*
*/
.bx-filter.bx-main .bx-filter-select-container.bx-active,
.bx-filter.bx-main .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-main .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-main .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-main .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-main .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-main .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-main .bx-filter-param-btn:hover,
.bx-filter.bx-main .bx-filter-param-btn:active,
.bx-filter.bx-main .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-main .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-main .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-main .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-main .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
	border-image: url(/local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/


.bx-filter.bx-main .btn-themes.bx-active,
.bx-filter.bx-main .btn-themes.focus,
.bx-filter.bx-main .btn-themes:active,
.bx-filter.bx-main .btn-themes:focus,
.bx-filter.bx-main .btn-themes:hover{

}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/new/components/bquadro/catalog.section/projects_redesign/style.css?17150864629821*/
.catalog-section #main-column {
	margin-bottom: 120px;
}
.catalog-section__projects {
	margin-bottom: 120px;
}
.catalog-section__projects-btm {
	display: flex;
	justify-content: center;
}
@media(max-width: 991px) {
	.catalog-section #main-column,
	.catalog-section__projects {
		margin-bottom: 60px;
	}
}

/*
.ajax-pager-loading {
    margin-left: 1.3em;
    text-align: center;
    margin-bottom: 3em;
}

.b-projects .b-teaser {
    margin-bottom: 3em;
}
.b-projects .ajax-load-items {
    display: flex;
    flex-wrap: wrap;
}

.b-projects .b-teaser a {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.b-projects .b-teaser a:hover {
    box-shadow: 0px 0px 1em rgba(0, 0, 0, .1)
}

.b-projects .b-teaser .b-img {
    display: block;
    margin: 0em;
    position: relative;
}

.b-projects .b-teaser .b-img img {
    width: 100% !important;
    height: auto !important;
}

.b-projects .b-teaser .b-img .capture {
    display: block;
    position: absolute;
    left: 1.5em;
    bottom: .8em;
    color: #fff;
}

.b-projects .b-teaser .b-img .area {
    display: block;
    position: relative;
    font: bold 1.8em/1.2em "GothamPro", sans-serif;
    text-shadow: 0px .1em .5em rgba(0, 0, 0, .2);
}

.b-projects .b-teaser .b-img .area sup {
    font: normal .6em/2em "GothamPro", sans-serif;
}

.b-projects .b-text {
    display: block;
    margin-left: .9em;
    margin-right: .9em;
}

.b-projects .b-title {
    display: table;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}

.b-projects .b-title > span {
    display: table-cell;
    color: #525252;
    font: bold 1em/1.2em "GothamPro", sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding: .4em .7em .2em .7em;
    height: 3.5em;
}

.b-projects .price {
    display: block;
    color: #525252;
    font: bold 1.2em/1.2em "GothamPro", sans-serif;
    padding: .8em .7em .5em .5em;
    border-bottom: 1px solid #eeeeee;
}

.b-projects .b-content {
    padding: 1.2em .7em 1.2em .7em;
    font: normal .86em/1.2em "GothamPro", sans-serif;
    display: block;
    color: #585858;
}

.b-projects .b-content span.tech {
    font-weight: bold;
}

.projects-section {
    padding: 2em 0em 3em 0em;
    background: #eeeeee;
}

.change-img__cont {
    display: flex;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}

.change-img__item {
    width: 20%;
    position: relative;
    z-index: 1;
}

.change-img__item:before {
    content: '';
    background-color: #969696;
    position: absolute;
    left: 5px;
    top: 7px;
    height: 3px;
    width: calc(100% - 10px);
    opacity: 0;
    transition: .2s;
}

.change-img:hover .change-img__item:before {
    opacity: 1;
}

.change-img__item.change-img__item--active:before {
    background-color: #f3c368;
}

.change-img__img {
    opacity: 0;
}

.change-img__img.change-img__img--active {
    opacity: 1;
}

.b-projects .b-teaser .b-img img.change-img__img {
    position: absolute;
}

.change-img .b-new,
.change-img .b-hit {
    z-index: 1;
}

.b-projects .b-teaser .b-img .capture {
    z-index: 2;
}

.bx-touch .change-img__cont {
    display: none;
}

@media (max-width: 1024px) {
    .change-img__cont {
        display: none;
    }
}


@media (max-width: 479px) {
    .projects-section .b-project2 {
        margin-bottom: 3em;
    }

    .projects-section .b-project2 a:hover {
        box-shadow: inherit;
    }

    .projects-section .all-link {
        right: 1.3em;
    }

    .projects-section .b-text {
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .projects-section .b-img span.capture {
        left: 1.3em;
    }
}

.projects-section .all-wrap {
    float: right;
}



.projects-slider {
    padding: 0em 0em 3em 0em;
}

.projects-slider .bx-wrapper .bx-viewport {
    background: none;
}

@media (max-width: 479px) {
    .projects-slider .b-project2 {
        margin-bottom: 3em;
    }

    .projects-slider .b-project2 a:hover {
        box-shadow: inherit;
    }

    .projects-slider .all-link {
        right: 1.3em;
    }

    .projects-slider .b-text {
        margin-left: 1.3em;
        margin-right: 1.3em;
    }

    .projects-slider .b-img span.capture {
        left: 1.3em;
    }
}

.projects-slider .bx-wrapper .bx-viewport {
    background: none;
}

.projects-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 2.5em;
    height: 2.5em;
    background: #b3b3b3;
    text-indent: 0px;
    z-index: 100;
    text-align: center;
    border-radius: .4em;
    margin-top: -1.25em;
}

.projects-slider .bx-wrapper .bx-controls-direction a:hover {
    background: #909090;
}

.projects-slider .bx-wrapper .bx-prev {
    left: -3.3em;
}

.projects-slider .bx-wrapper .bx-next {
    right: -3.3em;
}

.projects-slider .bx-wrapper .bx-next:after,
.projects-slider .bx-wrapper .bx-prev:after {
    font-family: "icomoon";
    font-size: 1em;
    line-height: 2.6em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.projects-slider .bx-wrapper .bx-prev:after {
    content: '\e901';
    margin-right: .2em;
}

.projects-slider .bx-wrapper .bx-next:after {
    content: '\e900';
    margin-left: .2em;
}

.projects-slider .b-teaser {
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.projects-slider .bx-wrapper {
    min-width: 100% !important;
}

.projects-slider .bx-viewport .bx-loading {
    display: none;
}


@media (max-width: 1199px) {
    .projects-slider .bx-wrapper {
        padding-left: 3em;
        padding-right: 3em;
    }

    .projects-slider .bx-wrapper .bx-prev {
        left: 0;
    }

    .projects-slider .bx-wrapper .bx-next {
        right: 0;
    }
}

@media (max-width: 479px) {
    .projects-slider h2,
    .projects-slider .h2 {
    }

    .projects-slider .bx-wrapper {
        padding-left: 0em;
        padding-right: 0em;
        margin: 0;
        padding-bottom: 0;
    }

    .projects-slider .bx-wrapper .bx-controls-direction {
        position: relative;
    }

    .projects-slider .bx-wrapper .bx-controls-direction a {
        position: absolute;
        bottom: 2.5em;
        top: auto;
        margin-top: 0px;
        outline: 0;
        width: 4.6em;
        height: 4.2em;
        background: #F4C367;
        text-indent: 0px;
        z-index: 100;
        text-align: center;
        border-radius: 0;
    }

    .projects-slider .bx-wrapper .bx-controls-direction a:hover {
        background: #f9d288;
    }

    .projects-slider .bx-wrapper .bx-prev {
        left: 4.6em;
        right: auto;
        border-left: .1em solid #d2a15c;
        position: relative;
    }

    .projects-slider .bx-wrapper .bx-next {
        left: 0px;
        right: auto;
        position: relative;
    }

    .projects-slider .bx-wrapper .bx-prev:hover {
    }

    .projects-slider .bx-wrapper .bx-next:after,
    .projects-slider .bx-wrapper .bx-prev:after {
        font-family: "icomoon";
        font-size: 1.8em;
        line-height: 2.4em;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #9f7a34;
        margin-left: 0;
        margin-right: 0;
    }

    .projects-slider .bx-wrapper .bx-prev:after {
        content: '\e900';
    }

    .projects-slider .bx-wrapper .bx-next:after {
        content: '\e901';
    }

    .projects-slider .bx-wrapper .bx-controls-direction a {
        font-size: .8em;
        bottom: 1em;
    }
}

.term-description table {
    border: solid #ccc 1px;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.term-description th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -ms-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(top, #fff, #fff);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.term-description td {
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

@media (max-width: 500px) {
    .term-description td {
        padding: 5px;
        font-size: 9px;
    }
}

@-moz-document url-prefix() {
    .b-projects .b-content {
        padding: 1.2em .7em 1.2em .7em;
        font: normal .76em/1.2em "Verdana", sans-serif;
        display: block;
        color: #585858;
    }
}

.load_ajax_elements {
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #f3c368;
    background: #f3c368;
    color: #fff;
    border-radius: 10px;
    margin: 30px auto;
    cursor: pointer;
    transition: 0.2s;
}

.load_ajax_elements:hover {
    background: #ffa53b;
    color: #fff;
}

.ajax_pager_loader_gif {
    width: 40px;
    margin: 30px auto;
    display: block;
}

.text_under_ajax_button {
    text-align: center;
    font-size: 14px;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: 30px;
}
*/
/* End */
/* /local/templates/new/css/project.css?1765176617113775 */
/* /local/templates/new/components/bquadro/catalog/projects_horiz/style.css?17319224952685 */
/* /local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/style.css?171646714342110 */
/* /local/templates/new/components/bquadro/catalog.smart.filter/horiz_and_tags/themes/main/colors.css?17150864622548 */
/* /local/templates/new/components/bquadro/catalog.section/projects_redesign/style.css?17150864629821 */
