.lp-archive-courses {
    min-height: 100vh;
}

.learn-press-breadcrumb {
    margin: 20px auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: "Rozetka", serif;
}

.learn-press-breadcrumb a {
    text-decoration: none;
    color: var(--link-color) !important;
}

.learn-press-breadcrumb a:hover {
    color: var(--link-hover-color) !important;
}

.course-summary-sidebar .lp-course-buttons button.button-enroll-course {
    height: 30px;
    background: var(--global-green);
}

.content-item-wrap {
    width: 100vw !important;
}

#popup-course {
    position: relative !important;
    flex-direction: column;
}

#popup-course #popup-header {
    position: relative !important;
}

#popup-course #popup-content{
    margin: 0 0 50px 0 !important;
}
#popup-course .popup-header__inner{
    width: 1200px !important;
}
