

/* Start:/local/templates/mirfar/components/custom/contacts/main/style.css?17814482227067*/
.offices-map {
    line-height: 1.15 !important;
    padding-bottom: 70px;
    border-bottom: 1px solid #DAE4DC;
    margin-bottom: 70px;
}
.offices-map[v-cloak] {
    visibility: hidden;
}
.offices-map__search {
    margin-top: 10px;
    max-width: 650px;
}
.offices-map__search__input {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
.offices-map__search__input::-moz-placeholder {
    color: #a6a6a6;
}
.offices-map__search__input:-ms-input-placeholder {
    color: #a6a6a6;
}
.offices-map__search__input::placeholder {
    color: #a6a6a6;
}
.offices-map__search__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3333333333em;
    height: 1.3333333333em;
    background: url(/local/templates/mirfar/components/custom/contacts/main/images/offices-map/search.svg) no-repeat;
    background-size: cover;
    left: 1.25em;
}
.offices-map__search input {
    padding: 0.8333333333em!important;
    padding-left: 3.3333333333em!important;
    padding-right: 1.25em!important;
    border: 0!important;
    background: transparent!important;
    font-size: 1em!important;
}
.offices-map__tags {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.offices-map__tags__item {
    transition: all 0.2s;
    margin: 0 10px 10px 0;
    padding: 8px 14px;
    background: #E4F1E6;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border-radius: 20px;
}
.offices-map__tags__item.active {
    background: #52BF64;
    color: #fff;
}
.offices-map__image {
    position: relative;
}
.offices-map__map {
    height: 520px;
    background: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
}

.offices-map__list-header .offices-map__list-header-count{
    color: #6F7A71;
}
.offices-map__list {
    position: absolute;
    width: 270px;
    top: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;

}
.offices-map__list-wrap{
    overflow: hidden;
    height: 400px;
}
.offices-map__list-scroll{
    overflow: auto;
    height: 100%;
}
.offices-map__list-scroll::-webkit-scrollbar {
    width: 20px;
}
.offices-map__list-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.offices-map__list-scroll::-webkit-scrollbar-thumb {
    background-color: #DAE4DC;
    border-radius: 16px;
    border: 7px solid transparent;
    background-clip: content-box;
}
.offices-map__list__item {
    transition: all 0.2s;
    padding: 20px;
    border-top: 1px solid #f2f2f2;
    cursor: pointer;
}
.offices-map__list-header{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    border-color: transparent;
    padding: 20px 20px 0;
}
.offices-map__list__item:first-child {
    border-color: transparent;
}
.offices-map__list__item:hover {
    background: #f9f9f9;
}
.offices-map__list__empty {
    padding: 30px 20px;
}
.offices-map__list__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.offices-map__list__time,
.offices-map__list__address {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #6F7A71;
    text-transform: uppercase;
}
.offices-map__list__time{
    margin-top: 0;
}
.offices-map__desc {
    position: absolute;
    width: 270px;
    top: 30px;
    bottom: 30px;
    left: 30px;
}
.offices-map__desc__panel {
    background: #fff;
    padding: 20px;
    max-height: 100%;
    overflow: auto;
    border-radius: 8px;
}
.offices-map__desc__back {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #6F7A71;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #DAE4DC;
    margin-bottom: 20px;
    width: 100%;
}
.offices-map__desc__back__icon {
    width: 12px;
    height: 12px;
    /* background: url(/local/templates/mirfar/components/custom/contacts/main/images/offices-map/arrow-right-black-mini.svg) no-repeat; */
    background-size: cover;
    margin-right: 2px;
}
.offices-map__desc__close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 1.3em;
}
.offices-map__desc__close__icon {
    display: block;
    width: 1em;
    height: 1em;
    background: url(/local/templates/mirfar/components/custom/contacts/main/images/offices-map/close.svg) no-repeat;
    background-size: cover;
}
.offices-map__desc__title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}
.offices-map__desc__item {
    font-size: 14px;
}
.offices-map__desc__value {
    color: #6F7A71;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
}
.offices-map__desc__value-phone,
.offices-map__desc__value-email{
    border-bottom: 1px solid #6F7A71;
}
.offices-map__desc__logo {
    margin-top: 15px;
    max-width: 70px;
}
.offices-map__count {
    display: none;
}
.offices-map__notice{
    color: #0f5132;
    background-color: #d1e7dd;
    position: relative;
    padding: 8px 10px;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .offices-map__list {
        display: none;
    }
    .offices-map__desc {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 100;
    }
    .offices-map__desc__panel {
        height: 100%;
    }
    .offices-map__count {
        display: block;
        margin: 20px 0;
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }
    .offices-map__desc__back {
        display: none;
    }
    .offices-map__desc__close {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .offices-map__map {
        height: 400px;
    }
}
.ymaps-2-1-79-copyright,
.ymaps-2-1-79-map-copyrights-promo{
    display: none!important;
}

/*стили для списка в контактах*/
.itemContancts p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "Golos Text", serif;
    color: #000000;
    margin-bottom: 10px;
}
.itemContancts div {
    font-family: "Golos Text", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6F7A71;
}
a.phonecontacts, a.emailcontacts {
    color: #6F7A71;
}
.overContacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.itemContancts {
    width: calc(100% / 3 - 45px);
    margin-bottom: 60px;
}
.contactsInfo{
    font-family: "Golos Text", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:#000000;
    margin-bottom:58px;
}
.contactsInfo .reds{
    color:#D90000;
    font-family: "Golos Text", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 20px;    
}
@media only screen and (max-width:1000px) and (min-width:200px) {
    .itemContancts {
        width: calc(100% - 25px);
        margin-bottom: 40px;
    }
    .contactsInfo{
        margin-bottom:37px;
    }
}
/*скрываем блок контакты в карте*/
.offices-map__list.offices-map__list,.offices-map__desc {
    display: none;
}
/* End */
/* /local/templates/mirfar/components/custom/contacts/main/style.css?17814482227067 */
