.site-main {
    width: auto;
    margin: 0;
}

.domestic-offices-page-source {
    color: #222;
}

.domestic-offices-page-source ol,
.domestic-offices-page-source ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.domestic-offices-page-source a {
    color: inherit;
    text-decoration: none;
}

.domestic-offices-page-source img {
    display: block;
    max-width: 100%;
}

.domestic-offices-page-source .inner.container {
    display: flex;
    justify-content: center;
}

.domestic-offices-page-source .content-wrap {
    width: min(1332px, 100%);
    max-width: 1332px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.domestic-offices-page-source .content-body {
    margin-top: 40px;
}

.domestic-office-locale-block[hidden] {
    display: none;
}

.domestic-offices-page-source .title0-content {
    color: #444;
    font-size: 18px;
    line-height: 1.55;
}

.domestic-offices-page-source .map-info-txt {
    display: inline;
    color: inherit;
    font-size: inherit;
}

.domestic-offices-page-source .ico-map {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/location/ico-map-point-on.svg") no-repeat center / contain;
    vertical-align: -3px;
}

.aboutkto-map {
    display: flex;
    gap: 26px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.aboutkto-map .left-element {
    flex: 0 0 604px;
    width: 604px;
    padding: 30px 0;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.aboutkto-map .left-element .map {
    position: relative;
    width: 479px;
    margin: 0 auto;
}

.aboutkto-map .left-element .map ul li {
    position: absolute;
}

.aboutkto-map .left-element .map ul li a {
    display: block;
}

.aboutkto-map .left-element .map ul li a .point {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url("../images/location/ico-map-point.svg") no-repeat 0 0 / contain;
    vertical-align: middle;
}

.aboutkto-map .left-element .map ul li a .name {
    position: absolute;
    top: -100000px;
    left: -100000px;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: 100000px;
}

.aboutkto-map .left-element .map ul li.active {
    z-index: 9;
}

.aboutkto-map .left-element .map ul li.active .point {
    background-image: url("../images/location/ico-map-point-on.svg");
}

.aboutkto-map .left-element .map ul li.active .name {
    position: relative;
    top: 2px;
    left: 0;
    display: inline;
    width: auto;
    height: auto;
    margin-left: 3px;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #4a63ad;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-indent: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(1) {
    top: 20%;
    left: 18%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(2) {
    top: 41%;
    left: 32.5%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(3) {
    top: 47%;
    left: 35%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(4) {
    top: 54%;
    left: 27%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(5) {
    top: 65.5%;
    left: 19.5%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(6) {
    top: 63%;
    left: 72%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(7) {
    top: 52%;
    left: 59%;
}

.aboutkto-map .left-element .map ul.domestic li:nth-child(8) {
    top: 88%;
    left: 22%;
}

.aboutkto-map .right-element {
    flex: 1 1 0;
    min-width: 360px;
}

.aboutkto-map .right-element > ul {
    border-top: 2px solid #4a5577;
}

.aboutkto-map .right-element > ul > li > a {
    display: block;
    padding: 20px 50px 19px 16px;
    border-bottom: 1px solid #ddd;
    background: url("../images/location/ico-map-arrow.svg") no-repeat 93% center;
    color: #444;
    font-weight: 600;
}

.aboutkto-map .right-element > ul > li .info {
    display: none;
    padding: 20px 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}

.aboutkto-map .right-element > ul > li.active > a {
    color: #d22a49;
}

.aboutkto-map .right-element > ul > li.active .info {
    display: block;
}

.aboutkto-map .right-element > ul > li .info p {
    margin: 0;
    color: #222;
    line-height: 1.4;
}

.aboutkto-map .right-element > ul > li .info p + p {
    margin-top: 8px;
}

@media (min-width: 1280px) {
    .domestic-offices-page-source .content-wrap {
        padding-top: 100px;
    }
}

@media (max-width: 1279px) {
    .domestic-offices-page-source .content-wrap {
        padding-top: 0;
    }

    .aboutkto-map {
        gap: 20px;
    }

    .aboutkto-map .left-element {
        flex: 1 1 58%;
        width: auto;
    }

    .aboutkto-map .left-element .map {
        width: min(479px, 82%);
    }

    .aboutkto-map .right-element {
        flex: 1 1 42%;
        min-width: 340px;
    }
}

@media (max-width: 1024px) {
    .domestic-offices-page-source .map-info-txt {
        display: none;
    }

    .aboutkto-map {
        display: block;
    }

    .aboutkto-map .left-element {
        display: none;
    }

    .aboutkto-map .right-element {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .domestic-offices-page-source .title0-content {
        font-size: 16px;
    }
}
