body {
    font: 15px Tahoma;
    font-weight: 600;
}
figure {
    background: #ffffff; /* Цвет фона */
    display: block; /* Блочный элемент */
    float: left; /* Блоки выстраиваются по горизонтали */
    margin: 0 50px 10px 0; /* Отступы */
    text-align: center; /* Выравнивание по центру */
    margin-top: 50px;
    max-width: 400px;
}
figure img {
    /*border: 2px solid #0f1f2a;*/ /* Параметры рамки */
}
figure p {
    margin-bottom: 0; /* Отступ снизу */
    font-weight: 300;
    text-align:left;
}
.podrobnee {
    font-size:14px;
    text-decoration: none;
    padding:10px 20px;
    color:#0f1f2a;
    background-color:#ffffff;
    border-radius:3px;
    border: 1px solid #0f1f2a;
}
.podrobnee:hover {
    font-size:14px;
    text-decoration: none;
    padding:10px 20px;
    color:#ffffff;
    background-color:#0f1f2a;
    border-radius:5px;
    border: 1px solid #ffffff;
    transition: 0.3s;
}
.podrobnee:not(:hover) {
    transition: 0.3s;
}
.font2 {
    /*font-weight: 300;
    border-bottom: 1px solid #da1f3d;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #a69e8c;*/
    margin-bottom: 38px;
}
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    height: 300px;
    width: 100%;
}

@media screen and (min-width: 599px) {
    #map {
        height: 600px;
    }
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}