.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;
}
.main-info {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}
.vizitki-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 100%;
}
.price {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;

    font-size: 2rem;
    text-align: center;
    color: #9456D5;

    margin-block: 1rem;
}
.price-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
    color: #9456D5;
    font-size: 2rem;

    width: 40%;

    align-items: center;
}
.viz-frame {
    width: 408px;
    height: 410px;
    border-radius: 30px;
}
.vizitki-photo {
    width: 408px;
    height: 410px;

    object-fit: cover;
    border-radius: 30px;
    object-position: top
}
.text {
    font-size: 1.5rem;
}
.vizitki-info .applic{
    font-size: 1.25rem;
    width: 100%;
}
.vizitki-info .applic:hover {
    transform: scale(1.03);

}
.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;
}
.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;
    }
    .main-info {
        flex-direction: column;
    }
    .text {
        width: 100%;
        font-size: 1rem;
    }
    .price-btn {
        width: 100%;
        gap: 15px;
    }
    .price {
        font-size: 25px;
    }
    .h1 {
        font-size: 20px;
    }
    .item-img {
         width: 60px;
        height: 60px;
     }
    .viz-frame, .vizitki-photo{
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }
    .vizitki-info .applic:hover {
    transform: scale(0.98);

}
    .item-text {
        font-size: 1rem;
    }
    .stars-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .else-faq {
        flex-direction: column;
        margin-top: 3rem;
    }
    .applic#else {
        margin-left: 0;
        margin-top: 1rem;
    }


}