.mainArticle {
    margin-top: clamp(100px, 25vw, 152px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

ul,
li,
ol {
    color: #242424;
    margin: 0;
    font-family: Muller;
    font-size: clamp(15px, 1.4vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

blockquote {
    background: #6A4C93;
    padding: #F8F4E9;
    padding: 16px 8px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 8px;
}

blockquote p {
    color: #F8F4E9 !important;
}

blockquote a {
    color: #cfe8fc;
    transition: 0.24s;
}

blockquote a:hover {
    color: #7ac0f8;
}

.inMainArticle {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1320px;
    width: 100%;
}

.leftMainAreaArticle {
    max-width: 820px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 1.5vw, 24px);
}

.topBlockArtcile {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.titleArticle {
    color: #242424;
    font-family: Muller;
    font-size: clamp(36px, 5vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.viewerBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.viewverArea {
    display: flex;
    gap: 6px;
}

.countAmount,
.datePost {
    display: flex;
    align-items: center;
    color: #242424;
    font-family: Muller;
    font-size: clamp(13px, 1vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.mainImagePost {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 389px;
    overflow: hidden;
    width: 100%;
}

.mainImagePost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockReccomendations {
    margin-top: clamp(32px, 1vw, 40px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.boxRecc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.itemRecc {
    display: flex;
    gap: 20px;
    border-radius: 12px;
    background: #242424;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    align-items: stretch;
}

.imageRecc {
    width: 190px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.imageRecc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.areaInfoReccText {
    padding: 8px 16px 8px 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.reccTitle {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(16px, 1vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 48px;
    overflow: hidden;
}

.boxReccViewer {
    display: flex;
    gap: 14px;
}

.areaViewerRec,
.dateRecc {
    display: flex;
    gap: 6px;
    display: flex;

    color: #C2C2C2;
    font-family: Muller;
    font-size: clamp(13px, 1vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.areaForm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    flex-direction: column;
}

.titleRec {
    color: #242424;
    font-family: Muller;
    font-size: clamp(20px, 2vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

}

.rightPartADS {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 400px;
    width: 100%;
}

.blockADS {
    width: 100%;
    display: flex;
    padding: 24px 20px;
    border-radius: 16px;
    background: #242424;
    gap: 6px;
    position: sticky;
    top: 154px;
    flex-direction: column;
}

.titleADS {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(20px, 2vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.descADS {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(16px, 1vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btnADS {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 6px;
    height: 44px;
    border-radius: 8px;
    background: #8A62C1;
    color: #F8F4E9;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: 0.24s;
}

.btnADS:hover {
    background: #9674c7;
}

.svgBtn {
    position: absolute;
    right: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #6A4C93;
}

@media screen and (max-width: 1200px) {
    .mainImagePost {
        height: auto;
    }

    .countAmount,
    .datePost {
        font-size: 13px;
    }
}

@media screen and (max-width: 960px) {
    .inMainArticle {

        flex-direction: column;
    }

    .rightPartADS,
    .leftMainAreaArticle {
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .itemRecc {
        display: flex;
        gap: 20px;
        border-radius: 12px;
        background: #242424;
        overflow: hidden;
        cursor: pointer;
        flex-direction: column;
    }

    .imageRecc {
        width: 100%;
        height: auto;
        border-radius: 8px;
        overflow: hidden;
    }

    .areaInfoReccText {
        padding: 16px;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .itemRecc {
        grid-area: 8px;
    }
}