

/* Start:/local/templates/cisp2020/components/bitrix/news/vakansii/bitrix/news.list/.default/style.css?16463028301075*/
.services__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.services__list-item {
    flex-basis: calc(33% - 10px);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .075);
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    justify-content: left;
    min-height: 200px;
    background: #f4f4f4;
}
.services__list-item:hover .h2{
    text-decoration: underline;
}
.services__list-item .h2{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.services__list-item .sli__image{
    width: 110px;
    flex-basis: 110px;
}
.services__list-item .sli__description{
    flex-basis: calc(100% - 110px);
}
.vakansiiLink {
    text-transform: uppercase;
    margin-top: 40px;
}
.vakansiiCity {
    margin-bottom: 10px;
    color: #888888;
}
@media (max-width: 500px) {
    .services__list-item {
        flex-basis: 100%;
        height: auto;
    }
}
/* End */
/* /local/templates/cisp2020/components/bitrix/news/vakansii/bitrix/news.list/.default/style.css?16463028301075 */
