/* Лайки статьи*/
.article-reactions {
    margin: 18px 0;
}

blockquote {
    border-radius: 2px 8px 8px 2px;
    border-left: 2px solid #F26429;
    background: #FFE8DF;
    display: flex;
    padding: 8px 0 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    box-sizing: border-box;
    margin-left: 0;
}

blockquote p {
    padding: 0;
    margin: 0;
}

.article-reactions__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.article-reactions__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

p iframe {
    width: 100%;
    height: clamp(281px, 40vw, 480px);
}

.article-reactions__title,
.article-reactions__total,
.article-reaction-popup__text {
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

.article-reactions__message {
    color: #282828;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    margin-top: 8px;
}

.article-reaction-popup__close {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    border: none;
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;
    cursor: pointer;

}

.article-reaction-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    border: none;
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;

}

.article-reaction-count {
    font-weight: 700;
    min-width: 22px;
    text-align: center;
}

.article-reactions.is-loading {
    opacity: .7;
    pointer-events: none;
}

.article-reaction-count.is-bumped {
    transform: scale(1.15);
    transition: transform .2s;
}

.article-reaction-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.article-reaction-popup.is-visible {
    display: block;
}

.article-reaction-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.article-reaction-popup__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    max-width: 360px;
    width: 92%;
}

/* Лайки статьи */
.articleMain {
    display: flex;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
    gap: 24px;
}

.inArticleMain {
    max-width: 1240px;
    width: 100%;
    display: flex;
    gap: 20px;
}

.leftPartArticle {
    max-width: 820px;
    width: 100%;
    gap: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.boxTitleActicle {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.articleTitle {
    color: #282828;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;

}

.couterDateBox {
    display: flex;
    gap: 14px;
}

.counterViewer {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: end;
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.counterViewer span svg path {
    fill: #282828;
}

.dateArticle {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

}

.boxActicleContent {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.iamgeArticle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;

}

.iamgeArticle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.textContentArticle {
    color: #282828;
    font-family: Montserrat;
}


.table-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0px solid #F26429;
    border-radius: 6px;
}



table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-family: Arial, sans-serif;
    text-align: center;
    border-color: inherit;
}

.textContentArticle img {
    width: auto;
    max-height: 500px;
    border-radius: 16px;
    overflow: hidden;
}



th,
td {
    border: 1px solid #FFDACC;

    padding: 8px 12px;
    text-align: left;
    color: #282828;
    font-family: Montserrat;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

h2 span {
    color: #282828;
    font-family: Montserrat;
    font-size: inherit !important;
    font-weight: inherit !important;
}

th {
    background-color: #e0551b;
    font-weight: 600;
    color: white;
}

caption {
    margin-bottom: 8px;
    color: #282828;
    font-family: Montserrat;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

tr:nth-child(even) {
    background-color: #e0551b26;
    /* полосатость */
    color: #414141;
}

br {
    margin-top: 2px;
    margin-bottom: 2px;
}

.textContentArticle p,
.textContentArticle li,
.textContentArticle span {
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
}

.textContentArticle h3 {
    color: #282828;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.boxReccArticles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.titleReccArticles {
    color: #282828;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;

}

.boxReccItems {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.articleItemRecc {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
}

.imageRecc {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;
    overflow: hidden;
}

.imageRecc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxtitleRecc {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 6px 0;
    box-sizing: border-box;
    width: 100%;
}

.titleRecc {
    color: #282828;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.boxReccBanner {

    max-width: 400px;
    display: flex;
    position: sticky;
    top: 112px;
    flex-direction: column;
    gap: 24px;
}

.bannerInfoRecc {
    display: flex;
    background: #fff;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    gap: 12px;
    padding: 24px 20px;
    border-radius: 16px;
    box-sizing: border-box;
}



.titleBannerRecc {
    color: #282828;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.descBannerRecc {
    color: #282828;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btnBannerDesc {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    position: relative;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    justify-content: center;
    background: linear-gradient(90deg, #E0571E 0%, #C9440E 100%);
}

.arrowBtn {
    position: absolute;
    right: 4px;
}

.arrowBtn {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #F56023;
}

@media screen and (max-width: 1280px) {
    .articleMain {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .articleTitle {
        font-size: clamp(32px, 4vw, 40px);
        line-height: normal;
    }
}

@media screen and (max-width: 1100px) {
    .inArticleMain {
        max-width: 1240px;
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .articleTitle {
        font-size: clamp(24px, 4vw, 32px);
        line-height: normal;
    }

    .leftPartArticle {
        max-width: 100%;
    }

    .textContentArticle h3 {
        font-size: clamp(18px, 2vw, 22px);
        line-height: normal
    }

    .boxActicleContent {
        gap: clamp(16px, 4vw, 32px);
    }

    .titleReccArticles,
    .titleRecc {
        font-size: clamp(20px, 2vw, 24px);
        line-height: normal
    }

    .counterViewer {
        font-size: clamp(12px, 1vw, 15px);
    }

    .boxReccItems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .articleItemRecc {
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding: 16px;
        box-sizing: border-box;
        border-radius: 12px;
        background: #fff;
        flex-direction: column;
    }

    .imageRecc {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        overflow: hidden;
    }

    .textContentArticle p,
    .textContentArticle span {
        color: #282828;
        font-family: Montserrat;
        font-size: clamp(15px, 2vw, 18px);
        font-style: normal;
        font-weight: normal;
        line-height: 160%;
    }

    .boxReccBanner {

        max-width: 100%;
        display: flex;
        position: sticky;
        top: 112px;
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 660px) {
    .boxReccItems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .titleReccArticles,
    .titleRecc {
        font-size: clamp(16px, 2vw, 20px);
        line-height: normal;
    }
}