.teacher__info .accordion__interests .accordion__content a {
    display: inline-block;
    position: relative;
    color: #0453f1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.teacher__info .accordion__interests .accordion__content a:after {
    color: #0453f1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0453f1;
}

.teacher__info .teacher__info-element p {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 150%;
}

.teacher__info .teacher__info-period {
    text-transform: uppercase;
}

.new__content p {
  margin: 0 0 27px;
  font-size: 18px;
  line-height: 27px;
}

.new__content ul,
.new__content ol {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.new__content ul li,
.new__content ol li {
  font-size: 18px;
  line-height: 27px;
}

.new__content a {
    color: #0453f1;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-decoration: underline;
}

@media (max-width: 767px) {
  .new__content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 22px;
  }

  .new__content ul {
    margin-bottom: 47px;
  }

  .new__content ul li {
    font-size: 16px;
    line-height: 23px;
  }
}

.cookies {
  z-index: 5;
}

.submenu-banner .container svg path {
    fill: #fff;
}

.course-card__features li.--wide {
    width: 100%;
}

.course-about a {
    color: #0453f1;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-decoration: underline;
}

.accordion__wrapper ol {
    padding: 0 0 0 30px;
}

.teachers-list__empty-message {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1;
}

.more-bnt-wrapper {
    display: flex;
    align-content: center;
}

.visibility-hidden {
    visibility: hidden;
}

.teacher__card .teacher__title {
    word-wrap: normal;
}

.course-about__item-text {
    margin: 0;
}

.course-about__item-text p {
    margin: 11px 0 0;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .course-about__item-text p {
        margin: 0;
        grid-column: 1/-1;
        font-size: 16px;
        line-height: 1.4;
    }
}

.course-card {
    height: 100%;
}

.title--card {
    font-size: 26px;
}

.program-list__list {
    grid-template-columns: none;
}

.course-submenu.submenu {
    padding-top: 54px;
    margin-left: auto;
    padding-bottom: 55px;
}

.donate-form__accordion {
    
}

.page-intro__text a,
.course-about__text a {
    color: #0453f1;
}

.program-card--closed {
    pointer-events: initial;
}

.course-card--closed {
    pointer-events: initial;
  }

.event__content a{
    color: #0453f1;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-decoration: underline;
}

.event-card__img,
.member-card__img,
.teacher-card__img {
    -webkit-mask-image: none;
}

.filters__desktop .filters__list {
    margin: -20px 0;
}