    .otzyvy-block {
        padding-bottom: 80px;
        font-family: 'Open Sans', sans-serif;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .otzyvy-flamp-widget-container {
        width: 100%;
        max-width: 1033px;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        height: 900px;
    }

    .flamp-widget {
        display: block;
    }

    .otzyvy-title {
        font-weight: 700;
        font-size: 49px;
        line-height: 100%;
        color: #2B2B2C;
        margin-bottom: 50px;
        padding-top: 80px;
    }

    .otzyvy-cards-container {
        display: flex;
        justify-content: center;
        gap: 90px;
        margin: 30px auto;
        max-width: 1033px;
    }

    .otzyvy-card-link {
        display: block;
        width: 254px;
        height: 169px;
        text-decoration: none;
        color: inherit;
    }

    .otzyvy-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        transition: transform 0.2s, box-shadow 0.2s;
        cursor: pointer;
        border: 1px solid #AAADB066;
        box-sizing: border-box;
    }

    .otzyvy-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .otzyvy-card-image {
        width: 224px;
        height: 56px;
        object-fit: contain;
        margin-bottom: 25px;
    }

    .otzyvy-card-image2 {
        width: 188px;
        height: 56px;
        object-fit: contain;
        margin-bottom: 25px;
    }

    .otzyvy-card-image3 {
        width: 211px;
        height: 56px;
        object-fit: contain;
        margin-bottom: 25px;
    }

    .otzyvy-rating-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
        position: relative;
    }

    .otzyvy-rating-number {
        font-weight: 700;
        font-size: 49px;
        line-height: 100%;
        color: #1B2024;
        margin-right: 15px;
    }

    .otzyvy-stars-and-label {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .otzyvy-stars {
        display: flex;
    }

    .otzyvy-star {
        width: 18px;
        height: 17px;
        margin-right: 8px;
    }

    .otzyvy-rating-label {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        margin-top: 5px;
        width: 100%;
        color: #1B2024;
    }

    @media (max-width: 1700px) {
        .otzyvy-title {
            margin-left: 167px;
        }

        .otzyvy-flamp-widget-container {
            height: 677px;
        }
    }

    @media (max-width: 1370px) {
        .otzyvy-title {
            margin-left: 105px;
        }
    }

    @media (max-width: 1251px) {
        .otzyvy-flamp-widget-container {
            max-width: 900px;
        }

        .otzyvy-cards-container {
            gap: 40px;
        }
    }

    @media (max-width: 1126px) {
        .otzyvy-flamp-widget-container {
            max-width: 700px;
            height: 707px;
        }

        .otzyvy-cards-container {
            gap: 40px;
        }

        .otzyvy-cards-container {
            flex-direction: column;
            gap: 15px;
            max-width: 254px;
        }
    }

    @media (max-width: 927px) {
        .otzyvy-flamp-widget-container {
            max-width: 600px;
            height: 735px;
        }
    }

    @media (max-width: 824px) {
        .otzyvy-flamp-widget-container {
            max-width: 400px;
            height: 908px;
        }
    }

    @media (max-width: 635px) {
        .otzyvy-title {
            font-size: 35px;
        }

        .otzyvy-title {
            margin-left: 80px;
            padding-top: 60px;
        }
    }

    @media (max-width: 578px) {
        .otzyvy-block {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (max-width: 565px) {
        .otzyvy-flamp-widget-container {
            max-width: 327px;
            height: 938px;
        }
    }

    @media (max-width: 499px) {
        .otzyvy-title {
            margin-left: 25px;
        }
    }

    @media (max-width: 460px) {
        .otzyvy-title {
            font-weight: 600;
            font-size: 27px;
            line-height: 100%;
            margin-bottom: 30px;
        }
    }

    @media (max-width: 420px) {
        .otzyvy-title {
            margin-left: 18px;
        }
    }

    @media (max-width: 355px) {
        .otzyvy-flamp-widget-container {
            max-width: 290px;
            height: 1010px;
        }
    }
