.placemark {
    position: absolute;
    bottom: 24px;
    left: -153px;
    width: 306px;
    padding: 20px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.3;
}
.placemark__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: transparent url("../img/close.svg") center/cover no-repeat;
}
.placemark__title {
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #1E1E1E;
}
.placemark__station {
    display: flex;
    flex-wrap: wrap;
}
.placemark__station span {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 8px;
}
.placemark__station span svg {
    display: flex;
    width: 15px;
    height: 10px;
    margin-right: 7px;
    fill: #9B9B9B;
}
.placemark__address {
    margin-bottom: 8px;
}
.placemark__work-time {
    margin-bottom: 20px;
    font-size: 13px;
    color: #7A7A7A;
}
.placemark__work-time span {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    color: #1E1E1E;
}
.placemark__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.placemark__route a {
    padding: 0;
    background-color: transparent;
    color: #1E1E1E;
    text-transform: uppercase;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
.placemark__route a:hover, .placemark__route a:focus {
    color: #7A7A7A;
}
.placemark__pickup {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
}
@media (min-width: 781px) {
    .placemark__pickup {
        display: none;
    }
}
.placemark__phone {
    color: #1E1E1E;
    text-decoration: none;
}