.ba-filter-result-row-item {
    margin-top: 40px;
}

#scheme_metro {
    font-family: Roboto;
    color: #a7a7a7;
}

.ba-filter-address::placeholder {
    overflow: visible;
    font-size: 1em;
}

.moscow_metro_map__station text {
    color: #333333;
    text-decoration: underline;
    user-select: none;
}

.moscow_metro_map__station {
    user-select: none
}

.moscow_metro_map__station:hover text {
    text-decoration: none;
}

#spec_m {
    padding: 0;
    display: none;
    height: 97%;
    width: 97%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    top: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid lightgray;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    z-index: 1080;
}

/* #spec_m{opacity:0;transition:opacity 0.8s;}*/
#spec_m.ready {
    opacity: 1;
}

.moscow_metro_map {
    cursor: -webkit-grab;
    cursor: grab;
    transition: opacity 0.5s;
    font-size: 0.7em;
}

.moscow_metro_map.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.moscow_metro_map__station {
    position: relative;
    display: block;
    cursor: pointer;
}

.moscow_metro_map__substrate {
    fill: rgba(255, 255, 255, 0.6);
}

.moscow_metro_map__area {
    fill: rgba(255, 255, 255, 0);
}

.moscow_metro_map__station text {
    color: #333333;
}

.selected .moscow_metro_map__substrate {
    fill: rgba(255, 205, 30, 0.5)
}

.moscow_metro_map__check {
    opacity: 0;
    transition: 0.2s;
}

.moscow_metro_map__check.selected {
    opacity: 1;
}

.choose_metro_fin {
    z-index: 1090;
    font-family: "Montserrat - Extra Bold";
    display: none;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 10%;
    cursor: pointer;
    top: 40px;
    padding: 9px;
    padding-bottom: 9px;
    background-color: rgba(240, 240, 240, 0.95);
    border-radius: 5px;
}

.choose_metro_fin span:hover {
    border-bottom: 1px solid black;
}

.choose_metro_fin_close {
    z-index: 1090;
    font-family: "Montserrat - Extra Bold";
    display: none;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.85);
    position: fixed;
    right: 10%;
    cursor: pointer;
    top: 40px;
    padding: 9px;
    padding-bottom: 9px;
    background-color: rgba(240, 240, 240, 0.95);
    border-radius: 5px;

}

.choose_metro_fin_close span:hover {
    border-bottom: 1px solid black;
}

.metro_chosen_list p {
    margin: 0;
    font-family: Roboto;
    font-size: 12px;
    height: 14px;
    color: rgba(0, 0, 0, 0.8);
}

#scheme_metro_NEW {
    font-family: Roboto;
    color: #a7a7a7;
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 0;
    height: 16px;
    margin-left: 4px;
    font-size: 14px;
    margin-top: 3px;

}

.metro_chosen_list p span {
    padding-left: 4px;
    margin-top: 2px;
}

.metro_chosen_list p {
    display: flex;
    margin-top: 4px;
}

.metro_chosen_list p span img {
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.choose_metro_zoomin {
    z-index: 1090;
    font-family: "Montserrat - Extra Bold";
    display: none;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 10%;
    cursor: pointer;
    bottom: 200px;
    padding: 9px;
    padding-bottom: 9px;
    background-color: rgba(240, 240, 240, 0.95);
    border-radius: 5px;
    width: 45px;
    height: 45px;
    opacity: 0.85;
    transition: 0.15s all;
}

.choose_metro_zoomout {
    z-index: 1090;
    font-family: "Montserrat - Extra Bold";
    display: none;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 10%;
    cursor: pointer;
    bottom: 114px;
    padding: 9px;
    padding-bottom: 9px;
    background-color: rgba(240, 240, 240, 0.95);
    border-radius: 5px;
    width: 45px;
    height: 45px;
    opacity: 0.85;
    transition: 0.15s all;
}

.choose_metro_zoomout:hover {
    opacity: 1;
}

.choose_metro_zoomin:hover {
    opacity: 1;
}

.choose_metro_zoomin img {
    width: 45px;
    height: 45px;
}

.choose_metro_zoomout img {
    width: 45px;
    height: 45px;
}

.metro_chosen_list {
    font-family: Roboto;
    font-size: 13px;
}

.modal {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 590px;
    margin: 0px auto;
    position: relative;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    z-index: 500001;
}

.modal h2 {
}

.text-center {
    text-align: center;
}

.modal .bottom {
    padding: 10px 0;
}

.modal .bottom .btn {
    margin: 0 30px;
}

.popup-modal {
    outline: none;
}

figure {
    margin: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    position: fixed;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid #3F3F3F;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /*** Remove all paddings around the image on small screen*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* Basic Example */

.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/*** Simple fade transition,	*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Styles for dialog window */
/*** Fade-zoom animation for first dialog */
/* start state */
.my-mfp-zoom-in .modal {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 999999;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .modal {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.2;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** Fade-move animation for second dialog */
/* at start */
.my-mfp-slide-bottom .modal {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .modal {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.2;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.popSubwayBlock *, .popSubwayBlock *:before, .popSubwayBlock *:after {
    box-sizing: border-box;
}

.subway .fancybox-skin {
    background: #fff;
}

.popSubwayBlock {
    background: #fff;
}

.popSubwayBlock .left {
    float: left;
}

.popSubwayBlock .right {
    float: right;
}

.subwayPopUpMap_metro_block {
    font-family: Arial, Helvetica, sans-serif
}

.popSubwayBlock .clearfix:after {
    visibility: hidden;
    display: table;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.subwayPopUpMap_metro_header {
    font-family: Arial, Helvetica, sans-serif
}

.text-center {
    text-align: center;
}

.subwayPopUpMap_metro_block a {
    color: #000;
    text-decoration: underline;
}

.subwayPopUpMap_metro_block img {
    vertical-align: middle
}

.subwayPopUpMap_metro_block a:hover, .metro_block a:focus {
    color: #000;
    text-decoration: none;
}

.subwayPopUpMap_metro_images {
    position: relative;
    width: 877px;
}

.subwayPopUpMap_metro_stores {
    display: block;
    height: 100%;
    /*
    position: absolute;*/

}

.subwayPopUpMap_checkbox {
    position: absolute;

}

.subwayPopUpMap_checkbox span {
    display: none
}

.subwayPopUpMap_checkbox i {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #007a7f;
    border-radius: 50%;
    height: 14px;
    margin: -1px;
    transition: none 0s ease 0s;
    width: 14px;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.subwayPopUpMap_checkbox i.checked {
    background: #007a7f;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 -2px;
    border-color: #007a7f
}

.subwayPopUpMap_checkbox i:hover {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 -2px
}

.subwayPopUpMap_checkbox input {
    position: absolute;
    display: none
}

.red i {
    border: 4px solid #f6928d;
}

.red i.checked {
    background: #f6928d
}

.green i {
    border: 4px solid #a4dcae;
}

.green i.checked {
    background: #a4dcae
}

.l-blue i {
    border: 4px solid #8ce0f9;
}

.l-blue i.checked {
    background: #8ce0f9
}

.blue i {
    border: 4px solid #7ab9de;
}

.blue i.checked {
    background: #7ab9de
}

.braun i {
    border: 4px solid #c3a69a;
}

.braun i.checked {
    background: #c3a69a
}

.orange i {
    border: 4px solid #fac098;
}

.orange i.checked {
    background: #fac098
}

.purple i {
    border: 4px solid #c6a2cd;
}

.purple i.checked {
    background: #c6a2cd
}

.yellow i {
    border: 4px solid #ffe496;
}

.yellow i.checked {
    background: #ffe496
}

.grey i {
    border: 4px solid #d0d0d1;
}

.grey i.checked {
    background: #d0d0d1
}

.lime i {
    border: 4px solid #d9e9a2;
}

.lime i.checked {
    background: #d9e9a2
}

.lazure i {
    border: 4px solid #bbe5e6;
}

.lazure i.checked {
    background: #bbe5e6
}

.l-purple i {
    border: 4px solid #d5dff1;
}

.l-purple i.checked {
    background: #d5dff1
}

.l-blue2 i {
    border: 4px solid #b9e7e7;
}

.l-blue2 i.checked {
    background: #b9e7e7
}

.subwayPopUpMap_filter {
    position: absolute;
    z-index: 3
}

.subwayPopUpMap_filter a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px
}

.subwayPopUpMap_filter a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 4px solid #7ab9de;
    border-radius: 50%;
    margin: 20px 0 0 -8px
}

.subwayPopUpMap_filter .checked:after {
    background: #007a7f;
    border-color: #007a7f !important;
}

#sokolnicheskaya_right {
    position: absolute;
    top: 70px;
    left: 664px;
    z-index: 2;
    color: #f6928d;

}

#sokolnicheskaya_right:after {
    border-color: #f6928d
}

#sokolnicheskaya_left {
    position: absolute;
    top: 754px;
    left: 209px;
    z-index: 2;
    color: #f6928d;

}

#sokolnicheskaya_left:after {
    border-color: #f6928d
}

#zamoskvoreckaya_left {
    position: absolute;
    top: 71px;
    left: 237px;
    z-index: 2;
    color: #a4dcae;

}

#zamoskvoreckaya_left:after {
    border-color: #a4dcae
}

#zamoskvoreckaya_right {
    position: absolute;
    top: 916px;
    left: 730px;
    z-index: 2;
    color: #a4dcae;

}

#zamoskvoreckaya_right:after {
    border-color: #a4dcae
}

#arbatsko-pokrovskaya_right {
    position: absolute;
    top: 97px;
    left: 769px;
    z-index: 2;
    color: #7ab9de;

}

#arbatsko-pokrovskaya_right:after {
    border-color: #7ab9de
}

#arbatsko-pokrovskaya_left {
    position: absolute;
    top: 98px;
    left: 26px;
    z-index: 2;
    color: #7ab9de;

}

#arbatsko-pokrovskaya_left:after {
    border-color: #7ab9de
}

#filevskaya_left {
    position: absolute;
    top: 292px;
    left: 10px;
    z-index: 2;
    color: #8ce0f9;

}

#filevskaya_left:after {
    border-color: #8ce0f9
}

#kalujsko-rijskaya_top {
    position: absolute;
    top: -28px;
    left: 559px;
    z-index: 2;
    color: #fac098;

}

#kalujsko-rijskaya_top:after {
    border-color: #fac098
}

#kalujsko-rijskaya_bottom {
    position: absolute;
    top: 877px;
    left: 309px;
    z-index: 2;
    color: #fac098;

}

#kalujsko-rijskaya_bottom:after {
    border-color: #fac098
}

#tagansko-krasnopresnenskaya_left {
    position: absolute;
    top: 69px;
    left: 132px;
    z-index: 2;
    color: #c6a2cd;

}

#tagansko-krasnopresnenskaya_left:after {
    border-color: #c6a2cd
}

#tagansko-krasnopresnenskaya_right {
    position: absolute;
    top: 813px;
    left: 770px;
    z-index: 2;
    color: #c6a2cd;

}

#tagansko-krasnopresnenskaya_right:after {
    border-color: #c6a2cd
}

#kalininskaya_left {
    position: absolute;
    top: 368px;
    left: 140px;
    z-index: 2;
    color: #ffe496;

}

#kalininskaya_left:after {
    border-color: #ffe496
}

#kalininskaya_right {
    position: absolute;
    top: 341px;
    left: 754px;
    z-index: 2;
    color: #ffe496;

}

#kalininskaya_right:after {
    border-color: #ffe496
}

#serpuxovsko-timiryazevskaya_top {
    position: absolute;
    top: -28px;
    left: 342px;
    z-index: 2;
    color: #d0d0d1;

}

#serpuxovsko-timiryazevskaya_top:after {
    border-color: #d0d0d1
}

#serpuxovsko-timiryazevskaya_bottom {
    position: absolute;
    top: 948px;
    left: 441px;
    z-index: 2;
    color: #d0d0d1;

}

#serpuxovsko-timiryazevskaya_bottom:after {
    border-color: #d0d0d1
}

#lyublinskaya_top {
    position: absolute;
    top: 138px;
    left: 447px;
    z-index: 2;
    color: #d9e9a2;

}

#lyublinskaya_top:after {
    border-color: #d9e9a2
}

#lyublinskaya_bottom {
    position: absolute;
    top: 916px;
    left: 664px;
    z-index: 2;
    color: #d9e9a2;

}

#lyublinskaya_bottom:after {
    border-color: #d9e9a2
}

#kaxovskaya_top {
    position: absolute;
    top: 96px;
    left: 484px;
    z-index: 2;
    color: #bbe5e6;

}

#kaxovskaya_top:after {
    border-color: #bbe5e6
}

#kaxovskaya_bottom {
    position: absolute;
    top: 799px;
    left: 423px;
    z-index: 2;
    color: #bbe5e6;

}

#kaxovskaya_bottom:after {
    border-color: #bbe5e6
}

#butovskaya_bottom {
    position: absolute;
    top: 936px;
    left: 208px;
    z-index: 2;
    color: #d5dff1;

}

#butovskaya_bottom:after {
    border-color: #d5dff1
}

.subwayPopUpMap_filter_top {
    padding: 40px 0 60px;
    width: 1200px;
}

.subwayPopUpMap_filter_top a {
    display: inline-block;
    width: 282px;
    vertical-align: middle;
    margin: 0 7px;
    text-decoration: none;
    font: 14px/14px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.subwayPopUpMap_filter_top i {
    color: #009096;
    font-size: 12px;
    font-weight: normal
}

.unlink {
    color: #007a7f !important
}

.subwayPopUpMap_filter_top span {
    vertical-align: middle;
    display: inline-block
}

.subwayPopUpMap_filter_top #vnutrikolcevie i {
    display: inline-block;
    background: url(../subway/filter1.png);
    width: 68px;
    height: 68px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.subwayPopUpMap_filter_top #kolcevaya i {
    display: inline-block;
    background: url(../subway/filter2.png);
    width: 68px;
    height: 68px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.subwayPopUpMap_filter_top #reset_all i {
    display: inline-block;
    background: url(../subway/filter4.png);
    width: 68px;
    height: 68px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.subwayPopUpMap_filter_top a:hover i, .subwayPopUpMap_filter_top a.checked i {
    background-position: bottom !important
}

#reset_all.checked {
    color: #000
}

#reset_all.checked i {
    background-position: top !important
}

#reset_all.checked:hover i {
    background-position: bottom !important
}

.subwayPopUpMap_filter_top a.checked {
    color: #007a7f
}

.subwayPopUpMap_filter_top img {
    display: inline-block;
    margin: 0 5px 0 0;

}

.subwayPopUpMap_filter_right {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 392px;
}

.subwayPopUpMap_filter_map {
    height: 449px;
    width: 392px;
    background: url(../subway/map.png);
}

.subwayPopUpMap_filter_names {
    padding-left: 20px;
}

.subwayPopUpMap_filter_names a {
    display: block;
    text-decoration: none;
    padding: 0 0 3px 30px;
    margin: 5px 0
}

.subwayPopUpMap_filter_map a {
    color: #000;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 11px;

}

.subwayPopUpMap_filter_names a.checked {
    font-weight: bold;
    background: url(../subway/arrow.png) no-repeat;
    color: #007a7f
}

.subwayPopUpMap_filter_map a i {
    font-style: normal;
    position: absolute;
    z-index: 3
}

.subwayPopUpMap_filter_map #vnutrikolcevie {
    position: absolute;
    margin: 183px 0 0 217px;
    z-index: 4
}

.subwayPopUpMap_filter_map #vnutrikolcevie.checked:before {
    position: absolute;
    background: url(../subway/center.png);
    width: 42px;
    height: 53px;
    content: "";
    margin: -18px 0 0 -7px;
    z-index: 1
}

.subwayPopUpMap_filter_map #sad_zapad {
    position: absolute;
    margin: 178px 0 0 183px;
    z-index: 4;
    width: 46px
}

.subwayPopUpMap_filter_map #sad_zapad.checked:before {
    position: absolute;
    background: url(../subway/sad1.png);
    width: 46px;
    height: 91px;
    content: "";
    margin: -22px 0 0 -8px;
    z-index: 1
}

.subwayPopUpMap_filter_map #sad_sever {
    position: absolute;
    margin: 141px 0 0 155px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #sad_sever.checked:before {
    position: absolute;
    background: url(../subway/sad2.png);
    width: 81px;
    height: 46px;
    content: "";
    margin: -10px 0 0 -18px;
    z-index: 1
}

.subwayPopUpMap_filter_map #sad_vostok {
    position: absolute;
    margin: 175px 0 0 224px;
    z-index: 4;
    width: 46px;
    text-align: center
}

.subwayPopUpMap_filter_map #sad_vostok.checked:before {
    position: absolute;
    background: url(../subway/sad3.png);
    width: 50px;
    height: 91px;
    content: "";
    margin: -32px 0 0 -8px;
    z-index: 1
}

.subwayPopUpMap_filter_map #sad_yug {
    position: absolute;
    margin: 220px 0 0 162px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #sad_yug.checked:before {
    position: absolute;
    background: url(../subway/sad4.png);
    width: 69px;
    height: 43px;
    content: "";
    margin: -12px 0 0 -7px;
    z-index: 1
}

.subwayPopUpMap_filter_map #mkad_zapad {
    position: absolute;
    margin: 194px 0 0 74px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #mkad_zapad.checked:before {
    position: absolute;
    background: url(../subway/mkad1.png);
    width: 113px;
    height: 168px;
    content: "";
    margin: -62px 0 0 -30px;
    z-index: 1
}

.subwayPopUpMap_filter_map #mkad_sever {
    position: absolute;
    margin: 97px 0 0 140px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #mkad_sever.checked:before {
    position: absolute;
    background: url(../subway/mkad2.png);
    width: 209px;
    height: 156px;
    content: "";
    margin: -97px 0 0 -89px;
    z-index: 1
}

.subwayPopUpMap_filter_map #mkad_vostok {
    position: absolute;
    margin: 194px 0 0 237px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #mkad_vostok.checked:before {
    position: absolute;
    background: url(../subway/mkad3.png);
    width: 126px;
    height: 201px;
    content: "";
    margin: -93px 0 0 -21px;
    z-index: 1
}

.subwayPopUpMap_filter_map #mkad_yug {
    position: absolute;
    margin: 278px 0 0 161px;
    z-index: 4;
    width: 100px;
    text-align: center
}

.subwayPopUpMap_filter_map #mkad_yug.checked:before {
    position: absolute;
    background: url(../subway/mkad4.png);
    width: 155px;
    height: 172px;
    content: "";
    margin: -47px 0 0 -46px;
    z-index: 1
}

.subwayPopUpMap_filter_map #new_moscow {
    position: absolute;
    margin: 326px 0 0 94px;
    z-index: 4;
    width: 46px;
    text-align: center
}

.subwayPopUpMap_filter_map #new_moscow.checked:before {
    position: absolute;
    background: url(../subway/new_moscow.png);
    width: 233px;
    height: 184px;
    content: "";
    margin: -60px 0 0 -117px;
    z-index: 1
}

/*header*/
.subwayPopUpMap_logo {
    float: left;
    padding: 10px 0 0 20px;
}

.subwayPopUpMap_mission {
    font-size: 18px;
    padding: 22px 20px 0;
    overflow: hidden
}

.mfp-content {
    margin-top: 4px;
}

.mfp-hide {
    margin-top: 20px;
    max-height: 91% !important;
    top: 21px;
}

.btn[type="submit" i] {
    background: lightgray !important;
    padding: 1px;
    border: none !important;
    height: 30px !important;
    width: 177px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

