﻿.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.motivationInfo {
    margin-top: 1px;
}

.motivationInfo p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.motivationInfo p.collapsing {
    min-height: 42px !important;
}

.motivationInfo a.collapsed:after {
    content: '+ Раскрыть';
}

.motivationInfo a:not(.collapsed):after {
    content: '- Свернуть';
}
