.page_about body {
    padding: 100px 0 0;
}

.page_about .content {
    background-color: #e8ebef;
}

.about__history {
    position: relative;
    background: #e8ebef;
}

.about__timeline {
    position: absolute;
    top: 0;
    right: 25px;
    box-sizing: border-box;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.about__timeline-item {
    line-height: 41px;
    position: relative;
    display: block;
    width: auto;
    height: 41px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: right;
    color: #292e32;
}

.about__timeline-item:before {
    position: absolute;
    top: 21px;
    right: -3px;
    display: block;
    width: 7px;
    height: 1px;
    content: '';
    transition: transform .3s ease-in-out;
    background: #292e32;
}

.about__timeline-item_current:before {
    transform: scaleY(2) translate3d(0, 0, 0);
}

.about__timeline-item span {
    font: 900 20px Room;
    line-height: 42px;
    display: block;
    height: 41px;
    padding-right: 20px;
    transition: all .3s ease-in-out;
    transform: perspective(1px) scale(.5);
    transform-origin: 100% 50%;
    letter-spacing: 1px;
}

.about__timeline-item:hover span {
    transform: perspective(1px) scale(.85);

    opacity: .75;
}

.about__timeline .about__timeline-item_current span {
    transform: perspective(1px) scale(1);

    opacity: 1;
}

.about__history:before,
.about__timeline:before {
    position: absolute;
    top: 0;
    right: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';
    transition: opacity .5s ease-in-out;

    background: #888c90;
}

.about__timeline:before {
    right: 0;
}

.about__projects {
    font: 300 15px / 1.4 Helvetica;

    position: relative;

    padding: 80px 0;

    color: #41464b;
}

.about__project {
    margin: auto;
}

.about__project:after,
.about__project:before {
    display: block;

    height: 50px;

    content: '';
}

.about__punch {
    box-sizing: border-box;
    width: 520px;
    margin: auto;
    padding: 20px;

    text-align: center;

    background: #e8ebef;
}

.about__quote {
    font-style: italic;

    margin-top: 20px;

    text-align: center;
}

.about__project {
    position: relative;

    width: 960px;
}

.about__content-wrapper {
    position: absolute;
    top: 0;
    right: 0;

    width: 52.9%;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.about__content-wrapper:after {
    display: inline-block;

    width: 0;
    height: 565px;

    content: '';
    vertical-align: middle;
}

.about__project_right .about__content-wrapper {
    left: 0;
}

.about__project_right .about__project-image {
    margin-left: 48%;

    transition: height .5s ease-in-out;
}

.about__content-heading {
    font: 700 24px Room;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #292e32;
}

.about__punch .about__content-heading {
    font-size: 36px;
}

.about__content-descriptor {
    font: 900 14px Room;

    margin-top: -5px;

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #292e32;
}

.about__content {
    white-space: normal;
    position: relative;
    display: inline-block;

    width: 100%;
    padding: 60px 85px;

    vertical-align: middle;
    box-sizing: border-box;
}

.about__content .mb {
    background: #292e32;
}

.about__content .mb_l,
.about__content .mb_r {
    width: 3px;
}

.about__content .mb_t,
.about__content .mb_b {
    height: 3px;
}

.about__project-image {
    display: inline-block;

    width: 52%;
    height: 460px;

    background: #fff 50% 50% / cover no-repeat;
}

.about__content-text {
    margin-bottom: 10px;
}

.about__tick {
    position: relative;

    padding-top: 25px;
    width: 22px;
    margin: -25px auto 0;

    color: #292e32;
    border-bottom: 1px solid;
}

.about__tick > span {
    font: 900 14px Room;
    line-height: 15px;

    position: absolute;
    top: 18px;
    right: 32px;

    height: 15px;

    letter-spacing: 1px;
}

@media screen and (min-width: 1920px) {
    .about__project {
        width: 1100px;
    }

    .about__content {
        padding: 50px 85px;
    }

    .about__project-image {
        height: 600px;
    }

    .about__content-wrapper:after {
        height: 700px;
    }
}

@media screen and (max-width: 1280px) {
    .about__project {
        width: 800px;
    }

    .about__content {
        padding: 30px 65px;
    }

    .about__project-image {
        height: 400px;
    }

    .about__content-wrapper:after {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .about__projects {
        padding-top: 0;
    }

    .about__punch {
        width: 450px;
        margin: 0;
    }

    .about__project {
        width: 450px;
        margin: auto;
    }

    .about__content-wrapper {
        position: relative;
        top: -5px;

        width: 100%;

        text-align: center;

        background: #e8ebef;
    }

    .about__content-wrapper:after {
        height: auto;
    }

    .about__content {
        padding: 20px;
    }

    .page_about .about__project-image {
        width: 100%;
        height: 450px;
        margin: 0;
    }

    .page_about .mb {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about__punch {
        width: 414px;
        margin: 0;
        padding: 20px;
        background: #e8ebef;
    }

    .about__project {
        width: 414px;
        margin: auto;
    }

    .about__content-wrapper {
        position: relative;

        width: 100%;
        padding: 50px 20px 20px;

        transform: none;
        text-align: center;

        background: #e8ebef;
    }

    .about__content {
        padding: 0;
    }

    .page_about .about__project-image {
        width: 100%;
        height: 414px;
        margin: 0;
    }

    .about__timeline {
        display: none;
    }
}

@media screen and (max-width: 414px) {

    .about__content-wrapper,
    .about__punch {
        box-sizing: border-box;
        width: 100%;

        text-align: left;
    }

    .about__project {
        width: 100%;
    }

    .page_about .about__project-image {
        height: 320px;
    }
}

.calculator {
    background: url(apartment-pattern.svg) no-repeat left top #495463;
    background-size: 700px;
    color: #e9ecf0;
    padding: 72px 0;
}

.calculator__heading {
    color: #fff;
    font: 900 24px Room;
    letter-spacing: .5px;
    text-align: center;
}

.calculator__note {
    color: #6a7075;
    font: 300 12px Helvetica;
    letter-spacing: 1px;
    line-height: 1.45;
    text-align: center;
}

.calculator_dark .calculator__note {
    color: #e8ebef;
    opacity: .5;
}

.calculator__heading + .calculator__note {
    margin-top: -10px;
}

.calculator__radiogroup + .calculator__note {
    margin-top: 30px;
}

.calculator .option {
    margin: 48px 0;
}

.calculator_dark .option__title,
.calculator_dark .option__value {
    color: #e9ecf0 !important;
}

.calculator .option__unit {
    float: right;
}

.calculator__result {
    color: #231f20;
    display: inline-block;
    font: 600 22px 'Futura New';
    margin-bottom: 36px;
    width: 49%;
    float: left;
}

.calculator_dark .calculator__result {
    color: #e8ebef;
}

.calculator__result:last-of-type {
    text-align: right;
    float: right;
}

.calculator__result-caption {
    font: 700 13px Helvetica;
    letter-spacing: 1px;
    opacity: .8;
}

.calculator_dark .ui-slider {
    background: #7e8791 !important;
}

.calculator_dark .ui-slider .ui-slider-handle,
.calculator_dark .ui-slider .ui-slider-range {
    background: #e9ecf0 !important;
}

.calculator__amount {
    font: 300 12px Helvetica;
    letter-spacing: .5px;
    margin-bottom: 33px;
    text-align: center;
}

.calculator__amount output {
    font: 600 22px 'Futura New';
}

.calculator__radiogroup {
    margin-top: 24px;
    overflow: auto;
}

.calculator__radiogroup label {
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #e8ebef;
    cursor: pointer;
    display: block;
    float: left;
    font: 700 13px Room;
    letter-spacing: .5px;
    line-height: 2.75;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.calculator__radiogroup [type=radio] {
    display: none;
}

.calculator__radiogroup :checked + label {
    background: #fff;
    color: #495463;
}

.banks-caption {
    color: #231f20;
    font: 900 20px Room;
    margin-top: 54px;
    text-align: center;
    text-transform: uppercase;
}

.banks-carousel__item {
    background: #d2d5d9 no-repeat center;
    height: 220px;
    width: 220px;
}

.banks-carousel:not(.banks-carousel_mobile) .owl-prev {
    left: -55px;
}

.banks-carousel:not(.banks-carousel_mobile) .owl-next {
    right: -55px;
}

.calculator_mobile {
    padding: 42px 0;
}

.calculator_mobile .calculator__radiogroup label {
    background: transparent;
    border: 0 solid transparent;
    border-bottom-width: 2px;
    color: #fff;
    line-height: 2;
    transition: border-color .3s ease-in-out;
    width: auto;
}

.calculator_mobile .calculator__radiogroup :checked + label {
    border-color: #fff;
}

.calculator_mobile .calculator__radiogroup label:last-of-type {
    float: right;
}

.calculator_mobile.calculator_installments .option {
    padding: 0 10px;
}

.calculator_mobile.calculator_installments .calculator__amount output {
    font-size: 30px;
}

.calculator_mobile.calculator_hypothec .calculator__amount output {
    display: inline-block;
    margin-top: 3px;
}

.calculator_mobile .calculator__result {
    display: block;
    text-align: center !important;
    width: 100%;
}

.calculator_mobile .calculator__result:first-of-type {
    margin-bottom: 18px;
}

.banks-carousel_mobile .banks-carousel__item {
    background-origin: content-box;
    background-size: contain;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
}

.banks-carousel_mobile .owl-nav {
    display: block;
}

#google-map {
    width: 100%;
    height: 100%;
}

.page_contacts .content {
    padding-top: 70px;
}

.contact__heading {
    transition: margin .5s ease-in-out;
    text-align: center;
}

.contact__list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;

    transition: border-color .5s ease-in-out;
    text-align: center;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid transparent;
}

.contact__item {
    display: inline-block;

    width: 33%;
    min-width: 250px;
    margin-bottom: 30px;
    padding-top: 30px;

    transition: border-color .5s ease-in-out;
    vertical-align: top;

    border-top: 1px solid transparent;
}

.contact__item-heading {
    font: 900 18px / 1 Room;

    margin-bottom: 10px;

    color: #272425;
}

.contact__item-text {
    font: 300 13px / 1.5 Helvetica;

    color: #44484c;
}

.contact__item-text b {
    font-size: 10px;
}

.contact__call {
    margin: 0 0 70px 0;
}

.contact__call.phone--large {
    margin: 0 0 30px 0;
}

.contact__call-label {
    text-transform: uppercase;
    font: 900 18px / 1 Room;
    color: #44484c;
}

.map {
    height: 600px;
    position: relative;
}

.map__zoom {
    position: absolute;
    top: 50%;
    right: 15px;

    cursor: default;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.map_location .map__zoom {

}

.map_location .map__zoom-in,
.map_location .map__zoom-out {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font: 900 30px / 40px monospace;
    background: transparent;
    border: 1px solid #292e32;
    margin-bottom: 13px;
}

.page_touchevents .map__zoom {
    display: none;
}

.map__zoom-in {
    margin-bottom: 10px;
}

.map__zoom-in,
.map__zoom-out {
    font: 900 20px / 30px monospace;

    display: block;

    width: 30px;
    height: 30px;

    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;

    color: #292e32;
    background: #fff;
}

.map__zoom-in:hover,
.map__zoom-out:hover {
    color: #fff;
    background: #292e32;
}

.map__items {
    display: none;
}

.map__item {
    position: absolute;

    margin-top: -40px;
    cursor: pointer;
}

.map__item-title {
    font: 100 20px / .9 Room;

    height: 40px;
    padding-left: 35px;

    white-space: nowrap;

    text-transform: uppercase;

    color: #292e32;
    background: url(/pin.png) 0 0 / contain no-repeat;
}

.map__item-title > b {
    font-weight: 900;
}

.map__item-pane {
    font: 300 11px / 1.35 Helvetica;

    position: absolute;
    right: 100%;
    bottom: 100%;

    box-sizing: border-box;
    width: 150px;
    padding: 15px 15px;

    transition: all .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;

    color: #fff;
    color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0);
}

.page_touchevents .map__item-pane {
    display: none;
}

.map__item:hover {
    z-index: 1;
}

.map__item:hover .map__item-pane {
    transition: all .3s .4s ease-in-out;

    color: #fff;
    background: #292e32;
}

.map__item-pane-heading {
    font: 700 18px Room;

    margin-bottom: 10px;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.map__item .mb {
    transition-delay: .3s;

    background: #292e32;
}

.map__item:hover .mb {
    transition-delay: 0;
}

.map__item .mb_l,
.map__item .mb_r {
    width: 2px;
}

.map__item .mb_b,
.map__item .mb_t {
    height: 2px;
}

.phone.phone--large > a {
    font: 700 34px / 1.2 Room;
}

.phone .btn.btn--m0 {
    margin: 0;
}

@media screen and (min-width: 1920px) {
    .map {
        height: 700px;
    }
}

@media screen and (max-width: 600px) {
    .contact__heading {
        margin-top: 40px;
    }

    .contact__list {
        width: auto;
        margin: 0 25px;

        border-bottom-color: #ccc;
    }

    .contact__item {
        width: 100%;
        min-width: 0;
    }

    .contact__item + .contact__item {
        border-top-color: #ccc;
    }

    .map {
        height: 550px;
    }
}

.favorites {
    width: 80%;
    margin: auto;
}

.favorites__header {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.favorites__header > .ui-selectmenu-button {
    border: none !important;
}

.favorites__sorting_large {
    position: absolute;
    right: 1%;
    bottom: 20%;
}

.favorites__sorting_large span {
    font: 400 12px / 1.2 Room;
}

.favorites__header h1 {
    font-size: 2em;
    font-weight: bold;
}

.favorites__header span {
    font: 400 11px / 1.1 Room;
}

.favorites__header .filter__button_select {
    width: initial !important;
}

.favorites__table {
    width: 100%;
    border-collapse: collapse;
}

.favorites__table-head {
    color: #797979;
    border-bottom: 1px solid #adadad;
    font: 300 16px 'Futura New';
}

.favorites__table-item {
    border-bottom: 1px solid #adadad;
    font: 600 15px / 1.2 Room;
}

.favorites__table-planWrapper {
    background: #cbcdd0;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 140px;
    height: 140px;
}

.favorites__table-plan {
    background: no-repeat center;
    background-size: contain;
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}

i.favorites__table-close {
    background: url(mobile-header-icons.svg);
    display: inline-block;
    height: 16px;
    width: 19px;
    background-position: -19px;
    cursor: pointer;
    float: right;
    opacity: .4;
    transition: .3s;
}

i.favorites__table-close:hover {
    opacity: 1;
}

.favorites__table-img {
    width: 140px;
    padding: 0;
}

.favorites__table-rooms {
    width: 8%;
    text-align: center;
}

.favorites__table-address {
    width: 14%;
}

.favorites__table-date {
    width: 10%;
    text-align: center;
}

.favorites__table-square {
    width: 10%;
    text-align: center;
}

.favorites__table-floors {
    width: 13%;
    text-align: center;
}

.favorites__table-cost {
    width: 13%;
    text-align: center;
}

.favorites__table-close {
    text-align: right;
}

.favorites__apartment-remove {
    background: url(mobile-header-icons.svg);
    display: inline-block;
    height: 16px;
    width: 19px;
    background-position: -19px;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 2;
}

.favorites__apartment {
    box-shadow: 0 1px 10px #c0c0c0;
    color: #43494e;
    display: block;
    margin: 20px auto;
    overflow: auto;
    width: 100%;
}

.favorites__apartment-planWrapper {
    background: #cbcdd0;
    box-sizing: border-box;
    float: left;
    margin-right: 32px;
    position: relative;
    width: 100%;
}

.favorites__apartment-planSizer {
    opacity: 0;
    width: 100%;
}

.favorites__apartment-plan {
    background: no-repeat center;
    background-size: contain;
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}

.favorites__apartment-info {
    margin-top: 100%;
    padding: 33px;
}

.favorites__apartment-rooms {
    font: 700 20px Room;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.favorites__separator_apartment {
    display: flex;
    margin: 20px 0;
    width: 148px;
}

.favorites__apartment-cost {
    margin-top: 10px;
    margin-bottom: -8px;
    color: #1c24c6;
    font: 700 18px 'Futura New';
}

.filter__result-item {
    box-shadow: 0 1px 5px #444;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px;
    margin-left: 28px;
    min-width: 470px;
    vertical-align: top;
    width: 47%;
}

.filter__result-item {
    position: relative;
}

.filter__result-link {
    display: block;
}

.filter__result-item .favorites__apartment {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.filter__result-item .favorites__apartment-rooms {
    font: 700 12px Helvetica;
    letter-spacing: 1px;
}

.filter__result-item .favorites__apartment-text {
    font: 100 12px Helvetica;
}

.filter__result-item .favorites__apartment-note {
    font: 100 11px Helvetica;
}

.filter__result-item .favorites__apartment-cost {
    color: #000;
}

.favorites__btn-container {
    margin: 30px auto;
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.content_mobile .favorites__btn-container .btn:before {
    content: none;
}

.favorites__btn-container .btn_black {
    height: 43px;
}

.favorites__btn-container .btn_square {
    background-color: rgba(54, 64, 77, 0.1);
    position: absolute;
    left: calc(50% + (250px / 2 + 20px));
    bottom: 0%;
    width: 43px;
    height: 43px;
    padding: 0;
    overflow: visible;
    transition: .3s;
}

.favorites__btn-container .btn_square:hover {
    background-color: rgba(54, 64, 77, 0.3);
}

.btn_square:hover .hover-text {
    color: rgba(54, 64, 77, 0.7);
    top: -4px;
    left: calc(100% + 15px);
}

.btn-square span {
    background: url(download.svg);
    display: inline-block;
    width: 23px;
    height: 24px;
}

.favorites__callme_group {
    width: 200px;
    margin: 10px auto;
    text-align: center;
}

.favorites__callme_group .call_info {
    color: #797979;
    font: 400 14px / 1.2 Room;
    margin: 0;
}

.favorites__callme_group .call_number {
    font: 700 18px / 1.2 Room;
    margin: 0;
}

.favorites .ui-selectmenu-button,
.page_favorites .ui-selectmenu-menu .ui-menu {
    width: auto !important;
}

.favorites .ui-selectmenu-button .ui-selectmenu-text {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .favorites {
        width: 90%;
    }

    .favorites__header {
        margin: 10px 0;
    }

    .favorites__btn-container {
        margin: 10px auto;
        display: block;
    }

    .favorites__btn-container .btn_black {
        float: left;
    }

    .favorites__btn-container .btn_square {
        position: static;
        float: left;
        margin-left: 15px !important;
    }

    .favorites__callme_group {
        position: static;
        width: 100%;
        margin-top: 100px;
    }
}

.page_filter {
    background-size: 700px;
}

.section-filter {
    position: relative;
}

.section-filter_bg {
    background-color: #fff;
}

.filter__button {
    font-size: 9px;
    text-transform: uppercase;
}

.filter__button_reset {
    bottom: 0;
    font: 300 9px Room;
    letter-spacing: .5px;
    position: absolute;
    right: 25px;
}

.section-filter__form {
    color: #000;
    font-size: 18px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 70px 100px;
    visibility: hidden;
}

.section-filter__form .btn {
    width: 100%;
}

.section-filter__title {
    margin-bottom: 50px;
    position: relative;
}

.section-filter__title-text {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 64%;
}

.section-filter__options {
    margin: 0 auto;
}

.popup__form .section-filter__options {
    text-align: center;
}

.option__item {
    display: inline-block;
    margin: 0 25px 50px;
    min-width: 280px;
    vertical-align: bottom;
}

.option__item_empty {
    display: none;
    min-width: 0;
}

.checkbox__input {
    border-width: 1px;
    border-color: black;
}

.option__item_reset {
    display: none;
}

.filter__select {
    width: 100%;
}

.ui-selectmenu-button {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #c5c5c5 !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
    width: 100% !important;
}

.ui-selectmenu-button:before {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    bottom: 10px;
    content: '';
    height: 7px;
    position: absolute;
    right: 3px;
    transform: rotate(45deg);
    transition: transform, bottom .3s, .3s;
    width: 7px;
}

.ui-selectmenu-button[aria-expanded="true"]:before {
    bottom: 5px;
    transform: rotate(225deg);
}

.ui-selectmenu-menu.ui-selectmenu-open {
    z-index: 1000;
}

.ui-state-focus .ui-selectmenu-text,
.ui-state-hover .ui-selectmenu-text {
    color: #41464b;
}

.ui-selectmenu-text {
    font: 700 13px Helvetica;
    letter-spacing: 1px;
    padding: 0 !important;
}

.ui-state-default .ui-icon {
    display: none;
}

.ui-menu.ui-widget-content {
    background-color: rgba(41, 46, 50, .9);
    padding: 35px 25px !important;
}

.ui-menu-item, .ui-state-focus, .ui-state-hover {
    color: #fff !important;
}

.ui-state-hover, .ui-state-focus {
    background-color: transparent !important;
}

.ui-menu-item {
    font: 400 12px Helvetica;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
    white-space: nowrap;
}

.ui-menu-item:last-child {
    margin-bottom: 0 !important;
}

.ui-menu-item.ui-state-focus {
    font-weight: 700 !important;
}

.ui-menu-item.ui-state-focus {
    border-color: transparent !important;
}

.option__title {
    color: #41464b;
    font: 700 13px Helvetica;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: left;
    vertical-align: middle;
}

.option__title_lower {
    margin-bottom: 9px;
}

.option__full-value {
    float: right;
}

.filter__unit, .option__value {
    font: 300 13px Helvetica;
    letter-spacing: 1px;
}

.option__value {
    text-align: right;
    width: 100px;
}

.ui-slider-horizontal {
    background-color: #c5c5c5 !important;
    border: none !important;
    height: 1px !important;
}

.ui-widget-header {
    background-color: #1c24c6 !important;
    height: 2px !important;
}

.ui-slider .ui-slider-handle {
    background-color: #1c24c6 !important;
    border: none !important;
    border-radius: 50%;
    cursor: pointer !important;
    height: 10px !important;
    margin-left: -5px !important;
    margin-top: 1px !important;
    width: 10px !important;
}


.checkbox__list {
    display: inline-block;
    font-size: 0;
    padding: 0;
    text-align: justify;
    vertical-align: middle;
    width: 100%;
}

.option__item_expanding {
    width: initial;
}

.option__item_expanding .checkbox__list {
    display: initial;
}


.checkbox__item {
    display: inline-block;
    float: right;
    margin: 5px 3px 0 0;
}

.checkbox__item:first-child {
    float: left;
}

.checkbox__item_block {
    display: block;
}

.commercial .checkbox__item {
    float: none;
}

.checkbox__input {
    display: none;
}

.option__title_checkbox,
.checkbox__label {
    border: 2px solid transparent;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.option__title_checkbox {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-left: 0;
}

.option__item .checkbox {
    font: inherit;
    text-transform: none;
    font-weight: 200;
}

.checkbox__label {
    box-sizing: border-box;
    cursor: pointer;
    font: 300 13px Helvetica;
    height: 35px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    width: 35px;
}

.commercial .checkbox__label {
    width: inherit;
}

.checkbox__label_s-padding {
    width: auto;
    padding: 10px 5px;
}

.checkbox__input:checked + .checkbox__label {
    border: 2px solid #1c24c6;
    color: #1c24c6;
}

.section-filter__preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    z-index: 10;
    transition: transform .4s;
}

.section-filter__preloader_hide {
    transform: scale(0);
}

.section-filter__preloader-icon {
    background: url('loader_black.svg');
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 120px;
    margin: -15px 0 0 -60px;
}


.result-title {
    margin-bottom: 50px;
    position: relative;
}

.result-title__text {
    color: #fff;
    font: 300 15px Helvetica;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
}

.filter__button_select,
.result-title .ui-selectmenu-button {
    border: none !important;
    bottom: 0;
    padding: 0 30px 0 !important;
    position: absolute;
    right: 0px;
    width: inherit !important;
}

.filter__button_select {
    visibility: hidden;
}

.result-title .ui-selectmenu-text {
    color: #fff;
    font: 300 11px Room;
    text-align: right !important;
}

.result-title .ui-state-focus .ui-selectmenu-text,
.result-title .ui-state-hover .ui-selectmenu-text {
    color: #fff !important;
}

.result-title .ui-selectmenu-button:before {
    border-color: #fff !important;
    bottom: 5px;
}

.result-title .ui-selectmenu-button[aria-expanded="true"]:before {
    bottom: 0;
}

.section-filter__result {
    background: #495463 url('apartment-pattern.svg') no-repeat left top;
    background-size: 60%;
}

.section-filter__result-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 70px 100px;
}

.filter__result-list {
    margin: 0 0 0 -28px;
    padding: 0;
    text-align: justify;
}

.filter__result-item {
    box-shadow: 0 1px 5px #444;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px;
    margin-left: 28px;
    min-width: 470px;
    vertical-align: top;
    width: 47%;
}

.filter__result-link {
    display: block;
}

.filter__result-item .promo__apartment {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.filter__result-item .promo__apartment-rooms {
    font: 700 12px Helvetica;
    letter-spacing: 1px;
}

.filter__result-item .promo__apartment-text {
    font: 100 12px Helvetica;
    letter-spacing: 1px;
}

.filter__result-item .promo__object-text {
    font: 100 12px Helvetica;
}

.filter__result-item .promo__apartment-note {
    font: 100 11px Helvetica;
}

.filter__result-item .promo__apartment-cost {
    color: #000;
}
.popup_filters .popup__inner {
    max-width: 640px;
}

.popup_filters .popup__form {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.popup_filters .option__item {
    min-width: 220px;
}

.popup_filters .section-filter__title {
    display: none;
}

.popup_filters .section-filter__form {
    padding: 0;
}

.popup_filters .option__title_checkbox {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .section-filter__title-text {
        width: auto;
    }

    .section-filter__form {
        padding: 50px;
    }

    .section-filter__options {
        text-align: center;
    }

    .option__item {
        min-width: 220px;
        max-width: 220px;
        margin: 0 auto 40px
    }

    .checkbox__item:first-child {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .section-filter {
        width: 100%;
    }

    .section-filter__form,
    .section-filter__result-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-filter__title .filter__button_reset {
        display: none;
    }

    .result-title .ui-selectmenu-button {
        right: 54%;
        transform: translateX(50%)
    }

    html:not(.page_about) .result-title .ui-selectmenu-button {
        bottom: -27px;
    }

    .no-news {
        top: 70% !important;
    }

    .option__item {
        margin-bottom: 40px;
        margin-left: 0;
    }

    .option__item:last-of-type {
        margin-bottom: 0;
    }

    .option__item_reset {
        display: inline-block;
    }

    .ui-slider .ui-slider-handle {
        height: 18px !important;
        margin-left: -9px !important;
        top: -9px !important;
        width: 18px !important;
    }
    .filter__result-list {
        margin-left: 0;
    }

    .filter__result-item {
        margin-left: 0;
        min-width: 0;
        width: 100%;
    }
}

@font-face {
    font-family: 'Futura New';
    src: url('FuturaNewLight-Reg.eot?#iefix') format('embedded-opentype'), url('FuturaNewLight-Reg.otf') format('opentype'),
    url('FuturaNewLight-Reg.woff') format('woff'), url('FuturaNewLight-Reg.ttf') format('truetype'), url('FuturaNewLight-Reg.svg#FuturaNewLight-Reg') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'Futura New';
    src: url('FuturaNewMedium-Reg.eot?#iefix') format('embedded-opentype'), url('FuturaNewMedium-Reg.otf') format('opentype'),
    url('FuturaNewMedium-Reg.woff') format('woff'), url('FuturaNewMedium-Reg.ttf') format('truetype'), url('FuturaNewMedium-Reg.svg#FuturaNewMedium-Reg') format('svg');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Futura New';
    src: url('FuturaNewDemi-Reg.eot?#iefix') format('embedded-opentype'), url('FuturaNewDemi-Reg.otf') format('opentype'),
    url('FuturaNewDemi-Reg.woff') format('woff'), url('FuturaNewDemi-Reg.ttf') format('truetype'), url('FuturaNewDemi-Reg.svg#FuturaNewDemi-Reg') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'Futura New';
    src: url('FuturaNewHeavy-Reg.eot?#iefix') format('embedded-opentype'), url('FuturaNewHeavy-Reg.otf') format('opentype'),
    url('FuturaNewHeavy-Reg.woff') format('woff'), url('FuturaNewHeavy-Reg.ttf') format('truetype'), url('FuturaNewHeavy-Reg.svg#FuturaNewHeavy-Reg') format('svg');
    font-weight: 700;
}

@font-face {
    font-family: Helvetica;
    src: url('light.eot');
    src: url('light.eot?#iefix') format('embedded-opentype'),
    url('light.woff2') format('woff2'),
    url('light.woff') format('woff'),
    url('light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Helvetica;
    src: url('roman.eot');
    src: url('roman.eot?#iefix') format('embedded-opentype'),
    url('roman.woff2') format('woff2'),
    url('roman.woff') format('woff'),
    url('roman.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Helvetica;
    src: url('medium.eot');
    src: url('medium.eot?#iefix') format('embedded-opentype'),
    url('medium.woff2') format('woff2'),
    url('medium.woff') format('woff'),
    url('medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Helvetica;
    src: url('bold.eot');
    src: url('bold.eot?#iefix') format('embedded-opentype'),
    url('bold.woff2') format('woff2'),
    url('bold.woff') format('woff'),
    url('bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Room;
    src: url('thin.eot');
    src: url('thin.eot?#iefix') format('embedded-opentype'),
    url('thin.woff2') format('woff2'),
    url('thin.woff') format('woff'),
    url('thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Room;
    src: url('light.eot');
    src: url('light.eot?#iefix') format('embedded-opentype'),
    url('light.woff2') format('woff2'),
    url('light.woff') format('woff'),
    url('light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Room;
    src: url('bold.eot');
    src: url('bold.eot?#iefix') format('embedded-opentype'),
    url('bold.woff2') format('woff2'),
    url('bold.woff') format('woff'),
    url('bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Room;
    src: url('black.eot');
    src: url('black.eot?#iefix') format('embedded-opentype'),
    url('black.woff2') format('woff2'),
    url('black.woff') format('woff'),
    url('black.ttf') format('truetype');
    font-weight: 900;
}

.footer {
    background: #292e32;
    box-sizing: border-box;
    color: #b0b4b9;
    padding: 40px 100px;
    transition: padding .5s ease-in-out;
    width: 100%;
    position: relative;
    height: 220px;
    margin-top: -220px;
    z-index: 2;
}

.footer__content {
    height: 145px;

    position: relative;
}

.footer__label {
    font: 700 10px / 1.2 Room;

    margin-bottom: 5px;

    text-transform: uppercase;
}

.footer__social,
.footer__mail,
.footer__text {
    position: absolute;
}

.footer__social {
    left: 0;
    top: 0;
}

.footer__text_left {
    bottom: 0;
    left: 0;
}

.footer__mail {
    right: 0;
    top: 0;
}

.footer__text_right {
    bottom: 0;
    right: 0;
}

.footer__phone {
    margin: 0 auto;

    padding-top: 10px;
    position: relative;
    width: 300px;
}

.social__list {
    border: 1px solid #43494e;

    box-sizing: border-box;

    font-size: 0;

    white-space: nowrap;
}

.social__item {
    border-left: inherit;

    box-sizing: border-box;
    cursor: pointer;

    display: inline-block;
    height: 44px;
    overflow: hidden;

    position: relative;
    transition: background-color .4s ease-in-out;

    width: 44px;
}

.social__item:first-child {
    border-left: none;
}

.social__item:before,
.social__item:after {
    content: '';
    display: block;
    height: 100%;

    left: 0;

    position: absolute;
    top: 0;

    width: 100%;
}

.social__item:after {
    background: url(social.svg) 0 0 / 259px 49px no-repeat;
}

.social__item:before {
    background-color: #43494e;
    left: 50%;

    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 2);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 2);
    transition: -webkit-transform .3s cubic-bezier(.55, .06, .68, .19);

    transition: transform .3s cubic-bezier(.55, .06, .68, .19);
}

.social__item:hover:before {
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(2, 2);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(2, 2);
}

.social_fb:after {
    background-position: 0 -3px;
}

.social_vk:after {
    background-position: -43px -3px;
}

.social_tw:after {
    background-position: -85px -3px;
}

.social_in:after {
    background-position: -129px -3px;
}

.social_ok:after {
    background-position: -172px -3px;
}

button.social__item:after {
    background-position: -216px -3px;
}

.page_preserve3d .footer__mail {
    -webkit-perspective: 900px;
    perspective: 900px;
}

.footer__mail .footer__label {
    position: relative;

    transition: opacity .3s ease-in-out;
}

.footer__mail_success .footer__label {
    opacity: 0;
}

.footer__cube {
    position: relative;
}

.page_preserve3d .footer__cube {
    transform: translateZ(-23px);
    -webkit-transform: translateZ(-23px);
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page_preserve3d .footer__mail_success .footer__cube {
    transform: translateZ(-23px) rotateX(-90deg);
    -webkit-transform: translateZ(-23px) rotateX(-90deg);
}

.footer__form {
    background: #292e32;
}

.page_preserve3d .footer__form {
    transform: translateZ(23px);
    -webkit-transform: translateZ(23px);
}

.page_no-preserve3d .footer__cube {
    overflow: hidden;
}

.footer__mail-control {
    box-sizing: border-box;

    height: 46px;
    padding-right: 45px;
    position: relative;
    transition: width .5s ease-in-out;

    width: 240px;
}

.footer__mail-control button {
    border: 1px solid #43494e;
    border-left: none;
    box-sizing: content-box;

    position: absolute;

    right: 0;
    top: 0;

    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.footer__mail-control input {
    border: 1px solid #43494e;

    color: inherit;
    font: 300 13px Helvetica;
    height: 100%;

    padding: 0 15px;

    transition: border-color .5s ease-in-out;
    width: 100%;
}

.footer__mail-success {
    background: #292e32;

    border: 1px solid #43494e;
    box-sizing: border-box;
    font: 700 11px / 46px Room;

    height: 46px;
    left: 0;
    position: absolute;

    text-align: center;
    text-transform: uppercase;

    top: 0;
    width: 100%;
}

.page_preserve3d .footer__mail-success {
    transform: rotateX(90deg) translateZ(23px);
    -webkit-transform: rotateX(90deg) translateZ(23px);
}

.page_no-preserve3d .footer__mail-success {
    transform: translateY(-100%);

    -webkit-transform: translateY(-100%);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    z-index: 1;
}

.page_no-preserve3d .footer__mail_success .footer__mail-success {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.footer__mail_error {
    animation: shake .75s ease-in-out;
    -webkit-animation: shake .75s ease-in-out;
}

.footer__mail_error .footer__mail-control input {
    border-color: #c1797c;
}

.footer__mail-error {
    background-color: #292e32;
    color: #c1797c;
    height: 100%;

    left: 0;
    position: absolute;

    top: 0;
    transform: translateZ(0) scaleY(0);
    -webkit-transform: translateZ(0) scaleY(0);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transition: -webkit-transform .3s .3s ease-in-out;

    transition: transform .3s .3s ease-in-out;
    width: 100%;
}

.footer__mail_error .footer__mail-error {
    transform: translateZ(0) scaleY(1);
    -webkit-transform: translateZ(0) scaleY(1);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.footer__text {
    color: #b0b4b9;
    font: 400 11px Helvetica;
}

.footer__links {
    background-color: #82898e;
    z-index: 1000;
    position: relative;

    height: 145px;
    box-sizing: border-box;
    padding: 40px 100px;
    width: 100%;
    z-index: 1;
    color: #fff;
}

.footer__links_item {
    width: 50%;
    float: left;
}

.footer__links_item span {
    font: 300 23px Room;
    margin-bottom: 10px;
    display: block;
}

.footer__links_item ul {

}

.footer__links_item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 14px;
}

.footer__links_item ul li {
    list-style-type: none;
}

.footer__links_item ul.apar__type li, .footer__links_item ul.dist__type li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px;
}

.footer__links_item a {
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}

.footer__links_item a:hover {
    color: #cfd6db;
}

.f__links .footer {
    height: 370px;
    margin-top: -370px;
    padding: 0 0 40px 0;
}

.f__links .footer__content {
    margin: 40px 100px;
}

.f__links .wrapper:after {
    height: 325px;
}

@media screen and (min-width: 1400px) {
    .footer {
        padding: 40px 140px;
    }

    .f__links .footer__content {
        margin: 40px 140px;
    }

    .footer__links {
        padding: 40px 140px;
    }

    .footer__mail-control {
        width: 350px;
    }

    .footer__with_links {

    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 40px 30px;
    }

    .footer__links {
        padding: 40px 30px;
    }

    .f__links .footer__content {
        margin: 40px 30px;
    }

    .footer__mail-control {
        width: 210px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 0;
        height: 420px;
        margin-top: -420px;
    }

    .footer__links_item ul.apar__type li, .footer__links_item ul.dist__type li {
        display: block;
    }

    .footer__links_item_first {
        margin-left: 20%;
        margin-right: 20%;
        min-width: inherit;
    }

    .footer__links_item {
        width: auto;
        margin-right: 0px;
        margin-left: 20%;
        min-width: 175px;
    }

    .f__links .footer {
        height: 710px;
        margin-top: -710px;
        padding: 0 0 30px 0;
    }

    .footer__links {
        min-height: 200px;
        padding: 40px 0;
        height: auto;
        padding-bottom: 20px;
    }

    .footer__links .clear {
        clear: both;
    }

    .f__links .footer__content {
        margin: 30px auto;
    }

    .f__links .wrapper:after {
        height: 670px;
    }

    .footer__content {
        height: auto;
        margin: 0 auto;
        max-width: 350px;
        text-align: center;

        width: 90%;
    }

    .footer__mail-control {
        width: 240px;
    }

    .footer__social,
    .footer__phone,
    .footer__mail-control {
        margin-bottom: 30px;
        width: auto;
    }

    .footer__text {
        padding: 0 20px;
    }

    .footer__text_left {
        margin-bottom: 20px;
    }

    .footer__content > div {
        display: inline-block;

        position: static;
    }
}

.header {
    background: #e8ebef;
    box-sizing: border-box;

    height: 110px;
    left: 0;
    line-height: 110px;
    min-width: inherit;
    /*overflow: hidden;*/

    position: fixed;

    right: 0;
    text-align: right;

    top: 0;

    transition: height .6s ease-in-out, line-height .6s ease-in-out, top .6s ease-in-out;

    z-index: 999;
}

.header.moved-header {
    top: 50px;
}

.header_collapse {
    height: 50px;
    line-height: 50px;
}

.header_collapse {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.header__logo {
    display: block;
    height: 100%;
    left: 0;

    position: absolute;

    top: 0;
    width: 200px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header__logo-symbol,
.header__logo-prinzip,
.header__logo-nedv {
    left: 0;
    position: absolute;
    top: 0;

    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

    transition: all .6s ease-in-out;
}

.header__logo-symbol {
    transform: translate3d(-5px, 35px, 0);

    -webkit-transform: translate3d(-5px, 35px, 0);
    width: 54px;
}

.header__logo-prinzip {
    transform: translate3d(60px, 40px, 0);

    -webkit-transform: translate3d(60px, 40px, 0);
    width: 109px;
}

.header__logo-nedv {
    transform: translate3d(60px, 65px, 0) scale(1);

    -webkit-transform: translate3d(60px, 65px, 0) scale(1);
    width: 146px;
}

.header_collapse .header__logo-symbol {
    transform: translate3d(-5px, 16px, 0) scale(.44);
    -webkit-transform: translate3d(-5px, 16px, 0) scale(.44);
}

.header_collapse .header__logo-prinzip {
    transform: translate3d(28px, 18px, 0) scale(.74);
    -webkit-transform: translate3d(28px, 18px, 0) scale(.74);
}

.header_collapse .header__logo-nedv {
    opacity: 0;
    transform: translate3d(28px, 36px, 0) scale(0);

    -webkit-transform: translate3d(28px, 36px, 0) scale(0);
}

.nav {
    cursor: default;
}

.nav__link {
    color: #000;

    display: inline-block;
    font: 300 14px Room;
    height: 50px;
    letter-spacing: 1px;

    line-height: 50px;
    margin-right: 35px;

    position: relative;
    text-transform: uppercase;
    transition: all .4s ease-in-out;

    vertical-align: middle;
}

.nav__link:after {
    border-bottom: 1px solid;
    bottom: 15px;
    content: '';

    display: block;

    left: 0;

    position: absolute;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;

    width: 100%;
}

.nav__link_fl:after {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.nav__link_fr:after {
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
}

.nav__link_current:after,
.nav__link:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

@media screen and (max-width: 1024px) {
    .nav__link {
        font-size: 13px;

        margin-right: 15px;
    }

    .header .header__logo {
        width: 120px;
    }
}

.header_mobile {
    z-index: 4;
}

.header__content {
    background: #eaedf1 url(mobile-header-pattern.svg) no-repeat;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 33px 49px;
    position: fixed;
    text-align: left;
    top: 50px;
    transform: translate(100%, 0);
    transition: transform .5s ease-in-out;
    width: 100%;
    will-change: transform;
    z-index: 1000;
}

.header__devider {
    margin-top: 0;
    margin-bottom: 33px;
    border: 1px solid #2c373c;
    width: 80px;
    text-align: left;
    margin-left: 0;
}

.header__favorite_icon i {
    background: url(star.svg);
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: sub;
}

.header__favorite_icon::before {
    position: absolute;
    content: '|';
    left: -18px;
}

.header__favorite_mobile_icon i {
    background: url(/static/img/star.svg);
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}

.header__content_showed {
    transform: translate(0, 0);
}

.header__toggler {
    /* padding: 17px 0; */
    height: 50px;
    width: 44px;
    display: block;
    float: right;
}

.header__toggler-line {
    background: #2A2E32;
    display: block;
    height: 1px;
    margin-left: 10px;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out;
    width: 20px;
}

.header__toggler-line:not(.header__toggler-line_active):nth-of-type(1) {
    transform: translateY(-6px);
}

.header__toggler-line_active:nth-of-type(1) {
    transform: rotate(45deg) translate(1px, 1px);
    top: -1px;
    position: relative;
}

.header__toggler-line:not(.header__toggler-line_active):nth-of-type(2) {
    opacity: 1;
    transform: translateY(-1px);
}

.header__toggler-line_active:nth-of-type(2) {
    opacity: 0;
}

.header__toggler-line:not(.header__toggler-line_active):nth-of-type(3) {
    transform: translateY(4px);
}

.header__toggler-line_active:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -1px;
    position: relative;
}

.header__toggler i {
    background: url(/static/img/mobile-header-icons.svg);
    display: inline-block;
    height: 16px;
    width: 19px;
    transition: background-position .5s ease-in-out;
}

.header__content_showed + .header__toggler i {
    background-position: -19px;
}

.header__link {
    color: #2c373c;
    display: block;
    font: 300 20px Room;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.promo-slider_index.owl-carousel {
    background: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block !important;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    transition: padding .5s ease-in-out, height .5s ease-in-out;
    vertical-align: top;
    width: 50%;
}

.promo-slider_index .promo-slider__info {
    left: 39%;
    margin-right: 40px;
    padding: 0;
    position: absolute;
    top: 0;
}

.promo-slider_index .promo-slider__item {
    background: url('/static/img/bg/promos-main-page-bg-logo.svg') no-repeat, url('/static/img/bg/promos-main-page-bg.png');
    background-size: auto 100%, cover;
    display: block;
    height: 100%;
    min-height: 320px;
}

.promo-slider_index .promo-btn.disabled {
    display: none;
}

.promo-slider_index .promo__logo {
    height: 43px;
    margin-top: 100px;
}

.promo-slider_index .promo__title {
    font-size: 38px;
    margin-top: 80px;
    max-width: none;
}

.promo-slider_index .promo-btn {
    background: 0;
    font: 700 13px Room;
    height: 60px;
    letter-spacing: .5px;
    line-height: 60px;
    margin: 0 40px;
    top: auto;
    width: auto;
    z-index: 19;
}

.promo-slider_index .tile__logo {
    background-position: 0 0;
    height: 100%;
    position: relative;
    top: 0;
}

.promo-slider_index .promo-btn_next {
    right: 0;
}

.promo-slider_index .promo-btn_prev {
    left: 0;
}

.promo-slider_index .expiration {
    left: 66px;
    position: absolute !important;
}

@media (max-width: 1600px) {
    .promo-slider_index .expiration {
        left: 36px;
    }
}

@media (min-width: 701px) and (max-width: 768px), (min-width: 801px) and (max-width: 1600px) {
    .promo-slider_index .promo__logo {
        height: 30px;
        margin-top: 80px;
    }

    .promo-slider_index .promo__title {
        font-size: 32px;
        margin-top: 48px;
    }
}

@media (min-width: 701px) and (max-width: 768px), (min-width: 801px) and (max-width: 1366px) {
    .promo-slider_index .promo-slider__item {
        background-position: -57px 0, center;
    }

    .promo-slider_index .promo-slider__info {
        left: 33%;
    }
}

@media (max-width: 700px), (min-width: 801px) and (max-width: 1280px) {
    .promo-slider_index .promo-slider__item {
        background-position: -75px 0, center;
    }

    .promo-slider_index .promo-slider__info {
        left: 27%;
    }

    .promo-slider_index .promo__logo {
        height: 24px;
        margin-top: 50px;
    }

    .promo-slider_index .promo__title {
        font-size: 25px;
        margin-top: 35px;
    }

    .promo-slider_index .expiration {
        display: none;
    }
}

/* --- MOBILE --- */

.content_mobile .promo-slider_index .promo-slider__item {
    background-position: -157px 0, center;
}

.content_mobile .promo-slider_index .promo-slider__info {
    left: 40px;
}

.content_mobile .promo-slider_index .promo__logo {
    margin-top: 40px;
}

.content_mobile .promo-slider_index .promo__title {
    font: 700 24px Room;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 30px;
}

.content_mobile .promo-slider_index .expiration {
    display: none;
}

.content_mobile .promo-slider_index .owl-dots {
    bottom: 24px !important;
    left: 32px;
    right: initial;
}

.page_index .content {
    font-size: 0;

    position: relative;
}

.tile {
    position: relative;

    display: inline-block;
    overflow: hidden;

    box-sizing: border-box;
    width: 50%;
    min-height: 320px;

    transition: padding .5s ease-in-out, height .5s ease-in-out;

    color: #fff;
}

.tile__corner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100px;
    height: 100px;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.tile__sizer {
    width: 100%;

    opacity: 0;
}

.tile__image {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);

    background-position: 50% 50%;
    background-size: cover;
}

.tile__image:after {
    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: opacity .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    opacity: 0;
    background: inherit;
}

.page_no-cssfilters .tile__image:after {
    background: rgba(0, 0, 0, .35);
}

.page_cssfilters .tile__image:after {
    background: inherit;
    filter: blur(2px);

    -webkit-filter: blur(2px);
}

.tile:hover .tile__image:after {
    opacity: 1;
}

.tile__content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 29% 0 0 12.5%;
}

.tile__content-inner {
    position: relative;
    /* filter: blur(0);
    -webkit-filter: blur(0);*/
}

.tile__logo {
    position: absolute;
    top: -121px;

    width: 160px;
    height: 100px;

    background-image: url(prinzip.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
    filter: blur(0);
}

.tile__heading {
    font: 700 25px Room;

    padding: 4px 0;
}

.tile__text {
    font: 400 14px Helvetica;
    line-height: 17px;
}

.tile__more {
    font-size: 1px;

    position: relative;

    width: 210px;
    height: 35px;
    margin-top: 25px;

    transition: color .5s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;

    color: rgba(0, 0, 0, 0);
}

.tile__more > span {
    font: 700 11px / 35px Helvetica;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.tile:hover .tile__more {
    color: #e0e1e2;
}

.tile__more .mb {
    background: #e0e1e2;
}

.tile__more .mb_l,
.tile__more .mb_r {
    width: 1px;
}

.tile__more .mb_t,
.tile__more .mb_b {
    height: 1px;
}

@media screen and (min-width: 1920px) {
    .tile__logo {
        top: -160px;

        width: 240px;
        height: 150px;
    }

    .tile__heading {
        font-size: 37px;
    }

    .tile__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {

    .tile__content {
        padding: 160px 15px 0 65px;
    }

    .tile__more {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .tile {
        width: 100% !important;
    }

    .tile__corner {
        width: 80px;
        height: 80px;
    }

    .tile__content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 600px) {
    .tile {
        height: 320px;
    }

    .tile__sizer {
        display: none;
    }
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.6.1');
    src: url('fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('fontawesome-webfont.woff?v=4.6.1') format('woff'), url('fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! jQuery UI - v1.11.4 - 2016-06-08
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("ui-icons_444444_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("ui-icons_777777_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("ui-icons_cc0000_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/static/img/lib/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/static/img/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/static/img/lib/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/static/img/lib/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.fancybox-next {
    right: -45px;
}

.fancybox-prev {
    left: -45px;
}

.fancybox-nav {
    width: 30px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.8;
    background: url(/static/img/lib/fancybox/fb_arrow.png) 0 0 no-repeat;
    width: 38px;
}

.fancybox-next span {
    background-position: right center;
}

.fancybox-prev span {
    background-position: left center;
}

.fancybox-close {
    width: 25px;
    height: 24px;
    background: url(/static/img/lib/fancybox/fb_close.png) 0 0 no-repeat;
    top: 0px;
    right: -35px;
    opacity: 0.8;
}

.fancybox-close:hover {
    opacity: 1;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-title {
    position: initial;
}

.fancybox-couter {
    position: absolute;
    z-index: 1000;
    top: -30px;
    margin-left: 49%;
    color: #fff;
    font-family: 'Clear Sans';
    font-size: 13px;
    font-weight: bold;
}

.fancybox-title-inside-wrap {
    background: none;
    color: #fff;
    padding: 0;
}

.fancybox-title-inner {
    margin-top: 10px;
    position: absolute;
}

.fancybox-linktomedia {
    position: absolute;
    right: 0;
    margin-top: 10px;
    color: #fff;
    background: #323e92;
    width: 150px;
    text-align: center;
    padding: 10px 0;
    font-family: 'Clear Sans';
    font-size: 13px;
    font-weight: bold;
}

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

    .fancybox-close {
        right: 0;
        top: -35px;
    }
}

.error {
    border-color: #a94442;
}

.button-wrap {
    float: none;
}

.login-form {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100%;
    min-height: 100vh;
    font-family: Helvetica
}

.login-form form {
    position: relative;
    max-width: 300px;
    padding: 5px 15px 20px;
    box-shadow: 0px 0px 5px 0px black;
}

.login-form input {
    border-bottom: 1px solid #3c4145;
    padding: 5px;
    margin: 10px;
}

.error-message {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    color: red;
    text-transform: lowercase;
    font-size: small;
}

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section {
    display: block;
}

html, body {
    min-height: 100%;
}

html.footered, html.footered body {
    height: 100%;
}

body {
    position: relative;
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    min-width: 320px;
    padding: 50px 0 0;
    transition: padding .6s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(60, 65, 69, .25);
}

.page_index body:not(.body_mobile) {
    padding: 110px 0 0;
}

html.footered .body_bg {
    background-color: #e8ebef;
    min-height: 100%;
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    position: relative;
}

.wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 180px;
}

@media (max-width: 768px) {
    .wrapper:after {
        height: 390px;
    }
}

input,
button,
textarea,
summary {
    background: none;
    border: none;
    box-sizing: border-box;

    margin: 0;
    outline: none;
    padding: 0;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

a,
a:visited,
a:hover,
a:link {
    text-decoration: none;
    cursor: pointer;
}

::-moz-selection {
    background: #3c4145;
    color: #fff;
}

::selection {
    background: #3c4145;
    color: #fff;
}

::-ms-clear {
    display: none;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

html:not(.page_transitions) *,
html:not(.page_transitions) *:after,
html:not(.page_transitions) *:before {
    transition: none !important;
}

.page_index,
.page_about,
.page_project {
    background: #E8EBEF;
}

.nowrap {
    white-space: nowrap;
}

h1,
h2 {
    text-transform: uppercase;
}

h1 {
    color: #2e3235;

    font: 36px / 1 Room;
    letter-spacing: 1px;

    margin: 0 0 25px;
}

h2, h1.h2 {
    font: 700 23px / 1 Room;
    margin-top: 0;
}

.body_noheader {
    padding: 0;
}

.italic-link {
    color: #41464b;

    display: inline-block;

    font: italic 700 11px Helvetica;
    letter-spacing: 1px;

    text-transform: uppercase;
}

.content {
    box-sizing: border-box;
    height: 100%;
    transition: padding-top 0.6s ease-in-out;
}

.content.moved-header {
    padding-top: 50px;
}

.page_contacts .content.moved-header {
    padding-top: 120px;
}

.container {
    box-sizing: border-box;
    margin: auto;
    position: relative;
    transition: width .5s ease-in-out;
}

.container_full-height {
    height: 100%;
}

.container_fix-wide {
    max-width: 940px !important;
}

.input-file {
    display: none;
}

@media (max-width: 959px) {
    .container_fix-wide {
        max-width: 620px !important;
    }
}

@media (max-width: 639px) {
    .container_fix-wide {
        max-width: 300px !important;
    }
}

@media (min-width: 1441px) {
    .container_narrow {
        width: 600px !important;
    }

    .container_middle {
        width: 800px !important;
    }

    .container_wide {
        width: 960px !important;
    }

    .container_extra-wide {
        width: 1280px !important;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .container_narrow {
        width: 480px !important;
    }

    .container_middle {
        width: 600px !important;
    }

    .container_wide {
        width: 720px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .container_narrow {
        width: 360px !important;
    }

    .container_middle {
        width: 480px !important;
    }

    .container_wide {
        width: 480px !important;
    }
}

.banner {
    background-position: 50% 50%;

    background-size: cover;
    height: 450px;

    position: relative;

    transition: height .5s ease-in-out;
    width: 100%;
}

.banner img,
.banner .banner_text, .aboutlogoproject {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 250px;
    position: absolute;

    right: 0;
    top: 0;
}

.banner .banner_text {
    bottom: auto;
    color: #2e3235;
    font: 128px / 1 Room;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.btn {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: 700 11px Helvetica;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 10px 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: width .5s ease-in-out;
}

.btn > * {
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: color .5s ease-in-out;
    z-index: 1;
}

.btn > span {
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
}

.btn:before {
    content: '';
    display: block;
    height: 113%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 10);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 10);
    transition: -webkit-transform .3s cubic-bezier(.55, .06, .68, .19);
    transition: transform .3s cubic-bezier(.55, .06, .68, .19);
    width: 100%;
}

.btn:hover:before {
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(1, 10);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(1, 10);
}

.btn_small {
    border: 1px solid #44484c;
    width: 150px;
}

.btn_big {
    padding: 14px 36px;
    transform: none;
    webkit-transform: none;
}

.body_mobile .btn_big_fill-width {
    width: calc(100% - 58px);
}

.btn_black > * {
    color: #44484c;
}

.btn_black {
    border: 1px solid #44484c;
    min-width: 250px;
}

.btn_black:before, .btn_small:before {
    background-color: #44484c;
}

.btn_black:hover > *, .btn_small:hover > * {
    color: #fff;
}

.btn_black:disabled {
    border-color: #aeb2b6;
}

.btn_black:disabled > * {
    color: #6a7075;
}

.btn_invert > * {
    color: #fff;
}

.btn_invert {
    background: #44484c;
    border: 1px solid #44484c;
    width: 250px;
}

.btn_invert:before {
    background-color: #fff;
}

.btn_invert:hover > * {
    color: #44484c;
}

.btn_white > * {
    color: #e8ebef;
}

.btn_white {
    border: 1px solid rgba(224, 225, 226, .5);
    transition: border-color .3s ease-in-out;
    min-width: 180px;
}

.btn_white:hover {
    border-color: rgba(224, 225, 226, 1);
}

.btn_white:before {
    background-color: #e8ebef;
}

.btn_white:hover > * {
    color: #44484c;
}

/**/

.btn__link {
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 35px;
    position: relative;
    text-transform: uppercase;

    vertical-align: middle;
}

.btn_orange > * {
    color: #f39600;
}

.btn_orange {
    border: 1px solid rgba(255, 158, 0, 1);
    transition: border-color .3s ease-in-out;
    font: 300 14px Room;
    padding: 5px 10px;
}

.body_mobile .btn_orange {
    top: -1px;
}

.body_mobile .btn__link {
    margin-right: 9px;
}

.btn_orange:hover {
    border-color: rgba(255, 158, 0, 1);
}

.btn_orange:before {
    background-color: #ff9e00;
}

.btn_orange:hover > * {
    color: #fff;
}

.icon_callback {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMyMzFGMjAiIGQ9Ik0zLjY0MywxNy45MTZjLTAuNzg0LDAtMS40MDgtMC4yMDktMS44MDQtMC42MDRjLTAuMTAxLTAuMS0wLjIwOC0wLjIwMi0wLjMxOS0wLjMwOGMtMC42OTYtMC42Ni0xLjU2My0xLjQ4Mi0xLjUxOS0yLjU3OWMwLjAzLTAuNzUyLDAuNDc5LTEuNDY3LDEuMzcyLTIuMTg2YzEuMDM5LTAuODM1LDEuODYxLTEuMjI1LDIuNTktMS4yMjVjMC45MTgsMCwxLjUxNywwLjYwNiwyLjA5NiwxLjE5NGwwLjE5MiwwLjE5MmMwLjAxNSwwLjAxNiwwLjA0MywwLjA0NCwwLjEzNywwLjA0NGMwLjI4NSwwLDEuMi0wLjI1MSwzLjUyOC0yLjU3MWMyLjI4OS0yLjI4NCwyLjUzNi0zLjE4OSwyLjUzNi0zLjQ3MmMwLTAuMDkzLTAuMDI3LTAuMTItMC4wNDMtMC4xMzVsLTAuMTctMC4xNjljLTEuMjI0LTEuMjA0LTEuOTM2LTIuMjQ3LDAuMDQ5LTQuNjk4QzEzLjAzNiwwLjQ1OSwxMy43ODEsMCwxNC41NjEsMGMxLjAzMywwLDEuODE0LDAuODIzLDIuNDQyLDEuNDgzYzAuMTExLDAuMTE3LDAuMjIxLDAuMjMyLDAuMzI3LDAuMzM4YzAuNDAzLDAuNDAzLDAuNjE0LDEuMDQxLDAuNjEyLDEuODQ1Yy0wLjAwNiwxLjkzOC0xLjMzNCw1LjUwNS01LjA1Myw5LjE3OUM5LjEzNCwxNi41ODcsNS41NjEsMTcuOTE2LDMuNjQzLDE3LjkxNnogTTMuOTYzLDEyLjA1NGMtMC40NzIsMC0xLjEwNiwwLjMyNS0xLjkzOSwwLjk5NWMtMC42MzYsMC41MTItMC45NjcsMC45ODktMC45ODUsMS40MTljLTAuMDI1LDAuNjI1LDAuNjI0LDEuMjQsMS4xOTYsMS43ODNjMC4xMTcsMC4xMTEsMC4yMzEsMC4yMiwwLjMzOCwwLjMyNWMwLjE5NSwwLjE5NCwwLjU3NSwwLjMwMSwxLjA3LDAuMzAxYzEuODU2LDAsNS4yMDgtMS40NzUsOC41MTUtNC43N2MzLjI3LTMuMjMsNC43MzktNi41NjgsNC43NDUtOC40NDVjMC4wMDItMC41MTQtMC4xMDctMC45MDYtMC4zMDctMS4xMDZjLTAuMTEzLTAuMTEyLTAuMjI5LTAuMjMzLTAuMzQ2LTAuMzU4Yy0wLjUxOC0wLjU0NC0xLjEwMy0xLjE2LTEuNjktMS4xNmMtMC40MzcsMC0wLjkyOSwwLjM0LTEuNDYyLDEuMDExYy0xLjU0OCwxLjkxMy0xLjEwNCwyLjM1LTAuMTMsMy4zMDlsMC4xNzUsMC4xNzNjMC4yMjgsMC4yMjcsMC4zNDgsMC41MjcsMC4zNDgsMC44N2MwLDAuNTg5LTAuMjk1LDEuNjY3LTIuODQyLDQuMjA4Yy0yLjU4NSwyLjU3Ni0zLjY3LDIuODc0LTQuMjYyLDIuODc0Yy0wLjM0MywwLTAuNjQ0LTAuMTE5LTAuODcxLTAuMzQ3TDUuMzIsMTIuOTM4QzQuNzYzLDEyLjM3Myw0LjQyNCwxMi4wNTQsMy45NjMsMTIuMDU0eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 18px;
    height: 50px;
    display: none;
    background-position: left center;
}

@media (max-width: 767px) {
    .icon_callback {
        display: inline-block;
    }

    .btn_orange {
        display: none;
    }
}

/**/

.btn_blue > *,
.btn_blue:hover > * {
    color: #fff;
}

.btn_blue {
    background-color: #2026c4;
    width: 160px;
}

.btn_blue:before {
    background-color: #14177e;
}

.btn_download {
    background: url(/static/img/download_white.svg) 8px 8px no-repeat;
    background-size: 25px 25px;
}

.btn_download_black {
    background: url(/static/img/download.svg) 8px 8px no-repeat;
    background-size: 25px 25px;
}

.btn_favorite {
    height: 45px;
    width: 45px;
    border: 1px solid rgba(224, 225, 226, 0.5);
    color: #e8ebef;
}

.btn_favorite.btn_star {
    background-image: url(/static/img/star_white_hover.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.btn_favorite.btn_star-hovered {
    background-image: url(/static/img/star_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.btn_favorite.btn_favorite_dark {
    background-color: #e8ebef;
    background-image: url('/static/img/star.svg');
    margin-left: 10px;
}

.btn_favorite.btn_favorite_dark:hover {
    background-color: #e8ebef;
    background-image: url('/static/img/star_hover.svg');
}

.btn_favorite.btn_star:hover {
    background-image: url(/static/img/star_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.btn_favorite.btn_star-hovered:hover {
    background-image: url(/static/img/star_white_hover.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.content_mobile .btn_favorite.btn_star:hover {
    background-image: url(/static/img/star_white_hover.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.content_mobile .btn_favorite.btn_star-hovered:hover {
    background-image: url(/static/img/star_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.btn_full-width {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

.btn_centered {
    margin: 0 auto;
}

.btn_half {
    display: inline-block;
    width: 45%;
    min-width: auto;
    margin-left: 8%;
    vertical-align: top;
}

.btn_half:first-child {
    margin-left: 0;
}

.btn_icon {
    background-color: rgba(54, 64, 77, .4);
    height: 43px;
    overflow: visible;
    transition: .3s;
    width: 43px;
}

.btn_icon:hover {
    background-color: rgb(54, 64, 77);
}

.btn-group button.btn {
    position: relative;
}

.slider-btn_white {
    background-color: rgba(255, 255, 255, .7);
    border: none !important;
}

.slider-btn_white_prev {
    margin-left: 15px !important;
}

.slider-btn_white_next {
    margin-right: 15px !important;
}

.hover-text {
    color: #fff;
    display: inline-block;
    font: 700 9px Helvetica;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 43px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    transition: opacity .3s;
    visibility: hidden;
    width: 90px;
}

.btn_icon:hover .hover-text,
.btn_star:hover .hover-text,
.btn_star-hovered:hover .hover-text,
.btn_download_black:hover .hover-text {
    opacity: 1;
    visibility: visible;
    white-space: normal;
}

.btn_star:hover .hover-text::after {
    content: 'Добавить к сравнению';
}

.btn_star-hovered:hover .hover-text::after {
    content: 'Убрать из сравнения';
}

.btn_star:hover .hover-text,
.btn_star-hovered:hover .hover-text {
    left: 79%;
    top: 11%;
}

.btn_download:hover .hover-text {
    left: 125%;
    top: 0;
}

.btn_cross {
    background-color: rgb(54, 64, 77);
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
    z-index: 2;
}

.btn_cross:before,
.btn_cross:after {
    background: #fff;
    content: '';
    height: 2px;
    left: 5px;
    position: fixed;
    top: 19px;
    width: 30px;
    transition: transform .3s ease-in-out;
}

.btn_cross:before {
    transform: rotate(45deg) translateZ(0);
}

.btn_cross:hover:before {
    transform: rotate(0deg) translateZ(0);
}

.btn_cross:after {
    transform: rotate(-45deg) translateZ(0);
}

.btn_cross:hover:after {
    transform: rotate(0deg) translateZ(0);
}

.phone {
    text-align: center;
}

.phone > a {
    color: inherit;

    display: inline-block;

    font: 700 20px / 1.2 Room;

    letter-spacing: 2px;
}

.phone .btn {
    margin-top: 20px;
}

.italic-link,
.phone > a {
    transition: opacity .3s ease-in-out;
}

.italic-link:hover,
.phone > a:hover {
    opacity: .75;
}

.dev__link {
    color: inherit;

    transition: color .3s ease-in-out;
}

.dev__link:hover {
    color: #b0b4b9;
}

.mb {
    display: block;
    position: absolute;
}

.mb_l {
    left: 0;
    top: 0;

    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.mb_r {
    right: 0;
    top: 0;

    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.mb_t {
    left: 0;
    top: 0;

    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.mb_b {
    bottom: 0;
    right: 0;

    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.mb_l,
.mb_r {
    height: 100%;

    transform: translateZ(0) scaleY(0);
    -webkit-transform: translateZ(0) scaleY(0);
    transition: -webkit-transform .25s .25s ease-in-out;
    transition: transform .25s .25s ease-in-out;
}

.mbs:hover .mb_l,
.mbs:hover .mb_r {
    transform: translateZ(0) scaleY(1);
    -webkit-transform: translateZ(0) scaleY(1);
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.mb_b,
.mb_t {
    transform: translateZ(0) scaleX(0);

    -webkit-transform: translateZ(0) scaleX(0);
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    width: 100%;
}

.mbs:hover .mb_b,
.mbs:hover .mb_t {
    transform: translateZ(0) scaleX(1);
    -webkit-transform: translateZ(0) scaleX(1);
    transition: -webkit-transform .25s .25s ease-in-out;
    transition: transform .25s .25s ease-in-out;
}

[type=checkbox] {
    display: none;
}

.checkbox {
    cursor: pointer;
    color: #e8ebef;
    font: 300 11px Room;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}

.checkbox_dark {
    color: #000;
}

.checkbox::before {
    background: no-repeat center;
    border: 1px solid;
    content: '';
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    width: 16px;
}

:not(:checked) + .checkbox::before {
    background-image: none;
}

.checkbox_light::before {
    border-color: #4e5458;
    background-image: url(tick_light.svg);
}

.checkbox_dark::before {
    border-color: #292E32;
    background-image: url(tick.svg);
}

@media (max-width: 480px) {
    .container_narrow {
        max-width: 320px;
        width: 87.5% !important;
    }

    .container_middle {
        width: 100% !important;
    }

    .container_wide {
        width: 100% !important;
    }

    .btn_half {
        margin-bottom: 5px;
        margin-left: 0;
    }

    .btn_cross {
        right: 0;
    }

    .btn_wauto {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .banner, .project__content_maingal .project__content_gallery-item {
        height: 600px;
    }
}

@media (max-width: 1024px) {
    body {
        padding: 50px 0 0;
    }

    .page_about body {
        padding: 100px 0 0;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
    }

    .banner, .project__content_maingal .project__content_gallery-item {
        height: 330px;
    }

    .banner img, .project__content_maingal .project__content_gallery-item img {
        max-width: 200px;
    }

    .btn_black {
        min-width: 220px;
    }

    .btn_half {
        margin-left: 0;
        margin-bottom: 5px;
    }

}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    10% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }
    20% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    30% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    70% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    90% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    10% {
        -webkit-transform: translateY(9px);
        transform: translateY(9px);
    }
    20% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    30% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    70% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    90% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.loader {
    background: url(/static/img/loader.svg);
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 120px;
}

[name=google_conversion_frame] {
    float: right;
    height: 0;
    width: 0;
}

[disabled] {
    pointer-events: none;
}

.dop_bottom_text, .dop_bottom_text a {
    color: white;
    font: 100 13px Helvetica;
}

.content_mobile .project-nav__button_download_buklet {
    margin-right: 0px;
    position: relative;
    top: 28px;
    left: 50%;
    text-align: center;
    margin-left: -83px;
    margin-bottom: -20px;
}

.content_mobile .project-comm-nav__button_download_buklet {
    right: auto;
    margin-right: 0px;
    top: 0px;
    margin-bottom: 26px;
    width: 23px;
    height: 23px;
    background-size: 12px 12px;
    background-position: center center;
    padding: 0px;
}

.project-nav__button_download_buklet {
    position: absolute;
    right: 155px;
    top: 88px;
    background-color: #e8ebef;
    background-image: url(download.svg);
}

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

.content_mobile .project-comm-nav__button_download_buklet span {
    left: 33px;
    text-transform: none;
}

.project-nav__button_download_buklet span {
    color: #2e3235;
    font: 300 11px Helvetica;
    position: relative;
    top: 3px;
    left: 43px;
    text-transform: none;
    font-size: 14px;
}

.project-nav__button_download_buklet:hover {
    background-image: url(download_white.svg);
}

.project-nav__button_download_buklet:hover span {
    border-color: transparent;
}

.project-comm-nav__button_download_buklet {
    position: relative;
    left: 0px;
    right: auto;
    top: 0px;
}

.popup__open_request-commercial {
    margin-right: 20px;
    float: left;
}

.new-buildings-top {
    margin-top: 90px;
}

.view-mode_hidden {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
}

.section-buildings_map {
    width: 100%;
    height: 744px;
    overflow: hidden;
}

.section-buildings__header {
    text-align: center;
    font: 36px / 1 Room;
    color: #2e3235;
    position: relative;
    margin-bottom: 25px;
}

.buildings__content-title {
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
}

.buildings__header-controls {
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    font-size: 0;
    transition: margin .3s;
}

.buildings__header-link {
    display: inline-block;
    line-height: 44px;
    color: #292e32;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 44px;
    background-position-y: 12px;
}

.buildings__header-link:hover .buildings__header-icon,
.buildings__header-link_active .buildings__header-icon {
    border: 1px solid black;
}

.buildings__header-link:first-child {
    margin-left: 0;
}

.icon-map, .icon-card {
    transition: border 3s;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 4px;
}

.icon-map {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAYAAAAyPTUwAAABKElEQVQoU5VRwVECQRCcXtTyJyHw0TpKD/dIQIhAMhAzwAgsMzADMAIhAjEBb/Wscv0RwvmzVLatvWNPKEXL/c1Mz3ZPN+QfDwEbRbohm+ocYE8EdRHmJMby7i6sNTOPK8BRrPuAGv5M4pd4ZjMzwu6+1hs1lf6l5mPuEjTjZCzAsQdT5EWc69lHM40OdEeUGkNkp5iRV4ha7bxqONf1wMCyF+teDeq6rJmj2WozDJ8e7qqDQy/MPeuqjN9+Jifw2qDUTaByZP85M5NSAoaljSJ0rruwLpkCOFrnCMlbm6WdEuwD2VImHLq8VDj05rQP5ivBNcGQ7tQHUiVYRR4nIwAnofbe2izth3rFqobW9e05vP5Dkvc2S/WypG++LhYuX2sczIzJl8GfghiJ0CH/ewkAAAAASUVORK5CYII=');
}

.icon-card {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAALElEQVQoU2PUMzL9z4AFXDp3mhEkjEuecVQjnsDBFqLEiIGDnBwwGh20SKsAGuFC/xW43GQAAAAASUVORK5CYII=')
}

.buildings__list {
    margin: 0;
    padding: 0;
}

.buildings__item {
    display: block;
    height: 650px;
}

.buildings__link {
    display: block;
    width: 100%;
    height: 100%;
    transition: box-shadow .3s
}

.buildings__link:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.buildings__item:nth-child(even) .buildings__pic {
    float: left;
}

.buildings__item:nth-child(odd) .buildings__pic {
    float: right;
}

.buildings__pic, .buildings__desc {
    width: 50%;
    height: 100%;
}

.buildings__pic {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.buildings__desc {
    float: left;
}

.buildings__text {
    box-sizing: border-box;
    padding: 90px 30px 0 100px;
    height: 400px;
}

.buildings__logo {
    max-width: 166px;
    max-height: 61px;
    margin-bottom: 30px;
}

.buildings__logo-pic {
    max-height: 100%;
    max-width: 100%;
}

.buildings__name {
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 15px;
    font: 900 22px Room;
}

.buildings__params {
    color: #41464b;
    margin-bottom: 30px;
    white-space: pre-line;
    font: 300 13px Helvetica;
}

.buildings__price-elem {
    color: #231f20;
    border-left: 1px solid #020c14;
    padding-left: 14px;
    margin-left: 14px;
    font: 700 15px / 25px Helvetica;
}

.buildings__price-elem:first-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

.buildings__small-pic {
    position: relative;
    width: 100%;
    height: calc(100% - 400px);
    overflow: hidden;
}

.buildings__small-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
    background-position: 50% 50%;
    background-size: cover;
}

.buildings__small-img:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity .4s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    background: inherit;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.buildings__link:hover .buildings__small-img:after {
    opacity: 1;
}

.buildings__more {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 206px;
    height: 36px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
    font-family: Room;
    font-size: 14px;
    font-weight: 700;
    transition: color .4s ease-in-out;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0);
}

.buildings__more-text {
    line-height: 35px;
}

.buildings__link:hover .buildings__more {
    color: #e0e1e2;
}

.buildings__more .mb {
    background: #e0e1e2;
}

.buildings__more .mb_l, .buildings__more .mb_r {
    width: 1px;
}

.buildings__more .mb_t, .buildings__more .mb_b {
    height: 1px;
}

.buildings__more-mobile {
    display: none !important;
}

/* Slider */

.section-buildings_slider {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: 0 0;
    margin-bottom: 90px;
    transition: height .6s;
}

.slider-wrapper {
    background-position: top right;
    background-size: auto 100%;
}

.promo-slider_new-buildings .promo-slider__item {
    background: url('/static/img/promos-pattern.svg') right no-repeat, url('/static/img/bg/promo-slider_orange.jpg') no-repeat;
    background-size: auto 100%, cover;
}

.content_mobile .promo-slider_new-buildings .promo__btn_more {
    display: none;
}

.content_mobile .promo-slider_new-buildings .promo__title {
    font-size: 20px;
    line-height: 1.1;
}

@media screen and (min-width: 1440px) {
    .new-buildings .promo-slider {
        width: 1280px !important;
        height: 100%;
        margin: 0 auto;
    }

    .new-buildings .owl-item {
        width: 1130px;
    }

    /*.new-buildings .owl-stage-outer {
        width: 93%;
    }*/
}

.new-buildings .promo-slider {
    width: 100%;
    height: 100%;
}

.promo-slider__item {
    display: block;
    width: 100%;
    height: 450px;
    transition: height .6s;
}

.promo-btn {
    border: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .8 !important;
    cursor: pointer;
}

.promo-btn:hover {
    opacity: 1 !important;
}

.promo-btn:before, .promo-btn:after {
    display: none !important;
}

.promo-btn_prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAYAAAB2KjFhAAAA2ElEQVRIS63VXQ3CMBSG4e9zgAUcTAIOkABIQAJKQAIOsDCcDAUlJdvCtv6cn/amV33SNM17COcKIXQATiSv9Fgj9AKwA3AzYyvoDeBgwpIQOaixHBSfS4WVIBVWg8SYBBJhUqiKaaAipoWymAVKYlZog3mgBeaFZqwF9MNaQRP2BHAEMADYk4y7acWbnQHcx9MPkheTNFWjFTgnqAW46JkX3MTRAyZLawWz2baAxRmgBasDRQNWsfiBpaAIk4JiTAKqsBqoxkqgCcuBZmwFfgB0LuwP7En2X14evMtp5WvrAAAAAElFTkSuQmCC');
    left: 50px;
}

.promo-btn_next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAAA80lEQVRIS63WbQ3CMBAG4PcUgAQk4IAgAQebMoYEFIAEHGABB0e6tAsf7e6r+7NkzZ696XW5I+SLmQcAByIayzPPndJLzLwD8MzAFEFnMKMp4TmKLmAv9Avsgf6BUbQKZnQP4A5gA0BdqCboRVdBDyqCVlQFWlA1qEVNoAY1gxLqAitoOq8nInq5wQr6AHAMgbWkvcAbgC2Aawhk5vS/F+xCRIMbrGFpC1xgC3OBa5gZlDATqMHUoBZTgRZMBPM0UXr1fM6kaWKtSX02fhXWTOhJVpJLjV6drApGkv2BPbBlD3+wkYgmqZqt9TIfloqGsPSRN076qZmxJR05AAAAAElFTkSuQmCC');
    right: 50px;
}

.promo-slider__info {
    padding: 63px 0 0 160px;
}

.promo-slider .promo__logo {
    max-width: 166px;
    max-height: 61px;
    height: auto;
}

.promo__logo-pic {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
}

.promo-slider .promo__title {
    color: #fff;
    font: 700 32px Room;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-width: 500px;
}

.promo-slider .promo__description {
    max-width: 440px;
    opacity: 0.9;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 33px;
}

.promo__btn_more {
    min-width: 224px;
}

.promo-slider__expiration.expiration {
    color: #fff;
    right: 160px;
}

.promo-slider__expiration_hidden {
    display: none;
}

.promo-dot {
    width: 10px !important;
    height: 10px !important;
}

/*RESPONSIVE*/

@media screen and (max-width: 1160px) {
    .buildings__header-link:not(:first-child) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .promo-slider__info {
        padding: 63px 0 0 120px;
    }

    .promo-slider .promo__title {
        max-width: 370px;
    }

    .promo-slider__expiration.expiration {
        right: 70px;
    }

    .buildings__header-controls {
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .section-buildings_slider {
        height: 330px;
        margin-bottom: 40px;
    }

    .section-buildings_new {
        border-bottom: 1px solid #d7d9dc;
    }

    .section-buildings__header {
        margin-bottom: 0;
    }

    .buildings__content-title {
        margin-bottom: 35px;
    }

    .buildings__header-link {
        color: #6a7075;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-left: 0;
        padding-right: 0;
    }

    .buildings__header-link_active {
        color: #2e3235;
        border-bottom: 3px solid #2e3235;
    }

    .buildings__header-link:hover .buildings__header-icon,
    .buildings__header-link_active .buildings__header-icon {
        border: none;
    }

    .buildings__item {
        display: block;
        height: auto;
    }

    .buildings__item .buildings__pic {
        float: none !important;
        height: 325px;
    }

    .buildings__pic, .buildings__desc {
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .buildings__pic {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .buildings__desc {
        float: none;
        padding: 37px 34px 40px;
    }

    .buildings__text {
        height: auto;
        padding: 0;
    }

    .buildings__params {
        color: #44484c;
        margin-bottom: 15px;
    }

    .buildings__price {
        margin-bottom: 20px;
    }

    .buildings__small-pic {
        display: none;
    }

    .buildings__more-mobile {
        display: block;
        color: #44484c;
        font: 500 11px Helvetica;
        line-height: 15px;
        text-transform: uppercase;
        padding: 0 !important;
    }

    .promo-slider__item {
        height: 330px;
    }

    .promo-slider__info {
        padding: 30px 40px;
    }

    .promo-btn {
        display: none;
    }

    .promo__logo {
        max-width: 166px;
        max-height: 61px;
        height: 61px;
        margin-bottom: 15px;
    }

    .promo-slider .promo__title {
        font-size: 22px;
        font-weight: 900;
        margin-top: 0;
    }

    .promo-slider .promo__description {
        margin-bottom: 20px;
    }

    .promo__description_hidden {
        display: none;
    }

    .promo-slider__expiration {
        margin-bottom: 20px;
    }

    .promo__btn_more {
        font-weight: 500;
        border: none !important;
        padding: 0 !important;
        min-width: initial !important;
    }

    .promo__btn_more:hover:before {
        display: none;
    }

    .owl-dots {
        bottom: 18px !important;
    }

    .promo-dot {
        width: 7px !important;
        height: 7px !important;
    }
}

.news {
    margin-bottom: 80px;
}

.container_mobile .news {
    margin-bottom: 67px;
}

.section_news .result-title {
    margin-bottom: 25px;
}

.section_news .ui-selectmenu-text {
    color: #43494e;
    font: 200 11px Room;
}

.section_news .ui-state-hover .ui-selectmenu-text,
.section_news .ui-state-focus .ui-selectmenu-text {
    color: #43494e !important;
}

.section_news .result-title .ui-selectmenu-button:before {
    border-color: #43494e !important;
    bottom: 5px;
}

.section_news .result-title .ui-selectmenu-button[aria-expanded="true"]:before {
    bottom: 0px;
}

.container_mobile .result-title {
    margin-bottom: 20px;
}

.filters {
    padding-top: 45px;
    position: relative;
    width: 100%;
}

.filters_mobile {
    padding-top: 50px;
    text-align: center;
}

.filters_mobile .ui-selectmenu-button {
    display: block;
    margin: auto;
}

.filters_mobile .ui-selectmenu-text {
    color: #464a4f;
    font-size: 12px;
    text-transform: uppercase;
}

.news_empty {
    min-height: calc(100vh - 440px);
}

.news__list {
    font-size: 0;
    margin: 0;
    margin-left: -20px;
    padding: 0;
    text-align: left;
}

.news__item {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 20px 20px;
    transition: box-shadow .3s;
    vertical-align: top;
    width: 300px;
}

.news__item:hover {
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.13);
}

.news__anchor {
    padding-top: 120px;
    margin-top: -120px;
    display: none;
}

.news__pic {
    height: 280px;
    position: relative;
}

.news__image {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.news__type {
    background-color: rgba(41, 46, 50, .9);
    bottom: 0;
    color: #fff;
    font: 700 12px Room;
    left: 0;
    min-width: 130px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.news__info {
    box-sizing: border-box;
    height: 210px;
    padding: 22px;
    text-align: left;
    vertical-align: middle;
}

.news__title {
    color: #231f20;
    font: 900 15px Room;
    margin-bottom: 11px;
    max-height: 52px;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.news__text-wrap {
    color: #292e32;
    font: 400 13px / 1.4 Helvetica;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    word-wrap: break-word;
}

.news__date {
    color: #292e32;
    font: 700 11px Room;
    text-align: right;
}

.no-news {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
}

.no-news__text {
    color: #41464b;
    font: 400 13px/18px Helvetica;
    margin-bottom: 30px;
    text-align: center;
}

/*POPUP*/

.popup-news {
    text-align: center;
}

.popup-news:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
}

.popup-news.popup-news_mobile {
    overflow: hidden;
    padding: 0;
}

.popup__inner.popup__inner_news {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    max-width: none;
    vertical-align: middle;
    width: 800px;
}

.popup-news_mobile .popup__inner_news {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

.popup-news_mobile .popup__close {
    background-color: rgba(41, 46, 50, .9);
    right: 0;
    top: 0;
}

.popup-news_mobile .popup__close.popup__close_split:before,
.popup-news_mobile .popup__close.popup__close_split:after {
    background-color: #fff;
}

.popup__close.popup__close_split:before,
.popup__close.popup__close_split:after {
    transition: transform .3s ease-in-out;
}

.popup__close.popup__close_split:hover:before,
.popup__close.popup__close_split:hover:after {
    transform: rotate(0) translateZ(0);
}

.news__pic_popup {
    height: 373px;
}

.popup-news_mobile .news__pic_popup {
    height: 240px;
}

.news__type_popup {
    background-color: rgb(41, 46, 50);
    bottom: auto;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
}

.news__info_popup {
    height: auto;
    padding: 60px 120px;
}

.popup-news_mobile .news__info_popup {
    padding: 60px 25px;
}

.news__title_popup {
    font-size: 24px;
    max-height: none;
    text-align: center;
}

.news__date_popup {
    color: #6a7075;
    font: 900 14px Room;
    margin-bottom: 30px;
    text-align: center;
}

.news__text_popup {
    color: #41464b;
    font-size: 13px;
    max-height: none;
    padding: 15px 0;
    position: relative;
    font: 300 15px / 1.4 Helvetica;
}

.news__text_popup:before,
.popup__separator {
    background-color: #6a7075;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

.news__text_popup:before {
    top: 0;
}

.popup__inner_news blockquote {
    border-left: 3px solid #e8ebef;
    padding: 5px;
    padding-left: 15px;
    margin: 0;
}

.popup__separator {
    bottom: 100%;
}

.news__source {
    color: #6a7075;
    font: 400 12px Helvetica;
    padding-top: 20px;
    position: relative;
    text-align: center;
    letter-spacing: 0.6px;
}

.news__source-type {
    margin-bottom: 10px;
}

a.news__source-link {
    font: 500 11px Helvetica;
    color: #41464b;
    text-transform: uppercase;
    text-decoration: underline;
    font-style: italic;
}

.news__source-link:hover {
    text-decoration: none;
}

.popup-news_mobile .popup__control {
    display: none;
}

.popup__control {
    cursor: pointer;
    height: 100px;
    position: fixed;
    width: 100px;
    top: 50%;
    left: 50%;

    transform: scale(.6) translateY(-50%);
    -webkit-transform: scale(.6) translateY(-50%);

    opacity: 0;
    display: none;

    transition: transform 0.3s ease-in-out, opacity .3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out, opacity .3s ease-in-out;

}

.popup__control_visible {
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    opacity: 1;
}

.popup__control_displayed {
    display: block;
    transition: display 0 ease .3s;
}

.popup__control_prev {
    margin-left: -502px;
}

.popup__control_next {
    margin-left: 398px;
}

.popup__control-btn {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.popup__control:hover .popup__control-btn {
    border-color: #fff
}

.popup__control-btn:after {
    bottom: -10px;
    color: rgba(255, 255, 255, .7);
    display: block;
    font: 300 11px Room;
    position: relative;
    right: 10px;
    text-transform: uppercase;
}

.popup__control:hover .popup__control-btn:after {
    color: #fff;
}

.popup__control_prev .popup__control-btn:after {
    content: 'Предыдущая';
}

.popup__control_next .popup__control-btn:after {
    content: 'Следующая';
}

.popup__control_prev .popup__control-btn {
    left: 0;
    margin-left: 10px;
}

.popup__control_next .popup__control-btn {
    margin-right: 10px;
    right: 0;
}

.popup__control i {
    background: url(/static/img/arrow.svg) center;
    background-size: 200%;
    display: block;
    height: 25px;
    margin: 9px auto;
    transition: transform .3s ease-in-out;
    width: 14px;
}

.popup__control_prev i {
    background-position: 0;
    margin-left: 13px;
}

.popup__control_next i {
    background-position: -14px;
    margin-right: 13px;
}

.popup__control:hover i {
    /*transform: scaleY(.75);*/
}

.news-one-content img {
    width: 100%;
    display: block;
}

.news-content-body {
    padding: 60px 13% 20px;
    background-color: #fff;
    margin-bottom: 0;
}

.news-one-content .popup__close, .news-content-body .popup__close {
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    background-color: #36404d;
}

.news-one-content .popup__close.popup__close_split:before, .news-one-content .popup__close.popup__close_split:after,
.news-content-body .popup__close.popup__close_split:before, .news-content-body .popup__close.popup__close_split:after {
    background-color: white;
}

.owl-nav > * {
    border: 1px solid #112941;
    border-radius: 50%;
    bottom: 0;
    height: 45px;
    margin: auto;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 45px;
}

.owl-nav > *:hover {
    opacity: 1;
}

.owl-nav > *::before,
.owl-nav > *::after {
    background: #112941;
    content: '';
    display: block;
    height: 2px;
    width: 13px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev::before,
.owl-prev::after {
    margin-left: 15px;
}

.owl-next::before,
.owl-next::after {
    margin-left: 18px;
}

.owl-prev::before,
.owl-next::after {
    transform: rotate(-45deg);
}

.owl-prev::before,
.owl-next::before {
    margin-top: 18px;
}

.owl-prev::after,
.owl-next::before {
    transform: rotate(45deg);
}

.owl-prev::after,
.owl-next::after {
    margin-top: 6px;
}

.owl-dots {
    bottom: 27px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.owl-dot {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px #777;
    display: inline-block;
    height: 8px;
    margin: 0 8px;
    opacity: .5;
    width: 8px;
}

.owl-dot.active {
    opacity: 1 !important;
}

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

.panorama-view {
    height: calc(100% - 80px);
    position: relative;
}

.panorama-view__image {
    height: 100%;
    transform: translate3D(-50%, 0, 0);
    transition: transform 0.1s;
    cursor: move;
}

.panorama-label {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .9;
}

.panorama-label__text {
    margin-bottom: 20px;
}

.panorama-label__icons {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.panorama-label__icons:before,
.panorama-label__icons:after {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.panorama-label__icons:before {
    right: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQxLjlweCIgaGVpZ2h0PSIxMi41cHgiIHZpZXdCb3g9IjAgMCA0MS45IDEyLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQxLjkgMTIuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOnVybCgjU1ZHSURfMV8pO30uc3Qxe2ZpbGw6I0U4RUJFRjt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAuNzAxIiB5MT0iNi4yODUyIiB4Mj0iNDEuNDE4OSIgeTI9IjYuMjg1MiI+PHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUJFRiIvPjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAuNyIgeT0iNS44IiBjbGFzcz0ic3QwIiB3aWR0aD0iNDAuNyIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI2LjIsMTIuNSAwLDYuMiA2LjIsMCA2LjksMC43IDEuNCw2LjIgNi45LDExLjggIi8+PC9zdmc+);
}

.panorama-label__icons:after {
    left: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQxLjlweCIgaGVpZ2h0PSIxMi41cHgiIHZpZXdCb3g9IjAgMCA0MS45IDEyLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQxLjkgMTIuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOnVybCgjU1ZHSURfMV8pO30uc3Qxe2ZpbGw6I0U4RUJFRjt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAuMiIgeTE9IjYuNyIgeDI9IjQwLjkiIHkyPSI2LjciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNDEuNCAtMC41KSI+PHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUJFRiIvPjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAuNSIgeT0iNS43IiBjbGFzcz0ic3QwIiB3aWR0aD0iNDAuNyIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzNS43LDAgNDEuOSw2LjMgMzUuNywxMi41IDM1LDExLjggNDAuNSw2LjMgMzUsMC43ICIvPjwvc3ZnPg==);
}

.panorama-view__footer-bg {
    display: none;
}

.panorama-view__scrollbar {
    width: 40%;
    height: 21px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.panorama-view__horizon,
.panorama-view__scrollbar:before,
.panorama-view__scrollbar:after {
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.panorama-view__horizon {
    width: 100%;
    height: 1px;
    margin-top: -1px;
}

.panorama-view__scrollbar:before,
.panorama-view__scrollbar:after {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    margin-top: -11px;
}

.panorama-view__scrollbar:before {
    right: 100%;
}

.panorama-view__scrollbar:after {
    left: 100%;
}

.panorama-view__cursor {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 25px;
    margin-top: -13px;
    left: 50%;
}

.panorama-view__cursor:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -6px;
    background-color: #fff;
}

@media screen and (max-width: 414px) {
    .panorama-view {
        height: calc(100% - 60px);
    }

    .panorama-view__footer-bg {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(33, 33, 33, .5);
        height: 50px;
    }

    .panorama-view__scrollbar {
        width: 75%;
        bottom: 10px;
        opacity: .9;
    }

    .panorama-view__scrollbar:before,
    .panorama-view__scrollbar:after {
        height: 17px;
        margin-top: -9px;
    }

    .panorama-view__cursor {
        height: 19px;
        margin-top: -10px;
    }
}

.parking-content {
    background-color: #fff;
    margin-bottom: 0;
}

.parking-content_noimages {
    padding-top: 45px;
}

.section-parking_gallery {
    margin-bottom: 40px;
}

.section-parking_info {
    width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.section-parking_tabs {
    overflow: hidden;
}

.parking-gallery {
    height: 385px;
}

.parking-gallery__item {
    height: 385px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content:not(.content_mobile) .section-resale_gallery:not(.owl-carousel) .parking-gallery__item {
    background-position: top right;
}

.parking-gallery__image {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parking__header {
    color: #292e32;
    font-family: Room;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.parking__text {
    color: #43494e;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 17px;
}

.buildings__price_parking {
    margin-bottom: 25px;
}

.parking-tabs {
    text-align: center;
}

.parking-tabs__item {
    color: #292e32;
    line-height: 15px;
    border-bottom: 0 solid;
    display: inline-block;
    font: 700 12px Room;
    letter-spacing: .5px;
    padding: 10px 23px;
    text-transform: uppercase;
    transition: border-bottom-width .1s ease-in-out, opacity .3s ease-in-out;
    margin-left: 40px;
}

.parking-tabs__item:first-child {
    margin-left: 0;
}

.parking-tabs__item:hover,
.parking-tabs__item_active {
    border-bottom-width: 3px;
}

.tabs-content {
    border-top: 1px solid #c6c8ca;
    font: 300 15px / 1.4 Helvetica;
}

.tabs-content__item {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
}

.tabs-content__item_docs {
    padding: 80px 40px 0;
}

.tabs-content__item_map {
    height: 360px;
}

.tabs-content__item_active {
    visibility: visible;
    position: static;
}

.parking-plans {
    height: 360px;
}

.parking-plans__item {
    height: 360px;
}

.parking-footer {
    width: 345px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0 65px 0;
}

.parking-footer__text {
    color: #6a7075;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.parking-footer__tel {
    color: #292e32;
    font-family: Room;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}

@media screen and (max-width: 768px) {
    .parking-content {
        padding-bottom: 23px;
    }

    .section-parking_gallery {
        margin-bottom: 30px;
        width: 100%;
    }

    .section-parking_info {
        width: auto;
        padding: 0 20px;
        margin-bottom: 45px;
    }

    .parking-gallery__item {
        height: 240px;
    }

    .tabs-content__item_docs {
        padding-top: 30px;
    }

    .parking__header {
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .parking__text {
        margin-bottom: 30px;
    }

    .parking-tabs__item {
        margin: 0;
        padding: 10px;
    }

    .docs__list {
        margin-left: 0;
    }

    .parking-footer {
        width: auto;
        padding: 35px 25px;
    }
}

@media screen and (max-width: 480px) {
    .parking-plans {
        height: 240px;
    }

    .parking-gallery__item {
        background-position: center;
    }
}

.map-link {
    color: #292e32;
}

.popup,
.popup-filter,
.popup-news {
    box-sizing: border-box;
    height: 100%;
    left: 9999px;
    overflow-y: auto;
    padding: 0 15px;
    position: fixed;
    top: 9999px;
    width: 100%;
    z-index: 1000;
}

.popup-news.popup-news_mobile {
    height: calc(100% + 200px);
    padding-bottom: 150px;
}

.popup-news.popup-news_mobile .news__info > *:last-child {
    margin-bottom: 50px;
}

.popup:before,
.popup-filter:before,
.popup-news:before {
    background: rgb(24, 24, 24);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    top: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: opacity .3s .3s ease-in-out;
    width: 100%;
}

.popup.popup_show:before,
.popup-filter.popup_show:before,
.popup-news.popup_show:before {
    opacity: .75;
    transition: opacity .3s ease-in-out;
}

.popup_visible {
    left: 0;
    top: 0;
}

.popup_visible:before {
    position: fixed;
}

.popup__inner {
    margin: 100px auto 50px;
    max-width: 520px;
    opacity: 0;
    transform: translateZ(0) scale(.8);
    -webkit-transform: translateZ(0) scale(.8);
    transition: margin .5s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: margin .5s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
}

.popup-filter .popup__inner {
    max-width: 640px;
}

.popup_show .popup__inner {
    opacity: 1;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
}

.popup__close {
    cursor: pointer;
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: -41px;
    transform: scale(0) translateZ(0);
    -webkit-transform: scale(0) translateZ(0);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: 40px;
}

.popup__close_split {
    top: 0;
    background-color: #b0b4b9;
}

.popup__close.popup__close_split:after,
.popup__close.popup__close_split:before {
    background-color: #292e32;
}

.popup__close.popup__close_transparent {
    top: 5px;
    right: 5px;
    background-color: transparent;
}

.popup__close.popup__close_transparent:before,
.popup__close.popup__close_transparent:after {
    background-color: #3c4145;
}

.popup_show .popup__close {
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
}

.popup__close:before,
.popup__close:after {
    background: #fff;
    content: '';
    height: 2px;

    left: 5px;
    position: absolute;

    top: 19px;

    width: 30px;
}

.popup__close:before {
    transform: rotate(45deg) translateZ(0);
    -webkit-transform: rotate(45deg) translateZ(0);
}

.popup__close:after {
    transform: rotate(-45deg) translateZ(0);
    -webkit-transform: rotate(-45deg) translateZ(0);
}

.popup__header {
    background: #3c4145;
    color: #fff;
    height: 60px;
    letter-spacing: 1px;
    opacity: 0;
    position: relative;
    text-align: center;
    font: 700 20px / 60px Room;
    text-transform: uppercase;
}

.popup__main-header {
    display: inline-block;
    width: 100%;
    font: 700 20px Room;
}

.popup__subheader {
    position: absolute;
    font: 400 13px Helvetica;
    width: 100%;
    text-transform: none;
    bottom: 10px;
}

.popup_mobile .popup__subheader {
    bottom: 5px;
}

.popup__header_show {
    opacity: 1;
}

.popup__header_show .popup__header-link {
    color: #fff;
}

.popup__header_show .popup__header-link:before,
.popup__header_show .popup__header-link:after {
    background-color: #fff;
}

.popup__footer {
    background: #3c4145 !important;
}

.popup__form {
    background: #e8ebef;

    opacity: 0;

    padding: 30px 60px;

    position: relative;
    transition: padding .5s ease-in-out;
}

.popup__form_notel {
    padding-bottom: 30px;
}

.popup__row {
    font-size: 0;
    padding: 1rem 0;
}

.popup:not(.popup_success) .popup__form_send-mail {
    padding: 0;
}

.popup_visible .popup__header,
.popup_visible .popup__form {
    opacity: 1;

    transition: opacity .3s .75s ease-in-out, margin .5s ease-in-out, padding .5s ease-in-out;
}

.popup__field {
    box-sizing: border-box;

    display: inline-block;

    margin-top: 60px;
    padding: 0 20px;
    position: relative;
    transition: padding .5s ease-in-out, margin .5s ease-in-out;

    width: 100%;
}

.popup__field:first-child,
.popup:not(.popup_mobile) .popup__field_half:nth-child(2) {
    margin-top: 0;
}

.popup__field_half {
    width: 50%;
}

.popup__input {
    border-bottom: 1px solid #aeb2b6;

    color: #6a7075;
    font: 400 13px / 20px Helvetica;

    height: 20px;

    transition: border .3s ease-in-out;
    width: 100%;
}

textarea.popup__input {
    transition: all .3s ease-in-out;
}

.popup__field_error .popup__input {
    border-bottom-color: #be0a26;
}

.popup__label {
    color: #43494e;

    display: block;
    font: 300 13px / 20px Helvetica;

    height: 19px;

    letter-spacing: 1px;
    pointer-events: none;

    position: absolute;
    top: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: all .3s ease-in-out;

    width: 100%;
}

.page_hidpi .popup__label {
    font-weight: 500;
}

.popup__input:focus + .popup__label,
.popup__input:required:valid + .popup__label,
.popup__input:optional:not(.empty) + .popup__label {
    color: #6a7075;

    font-size: 11px;

    transform: translate3d(0, -30px, 0);

    -webkit-transform: translate3d(0, -30px, 0);
}

.page_hidpi .popup__input:focus + .popup__label,
.page_hidpi .popup__input:required:valid + .popup__label,
.page_hidpi .popup__input:optional:not(.empty) + .popup__label {
    font-size: 13px;

    transform: translate3d(0, -30px, 0) scale(.84);
    -webkit-transform: translate3d(0, -30px, 0) scale(.84);
}

.popup__error {
    background: #e8ebef;
    color: #be0a26;
    display: block;

    height: 100%;

    left: 0;
    position: absolute;

    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transition: -webkit-transform .3s ease-in-out;

    transition: transform .3s ease-in-out;
    width: 90%;
}

.popup__field_error .popup__error {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.popup__field_error {
    animation: shake .75s ease-in-out;
    -webkit-animation: shake .75s ease-in-out;
}

.popup__form-footer {
    float: left;
    text-align: center;
    transition: margin .5s ease-in-out;
}

.popup__form-footer button {
    width: 160px;
    min-width: 160px;
}

.popup__form .popup__field {
    width: 240px;
    padding: 0px;
    border: 1px solid #b8bbbf;
    border-right: 0px;
    height: 35px;
    padding-top: 7px;
    padding-left: 10px;
    float: left;
}

.popup__form .popup__field_comment {
    border: 1px solid #b8bbbf;
    width: 100%;
    margin-top: 25px;
}

.body_mobile .popup__form .popup__field {
    width: 100%;
    float: none;
    border: 1px solid #b8bbbf;
    margin: 0px;
    margin-bottom: 25px;
}

.popup_subscr .popup__form-footer {
    float: none;
}

.popup_subscr .popup__form .popup__field {
    width: 50%;
    border: 1px solid #b8bbbf;
}

.popup_subscr .popup__footer .popup__field {
    height: auto;
}

.body_mobile .popup__form-footer {
    float: none;
}

.popup__form .popup__field input {
    border: none;
}

.popup__form .popup__field .popup__label {
    top: 7px;
}

.popup__form-footer_resume {
    padding: 0px;
    padding-top: 10px;
    float: none;
}

.popup .phone {
    margin-top: 20px;
}

.popup .phone div {
    color: #6a7075;

    font: 400 13px Helvetica;
}

.popup .phone span {
    font: 700 13px / 1.4 Room;
}

.popup .popup__inner .mb {
    background: #e8ebef;

    transition: none;
}

.popup .popup__inner .mb_l,
.popup .popup__inner .mb_r {
    width: 3px;
}

.popup_visible .popup__inner .mb_l,
.popup_visible .popup__inner .mb_r {
    transform: translateZ(0) scaleY(1);
    -webkit-transform: translateZ(0) scaleY(1);
    transition: -webkit-transform .25s .25s ease-in-out;
    transition: transform .25s .25s ease-in-out;
}

.popup .popup__inner .mb_b,
.popup .popup__inner .mb_t {
    height: 3px;
}

.popup_visible .popup__inner .mb_b,
.popup_visible .popup__inner .mb_t {
    transform: translateZ(0) scaleX(1);
    -webkit-transform: translateZ(0) scaleX(1);
    transition: -webkit-transform .25s .5s ease-in-out;
    transition: transform .25s .5s ease-in-out;
}

.popup__success {
    background: #e8ebef url(popup-back.png) 0 0 / 310px auto no-repeat;
    box-sizing: border-box;
    color: #292e32;
    height: 100%;

    left: 0;
    opacity: 0;
    padding: 134px 15px 15px;
    position: absolute;

    text-align: center;
    top: 0;

    transition: .5s ease-in-out;
    width: 100%;
    z-index: -1;
    min-height: 330px;
}

.popup_resume.popup_show-thanks .popup__form,
.popup_resume.popup_show-thanks .popup__header {
    opacity: 0;
    z-index: -1;
}

.popup_resume.popup_show-thanks .popup__success {
    opacity: 1;
    z-index: 1;
}

.popup_callback.popup_show-thanks .popup__form,
.popup_callback.popup_show-thanks .popup__header {
    opacity: 0;
    z-index: -1;
}

.popup_callback.popup_show-thanks .popup__success {
    opacity: 1;
    z-index: 1;
}

.popup_callback .popup__text {
    font: 400 14px / 20px Helvetica;
    color: #43494e;
    text-align: center;
}

.popup__success-text {
    font: 300 13px / 1.5 Helvetica;
    white-space: pre-line;
    margin: 0 auto 45px;
    max-width: 320px;
    font: 300 14px Room;
}

.popup__success-text:before {
    border-bottom: 1px solid;

    content: '';
    display: block;

    margin: 0 auto 22px;

    width: 60px;
}

.popup_success .popup__success {
    opacity: 1;

    z-index: 1;
}

.popup_success .popup__error {
    transition-delay: 10s;
}

.popup__success-title {
    color: #2e3235;
    font: 36px / 1 Room;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;

}

@media screen and (max-width: 768px) {
    .popup .popup__close {
        right: -5px;
        top: -46px;
    }

    .popup__inner {
        margin-bottom: 15px;
        margin-top: 50px;
    }

    .popup__form {
        padding: 60px 45px 45px;
    }

    .popup__field {
        margin-top: 50px;
        padding: 0 5px;
    }

    .popup__field_half {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .popup__header {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }

    .popup__form {
        padding: 45px 30px 30px;
    }

    .popup__form .btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .popup__field {
        margin-top: 45px;
        padding: 0;
    }

    .popup__form-footer {
        margin-top: 35px;
        padding: 0;
    }
}

.project__content_newform {
    text-align: center;
    background-color: #e8ebef;
}

.project__content_newform-cont {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.project__content_newform .project__content-text:before {
    display: none;
}

.project__content_newform .project__content-formtext {
    float: left;
    margin-left: 48px;
    max-width: 390px;
    text-align: left;
}

.project__content_newform .project__content-form {
    position: absolute;
    bottom: 0px;
    right: 48px;
}

.project__content_newform .project__content-form .popup__field {
    width: 240px;
    float: left;
    padding: 0px;
    border: 1px solid #b8bbbf;
    border-right: none;
    padding-top: 8px;
    height: 35px;
}

.project__content_newform .project__content-form .popup__field .popup__input {
    margin-left: 10px;
    border: none;
}

.project__content_newform .project__content-form .popup__field .popup__label {
    top: 7px;
    text-align: left;
    margin-left: 10px;
}

.project__content_newform .project__content-form button {
    min-width: 160px;
    margin: 0px;
}

.project__content_newform .popup__field_error .popup__error {
    margin-bottom: 5px;
}

.project__content_newform .popup__input:focus + .popup__label,
.project__content_newform .popup__input:required:valid + .popup__label,
.project__content_newform .popup__input:optional:not(.empty) + .popup__label {
    transform: translate3d(0, -30px, 0);

    -webkit-transform: translate3d(0, -30px, 0);
}

.clear {
    clear: both;
}

.body_mobile .project__content_newform .project__content-formtext {
    float: none;
    margin: 0px;
    margin-bottom: 20px;

}

.body_mobile .project__content_newform .project__content-form .popup__field {
    float: none;
    width: 100% !important;
    border: 1px solid #b8bbbf;
    text-align: center;
    margin-bottom: 7px;
    text-align: center;
}

.body_mobile .project__content_newform .project__content-form .popup__field label {
    font-weight: normal;
    text-align: center;
    margin-left: 0px;
}

.body_mobile .project__content_newform .project__content-form .popup__field input {
    text-align: center;
    margin-left: 0px;
}

.body_mobile .project__content_newform-cont {
    padding: 20px 36px;
}

.body_mobile .project__content_newform {
    padding: 0px;
}

.body_mobile .project__content-form {
    position: relative;
    right: 0px;
}

.body_mobile .project__content-form button {
    width: 100%;
}

.btn-group .project__content_newform {
    background-color: transparent;
}

.btn-group .project__content_newform .project__content-form {
    position: relative;
    top: 0px;
    right: 0px;
}

.btn-group .project__content_newform .project__content-form .popup__field {
    width: 170px;
    border-color: #6b737f;
    color: #e8ebef;
    padding-top: 11px;
    height: 43px;
}

.project-comm-buklet .project__content_newform .popup__field {
    padding-top: 11px;
    height: 43px;
    width: 180px;
}

.project-comm-buklet .project__content_newform .project__content-form .popup__field label {
    top: 11px;
}

.btn-group .project__content_newform .project__content-form .popup__field label {
    top: 11px;
    color: #989ea8;
}

.btn-group .project__content_newform .popup__field_error .popup__error {
    background: #495463;
}

.project-comm-buklet .project__content_newform .popup__input:focus + .popup__label,
.project-comm-buklet .project__content_newform .popup__input:required:valid + .popup__label,
.project-comm-buklet .project__content_newform .popup__input:optional:not(.empty) + .popup__label,
.btn-group .project__content_newform .popup__input:focus + .popup__label,
.btn-group .project__content_newform .popup__input:required:valid + .popup__label,
.btn-group .project__content_newform .popup__input:optional:not(.empty) + .popup__label {
    transform: translate3d(0, -35px, 0);

    -webkit-transform: translate3d(0, -35px, 0);
}

.body_mobile .btn-group .project__content_newform-cont {
    padding: 0px;
}

.body_mobile .content_mobile .project-nav__button_download_plan {
    float: left;
    margin-left: 0px;
}

.apt div.btn-group {
    bottom: -55px;
}

.project-comm-buklet .project__content_newform {
    width: 470px;
}

.project-comm-buklet .project__content_newform .project__content_newform-cont {
    float: left;
    padding: 0px;
}

.body_mobile .project-comm-buklet .project__content_newform {
    width: auto;
}

.content_mobile .project-comm-nav__button_download_buklet {
    margin-left: 0px;
    left: 0px;
}

.project-comm-buklet .project__content_newform, .project-comm-buklet .project__content_newform .popup__error {
    background: white;
}

.project-comm-buklet .project__content_newform .project__content-form {
    position: relative;
    right: 0px;
}

.principles__container {
    width: 800px;
    margin: 0 auto;
    background-color: white;
}

.principles__head-picture {
    width: 100%;
}

.principles__content {
    width: 560px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 77px;
    font: 300 15px / 1.4 Helvetica;
    color: #292e32;
}

.principles__content__main-heading {
    font: 700 36px Room;
    padding: 0;
    text-transform: uppercase;
    color: #292e32;
    text-align: center;
    color: #292e32;
}

.principles__content__main-heading::after {
    display: block;
    width: 80px;
    height: 1px;
    content: '';
    background: #292e32;
    margin: 37px auto;
}

.principles__content h1,
.principles__content h2,
.principles__content h3,
.principles__content h4,
.principles__content h5,
.principles__content h6 {
    font-family: Room !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #292e32 !important;
}

.principles__content ul,
.principles__content ol {
    padding-left: 1em;
}

.principles__content ul {
    list-style-type: square;
}

.principles__content li {
    padding-left: 12px;
}

.principles__content img {
    display: block;
    max-width: 100%;
}

.principles__content pre {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    background-color: #F5F5F5;
}

.principles__content blockquote {
    border-left: 3px solid #e8ebef;
    padding: 5px;
    padding-left: 15px;
    margin: 0;
}

.project-nav {
    background: #071c34 url(project-menu-pattern.svg) no-repeat bottom;
    height: calc(100% - 110px);
    min-height: 520px;
    opacity: .95;
    position: fixed;
    top: 110px;
    transition: transform .5s ease-in-out, top .6s ease-in-out, height .6s ease-in-out;
    width: 230px;
    z-index: 999;
}

.header_collapse + .project-nav {
    height: calc(100% - 50px);
    top: 50px;
}

.project-nav_collapsed {
    transform: translateX(-230px);
}

.project-nav__heading {
    padding-top: 40px;
}

.project-nav_mobile .project-nav__heading {
    padding-top: 0;
}

.project-nav__buttons {
    font-size: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 44px;
}

.project-nav__button {
    height: 44px;
    width: 44px;
}

.project-nav__button_toggle {
    background: #071c34;
}

.project-nav__button_toggle-line {
    background: #f7f7f9;
    display: block;
    height: 1px;
    margin-left: 10px;
    transition: transform .5s ease-in-out, opacity .3s ease-in-out;
    width: 22px;
}

.project-nav__button_toggle-line:nth-of-type(1) {
    transform: rotate(45deg) translate(1px, 1px);
}

.project-nav__button_toggle-line:nth-of-type(2) {
    opacity: 0;
}

.project-nav__button_toggle-line:nth-of-type(3) {
    transform: rotate(-45deg);
}

.project-nav_collapsed .project-nav__button_toggle-line:nth-of-type(1) {
    transform: translateY(-7px);
}

.project-nav_collapsed .project-nav__button_toggle-line:nth-of-type(2) {
    opacity: 1;
    transform: translateY(-1px);
}

.project-nav_collapsed .project-nav__button_toggle-line:nth-of-type(3) {
    transform: translateY(5px);
}

.project-nav__button_call {
    background: #112941;
}

.project-nav__button_filters {
    background: #1d3758;
}

.project-nav__button_filters img {
    width: 22px;
}

.project-nav__item,
.project-nav__logo {
    transition: opacity .3s ease-in-out;
}

.project-nav__logo {
    background-size: contain;
}

.project-nav__item:hover,
.project-nav__logo:hover {
    opacity: .5;
}

.project-nav__item {
    color: #f7f7f9;
    display: block;
    font: 700 11px Room;
    letter-spacing: .5px;
    margin: 30px 35px;
    text-transform: uppercase;
}

.project-nav__item_current::before {
    background: #fff;
    content: '';
    display: inline-block;
    height: 7px;
    margin-left: -21px;
    margin-right: 14px;
    width: 7px;
}

.project-nav__logo {
    background-image: url('prinzip.png');
    background-repeat: no-repeat;
    display: block;
    height: 46px;
    margin: -4px 0 0 35px;
    max-width: 160px;
    width: 195px;
}

.project-nav_desktop .project-nav__contact {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.project-nav_desktop:not(.header_collapse).moved-header {
    top: 160px;
    height: calc(100% - 160px);
}

.header_collapse + .project-nav_desktop.moved-header {
    top: 100px;
    height: calc(100% - 100px);
}

.project-nav__contact .btn {
    margin: 30px 35px;
    width: calc(100% - 70px);
}

/* --- MOBILE --- */

.project-nav_mobile {
    background: none;
    opacity: 1;
    pointer-events: none;
    width: 100%;
}

.project-nav_mobile > * {
    pointer-events: all;
}

.project-nav_mobile.project-nav_collapsed {
    transform: none;
}

.project-nav_mobile .project-nav__heading {
    background: #071c34;
    display: flex;
}

.project-nav_mobile .project-nav__buttons {
    left: initial;
    position: absolute;
    right: 7px;
    top: 3px;
}

.project-nav_mobile .project-nav__button_toggle i {
    background: url(/static/img/arrow.svg) -11.5px;
    background-size: cover;
    display: inline-block;
    height: 20px;
    opacity: .75;
    transition: background-position .5s ease-in-out;
    width: 11.5px;
}

.project-nav_mobile.project-nav_collapsed .project-nav__button_toggle i {
    background-position: 0;
}

.project-nav_mobile .project-nav__logo {
    background-position-y: center;
    background-size: contain;
    height: 34px;
    margin: 8px 10px;
    width: 100px;
}

.project-nav_mobile .project-nav__menu {
    background: #071c34 url(/static/img/project-menu-pattern.svg) no-repeat;
    background-size: contain;
    height: 100%;
    transition: transform .5s ease-in-out;
    will-change: transform;
}

.project-nav_mobile.project-nav_collapsed .project-nav__menu {
    transform: translateX(100%);
}

.project-nav_mobile .project-nav__items {
    border: solid rgba(198, 204, 214, .25);
    border-width: 1px 0;
    height: calc(100% - 163px);
    overflow: auto;
    width: 100%;
}

.project-nav_mobile .project-nav__item {
    font-size: 14px;
    margin-left: 40px;
}

.project-nav_mobile .project-nav__item_current::before {
    margin-top: -2px;
    vertical-align: middle;
}

.project-nav_mobile .project-nav__contact .btn {
    margin: 38px 40px;
    width: 160px;
}

.page_project body { /* TODO: не всегда так, а только при неразворачиваемой шапке */
    padding-top: 50px;
}

.page_project[class*=section_index],
.page_project[class*=section_index] body {
    height: 100%;
}

.page_project[class*=section_index] {
    background: #495463;
}

.page_project.section_index .content,
.page_project.section_index_building .content {
    background: #071c34 url(/static/img/project-pattern.svg) no-repeat right;
    background-size: contain;
}

.page_project.section_index_floor .content {
    background: url(/static/img/floor-pattern.svg) no-repeat right;
    background-size: contain;
}

.page_project.section_index_apartment .content {
    background: url(/static/img/apartment-pattern.svg) no-repeat;
    background-size: 650px;
}

.page_project.section_index_apartment .container {
    width: 1136px;
}

@media screen and (max-width: 1136px) {
    .page_project.section_index_apartment .container {
        width: 100%;
    }

}

.page_project.section_index_floor .container {
    max-width: 1373px;
    min-width: 800px;
    padding-left: 50px;
    padding-right: 30px;
    width: 100%;
}

.page_project .container:only-of-type {
}

.page_project .separator {
    background: #e8ebef;
    border: none;
    height: 1px;
    margin: 0;
    opacity: .25;
}

#complex,
#house,
#floor,
#parking {
    position: absolute;
    z-index: 1;
}

#complex,
#house {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    max-height: calc(100% - 50px);
    min-width: 960px;
}

.page_project[class*=section_index] #complex .house:hover,
.page_project[class*=section_index] #complex .house_hovered,
.page_project[class*=section_index] #complex .parking:hover,
.page_project[class*=section_index] #complex .parking_hovered,
#house .floor:hover,
#house .floor_hovered {
    cursor: pointer;
    fill: rgba(255, 255, 255, .25);
}

.floor-heading {
    color: #e8ebef;
    font: 900 20px Room;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 55px;
}

.floor-heading__separator {
    background: #e8ebef;
    display: inline-block;
    height: 1em;
    margin: 0 .4em;
    opacity: .4;
    vertical-align: middle;
    width: 1px;
}

#floor,
#floor ~ .pins,
#parking,
#parking ~ .pins {
    left: 0;
    margin: 150px auto auto;
    max-height: 540px;
    right: 0;
    width: calc(100% - 322px);
}

#floor,
#floor ~ .pins {
    height: calc(100% - 215px);
}

#floor ~ .pins,
#parking ~ .pins {
    overflow: visible;
    position: absolute;
}

#floor .apartment:hover {
    cursor: pointer;
    fill: #0471B9;
}

#floor *:not(.apartment) {
    pointer-events: none;
}

#floor .text {
    font-family: 'Futura New', sans-serif;
    font-size: 48px;
    fill: #4071B5;
}

#floor .text_hovered {
    fill: #fff;
}

.floor__outside-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e8ebef;
    font: 400 12px 'Futura New';
    text-transform: uppercase;
}

#parking {
    margin-top: 80px;
}

#parking .lot[disabled] {
    fill: #A3A8AC;
}

#parking ~ .pins {
    pointer-events: none;
}

.content:not(.content_mobile) #parking .lot:hover {
    cursor: pointer;
    fill-opacity: 1;
}

#apartment {
    max-height: 384px;
    max-width: 100%;
}

#apartment ~ .pins {
    /* отступы такие же, как padding у родителя */
    left: 20px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 6px;
}

.floor__apt_sold {
    fill: #2f363b !important;
    opacity: .2;
}

.floor__text-apt_sold {
    fill: #2f363b !important;
    opacity: .7;
}

.pins {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.pins__item,
.pins__pane,
.pins__area {
    cursor: pointer;
    display: none;
    letter-spacing: .5px;
    position: absolute;
    z-index: 1;
}

.pins__item {
    background: url(/static/img/pin.svg) no-repeat;
    color: #2f363b;
    text-align: center;
}

.pins__item_choose {
    display: block;
}

.pins__item_hovered ~ .pins__item_choose {
    display: none;
}

.page_project.section_index .pins__item {
    display: block;
    height: 56px;
    margin-top: -56px;
    width: 38px;
}

.pins__item:hover,
.pins__item_hovered,
.pins__pane_hovered {
    display: block;
    text-align: left;
}

.pins__item:hover,
.pins__item_hovered {
    height: 196px !important;
    margin-top: -196px !important;
    width: 133px !important;
    z-index: 2;
}

.pins__item:hover .pins__item-title,
.pins__item_hovered .pins__item-title,
.pins__item:hover .pins__item-subtitle,
.pins__item_hovered .pins__item-subtitle {
    visibility: visible;
}

.pins__item-title {
    font: 700 20px Room;
    height: 1em;
    margin-left: -7px;
    margin-top: 7px;
    overflow: hidden;
    text-transform: uppercase;
}

.pins__item-subtitle_secondary {
    margin-top: -10px;
    margin-bottom: 10px;
}

.pins__item-subtitle {
    margin-left: 16px;
    visibility: hidden;
    font: 300 11px Helvetica;
    width: 75px;
}

.pins__item:hover .pins__item-title,
.pins__item_hovered .pins__item-title {
    font-size: 15px;
    margin: 36px 0 13px 16px;
}

.pins__pane {
    background: #222427;
    color: #fff;
    margin-left: -0px;
    margin-top: -135px;
    opacity: .9;
    padding: 10px 13px 10px 17px;
    pointer-events: none;
    width: 160px;
}

.pins__pane-number,
.pins__pane-status {
    font: 100 16px Room;
    margin: 1px 0 2px;
}

.pins__pane-rooms {
    font: 900 22px Room;
    text-transform: uppercase;
}

.pins__pane-area,
.pins__pane-cost {
    font: 300 11px Helvetica;
    margin: 3px 0;
}

.pins__area {
    color: #1f60b1;
    display: block;
    font: 600 16px 'Futura New';
    margin: -1em 0 0 .5em;
}

.complex-simpleplan {
    height: 120px;
    position: absolute;
    right: 20px;
    top: 36px;
}

.compass {
    background: url(/static/img/compass.svg) no-repeat;
    background-size: cover;
    bottom: 0;
    height: 120px;
    left: 30px;
    top: 370px;
    position: absolute;
    transition: opacity .3s ease-in-out;
    width: 117px;
}

#floor ~ .compass {
    bottom: 36px;
}

.floor-chooser_opened ~ .compass,
.floor-chooser_opened ~ .apt.apt_plan .compass {
    opacity: 0;
}

.compass_e {
    background-position: -240px 0;
}

.compass_ne {
    background-position: -127px 0;
    width: 110px;
}

.compass_n {
    background-position: 0 0;
}

.compass_nw {
    background-position: -840px 0;
}

.compass_w {
    background-position: -723px 0;
}

.compass_sw {
    background-position: -600px 0;
}

.compass_s {
    background-position: -480px 0;
}

.compass_se {
    background-position: -360px 0;
}

.apt-tabs {
    padding: 46px 0 0 156px;
}

.apt-tabs__item {
    border-bottom: 0 solid;
    color: #e8ebef;
    display: inline-block;
    font: 700 12px Room;
    letter-spacing: .5px;
    padding: 13px 23px;
    text-transform: uppercase;
    transition: border-bottom-width .1s ease-in-out, opacity .3s ease-in-out;
}

/*.apt-tabs__item:hover {*/
/*opacity: .5;*/
/*}*/

.apt-tabs__item:hover,
.apt-tabs__item_current {
    border-bottom-width: 3px;
}

.apt-tabs__item_constructor {
    padding-right: 35px;
    position: relative;
}

.flashing-point {
    display: block;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.apt-tabs_mobile .flashing-point {
    display: none;
}

.flashing-point__bg, .flashing-point:before {
    background-color: #a5abb4;
    border-radius: 50%;
    display: block;
}

.flashing-point:before {
    animation: changeScale 2s linear infinite;
    content: '';
    height: 100%;
    opacity: .3;
    width: 100%;
}

.flashing-point__bg {
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
}

.apt-tabs__tooltip {
    background-color: #fff;
    display: none;
    left: 100%;
    margin-left: 15px;
    opacity: 1 !important;
    padding: 40px 35px;
    position: absolute;
    top: -28px;
    width: 280px;
    z-index: 1;
}

.apt-tabs__tooltip:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 15px;
    left: -7px;
    position: absolute;
    top: 40px;
    transform: rotate(45deg);
    width: 15px;
}

.apt-tabs__item_constructor:hover .apt-tabs__tooltip.desktop,
.apt-tabs__tooltip.desktop:hover {
    display: block;
}

.tooltip__title {
    color: #231f20;
    font-family: Room, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.5;
    text-transform: uppercase;
}

.tooltip__text {
    color: #41464b;
    font: 300 13px Helvetica;
    text-transform: none;
}

.apt {
    color: #e8ebef;
    margin-left: 156px;
    min-height: 315px;
    overflow: hidden;
    padding: 60px 0 90px;
}

.apt__heading,
.apt__type {
    font-family: Room, sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.apt__heading {
    font-size: 26px;
    display: inline-block;
}

.apt__apartment-info {
    display: inline-block;
}

.apt__apartment-info + .btn_favorite {
    margin-left: 25px;
    vertical-align: top;
    position: relative;
}

.apt__apartment-info + .btn_favorite .hover-text {
    left: 125%;
    font: 700 13px Room;
    top: -2px;
    text-transform: none;
}

.apt_mobile .btn_favorite {
    margin-left: 4px;
}

.apt__heading small {
    font-size: medium;
}

.apt__heading_center,
.apt__no-similars {
    font-family: Room, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 26px;
    color: #e8ebef;
    width: 100%;
    text-align: center;
}

.apt__no-similars {
    margin-bottom: 90px;
    font-size: 20px;
    opacity: .5;
}

.apt__type {
    font-size: 20px;
}

.apt__col {
    display: none;
    float: left;
    padding: 0 40px 0 20px;
    width: 360px;
}

.apt__col:first-of-type {
    padding-top: 6px;
}

.apt__col_info {
    display: block;
    height: 400px;
    position: relative;
}

.apt__col_info_otdelka {
    display: block;
    height: 400px;
    position: absolute;
    left: 965px;
    width: 309px;
    padding-right: 0px;
}

.body_mobile div.apt__col_info_otdelka {
    position: relative;
    left: 0px;
    margin-top: 0px;
    width: auto;
    margin-right: 22px;
    height: auto;
    padding-top: 0px;
}

@media screen and (max-width: 1380px) {
    .apt__col_info_otdelka {
        width: 240px;
        left: 935px;
    }

    div.apt__col_info_otdelka li {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1280px) {
    .apt__col_info_otdelka {
        width: 240px;
        left: 935px;
    }

}

@media screen and (max-width: 999px) {
    .apt__col_info_otdelka {
        position: relative;
        left: 0px;
        margin-top: 50px;
        width: auto;
        margin-right: 22px;
        height: auto;
    }
}

.apt__col_info_otdelka h3 {
    font: 600 15px 'Futura New';
    color: #e8ebef;
    margin: 0px;
    margin-bottom: 10px;
}

.apt__col_info_otdelka ul {
    padding: 0px;
    margin: 0px;
}

.apt__col_info_otdelka li {
    font: 300 12px Helvetica;
    letter-spacing: .5px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 9px;
    line-height: 15px;
    list-style: none;
    color: #e8ebef;
}

.apt__col_info_otdelka li:before {
    content: "● ";
    font-size: 9px;
    margin-right: 2px;
}

.apt_plan .apt__col_plan {
    display: block;
    position: relative;
    text-align: center;
}

.apt_above .apt__col_above {
    display: block;
}

.apt__col_above {
    text-align: center;
}

.apt__col_above img {
    margin: auto;
    max-height: 384px;
    max-width: 100%;
}

.apt .separator {
    margin: 20px auto 20px 0;
    width: 74px;
}

.apt__label {
    font: 300 12px Helvetica;
    letter-spacing: .5px;
    opacity: .5;
}

.apt__value {
    font: 600 18px 'Futura New';
    letter-spacing: .5px;
    margin: 4px 0 24px;
}

.apt__value .separator {
    display: inline-block;
    height: 1em;
    margin: -1px .5em 0;
    vertical-align: middle;
    width: 1px;
}

.apt__samePlan {
    padding: 40px;
    margin-bottom: 20px;
}

.apt .btn, .btn-group {
    /*top: 100;
    position: absolute;*/
    vertical-align: top;
}

.apt__sameTable {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

.apt__sameTable-header {
    color: rgba(232, 235, 239, 0.5);
    border-bottom: 1px solid rgba(232, 235, 239, 0.25);
    font: 300 12px Helvetica;
}

.apt__sameTable-header td {
    padding: 5px;
    text-align: center;
}

.apt__sameTable-body {
    font: 600 18px 'Futura New';
    color: #e8ebef;
}

.apt__sameTable-body td {
    text-align: center;
}

.apt__sameTable-body tr {
    height: 70px;
    border-bottom: 1px solid rgba(232, 235, 239, 0.25);
}

.apt__sameTable-header .apt__sameTable-number,
.apt__sameTable-body .apt__sameTable-number {
    text-align: left;
    width: 10%;
}

.apt__sameTable-header .apt__sameTable-floor {
    width: 10%;
}

.apt__sameTable-header .apt__sameTable-costm,
.apt__sameTable-header .apt__sameTable-cost {
    width: 17%;
}

.apt__sameTable-header .apt__sameTable-area {
    width: 15%;
}

.apt__sameTable-body .apt__sameTable-action {
    width: 17%;
    text-align: right;
}

.apt__sameTable-link {
    position: relative;
    color: inherit;
}

.apt__sameTable-link:after {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid;
    content: '';

    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.apt__sameTable-link_fl:after {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.apt__sameTable-link_fr:after {
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
}

.apt__sameTable-link:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.apt .btn-group {
    bottom: -20px;
    position: absolute;
}

.section_index_apartment .calculator_hypothec {
    background: #e8ebef;
}

.section_index_apartment .calculator_hypothec .btn.popup__open {
    display: block;
    margin: auto;
}

.section_index_apartment .calculator_hypothec .calculator__heading {
    color: #231f20;
}

.section_index_apartment .calculator_hypothec .option {
    display: inline-block;
    width: calc(50% - 47px);
}

.section_index_apartment .calculator_hypothec.calculator_mobile .option {
    display: block;
    margin: 42px auto;
    width: 90%;
}

.section_index_apartment .calculator_hypothec .option:nth-of-type(2) {
    float: right;
}

.section_index_apartment .calculator_hypothec.calculator_mobile .option:nth-child(3) {
    float: none;
    margin-bottom: 48px;
}

.section_index_apartment .calculator_hypothec.calculator_mobile .owl-dots {
    bottom: 24px;
}

.section_index_apartment .calculator_hypothec.calculator_mobile .owl-dot {
    background: #989fa9;
}

.section_index_apartment .calculator_hypothec.calculator_mobile .owl-dot.active {
    background: #495463;
}

.section_index_apartment .calculator_installments {
    background-image: none;
}

.project-nav__button_send-mail, .project-nav__button_download_plan {
    margin-left: 27px;
    margin-top: 20px;
}

.project-nav__button_download_plan .hover-text {
    opacity: 1;
    visibility: visible;
    left: 125%;
    top: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    padding-top: 14px;
    font: 300 12px Helvetica;
    width: 160px;
}

.project__content_newform_ipoteka .project__content-form {
    position: relative;
    right: 0px;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.project__content_newform_ipoteka .project__content-form button {
    width: 160px;
    height: 35px;
    padding-top: 11px;
}

.project__content_newform_ipoteka .project__content_newform_head {
    font: 600 11px Helvetica;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #44484c;

    padding-top: 40px;
}

.body_mobile .project__content_newform_ipoteka .project__content_newform_head {
    font-size: 14px;

    margin-bottom: 25px;
    padding: 0 35px;
    padding-top: 10px;
}

.body_mobile .project__content_newform_ipoteka2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background: white;
}

.body_mobile .project__content_newform_ipoteka2 .popup__error {
    background-color: white;
}

.body_mobile .project__content_newform_ipoteka .project__content-form {
    padding-bottom: 0px;
}

.body_mobile .project__content_newform_ipoteka .project__content-form button {
    width: 100%;
    height: 40px;
    padding-top: 14px;
}

.body_mobile .project__content_newform_ipoteka .project__content-form .popup__field {
    padding-top: 8px;
    height: 40px;
}

.body_mobile .project__content_newform_ipoteka .project__content-form .popup__field label {
    top: 9px;
}

.body_mobile .project__content_newform_ipoteka .project__content_newform-cont {
    padding: 0px;
    padding-bottom: 10px;
}

/* --- MOBILE --- */

.page_project.section_index_floor .content_mobile .container {
    min-width: initial !important;
    padding: 0 !important;
}

.project-nav_mobile + .content:first-of-type {
    padding-top: 50px;
}

.content_mobile .project-nav__button_send-mail, .content_mobile .project-nav__button_download_plan {
    float: right;
}

.floors-back {
    height: 44px;
    padding: 0 10px;
    font: 300 9px Room;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f7f7f9;
    z-index: 2;
    transition: left .5s ease-in-out;
}

.floors-back_desktop {
    position: absolute;
    left: 274px;
    background-color: #112941;
}

.floors-back_mobile {
    position: relative;
}

.floors-back_collapsed {
    left: 44px;
}

.floors-back:before {
    content: '<';
    display: inline-block;
    font-size: 38px;
    left: 0;
    margin-right: 7px;
    position: relative;
    transform: scaleX(.7) translateY(-1px);
    transition: left .1s;
    vertical-align: middle;
}

.floors-back:hover:before {
    left: -1px;
}

.buildings_mobile,
.floors_mobile {
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
}

.buildings_mobile {
    padding: 70px;
}

.floors__container {
    padding: 40px 85px;
}

.buildings_mobile .buildings__item,
.floors_mobile .floors__item {
    color: #fff;
    display: block;
    overflow: hidden;
}

.buildings_mobile .buildings__item + .buildings__item,
.floors_mobile .floors__item + .floors__item {
    margin-top: 30px;
}

.buildings_mobile .buildings__stageTitle,
.floors_mobile .floors__number {
    background: url(/static/img/pin.svg) no-repeat;
    box-sizing: border-box;
    float: left;
    font: 700 16px Room;
    height: 50px;
    margin-right: 7px;
    padding: 2px 6px;
    width: 34px;
    color: #2f363b;
}

.buildings_mobile .buildings__stageTitle {
    /*color: transparent*/;
}

.buildings_mobile .buildings__stageTitle:first-letter,
.floors_mobile .floors__number {
    color: #2f363b;
}

.buildings_mobile .buildings__stageCaption,
.floors_mobile .floors__caption {
    display: inline-block;
    font: 700 15px Room;
    padding: 3px 0;
    text-transform: uppercase;
}

.buildings_mobile .buildings__completionDate,
.floors_mobile .floors__apartments {
    font: 300 11px Helvetica;
}

.apartments_mobile {
    padding: 120px 20px 40px;
}

.apartments_mobile .apartments__item {
    color: #fff;
    display: block;
    overflow: auto;
}

.apartments_mobile .apartments__item > * {
    float: left;
}

.apartments_mobile .apartments__number,
.apartments_mobile .apartments__info,
.apartments_mobile .apartments__separator {
    opacity: .6;
}

.apartments_mobile .apartments__number.apartments__number_sold,
.apartments_mobile .apartments__info.apartments__info_sold,
.apartments_mobile .apartments__rooms.apartments__rooms_sold {
    opacity: .3;
}

.apartments_mobile .apartments__number {
    font: 100 16px Room;
    margin: 6px 20px 0 0;
}

.apartments_mobile .apartments__rooms {
    font: 900 22px Room;
}

.apartments_mobile .apartments__info {
    font: 300 11px Helvetica;
    line-height: 1.6;
}

.apartments_mobile .apartments__separator {
    background: #fff;
    height: 1px;
    margin: 18px 0;
    width: 81px;
}

.apartments_mobile .apartments__item:last-of-type .apartments__separator {
    display: none;
}

.apt-back {
    color: #e8ebef;
    font: 300 9px Room;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 1px;
}

.apt-back_tabbed {
    left: inherit;
}

.apt-back_mobile {
    position: relative;
}

.apt-back:before {
    content: '<';
    display: inline-block;
    font-size: 38px;
    left: 0;
    margin-right: 7px;
    position: relative;
    transform: scaleX(.7) translateY(-1px);
    transition: left .1s;
    vertical-align: middle;
}

.apt-back:hover:before {
    left: -1px;
}

.apt-tabs_mobile {
    height: 36px;
    overflow: auto;
    padding: 0;
    white-space: nowrap;
}

.apt-tabs_mobile:after {
    bottom: 7px;
    box-shadow: 0 0 7px 5px #545e6c;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
}

.apt-tabs_mobile .apt-tabs__item {
    padding: 16px 10px 4px;
}

.apt-tabs_mobile .apt-tabs__item + .apt-tabs__item {
    margin-left: 6px;
}

.apt_mobile {
    margin: 0;
    padding: 27px 20px 20px;
}

.apt_mobile .apt__heading {
    font-size: 22px;
    margin-bottom: 6px;
}

.apt_mobile .apt__type {
    font-size: 16px;
}

.apt_mobile .apt__col {
    box-sizing: border-box;
    padding: 30px 0 20px;
    width: 100%;
    height: auto;
}

.apt_mobile .floor-chooser {
    position: relative;
    top: 0;
    width: 100%;
}

.apt_mobile .btn {
    position: relative;
    top: 3px;
}

.apt_mobile .btn-group {
    position: static;
    padding-top: 18px;
}

.apt_mobile #apartment ~ .pins {
    left: 0;
    top: 30px;
}

@media screen and (max-width: 340px) {
    .btn_big {
        padding: 14px 24px;
    }
}

.promo-block {
    display: inline-flex;
    position: fixed;
    bottom: 0;
    background-color: #1f60b1;
    color: rgba(232, 235, 239, 1);
    width: 100%;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.block-with-promo {
}

.block-with-promo.is_mobile {
    margin-bottom: 0;
}

.promo-block h4 {
    font: 600 17px Room;
    margin: auto 0 auto 65px;
    text-transform: uppercase;
    width: 30%;
    text-align: left;
    line-height: 31px;
    z-index: 3;
}

.promo-block .promo-carousel {
    width: 40%;
    text-align: center;
}

.promo-block:not(.promo-block_mobile) .promo-carousel__item {
    margin-top: 17px;
}

.promo-block .promo-info_desktop {
    font: 600 12px Room;
    text-transform: uppercase;
    color: rgba(232, 235, 239, .7);
}

.promo-block:not(.promo-block_mobile) .promo-info_desktop {
    width: 30%;
    text-align: right;
    line-height: 30px;
    margin: auto 65px auto 0;
    z-index: 2;
}

.promo-block_mobile {
    position: static;
    display: block;
    margin: 0;
    padding: 40px 0;
    margin-bottom: 0;
    text-align: center;
    width: auto;
}

.promo-block_mobile .promo-carousel {
    width: 100%;
}

.promo-block_mobile h4 {
    width: auto;
    text-align: center;
    margin: 0;
    line-height: 20px;
}

.promo-carousel {
    margin-bottom: 17px;
}

.promo-carousel_mobile .promo-carousel__item {
    background-origin: content-box;
    background-size: contain;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 45px;
}

.promo-carousel__item {
    font: 600 15px Room;
    text-transform: uppercase;
    color: rgba(232, 235, 239, .7);
}

.promo-carousel__item-link {
    font-size: 12px;
    color: rgba(232, 235, 239, .7);
}

.promo-carousel .owl-nav {
    display: block;
}

.promo-carousel .owl-nav > * {
    border: none;
}

.promo-carousel .owl-next,
.promo-carousel .owl-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-color: transparent;
    transition: background-color .3s;
}

.promo-carousel .owl-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAiCAYAAABfqvm9AAAA80lEQVRIS63WbQ3CMBAG4PcUgAQk4IAgAQebMoYEFIAEHGABB0e6tAsf7e6r+7NkzZ696XW5I+SLmQcAByIayzPPndJLzLwD8MzAFEFnMKMp4TmKLmAv9Avsgf6BUbQKZnQP4A5gA0BdqCboRVdBDyqCVlQFWlA1qEVNoAY1gxLqAitoOq8nInq5wQr6AHAMgbWkvcAbgC2Aawhk5vS/F+xCRIMbrGFpC1xgC3OBa5gZlDATqMHUoBZTgRZMBPM0UXr1fM6kaWKtSX02fhXWTOhJVpJLjV6drApGkv2BPbBlD3+wkYgmqZqt9TIfloqGsPSRN076qZmxJR05AAAAAElFTkSuQmCC');
    right: 10px;
}

.promo-carousel .owl-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAYAAAB2KjFhAAAA2ElEQVRIS63VXQ3CMBSG4e9zgAUcTAIOkABIQAJKQAIOsDCcDAUlJdvCtv6cn/amV33SNM17COcKIXQATiSv9Fgj9AKwA3AzYyvoDeBgwpIQOaixHBSfS4WVIBVWg8SYBBJhUqiKaaAipoWymAVKYlZog3mgBeaFZqwF9MNaQRP2BHAEMADYk4y7acWbnQHcx9MPkheTNFWjFTgnqAW46JkX3MTRAyZLawWz2baAxRmgBasDRQNWsfiBpaAIk4JiTAKqsBqoxkqgCcuBZmwFfgB0LuwP7En2X14evMtp5WvrAAAAAElFTkSuQmCC');
    left: 10px;
}

.promo-block_desktop {
    transition: transform .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out;
}

.promo-block_desktop_unloaded {
    transform: translateY(100%);
}

.promo-block_desktop .owl-next:hover,
.promo-block_desktop .owl-prev:hover {
    background-color: rgb(18, 33, 53);
}

.promo-block_desktop .promo-carousel {
    position: static;
    z-index: 1;
}

.promo-carousel .owl-nav > *:after,
.promo-carousel .owl-nav > *:before {
    display: none;
}

.promo-block_desktop:before {
    background-color: #0071b9;
    content: '';
    display: block;
    height: 300%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 10);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0, 10);
    transition: -webkit-transform .3s cubic-bezier(.55, .06, .68, .19);
    transition: transform .3s cubic-bezier(.55, .06, .68, .19);
    width: 100%;
}

.promo-block_desktop:hover:before {
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(1, 10);
    -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(1, 10);
}

/*ANIMATION*/

@keyframes changeScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.3);
    }
    100% {
        transform: scale(1);
    }
}

.compass-ochered {
    z-index: 1;
    top: auto;
    bottom: 2%;
    left: 8%;
    transform: scale(0.9);
}

.open-plan-floor {
    position: absolute;
    top: 115px;
    padding-left: 20px;
    text-align: left;
}

.open-plan-floor a {
    color: #e8ebef;
    font: 300 italic 11px Helvetica;
    text-decoration: underline;
}

.body_mobile .mfloor__plan {
    background: #495463;
    display: none;
    height: calc(100% - 100px);
    left: 0;
    margin-top: 100px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.body_mobile .mfloor__plan .mfloor__heading {
    padding-top: 16px;
    text-align: left;
}

.body_mobile .mfloor__plan .mfloor__more {
    margin-top: 50px;
    color: #e8ebef;
    opacity: .5;
}

.body_mobile .mfloor__plan .mfloor__heading,
.body_mobile .mfloor__plan .mfloor__more {
    left: 20px;
    position: fixed;
    color: #e8ebef;
}

.body_mobile .mfloor__plan .close-plan {
    color: #e8ebef;
    font-family: serif;
    font-size: 54px;
    height: 60px;
    opacity: .5;
    position: fixed;
    right: 0;
    transform: rotate(45deg);
    width: 60px;
}

.body_mobile .mfloor__plan .close-plan::before {
    content: '+';
}

.body_mobile .mfloor__plan #floor {
    margin: 100px 20px 30px;
    max-height: calc(100% - 130px);
    width: auto;

}

.body_mobile .mfloor__plan .floor__apt_sold {
    fill: #2f363b !important;
    opacity: .2;
}

@media (orientation: landscape) {
    .body_mobile .mfloor__plan #floor {
        max-height: none;
    }
}

.page_project.section_about .content {
    background: #fff;
}

.project {
    color: #292e32;
    /*letter-spacing: .5px;*/
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.project__content,
.project__contact {
    padding: 80px 0;
}

.project__content {
    text-align: center;
}

.project__pane,
.project__content_gray {
    background-color: #e8ebef;
}

.project__pane {
    font-size: 0;
    padding: 70px 40px 35px;
    transition: margin-bottom .5s ease-in-out;
}

.project__pane-line + .project__pane-line {
    margin-top: 15px;
}

.project__pane-left,
.project__pane-right,
.project__pane-center {
    display: inline-block;
    vertical-align: top;
}

.project__pane-left,
.project__pane-center {
    color: #292e32;
    font: 900 14px / 19px Room;
    text-align: right;
    text-transform: uppercase;
    width: 42.5%;
}

.project__pane-center {
    text-align: center;
    width: 100%;
}

.project__pane-center .nav__link {
    margin-right: 0;
}

.project__pane-right {
    box-sizing: border-box;
    color: #43494e;
    font: 300 15px / 1.2 Helvetica;
    margin: -1px 0 0;
    padding-left: 10px;
    width: 57.5%;
}

.project__pane-right sup {
    position: absolute;
}

.project__content-text {
    color: #41464b;
    font: 300 13px / 1.5 Helvetica;
}

.project__content-text:before {
    border-bottom: 1px solid #292e32;
    content: '';
    display: block;
    margin: 0 auto 25px;
    width: 60px;
}

.project__content-text_bottom-line {
    margin-bottom: 25px;
}

.project__content-text_bottom-line:after {
    border-bottom: 1px solid #292e32;
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px;
}

.project__content-text_bottom-line p {
    margin-bottom: 25px;
}

.project__content_img {
    background-position: center;
    background-size: cover;
    padding: 152px 0;
}

.project__content_img .project__content-text {
    font-size: 16px;
    letter-spacing: 1px;
}

.project__content_img * {
    color: #fff;
}

.project__content_img .project__content-text:before {
    content: none;
}

.project__content-author {
    font-style: italic;
    margin-top: 32px;
}

.project__cols {
    overflow: hidden;
}

.project__content_gray .project__cols {
    text-align: left;
}

.project__cols > * {
    box-sizing: border-box;
    float: left;
    padding: 0 24px;
    width: 33.33%;
}

.project__cols_4 > * {
    width: 25%;
}

.project__cols .project__content-heading {
    line-height: .9;
}

.project__cols .project__content-text:before {
    margin-bottom: 18px;
}

.project__number {
    font: 300 72px 'Futura New';
    margin-top: 32px;
}

.project__number-caption {
    display: inline-block;
    font: 700 12px Room;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
    word-wrap: break-word;
}

.project__content_gray {
    margin-top: 0 !important;
}

.project__content_gray .project__content_gray_cover .project__content_gallery-item {
    background-size: cover;
}

.project__content-heading + .project__cols {
    margin-top: 40px;
}

.project__cols .project__content-text::before {
    margin-left: 0;
}

.project__masonry .project__content-text::before,
.project__content-tabs + .project__content-text::before {
    content: none;
}

.project__masonry-row {
    margin-top: 40px;
}

.project__masonry-cell_img {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 55%;
}

.project__masonry-cell_text {
    box-sizing: border-box;
    padding: 48px;
    text-align: left;
    width: 45%
}

.project__masonry-row:last-of-type .project__masonry-cell_text {
    padding-bottom: 0;
}

.project__masonry_heading {
    margin-top: 0;
    text-transform: uppercase;
}

.popup__open_excursion {
    margin-top: 40px;
}

.project__content_gallery {
    padding: 0;
}

.project__content_maingal_out_1,
.project__content_maingal_out_2,
.project__content_gallery:not(.container)::before,
.project__content_gallery:not(.container)::after {
    content: '';
    display: block;
    height: 100%;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
}

.project__content_maingal_out_1,
.project__content_maingal_out_2 {
    pointer-events: all;
}

.project__content_maingal_out_1,
.project__content_gallery:not(.container)::before {
    left: 0;
}

.project__content_maingal_out_2,
.project__content_gallery:not(.container)::after {
    right: 0;
}

.project__content_maingal_out {
    position: relative
}

.project__content_maingal:not(.container)::before,
.project__content_maingal:not(.container)::after {
    display: none !important;
}

@media (min-width: 1601px) {
    .project__content_maingal_out_1,
    .project__content_maingal_out_2,
    .project__content_gallery:not(.container)::before,
    .project__content_gallery:not(.container)::after {
        width: 560px;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) {
    .project__content_maingal_out_1,
    .project__content_maingal_out_2,
    .project__content_gallery:not(.container)::before,
    .project__content_gallery:not(.container)::after {
        width: 400px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .project__content_maingal_out_1,
    .project__content_maingal_out_2,
    .project__content_gallery:not(.container)::before,
    .project__content_gallery:not(.container)::after {
        width: 283px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .project__content_maingal_out_1,
    .project__content_maingal_out_2,
    .project__content_gallery:not(.container)::before,
    .project__content_gallery:not(.container)::after {
        width: 240px;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    .project__content_maingal_out_1,
    .project__content_maingal_out_2,
    .project__content_gallery:not(.container)::before,
    .project__content_gallery:not(.container)::after {
        width: 112px;
    }
}

.project__content_gallery:not(.container) .owl-nav {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 888px;
    z-index: 2;
}

.project__content_gallery-item {
    background-position: center;
    background-size: cover;
    height: 450px;
}

.project_mobile .project__content_gallery-item {
    height: 250px;
}

.project__content_gray .project__content_gallery {
    margin: 50px auto;
}

.project__content_gray .project__content_gallery-item {
    background-repeat: no-repeat;
    background-size: contain;
}

.project__content_maingal .owl-nav > *,
.project > .project__content_gallery .owl-nav > *,
.project > .project__content_gray .project__content_gallery .owl-nav > * {
    background: rgba(255, 255, 255, .9);
    border: none;
}

.project__content_gray .owl-dots {
    bottom: -100px;
}

.project__content_gray .owl-dot {
    background: #43494e;
    opacity: .2;
}

.project__content-tabs {
    height: 47px;
    margin-top: -18px;
    overflow: auto;
    white-space: nowrap;
}

.project__content-tab {
    border-bottom: 0 solid;
    color: #292e32;
    cursor: pointer;
    font: 700 13px Room;
    padding: 0 13px 10px;
    text-transform: uppercase;
    transition: border-bottom-width .1s ease-in-out, opacity .3s ease-in-out;
}

.project__content-tab + .project__content-tab {
    margin-left: 13px;
}

.project__content-tab:hover {
    opacity: .5;
}

.project__content-tab_current {
    border-color: #292e32;
    cursor: default;
}

.project__content-tab_current {
    border-bottom-width: 3px;
}

.project__map {
    height: 458px;
    overflow: hidden;
}

.project__contact {
    text-align: center;
}

.project__sorta-popup {
    overflow-y: auto;
    padding: 0 15px;
    margin: 50px auto;
    max-width: 560px;
    position: static;
}

.sorta-popup__header {
    text-align: center;
    margin: 40px 0;
}

.project__sorta-popup .phone {
    margin-top: 20px;
}

.sorta-popup__success {
    background: #e8ebef;
    padding: 60px;
    position: relative;
    transition: padding .5s ease-in-out;
    font: 24px / 1 Room;
    text-transform: uppercase;
    text-align: center;
}

.popup__form_sorta-inactive,
.sorta-popup__success_inactive {
    display: none;
}

@media (min-width: 1441px) {
    .project__masonry-cell_text .project__content-text {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .project__masonry-row {
        height: 466px;
        overflow: hidden;
        position: relative;
    }

    .project__masonry-cell {
        position: absolute;
    }

    .project__masonry-cell_text {
        bottom: 0;
        height: 256px;
        margin: auto;
        top: 0;
    }

    .project__masonry-row:nth-child(odd) .project__masonry-cell_img {
        right: 0;
    }

    .project__masonry-row:nth-child(even) .project__masonry-cell_text {
        right: 0;
    }
}

@media (max-width: 767px) {
    .project__pane-right,
    .project__pane-left {
        display: block;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .project__cols > * {
        float: none;
        width: 100%;
    }

    .project__cols > *:not(:last-of-type) .project__content-text {
        border-bottom: 1px solid #bbb;
        margin-bottom: 36px;
        padding-bottom: 30px;
    }

    .project__masonry-cell {
        width: 100%;
    }

    .project__masonry-cell_img {
        height: 384px;
    }

    .project__masonry-cell_text {
        padding: 36px;
    }

    .project__content_maingal_out .owl-nav {
        display: none;
    }
}

.banner-carousel .owl-dots {
    text-align: right;
    margin-right: 35px;
    z-index: 2;
    bottom: 41px;
}

.banner-carousel .owl-dot {
    margin: 0 5px;
    opacity: 1 !important;
}

.banner-carousel .owl-dot.active {
    opacity: 1 !important;
    background-color: #ff9e00;
}

.banner-carousel .owl-nav > * {
    background-color: white;
    border: none;
    margin-left: 37px;
    margin-right: 37px;
}

.banner-carousel .owl-prev {
    margin-left: 0px;
    transform: translateX(265px);
    transition: transform .5s ease-in-out, top .6s ease-in-out, height .6s ease-in-out;
}

.body-project-nav_collapsed .banner-carousel .owl-prev {
    transform: translateX(36px);
}

.banner-carousel .owl-nav > *::before, .banner-carousel .owl-nav > *::after {
    width: 10px;
}

.banner-carousel .owl-prev::after, .banner-carousel .owl-next::after {
    margin-top: 4px;
}

.newtonepark-aterex {
    height: 100px;
}

.project__content_maingal_out .project__content_maingal_out_click {
    background: rgba(255, 255, 255, .9);
    border: none;
    cursor: pointer;
}

.project__content_maingal_out .owl-prev {
    right: 25px;
    left: auto;
}

.project__content_maingal_out .owl-next {
    left: 25px;
    right: auto;
}

.project__content_maingal_out .project__content_maingal .owl-nav {
    display: none;
}

.project__sorta-popup-commroso .popup__field, .project__sorta-popup-commroso .popup__form-footer {
    float: none;
    margin: 0px;
    margin-bottom: 30px;
}

.project__sorta-popup-commroso .popup__field {
    border: 1px solid #b8bbbf;
    width: 100%;
}

.project__sorta-popup-commroso .popup__field .popup__error {
    width: 90%;
}

.project__sorta-popup-commroso {
    width: 360px;
}

.project__flat__link {
    text-align: center;
    padding-top: 90px;
    margin-bottom: -50px;
    z-index: 5;
    position: relative;
}

.project__flat__link a {
    font-size: 14px;
    color: #41464b;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    width: 232px;
    background-color: #f3f5f7;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Room';
    margin: 0 3px;
    padding: 15px 0;
    transition: all .2s ease-in-out;
    margin-bottom: 10px
}

.project__flat__link a:hover {
    color: white;
    background-color: #82898e;
}

.tab-popup {
    background-color: #fff;
    color: #292e32;
    display: none;
    font-family: Room, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.tab-popup.tab-popup_mobile {
    padding-bottom: 200px;
}

.popup-background {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: calc(100% + 200px);
    background-color: #e8ebef;
    overflow: hidden;
}

.popup-header {
    background-color: #e8ebef;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    height: 78px;
    line-height: 78px;
    position: relative;
    text-align: center;
}

.popup__header-link {
    color: #292e32;
    font-size: 10px;
    font-weight: 700;
    left: 32px;
    padding: 10px 10px 10px 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popup__header-link_right {
    left: auto;
    right: 32px;
}

.popup-goback:before,
.popup-goback:after {
    background-color: #292e32;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 7px;
}

.popup-goback:before {
    transform: translateY(100%) rotate(45deg);
}

.popup-goback:after {
    transform: translateY(-100%) rotate(-45deg);
}

.popup-goback:hover::before,
.popup-goback:hover::after {
    left: -1px;
}

.popup-header__title {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
}

.popup-info {
    padding-right: 30px;
}

.popup-info__img {
    margin-top: -11px;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.popup-info:hover .popup-info__img {
    opacity: 1;
}

.constructor-image {
    background-color: black;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin-top: -78px;
    padding-top: 78px;
    width: calc(100% - 330px);
}

.constructor-image .main-img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.constructor-image .img-shadow {
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    bottom: 0;
    height: 115px;
    position: absolute;
    width: calc(100% - 330px);
}

.room-slider {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    width: calc(100% - 330px);
}

.room-slider__menu {
    display: inline-block;
}

.slider-menu__list {
    font-size: 0;
    margin: 0 auto;
    padding: 0;
}

.slider-menu__item {
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}

.tab-popup:not(.tab-popup_mobile) .slider-menu__item:first-child {
    margin-left: 0;
}

.slider-menu__link {
    color: rgba(255, 255, 255, .9);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
    position: relative;
}

.slider-menu__link:before,
.slider-menu__link:after {
    background-color: rgba(255, 255, 255, .9);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    width: 0;
}

.slider-menu__link:before {
    margin-right: -1px;
    transition: width .5s ease-in-out, left .5s ease-in-out;
}

.slider-menu__link:after {
    margin-left: -1px;
    transition: width .5s ease-in-out;
}

.slider-menu__link:hover:before {
    left: 0;
    width: 50%;
}

.slider-menu__link:hover:after {
    width: 50%;
}

.slider-menu__link_active:before {
    left: 0;
    width: 50%;
}

.slider-menu__link_active:after {
    width: 50%;
}

.popup-sidebar {
    background-color: #e8ebef;
    box-sizing: border-box;
    float: right;
    height: 100%;
    margin-top: -78px;
    padding-top: 78px;
    width: 330px;
}

.popup-sidebar__content {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: calc(100% - 118px);
    overflow-x: hidden;
}

.popup-sidebar__tabs-list, .tab-item {
    margin: 0;
    padding: 0;
}

.popup-sidebar__tabs-list {
    font-size: 0;
    height: 82px;
}

.tab-item {
    border-bottom: 1px solid #d6d9de;
    border-left: 1px solid #d6d9de;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    width: 25%;
}

.tab-item:first-child {
    border-left: none;
}

.tab-item:hover {
    background-color: #d2d5d9;
}

.tab-item_active,
.tab-item_active:hover {
    background-color: #3c4145;
}

.tab-link {
    color: #292e32;
}

.tab-item_active .tab-link {
    color: #fff;
}

.tab-number {
    margin-bottom: 4px;
}

.tab-content {
    display: none;
}

.tab-content_active {
    display: block;
}

.material-option {
    height: 80px;
    position: relative;
}

.material-option > input[type='radio'] {
    opacity: 0;
    position: absolute;
}

.material-option__label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 100%;
    position: relative;
}

.material-option__label:before,
.material-option__label:after {
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    display: block;
    left: 28px;
    position: absolute;
    top: 38px;
}

.material-option__label:before {
    border: 1px solid #c2c6ca;
    height: 15px;
    width: 15px;
}

input[type='radio']:checked + .material-option__label:after {
    background-color: #000;
    height: 9px;
    margin-left: 3px;
    margin-top: 3px;
    width: 9px;
}

.material-option__text {
    border-bottom: 1px solid #d6d9de;
    box-sizing: border-box;
    height: 100%;
    padding-left: 55px;
    padding-top: 40px;
}

.material-option__pic {
    float: right;
    height: 100%;
    width: 82px;
}

.material-preview {
    background-color: #fff;
    height: 220px;
    position: absolute;
    right: 35px;
    top: 30px;
    transform: translate(250px, -70px) scale(0);
    z-index: 2;
}

.tab-popup:not(.tab-popup_mobile) input:not([disabled]) + label .material-option__pic:hover + .material-preview,
.tab-popup:not(.tab-popup_mobile) input:not([disabled]) + label .material-preview:hover {
    display: block;
    transform: translate(0px, 0px) scale(1);
    transition: transform, .4s;
}

.material-preview:active {
    display: none;
    transform: scale(0);
}

.material-preview__text {
    padding: 30px;
}

.material-preview__label {
    color: #231f20;
    font: 700 20px Room;
    line-height: 18px;
    margin-bottom: 7px;
}

.material-preview__info {
    color: #41464b;
    font: 200 13px Helvetica;
    line-height: 18px;
    text-transform: none;
}

.popup-sidebar__footer {
    box-sizing: border-box;
    padding: 20px;
}

.popup-sidebar__footer .btn {
    vertical-align: middle;
}

.popup-sidebar__footer .btn.popup__open {
    min-width: inherit;
}

.cost {
    font-size: 0;
    margin-bottom: 10px;
}

.cost__text {
    color: #6a7075;
    display: inline-block;
    font: 200 13px Helvetica;
    text-transform: none;
    vertical-align: bottom;
    width: 50%;
}

.cost__number {
    display: inline-block;
    font: 400 20px 'Futura New';
    text-align: right;
    vertical-align: bottom;
    width: 50%;
}

.cost__number span {
    padding-left: 6px;
}

.btn_black.btn_download:hover {
    background: url(/static/img/download.svg) 8px 8px no-repeat;
    background-size: 25px 25px;
}

.material-group [type=checkbox] {
    display: none;
}

.material-checkbox {
    cursor: pointer;
    display: block;
    font: 700 12px Room;
    line-height: 64px;
    padding-left: 28px;
    position: relative;
    top: 3px;
}

.material-checkbox::before {
    border: 1px solid #c2c6ca;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 18px -4px 0;
    width: 14px;
}

.material-group :checked ~ .material-checkbox::before {
    background: url(/static/img/tick.svg) no-repeat center;
}

.material-group .material-option {
    background: #dde0e4;
    display: none;
}

.material-group :checked ~ .material-option {
    display: block;
}

.material-group .material-option__label:before,
.material-group .material-option__label:after {
    left: 61px;
}

.material-group .material-option__text {
    padding-left: 88px;
}

input[disabled] + label {
    opacity: .5;
}

/* --- MOBILE --- */

.tab-popup_mobile {
    min-width: initial;
}

.tab-popup_mobile .popup-header {
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.tab-popup_mobile .popup-goback {
    background: url(/static/img/mobile-back.svg) no-repeat center;
    background-size: 50%;
    font-size: 0;
    left: 0;
    padding: 0 13px;
}

.tab-popup_mobile .popup-goback_dark {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0LjhweCIgaGVpZ2h0PSI5LjVweCIgdmlld0JveD0iMCAwIDQuOCA5LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOCA5LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWxpbmUgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6bm9uZTtzdHJva2U6I2ZmZmZmZjtzdHJva2Utd2lkdGg6MC43NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDA7IiBwb2ludHM9IjQuNSwwLjIgMC41LDQuOCA0LjUsOS4yICIvPjwvc3ZnPg==);
}

.tab-popup_mobile .popup-info {
    font-size: 0;
    padding: 0 13px;
    right: 5px;
}

.tab-popup_mobile .popup-goback::before,
.tab-popup_mobile .popup-goback::after {
    content: none;
}

.tab-popup_mobile .popup-header__title {
    font-size: 14px;
}

.tab-popup_mobile .constructor-image {
    float: none;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}

.tab-popup_mobile .constructor-image .main-img {
    width: 100%;
}

.tab-popup_mobile .room-slider {
    height: 40px;
    margin-top: -40px;
    overflow: auto;
    position: static;
    white-space: nowrap;
    width: 100%;
}

.tab-popup_mobile .slider-menu__list {
    padding: 0;
}

.tab-popup_mobile .slider-menu__link {
    padding: 8px;
}

.tab-popup_mobile .slider-menu__item:last-child {
    margin-right: 15px;
}

.tab-popup_mobile .popup-sidebar {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tab-popup_mobile .popup-sidebar__content {
    overflow: visible;
}

.tab-popup_mobile .popup-sidebar__footer .btn::before {
    content: none;
}

.tab-popup_mobile .tab-number {
    font-size: 14px;
    margin-top: -2px;
}

.tab-popup_mobile .img-shadow {
    display: none;
}

.tab-popup_mobile.tab-popup_smart {
    height: 100%;
    overflow: auto;
    background-color: #e8ebef;
}

/*PRELOAD*/
.popup_preload {
    text-align: center;
}

.popup_preload:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.popup_preload.popup_mobile {
    font-size: 0;
}

.popup_preload .popup__inner {
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    width: 560px;
}

.popup_preload.popup_mobile .popup__inner {
    width: 100%;
}

.preload {
    background-color: #fff;
    box-sizing: border-box;
    padding: 110px 105px 40px;
    text-align: center;
}

.popup_preload.popup_mobile .preload {
    padding: 45px 35px 25px;
}

.preload__step-list {
    margin: 0;
    padding: 0;
    position: relative;
}

.preload__step-item {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.preload__step-item_active {
    position: relative;
    visibility: visible;
}

.preload__title {
    color: #292e32;
    font-family: Room, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.popup_preload.popup_mobile .preload__title {
    font-size: 18px;
}

.preload__text {
    color: #41464b;
    font: 400 13px Helvetica;
    line-height: 18px;
    margin-bottom: 30px;
    text-transform: none;
}

.preload-next {
    margin-bottom: 40px;
}

.popup_preload.popup_mobile .preload-next {
    margin-bottom: 25px;
}

.step-counter__list {
    margin: 0 0 0 -15px;
    padding: 0;
}

.step-counter__item {
    background-color: #b8bdc5;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 15px;
    width: 10px;
}

.step-counter__item_completed {
    background-color: #495463;
}

.preload-elem_show {
    position: relative;
    z-index: 10000;
}

.preload-elem_show * {
    pointer-events: none;
}

.preload-elem_show.preload-elem_bg_w {
    background-color: #e8ebef;
}

.preload-elem_show.preload-elem_bg_b {
    background-color: #333;
}

@media screen and (max-width: 768px) {
    .popup_preload.popup_mobile .popup__close:before, .popup_preload.popup_mobile .popup__close:after {
        background-color: #fff;
    }
}

.constructor-form {
    height: 100%;
}

.tab-popup_mobile .constructor-form {
    overflow-x: hidden;
    background-color: #e8ebef;
}

.page_project.section_docs {
    background-color: #495463;
}

.page_project.section_docs,
.page_project.section_docs body {
    height: 100%;
}

.page_project.section_docs .content {
    background: url(/static/img/apartment-pattern.svg) no-repeat left top;
    background-size: 700px;
}

.docs {
    text-align: center;
    overflow: hidden;
}

.docs__heading {
    color: #fff;
    font: 300 34px Room;
    margin-bottom: -3px;
    padding-top: 70px;
    text-transform: uppercase;
}

.docs__separator {
    background: #b0b4b9;
    border: 0;
    height: 1px;
    margin: 21px auto;
    width: 61px;
}

.docs__text {
    color: #e8ebef;
    font: 300 13px Helvetica;
    letter-spacing: .5px;
    line-height: 1.4;
}

.docs__contract {
    margin: 30px 0 90px;
    width: 320px;
}

.docs__list {
    margin-left: -100px;
    font-size: 0;
    padding: 0;
    text-align: center;
}

.docs__list_parking {
    text-align: left;
}

.docs__item {
    background: url(/static/img/doc.svg) no-repeat;
    background-size: 38px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .5px;
    margin: 0 13px 42px 0;
    min-height: 54px;
    min-width: 200px;
    padding-left: 64px;
    text-align: left;
    vertical-align: top;
    width: 30%;
    color: #fff;
    float: left;
}

.docs__item_black {
    background-image: url(/static/img/icons/doc_black.svg);
    color: #292e32;
}

.docs__item_half {
    margin: 0 0 42px 100px;

}

.docs__item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    word-break: break-all;
}

.docs__item-title {
    font: 900 15px Room;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.docs__item-date {
    opacity: .5;
    font: 400 11px Helvetica;
}

.docs__clearfix:before,
.docs__clearfix:after {
    content: "";
    display: table;
}

.docs__clearfix:after {
    clear: both;
}

@media (max-width: 479px) {
    .page_project.section_docs .content {
        background-size: contain;
    }

    .docs__heading {
        font-size: 24px;
        margin-top: 27px;
        padding: 0;
    }

    .docs__text {
        margin-left: 20px;
        margin-right: 20px;
    }

    .docs__contract {
        margin-bottom: 56px;
        padding-left: 0;
        padding-right: 0;
        width: 240px;
    }

    .docs__list {
        margin-left: 0;
    }

    .docs__item,
    .docs__item_half {
        margin-left: 40px;
        margin-right: 20px;
        width: auto;
    }
}

.floor-chooser {
    color: #e8ebef;
    cursor: pointer;
    display: inline-block;
    font-family: 'Futura New', sans-serif;
    position: absolute;
    text-transform: uppercase;
    top: 55px;
    z-index: 2;
}

.floor-chooser__toggler {
    border-bottom: 3px solid;
    padding-right: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.floor-chooser__toggler::before,
.floor-chooser__toggler::after {
    background: #e8ebef;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 30px;
    width: 12px;
    backface-visibility: hidden;
}

.floor-chooser__toggler::before {
    right: 7px;
    transform: rotate(40deg);
}

.floor-chooser__toggler::after {
    right: 0;
    transform: rotate(-40deg);
}

.floor-chooser__caption {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
}

.floor-chooser__selection {
    display: block;
    font-size: 82px;
    font-weight: 300;
}

.floor-chooser__list {
    height: 0;
    margin: 16px 0 0 -9px;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s ease-in-out;
}

.floor-chooser_opened .floor-chooser__list {
    height: auto;
    opacity: 1;
}

.floor-chooser__col {
    display: inline-block;
}

.floor-chooser__number {
    border: 1px solid transparent;
    color: inherit;
    display: block;
    font-size: 13px;
    font-weight: 300;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}

.floor-chooser__number:hover {
    border-color: #e8ebef;
}

/* --- MOBILE --- */

.floor-chooser_mobile {
    left: 0;
    margin: auto;
    right: 0;
    width: calc(100% - 40px);
}

.floor-chooser_mobile .floor-chooser__toggler {
    border-bottom-width: 1px;
    padding-bottom: 1px;
}

.floor-chooser_mobile .floor-chooser__toggler::before,
.floor-chooser_mobile .floor-chooser__toggler::after {
    height: 2px;
    width: 10px;
}

.floor-chooser_mobile .floor-chooser__toggler::before {
    right: 6px;
    transform: rotate(45deg);
}

.floor-chooser_mobile .floor-chooser__toggler::after {
    transform: rotate(-45deg);
}

.floor-chooser_mobile .floor-chooser__caption {
    display: none;
}

.floor-chooser_mobile .floor-chooser__selection {
    font-size: 40px;
}

.floor-chooser_mobile .floor-chooser__selection::after {
    content: 'ЭТАЖ';
    font: 700 13px Helvetica;
    margin-left: 18px;
}

.floor-chooser_mobile select {
    height: 44px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page_project.section_location,
.page_project.section_location body,
.map_location {
    height: 100%;
}

.map__categories {
    bottom: 0;
    height: 492px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
}

.map__category {
    background-image: url(/static/img/poi-categories.svg);
    display: block;
    height: 50px;
    margin-bottom: 13px;
    width: 50px;
}

.map__category:hover,
.map__category_selected {
    background-position-y: 100%;
}

.map__category_shopping {
    background-position-x: 20%;
}

.map__category_catering {
    background-position-x: 40%;
}

.map__category_education {
    background-position-x: 60%;
}

.map__category_recreation {
    background-position-x: 80%;
}

.map__category_health {
    background-position-x: 100%;
}

.map_location .map__item {
    cursor: inherit;
}

.map__item_poi {
    display: none;
    margin: 0;
}

.map__item_poi .map__item-title {
    background: url(/static/img/poi-pin.svg) no-repeat;
    font: 900 13px Room;
    height: 20px;
    line-height: 22px;
    padding-left: 28px;
}

@media (max-width: 479px) {
    .map__categories {
        bottom: 23px;
        height: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: initial;
    }

    .map__category {
        background-size: 240px;
        display: inline-block;
        height: 40px;
        margin-bottom: 0;
        width: 40px;
    }

    .map__category + .map__category {
        margin-left: 17px;
    }

    .map_location .map__zoom-in, .map_location .map__zoom-out {
        height: 40px;
        width: 40px;
        margin-left: -172px;
        left: 50%;
        position: absolute;
        bottom: 47px;
        font: 900 20px / 30px monospace;
    }

    .map_location .map__zoom-in {
        bottom: 102px;

    }
}

.parking:not(.parking_mobile) .parking__plan {
    margin-bottom: 42px;
    position: relative;
    text-align: center;
}

.parking:not(.parking_mobile) .parking__plan #parking {
    position: static;
}

.parking:not(.parking_mobile) .parking__plan .pins {
    top: 0;
}

.parking__heading {
    color: #e8ebef;
    font: 900 24px Room;
    margin-bottom: 40px;
    padding-top: 60px;
    text-align: center;
}

.parking__more {
    color: #e8ebef;
    opacity: .5;
}

.parking .pins__area {
    color: rgba(255, 255, 255, .75);
    font-weight: 300;
    margin-left: -5px;
    pointer-events: none;
}

.promo_parking {
    min-height: 0;
    top: -110px;
}

.promo_parking::before {
    background: rgba(0, 0, 0, .75);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.promo_parking:not(.promo_opened) {
    display: none;
}

.promo_parking.promo_opened {
    background: none;
    z-index: 4;
}

.promo_parking .promo__tile {
    background-position: center !important;
}

.promo_parking .promo__heading {
    font: 900 32px Room;
    text-align: center;
}

.promo_parking .promo__separator {
    border-color: #bec0c1;
    width: 82px;
}

.promo_parking .promo__features {
    overflow: hidden;
    text-transform: uppercase;
}

.promo_parking .promo__features > * {
    float: left;
    text-align: center;
}

.promo_parking .promo__features > *:first-child,
.promo_parking .promo__features > *:last-child {
    width: 26%;
}

.promo_parking .promo__features-text {
    border: solid #bec0c1;
    border-width: 0 1px;
    box-sizing: border-box;
    font: 16px Room;
    padding: 11px;
    width: 48%;
}

.promo_parking .promo__features-number {
    font: 900 30px Room;
}

.promo_parking .promo__features-description {
    display: inline-block;
    font: 700 10px/1.2 Room;
}

/* --- MOBILE --- */

.parking_mobile .parking__heading {
    padding-top: 40px;
}

.parking_mobile .floor-chooser {
    top: 80px;
}

.parking_mobile .parking__slots {
    box-sizing: border-box;
    padding: 60px 20px 0;
    width: 100%;
}

.parking_mobile .parking__slots-type {
    color: #fff;
    float: left;
    font: 300 16px 'Futura New';
    position: relative;
    top: 3px;
}

.parking_mobile .parking__slots-info {
    color: rgba(232, 235, 239, .4);
    font: 300 12px Helvetica;
    letter-spacing: .5px;
    padding-left: 62px;
}

.parking_mobile .parking__slots-value {
    color: #e8ebef;
    display: inline-block;
    font: 600 14px 'Futura New';
    margin: 4px 3px 7px;
}

.parking_mobile .popup__open {
    margin: 20px 0 42px;
}

.parking_mobile .open-plan {
    color: #e8ebef;
    display: inline-block;
    font: 300 italic 11px Helvetica;
    margin: 10px 0 7px;
    text-decoration: underline;
}

.parking_mobile .parking__plan {
    background: #495463;
    display: none;
    height: calc(100% - 100px);
    left: 0;
    margin-top: 100px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.parking_mobile .parking__plan .parking__heading {
    padding-top: 16px;
    text-align: left;
}

.parking_mobile .parking__plan .parking__more {
    margin-top: 50px;
}

.parking_mobile .parking__plan .parking__heading,
.parking_mobile .parking__plan .parking__more {
    left: 20px;
    position: fixed;
}

.parking_mobile .parking__plan .close-plan {
    color: #e8ebef;
    font-family: serif;
    font-size: 54px;
    height: 60px;
    opacity: .5;
    position: fixed;
    right: 0;
    transform: rotate(45deg);
    width: 60px;
}

.parking_mobile .parking__plan .close-plan::before {
    content: '+';
}

.parking_mobile #parking {
    margin: 100px 20px 30px;
    max-height: calc(100% - 130px);
    width: auto;
}

@media (orientation: landscape) {
    .parking_mobile #parking {
        max-height: none;
    }
}

.progress__heading {
    color: #292e32;
    font: 300 34px Room;
    margin: 36px 0 16px;
    text-align: center;
    text-transform: uppercase;
}

.progress__gallery {
    box-sizing: border-box;
    padding: 0 80px;
}

.progress__gallery-item {
    width: 100%;
}

.progress__gallery .owl-dots {
    display: none !important;
}

.progress__label {
    color: #fff;
    font: 700 12px Room;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    z-index: 1;
}

.progress__label output {
    background: #292e32;
    padding: 14px 30px;
}

.progress__container_desktop {
    overflow-x: hidden;
}

.progress__container_mobile {
    overflow-x: auto;
}

.progress__dateline {
    height: 50px;
    overflow-y: visible;
    border-top: 1px solid #888c90;
    margin: 70px 0;
    padding-top: 10px;
    white-space: nowrap;
}

.progress__dateline-year {
    color: #6a7075;
    display: inline-block;
    font: 700 12px Room;
    margin-left: -80px;
    position: relative;
    right: -84px;
    text-align: center;
    top: -56px;
    width: 80px;
}

.progress__dateline-month {
    color: #292e32;
    cursor: pointer;
    display: inline-block;
    font: 700 10px Room;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: font .3s ease-in-out, top .3s ease-in-out, color .3s ease-in-out;
    width: 80px;
}

.progress__dateline-month:not(.progress__dateline-month_selected):hover {
    color: #6a7075;
    font-weight: 900;
}

.progress__dateline-month_selected {
    font: 900 14px Room;
    top: 10px;
}

.progress__dateline-month::before {
    background: #888c90;
    content: '';
    display: block;
    height: 9px;
    left: 39px;
    position: absolute;
    top: -19px;
    transition: background .3s ease-in-out;
    width: 1px;
}

.progress__dateline-month:not(.progress__dateline-month_selected):hover::before {
    background: #292e32;
}

.progress__dateline-month_selected::before {
    background: #292e32;
    height: 23px;
    top: -33px;
    width: 2px;
}

/* --- MOBILE --- */

.progress_mobile .progress__heading {
    font-size: 20px;
    margin: 24px 0 25px;
}

.progress_mobile .progress__gallery {
    padding: 0;
}

.progress_mobile .progress__dateline {
    border: 0;
    margin: 30px 0;
}

.progress_mobile .progress__dateline-year {
    display: none;
}

.progress_mobile .progress__dateline-month {
    color: #2e3235 !important;
    font: 700 14px Room !important;
    margin: 0 16px;
    padding: 4px;
    top: 0;
    width: auto;
}

.progress_mobile .progress__dateline-month::before {
    content: none;
}

.progress_mobile .progress__dateline-month_selected {
    border-bottom: 3px solid;
}

.page_project.section_purchase .content {
    background: url(/static/img/purchase-pattern.svg) no-repeat left top #e8ebef;
    background-size: 700px;
}

.purchase {
    letter-spacing: .5px;
}

.purchase__heading {
    color: #292e32;
    font: 300 34px Room;
    padding-top: 70px;
    text-align: center;
    text-transform: uppercase;
}

.purchase__method {
    border: solid #b0b4b9;
    border-width: 1px 0 1px 0;
    display: table;
    margin-bottom: -1px;
    position: relative;
}

.purchase__method .mb {
    background: #292e32;
}

.purchase__method .mb_l,
.purchase__method .mb_r {
    width: 3px;
}

.purchase__method .mb_t,
.purchase__method .mb_b {
    height: 3px;
}

.purchase__method-col {
    display: table-cell;
    padding: 40px 24px;
    vertical-align: top;
}

.purchase__method-col.vacancy__num {
    width: 88px;
}

.purchase__method-number {
    color: #292e32;
    display: inline-block;
    font: 100 48px Room;
    width: 88px;
}

.purchase__method-title {
    color: #231f20;
    font: 900 24px Room;
    text-transform: uppercase;
}

.purchase__method-description {
    color: #41464b;
    font: 300 13px / 1.4 Helvetica;
    margin: 7px 0 3px;
    white-space: pre-wrap;
}

.purchase__method-more {
    color: #41464b;
    font: 700 italic 11px Helvetica;
    letter-spacing: 1px;
}

.purchase__method.mbs {
    width: 100%;
}

.purchase__bottom {
    color: #6a7075;
    font: 400 12px Helvetica;
    margin: 28px 0 56px;
    text-align: center;
}

.purchase__bottom-phone {
    color: #292e32;
    display: inline-block;
    font: 900 16px Room;
    margin-top: 1px;
}

.purchase__heading2 {
    font: 300 20px Room;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .page_project.section_purchase .content {
        background-position-y: 80px;
        background-size: contain;
    }

    .purchase {
        padding: 0 20px;
    }

    .purchase__heading {
        font-size: 24px;
        margin-top: 27px;
        padding: 0;
    }

    .purchase__method {
        padding: 30px 10px;
        margin-left: -10px;
    }

    .purchase__method-col {
        display: block;
        padding: 0;
    }

    .purchase__method-number {
        margin-bottom: 13px;
    }

    .purchase__method-title {
        font-size: 22px;
    }

    .purchase__method-description {
        margin-top: 12px;
    }

    .purchase__bottom {
        margin: 42px 0;
    }
}

.purchase__back {
    color: #292e32;
    display: inline-block;
    font: 300 9px Room;
    padding-left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
}

.purchase__back:hover {
    color: #000;
}

.purchase__back_mobile::before,
.purchase__back_mobile::after {
    background: #292e32;
    content: '';
    display: block;
    height: 1px;
    left: -20px;
    position: relative;
    width: 11px;
}

.purchase__back i {
    background: url(/static/img/arrow_dark.svg) center;
    background-size: 200%;
    position: absolute;
    display: inline-block;
    left: 0;
    transform: translateY(-25%);
    height: 17px;
    width: 10px;
    background-position: 0;
}

.purchase__back_mobile::before {
    transform: rotate(-45deg) translateY(2px);
}

.purchase__back_mobile::after {
    transform: rotate(45deg) translateY(-2px);
}

.purchase__bottom-caption {
    color: #231f20;
    margin-bottom: 12px;
}

.purchase__separator {
    background: #292e32;
    border: 0;
    height: 1px;
    margin: -10px auto 20px;
    width: 61px;
}

.purchase__text {
    color: #41464b;
    font: 300 13px Helvetica;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}

.purchase__text + .btn.popup__open {
    margin: 20px auto 42px;
}

/* --- MOBILE --- */

.section_purchase_method .content_mobile {
    background: #fff;
}

.purchase_mobile .purchase__back {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 11px;
    z-index: 1;
}

.purchase_mobile .purchase__back::before,
.purchase_mobile .purchase__back::after {
    left: -15px;
    width: 21px;
}

.purchase_mobile .purchase__back::before {
    transform: rotate(-50deg) translate(-.5px, -11.5px);
}

.purchase_mobile .purchase__back::after {
    transform: rotate(50deg) translateY(12px);
}

.page_promos,
.section_promos {
    background: #e8ebef;
}

.page_promos .header,
.section_promos .header {
    box-shadow: 0 0 13px rgba(125, 125, 125, .5);
}

.promos {
    padding-bottom: 80px;
}

.promos__heading {
    margin-bottom: 20px;
    padding-top: 70px;
    text-align: center;
}

.promos__heading.with-promo {
    opacity: 0;
}

.promos__heading,
.promo__title {
    font-size: 32px;
}

.promo_opened {
    background: #fff;
    left: 0;
    margin: auto;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.promo__tile {
    background-size: contain, cover !important;
    cursor: pointer;
    display: block;
    margin: 20px 0;
    padding: 60px 140px 70px;
    width: 100%;
}

.promo_opened .promo__tile {
    cursor: initial;
    margin: 0;
}

.promo:nth-of-type(3n + 1) .promo__tile {
    background: url(/static/img/promos-pattern.svg) no-repeat right,
    url(/static/img/promos-bg1.png);
}

.promo:nth-of-type(3n + 2) .promo__tile {
    background: url(/static/img/promos-pattern.svg) no-repeat right,
    url(/static/img/promos-bg2.png);
}

.promo:nth-of-type(3n + 3) .promo__tile {
    background: url(/static/img/promos-pattern.svg) no-repeat right,
    url(/static/img/promos-bg3.png);
}

.promo__logo {
    background: no-repeat left center;
    height: 67px;
}

.promo_opened .promo__logo {
    background-position: center;
}

.promo_special.promo_opened .promo__logo {
    margin: -28px auto 28px;
}

.promo__title,
.promo__description {
    max-width: calc(100% - 115px);
    white-space: pre-wrap;
}

.promo__title {
    margin: 40px 0 0;
}

.promo_opened .promo__title {
    max-width: 100%;
    text-align: center;
}

.promo_opened.promo_special .promo__title {
    margin: 0 auto;
}

.promo_opened:not(.promo_special) .promo__title {
    margin: 38px auto;
}

.promo__description {
    font: 300 13px / 1.4 Helvetica;
    letter-spacing: .5px;
    opacity: .9;
}

.promo_opened .promo__description {
    display: none;
}

.promo__period {
    font-family: Room, 'sans-serif';
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.promo__tile .promo__period {
    bottom: 30px;
    font-size: 11px;
    position: absolute;
    right: 40px;
}

.promo_opened .promo__tile .promo__period {
    display: none;
}

.promo__more {
    margin-top: 50px;
}

.promo_opened .promo__more {
    display: none;
}

.expiration {
    color: #fff;
    position: absolute;
    right: 66px;
    top: 66px;
}

.promo_opened .expiration {
    margin: 40px 0;
    position: static;
    text-align: center;
}

.expiration__heading {
    font: 300 11px Room;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.expiration__section {
    display: inline-block;
    font: 500 26px 'Futura New';
    height: 70px;
    margin-top: 7px;
    text-align: center;
    vertical-align: top;
}

.expiration__section_separator {
    font-size: 34px;
    position: relative;
    top: 3px;
}

.expiration__section-box {
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 11px 0;
    width: 50px;
}

.expiration__section-caption {
    font: 300 9px Room;
    letter-spacing: 1px;
    opacity: .9;
    position: relative;
    top: -11px;
}

.promo:not(.promo_opened) .promo__content,
.promo:not(.promo_opened) .promo__buttons {
    display: none;
}

.promo__close {
    background: #292e32;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    z-index: 1;
}

.promo__close_invert {
    background: #b0b4b9;
}

.promo__close::before,
.promo__close::after {
    background: #b0b4b9;
    content: '';
    display: block;
    height: 2px;
    transition: transform .3s ease-in-out;
    width: 34px;
}

.promo__close_invert::before,
.promo__close_invert::after {
    background: #292e32;
}

.promo__close::before {
    transform: rotate(45deg) translate(7px, -6px);
}

.promo__close::after {
    transform: rotate(-45deg) translate(7.5px, 5.5px);
}

.promo__close:hover::before {
    transform: rotate(0deg) scaleX(.8) translate(11px, 1px);
}

.promo__close:hover::after {
    transform: rotate(0deg) scaleX(.8) translate(11px, -1px);
}

.promo__control {
    background: #e8ebef;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 94px;
}

.promo__control_prev {
    left: -94px;
}

.promo__control_next {
    right: -94px;
}

.promo__control button {
    background: #292e32;
    border-radius: 50%;
    height: 44px;
    position: absolute;
    top: 430px;
    width: 44px;
}

.promo__control_next button {
    right: 0;
}

.promo__control button::after {
    color: #43494e;
    font: 300 10px Room;
    letter-spacing: .5px;
    position: relative;
    text-transform: uppercase;
    top: 11px;
}

.promo__control_prev button::after {
    content: 'Предыдущая';
    left: -13px;
}

.promo__control_next button::after {
    content: 'Следующая';
    left: -9px;
}

.promo__control:hover button::after {
    color: #000;
}

.promo__control i {
    background: url(/static/img/arrow.svg) center;
    background-size: 200%;
    display: block;
    height: 25px;
    margin: 9px auto;
    transition: transform .3s ease-in-out;
    width: 14px;
}

.promo__control_prev i {
    background-position: 0;
    margin-left: 13px;
}

.promo__control_next i {
    background-position: -14px;
    margin-right: 13px;
}

.promo__control:hover i {
    transform: scaleY(.75);
}

.promo__content {
    background: #fff;
    color: #41464b;
    font: 300 13px / 1.4 Helvetica;
    letter-spacing: .5px;
    padding: 60px 120px;
    position: relative;
}

.promo__label {
    background-color: #292e32;
    color: #fff;
    font: 700 12px Room;
    left: 0;
    letter-spacing: .5px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    width: 160px;
}

.promo__content .promo__period {
    color: #6a7075;
    font-size: 14px;
    text-align: center;
}

.promo__separator {
    border: 1px solid #6a7075;
    border-bottom-width: 0;
    margin: 30px auto;
    width: 60px;
}

.promo__text {
    margin-bottom: 42px;
}

.promo__apartment {
    box-shadow: 0 1px 10px #c0c0c0;
    color: #43494e;
    display: block;
    margin: 20px auto;
    overflow: auto;
    width: 85%;
}

.promo__apartment-planWrapper {
    background: #cbcdd0;
    box-sizing: border-box;
    float: left;
    margin-right: 32px;
    position: relative;
    width: 222px;
}

.promo__apartment-planSizer {
    opacity: 0;
    width: 100%;
}

.promo__apartment-plan {
    background: no-repeat center;
    background-size: contain;
    bottom: 0;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}

.promo__apartment-info {
    padding: 36px 25px 0 0;
}

.promo__apartment-rooms {
    font: 700 20px Room;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.promo__separator_apartment {
    display: flex;
    margin: 20px 0;
    width: 148px;
}

.promo__apartment-oldCost {
    display: inline-block;
    font: 500 12px 'Futura New';
    margin-left: -5px;
    text-decoration: line-through;
}

.promo__apartment-cost {
    color: #1c24c6;
    font: 700 18px 'Futura New';
}

.promo__contact {
    margin-top: 42px;
    text-align: center;
}

.promo__subscribe {
    display: block;
    margin: 10px auto 0;
}

.promo__subscribe.btn {
    margin-top: 34px;
    width: auto;
}

.promo__subscribe.btn > *::after {
    content: ' и спецпредложения';
}

.page_promos [name=nospam]:focus,
.section_promos [name=nospam]:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.popup_promos .popup__header {
    background: #e8ebef;
    color: #292e32;
}

.popup_promos .popup__form:first-of-type {
    padding-top: 0;
}

.popup_promos .popup__form-footer {
    background: #3c4145;
    padding-top: 30px;
    margin: 28px 0 14px;
}

.popup_promos .checkbox {
    display: block;
    margin: 25px 0;
}

@media (max-width: 1439px) {
    .promo__control {
        width: 84px;
    }

    .promo__control_prev {
        left: -84px;
    }

    .promo__control_next {
        right: -84px;
    }

    .promo__content {
        padding: 60px 80px;
    }

    .promo__apartment {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .promo__tile {
        height: auto;
        padding: 46px 40px;
    }

    .promo_special .promo__description {
        display: none;
    }

    .promo__title, .promo__description {
        max-width: 100%;
    }

    .promo__title {
        margin: 32px 0;
    }

    .promo__tile .promo__period {
        display: none;
    }

    .expiration {
        position: static;
    }

    .promo__close {
        right: 0;
    }

    .promo__close:not(.promo__close_invert)::before,
    .promo__close:not(.promo__close_invert)::after {
        background: #e8eaee;
    }

    .promo__control {
        display: none;
    }

    .promo__content {
        padding: 60px 40px;
    }

    .promo__apartment {
        width: 85%;
    }

    .promo__apartment-planWrapper {
        float: none;
        width: 100%;
    }

    .promo__apartment-info {
        padding: 33px;
    }

    .promo__separator_apartment {
        width: 100%;
    }

    .promo__apartment-oldCost {
        font-size: 13px;
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 479px) {
    .page_promos, .section_promos {
        background: #fff;
    }

    .promos {
        padding-bottom: 40px;
    }

    .promos__heading {
        margin-bottom: 30px;
        padding-top: 28px;
    }

    .promo__tile {
        background-position: 150%, left !important;
        margin: 0;
    }

    .promo__title {
        margin: 32px 0;
    }

    .promo_opened.promo_special .promo__logo {
        margin: -13px auto 13px;
    }

    .promo_opened:not(.promo_special) .promo__logo {
        margin: 42px auto -8px;
    }

    .promo__content {
        padding: 60px 20px;
    }

    .promo__apartment {
        width: 100%;
    }

    .promo__subscribe.btn > *::after {
        content: '';
    }

    .promo__apartment-info {
        padding: 25px;
    }
}

.realtor-header {
    position: fixed;
    height: 51px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: #292E32;
    z-index: 3;
    color: #6a7075;
    font: 400 12px Helvetica;
    letter-spacing: 0.3px;
    text-align: center;
}

.realtor-header:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50%;
}

.realtor__reserve-limit {
    position: absolute;
    left: 23px;
    transform: translate(0, -50%);
}

.realtor__logged {
    display: inline-block;
    transform: translate(0, -50%);
}

.realtor-login {
    display: inline-block;
    color: #fff;
    margin-left: 7px;
    font: 500 15px Room;
}

.realtor__exit {
    display: inline-block;
    position: absolute;
    right: 23px;
    transform: translate(0, -50%);
    color: #fff;
    text-transform: uppercase;
    font: 700 13px Futura New;
    letter-spacing: 0.3px;
    padding: 5px 10px;
    cursor: pointer;
}

.resale-content {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.section-resale {
    margin-bottom: 40px;
}

.resale-description,
.section-resale_gallery {
    box-sizing: border-box;
    width: 50%;
    min-height: 100%;
}

.resale-description {
    float: left;
    padding: 50px 50px 0;
}

.section-resale_gallery {
    float: right;
}

.resale__header {
    margin-bottom: 20px;
}

.resale__title {
    color: #292e32;
    font-family: Room;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.resale__title_center {
    display: block;
    text-align: center;
}

.resale__subtitle {
    font-size: 20px;
}

.resale__param {
    margin-bottom: 20px;
}

.resale__param-title {
    color: #43494e;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
}

.resale__info-item li {
    color: #41464b;
    font: 300 13px Helvetica;
    line-height: 1.4;
    margin: 7px 0 3px;
}

.resale-tabs {
    text-align: center;
}

.tab-content__item_padding {
    padding: 15px 100px;
}

.resale__similar {
    width: 600px;
    margin: 0 auto;
}

.similar-apartment {
    background-color: #fff;
    box-shadow: none;
    color: #000;
    margin: 0;
    overflow: hidden;
    width: 400px;
}

.promo__apartment-text_small {
    font: 100 12px Helvetica;
    letter-spacing: 1px;
}

.promo__apartment-cost_black {
    color: #43494e;
}

.similar-btn_next {
    right: -50px;
}

.similar-btn_prev {
    left: -50px;
}

@media screen and (max-width: 959px) {
    .similar-btn_next {
        right: 10px;
    }

    .similar-btn_prev {
        left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tab-content__item_padding {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .resale-content {
        width: 100% !important;
        margin: 0;
        max-width: none !important;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .resale-description,
    .section-resale_gallery {
        float: none;
        width: 100%;
    }

    .resale-description {
        padding: 25px 25px 0;
    }

    .resale-tabs {
        white-space: nowrap;
        overflow: auto;
    }

    .tabs-content__item_info ul {
        padding-left: 20px;
    }

    .resale__similar {
        width: 100%;
    }

    .promo__apartment_similar {
        width: 85%;
    }

    .promo__apartment-cost_black {
        float: none;
    }

    .similar-dots .owl-dot {
        background-color: #43494e;
    }

    .similar-dots.owl-dots {
        bottom: -23px !important;
    }
}

.smart-layout {
    font-size: 16px;
    height: calc(100% - 80px);
    position: relative;
    background-color: #e8ebef;
}

.smart-layout__container {
    width: 450px;
    margin: 0 auto;
}

.smart-layout__tabs {
    padding: 35px 0 0;
    border-bottom: 1px solid #c2c6ca;
    width: 100%;
}

.smart-layout__tabs-list {
    margin: 0;
    text-align: center;
    padding: 0;
}

.smart-layout__tabs-item {
    display: inline-block;
    margin-left: 50px;
    text-align: left;
    transition: border-bottom-width .1s ease-in-out, opacity .3s ease-in-out, margin .3s;
    border-bottom: 0 solid #292e32;
}

.smart-layout__tabs-link {
    padding: 0 10px 10px 45px;
    background-repeat: no-repeat;
    background-position: 20px 0
}

.smart-layout__tabs-link_pair {
    background-image: url('/static/img/icons/pair.svg');
    background-position: 15px 0;
}

.smart-layout__tabs-link_familyWithBaby {
    background-image: url('/static/img/icons/familyWithBaby.svg');
    background-position: 5px 0;
}

.smart-layout__tabs-link_familyWithChild {
    background-image: url('/static/img/icons/familyWithChild.svg');
    background-position: 5px 0;
}

.smart-layout__tabs-link_familyWithChildren {
    background-image: url('/static/img/icons/familyWithChildren.svg');
    background-position: 0 0;
}

.smart-layout__tabs-link_owner {
    background-image: url('/static/img/icons/owner.svg');
    background-position: 25px 0;
}

.smart-layout__tabs-link_smart {
    background-image: url('/static/img/info.svg');
    background-position: 10px 3px;
}

.smart-layout__tabs-item:hover,
.smart-layout__tabs-item_active {
    border-bottom-width: 3px;
}

.smart-layout__tabs-item:first-child {
    margin-left: 0;
}

.smart-layout__tab-name {
    text-transform: uppercase;
    color: #292e32;
    font-family: Room, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.smart-layout__tab-desc {
    color: #41464b;
    font: 200 11px Helvetica;
    line-height: 18px;
    text-transform: none;
}

.smart-layout__content-item {
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 20px 20px;
    display: none;
}

.smart-layout__content-item_smart {
    background: url(/static/img/apartment-pattern_dark.svg) no-repeat left top;
    background-size: 650px;
    text-align: center;
    overflow: visible;
    min-height: 650px;
    padding: 0 20px;
    color: #292e32;
}

.smart-layout__content-item_active {
    display: block;
}

.smart-layout__content-item_active ~ .smart-layout__content-item_active {
    display: none;
}

.smart-layout__tabs-link {
    display: block;
    width: 100%;
    height: 100%;
}

.bl-text {
    box-sizing: border-box;
    width: 335px;
    background-color: #fff;
    float: left;
    padding: 40px 35px;
    margin-left: 20px;
}

.bl-text__title {
    color: #231f20;
    font: 700 24px Room;
    line-height: 24px;
    margin-bottom: 7px;
}

.bl-text__content {
    color: #231f20;
    font: 200 13px Helvetica;
    line-height: 18px;
    text-transform: none;
    white-space: pre-wrap;
}

.smart-layout__pic {
    overflow: hidden;
    width: 490px;
    float: left;
    text-align: right;
}

.smart-layout__img {
    max-width: 100%;
    max-height: 100%;
}

.smart-layout__title {
    font: 300 34px Room;
    margin-bottom: -3px;
    padding-top: 70px;
    text-transform: uppercase;
}

.smart-layout__separator {
    background: #231f20;
    border: 0;
    height: 1px;
    margin: 21px auto;
    width: 61px;
}

.smart-layout__content-wrap {
    float: right;
}

.smart-layout__text {
    color: #41464b;
    font: 400 13px Helvetica;
    line-height: 18px;
    margin-bottom: 30px;
    text-transform: none;
}

.smart-layout__contacts {
    color: #6a7075;
    font: 400 13px Helvetica;
    text-transform: none;
}

/*mobile*/

.smart-layout_mobile {
    height: auto;
    padding-bottom: 20px;
}

.smart-layout_mobile .smart-layout__tabs {
    padding: 20px 0 0;
}

.smart-layout_mobile .smart-layout__tabs-list {
    overflow: auto;
    padding: 0;
    white-space: nowrap;
}

.smart-layout_mobile .smart-layout__tabs-item {
    margin-left: 0;
}

.smart-layout_mobile .smart-layout__content-item_smart {
    background: none;
    min-height: 0;
}

@media screen and (max-width: 960px) {
    .smart-layout__tabs-item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 890px) {
    .smart-layout__content-wrap {
        float: none;
    }

    .smart-layout__content-item {
        padding: 80px 20px 0;
        padding-top: 50px;
    }

    .smart-layout__pic {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .bl-text {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 760px) {
    .smart-layout__tabs-item {
        margin-left: 0px;
    }

    .smart-layout__container {
        width: 100%;
    }

    .smart-layout__title {
        font-size: 28px;
        padding-top: 0;
    }

    .smart-layout__text {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .bl-text {
        width: 100%;
    }
}

.staff {
    margin-bottom: 80px;
}

.container_mobile .staff {
    margin-bottom: 67px;
}

.section_staff .result-title {
    margin-bottom: 25px;
}

.section_staff .ui-selectmenu-text {
    color: #43494e;
    font: 200 11px Room;
}

.section_staff .ui-state-hover .ui-selectmenu-text,
.section_staff .ui-state-focus .ui-selectmenu-text {
    color: #43494e !important;
}

.section_staff .result-title .ui-selectmenu-button:before {
    border-color: #43494e !important;
    bottom: 5px;
}

.section_staff .result-title .ui-selectmenu-button[aria-expanded="true"]:before {
    bottom: 0px;
}

.staff_empty {
    min-height: calc(100vh - 440px);
}

.staff__list {
    font-size: 0;
    margin: 0;
    margin-left: -20px;
    padding: 0;
    text-align: left;
}

.employee__item {
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 20px 20px;
    transition: box-shadow .3s;
    vertical-align: top;
    width: 300px;

}

.employee__item:hover {
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.13);
}

.employee__pic {
    height: 280px;
    position: relative;
}

.employee__photo {
    background-position: center center;
    background-size: cover;
    height: 100%;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.container:not(.container_mobile) .employee__item:hover .employee__photo {
    filter: none;
    -webkit-filter: grayscale(0);
}

.employee__online {
    position: absolute;
    min-width: 130px;
    padding: 10px;
    left: 0;
    bottom: 0;
    background-color: rgba(41, 46, 50, .9);
    color: #fff;
    font: 700 12px Room;
    text-align: center;
    text-transform: uppercase;
}

.employee__online__text {
    display: inline-block;
    margin-right: 9px;
    margin-left: -10px;
}

.employee__online__icon {
    display: inline-block;
    width: 19px;
    height: 13px;
    background: url(social.svg) 0 0 / 259px 49px no-repeat;
    background-position: -228px -18px;
    position: absolute;
    top: 9px;
}

.employee__info {
    display: table-cell;
    box-sizing: border-box;
    height: 81px;
    width: inherit;
    padding: 17px 37px 15px;
    text-align: left;
    vertical-align: middle;
}

.employee__has-status {
    width: 39px;
    height: 100%;
    background-image: url(/static/img/accent.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 39px 51px;
    float: left;
    margin-left: -37px;
    margin-right: 11px;
}

.employee__status {
    color: #1C24C6;
    font: 900 12px / 1.4 Room;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.employee__name {
    color: #231f20;
    font: 900 15px Room;
    margin-bottom: 3px;
    max-height: 52px;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.employee__post {
    color: #292e32;
    font: 400 13px / 1.4 Helvetica;
    max-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    word-wrap: break-word;
}

.no-staff {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
}

.no-staff__text {
    color: #41464b;
    font: 400 13px/18px Helvetica;
    margin-bottom: 30px;
    text-align: center;
}

.sub-header {
    font: 900 13px Room;
    background-color: #292e32;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 3;
    transition: height .6s ease-in-out, line-height .6s ease-in-out;
}

.sub-header.moved-header {
    top: 160px;
}

.sub-header_mobile {
    width: 100%;
    overflow-x: scroll;
    right: auto;
    padding: 0;
    box-sizing: border-box;
}

.sub-header_collapse {
    /*top: 50px;*/
    height: auto;
    min-height: 50px;
    line-height: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.sub-header_collapse.moved-header {
    top: 100px;
}

.sub-header__list {
    padding: 0;
    margin: 0;
    margin-left: -60px;
}

.sub-header_mobile .sub-header__list {
    white-space: nowrap;
    margin-left: 0;
}

.sub-header__item {
    display: inline-block;
    margin-left: 60px;
}

.sub-header_mobile .sub-header__item {
    margin-left: 0;
    padding: 0 10px;
}

.sub-header__item_active {
    color: #fff;
}

.sub-header_mobile .sub-header__item_active {
    border-bottom: 3px solid #fff;
}

.sub-header__link {
    display: block;
    width: 100%;
    height: 100%;
    color: #6a7075;
    text-transform: uppercase;
    transition: color .3s;
    line-height: 22px;
}

.sub-header__link:hover, .sub-header__item_active .sub-header__link {
    color: #fff;
}

.sub-header_mobile .sub-header__link {
    color: #fff;
}

svg .house, svg .parking, svg .office,
svg .floor,
svg .apartment {
    fill: rgba(0, 0, 0, 0);
}

svg .pin {
    fill: none;
}

svg .text {
    pointer-events: none;
}

.vacancy-content {
    background-color: #fff;
    margin-bottom: 0;
    padding: 60px 110px 20px;
    font: 300 15px / 1.4 Helvetica;
}

.vacancy__panel {
    white-space: pre-line;;
}

.vacancy__date {
    color: #6a7075;
    font: 900 14px Room;
    margin-bottom: 30px;
    text-align: center;
}

.vacancy__text {
    position: relative;
    max-height: none;
    padding: 30px 0;
    margin: 0;
    color: #292e32;
    margin-bottom: 20px;
}

.vacancy__text:before {
    background-color: #6a7075;
    content: '';
    display: block;
    height: 1px;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

.vacancy__thesis-group {
    margin-bottom: 40px;
}

.vacancy__thesis-title {
    color: #292e32;
    font-family: Room;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.vacancy__thesis-list li {
    font: 400 13px Helvetica;
    line-height: 1.4;
    margin-bottom: 13px;
}

.send-resume {
    text-align: center;
}

.vacancy__text ul,
.vacancy__text ol {
    padding-left: 1em;
}

.vacancy__text ul {
    list-style-type: square;
}

.vacancy__text li {
    padding-left: 12px;
}

@media (max-width: 480px) {
    .vacancy-content {
        padding: 50px 20px;
    }
}

/*# sourceMappingURL=style.css.map*/