/* cameras.css
 * Только правила, отсутствующие в оригинальном style.css для нашего
 * собственного компонента .translations-page (страница камер /vladivostok/cameras).
 * Оригинал уже содержит .translations-page__heading/__tabs/__search/__list/__list__item*,
 * поэтому здесь добавляем лишь недостающий фильтр-селект и .page-cameras-поправки.
 * Файл аддитивный, не перебивает рабочие правила оригинала.
 */

.translations-page__heading__filters {
    width: 218px;
    margin-left: auto;
    margin-top: 14px
}

.translations-page__heading__filters select {
    height: 45px;
    width: 100%;
    font-family: "PFBeauSansPro", "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #303030;
    outline: none;
    padding: 0 35px 0 20px;
    border: 1px solid #d8dce9;
    border-radius: 35px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23333' d='M11 1.2L6.1 6l-.6-.5-.6.5L0 1.2 1.2 0l4.4 4.3L9.9 0 11 1.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 11px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color .1s linear
}

.translations-page__heading__filters select:focus {
    border-color: #313db5
}

.page-cameras .translations-page__heading__filters {
    margin-top: 0 !important
}

@media only screen and (max-width: 730px) {
    .translations-page__heading__filters {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
        margin: 15px 0 0
    }
}
