.metro_mark_title {
    position: absolute;
    border-radius: 5px;
    opacity: 0.8 !important;
    cursor: pointer;
    background-color: lightgray !important;
}

.share-top-btn {
    margin-bottom: 0;
}

#wrapper, #footer {
    max-width: 1600px;
}

.multilist.stations .mcontent {
    overflow: hidden;
}

.multilist.stations .mcontent a {
    float: left !important;
}

.multilist .mcontent .metro-st {
    border-bottom-style: dashed;
    cursor: pointer;
}

.multilist.stations .mcontent .metro-st {
    display: none;
    float: right !important;
    margin: 4px 0 0 !important;
    width: 99% !important;
}

.multilist.stations .mcontent.s .metro-st {
    display: inline-block;
}

.multilist.stations .mcontent .metro-ln {
    border: 0 none;
    float: left !important;
    font-size: 13px;
    margin: 3px 0 !important;
    padding-bottom: 0;
}

.multilist.stations .mcontent .metro-ln .metrocolor {
    height: 14px !important;
    line-height: inherit !important;
}

.multilist.stations1 .st-name {
    float: none;
}

.multilist.stations1.close a {
    display: none !important;
}

.multilist.stations1 a.metro-char {
    background-color: #777;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0 !important;
    text-align: center;
    width: 14px;
}

.boxborder.wcommons .sign {
    background-image: url("/_img/btn-up-4m.gif");
}

.toggle_stations1 .sign {
    background-position: 0 0;
}

.btn-expand .sign {
    background-position: 0 -16px;
}

.btn-collapse .sign {
    background-position: 0 -32px;
}

.toggle_scheme .sign {
    background-position: 0 -48px;
}

.toggle_help .sign {
    background-position: 0 -64px;
}

.btn-abort .sign {
    background-position: 0 -80px;
}

.multilist.close {
    display: none !important;
}

text, .stations circle, .icons use {
    cursor: pointer;
}

text {
    fill: #000;
    font-size: 17px;
    font-family: 'Golos Text';
}

.lines .uc {
    stroke-dasharray: 10, 15;
}

.lines .uc, .stations .uc, .p2p2 .uc {
    stroke-opacity: 0.25;
}

.p2p2 .uc {
    stroke: #7d7d7d;
}

g.uc text {
    cursor: default;
}

circle:focus, circle:hover {
    outline: medium none;
}

circle.marked {
    fill: #9f0000;
    stroke: #ffec00;
}

text.marked {
    fill: #ff7600;
}

circle.uc.marked {
    fill: #000;
    stroke: #ccc;
}

svg.matte .ln1 * {
    stroke: #f4caca;
}

svg.matte .ln2 * {
    stroke: #cbe1cf;
}

svg.matte .ln3 * {
    stroke: #cad1e6;
}

svg.matte .ln4 * {
    stroke: #caeaf6;
}

svg.matte .ln5 * {
    stroke: #e4c9c9;
}

svg.matte .ln6 * {
    stroke: #ffeddb;
}

svg.matte .ln7 * {
    stroke: #e8c9e3;
}

svg.matte .ln8 * {
    stroke: #fff4ae;
}

svg.matte .ln9 * {
    stroke: #d7d8de;
}

svg.matte .ln10 * {
    stroke: #e4f3cf;
}

svg.matte .ln11 * {
    stroke: #bae5e2;
}

svg.matte .ln12 * {
    stroke: #ddeff4;
}

svg.matte .ln14 * {
    stroke: #fdcbdc;
}

svg.matte .lines * {
    opacity: 0.95;
}

svg.matte .lines .apart {
    opacity: 1;
}

.ln1, svg.matte .ln1 .apart {
    stroke: #cd0506;
}

.ln2, svg.matte .ln2 .apart {
    stroke: #0a6f20;
}

.ln3, svg.matte .ln3 .apart {
    stroke: #072889;
}

.ln4, svg.matte .ln4 .apart {
    stroke: #069cd3;
}

.ln5, svg.matte .ln5 .apart {
    stroke: #7f0000;
}

.ln6, svg.matte .ln6 .apart {
    stroke: #ff7f00;
}

.ln7, svg.matte .ln7 .apart {
    stroke: #92007b;
}

.ln8, svg.matte .ln8 .apart {
    stroke: #ffdd03;
}

.ln9, svg.matte .ln9 .apart {
    stroke: #a2a5b4;
}

.ln10, svg.matte .ln10 .apart {
    stroke: #8cce3a;
}

.ln11, svg.matte .ln11 .apart {
    stroke: #29b1a6;
}

.ln12, svg.matte .ln12 .apart {
    stroke: #b2dae7;
}

.ln14, svg.matte .ln14 .apart {
    stroke: #f76093;
}

.ln15, svg.matte .ln15 .apart {
    stroke: #ffde01;
}

svg.matte text, svg.matte g.icons {
    opacity: 0.2;
}

svg.matte .p2p2 * {
    stroke-opacity: 0.15;
}

svg.matte .p2p2 .apart {
    stroke-opacity: 1;
}

svg.matte .p2p2 .uc {
    stroke-opacity: 0.15;
}

svg.matte text.apart {
    opacity: 1;
}

#mSvgWrapper {
    overflow: visible;
    position: relative;
}

#mPopap {
    background-color: white;
    border: 3px solid #38363a;
    border-radius: 10px;
    box-sizing: border-box;
    color: black;
    font-size: 100%;
    max-width: 300px;
    min-width: 230px;
    opacity: 0.95;
    padding: 3px 5px 10px 8px;
    position: absolute;
    text-overflow: ellipsis;
    z-index: 1111;
}

#mPopap .wrapper {
    height: auto;
    margin-bottom: 60px;
    min-height: 100%;
}

#mPopap .wrapper.simple {
    margin-bottom: 0;
}

#mPopap .triangle {
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

#mPopap .triangle.bef {
    border-color: #38363a transparent;
    border-width: 11px 11px 0;
    bottom: -12px;
}

#mPopap .triangle.aft {
    border-color: white transparent;
    border-width: 9px 9px 0;
    bottom: -8px;
}

#mPopap .cross {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%2338363A%22%20d%3D%22M32.1833%204.25796c1.30987%2C1.02876%202.48981%2C2.21934%203.50794%2C3.53983l-12.1715%2012.2022%2012.1691%2012.1998c-1.01813%2C1.3205%20-2.19807%2C2.50989%20-3.50912%2C3.53983l-12.1798%20-12.2105%20-12.3156%2012.3463c-1.32286%2C-1.01459%20-2.5158%2C-2.19217%20-3.54928%2C-3.50086l12.3439%20-12.3747%20-12.3475%20-12.377c1.0323%2C-1.30869%202.22642%2C-2.48509%203.54928%2C-3.49968l12.3191%2012.3487%2012.1833%20-12.214z%22/%3E%3C/svg%3E") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 16px;
}

#mPopap button:hover {
    background-color: #999;
}

#mPopap .info {
    clear: both;
    font-size: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    white-space: normal;
    width: 95%;
}

#mPopap .info p {
    margin: 2px 0;
}

#mPopap .ext-mar-lnk {
}

#mPopap .info .name {
    display: block;
    font-weight: bold;
}

#mPopap .info .name2 {
    display: block;
    font-size: 90%;
    font-weight: normal;
}

#mPopap .info .metrocolor {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}

#mPopap .info .prefix {
    color: #666;
}

#mPopap .info .link {
    display: inline-block;
}

#mPopap .info .warning {
    color: #f00;
    display: none;
}

#mPopap .button-wrapper {
    height: 50px;
    margin: -50px auto 0;
    overflow: hidden;
    position: relative;
    width: 95%;
}

#mPopap .button-wrapper .prefix {
    font-size: 13px;
    height: 20px;
    line-height: 13px;
}

#mPopap button, .m-result button {
    background-color: #000;
    border: 0 none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 133%;
    font-weight: normal;
    padding: 2px 5px;
    width: 45%;
}

#mPopap button.used {
    opacity: 0.5;
}

.loader {
    background-color: #d0d0d0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.loader div {
    background: #000 url("/_img/load2.gif") repeat-x scroll center center;
    border-radius: 5px;
    height: 40px;
    margin: 50% auto 0;
    width: 50%;
}

.m-result {
    display: none;
    width: 90%;
}

.m-result button {
    background-color: #907677;
    font-size: 14px;
}

.m-result .m-scrollcontent {
    padding: 50px;
}

.m-result .htag {
    margin: 16px 0 8px;
}

.m-result .main {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 8px;
}

.m-result .text {
    margin: 0 0 16px;
}

.m-result .text .st {
    font-style: italic;
}

.m-result .list {
    margin-bottom: 16px;
}

.m-result .list img {
    margin-left: 4px;
}

.m-result .list p {
    margin-bottom: 2px;
}

.m-result .st-color {
    display: inline-block;
    height: 12px;
    width: 8px;
}

.m-result .st-color.short1 {
    width: 6px;
}

.m-result .st-color.short2 {
    width: 4px;
}

.m-result .st-color.short {
    width: 2px;
}

.m-result .btns {
    margin: 0;
    overflow: hidden;
    width: 90%;
}

.m-result .btns .right {
    background-color: #c44551;
}

.m-result .text.extend {
    margin: 8px 0;
}

.help ul {
}

.help li {
    list-style: outside none disc;
    margin-left: 20px;
}

.map__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0006;
    z-index: 9000;
}

.map__popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    z-index: 100000;

}


.map__body svg .st0{fill:none;stroke:#BDC6E6;stroke-width:1;stroke-miterlimit:5;}
.map__body svg .st1{fill:none;stroke:#D786B2;stroke-width:1;stroke-miterlimit:5;}
.map__body svg .st2{fill:#6CBBED;}
.map__body svg .st3{fill:#72AD57;}
.map__body svg .st4{fill:#F9DC0A;}
.map__body svg .st5{fill:#E3A51A;}
.map__body svg .st6{fill:#D67C1C;}
.map__body svg .st7{fill:#81408C;}
.map__body svg .st8{fill:#ABAAAA;}
.map__body svg .st9{fill:#C2CF41;}
.map__body svg .st10{fill:#825238;}
.map__body svg .st11{fill:#9ECBCE;}
.map__body svg .st12{fill:#CD5B1C;}
.map__body svg .st13{fill:#C30D25;}
.map__body svg  .st14{fill:#CA447F;}
.map__body svg .st15{fill:#71B186;}
.map__body svg .st16{fill:#3771B6;}
.map__body svg .st17{fill:#FFFFFF;}
.map__body svg .st18{fill:#835338;}
.map__body svg .st19{fill:#C2CF42;}
.map__body svg .st20{fill:#D786B2;}
.map__body svg .st21{fill:#BDC6E6;}
.map__body svg .st22{font-family: 'Manrope', sans-serif;;}
.map__body svg .st23{font-size:8px;}
.map__body svg .ln1{stroke:#cd0506;}
.map__body svg .ln2{stroke:#72ad58;}
.map__body svg .ln3{stroke:#3771b6;}
.map__body svg .ln4{stroke:#6cbbed;}
.map__body svg .ln5{stroke:#825238;}
.map__body svg .ln6{stroke:#d67c1c;}
.map__body svg .ln7{stroke:#81408c;}
.map__body svg .ln8{stroke:#ffdd03;}
.map__body svg .ln9{stroke:#a2a5b4;}
.map__body svg .ln10{stroke:#c2cf41;}
.map__body svg .ln11{stroke:#9ecbce;}
.map__body svg .ln12{stroke:#bdc6e6;}
.map__body svg .ln13{stroke:#d786b2;}
.map__body svg .ln14{stroke:#cb2c41;}
.map__body svg .ln15{stroke:#9ecbce;}
.map__body svg .ln16{stroke:#9ecbce;}

.map__body {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2%;
    bottom: 2%;
    overflow: auto;
    background: #fff;
    z-index: 100000;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.map__header {
    position: absolute;
    z-index: 999999;
    background: #ffff;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.map__buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.map__close {
    position: absolute;
    right: 100px;
    z-index: 99999999;
    top: 40px;
    color: #fff;
}

.stations circle {
    stroke-width: 6px;
    fill:#fff;
}

.map__actions {
        display: flex;
    align-items: center;
    gap: 15px;
}

#mosmetro {
    /*min-width: 1000px;*/
}