/*Simple text*/
.simple-text {
    margin: 50px 0;
}

.simple-text h2 {
    margin: 30px 0 20px 0;
}



#order-modal {
	background-color: transparent;
}

#order-modal .carousel__button.is-close {
	color: #a4be06 !important;
}

#order-modal .nf-field-container.hidden-container {
	height: 0;
}

.m-service__title span {
    font-weight: 400;
}

.dss-ord a.dss-ord__item {
    transition: all .5s;
}

.dss-ord a.dss-ord__item .dss-ord__title {
    transition: all .5s;
}

.dss-ord a.dss-ord__item:hover {
    background-color: #000;
    transition: all .5s;
}

.dss-ord a.dss-ord__item:hover .dss-ord__title {
    color: #fff;
    transition: all .5s;
}

.header__btns .online-course-btn {
    color: #fff;
    margin-right: 25px;
}

.header__box-bot .online-course-btn {
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
}

.m-reviews__text_full {
    display: none;
}

.clickable-review {
    color: #000;
    transition: all .5s;
}

.clickable-review:hover {
    color: #a4be07;
    transition: all .5s;
}

.dss-intro__cost {
    text-transform: uppercase;
}

.dss-intro__cost:hover {
    background: #000;
    transition: all .5s;
}