font.notetext {color: #010102 !important;}
.icon-telegram {
    width: 1em;
    height: 1em;
}
.header__logo .icon {
    max-width:90px;
}

.service-list__head.ajax-link {
    cursor: pointer;
}

.service-list__head {
    flex: 1 1 0;
}

.service-list__head.active {
    border-color: #f79300;
}

.service-list__head-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    flex-wrap: wrap;
}

.service-list__phone {
    margin-left: 10px;
    color: #000;
}

.service-list__phone:hover {
    color: #f79300;
}

.service-list__head {
    padding: 20px;
}

.service-list.service-list--ov {
    overflow: hidden;

    height: auto;
    padding-bottom: 0;
}

.service-list__scroll {
    height: calc(var(--vh, 1vh)*100 - 325px);
    margin-top: -1px;
}

.service-list__tab {
    display: flex;
}

.service-list__scroll ul li:last-child {
    padding-bottom: 300px;
}

.service-list__row-name {
    display: flex;
}

.service-list__item.service-list__item--mod {
    padding: 5px 20px;
    border-bottom: 1px solid #ecedf0;
    pointer-events: none;
}

.modal__tab-block-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7f8284;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

.modal__tab-block-close:hover {
    color: #f79300;
}

.modal.js-center-list-map_contacts_centers {
    padding-top: 0;

    padding-bottom: 0;
    height: auto;
}

.js-center-list-modal_map1.service-list {
    overflow: hidden;

    height: auto;
}

.service-list.js-center-list-modal_map1 .simplebar-vertical {
    height: 100%;
}

.js-center-list-modal_map1 .service-list__scroll {
    height: calc(var(--vh, 1vh)*100 - 500px);
}

.js-center-list-modal_map1 .service-list__scroll ul li:last-child {
    padding-bottom: 150px;
}

.js-center-list-modal_map1 .modal__tab-block-close {
    display: none;
}

.service-list:after{
    pointer-events: none;

    display: none;
}

.service-list__head-2 {
    display: flex;
    padding: 10px 20px;
    border-top: 2px solid #ecedf0;
    border-bottom: 2px solid #ecedf0;
    font-size: 14px;
    flex: 1 1 0;
}

.service-list__head-2-dealer {
    padding-left: 40px;
    width: 320px;
}

.modal__tab-block-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7f8284;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

.dealers {
    display: flex;
}

.dealers__item {
    flex: 1 1 0;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 17px;
}

.dealers__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

.service-list__head-left {
    margin-bottom: 10px;
}

@media (max-width: 1640px) {
    .service-list__head-2-dealer {
        padding-left: 30px;
        width: 230px;
    }
}

@media (max-width: 767px) {
    .service-list__head-left {
        font-size: 14px;
    }
    .service-list__head-2-address {
        display: none;
    }
}

@media (max-width: 550px) {
    .service-list__head {
        flex-wrap: wrap;
    }

    .service-list__text {
        text-align: left;
    }

    .service-list__address {
        margin-right: 5px;
    }

    .service-list__phone {
        margin: 0;
    }
}
