@media (min-width: 768px) {
    .responsive {
        display: none;
    }
    .m-slide-menu {
        display: none;
    }
    .mobile_page-about {
        display: none;
    }
}
@media (max-width: 767px) {
    body {
        min-width: 100%;
    }
    header.j-header {
        display: none;
    }
    .responsive {
        display: flex;
        flex-direction: row;
        flex-wrap:nowrap;
        align-items: center;
        background: #fff;
        width:100vw;
        position: fixed;
        top: 0;
        left: 0;
        z-index:9999;
        margin:0;
        padding:0;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    }
    .responsive .navigation-mobile {
        flex: 0 0 15%;
    }
    .navigation-mobile .nav-btn {
        display: flex;
        margin: 0;
        padding: 0px 20px;
    }
    .navigation-mobile .nav-btn .nav-icon {
        margin: 7px 0;
        width: 26px;
    }
    .navigation-mobile .nav-btn .nav-icon:after, .navigation-mobile .nav-btn .nav-icon:before, .navigation-mobile .nav-btn .nav-icon div {
        background-color: #000;
        border-radius: 1px;
        content: '';
        display: block;
        height: 2px;
        margin: 8px 0;
        transition: all .2s ease-in-out;
    }
    .responsive .logo-mobile {
        flex: 0 0 70%;
        text-align: center;
    }
    .responsive .logo-mobile img {
        height: 40px;
    }
    .responsive .phone-mobile {
        flex: 0 0 15%;
        text-align: right;
        padding-right: 20px;
    }
    .main-content {
        min-width: 100%!important;
    }
    .main-content {
        padding-bottom: 190px;
        margin-bottom: -280px;
    }
    .main-content {
        min-height: 600px;
    }
    .slider {
        min-width: 100%;
        max-height: 400px;
        min-height: 400px;
        height: 400px !important;
    }
    .slider .slider-container {
        width: 100%;
        margin-left: 0%;
    }
    .slider .slider-logos {
        bottom: 60px;
        left: 0;
        margin-left:0;
        width: 100%;
    }
    .slider .slider-logos ul {
        height: 100px;
    }
    .slider .slider-logos li {
        line-height: 100px;
        /*width: 100px;*/
        width: 7.5rem;
    }
    .slider .slider-item-wrap {
        width: 100%;
        padding: 0 20px;
        height: 200px;
    }
    .slider .slider-content {
        font-size: 32px;
        line-height: 36px;
        font-weight: 400;
    }
    .slider .slider-content * {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .slider .slider-btn-wrap {
        display: inline-block;
        width: 90%;
        position: absolute;
        left: 5%;
        margin-left: 0;
        top: 47%;
        margin-top: 0;
        height: 50px;
        overflow: hidden;
        z-index: 10;
    }
    .slider .slider-controls {
        width: 76%;
    }
    .slider .slider-arrow {
        bottom: 86px;
    }
    .slider .slider-container, .slider .slider-item-unskew, .slider .slider-item-overlay {
        height: 340px;
    }
    .slider .slider-btn ._mytext {
        left: 13px;
    }
    main .wrapper {
        width: 100%;
        padding: 0 20px 0 17px !important;
    }
    .wrapper {
        max-width: 100%;
    }
    main .masonry {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .additional-buttons {
        max-width: none;
        margin-right: -20px;
        margin-left: -17px;
    }
    .additional-buttons .slider-btn-wrap {
        width: 90%;
        left: 5%;
        margin-left: 0;
        margin-top: 40px;
    }
    .before-footer {
        min-width: 100% !important;
    }
    .slider .slider-btn {
        height: 50px;
        width: calc(50% - 20px);
        line-height: 50px;
    }
    .slider .slider-btn._left .red-left {
        left: -10%;
        position: absolute;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        width: 100%;
        transition: .4s;
        z-index: 1;
        display: block;
        border-top: solid 1px #eb1429;
        top: -1px;
        height: 50px;
    }
    .slider .slider-btn._left .red-right {
        position: absolute;
        right: -15px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        width: 50%;
        transition: .3s;
        transition-timing-function: ease-out;
        z-index: 1;
        display: block;
        border-top: solid 1px #eb1429;
        top: -1px;
        height: 50px;
    }
    .slider .slider-btn._right .red-left {
        right: -20%;
        position: absolute;
        top: -1px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        height: 50px;
        width: 100%;
        transition: .4s;
        z-index: 1;
        display: block;
    }
    .slider .slider-btn._right .red-right {
        position: absolute;
        left: -20px;
        top: -1px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        height: 50px;
        width: 50%;
        transition: .3s;
        transition-timing-function: ease-out;
        z-index: 1;
        display: block;
        border-bottom: solid 1px #eb1429;
    }
    .slider .slider-btn ._mytext {
        font-size: 10px;
    }
    .slider .slider-btn._right ._mytext {
        left: -5px;
    }
    main {
        margin: -40px 0;
    }
    main .masonry .block {
        width: 100% !important;
        height: auto !important;
    }
    main .masonry .block._promo {
        padding: 15px !important;
    }
    .j-block.block._promo h1 {
        padding: 0;
        margin: 0;
    }
    main .masonry .block._promo h1 p {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
    }
    main .masonry .block._promo p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }
    main .masonry .block._promo a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #f58a95;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        right: 0%;
        bottom: 5px;
        color: #fff;
        height: 25px;
        line-height: 25px;
        padding: 0 7px;
        text-align: right;
        width: 201px !important;
        float: right;
    }
    main .masonry .block._news .news-type {
        padding: 13px 15px;
    }
    main .masonry .block._news .news-title, main .masonry .block._news .news-text, main .masonry .block._news .news-date {
        padding: 0px 15px;
    }
    main .masonry .block._news .news-date {
        padding-top: 30px;
    }
    main .masonry .block._news .news-title, main .masonry .block._news .news-text {
        font-weight: 500;
    }
    main .masonry .block._reward .rewar-hover-text {
        background: transparent;
    }
    main .show-all-news {
        margin-top: 0;
    }

    .additional-buttons .slider-btn {
        height: 50px;
        width: calc(50% - 20px);
        line-height: 50px;
    }
    .additional-buttons .slider-btn._left .red-left {
        left: -10%;
        position: absolute;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        width: 100%;
        transition: .4s;
        z-index: 1;
        display: block;
        border-top: solid 1px #eb1429;
        top: -1px;
        height: 50px;
    }
    .additional-buttons .slider-btn._left .red-right {
        position: absolute;
        right: -15px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        width: 50%;
        transition: .3s;
        transition-timing-function: ease-out;
        z-index: 1;
        display: block;
        border-top: solid 1px #eb1429;
        top: -1px;
        height: 50px;
    }
    .additional-buttons .slider-btn._right .red-left {
        right: -20%;
        position: absolute;
        top: -1px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        height: 50px;
        width: 100%;
        transition: .4s;
        z-index: 1;
        display: block;
    }
    .additional-buttons .slider-btn._right .red-right {
        position: absolute;
        left: -20px;
        top: -1px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        background: #eb1429;
        height: 50px;
        width: 50%;
        transition: .3s;
        transition-timing-function: ease-out;
        z-index: 1;
        display: block;
        border-bottom: solid 1px #eb1429;
    }
    .additional-buttons .slider-btn ._mytext {
        font-size: 10px;
    }
    .additional-buttons .slider-btn._right ._mytext {
        left: -5px;
    }
    .additional-buttons .slider-btn._left ._mytext {
        left: 0;
    }
    .additional-buttons div:last-child a {
        display: none !important;
    }
    footer .footer-menu-wrap {
        padding-top: 150px;
    }
    footer .footer-menu-wrap .menu-col-phone {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .m-slide-menu {
        position: fixed;
        left: 0;
        top: 52px;
        z-index: 9999;
        width: 80%;
        background: #cdcdcd;
        bottom: 0;
        overflow: auto;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .m-slide-menu.toggle {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .m-slide-menu .menu {
        text-align: justify;
        height: auto;
        border-bottom: 0px solid #fff;
        min-width: unset;
        margin: 0;
        padding: 0;
        margin-left: 0;
        margin-top: 0px;
        max-width: 100%;
        background: #fff;
    }
    .m-slide-menu .menu:after {
        content: '';
        display: none;
        width: 100%;
    }
    .m-slide-menu .menu > * {
        display: block;
        white-space: normal;
    }
    .m-slide-menu .menu li .sub-menu {
        max-height: unset;
        opacity: 1;
        overflow: hidden;
        position: static;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        max-height: 0;
        -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 1, 1) 500ms;
        transition: max-height 0.3s cubic-bezier(0, 0, 1, 1) 500ms;
    }
    .m-slide-menu .menu li:hover .sub-menu {
        max-height: 1000px;
    }
    .m-slide-menu .menu > .menu-item {
        padding: 0;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }
    .m-slide-menu .menu >.menu-item > a {
        line-height: unset;
        padding: 15px 20px;
        text-transform: none;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .m-slide-menu .menu >.menu-item:hover > a {
        font-weight: 700;
    }
    .m-slide-menu .sub-menu > .menu-item > a {
        padding: 15px 20px;
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }
    .m-slide-menu .menu li .sub-menu::before {
        content:'';
        position: absolute;
        top: 19px;
        right: 20px;
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .m-slide-menu .menu li:hover .sub-menu::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .m-slide-menu .sub-menu > .menu-item.top-separator {
        border-top: 0px solid transparent;
    }
    .m-slide-menu .sub-menu>.menu-item {
        border-top: 1px solid #e6e6e6;
    }
    .m-slide-menu .second-panel {
        padding: 15px 20px;
    }
    .m-slide-menu .second-panel .login-link {
        font-size: 14px;
        text-decoration: none;
        margin-right: -3px;
    }
    .m-slide-menu .second-panel .login-link:first-child::after {
        content:'|';
        display: inline-block;
        margin: 0 10px;
    }
    .m-slide-menu .second-panel .phone-num {
        color: #000!important;
        font-size: 18px!important;
        font-weight: 900!important;
        margin: 0!important;
        text-decoration: none!important;
        font-family: 'Arial';
    }
    .m-slide-menu .second-panel .phone-plus::before {
        content: '+';
        font-size: 18px;
        font-weight: 900;
        font-family: 'Arial';
    }
    .m-slide-menu .second-panel .phone1 a {
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0;
        color: #000;
        font-family: "ralewayc2";
        display: block;
        text-decoration: underline;
    }
    .m-slide-menu .second-panel .dashed-link {
        border-bottom: 0px dashed #cdcdcd;
    }
    .menu>.menu-item>a._active:before {
        border-bottom: solid 0em transparent;
    }
    .menu>.menu-item>a._active:before {
        display: none;
    }
    .footer__heading {
        color: #000;
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    footer .footer-menu-wrap .menu-col-phone .phone {
        font-size: 18px;
        line-height: 35px;
        font-weight: 900;
        font-family: Arial;
    }
    footer .footer-menu-wrap .menu-col-phone p {
        display:none;
    }
    footer .footer-menu-wrap .menu-col-phone .social-link a:not(:nth-child(1)) {
        display:none;
    }
    footer .footer-menu-wrap .menu-col {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0 !important;
    }
    footer a {
        font-size: 14px;
    }
    footer .footer-menu-wrap .menu-col.info_contact {
        display: none;
    }
    footer .copyright {
        color: #000;
        padding: 20px;
        font-family: 'ralewayc2';
        font-size: 13px;
        font-weight: 600;
        margin-top: 0px;
    }
    footer .copyright a {
        display:none;
    }
    footer .copyright ._numFont {
        font-family: 'ralewayc2';
        font-size: 13px;
        font-weight: 600;
    }
    .search-start .wrap.search-form-container {
        width: 100%;
        height: auto;
    }
    .search-form-map {
        width: 100%;
        height: 105px;
        position: static;
        left: 0;
        top: 0;
        background: url(../img/search-map-bg.png);
        padding-top: 48px;
        overflow: hidden;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
    }
    .search-form-map.toggle {
        height: 667px;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
    }
    .map-district {
        display: none;
    }
    .search-form-map.toggle .map-district {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 70px;
    }
    .search-form-fields {
        width: 100%;
        height: 55px;
        position: static;
        right: 0;
        top: 0;
        background: url(../img/search-form-bg.jpg) 0 0 no-repeat;
        padding: 1px 20px;
        overflow: hidden;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
    }
    .search-form-fields.toggle {
        height: 557px;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
    }
    .search-map__heading {
        margin: 5px 0 0 20px;
        font-size: 22px;
        text-decoration: underline;
    }
    .search-fields__heading {
        margin: 5px 0 5px 0;
        font-size: 22px;
        text-decoration: underline;
        line-height: 40px;
    }
    .search-input {
        height: 40px;
        margin: 0 8px 15px 0;
    }
    .search-input-medium {
        width: 100%;
    }
    .search-input-small {
        width: 100%;
    }
    .search-slider {
        position: relative;
        width: 100%;
        height: 65px;
    }
    .search-input .select2-container.callback-select .select2-choice {
        font-size: 18px;
        line-height: 12px;
        padding: 12px 6px;
    }
    .search-slider-container {
        width: 100%;
        margin-left: 0px;
    }
    .search-input-container-min {
        width: 100%;
        margin-right: 0%;
    }
    .search-input-container {
        display: block;
    }
    .search-slider-amount {
        width: 100%;
    }
    .search-slider-amount .slider-amount {
        width: calc(50% - 10px);
    }
    .big-white-button {
        width: 100%;
        height: 50px;
        margin: 15px 0 0 0;
    }
    .map-container {
        display:none;
    }
    .search-form-map.toggle .map-container {
        display:block;
        position: absolute;
        left: 0;
        top: 104px;
        width: 100%;
        height: 497px;
    }
    .map-container .map-image {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 497px;
        z-index: 4;
        outline: 0;
    }
    .wrap {
        width: 100%;
    }
    .search .page-title.page-title-loft {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .search .underlined.page-title.page-title-loft {
        border-bottom: 0px solid #eb1429;
    }
    .search .underlined.page-title.page-title-loft h1 {
        color: #525259;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        padding-right: 0px;
        margin-top: 0px;
        display: table;
        table-layout: fixed;
        text-transform: unset;
    }
    .search .loft-counter {
        position: absolute;
        color: #525259;
        font-size: 16px;
        margin: 35px 20px !important;
		bottom: 0;
    }
    .search .topText {
        font-family: 'ralewayc2';
        display: inline-block;
        width: 100%;
        padding: 0;
        color: #4d4d4d;
        line-height: 24px;
        font-size: 16px;
    }
    .object-title .logo {
        padding-top: 0px !important;
    }
    .column-1-2 .wysiwyg-block {
        max-width: 100%;
    }
    .page-project .title-promo h1 {
        color: #525259;
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        padding-right: 0px;
        text-transform: uppercase;
        margin: 0 20px;
        display: table;
        table-layout: fixed;
    }
    .page-project .intro .logo {
        margin: auto;
        max-width: 80%;
        max-height: 80%;
        display: inline-block;
        margin-top: -5%;
        vertical-align: middle;
    }
    .page-project .title-promo .wysiwyg-block span {
        color: #525259 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        font-style: italic;
        margin: 20px;
        display: block;
    }
    .yaMap img {
        max-width: 100%;
        max-height: 90px;
    }
    .page-project .title-promo > img {
        width: 100%;
    }
    .search-start .wrap {
        width: 100%;
    }
    .rent .topPart {
        width: 100%;
    }
    .breadcrumbs {
        margin: 20px;
    }
    .page-title {
        margin: 20px;
        font-size: 20px;
    }
    .page-title .underlined {
        border:0;
    }
    .page__subtitle {
        font-size: 20px;
        margin: 20px;
    }
    .rent .redSquare {
        display: none;
    }
    .rent .text {
        width: 100%;
        padding: 0 20px;
        margin:0;
        font-size: 14px;
        top: 140px;
        right: 0;
        line-height: 20px;
    }
    .rent .text * {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 0;
    }
    .project-slider-arrow-prev {
        left: 0px;
        z-index: 9;
    }
    .project-slider-arrow-next {
        right: 0px;
        z-index: 9;
    }
    .no-parent {
        margin: 0;
        width: calc(100% - 0px) !important;
        padding: 20px;
        background: #fff;
    }
    .page-rent .owl-carousel .owl-item {
        /*width: calc(50vw - 21px) !important;*/
        /*width: calc(50vw - 0px) !important;*/
        padding: 0 0px;
    }
    .page-rent .owl-item .project-element-slider-item {
        display: block;
        box-shadow: none;
        float: left;
        /*width: calc(50vw - 30px);*/
        width: 100%;
        margin: 0 !important;
        padding: 0 5px;
    }
    .page-rent .project-element-wrap {
        padding: 0 0px;
        margin-bottom: 16px;
        overflow: hidden;
        width: 100%;
    }
    .page-rent .project-element-text {
        margin: 15px 0px 0;
    }
    .no-parent .project-element-image {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .page-rent .project-slider {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .project-element-image-img {
        display: block;
        width: 100%;
    }
    .rent .topPart.top-overlay img {
        width: auto;
        height: 100%;
    }
    .rent .logo {
        top: 30px !important;
        position: absolute;
        left: 20px;
        max-width: unset !important;
        height: 55px !important;
    }
    .rent .btn-cont {
        width: 100px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        position: absolute;
        left: 20px;
        top: 100px;
        bottom:unset;
        overflow: hidden;
    }
    .rent .btn-cont span {
        font-size: 12px;
    }
    .rent h2.light-gray {
        font-size: 18px;
        color: #525259;
        line-height: 24px;
        padding: 0 20px;
    }
    /*
    .owl-carousel .owl-item {
        width: 50vw !important;
        padding: 0 10px;
    }
    */
    .project-element-image {
        height: auto;
        margin: 0;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .project-element-image-offers {
        display: none;
    }
    .project-element-title {
        margin: 10px 0 0;
    }.project-element-class {
        float: none;
    }
    .project-element-area {
        float: none;
    }
    .project-element-type {
        margin-left: 0px;
    }
    .project-element-slider-item:before {
        border-left: #e9e9ed solid 0px;
    }
    .project-slider-container:before, .project-slider-container:after {
        width: 0px;
    }
    .project-slider-arrow {
        width: 20px;
        height: 100px;
        top: 200px;
    }
    .project-element-type {
        color: #000;
    }
    .project-element-text {
        color: #000;
    }
    .ico-element {
        color: #666;
    }
    .search .col {
        position: relative;
    }
    .search .col.text {
        width: 100%;
        display: block;
    }
    .search .col.text .logo {
        display: none;
    }
    .img_block {
        height: auto!important;
        width: 100vw!important;
    }
    .search .topPart {
        border-bottom: 0px solid #eb1429;
    }
    .search .topPart .left-side {
        width: 100px;
        height: calc(100% - 3px);
        font-size: 12px;
    }
    .search .topPart .triangle {
        width: 25px;
        height: 15px;
        border-top: 15px solid rgba(235,20,41,0.9);
        border-left: 25px solid transparent;
        position: absolute;
        bottom: -12px;
        left: 75px;
        z-index: 1;
    }
    .search .topPart .left-side span {
        font-size: 42px;
    }
    .pretty-head {
        font-size: 22px;
        line-height: 24px;
        padding: 15px 0 0 0;
    }
    .metro-i {
        position: relative;
        margin-left: 25px;
        padding-left: 25px;
    }
    .search .topPart .gray .metro-i {
        width: calc(50% - 30px);
    }
    .search .topPart .gray .point {
        padding-left: 25px;
        width: 50%;
    }
    .search .topPart .textItem {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 0 20px 0;
    }
    .available-offers-list {
        padding: 20px 0;
        overflow: hidden;
        overflow-x: auto;
    }
    .available-offers-table-header {
        font-weight: 400;
        font-size: 12px;
    }
    .available-offers-table-item {
        font-size: 12px;
    }
    .available-offers-list-more {
        height: 30px;
        line-height: 30px;
        padding: 0 15px 0 25px;
        font-size: 12px;
        font-weight: 400;
        margin-left: 10px;
        color: #000;
        font-weight: 700;
    }
    .available-offers-list-more:before {
        left: 7px;
        top: 12px;
    }
    .button.button-dark._dark {
        font-family: ralewayc2;
        font-size: 12px;
        font-weight: 400;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    .button.button-dark {
        font-family: ralewayc2;
        font-size: 12px;
        font-weight: 400;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    .available-offers-list-footer .phone-num {
        font-size: 12px!important;
        font-weight: 400!important;
    }
    .available-offers-list-phone._dark:before {
        display: none;
    }
    .item .currency {
        position: absolute;
        right: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
        padding: 0 20px;
    }
    .search .topPart .under:nth-child(2n) {
        display: none;
    }
    .search .item {
        margin-bottom: 50px;
    }
    .white {
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.15);
        box-shadow: 0 0px 0px rgba(0,0,0,0.15);
    }
    footer {
        border-top: 1px solid #ccc;
    }
    .search .col:first-of-type>img.not-img {
        margin: 150px 0 0 150px;
    }
    .search-form-collapsed-container {
        padding-top: 52px;
    }
    .search-form-collapsed {
        height: 55px;
        background: url(../img/search-form-short.jpg) 100% 0;
        position: relative;
        overflow: hidden;
        pointer-events: none;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
    }
    .search-form-collapsed.toggle {
        height: 580px;
        -webkit-transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        transition: height 0.3s cubic-bezier(0, 0, 1, 1);
        pointer-events: unset;
    }
    .search-form-collapsed:before {
        content: 'Параметры';
        position:absolute;
        top: 0;
        left: 20px;
        margin: 5px 0 5px 0;
        font-size: 22px;
        text-decoration: underline;
        line-height: 40px;
        color: #fff;
        font-family: 'ralewayc2';
        font-weight: 700;
        pointer-events: all;
        cursor: pointer;
    }
    .search-form-collapsed-fields {
        padding: 50px 0 0 20px;
        height: 130px;
    }
    .search-input-medium-3 {
        width: calc(100% - 20px);
    }
    .search-input-small-2 {
        width: calc(100% - 20px);
    }
    .search-slider-container-mini {
        width: calc(100% - 60px);
        margin: 0 20px;
    }
    .search-slider-mini .search-slider-amount {
        right: auto;
        left: -20px;
        top: 30px;
        font-size: 14px;
        width: calc(100vw - 40px);
    }
    .big-white-button-collapsed {
        display: block;
        vertical-align: top;
        width: 153px;
        font-size: 14px;
        margin: 30px 0 0 0;
        width: calc(100% - 20px);
    }
    .intro .wrapper-bigPic {
        width: 100%;
        height: 300px;
    }
    .intro .wrapper-bigPic .wrapper2-bigPic {
        height: 300px;
        width: 100%;
        top: 0;
    }
    .intro .bigPic {
        min-width: 100%;
        width: 100%;
        height: 100%;
    }
    .object-title {
        top: 160px;
        line-height: 32px;
        width: 100%;
    }
    .object-title h1 {
        font-size: 22px;
        color: #fff;
        font-family: ralewayc2;
        position: relative;
        margin: 0;
        line-height: 32px;
        width: 100%;
        display: block;
        letter-spacing: 0;
        text-decoration: none!important;
        vertical-align: middle;
        padding: 0 20px;
    }
    .object-title .mylogo {
        display: none;
    }
    .header-links {
        display: none;
    }
    .infograph .wrap {
        width: 100%;
        margin: 0 auto;
        display: table;
        padding: 10px 20px;
    }
    .infograph .item {
        display: table-cell;
        vertical-align: top;
        padding: 0 5px 5px;
        position: relative;
        width: 20%;
    }
    .infograph .item:first-child {
        width: 25%;
    }
    .infograph .item:last-child {
        width: 35%;
    }
    .infograph .item .text {
        color: #000;
        font-family: Tahoma;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        margin-top: 8px;
    }
    .infograph .item .num {
        font-size: 22px;
        font-family: 'Tahoma';
        color: #eb1429;
        font-weight: 900;
		white-space: nowrap;
    }
    .infograph .item:before {
        content: '';
        border-left: 0px solid #e5e5e5;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 0px;
        height: 0px;
    }
    .breadcrumbs__item {
        margin-right: 5px;
    }
    .breadcrumbs__link {
        font-size: 12px;
    }
    .breadcrumbs__item:after {
        margin-left: 5px;
    }
    .project__subtitle {
        color: #525259;
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 20px;
        font-family: 'ralewayc2';
    }
    .project__subtitle p {
        margin:0;
        padding:0;
    }
    .promo .title-promo {
        display: block;
        font-family: 'ralewayc2';
        width: 100%;
        vertical-align: top;
        border-bottom: 0px solid #eb1429;
        position: relative;
    }
    .promo .title-promo:after {
        display: none;
    }
    .promo .column {
        padding: 20px;
        width: 100%;
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 18px;
    }
    .column-1-2 {
        width: 100%;
    }
    .promo .column p {
        line-height: 23px;
    }
    .offers-filter {
        display: none;
    }
    .available-offers-table-header span {
        border-bottom: #ccc solid 2px;
    }
    .photos.wrap.j-photo-gallery h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 20px;
    }
    .photo-gallery-main-container .owl-item {
        width: 100vw !important;
        padding: 0;
    }
    .photo-gallery-main-item img {
        height: 300px;
        display: block;
        margin: 0 auto;
    }
    .photo-gallery-main-container {
        max-width: 100%;
        height: 300px;
        min-height: 300px !important;
        max-height: 300px;
    }
    .photo-gallery-main-arrow {
        width: 48px;
        height: 48px;
        top: 130px;
    }
    .photo-gallery-main-prev {
        left: 0px;
    }
    .photo-gallery-main-next {
        right: 0px;
    }
    .photo-gallery-main-prev:before {
        right: 20px;
        top: 15px;
    }
    .photo-gallery-main-next:before {
        left: 18px;
        top: 15px;
    }
    .history h2 {
        margin-right: 0;
        margin-top: 30px;
        line-height: 1;
        margin-bottom: 20px;
        font-size: 22px;
        padding: 0 20px;
    }
    .history .col {
        padding: 0 20px;
    }
    .history .col .column-1-2:last-child {
        padding-left: 0px;
    }
    .rewards-container.wrap h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 20px;
    }
    .rewards-container.wrap .rewards-reward {
        height: 320px;
        width: calc(100% - 40px);
        margin: 20px 30px 30px 20px;
    }
    .rewards-reward .reward-title {
        color: #000;
    }
    .rewards-reward .rewar-hover-text {
        display: none;
    }
    .rewards-container {
        margin-bottom: 20px;
    }
    .map-info {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 55%;
        z-index: 1;
    }
    .map-info-body {
        padding: 15px;
    }
    .map-info-address {
        padding-left: 0px;
        margin-bottom: 13px;
        line-height: 17px;
        margin-top: 0;
        background: no-repeat 0 7px;
        background-image: none;
        font-size: 14px;
    }
    .map-info-footer {
        padding: 15px;
        background: #535359;
        color: #fff;
    }
    .map-info-footer .phone {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .yaMap-container {
        height: 400px;
    }
    .loft-checkbox-group {
        padding: 60px 0 0 0px;
        position: static;
    }
    .cb-loft {
        display: inline-block;
        text-align: center;
        width: 50%;
        vertical-align: top;
        margin-right: 0;
        float: left;
        padding: 20px;
    }
    .get-loft {
        display: none;
    }
    .check-list-wrapper {
        bottom: 0;
        height: auto;
        line-height: unset;
        position: static;
        left: 0;
        top: 60px;
        right: 0;
    }
    .check-list {
        padding-left: 0px;
        width: 100%;
        margin: 35px auto;
    }
    .check-list__item {
        width: 50%;
        float: left;
        text-align: center;
    }
    .article-list .item {
        width: 100%;
        height: auto !important;
    }
    .breadcrumbs-top-offset {
        padding-top: 55px;
    }
    .breadcrumbs__item {
        font-size: 12px;
    }
    .news-content-wrap.article-content {
        padding: 0 20px;
    }
    .news-article .articleImage {
        width: 100%;
        height: 220px;
        margin-top: -54px;
    }
    .news-article .articleImage img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
    }
    .news-article .articleHeading {
        font-size: 22px;
        padding: 0 20px;
        top: 25%;
    }
    .articleHeading h1 {
        font-size: 22px;
        padding: 0 20px;
        top: 15%;
    }
    .news-article .home {
        position: static;
        width: calc(100% - 40px)!important;
        margin: 10px 20px;
    }
    .news-article .article-text {
        margin-top: 45px;
    }
    .news-article .article-text .autor:before {
        left: 20px;
        width: 100px;
        height: 5px;
    }
    .news-article .article-text .col-left1 {
        width: 30%;
        padding-top: 80px;
        padding-left: 0px;
        font-size: 14px;
        color: #808080;
        text-align: right;
    }
    .news-article .article-text .col-left2 {
        width: 5%;
        display: inline-block;
    }
    .news-article .article-text .col-left1:before {
        top: 15px;
        left: 0px;
    }
    .news-article .article-text .col-right {
        width: calc(65% - 10px);
        padding: 15px 0 19px 0;
        line-height: 22px;
        font-size: 12px;
    }
    .news-article .article-text .col-left1 h1, .news-article .article-text .col-left1 h2, .news-article .article-text .col-left1 h3, .news-article .article-text .col-left1 h4 {
        margin: 0;
    }
    .news-article-text.article-text p.h1 {
        font-family: 'ralewayc2';
        font-size: 22px;
        margin: 0 0 20px 0;
        font-weight: 700;
        padding: 0;
    }
    .news-article .article-text .wysiwyg-block>p, .news-article .article-text .wysiwyg-block>h1, .news-article .article-text .wysiwyg-block>h2, .news-article .article-text .wysiwyg-block>h3, .news-article .article-text .wysiwyg-block>h4, .news-article .article-text .wysiwyg-block>ul {
        padding: 0;
    }
    .news-article-text {
        margin-top: 35px;
        overflow: hidden;
        font: 12px/22px Tahoma,Arial,sans-serif;
    }
    .news-article .article-text ul li {
        font-size: 12px;
        line-height: 22px;
    }
    .news-article .article-text .autor {
        margin-bottom: 30px;
    }
    .news-article {
        padding: 105px 0;
    }
    .news-list {
        padding: 80px 0;
    }
    .news-content-wrap {
        margin-top: -30px;
    }
    .news-list .news-list-filter {
        margin: 0px 0 0;
        padding: 0;
        position: absolute;
        top: 30px;
        left: 20px;
    }
    .news-list .news-list-filter>li {
        margin: 0 2px;
    }
    .news-list-filter>li:first-child {
        margin-left: -7px;
    }
    .news-list-filter>li:last-child {
        margin-right: -7px;
    }
    .news-list-filter>li span {
        padding: 5px 20px 5px 20px;
    }
    .news-list-filter>li {;
        font-size: 12px;
    }
    .news-list-years {
        padding: 0 20px;
    }
    .news-list-years {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .news-item {
        margin: 25px 0;
    }
    .news-list-year-heading {
        font-size: 14px;
        color: #424242;
        height: 40px;
        line-height: 40px;
        width: 25%;
        padding-left: 0px;
        margin-right: 20px;
    }
    .news-list-year-toggle-panel {
        height: 42px;
        padding-top: 0;
        line-height: 36px;
    }
    .news-item-img {
        width: 25%;
        height: auto;
        margin-right: 20px;
    }
    .news-item-img a img {
        max-width: 100%;
    }
    .news-item-heading {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .news-item-body .wysiwyg-block p {
        font-size: 12px;
        line-height: 20px;
    }
    .news-article-content {
        padding: 0;
    }
    .page-news .page-title {
        line-height: 28px;
        margin: 20px 20px 5px 20px;
    }
    .page-news .news-article .news-list-filter>li {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-news .news-article .news-list-filter>li span {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .news-article .news-article-metadata {
        font: 12px/16px Tahoma,Arial,sans-serif;
    }
    .news-article .news-article-metadata>span {
        height: 16px;
    }
    .news-article .news-article-metadata .news-list-filter {
        left: unset;
        right: 20px;
    }
    .news-article .news-article-metadata .news-list-filter>li {
        font-size: 10px;
    }
    .news-article .news-article-metadata .news-list-filter>li span {
        padding: 2px 20px 2px 20px;
    }
    .news-article .news-article-metadata .news-list-filter {
        top: 5px;
    }
    .page-news .breadcrumbs {
        display: none;
    }
    .all-news {
        margin: 20px 20px 0 20px;
    }
    .page-news .news-article-text {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px;
        margin-top: 10px;
    }
    .news-article-text .news-article-image {
        float: none;
        margin-left: 0px;
        margin-bottom: 40px;
        width: 100%;
        height: auto;
    }
    .page-news .news-article {
        padding: 80px 0 150px 0;
    }
    body.mobile .wrap.contacts {
        padding-top: 50px;
    }
    .contacts {
        background: #fff;
    }
    .contacts .white {
        padding: 20px 20px;
    }
    .contacts .col {
        width: 100%;
    }
    .contacts .col:first-child {
        width: 100%;
        margin-right: 0px;
    }
    .contacts .col.col-min {
        width: 60%;
    }
    .contacts .col.col-mail {
        padding: 10px 0 0 0;
        width: calc(40% - 10px);
    }
    .contacts p {
        line-height: 0;
    }
    .contacts .col.col-mail p {
        margin: 14px 0 0 0;
    }
    .contacts div.contact-form {
        display:none !important;
    }
    .map-contacts {
        margin-top: -50px;
        height: 400px;
        min-width: 100%;
    }
    .block_information_company {
        display:none;
    }
    .page-about, .page-about header {
        min-width: 100%!important;
        min-height: auto!important;
    }
    .main-content {
        min-width: 100%!important;
    }
    .wrap_page-about, .about-slides {
        display:none;
    }
    .mobile_page-about {
        background: #fff;
    }
    .mobile_page-about > div {
        padding: 20px 20px;
    }
    .content-box-first {
        background: url(../img/about/slide-1.jpg) 0% 0% no-repeat;
        background-size: cover;
        padding-bottom: 0 !important;
    }
    .content-box-second {
        background: url(../img/about/slide-2.jpg) 0% 0% no-repeat;
        background-size: cover;
    }
    .content-box-four {
        background: url(../img/about/slide-4.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .content-box-three {
        padding: 0 !important;
        background: #ca1b2c;
    }
    .content-box-first h1 {
        color: #eb142a;
        font-size: 18px;
        line-height: 26px;
        padding: 20px 0 0 0;
    }
    .content-box-first .context {
        font-size: 16px;
    }
    .content-box-first .statistics {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: -20px;
        margin-right: -20px;
        padding: 10px 20px;
        background: #fff;
        width: unset;
        position: relative;
    }
    .statistics .owl-item {
        width: auto !important;
        padding: 0px;
    }
    .content-box-first .statistics .item-stat {
        flex: 0 0 calc(33.333333% - 30px);
        padding: 10px 15px;
    }
    .content-box-first .statistics .item-stat strong {
        display: block;
        color: #000;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -1px;
    }
    .content-box-first .statistics .item-stat span {
        display: block;
        color: #000;
        font-size: 10px;
        line-height: 14px;
    }
    .content-box-second h2 {
        color: #fff;
        font-size: 22px;
        line-height: 28px;
    }
    .content-box-second .context {
        font-size: 16px;
        color: #fff;
    }
    .content-box-three {
        padding: 1px 0 0 0 !important;
    }
    .content-box-three .one {
        background: url(../img/about/slide-3-1.jpg) 0% 0% no-repeat;
        background-size: cover;
        padding: 0px 20px 20px 20px;
    }
    .content-box-three .two {
        background: url(../img/about/slide-3-2.jpg) 50% 50% no-repeat;
        background-size: cover;
        padding: 20px 20px;
    }
    .content-box-three .three {
        background: url(../img/about/slide-3-3.jpg) 50% 50% no-repeat;
        background-size: cover;
        padding: 20px 20px;
    }
    .content-box-three h2 {
        color: #fff;
        font-size: 22px;
        line-height: 28px;
    }
    .content-box-three span {
        background: #fff;
        width: 32px;
        height: 32px;
        display: inline-block;
        padding: 6px 11px;
        font-weight: bold;
        vertical-align: top;
    }
    .content-box-three .two span {
        background: #eb142a;
        color: #fff;
    }
    .content-box-three .three span {
        background: #f5d300;
    }
    .content-box-three .context {
        display: inline-block;
        width: calc(100% - 52px);
        vertical-align: top;
        margin-left: 15px;
        margin-top: -10px;
        color: #fff;
    }
    .content-box-four h2 {
        color: #eb142a;
        font-size: 20px;
        font-weight: 900;
        line-height: 26px;
        padding: 20px 0 0 0;
    }
    .content-box-four .team {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
    }
    /*
    .content-box-four .team .item-team {
        flex: 0 0 calc(50vw - 5px);
        margin-right: 5px;
    }
    */
    .content-box-four .team .item-team img {
        width: 100%;
    }
    .content-box-five {
        background: url(../img/about/slide-5-mobile.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .content-box-five h2 {
        color: #eb142a;
        font-size: 20px;
        font-weight: 900;
        line-height: 26px;
        background: #fff;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        margin-top: -20px;
    }
    .content-box-five .rewards-box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        border: 2px solid #cfcfcf;
        padding: 15px;
    }
    .content-box-five .rewards-box .image {
        flex: 0 0 90px;
    }
    .content-box-five .rewards-box .image img {
        width: 100%;
        margin-left: -10px;
    }
    .content-box-five .rewards-box .text {
        flex: 0 0 calc(100% - 90px);
    }
    .content-box-five .rewards-box .text h3 {
        margin: 0;
        padding: 0;
    }
    .content-box-five .rewards-box .text .date {
        margin: 20px 0;
        color: #eb142a;
        font-weight: 900;
        font-family: 'ralewayc2', sans-serif;
    }
    .content-box-five .rewards-box .text .descr {
        font-size: 14px;
        line-height: 21px;
    }
    .rewards-list-box {
        background: url(../img/about/slide-6-mobile.jpg) 80% 50% no-repeat;
        background-size: cover;
        padding: 0;
        position: relative;
    }
    .rewards-list {
        display: flex!important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .rewards-list .item-reward {
        flex: 0 0 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
    }
    .rewards-list .item-reward .icon {
        flex: 0 0 100px;
        padding-right: 30px;
    }
    .rewards-list .item-reward .icon img {
        width: 100%;
    }
    .rewards-list .item-reward .text {
        flex: 0 0 calc(100% - 100px);
    }
    .rewards-list .item-reward .text .date {
        margin-bottom: 5px;
        color: #eb142a;
        font-weight: 900;
        font-family: 'ralewayc2', sans-serif;
    }
    .rewards-list .item-reward .text .title {
        font-weight: 900;
        font-family: 'ralewayc2', sans-serif;
    }
    .rewards-list .item-reward .descr {
        flex: 0 0 100%;
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
    }
    .partners-box {
        background: #333333;
        padding: 0 20px;
    }
    .about-slide-container {
        position: absolute;
        left: 0%;
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 0 20px 40px 20px !important;
    }
    .partners-box h2 {
        color: #eb142a;
        font-size: 20px;
        font-weight: 900;
        line-height: 26px;
    }
    .partners-filter {
        position: static;
        right: unset;
        top: unset;
        margin: 15px 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }
    .partners-filter>li {
        margin: 0 1px;
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background: #85858a;
        cursor: pointer;
        font-size: 10px;
        display: inline-block;
        width: 30%;
    }
    .partners-filter>li.broker-tab {
        width: 40%;
    }
    .partners-filter>li:first-child {
        margin-left: -7px;
    }
    .partners-filter>li:last-child {
        margin-right: -9px;
        width: calc(30% + 9px);
    }
    .partners-filter>li span {
        display: block;
        padding: 5px 5px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg);
        text-align: center;
    }
    .partners-sheet-item .relative-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; 
    }
    .partners-sheet-item .relative-grid .relative-grid-item {
        flex: 0 0 33.333333%;
        background: #fff;
        height: 100px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .partners-sheet-item .relative-grid .relative-grid-item .logotype {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        width: 100vw;
    }
    .partners-sheet-item .relative-grid .relative-grid-item img {
        width: 80%;
    }
    .partners-sheet-carousel .owl-item {
        width: calc(100vw - 40px) !important;
        padding: 0;
    }
    .rewards-list .owl-item {
        width: calc(100vw - 40px) !important;
        padding: 0;
    }
    .j-partners-sheet-block {
        display: none;
    }
    .j-partners-sheet-block._active {
        display: block;
    }
    .partners-sheet-carousel-prev {
        width: 20px;
        height: 300px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 96px;
        left: 0;
    }
    .partners-sheet-carousel-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 7px;
        top: 142px;
    }
    .partners-sheet-carousel-next {
        width: 20px;
        height: 300px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 96px;
        right: 0;
    }
    .partners-sheet-carousel-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 7px;
        top: 142px;
    }

    .rewards-list .owl-prev {
        width: 20px;
        height: 100px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 55px;
        left: -20px;
        cursor: pointer;
    }
    .rewards-list .owl-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 7px;
        top: 45px;
    }
    .rewards-list .owl-next {
        width: 20px;
        height: 100px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 55px;
        right: -20px;
        cursor: pointer;
    }
    .rewards-list .owl-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 7px;
        top: 45px;
    }
    .team .owl-item {
        width: calc(50vw - 20px) !important;
        padding: 0 5px;
    }
    .team .owl-prev {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        background: #eb142a;
        top: -52px;
        right: 43px;
        cursor: pointer;
    }
    .team .owl-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 16px;
        top: 15px;
    }
    .team .owl-next {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        background: #eb142a;
        top: -52px;
        right: 0px;
        cursor: pointer;
    }
    .team .owl-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 16px;
        top: 15px;
    }
    .statistics .owl-prev {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    .statistics .owl-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 7px;
        top: 42px;
    }
    .statistics .owl-next {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }
    .statistics .owl-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 7px;
        top: 42px;
    }
    .citi .object-title {
        top: 120px;
    }
    .citi .object-title .logo {
        padding-top: 0px;
        width: 80%;
    }
    .intro .imgText-container2 {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .intro .imgText-container2 .imgText {
        width: 100%;
        margin: 0 auto;
    }
    .intro .imgText {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .citi .page-title {
        color: #525259;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #eb142a;
        padding: 0;
        margin: 0 20px;
    }
    .citi .promo {
        margin: 0;
        display: block;
    }
    .citi .promo .title-promo h2 {
        color: #525259;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 0px solid #eb142a;
        padding: 0;
        margin: 0 20px;
    }
    .citi .promo .column {
        padding: 0 20px 20px 20px;
    }
    .citi .business-centres {
        padding-top: 0px;
    }
    .citi .business-centres h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 20px;
    }
    .citi .project-slider {
        width: calc(100% - 40px);
        margin: 0 20px;
        position: relative;
    }
    .citi .project-slider .project-element-slider-item {
        width: calc(50vw - 30px);
        margin: 0;
    }
    .citi .project-slider .project-element-slider-item .project-element-wrap {
        padding: 0;
        overflow: unset;
    }
    .citi .project-slider .project-element-slider-item .project-element-wrap .project-element-title {
        font-size: 18px;
    }
    .citi .project-slider .owl-item {
        width: calc(50vw - 21px) !important;
        padding: 0 5px;
    }
    .citi .project-slider .project-element-slider-item .ico-element {
        padding: 0;
    }
    .citi .project-slider .project-element-slider-item .ico-element:before {
        display: none;
    }
    .citi .project-slider .project-element-slider-item .project-element-body {
        height: 150px;
    }
    .citi .project-slider .project-element-slider-item .project-element-body .project-element-type {
        min-height: 18px;
    }
    .citi .project-slider-container .project-slider-arrow {
        display: none;
    }

    .citi .project-slider .owl-prev {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 90px;
        left: -21px;
        cursor: pointer;
    }
    .citi .project-slider .owl-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 7px;
        top: 42px;
    }
    .citi .project-slider .owl-next {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 90px;
        right: -21px;
        cursor: pointer;
    }
    .citi .project-slider .owl-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 7px;
        top: 42px;
    }
    .page-project .project-site {
        margin: 30px 0;
        display: block;
        background: #535359;
        color: #fff;
        border-radius: 0px;
        text-align: center;
        padding: 20px 0;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'ralewayc2';
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
    }
    .page-project .project-site span {
        border-bottom: 1px solid #fff;
    }
    .page-project .project-site span:before {
        display:none;
    }
    .citi .project-site {
        margin: 30px 0;
        display: block;
        background: #535359;
        color: #fff;
        border-radius: 0px;
        text-align: center;
        padding: 20px 0;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'ralewayc2';
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
    }
    .citi .project-site span {
        border-bottom: 1px solid #fff;
    }
    .citi .project-site span:before {
        display:none;
    }
    .citi .map-info-body {
        padding: 15px 15px;
    }
    .citi .map-info-body .logo {
        margin-bottom: 10px;
    }
    .citi .yaMap img {
        max-width: 90%;
    }
    .citi .map-info {
        width: 58%;
        overflow-x: hidden;
        overflow-y: auto;
        height: 300px;
        top: 5px;
        right: 15px;
    }
    .citi .map-info-address {
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 12px;
    }
    .page-portfolio {
        max-width: 100%;
        min-width: 100%;
    }
    .portfolio-page {
        position: relative;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        margin: 0 auto;
    }
    .portfolio-page-footer {
        padding: 20px 40px;
        background: rgba(0,0,0,0.5);
    }
    .portfolio-slides-container {
        min-width: 100%;
    }
    .portfolio-slides .owl-item {
        width: 100vw !important;
        padding: 0;
    }
    .portfolio-page-footer {
        top: 52px;
    }
    .portfolio-page-footer_breadcrumbs {
        display: none;
    }
    .portfolio-page-footer-wrapper {
        display: block;
        width: 100%;
        table-layout: unset;
    }
    .portfolio-page-footer-logo {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-left: 0px;
    }
    .portfolio-page-footer-description {
        display: block;
        width: 100%;
        padding-bottom: 0px;
    }
    .portfolio-page-footer-inner.j-portfolio-description > div {
        display: block !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
    }
    .portfolio-page h1 {
        position: static;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        padding: 20% 0 20px 0;
    }
    .portfolio-page h1:before {
        display: none;
    }
    .portfolio-page-footer-logo img {
        display: block;
        max-width: 60%;
    }
    .portfolio-page-footer-address {
        position: static;
        padding: 10px 0;
    } 
    .portfolio-ico-web {
        padding-left: 0px;
    }
    .portfolio-ico-web:before {
        display: none;
    }
    .portfolio-ico-address {
        padding-left: 0px;
    }
    .portfolio-ico-address:before {
        display: none;
    }
    .portfolio-page-footer-buttons {
        display: block;
        vertical-align: middle;
        width: 100%;
        padding-left: 0px;
    }  
    .portfolio-page-footer-buttons-about, .portfolio-page-footer-buttons-all {
        display: inline-block;
        line-height: 20px;
        padding: 10px 15px;
        margin-right: 10px;
    }
    .portfolio-page-footer-next, .portfolio-page-footer-prev{
        width: 30px;
    }
    .portfolio-slides-item-thumbs a {
        display: none;
    }
    .ico-element {
        padding: 0;
    }
    .ico-element:before {
        display: none;
    }
    .no-parent .owl-prev {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 200px;
        left: 0px;
        cursor: pointer;
    }
    .no-parent .owl-prev::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 7px;
        top: 42px;
    }
    .no-parent .owl-next {
        width: 20px;
        height: 94px;
        display: block;
        position: absolute;
        background: #6c6d70;
        top: 200px;
        right: 0px;
        cursor: pointer;
    }
    .no-parent .owl-next::after {
        content: '';
        display: block;
        position: absolute;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 7px;
        top: 42px;
    }
    .login-modal .modal-header {
        width: 100%;
    }
    .login-modal .modal-content {
        border: 0;
        padding: 70px 20px 40px;
    }
    .login-modal-wrapper {
        width: 100%;
        margin-top: 52px;
    }
    .signup-modal .modal-content {
        border: 0;
        padding: 28px 20px 40px;
    }
    .signup-modal .modal-header {
        width: 100%;
    }
    .signup-modal-wrapper {
        width: 100%;
        margin-top: 52px;
    }
    .signup-content-half.half-left {
        padding-right: 10px;
        padding-top: 42px;
    }
    .signup-content-half.half-right {
        padding-left: 10px;
    }
    .signup-modal .callback-reset-btn {
        position: static;
        margin: 30px auto;
    }
    .modal-content-footer {
        height: auto;
    }
    .modal-content-footer .footer-btn {
        margin-left: 0px;
    }
    .modal-close {
        top: 20px;
        right: 20px;
    }
    .projects .project-slider {
        width: 100%;
        margin-left: 0px;
        overflow: hidden;
    }
    .projects .top {
        width: 100%;
        height: 150px;
    }
    .projects .top h1 {
        color: #fff;
        position: absolute;
        margin: 0;
        left: 0px;
        bottom: 47px;
        font-size: 32px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .projects .j-tabs h2 {
        color: #525259;
        font-size: 22px;
        line-height: 32px;
        margin: 0 20px;
    }
    .projects .j-tabs h2 {
        color: #525259;
        font-size: 22px;
        line-height: 32px;
        margin: 0 20px;
    }
    .projects .j-tabs h2 .underlined {
        border-bottom: 0px solid #eb1429;
    }
    .projects .j-tabs .light-gray {
        padding: 0 0 15px 0;
        font-size: 18px;
    }
    .projects .top .all-projects-filter-container {
        bottom: 0px;
        right: unset;
        width: 100%;
    }
    .projects .top .all-projects-filter {
        font-family: 'ralewayc2';
        font-size: 13px;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        float: none;
        width: 100%;
    }
    .projects .top .all-projects-filter>li {
        margin: 0 2px;
        transform: skew(0deg);
        flex: auto;
        display: unset;
        float: none;
    }
    .projects .top .all-projects-filter>li:first-child {
        margin-left: -15px;
    }
    .projects .top .all-projects-filter>li:last-child {
        margin-right: -15px;
    }
    .projects .top .all-projects-filter>li span {
        padding: 5px 10px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-transform: unset;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        white-space: normal;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }
    .projects .top .all-projects-filter>li._active span, .top .all-projects-filter>li._active:hover span {
        color: #eb1429;
    }
    .projects .top .all-projects-filter>li:first-child span {
        padding-left: 20px;
    }
    .projects .top .all-projects-filter>li:last-child span {
        padding-right: 20px;
    }
    .projects .project-slider-container {
        padding: 20px;
    }
    .projects .owl-item .project-element-slider-item {
        display: block;
        box-shadow: none;
        float: left;
        /*width: calc(50vw - 30px);*/
        width: 100%;
        margin: 0 !important;
        padding: 0 5px;
    }
    .projects .owl-carousel .owl-item {
        /*width: calc(50vw - 21px) !important;*/
        /*width: calc(50vw - 0px) !important;*/
        padding: 0 0px;
    }
    .projects .owl-item .project-element-slider-item {
        display: block;
        box-shadow: none;
        float: left;
        /*width: calc(50vw - 30px);*/
        width: 100%;
        margin: 0 !important;
        padding: 0 5px;
    }
    .projects  .project-element-wrap {
        padding: 0 0px;
        margin-bottom: 16px;
        overflow: hidden;
        width: 100%;
    }
    .projects  .project-element-text {
        margin: 15px 0px 0;
    }
    .projects .rent .bottomPart {
        margin-bottom: 15px;
    }
    .projects .no-parent {
        margin-bottom: 15px;
    }
    .projects .rent .loftOffice {
        margin-bottom: 0px;
    }
    .projects .j-tabs.loftOffice h2 {
        margin-bottom: 15px;
    }
    .projects .j-tabs.citi h2 {
        margin-bottom: 15px;
    }
    .page-project .main-content {
        padding-bottom: 190px;
        margin-bottom: -200px;
    }
    .projects .j-tabs.citi .project-slider-container .project-slider-arrow {
        display: block;
    }
    .projects .j-tabs.citi .project-slider-arrow {
        top: 145px;
    }
    .callback-modal-wrapper {
        margin: 0;
        width: 100%;
    }
    .available-offers .lot-head-row {
        display: block;
    }
    .available-offers .popup h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 0;
        padding: 15px;
        text-align: center;
    }
    .available-offers .lot-head-row._right {
        text-align: center;
    }
    .available-offers .lot-head img {
        max-width: 250px;
        margin-top: 0;
        max-height: 80px;
    }
    .lot-container {
        padding-top: 60px;
    }
    .available-offers .popup .infograph .item {
        width: 100%;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .lot-container .available-offers .popup .infograph {
        padding: 20px 20px;
    }
    .available-offers .popup .infograph .item:first-child {
        padding-left: 10px;
    }
    .lot-container .lot-text {
        padding: 20px;
    }
    .available-offers .popup-footer {
        width: 100%;
        min-width: 100%;
        display: block;
        height: 150px;
    }
    .available-offers .popup-footer .cell.call {
        width: 100%;
        height: auto;
        padding: 15px;
        display: block;
    }
    main .masonry .block._news .news-title {
        color: #000;
        font-weight: 800;
    }
    .modal {
        z-index: 9999;
    }
    .modal-content {
        padding: 30px 20px;
    }
    .modal-close {
        top: 0px;
        right: 0px;
        color: #eb1429;
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    .block_search-link {
        padding: 0 20px;
        height: 94px;
        overflow: hidden;
    }
    .block_search-link .block_search-link-container {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 0 5px 0;
    }
    .block_search-link .block_search-link-container {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 0 5px 0;
    }
    .block_search-link .block_search-link-container ::-webkit-scrollbar { 
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }
    .block_search-link .block_search-link-container {
        -ms-overflow-style: none;
    }
    .block_search-link .block_search-link-container {
        overflow: -moz-scrollbars-none;
    }
	
	.borrows-content-table td {
		width: 100%;
		display: block;
		height: unset;
		border: unset;
	}
	.borrows-content-table td + td {
		border-top: 1px solid #E9E9EF !important;
		margin-top: 15px;
		padding-top: 15px;
	}
    .select2-drop.callback-select-dropdown-normal._projects {
        width: calc(100% - 58px) !important;
        max-width: 450px !important;
        left: 29px !important;
    }
}