.advantages__item:hover .advantages__text {
    display: block !important;
}
.advantages__item {
    min-height: 318px;
    margin: 5px;
}
.advantages__title {
    font-size: 15px;
}
.tabs li {
    margin-right: 10px;
}
.tabs li:last-of-type {
    margin-right: 0;
}

.form input {
    margin-bottom: 0px;
}

.form .form-row {
    padding-bottom: 30px;
    position: relative;
}

.form input + label.error {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    left: 0;
}