.section-course .course-item .content-box__title {
    display: none;
}
.page-footer {
    background-color: #f5f8fd;
    margin-top: 0;
}

.breadcrumb a {
    color: #ff6a42;
}

.course {
    margin-top: 0px;
}

.p-80 {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
}

.prev {
    border: none;
    color: #cccccc;
    font-size: 16px;
}

.next {
    color: #000;
    border: none;
    font-size: 16px;
    margin-right: 0px;
}

.page {
    margin-bottom: 135px;
}

.page-a {
    font-weight: 700;
    color: black;
}

.page a:last-child li {
    margin-right: 0px;
}

.page li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    margin-right: 12px;
}
.pagination .page-link{
    border-radius: 8px;
    color: #000;
    border: 1px solid #B1BFD4;
    font-size: 16px;
    font-family: "GroteskTest";
    font-weight: 700;
  }
  .page-item:first-child .page-link,.page-item:last-child .page-link{
    border: none;
    background-color: transparent;
  }
  .pagination .page-item.active .page-link{
    background-color: #B1BFD4;
    color: #fff;
    border-color: #B1BFD4;
  }
  .page-item.disabled .page-link{
    color: #cccccc;
  }

a.course-label{
    color: #000000;
}

header.page-header .block-notifications__item {
    margin-left: 19px;
}

.page-number {
    border: 1px solid #b1bfd4;
    border-radius: 8px;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.page-number-ac {
    border: 1px solid #b1bfd4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 25px;
    background: #B1BFD4;
    color: #fff;
}


.card-img-top {
    border-radius: 26px;
    max-height:289px;
}

.card-body {
    padding: 30px 30px 32px 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.card-text {
    margin-bottom: 32px;
}

.card-see {
    margin-bottom: 32px;
}

.course-info {
    margin-bottom: 32px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

header.page-header .block-notifications .marker {
    top: 1px;
    right: 0px;
    width: 9px;
    height: 9px;
    background-color: #ffc758;
    border: 2px solid #ff6a42;
}

header.page-header .block-notifications .fi-rr-envelope .marker {
    right: -4px;
}

@media screen and (max-width: 1024px) {
    .px-40 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .pt-40 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {

    .page {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .course-info.catalog {
        padding-top: 0px;
    }
}