.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;
}
.layer {
    padding-left: 2%;
}
.layer2 {
    margin-top: 4%;
}
img.news{
    padding: 10px;
}
p.font {
    font-weight: 300;
}
.left_menu_position {
    position: sticky;
    top: 0;
}
body {
    font: 15px Tahoma;
    font-weight: 600;
}
h3{
    margin-top:-5px;
}