.katalog-title {
    font-size: 2rem;
    text-align: center;
    text-decoration: underline;

    padding-top: 1.35rem;
    padding-bottom: 3rem;
}
.line {
    height: 0.75px;
    background-color: rgba(255, 255, 255, 0.25);

    margin-inline: -20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.h1 {
    font-size: 2rem;
    text-align: left;
    color: #9456D5;
}
.stars-list {
    list-style-type: none;

    margin-top: 1rem;
}
.stars-item {
    display: flex;
    align-items: center;
}
.item-img {
    width: 80px;
    margin-left: -1rem
}
.item-text {
    font-size: 1.25rem;
}
.how-much-text-img {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
}
.how-text {
    font-size: 1.25rem;
}
.how-img {
    margin-right: -3rem;
    margin-left: 3rem;
}
.func-text-video {
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem;
    gap: 1rem;
    justify-content: space-between;
}
.func-text {
    font-size: 1.25rem;
    width: 40%;
}
.func-video {
    width: 60%;
    height: 440px;
}
.process-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.proc-item {
    display: flex;
    flex-direction: row;
    padding: 1.5rem;
    align-items: center;

    border-radius: 1.5rem; -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.3) inset;

    backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.07);

    height: min-content;
}
.number {
    font-size: 200px;
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;

    background-image: linear-gradient(45deg,rgba(100, 21, 192, 1) 0%, rgba(148, 86, 213, 1) 17%, rgba(205, 76, 129, 1) 36% 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
}
.item-title {
    font-size: 1.25rem;
}
.info .item-img {
    width: 50px;
}
.info .item-text {
    font-size: 1.25rem;
}
.info .stars-list {
    margin-left: 1.5rem
}
.info {
    margin-left: 1rem;
}
.done {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 1rem;

    background-image: linear-gradient(
            45deg,
            rgba(100, 21, 192, 1) 0%,
            rgba(148, 86, 213, 1) 17%,
            rgba(205, 76, 129, 1) 36%,
            rgba(227, 70, 71, 1) 59%,
            rgba(244, 135, 30, 1) 81%,
            rgba(243, 208, 111, 1) 100%
    );

    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
}
.else-faq {
    margin-top: 5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    padding-bottom: 2rem;
}
.else-text {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.48);
}
.applic#else {
    font-size: 1.25rem;
    margin-left: 1rem;
}










@media (max-width: 1076px) {
    .katalog-title {
        font-size: 32px;
    }
    .line {
        margin-inline: -1rem;
    }
    .h1 {
        font-size: 20px;
    }
    .item-img {
        width: 60px;
    }
    .item-text {
        font-size: 1rem;
    }
    .stars-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .how-text {
        font-size: 16px;
    }
    .how-much-text-img {
        flex-direction: column;
        align-items: flex-end;
    }
    .how-img {
        align-items: flex-end;
        width: 130px;
        margin-right: 0;
        margin-top: 1rem
    }
    .func-text-video {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .func-text {
        width: 100%;
    }
    .func-video {
        width: 100%;
        height: 300px;
        margin-top: 1rem;
    }
    .item-title {
        font-size: 20px;
    }
    .info .item-text {
        font-size: 1rem;
    }
    .proc-item {
        align-items: flex-start;
    }
    .number {
        font-size: 4rem;
        margin-top: -1.1rem;
    }
    .info .stars-list {
        margin-left: -2.5rem;
        margin-top: 1.5rem;
        gap: 0.5rem;
    }
    .done {
        font-size: 25px;
        margin-top: 40px;
    }
    .else-faq {
        flex-direction: column;
        margin-top: 3rem;
    }
    .applic#else {
        margin-left: 0;
        margin-top: 1rem;
    }
}