.thirdScreenMain {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mobileOpenReview {
    display: none;
}

.togetherLohoYandexAndRating {
    display: flex;
    gap: 16px;
    align-items: center;
}

.inThirdScreenMain {
    max-width: 1760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 56px;
    border-radius: 20px;
    background: var(--Gray-Store, #EFEFEF);
    box-sizing: border-box;
    overflow: hidden;
}

.btnSendDiscussMob {
    display: none;
}

.titleThirdScreen {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.titleDiscuss {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.arrowsSliderDiscuss {
    display: flex;
    align-items: center;
    gap: 8px;
}

.leftArrowDiscuss,
.rightArrowDiscuss {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    display: flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--White, #FFF);
}

.sliderItemsDiscuss {
    display: flex;
    gap: 16px;
    width: 100%;
}

.itemDiscuss {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background: var(--White, #FFF);
    flex: 1 0 0;
}

.topAreaDiscuss {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}

.userData {
    display: flex;
    gap: 16px;
    width: 168px;
}

.imgUser {
    overflow: hidden;
    width: 34px;
    height: 34px;
    aspect-ratio: 1/1;
    border-radius: 34px;
}

.imgUser img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.nameUser {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.amountStars {
    display: flex;
    gap: 5px;

}

.bottomDescUSer {
    display: flex;
    color: var(--Black-Store, #1B1B1B);

    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockMainDisussInfo {
    display: flex;
    width: 100%;
    margin-top: 16px;
}

.blockYandex {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.logoYandex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 80px;
    overflow: hidden;
}

.logoYandex img {
    width: 48px;
    height: 80px;
    object-fit: cover;
}

.mainRaitingYA {
    display: flex;
    gap: 16px;
}

.bigDigit {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockStarsAndInfo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.starsAmount {
    display: flex;
    gap: 5px;
}

.amountDiscuss {
    display: flex;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mainInfoDiscussCategory {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: space-between;
}

.itemCategoryDiscuss {
    display: flex;
    border-radius: 8px;
    background: var(--White, #FFF);
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.nameCategoryDC {
    display: flex;
    gap: 4px;
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-direction: column;
}

.nameCategoryDC span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.colorgreen {
    color: #3CB200;
}

.amountDiscText {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btnSendDiscuss {
    display: flex;
    height: 32px;
    width: max-content;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
    cursor: pointer;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



@media screen and (max-width: 1200px) {

    .thirdScreenMain {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .inThirdScreenMain {
        max-width: 1040px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 56px;
        border-radius: 20px;
        background: var(--Gray-Store, #EFEFEF);
        box-sizing: border-box;
    }

    .titleThirdScreen {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .titleDiscuss {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .arrowsSliderDiscuss {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .leftArrowDiscuss,
    .rightArrowDiscuss {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        display: flex;
        width: 32px;
        height: 32px;

        justify-content: center;
        align-items: center;
        gap: 10px;
        background: var(--White, #FFF);
    }

    .sliderItemsDiscuss {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .itemDiscuss {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        border-radius: 16px;
        background: var(--White, #FFF);
        flex: 1 0 0;
    }

    .topAreaDiscuss {
        display: flex;
        align-items: start;
        width: 100%;
        justify-content: space-between;
    }

    .userData {
        display: flex;
        gap: 16px;
        width: 168px;
    }

    .imgUser {
        overflow: hidden;
        width: 34px;
        height: 34px;
        aspect-ratio: 1/1;
        border-radius: 34px;
    }

    .imgUser img {
        width: 34px;
        height: 34px;
        object-fit: cover;
    }

    .nameUser {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .amountStars {
        display: flex;
        gap: 5px;

    }

    .bottomDescUSer {
        display: flex;
        color: var(--Black-Store, #1B1B1B);

        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockMainDisussInfo {
        display: flex;
        width: 100%;
        margin-top: 16px;
    }

    .blockYandex {
        display: flex;
        width: 100%;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .logoYandex {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 80px;
        overflow: hidden;
    }

    .logoYandex img {
        width: 48px;
        height: 80px;
        object-fit: cover;
    }

    .mainRaitingYA {
        display: flex;
        gap: 16px;
    }

    .bigDigit {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockStarsAndInfo {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: center;
    }

    .starsAmount {
        display: flex;
        gap: 5px;
    }

    .amountDiscuss {
        display: flex;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mainInfoDiscussCategory {
        display: flex;
        gap: 16px;
        width: 100%;
        justify-content: space-between;
    }

    .itemCategoryDiscuss {
        display: flex;
        border-radius: 8px;
        background: var(--White, #FFF);
        display: flex;
        padding: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .nameCategoryDC {
        display: flex;
        gap: 4px;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        flex-direction: column;
    }

    .nameCategoryDC span {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .colorgreen {
        color: #3CB200;
    }

    .amountDiscText {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btnSendDiscuss {
        display: flex;
        height: 32px;
        width: max-content;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        cursor: pointer;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (max-width: 970px) {
    .inThirdScreenMain {
        max-width: 1040px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 32px;
        border-radius: 20px;
        background: var(--Gray-Store, #EFEFEF);
        box-sizing: border-box;
    }

    .mainInfoDiscussCategory {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .btnSendDiscuss {
        display: none;
    }

    .btnSendDiscussMob {
        display: flex;
        height: 32px;
        width: max-content;
        padding: 4px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        cursor: pointer;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 24px;
    }

    .nameCategoryDC {
        display: flex;
        gap: 4px;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        flex-direction: column;
    }

    .bigDigit {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .titleDiscuss {
        font-size: 24px;
    }
}


@media screen and (max-width: 670px) {
    .bottomDescUSer {
        display: flex;
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        height: 117px;
        overflow: hidden;
        line-height: normal;
    }

    .mobileOpenReview {
        display: flex;
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

    .blockYandex {
        display: flex;
        width: 100%;
        gap: 16px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .togetherLohoYandexAndRating {
        display: flex;
        gap: 16px;
    }

    .blockYandex {
        display: flex;
        width: 100%;
        gap: 16px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .mainInfoDiscussCategory {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .thirdScreenMain {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0 12px;
        box-sizing: border-box;
    }


}