#results {
    min-height: 999px;
    margin-top: 1rem;
}

h1, .h1 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 114% !important;
    color: #faf9f9 !important;
    margin-bottom: 35px !important;
}

.sub-title {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #32b5c9;
    margin-bottom: 35px;
}

.progress {
    height: 50px !important;
    border-radius: 5px !important;
    background: #1c273e !important;
    position: relative !important;
    overflow: visible !important
}

.progress .progress-bar {
    background: #32b5c9 !important;
    position: relative;
    overflow: visible !important;
    border-radius: 5px !important;
}

.progress .progress-bar .text-title {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #faf9f9;
}

.progress .text-hint {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #7f8590;
}

.progress-bar-icon {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: auto;
    height: 100px;
}

.c-card {
    display: flex;
    border-radius: 5px;
    min-height: 120px;
    background: #1c273e;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px 20px 20px;
}

.c-title {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #32b5c9;
}

.c-text {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e3e3e3;
}

.com-card {
    border-radius: 5px;
    height: 80px;
    background: #1c273e;
    padding-right: 20px;
}

.com-t {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #faf9f9;
}

.com-avatar {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 5px 0 20px;
}

.com-avatar-img {
    object-fit: cover;
    border: 1px solid #2f3f5e;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}


.com-title {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #faf9f9;
}

.com-text {
    font-family: var(--second-family), sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-align: right;
    color: #faf9f9;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px !important;
        line-height: 109% !important;
        margin-bottom: 20px !important;
    }

    .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        color: #32b5c9;
        margin-bottom: 25px !important;
    }

    .text-title2 {
        font-family: var(--second-family), sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #faf9f9;
    }

    .text-hint2 {
        font-family: var(--second-family), sans-serif;
        font-weight: 400;
        font-size: 13px;
        text-align: right;
        color: #7f8590;
    }

    .c-title {
        font-weight: 400;
        font-size: 25px;
        color: #32b5c9;
    }

    .c-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 123%;
        color: #e3e3e3;
    }

    .com-t {
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        color: #faf9f9;
    }


    .com-avatar {
        display: none;
    }

    .com-title {
        font-weight: 700;
        font-size: 14px;
        color: #faf9f9;
    }

    .com-text {
        font-weight: 400;
        font-size: 16px;
        text-align: right;
        color: #faf9f9;
    }
}

