a:not([class]){
    text-decoration: underline;
    color: #45aecb;
}

.s-blog-i__info a,
.card-block a,
.soc-icon a,
.root-item a,
.city-filter-list a,
footer .footer--contacs a{
    color: inherit;
    text-decoration: none;
}

.ab-p-contacts__space {
    height: 60px;
}

.map_download_button {
    position: absolute;
    right: 130px;
    z-index: 100;
    width: 270px;
}

@media only screen and (min-width: 1025px) {
    .map_download_button {
        right: 130px;
    }
}

@media only screen and (max-width: 400px) {
    .map_download_button {
        width: 150px;
    }
    .map_download_button .downloadlink_by_level {
        line-height: 1.9;
    }
}

@media only screen and (max-width: 1024px) {
    .map_download_button {
        right: 5px;
    }
}

.ab-p-10__img{
    z-index:0!important;
}
.ab-p-10__info{
    z-index:1!important;
}

@media screen and (min-width:768px) {
.logo {
    margin-top: -5px;
	padding-right: 20px;
}
}