.u-header a {
    color: white;
}

.back-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.main-container {
    margin: 15px 19px;
    padding-bottom: 30px;
}

.categories-title {
    font-size: 32px;
    font-weight: 700;
}

.categories-subtitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 21px;
}

.courses-container {
    /* margin-top: 20px; */
    /* margin-left: 20px; */
}

.course-header {
    display: flex;
    gap: 18px;
}

.course-title {
    margin-top: 4px;
    font-size: 19px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

.course-subtitle {
    max-width: 300px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 300;
    color: #d3d6d8;
    line-height: 1.2;
}

.students-amount {
    margin-top: 3px;
    font-size: 13px;
    color: #e9b363;
    font-weight: 300;
    line-height: 1.3;
}

.subs-special,
.subs-magic {
    width: fit-content;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 4px 15px;
    border-radius: 13px;
    /* margin-top: 6px; */
}

.subs-special {
    border: 1px solid #1dfff9;
}

.subs-magic {
    border: 1px solid #048df7;
}

.gradient-special {
    font-family: 'Raleway', serif;
    background: linear-gradient(113.34deg, #2bff8f 12.85%, #00e5df 88.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: 800;
}

.gradient-magic {
    font-family: 'Raleway', serif;
    background: linear-gradient(135deg, #048df7 10%, #cf5ef8 75%, #f24269 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: 800;
}

.category-name {
    position: relative;
    width: fit-content;
}

.category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f7f8;
    font-size: 18px;
    font-weight: 500;
    margin-top: 34px;
}

.count {
    position: absolute;
    top: 1px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(245, 247, 248, 0.74);
    top: -10px;
    right: -8px;
}

.categories {
    margin-top: 25px;
}

.category-name p {
    margin: 0;
}

.left {
    align-items: center;
    display: flex;
    gap: 1px;
}

.closed {
    border-bottom: 1px solid #333333;
    padding-bottom: 13px;
}

.right {
    /* letter-spacing: -0.7px; */
    font-size: 14px;
    font-weight: 500;
}

.course {
    margin-top: 20px;
}

.course-img {
    width: 350px !important;
    max-width: none !important;
}

.right {
    color: #1dfff9;
    font-size: 11px;
    font-weight: 700;
}

.special-color {
    color: #1dfff9;
}

.magic-color {
    color: #048df7;
}
