.obraz_podloze {
    width: 150px;
}

.types {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tpes b {
    background: transparent !important;
}

.types img {
    margin: 10px 25px;
}

.types .only-type {
    display: flex;
    flex-direction: row;
    text-align: left;
    max-width: 500px;
}

.types .only-type .title {
    font-size: 32px;
}

.types .only-type .res {
    font-weight: 100;
    color: #f0f0f0;
}

.title_bbn {
    padding: 10px;
    font-weight: 100;
    font-size: 21px;
    color: #f0f0f0;
    text-shadow: 0 0 10px red;
    background: rgba(255, 0, 0, 0.2);
}
