.d-none{
    display: none !important;
}
.mb-3{
    margin-bottom: 1rem;
}
.mt-3{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-0{
    margin-bottom: 0 !important;
}
.ml_reset{
    margin-left: 0 !important;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-3{
    padding-top: 1rem;
}
.text-center{
    text-align: center;
}
.color_red{
    color: red;
}
.intro__image{
    min-height: 584px;
    @media (max-width: 1680px) {
      min-height: 438px;
    }
    @media (max-width: 991px) {
      min-height: 234px;
    }
    @media (max-width: 767px) {
      min-height: auto;
    }
}

.center-content {
    display: flex;
    justify-content: center;
  }


.news__post-info-item {
    position: relative;
    cursor: pointer;
}
.changes_saved, .career-guidance-test{
    position: absolute;
    z-index: -100000000;
    opacity: 0;
}
@media (min-width: 991px) {
    .news__post-info-item:hover::before {
        transition: color linear 0.2s;
    }
    .news__post-info-item:hover::before {
        color: #7B20FF;
    }
    .news__post-info-item:hover .students-courses__item-share-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.news__post-info-item._active .students-courses__item-share-list {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
}

@media (max-width:1680px) {
    .news__post-info-item::before {
        font-size: 16px;
    }
}
.remove_prof {
    cursor: pointer;
}
#timer_text {
    text-align: right;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    color: #3B414B;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
}

.course_field_error {
    border: 1px solid red;
}


/* 
* Дополнительные поля (галерея баннеров) 
* в курсах
*/
.slider-banners {
    padding:10px;
    margin: 15px 0 5px 0;
    border: 1px solid #ececec ;
}

.gallery-item {
    padding:5px;
}

.gallery-item button {
    margin-left:10px;
}

.input-plus {
	display: flex;
}

.inputs-set {
	border: none;
}
.gallery-input__w {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.input-field {
	border: none;
	border: 1px solid rgb(209, 209, 209);
	padding: 8px;
	margin-right: 4px;
	display: block;
}

.btn-submit,
.btn-add-input,
.btn-del-input {
	border: none;
	padding: 8px 12px;
}

.btn-submit {
	background-color: rgb(152, 247, 199);
}

.btn-add-input {
    color: aliceblue;
	background-color: #7B20FF;
	margin-right: 4px;
}
.btn-del-input {
    color: aliceblue;
	background-color: #F3775B;
}

/* 
* Кастом
*/
.title-24 {
    font-size: 24px;
  }