

/* Start:/bitrix/templates/e1/components/bitrix/news.list/map/style.css?17887410088121*/
.mo-map {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    margin-bottom: 100px;
}

.mo-not-found {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.mo-popup {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    row-gap: 8px;
    border-radius: 12px;
    padding: 8px 4px;
    height: 100%;
    width: 350px;
    overflow: hidden;
}

.mo-popup .mo-item__title:before {
    display: none;
}

/* wrapper */

.mo-wrapper {
    padding: 25px;
    width: 1350px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .mo-wrapper {
        width: 90%;
    }
}

@media (max-width: 799px) {
    .mo-wrapper {
        width: 95%;
    }
}

@media (max-width: 550px) {
    .mo-wrapper {
        width: 98%;
    }
}

/* filter */

.mo-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    font-weight: 400;
    flex-wrap: wrap;
}

.mo-filter__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.mo-filter__item_select {
    min-width: 300px;
    max-width: 500px;
}

@media (max-width: 550px) {
    .mo-filter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 30px;
        flex-wrap: nowrap;
    }

    .mo-filter__item {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .mo-filter__item_select {
        width: 100%;
    }
}

/* switch */

.mo-switch {
    border: 1px solid #94da9f;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.mo-switch__button {
    width: 120px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}

.mo-switch__button:hover {
    opacity: 0.8;
}

.mo-switch__button_active {
    color: #157760;
    background: #d8fbde;
}

/* select */

.select2-container--default .mo-select.select2-selection--single {
    border-radius: 0;
    border: 1px solid #94da9f;
    height: 38px;
}

.select2-container--default .mo-select.select2-selection--single * {
    font-size: 14px;
}

.select2-container--default .mo-select.select2-selection--single .select2-selection__rendered {
    height: 36px;
    padding: 0 50px 0 20px;
    line-height: 36px;
}

.select2-container--default .mo-select.select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 30px;
}

.select2-container--default.select2-container--open .mo-select.select2-selection--single b {
    border-bottom-color: #22a838;
}

.select2-container--default .mo-select.select2-selection--single b {
    border-top-color: #22a838;
}

.mo-select__dropdown.select2-dropdown {
    border: 1px solid #94da9f;
    border-radius: 0;
    margin-top: -1px;
    font-size: 14px;
}

.mo-select__dropdown.select2-dropdown * {
    font-size: 14px;
}

.mo-select__dropdown .select2-results__option.select2-results__option--selected {
    color: #157760;
    background: #d8fbde;
}

.mo-select__dropdown .select2-results__option.select2-results__option--selectable {
    margin: 0;
    padding: 10px 20px;
}

.mo-select__dropdown .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
    color: #157760;
    background: #f6fffc;
}

/* select multiple */

.select2-container--default .mo-select.select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #94da9f;
    min-height: 38px;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.select2-container--default .mo-select.select2-selection--multiple * {
    font-size: 14px;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered:empty:before {
    content: 'Все услуги';
    width: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
    height: 100%;
    line-height: 28px;
    left: 10px;
    top: 0;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-search.select2-search--inline {
    display: none;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    max-width: none;
    width: auto;
    height: 24px;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border: 1px solid #94da9f;
    border-radius: 0;
    background: #d8fbde;

    font-size: 14px;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice * {
    display: block;
    position: static;
    color: #157760;
    background: none;
    font-size: 14px;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice button {
    border: none;
    border-right: 1px solid #94da9f;
    outline: none;
}

.select2-container--default .mo-select.select2-selection--multiple .select2-selection__rendered .select2-selection__choice button:hover {
    background: none;
    opacity: 0.8;
    border: none;
    border-right: 1px solid #94da9f;
}

/* checkbox */
.mo-checkbox {
    position: relative;
}

.mo-checkbox__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mo-checkbox__label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}

.mo-checkbox__label:hover .mo-checkbox__icon {
    background: #d8fbde;
}

.mo-checkbox__icon {
    display: block;
    height: 38px;
    width: 38px;
    background-color: #fff;
    border: 1px solid #94da9f;
    position: relative;
}

.mo-checkbox__input:checked ~ .mo-checkbox__label .mo-checkbox__icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 18px;
    top: 10px;
    width: 11px;
    height: 18px;
    border: solid #22a838;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
    transform: rotate(45deg) translateX(-50%);
}

/* list */

.mo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 100px;
}

.mo-list__item {
    width: 30%;
}

@media (max-width: 950px) {
    .mo-list__item {
        width: 40%;
    }
}

@media (max-width: 640px) {
    .mo-list__item {
        width: 100%;
    }
}

.mo-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.mo-item__title {
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.mo-item__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22a838;
}

.mo-item__body {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mo-item__text, .mo-item__text * {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

/* End */
/* /bitrix/templates/e1/components/bitrix/news.list/map/style.css?17887410088121 */
