/* */

/* ymap 2.0
.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
*/

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

/* */

.map-addresses {
    min-height: 110px;
}
.map-addresses__head-button a{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border: #fff 1px solid;
    border-radius: 50px;
    line-height: normal;
    min-width: 140px;
    padding: 6px 15px 7px;
    text-align: center;
}
.map-addresses__head-button a:first-child{
    margin: 0 8px 0 0;
}
/* .map-addresses__head-button a:last-child{
    display: none;
} */
.map-addresses__head-button a.visible{
    display: inline-block;
}
.map-addresses__head-button .active{
    background: #fff;
    color: #4a4a4a;
}
.map-addresses__select-city{
    margin: 0 0 22px;
}
.in-mail{
    font-size: 14px;
    margin: 20px 0 0;
}
li.other-city{
    padding: 0 10px;
}
li.other-city a{
    color: #fff;
    font-size: 14px;
}
.other-city-shop{
    padding: 0 20px;
}
.fuck {
    font-size: 14px !important;
    line-height: 17px !important;
    margin: 16px 0 !important;
    font-weight: normal !important;
}
.other-city-shop p a {
    color: #fff;
}
.other-city-shop div > a{
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: rgba(255, 255, 255, .5) 1px solid;
    padding: 6px 10px;
    height: 33px;
    margin: 0 10px 10px 0;
}
.other-city-shop img{
    height: 100%;
    width: auto;
}
.other-city-shop span{
    display: block;
    opacity: .5;
    line-height: normal;
}
.other-city-shop__wrap.flex{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.other-city-shop__title{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 16px;
}
.other-city-shop p, .other-city p{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 23px;
}
.map-wrap__title {
    /*background: #0F1114; */
    color: #0F1114;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    padding: 0px;/*40px 0*/
    text-transform: uppercase;
	position: relative;
}
.map-wrap__title .wrap {
	position: absolute;
	top: 39px;
	left: 22px;
	z-index: 1;
}
.service-page .map-wrap__title {
    background: none;
    color: #333333;
}
.map-wrap__title span {
    cursor: pointer;
    color: #E61117;
}
.wrap.for-map-addresses{
    position: static;
}
.marker-label {
    position: relative;
    top: -45px;
    font: 700 18px/25px 'Montserrat' !important;
    color: #fff !important;
}
.map-addresses__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 14px;
}
.loader-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1;
}
.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 3px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.map-addresses__menu {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 3px solid rgba(255, 255, 255, .3);
}
.map-addresses__menu a {
    flex: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 0 10px;
}
.map-addresses__menu .active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #E61117;
    bottom: -3px;
    left: 0;
}
.map-addresses__menu {
    display: none;
}

@media screen and (max-width: 450px) {
    .other-city-shop a{
        height: 58px;
        width: 100%;
        margin: 0 0 13px !important;
    }
    .other-city-shop img{
        height: 24px;
        width: auto;
    }
    .other-city-shop a:nth-child(2) img {
        height: 35px;
    }
    .other-city-shop a:nth-child(3) img {
        height: 43px;
    }
    .other-city-shop a:nth-child(4) img {
        height: 28px;
    }
    .other-city-shop__wrap.flex{
        padding: 0;
    }
    #map {
        height: 635px !important;
    }
    .map-addresses .map-addresses__content.visible{
        height: 586px;
    }
    .hide-content .map-addresses__content.visible {
        display: none;
    }
    li.other-city, .other-city-shop{
        padding: 30px 20px 0;
    }
    .map-wrap__title {
        background: #4A4A4A;
    }
    .map-addresses__menu {
        display: flex;
    }
}