.locations-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 992px) {
    .locations-projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -10px;
    }
}
@media (min-width: 551px) and (max-width: 992px) {
    .locations-projects {
        margin: 0 -20px;
    }
}
.locations-projects__filter,
.locations-projects__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 315px;
    height: 100%;
    max-height: calc(100% - 65px);
    z-index: 1;
    background: #fff;
    border-radius: 0.5rem;
}
.locations-projects__preview {
    display: none;
    width: 335px;
}
@media (max-width: 992px) {
    .locations-projects__filter {
        height: auto;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 992px) {
    .locations-projects__preview {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
}
.locations-projects__preview-link {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.locations-projects__preview-content {
    padding: 0.9375rem 1.25rem 0.3125rem;
    font-weight: 400;
}
@media (max-width: 992px) {
    .locations-projects__preview-content {
        -webkit-box-shadow: 0 3px 7px 0 rgba(17,17,17,0.14);
        box-shadow: 0 3px 7px 0 rgba(17,17,17,0.14);
        margin: 0 1rem;
        padding: 1rem;
        border-radius: 8px;
    }
}
.locations-projects__preview-close {
    color: #E15F41;
    cursor: pointer;
}
.locations-projects__preview-close:hover svg {
    -webkit-transform: translate(-0.15rem, 0);
    transform: translate(-0.15rem, 0);
}
.locations-projects__preview-close svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.locations-projects__preview-title {
    font-size: 24px;
    margin-top: 10px;
    font-family: MontserratBold;
    cursor: pointer;
}
.locations-projects__preview-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}
.locations-projects__preview-image img {
    margin: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.locations-projects__preview-characteristic {
    width: 100%;
    margin-bottom: 10px;
}
.locations-projects__preview-characteristic > .characteristic__item {
    font-size: 12px;
}
.locations-projects__preview-button {
    padding: 8px 0 8px 50px;
    width: 245px;
    margin: 10px 0;
    min-height: 40px;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .locations-projects__preview-button {
        width: 230px;
        padding: 8px 0 8px 70px;
    }
}
@media (min-width: 551px) and (max-width: 992px) {
    .locations-projects__preview-button {
        padding: 8px 0 8px 60px;
        width: 205px;
    }
}
@media (max-width: 992px) {
    .locations-projects__preview-button > span {
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .locations-projects__preview-button > span + span {
        font-size: 11px;
    }
}
.locations-projects__preview-text {
    text-align: left;
    font-size: 12px;
    z-index: 5;
}
.locations-projects__filter-content,
.locations-projects__preview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.locations-projects__filter-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #f2f3f5;
    max-height: 60px;
}
.locations-projects__filter-search input {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: 0 #fff;
    width: 100%;
    border: 0;
    padding: 1.25rem 3.375rem 1.25rem 1rem;
    position: relative;
    z-index: 4;
    font-size: 0.9375rem;
    margin: 0;
    font-family: "Museo Sans Cyrl", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
    .locations-projects__filter-search input {
        border: 1px solid #f2f3f5;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.locations-projects__filter-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 4;
    height: 68px;
    width: 50px;
}
.locations-projects__filter-search-icon svg {
    cursor: pointer;
    width: 20px;
}
.locations-projects__filter-search-suggest {
    max-height: 16.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4375rem;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    z-index: 3;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    -webkit-box-shadow: 0 0.0625rem 0.4375rem rgba(0,0,0,0.09);
    box-shadow: 0 0.0625rem 0.4375rem rgba(0,0,0,0.09);
    cursor: pointer;
}
.locations-projects__filter-search-text {
    padding: 0.4375rem 0.9375rem 0.5rem;
}
.locations-projects__list {
    position: relative;
    background-color: #f2f3f5;
    overflow-y: scroll;
}
.locations-projects__list:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
@media (max-width: 992px) {
    .locations-projects__list:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow-x: auto;
    }
}
.locations-projects__list-inner {
    position: relative;
    padding: 0.9375rem 1.25rem 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (max-width: 992px) {
    .locations-projects__list-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}
.locations-projects__list-item {
    margin-bottom: 0.625rem;
    margin-right: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.locations-projects__list-item:first-child {
    margin-left: 0;
}
.locations-projects__list-button {
    display: block;
    padding: 0 0.875rem;
    margin: 0;
    border: 0;
    background: 0 #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 1.875rem;
    font-size: 0.8125rem;
    line-height: 1.75rem;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.09);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.09);
    color: #000;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.locations-projects__list-button:hover {
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,0.14);
    box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,0.14);
}
.locations-projects__btn-map,
.locations-projects__btn-list {
    padding: 0.8rem;
    text-align: center;
    color: #fff;
    background-color: #E15F41;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 150ms cubic-bezier(0.39, 0.575, 0.565, 1);
    text-shadow: 0 2px 5px rgba(0,0,0,0.35);
    font-family: Montserrat;
}
@media (min-width: 993px) {
    .locations-projects__btn-map,
    .locations-projects__btn-list {
        display: none;
    }
}
.locations-projects__btn-map {
    display: none;
}
.locations-projects__result-inner {
    position: relative;
    background: #fff;
}
@media (max-width: 992px) {
    .locations-projects__result-inner {
        display: none;
        max-height: 400px;
        overflow-y: scroll;
    }
}
.locations-projects__result-inner:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
@media (max-width: 992px) {
    .locations-projects__result-inner:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.locations-projects__result-item {
    padding: 0.75rem 0.9375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.locations-projects .result-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.locations-projects .result-card__buttons,
.locations-projects__preview-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
}
.locations-projects .result-card__buttons > div,
.locations-projects__preview-buttons > div,
.locations-projects .result-card__buttons a,
.locations-projects__preview-buttons a {
    cursor: pointer;
}
.locations-projects .result-card__buttons > a,
.locations-projects__preview-buttons > a {
    color: inherit;
    text-decoration: none;
}
.locations-projects .result-card__buttons > div:first-child,
.locations-projects__preview-buttons > div:first-child {
    background-color: transparent;
    padding: 5px 4px;
    border: 1px solid #E15F41;
    border-radius: 5px;
    cursor: pointer;
    color: #E15F41;
}
.locations-projects .result-card__buttons > div + div,
.locations-projects__preview-buttons > div + div,
.locations-projects .result-card__buttons div + a,
.locations-projects__preview-buttons div + a {
    padding: 0.5rem;
    margin-left: 1.5rem;
}
.locations-projects__result-item + .locations-projects__result-item {
    border-top: 1px solid #e4e5e8;
}
.locations-projects__map {
    width: 100%;
    height: 560px;
}
@media (max-width: 992px) {
    .locations-projects__map {
        height: 400px;
    }
}
.locations-projects .gm-style-pbc,
.locations-projects .gm-style-pbt {
    display: none;
}
.locations-projects__map-marker {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E15F41;
    color: #fff;
    z-index: -1;
    cursor: pointer;
    font-family: MontserratBold;
}
.locations-projects__map-marker.active {
    background-color: #dd3c03;
}
