.education-result__list.hidden-text{
    height: 180px;
}
.content-item--program .content-item__text.hidden-text {
    height: 180px;
}
.form-agree input[type="checkbox"] {
    vertical-align: baseline;
}

.all-cookie-button {
    position: fixed;
    bottom: -100%;
    left: 0;
    background: #fff;
    color: #363636;
    z-index: 10000;
    width: 100%;
    text-align: center;
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
}

.all-cookie-button.show {
    bottom: 0;
}

.all-cookie-button a {
    color: #363636;
}

.all-cookie-button .btn {
    margin-left: 15px;
    cursor: pointer;
}