
.Article__pictureWrapper {
    height: 538px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 48px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.Article__pictureWrapper:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
}
.Article__detail {
    padding: 0 0 64px !important;
}

@media (max-width: 1440px) {
    .Article__pictureWrapper {
        height: 450px;
    }
}

@media (max-width: 700px) {
    .Article__pictureWrapper {
        height: 240px;
        margin-bottom: 20px;
        border-radius: 12px;
    }
.Article__detail {
    padding: 0 0 20px !important;
}
}






.Article__title {
    font-size: 40px !important;

    text-transform: uppercase
}
@media (max-width:1600px) {
    .Article__title {
        font-size: 25px !important;
    }


}
@media (max-width:700px) {
    .Article__title {
        font-size: 20px !important;
    }


}

.wp-block-table {
    overflow-x: auto;
    margin: 30px 0;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table.is-style-stripes {
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

.article-grid {
    display: flex;
    gap: 30px;
    margin: 32px 0;
}

.article__quote {
    background: rgba(208, 171, 131, 0.18);
    border-left: 7px solid #d0ab83;
    padding: 30px;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 17px;
}
.article__quote span {
    color: #d0ab83;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    font-style: normal;
}
@media (max-width: 992px) {
    .article-grid {
        flex-direction: column;
    }



}

.artilce__top__block__flexArticle {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    bottom: 24px;

    z-index: 10;
    padding: 0 52px;
    width: 100%;
}
.artilce__top__block__flexArticle__reactions {
    background: rgba(255, 255, 255, 0.60);
    border-radius: 60px;
    padding: 7px 21px;
    display: flex;
    gap: 31px;
    height: 77px;
}
.artilce__top__block__flexArticle__reactions__reaction {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 8px;
    align-items: center;
    padding: 0;
}
.artilce__top__block__flexArticle__reactions__reaction span:first-child {
    font-size: 42px;
}
.artilce__top__block__flexArticle__reactions span {
    display: flex;
    gap: 8px;
    font-size: 28px;
}
.artilce__top__block__flexArticle__reactions [hidden] {
    display: none !important;
}
.artilce__top__block__flexArticle__time {
    font-size: 32px;
    font-weight: 600;
    color: white;
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 1440px) {
    .artilce__top__block__flexArticle__time
    {
        font-size: 25px;
    }
    .artilce__top__block__flexArticle__time svg {

    }
    .artilce__top__block__flexArticle__reactions__reaction span:first-child {
        font-size: 31px;
    }
    .artilce__top__block__flexArticle__reactions span {
        font-size: 19px;
    }
    .artilce__top__block__flexArticle__reactions {
        height: 59px;
        gap: 23px;
    }
    .artilce__top__block__flexArticle {
        padding: 0 35px;
    }

}




@media (max-width: 700px) {
    .artilce__top__block__flexArticle__reactions span {
        color: white;font-size: 12px;

    }
    .artilce__top__block__flexArticle {
        bottom: 4px;
        padding: 0 10px;
    }
    .artilce__top__block__flexArticle__time {
        font-size: 16px;
        font-weight: 500;

    }
    .artilce__top__block__flexArticle__time svg {
        height: 24px;
        width: 24px;
    }
    .artilce__top__block__flexArticle__time {
        gap: 6px;
    }
    .artilce__top__block__flexArticle__reactions__reaction span:first-child {
        font-size: 18px;

    }
    .artilce__top__block__flexArticle__reactions {
        height: 35px;
        gap: 18px;
        padding: 4px 12px;
        background: rgba(255, 255, 255, 0.40);
    }
    .artilce__top__block__flex__reactions span {
        color: white;
        font-size: 12px;
    }
}

.releated__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 32px;
}
.releated__head .releated__head__title {
    font-size: 32px;
    font-weight: 600;
}
.releated__head .releated__head__all {
    text-decoration: underline !important;
    font-size: 20px;
    color: #767676;
    font-weight: 400;
}
@media (max-width: 700px) {
    .releated__head {
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .releated__head .releated__head__title {
        font-size: 20px;
    }
    .releated__head .releated__head__all {
        font-size: 14px;
    }
}

.Article__interesting .ArticlesBlock__grid {
    display: block;
}

.Article__interesting .artilce__top {
    width: 100%;
    overflow: hidden;
}

.Article__interesting .artilce__top > .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 32px;
}

.Article__interesting .artilce__top__block {
    --article-image-height: 340px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
    height: auto;
    border-radius: 12px;
    position: relative;
    text-decoration: none;
    width: calc((100% - 64px) / 3);
}

.Article__interesting .artilce__top__block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--article-image-height);
    border-radius: 12px;
    background-image: var(--article-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.Article__interesting .artilce__top__block__imageLink {
    display: block;
    grid-area: 1/1;
    position: relative;
    z-index: 1;
    height: var(--article-image-height);
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}
.Article__interesting .artilce__top__block__imageLink:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
}
.Article__interesting .artilce__top__block img {
    display: block;
    grid-area: 1/1;
    width: 100%;
    height: var(--article-image-height);
    border-radius: 12px;
    visibility: hidden;
}

.Article__interesting .artilce__top__block__title {
    grid-area: 2/1;
    position: relative;
    z-index: 1;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 99px;
    margin-bottom: 20px;
    padding-top: 12px;
    overflow: hidden;
}

.Article__interesting .artilce__top__block__title a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.Article__interesting .artilce__top__block__flex {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--article-image-height) - 70px);
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 13px 19px;
    box-sizing: border-box;
    pointer-events: none;
}

.Article__interesting .artilce__top__block__flex__reactions {
    background: rgba(208, 171, 131, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 32px;
    padding: 4px 12px;
    display: flex;
    gap: 18px;
    height: 44px;
    pointer-events: auto;
}

.Article__interesting .artilce__top__block__flex__reactions__reaction {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 8px;
    align-items: center;
    padding: 0;
}

.Article__interesting .artilce__top__block__flex__reactions__reaction span:first-child {
    font-size: 20px;
}

.Article__interesting .artilce__top__block__flex__reactions span {
    display: flex;
    gap: 8px;
    font-weight: 400;
    color: white;
}

.Article__interesting .artilce__top__block__flex__reactions [hidden] {
    display: none !important;
}

.Article__interesting .artilce__top__block__flex__time {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: 6px;
    flex-shrink: 0;
    pointer-events: auto;
}

.Article__interesting .artilce__top__block__flex__time svg path {
    stroke: #fff;
}

.Article__interesting .swiper-pagination-articles {
    display: none;
}

.Article__interesting .swiper-pagination-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
}

.Article__interesting .swiper-pagination-bullet-theme {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(179, 179, 179, 0.5);
    cursor: pointer;
}

.Article__interesting .swiper-pagination-bullet-theme:nth-last-child(3) {
    background-color: rgba(179, 179, 179, 0.3);
}

.Article__interesting .swiper-pagination-bullet-theme:nth-last-child(2) {
    background-color: rgba(179, 179, 179, 0.2);
}

.Article__interesting .swiper-pagination-bullet-theme:last-child {
    background-color: rgba(179, 179, 179, 0.1);
}

.Article__interesting .swiper-pagination-bullet-theme.swiper-pagination-bullet-theme-active {
    background-color: #131313;
}
@media (max-width: 1600px) {
    .Article__interesting .artilce__top__block__title a {
        font-size: 20px;
    }

}
@media (max-width: 1270px) {
    .Article__interesting .artilce__top__block {
        width: calc((100% - 32px) / 2);
    }
}

@media (max-width: 899px) {
    .Article__interesting .artilce__top {
        overflow: visible;
        width: calc(100% + 15px);
        margin-right: -15px;
    }

    .Article__interesting .artilce__top > .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0;
    }

    .Article__interesting .artilce__top .artilce__top__block {
        --article-image-height: 242px;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 0;
        width: 100%;
        height: auto;
    }

    .Article__interesting .artilce__top .artilce__top__block::before {
        height: var(--article-image-height);
        background-size: cover;
    }

    .Article__interesting .artilce__top__block__imageLink {
        grid-area: 1/1;
        height: var(--article-image-height);
        margin-bottom: 0;
    }

    .Article__interesting .artilce__top__block img {
        grid-area: 1/1;
        width: 100%;
        height: var(--article-image-height);
        margin-bottom: 0;
    }

    .Article__interesting .artilce__top__block__flex {
        top: calc(var(--article-image-height) - 38px);
        padding: 4px 10px;
    }

    .Article__interesting .artilce__top__block__flex__reactions {
        background: rgba(208, 171, 131, 0.25);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        height: 30px;
    }

    .Article__interesting .artilce__top__block__flex__reactions__reaction span:last-child {
        font-size: 12px;
    }

    .Article__interesting .artilce__top__block__flex__reactions__reaction span:first-child {
        font-size: 16px;
    }

    .Article__interesting .artilce__top__block__flex__time {
        color: #fff;
    }

    .Article__interesting .artilce__top__block__flex__time svg path {
        stroke: #fff;
    }

    .Article__interesting .artilce__top__block__title {
        grid-area: 2/1;
        min-height: 0;
        margin-bottom: 0;
        padding-top: 10px;
        background: #fff;
        z-index: 2;
        height: 96px;
    }

    .Article__interesting .swiper-pagination-articles {
        display: flex;
    }

    .Article__interesting .swiper-pagination-theme {
        gap: 3px;
        margin-top: 27px;
    }

    .Article__interesting .swiper-pagination-bullet-theme {
        width: 6px;
        height: 6px;
    }






}

@media (max-width: 420px) {
    .Article__interesting .artilce__top__block__flex__time {
        display: none;
    }
}

.Article__interestingButtons {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;

    width: 100%;
}

.Article__interestingButtons__link {
    text-decoration: none;
    display: block;
}

.Article__interestingButtons__button {
    height: 100px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    min-height: 56px;
    text-decoration: none;
    color: #fff;
}

.Article__interestingButtons__button:hover {
    transform: translateY(-2px);
    opacity: .95;
}

.Article__interestingButtons__button:active {
    transform: translateY(0);
}

.Article__interestingButtons__button--max {
    background: linear-gradient(45deg, #44CCFF, #5533EE, #9933EE);
}

.Article__interestingButtons__button--telegram {
    background-color: #229ed9;
}

.Article__interestingButtons__button--telegram:hover {
    background-color: #1e8cc7;
}

.Article__interestingButtons__button--vk {
    background-color: #4680c2;
}

.Article__interestingButtons__button--vk:hover {
    background-color: #3e74b1;
}

.Article__interestingButtons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.Article__interestingButtons__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.Article__interestingButtons__text {
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
}
@media (max-width: 1600px) {
    .Article__interestingButtons__button {
        width: 350px;
    }


}
@media (max-width: 1200px) {
    .Article__interestingButtons__button {
        width: 200px;
    }

    .Article__interestingButtons__text {
        display: none;
    }
}



@media (max-width: 900px) {



    .Article__interestingButtons {
        gap: 10px;
    }

    .Article__interestingButtons__button {
        width: 150px;
        min-width: 64px;
        padding: 11px 20px;
        height: 56px;
    }


    .Article__interestingButtons__icon {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 700px) {
    .Article__interestingButtons__button {
        width: 96px;
    }

}


@media (max-width: 390px) {
    .Article__interestingButtons__button {
        width: 80px;
    }


}


.Article__interesting .grade {
    display: flex;
    justify-content: center;
    gap: 308px;
    margin-bottom: 64px;
    align-items: center;

}

.Article__interesting  .grade__btn {
    width: 521px;
    height: 86px;
    color: white;
    box-shadow: 0px 3px 4px rgba(223.02, 237.74, 255, 0.10) inset, 0px 1px 1px rgba(255, 255, 255, 0.10) inset, 0px -2px 2px rgba(0, 66.30, 137.17, 0.15) inset, 0px 2px 5px rgba(74, 58, 255, 0.25); border-radius: 12px; outline: 0.50px #D2CEFF solid; justify-content: center; align-items: center; gap: 6px;
    background: #D6B595;
    display: flex;
    font-size: 28px;

    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 400;
}

.grade__flex .grade__title {
text-align: center;
font-size: 32px;
font-weight: 500;
margin-bottom: 20px;
}
.Article__interesting  .grade__reactions {
display: flex;

    justify-content: center;
    background: #D6B595;
border-radius: 60px;
    height: 78px;
    align-items: center;
    gap: 47px;
    padding: 0 20px;
}
.Article__interesting  .grade__reactions  .grade__reactions__reaction {

    font-size: 42.08px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.Article__interesting  .grade__reactions  .grade__reactions__reaction .grade__reactions__reaction__number {

    color: white;
    font-size: 28.05px;
    font-weight: 400;
}
@media (max-width: 1250px) {
    .Article__interesting .grade {
        gap: 100px;
    }
    .Article__interesting .grade__btn {
        width: 450px;
        font-size: 23px;
    }
    .Article__interesting .grade__reactions .grade__reactions__reaction {
        font-size: 30.08px;
    }
    .Article__interesting .grade__reactions .grade__reactions__reaction .grade__reactions__reaction__number {
        font-size: 21.05px;
    }
    .Article__interesting .grade__reactions {
        height: 69px;
    }
    .grade__flex .grade__title {
        font-size: 20px;
    }

}

@media (max-width: 1000px) {
    .Article__interesting .grade {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 20px;
    }
    .Article__interesting .grade__flex {
        width: 100%;
    }
    .grade__flex .grade__title {

        font-size: 16px;
margin-bottom: 12px;
    }
    .Article__interesting .grade__reactions .grade__reactions__reaction {
        font-size: 22.98px;
        gap: 10px;
    }
    .Article__interesting .grade__reactions .grade__reactions__reaction .grade__reactions__reaction__number {
        font-size: 15.32px;

    }
    .Article__interesting .grade__reactions {
        width: 239px;
        gap: 23px;
        height: 44px;
        margin: 0 auto;
        border-radius: 40px;
    }

    .Article__interesting .grade__btn {
        width: 100%;
        height: 56px;
        font-size: 16px;


    }




}

