.network .heading--primary.imgBg {
    background-image: url(../img/mv_network.webp);
}
.information {
    padding-bottom: 52rem;
}
.info__list {
    margin-bottom: 33rem;
}

.title {
    font-weight: 600;
}

.heading--secondary.devision {
    color: var(--color-green);
    border-color: var(--color-green);
    margin-top: 40rem;
    margin-bottom: 20rem;
    padding-bottom: 7rem;
}
.dev__list:not(:first-child) .heading--secondary.devision {
    margin-bottom: 10rem;
}
.heading--secondary.devision .info {
    font-size: 14rem;
    font-weight: normal;
    display: block;
}

.heading--secondary.area {
    font-size: 18rem;
    margin-bottom: 0;
}
.dev__list {
    margin-bottom: 63rem;
}
.area__list:not(:first-child) {
    margin-top: 30rem;
}

.dist__lists {
    letter-spacing: .1em;
    line-height: 2;
}
.dist__lists + .text {
    margin: 25rem 0 11rem;
}
.dist__list {
    display: flex;
    border-bottom: 1px solid var(--color-gray-lighter);
    padding: 12rem 0;
}

.dist__list.dot {
        border-bottom: 1px dotted var(--color-gray-lighter);
}

.dist__list .title {
    width: 205rem;
}

.dist__list .title .pl,
.dist__list .title.pl {
    padding-left: 16rem;
}

.dist__list .text {
    width: 641rem;
}

.dist__list .text.noTitle {
    padding-left: 205rem;
    width: 846rem;
}

.dist__list .tel {
    width: 178rem;
    text-align: center;
    letter-spacing: .09em;
}

.btn--prev {
    margin: 117rem auto 0;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    
.information {
    padding: 9rem 0 34rem;
}
.info__list:last-child {
    margin-bottom: 20rem;
}
.heading--secondary.devision {
    margin: 20rem 0 14rem;
}
.heading--secondary.devision .info {
    line-height: 1.428;
    margin: 3rem 0 4rem;
}
.heading--secondary.area {
    line-height: 1.777;
    padding-bottom: 12rem;
}
.dev__list {
    margin-bottom: 48rem;
}
.area__list:not(:first-child) {
    margin-top: 33rem;
}
    .dist__list {
        flex-direction: column;
        gap: 3rem;
    }
.dist__lists+.text {
    margin: 31rem 0 13rem;
}
    .dist__list .title,
    .dist__list .text,
    .dist__list .text.noTitle,
    .dist__list .tel {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .btn--prev {
        margin: 119rem auto 0;
    }
}