.max-width_apartment-selection {
    max-width: 1130px !important;
    overflow: hidden;
}

.max-width_content-center {
    justify-content: center;
}

header.apartment-rental_img {
    background: url("/images/articles/kvartiry/background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.apartment-rental_img h1 {
    font-size: 36px !important;
    text-transform: inherit !important;
}

.text-color-span {
    color: #1FA1AF;
    font-weight: bold;
}

.apartment-selection {
    margin-top: 60px !important;
}

.apartment-selection-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .apartment-selection-section {
        width: 58%;
    }
}

.apartment-selection-section img {
    margin-right: 33px;
}

.apartment-selection-section__block {
    max-width: 315px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.main.article_page.max-width_apartment-selection .apartment-selection-section__block h5 {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
}

.main.article_page.max-width_apartment-selection .apartment-selection-section__block p {
    color: #555555;
    text-align: left;
}

.main.article_page.max-width_apartment-selection .apartment-selection-section__block p:first-letter  {
    color: #FF7253;
    font-weight: bold;
}

.max-width_text {
    max-width: 920px;
}

.main.article_page.max-width_apartment-selection .title-price-apartments {
    font-size: 32px;
    font-weight: bold;
}

.filter-criteria-flat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-criteria-flat__block {
    display: flex;
    width: 25%;
    margin-bottom: 40px;
    justify-content: flex-start;
    align-items: center;
}

.filter-criteria-flat__block p {
    padding-bottom: 0;
}

.filter-criteria-flat__block-img {
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.search-page-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-page-section img {
    max-width: 48%;
    min-width: 300px;
    width: 100%;
}

.search-page-section__first-img {
    margin-right: auto;
}

.apartment-prices-list {
    list-style-image: url("/images/articles/kvartiry/Oval.svg");
}

.apartment-prices-list li {
    position: relative;
    left: 30px;
    color: #555555;
    font-size: 18px;
    line-height: 35px;
}

.apartment-prices-list span {
    color: #FF7253;
    font-weight: bold;
}

/*.apartment-prices-list li:before {*/
/*content: '';*/
/*background: url("/images/articles/kvartiry/Oval.svg") no-repeat center;*/
/*background-size: 100% auto;*/
/*width: 7px;*/
/*height: 7px;*/
/*display: block;*/
/*position: absolute;*/
/*bottom: 5px;*/
/*left: -20px;*/
/*}*/

.search-page-link {
    color: #1FA1AF;
    text-decoration: none !important;
    font-size: 18px !important;
}

.max-width_apartment-selection p {
    font-size: 18px;
}

.filter-criteria-flat__block p {
    text-align: left;
}

@media (max-width: 645px) {
    .search-page-section img {
        max-width: 100%;
    }

    .apartment-prices-list li {
        left: 20px;
    }
}

@media (max-width: 926px) {
    .filter-criteria-flat__block {
        width: 33%;
    }
}

@media (max-width: 926px) {
    .filter-criteria-flat__block {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .filter-criteria-flat__block {
        width: 100%;
    }
}

@media (max-width: 674px) {
    .apartment-selection-section__block {
        max-width: 100%;
    }
}

@media (max-width: 424px) {
    .apartment-selection-section img {
        margin-right: 10px;
    }
}