

/* Start:/local/templates/tmp2022/css/z-map.css?16970945051982*/
.z-map {
    display: flex;
    padding: 20px 0 115px;
}
.z-map__pic {
    min-width: 41%;
    margin-left: -25px;
}

.z-map__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 0 35px;
}
.z-map__item {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 25px;
    padding-top: 10px;
}
.z-map__item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.z-map__item.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.z-map__item-img img {
    min-width: 105px;
    margin-right: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.z-map__item-text {
    width: 100%;
    padding-top: 10px;
}
.z-map__item-text > a {
    font-size: 18px;
    line-height: 27px;
    color: #333;
}
.z-map__item-text > a:hover {
    color: #F17E02;
}
.z-map__item-list {
    margin-top: 10px;
}
.z-map__item-list li {
    position: relative;
    padding-left: 15px;
}
.z-map__item-list li:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #6C6C6C;
    content: "";
}
.z-map__item-list li:hover::after {
    background: #249291;
}
.z-map__item-list li:before {
    display: none;
}
.z-map__item-list a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-transform: lowercase;
}
.st0 {
    cursor: pointer;
    opacity:0.1;
    fill:#1D1D1B;
}
.st0:hover,
.st0.active {
    opacity:0.7;
    fill:#F17E02;
}

@media(max-width: 1024px) {
    .z-map__pic {
        display: none;
    }
    .z-map__list {
        padding: 0;
    }
}
@media(max-width: 768px) {
    .z-map {
        padding-bottom: 50px;
    }
    .z-map__item {
        width: 100%;
    }
    .z-map__item-text {
        padding-top: 0;
    }
    .z-map__item-img {
        padding-right: 15px;
    }
    .z-map__item-img img {
        min-width: 55px;
    }
}
/* End */
/* /local/templates/tmp2022/css/z-map.css?16970945051982 */
