@font-face {
    font-family: 'ALSRubl-Arial';
    src: url('/fonts/B-Rub-Arial/alsrubl-arial-regular.eot');
    src: url('/fonts/B-Rub-Arial/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/B-Rub-Arial/alsrubl-arial-regular.woff') format('woff'),
         url('/fonts/B-Rub-Arial/alsrubl-arial-regular.ttf') format('truetype'),
         url('/fonts/B-Rub-Arial/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.catalog-object {
    padding: 0;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.projects-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.projects-filter {
    width: 25%;
}

.projects-filter_btn {
    padding: 7px 15px;
    text-align: center;
    background: #53340D;
    color: white;
    border-radius: 5px 5px 0 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.projects-right-column {
    width: 75%;
    position: relative;
    padding-left: 15px;
}

.project-card-image {
    border-radius: 5px 0 0 5px;
    display: block;
}

.project-card-description {
    padding: 25px 30px;
    border-left: 1px solid #ccc;
    position: relative;
    width: 70%;
    overflow: hidden;
}

.project-card-description hr, .project-card hr {
    margin: 0;
}

.project-card-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.project-card-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.project-card-value.sale {
    text-decoration: line-through;
}

.b-rub {
    font-family: 'ALSRubl-Arial',Arial,sans-serif;
    line-height: normal;
}

.project-card-info-field {
    margin-bottom: 15px;
}

.project-card-info {
    position: relative;
    margin-top: 25px;
    min-height: 114px;
}

.project-card-info_i {
    width: 50%;
}

.project-card-floor {
    margin-top: 5px;
    margin-bottom: 5px;
}

.project-card-floor-img {
    position: relative;
    overflow: hidden;
}

.empty-room-img {
    background: #E0E0E0;
    height: 306px;
    text-align: center;
    font-size: 18px;
    line-height: 300px;
}

.room-img-slider img {
    width: 100%;
}

.room-img-descr {
    display: flex;
    justify-content: space-between;
}

.project-card-floor-img .fa-expand {
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: -50px;
    color: #CC3130;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.project-card-floor-img .fa-angle-left, .project-card-floor-img .fa-angle-right {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 10px;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 30px;
    color: #CC3130;
    cursor: pointer;
}

.project-card-floor-img .fa-angle-left:hover, .project-card-floor-img .fa-angle-right:hover {
    background: rgba(0, 0, 0, .5);
}

.project-card-floor-img .fa-angle-left {
    left: 0;
}

.project-card-floor-img .fa-angle-right {
    right: 0;
}

.project-card-floor-img .fa-angle-left:before, .project-card-floor-img .fa-angle-right:before {
    position: absolute;
    top: calc(50% - 20px);
}

.project-card-floor-img:hover .fa-expand {
    right: 10px;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.project-container {
    padding-left: 40px;
}

.project-card-info-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.icons-block {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.icons-block img {
    width: 28px;
    height: 28px;
}

.project-card-name {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 15px;
    color: #CC3130;
    text-align: center;
}

.project-card-link {
    color: #53340D;
}

.project-card-link:hover {
    text-decoration: none;
    color: #53340D;
}

.project-card-link:hover .catalog-object{
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

.ribbon {
    position: absolute;
    color: white;
    text-transform: uppercase;
    top: 15px;
    padding: 8px 10px;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    z-index: 2;
}

.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
}

.second-ribbon {
    top: 60px
}

.ribbon:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}

.ribbon:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: #ccc;
    border-radius: 5px 0 0 5px;
}

.filter-block {
    margin: 0 0 30px;
    font-size: 18px;
}

.filter-block button{
    width: 100%;
}

.filter-block .grid .catalog-filter-from, .filter-block .grid .catalog-filter-to {
    width: 50%;
}

.filter-category_i {
    margin: 13px 0 0;
    padding: 0 0 0 19px;
    border-left: 2px solid transparent;
    cursor: pointer;
}

.filter-category_i:hover {
    color: #CC3130;
}

.filter-category_i.active {
    color: #CC3130;
    border-left-color: #CC3130;
}

.filter-category_link {
    cursor: pointer;
}

.check-filter_i:first-child {
    margin: 0;
}

.check-filter_options-i:first-child {
    margin: 0;
}
.check-filter_options-i {
    margin: 10px 0 0;
}

.uk-sticky-placeholder {
    width: 20%;
}

.form-ui-control {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    outline: 0 none;
}

.form-ui-filter .form-ui-label {
    border: 1px solid #53340D;
    border-radius: 5px;
}
.form-ui-filter .form-ui-label, .form-ui-filter-multi .form-ui-label {
    display: block;
    padding: 7px 19px;
}

.form-ui-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
}

.form-ui-filter .form-ui-txt, .form-ui-filter-multi .form-ui-txt {
    display: block;
    padding: 3px 30px 0 0;
    font-size: 18px;
    line-height: 1.2;
}
.form-ui-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
}

.form-ui-txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.form-ui-txt:after {
    content: '';
    position: absolute;
}

.form-ui-filter input[type="checkbox"]:checked+.form-ui-label {
    color: #44b759;
    border-color: #44b759;
}

.form-ui-filter input[type="checkbox"]:checked+.form-ui-label .form-ui-txt:after, .form-ui-filter-multi input[type="checkbox"]:checked+.form-ui-label .form-ui-txt:after {
    border-bottom-color: #44b759;
    border-left-color: #44b759;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
}

.form-ui-filter input[type="checkbox"]+.form-ui-label .form-ui-txt:after, .form-ui-filter-multi input[type="checkbox"]+.form-ui-label .form-ui-txt:after {
    top: 3px;
    right: -4px;
    width: 15px;
    height: 8px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transform: rotate(-45deg) translate(3px, -2px);
    -ms-transform: rotate(-45deg) translate(3px, -2px);
    transform: rotate(-45deg) translate(3px, -2px);
    -webkit-transition: .1s;
    transition: .1s;
}

.form-ui-filter input[type="checkbox"]+.form-ui-label .form-ui-txt:before {
    left: auto;
    right: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #53340D;
    border-radius: 3px;
}

.sort-and-query-block {
    margin-bottom: 15px;
}

.search-row {
    height: 40px !important;
    width: 100%;
    padding: 5px 15px !important;
    font-size: 18px !important;
}

.search-block {
    padding-right: 30px;
    position: relative;
    width: 65%;
}

.uk-nav-dropdown .uk-nav-header {
    color: #CC3130;
}

.filter-block div:first-child {
    margin-top: 0;
}

.sort-button {
    height: 40px;
    color: #53340D;
}

.uk-nav-dropdown>li>a:focus, .uk-nav-dropdown>li>a:hover {
    background: #CC3130;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.05);
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.uk-nav-dropdown li a {
    color: #53340D;
}

.shop-list-search_ico {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 20px;
    line-height: 1;
}

.price-filter-label-from, .price-filter-label-to {
    position: absolute;
    top: 8px;
}

.price-filter-label-from {
    left: 16px;
}

.price-filter-label-to {
    left: 31px;
}

.price-filter {
    padding: 5px 15px 5px 45px !important;
    height: 40px !important;
}

.project-card-image-category {
    position: absolute;
    right: -55px;
    bottom: 0;
    width: 300px;
    opacity: 0.03;
}

.catalog-filter-title {
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
}

.catalog-filter-from {
    padding-right: 15px;
    position: relative;
}

.catalog-filter-to {
    padding-left: 15px;
    position: relative;
}

.catalog-filter-from input, .catalog-filter-to input {
    width: 100%;
}

.catalog-item-img {
    width: 30%;
    position: relative;
}

.catalog-item-img img {
    max-height: 241px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.catalog-item-img img, .catalog-item-img{
    border-radius: 5px 0 0 5px;
}

.sort-by {
    width: 35%;
}

.sort-by .ui-select-search {
    background: transparent !important;
    border: 1px solid #53340D !important;
    border-radius: 5px !important;
    padding: 19px 15px !important;
    font-size: 18px !important;
}

.accordion-title:not(#myAccordion) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.not-found-text {
    margin-top: 30px;
}

.attic {
    color: #53340D;
    font-size: 18px;
    font-weight: 100;
    float: right;
}

.empty-state {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 1500px) {
    .icon-search {
        font-size: 14px;
    }

    .shop-list-search_ico {
        top: 8px;
        font-size: 15px;
    }

    .form-ui-filter .form-ui-txt {
        font-size: 13px;
        padding: 1px 20px 0 0;
    }

    .form-ui-filter .form-ui-label{
        padding: 6px 15px;
    }

    .form-ui-filter input[type="checkbox"]+.form-ui-label .form-ui-txt:before {
        top: 2px;
        width: 10px;
        height: 10px;
    }

    .form-ui-filter input[type="checkbox"]+.form-ui-label .form-ui-txt:after {
        top: -1px;
        width: 12px;
        height: 5px;
    }

    .filter-block {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .price-filter-label-from, .price-filter-label-to {
        top: 7px;
    }

    .price-filter-label-from {
        left: 15px;
    }

    .price-filter {
        padding: 5px 15px 5px 35px !important;
        height: 30px !important;
    }

    .price-filter-label-to {
        left: 30px;
    }

    .catalog-filter-title {
        margin-bottom: 8px;
    }

    .project-card-description {
        padding: 15px 20px;
    }

    .project-card-name, .project-card-value {
        font-size: 18px;
    }

    .project-card-title {
        font-size: 12px;
    }

    .catalog-item-img {
        width: 28%;
    }

    .project-card-description {
        width: 72%;
    }

    .project-card-image-category {
        width: 160px;
    }

    .selectize-input {
        height: 30px !important;
    }

    .selectize-control.single .selectize-input:after {
        top: 70% !important;
    }

    .search-row {
        font-size: 13px !important;
        height: 32px !important;
    }

    .attic {
        font-size: 13px;
    }
}


@media (max-width: 1100px) {
    .catalog-filter-from {
        margin-bottom: 10px;
    }

    .uk-form input[type=text] {
        width: 100%;
    }

    .project-card-name, .project-card-value {
        font-size: 15px;
    }

    .project-card-title {
        margin: 0;
    }

    .project-card-info-field {
        margin-bottom: 8px;
    }

    .project-card-image-category {
        width: 140px;
    }
    .catalog-item-img {
        width: 35%;
    }

    .project-card-description {
        width: 65%;
    }

}

@media (max-width: 960px) {
    .project-container {
        padding: 0;
        flex-direction: column;
    }

    .projects-filter {
        width: 100%;
        background: white;
        padding: 20px;
        border-radius: 0 0 5px 5px;
    }

    .projects-right-column {
        margin-top: 20px;
        width: 100%;
    }

    .uk-accordion-title {
        font-size: 13px !important;
        background: #fff !important;
        border: 1px solid #dfe1e1 !important;
        padding: 15px 20px;
        margin-bottom: 0 !important;
    }

    .uk-accordion-content {
        padding: 0 15px 15px 15px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }

    .catalog-item-img img {
        max-height: 194px;
    }

    .catalog-item-img {
        width: 30%;
    }

    .project-card-description {
        width: 70%;
    }

    .project-card-link:hover .catalog-object{
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }

    .search-block {
        width: 70%;
    }

    .sort-by {
        width: 30%;
    }

    .post-filter {
        display: none;
    }

    .post-right-column {
        margin-top: 50px;
    }
}

@media (max-width: 650px) {
    .ribbon {
        font-size: 11px;
        padding: 3px 6px;
    }

    .project-card-name {
        margin-bottom: 5px;
    }

    .project-card-floor {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .project-card-info {
        margin-top: 20px;
    }

    .project-card-info-field {
        margin-bottom: 5px;
    }

    .catalog-item-img {
        width: 33%;
    }

    .project-card-description {
        width: 67%;
    }

    .project-card-info div {
        width: 50%;
    }

    .project-card-info div div{
        width: 100%;
    }

    .search-block {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .sort-by {
        width: 100%;
    }

    .shop-list-search_ico {
        right: 15px;
    }

    .not-found-block img {
        width: 100px;
    }

    .accordion-title:not(#myAccordion) {
        width: 80%;
    }

    .attic {
        display: none;
    }
}

@media (max-width: 500px) {
    .ribbon {
        width: 50%;
        left: -1px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .catalog-item-img {
        width: 100%;
    }

    .catalog-item-img img {
        max-height: 1000px;
        position: inherit;
        width: 99%;
    }

    .project-card-description {
        width: 100%;
    }
    .catalog-object {
        display: block;
    }

    .catalog-item-img {
        text-align: center;
        border: 1px solid #dfe1e1;
        border-radius: 5px 5px 0 0;
    }
}

@media (max-width: 400px) {
    .project-card-info-field {
        display: flex;
    }

    .project-card-info div {
        width: 100%;
    }

    .project-card-value {
        margin-top: -6px !important;
        width: 30% !important;
    }

    .project-card-title {
        width: 60%;
    }
}