* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer-counters {
    opacity: 0.5;
}
html, body {
    font: 400 14px/1.3rem 'Montserrat', sans-serif;
    margin: 0 auto;
    background: #f7f8f9;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

p {
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
}

img {
    user-select: none !important;
}

#main {
    min-height: calc(100vh - 380px);
    margin-top: 60px;
}
.ce-block[id]:before,
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before {
    display: block;
    content: " ";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}
.container {
    margin: 60px auto 0;
    max-width: 1200px;
    width: 100%;
    padding: 0 1em;
}

.container .containe-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: calc(100vh - 570px);
    position: relative;
    width: 100%;
}

.simple_block {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
    width: 100%;
}

.img-btn-to-new-cat {
    display: block;
}

.img-btn-to-new-cat img {
    width: 100%;
}

.ddos {
    margin: 100px auto 0 auto;
    max-width: 1441px;
    font: 600 20px Noto Sans, sans-serif;
}

.tiles-news-block {
    margin-top: 70px;
}
.tiles-news-block .category-title {
    margin: 0;
}


/* TILES-NEWS-BLOCK */
.block-name {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    width: 100%;
}

.block-name__text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-right: 40px;
    text-decoration: none;
}

a.block-name__text:hover {
    color: #e01a24;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.main__list_cat {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 1em;
    box-sizing: border-box;
}

.main__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    /* padding: 1em; */
    box-sizing: border-box;
}

.main__list .main__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 10px);
    max-height: 500px;
    background: #fff;
    border: solid 1px transparent;
    box-sizing: border-box;
    border-radius: 8px !important;
    margin-bottom: 2em !important;
    transition: 0.4s linear;
    position: relative;
}
.main__list .main__item:hover {
    transform: translateY(-.5em);
}

.main__pict {
    width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 220px;
    border-radius: 8px 8px 0 0 !important;
    overflow: hidden;
    position: relative;
}

.main__pict img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    object-fit: cover;
}

.main__pict .blurBg_pict {
    filter: blur(4px);
    height: 100%;
    opacity: .6;
    position: absolute;
    width: 100%;
}

.main__pict .blurBg_pict img {
    object-fit: cover;
    z-index: 1;
}

.main__text {
    padding: 1em;
    box-sizing: border-box;
}

.main__category {
    display: block;
    color: #017ab9;
    font-size: 12px;
    margin-bottom: .5em;
}

.main__subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #25292d;
    margin-bottom: 1em;
    transition: 0.4s linear;
    font-weight: 400;
}

.post__views {
    margin-left: 25px;
    position: relative;
}
.post__views::before {
    content: '';
    background-image: url('img/icons/views-eye-grey-icon.svg');
    position: absolute;
    height: 100%;
    height: 10px;
    left: -20px;
    width: 18px;
    background-repeat: no-repeat;
    top: 2px;
}

@media (max-width: 780px) {
    .main__subtitle {
        margin-bottom: 2em;
    }
}

@media (max-width: 460px) {
    .main__subtitle {
        font-size: 15px !important;
        line-height: 18px !important;
    }
}

.main__subtitle:hover,
.main-grid__title:hover {
    color: #e01a24;
}

.main__desc {
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 7px;
}

@media (max-width: 460px) {
    .main__desc {
        font-size: 11px;
    }
}

.img-btn-to-new-cat {
    display: block;
}

.img-btn-to-new-cat img {
    width: 100%;
}

@media (max-width: 992px) {
    .main__list {
        flex-direction: column;
    }

    .main__list .main__item {
        width: 100%;
        height: auto;
        max-height: unset;
    }

    .main__pict img {
        position: unset;
    }

    .main__pict {
        height: auto;
    }
}

@media (max-width: 460px) {
    .main__pict {
        height: 0;
        padding-bottom: 56%;
    }
}

/* TILES-NEWS-BLOCK - END */

.btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: none;
    border: none;
    transition: color, background-color 0.3s ease;
    padding: 0 2.5rem;
}
.normal-btn {
    height: 48px;
    color: #fff;
    font: 500 14px/46px "Montserrat", sans-serif;
    background: #e01a24;
    transition: 0.4s linear;
    border-radius: 3px;
    text-align: center;
    padding: 0 40px;
    cursor: pointer;
    border: solid transparent 1px;
    box-sizing: border-box;
  }
  .normal-btn:hover {
    background-color: white;
    color: #e01a24;
    border: solid #e01a24 1px;
  }
  .normal-btn:active {
    background: #e01a24;
  }
.btn-load-more {
    background-color: #f4f4f4;
    border: none;
    color: #414141;
    cursor: pointer;
    display: block;
    font: 400 14px/1.3rem Noto Sans, sans-serif;
    letter-spacing: .4px;
    margin: 30px auto;
    min-height: 56px;
    padding: 15px 30px;
    text-align: center;
    transition: background-color .2s linear;
    width: 100%;
    outline: none;
}

.btn-load-more:hover {
    background-color: #e1f3f2;
}

/* HEADER STYLES */

.header-wrap {
    background: #fff;
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
    display: flex;
    align-items: center;
}

.header-wrap {
    background: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 5%);
    box-sizing: border-box;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
}

.header-wrap .header-content-block {
    padding: 0 14px;
}

.headerwrap .header-content-block {
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.header-content__logo {
    display: flex;
    /*height: 1.5rem;*/
    width: 230px;
    height: 64px;
    line-height: 64px;
    /*background: url("/assets/img/logo__9may.svg") no-repeat 0 center;*/
    background-size: contain;
    align-items: center;
}

.header-wrap .header-content-block {
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.header-content-block__left, .header-content-block__right, .header-content__currency {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    /* width: 80%; */
}

.mobile__burger {
    display: flex;
    position: absolute;
    top: 10px;
}

.mobile__cross {
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    font-size: 60px !important;
    left: -8%;
}

.header-content__mobile-menu {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    display: none;
    flex-direction: column;
    left: -10%;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 130% !important;
}

.header-content__mobile-menu .header-content__menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #000 !important;
    font-size: 14px;
    line-height: 2.6;
    margin-left: 7%;
    margin-right: auto;
    padding: 20px;
    transition: .4s linear;
    width: 90%;
}

.header-content__menu-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 8em;
    width: 80%;
}

.header-content__menu-list .header-content__menu-item {
    color: #000;
    font: 400 18px/22px 'Montserrat', sans-serif;
    transition: .2s linear;
    margin: 0px 1em;
}

.header-content__menu-list .header-content__menu-item:hover {
    color: #e01a24;
}

.typewrite-logo {
    color: #6c757d;
    font-family: Playfair Display, serif;
    font-size: 25px;
    font-weight: 400;
    transition: .3s linear;
}

.typewrite-logo:hover {
    color: #e01a24;
}

.header-content__mobile-menu {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    display: none;
    flex-direction: column;
    left: -10%;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 130% !important;
}

.header__mobile-menu {
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: 100;
    height: 40px;
    margin-left: auto;
    position: relative;
    width: 40px;
}

@media (max-width: 1024px) {
    .header-content__menu-list .header-content__menu-item {
        margin: 0 18px;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .header__mobile-menu {
        display: flex;
    }
    .menu-search {
        font-size: 0;
    }

    .header-content__arabic, .header-content__menu-list {
        display: none;
    }

    .header-content-block__left {
        width: 100%;
    }
}

/* HEADER STYLES - END */


.wrap a {
    color: green;
    font: 300 17px Noto Sans, sans-serif;
    text-decoration: none;
}

.wrap a:hover {
    color: #105B3B;
    text-decoration: underline;
}

.wrap {
    font: 300 17px Noto Sans, sans-serif;
    margin: 100px auto 0 auto;
    max-width: 1441px;
    width: 100%;
    display: flex;
}


.wrap p {
    line-height: 1.5em;
    color: #414141;
}

.editorjs-show h1, .editorjs-show figure {
    margin-bottom: 20px;
    margin-top: 20px;
}

.editorjs-show figure figcaption {
    font: 300 13px Noto Sans, sans-serif;
}
.editorjs-show figure img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.sidebar {
    width: 320px;
    margin-left: 20px;
}

.lenta {
    flex-grow: 1;
}

.sidebar a {
    display: block;
    width: 100%;
}

.sidebar a img {
    width: 100%;
}


/* SINGLE STYLES */

.single__columns {
    /* width: 68%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 100px auto 50px auto;
}

@media screen and (max-width: 1024px) {
    .single__columns {
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .single__columns {
        padding: 0 15px;
    }
}

.single__left {
    width: 70%;
    padding: 0 2em;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .single__left {
        width: 100%;
        padding: 0;
        margin-top: 2em;
    }
}

@media screen and (max-width: 990px) {
    .single__left {
        margin-top: 1em;
    }
}

.single__right {
    display: flex;
    flex-direction: column;
    width: 28%;
    padding: 0 1em;
    box-sizing: border-box;
}

.single__right a {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.single__right a img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .single__columns {
        flex-direction: column;
    }

    .single__right {
        width: 100%;
    }
}

.single-image-container {
    overflow: hidden;
}

.single-image-container,
.single-block-content__text,
.post-tags-block {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-date-block .post-published, .post-date-block .post-updated {
    font: 300 13px/18px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #8e8e8e;
}

/* .post-date-block .post-main-title {
    margin: 0 0 22px;
    color: #000;
} */
.post-main-title {
    color: #000;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 24px;
}

.post-seo-title {
    margin: 0 0 24px;
    font: 700 22px/28px 'Montserrat', sans-serif;
}

.post-date-block .post-main-lead {
    color: #414141;
    padding-left: 0;
    border-left: none;
    font: 400 15px/26px 'Montserrat', sans-serif;
    margin-bottom: 32px;
    border-bottom: 3px solid;
    padding-bottom: 32px;
}

.single__category {
    text-transform: uppercase;
    color: #e01a24;
    font-size: 16px;
    margin-right: 15px;
    transition: .4s linear;
}

.single__category:hover {
    transform: translateY(-3px);
}

.post-like-com-view-cat-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}

.post-like-com-view-cat-block .post-cat .post-cat__link {
    color: #414141;
    font: 400 13px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.singe__date {
    display: flex;
    flex-direction: row;
    color: rgba(0, 0, 0, 0.6);
}

.post-author {
    display: flex;
}

.post-author__name {
    font: 400 15px/21px 'Roboto', serif;
    color: #e01a24;
    transition: .3s linear;
}

.single-block-content {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #414141;
    margin-bottom: 32px;
}

.single-block-content .twitter-tweet {
    margin: 0 auto !important;
}

.single-block-content iframe {
    margin: 0 auto !important;
    max-width: 100%;
}

.single-block-content p {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 28px;
    color: #414141;
    margin-bottom: 32px;
    width: 100%;
}

.single-block-content p iframe {
    margin-bottom: 0;
}

.single-block-content p a,
.single-block-content blockquote a, 
.single-block-content .cdx-content a {
    color: #e01a24;
}

.single-block-content p a:hover,
.single-block-content blockquote a:hover,
.single-block-content .cdx-content a:hover {
    color: #e01a24;
}

.single-block-content h2, .single-block-content h1 {
    font: bold 28px/30px;
    margin-bottom: 24px;
}

.single-block-content h2 {
    font: bold 28px/30px;
}

.single-block-content h3 {
    font: bold 18px/24px;
    margin-bottom: 12px;
}

.single-block-content blockquote {
    background-color: hsla(0, 0%, 50%, .1);
    border-radius: 10px;
    box-sizing: border-box;
    font: 400 16px/28px;
    font-style: italic;
    margin-bottom: 32px;
    padding: 1em;
    position: relative;
}

.subscribe {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto 1em auto;
    width: fit-content;
    min-width: 300px;
    justify-content: space-between;
}

.subscribe__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 420px) {
    .subscribe__content {
        flex-direction: column;
    }
}

.subscribe__title {
    text-transform: uppercase;
    display: flex;
    margin: 0 auto;
}

.subscribe__item {
    display: flex;
    flex-direction: row;
    width: calc(33% - 5px);
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #e01a24;
    border-radius: 4px;
    min-width: 115px;
    height: 42px;
    margin: 5px 0;
    justify-content: center;
    transition: .4s;
}


.subscribe__item:hover {
    transform: scale(1.05);
}

.subscribe__item:nth-of-type(1) {
    background: url("/assets/img/icons/share-icons/share-novosti.svg") no-repeat center/80%;
}

.subscribe__item:nth-of-type(2) {
    background: url("/assets/img/icons/share-icons/share-dzen.svg") no-repeat center;
    margin: 5px 12px;
}

.subscribe__item:nth-of-type(3) {
    background: url("/assets/img/icons/share-icons/share-vkontakte.svg") no-repeat center;
    background-size: 80%;
}

@media screen and (max-width: 420px) {
    .subscribe__item {
        width: 100%;
    }
    .subscribe__item:nth-of-type(1){
        background-size: 45%;
    }
    .subscribe__item:nth-of-type(2) {
        margin: 0;
    }
}


@media (max-width: 1200px) {
    .single-block-content {
        font-size: 14px;
    }
}

/* SINGLE STYLES - END */


/* CATEGORY PAGE STYLES */

.category_block-container,
.category__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.category-title {
    color: #e01a24;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    margin: 80px auto 0;
    padding-bottom: 0;
    width: 90%;
    line-height: 45px;
}

.category-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    height: 350px;
    overflow: hidden;
    position: relative;
    transition: .4s linear;
    width: 32%;
}

.category-item:hover {
    transform: translateY(-.5em);
}

.category-item .pict-gradient {
    display: none;
}
.category-item .image-block a {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
}
.category-item img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.category-item .image-block {
    height: 215px;
    position: relative;
    overflow: hidden;
}

.category-item-text {
    display: flex;
    flex-direction: column;
    padding: 1em 1em 0 2em;
}

.category-item .category-item-category {
    color: #017ab9;
    display: block;
    font-size: 12px;
    margin-bottom: .5em;
}

.category-item-title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    transition: .4s linear;
}

.category-item-title:hover {
    color: #e01a24;
}

.category-item-desc {
    bottom: 7px;
    font-size: 12px;
    left: 2em;
    margin-top: 2em;
    position: absolute;
}

div.category-item:nth-of-type(10n+1) .pict-gradient,
div.category-item:nth-of-type(10n+7) .pict-gradient {
    display: block;
    background: linear-gradient(
            180deg, transparent, rgba(0, 0, 0, .5)), linear-gradient(
            180deg, rgba(43, 91, 164, 0) 27.3%, #000);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}


div.category-item:nth-of-type(10n+1),
div.category-item:nth-of-type(10n+7) {
    border: 1px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    height: 350px;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 2em;
    position: relative;
    transition: .4s linear;
    flex-direction: unset;
    width: 66%;
}

div.category-item:nth-of-type(10n+1) .post__views::before,
div.category-item:nth-of-type(10n+7) .post__views::before {
    background-image: url('img/icons/views-eye-icon.svg');
}

.more__button {
    background-color: transparent;
    border: 1px solid #e01a24;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(230 43 52 / 34%);
    box-sizing: border-box;
    color: #e01a24;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 36px;
    margin: 4em auto;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .4s linear;
}

.more__button:hover {
    background: #e01a24;
    color: #fff;
}

div.category-item:nth-of-type(10n+1) div.image-block,
div.category-item:nth-of-type(10n+7) div.image-block {
    border-radius: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    min-height: 100%;
}

div.category-item:nth-of-type(10n+1) div.image-block img,
div.category-item:nth-of-type(10n+7) div.image-block img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

div.category-item:nth-of-type(10n+1) div.category-item-text,
div.category-item:nth-of-type(10n+7) div.category-item-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 30px;
    z-index: 5;
    padding: 2rem 0rem;
}

div.category-item:nth-of-type(10n+1) h3.category-item-title,
div.category-item:nth-of-type(10n+7) h3.category-item-title {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    transition: .4s linear;
}

div.category-item:nth-of-type(10n+1) a.category-item-category,
div.category-item:nth-of-type(10n+7) a.category-item-category {
    display: none;
    /*background: #e01a24;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 24px;*/
    /*display: flex;*/
    /*font-size: 12px;*/
    /*font-weight: 300;*/
    /*justify-content: center;*/
    /*line-height: 24px;*/
    /*margin-bottom: 1em;*/
    /*opacity: .6;*/
    /*padding: 0 10px!important;*/
    /*text-transform: uppercase;*/
    /*transition: .4s linear;*/
    /*width: -webkit-fit-content;*/
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
}

div.category-item:nth-of-type(10n+1) div.category-item-desc,
div.category-item:nth-of-type(10n+7) div.category-item-desc {
    color: #fff;
    margin: 1rem 0.5rem;
    z-index: 7;
}

@media (max-width: 992px) {
    .category_block-container {
        flex-direction: column;
    }

    .category-item {
        margin: 0 0 1em;
        width: 96%;
        height: auto;
    }

    .category-item-text {
        height: 130px;
    }

    div.category-item:nth-of-type(10n+1) div.category-item-text,
    div.category-item:nth-of-type(10n+7) div.category-item-text {
        height: auto;
    }

    div.category-item:nth-of-type(10n+1),
    div.category-item:nth-of-type(10n+7) {
        height: 350px;
        margin: 0 0 1em;
        width: 96%;
    }

    div.category-item:nth-of-type(10n+1) h3.category-item-title,
    div.category-item:nth-of-type(10n+7) h3.category-item-title {
        line-height: 23px;
    }

}

/* CATEGORY PAGE STYLES - END*/


/* FOOTER STYLES*/

.footer__block {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 2rem 14%;
    width: 100%;
}

.footer__title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.footer__hr {
    border-top: 4px solid #000;
    margin-bottom: 2em;
    margin-top: -2px;
    width: 50px;
}

.footer__about {
    font-size: 14px;
    font-weight: 400;
}

.footer__text {
    color: #6c757d;
    font-size: 13px;
    line-height: 42px;
    margin-top: 1.5em;
    width: 80%;
    line-height: 26px;
}

.ages18 {
    background-color: #e01a24;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 40px !important;
    line-height: 40px;
    margin-left: .5em;
    margin-right: 4em;
    text-align: center;
    width: 40px !important;
}

.footer__bottom {
    color: #687385;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
}

.footer__copyright {
    color: #687385;
}

.footer__about-items {
    /*font-size: 10px;
    margin-top: 2em;*/
    display: flex;
    flex-wrap: wrap;
}
.footer__about-items > a{margin-bottom: 5px;}

.footer__about-item {
    border-right: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #687385;
    line-height: 18px;
    max-width: 280px;
    padding: 0 1em;
    transition: .4s linear;
}

/* FOOTER STYLES - END*/


@media (max-width: 1440px) {
    .wrap, .container, .ddos {
        width: calc(100% - 50px);
    }
}

@media (max-width: 1100px) {
    .ages18 {
        font-size: 10px !important;
        height: 26px !important;
        line-height: 26px !important;
        width: 26px !important;
    }
}

@media (max-width: 991px) {

    .container .container-flex {
        display: block;
        width: 100% !important;
    }
    .category-item .image-block{
        height: auto;
    }
    .category-item img {
        width: 100%;
        min-height: 100%;
        z-index: 2;
        object-fit: cover;
        position: initial;
        transform: none;
    }


}


/* TOP BANNERS */

.top_main_news_alarm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.top_main_news_alarm > .top_main_news_alarm_left { grid-area: 1 / 1 / 2 / 2; }
.top_main_news_alarm > .top_main_news_alarm_right { grid-area: 1 / 2 / 2 / 3; }
.top_main_news_alarm img {
    width: 100%;
}
@media screen and (max-width: 800px){
    .top_main_news_alarm {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .top_main_news_alarm > .top_main_news_alarm_left { grid-area: 1 / 1 / 2 / 2; }
    .top_main_news_alarm > .top_main_news_alarm_right { grid-area: 2 / 1 / 3 / 2; }
    .wrap, .container, .ddos {
        width: calc(100% - 20px);
    }
    .main__list {
        padding:0;
    }
}

/* TOP BANNERS END */
@media screen and (max-width: 425px){
    .editorjs-show iframe {
        max-width: 375px;
        max-height: 235px;
    }
}
@media (max-width: 670px) {
    div.category-item:nth-of-type(10n+1),
    div.category-item:nth-of-type(10n+7) {
        height: 300px;
    }
}
@media (max-width: 500px) {
    div.category-item:nth-of-type(10n+1),
    div.category-item:nth-of-type(10n+7) {
        height: 220px;
    }
}

.main_slider__slide picture {
    aspect-ratio: 21/ 9;
    display: block;
    overflow: hidden;
    position: relative;
}

.main_slider__slide picture * {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.main_slider__slide{
    position: relative;
    color: #fff;
}

.main_slider__slide a {
    color: #fff;
    text-decoration: none;
}
.main_slider__slide a:hover {
    color: #e01a24;
}
.main_slider__gradient {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5)),linear-gradient(180deg,rgba(43,91,164,0) 27.3%,#000);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.main_slider__content-block {
    bottom: 100px;
    display: flex;
    flex-direction: column;
    left: 100px;
    position: absolute;
    z-index: 5;
}

.main_slider__content-block h3 {
    margin-right: 10px;
}
.main_slider__title {
    display: flex;
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
    transition: .4s linear;
}
.main_slider__desc {
    bottom: 50px;
    display: flex;
    left: 100px;
    position: absolute;
    z-index: 4;
}
.main_slider__views {
    display: none;
}
.main_slider__slide .post__views::before {
    top: 3px;
    background-image: url('img/icons/views-eye-icon.svg');
}
@media screen and (max-width: 700px) {
    .main_slider__desc {
        left: 50px;
    }
    .main_slider__content-block {
        left: 50px;
    }
    .main_slider__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 500px) {

    .main_slider__slide picture {
        aspect-ratio: 16/ 9;
    }
    .main_slider__desc {
        left: 24px;
        bottom: 20px;
    }
    .main_slider__content-block {
        left: 24px;
        bottom: 55px;
    }
    .main_slider__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.pegassSlider > .pegassSliderPrev,
.pegassSlider > .pegassSliderNext {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 1em;
    z-index: 6;
    width: 52px;
    height: 60px;
    top: auto;
    bottom: 15px;
    transform: initial;
}
.pegassSlider > .pegassSliderNext {
    right: 40px;
}
.pegassSlider > .pegassSliderPrev {
    left: auto;
    right: 110px;
}

.pegassSlider > .pegassSliderPrev:hover:before,
.pegassSlider > .pegassSliderNext:hover:before {
    color: #e01a24;
}
.pegassSlider > .pegassSliderPrev:before,
.pegassSlider > .pegassSliderNext:before {
    content: "\221F";
    color: #fff;
    display: inline-block;
    font-size: 26px;
    transition: .3s linear;
    transform-origin: center;
}
.pegassSlider > .pegassSliderNext:before {
    transform: rotate(225deg);
}
.pegassSlider > .pegassSliderPrev:before {
    transform: rotate(45deg);
}

.slider-galleryPost figure {
    margin-top: 0;
}
.pegassSlider.slider-galleryPost > .pegassSliderPrev:before,
.pegassSlider.slider-galleryPost > .pegassSliderNext:before {
    content: '';
    display: none;
}

.pegassSlider.slider-galleryPost > .pegassSliderNext {
    right: 0px;
}
.pegassSlider.slider-galleryPost > .pegassSliderPrev {
    left: 0px;
    right: auto;
}

.pegassSlider.slider-galleryPost > .pegassSliderPrev, .pegassSlider.slider-galleryPost > .pegassSliderNext{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 70px;
    z-index: 1;
    transform: translate(0,-50%);
    border: none;
    color: #ffffff;
    font-size: 1.5em;
    background: #e01a24;
    padding: 0;
}
footnotes {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
}

footnotes li {
    list-style-type: none;
}

.post-tags-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 6px;
    margin: 0 auto;
    flex-direction: row;
}
.post-tags-block .post-tag {
    border-bottom: 1px solid rgba(0,0,0,.4);
    box-sizing: border-box;
    color: rgba(0,0,0,.6);
    display: block;
    font-size: 14px;
    font-style: italic!important;
    font-weight: 300;
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 4px;
    transition: .3s linear;
    text-decoration: none;
}
.post-tags-block .post-tag:hover {
    color: #e3363e;
}
.article-under-block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    width: 100%;
}
.da-list >.da-list__item {
    display: inline-block !important;
    width: 25% !important;
    margin-bottom: 20px;
}

/*///// PAGE ABOUT ////*/
.main-block__about {
    display: flex;
    flex-direction: column;
    font-family: Roboto,serif;
    font-size: 20px;
    font-weight: 300;
    margin: 2em auto;
    width: 90%;
    line-height: 1.6;
    margin-bottom: 12px;
}
.main-title__about {
    display: flex;
    font-family: Montserrat,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    justify-content: left;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
}

.hr__about {
    color: rgba(0,0,0,.02);
    margin: 2em auto;
    width: 100%;
}
.about__link:hover {
    color: #e01a24;
}

.about__link {
    transition: .3s linear;
}
.rules__subtitle {
    margin: 1em 0;
}
.about__list {
    list-style-position: inside;
    margin-top: 2em;
}
.about__item {
    margin-bottom: 1em;
    margin-left: 2em;
}
/*///// /PAGE ABOUT ////*/

/*///// PAGE POLICY ////*/
.container.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: calc(100vh - 570px);
    position: relative;
    width: 100%;
}
.politics-page-wrapper {
    margin-bottom: 30px;
}
.main-title__about {
    display: flex;
    font-family: Montserrat,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    justify-content: left;
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
    hyphens: auto;
    line-height: 1em;
}
.policy__title {
    display: flex;
    font-family: Roboto,serif;
    font-size: 20px;
    font-size: 1.2em;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.main-block__policy p, .main-block__policy ul li {
    font-family: Roboto,serif!important;
    font-size: 20px!important;
    font-weight: 300!important;
}
.politics-page-wrapper li, .politics-page-wrapper p {
    word-wrap: break-word;
    color: #4d4d4d;
    font-family: Noto Sans;
    font-size: 16px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    letter-spacing: .01em;
    line-height: 28px;
    overflow-wrap: break-word;
}
.text-underline {
    text-decoration: underline;
}
/*///// /PAGE POLICY ////*/

/*///// PAGE POLITICS ////*/
.main-block__about .politics__text {
    font-family: Roboto,serif!important;
    font-size: 20px!important;
    font-weight: 300!important;
}
.policy__title {
    display: flex;
    font-family: Roboto,serif;
    font-size: 20px;
    font-size: 1.2em;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/*///// /PAGE POLITICS ////*/


/*//// TABS MAIN /////*/
.tabs-main .tiles-news-block {
    margin-top: 0;
}
.tabs-content{
    display: flex;
}
.tabs-main .tabs-name-block {
    margin-bottom: 34px;
}
.tabs-main .block-name__text{
    margin-right: 0px;
}
.tabs-main .separator {
    margin: 0px 5px;
    font-size: 20px;
}
.tabs-main .tab-name.active {
    color: #e01a24;
}
.tabs-main .tab-name {
    cursor: pointer;
}
.tabs-main [data-tab-active="false"] {
    display: none;
}
/*//// /TABS MAIN /////*/

.menu-search {
    background: url('/assets/img/icons/search-icon.svg') no-repeat 4px;
    color: #000;
    cursor: pointer;
    padding-left: 30px;
    transition: .2s ease;
    margin-left: auto;
}

/*////// SEARCH PAGE ///////*/

.search__header {
    font-size: 80px;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 0.1);
    line-height: 120px;
    text-align: center;
    margin: 4rem 2rem;
    font-family: "Roboto";
    font-weight: 400;
  }
  
  .search__title {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 1.5em;
  }
  
  .search-main-block {
    width: 96%;
    margin: 0 auto 32px auto;
  }
  
  .search-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .search-block .search-reset-filters__btn {
    width: 160px;
    display: flex;
    font: 300 13px/18px "Montserrat", sans-serif;
    align-items: center;
    color: #414141;
    /* padding-left: 32px; */
    /* background: url("/assets/img/icons/reset-filters-icon.svg") no-repeat 0 center; */
    cursor: pointer;
    transition: 0.2s;
  }
  .search-block .search-reset-filters__btn:hover {
    color: #e01a24;
    /* background: url("/assets/img/icons/reset-filters-icon-hover.svg") no-repeat 0 center; */
  }
  .search-block form#searchForm {
    display: flex;
    width: calc(100% - 160px - 45px);
    height: 48px;
    position: relative;
  }
  .search-block form#searchForm #search-field {
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #687385;
  }
  .search-block form#searchForm .search-btn {
    /* background-image: url("/assets/img/icons/search-icon-grey.svg"); */
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .search-filters-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .filter__type-wrap {
    position: relative;
  }
  .filter__type-wrap .search-date-popup {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
    z-index: 5;
    border-radius: 3px;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  .filter__type-wrap .search-date-popup.show {
    opacity: 1;
    visibility: visible;
  }
  
  .search-popup__input-item,
  .search-popup__input-item-radio {
    font: 300 13px/20px "Montserrat", sans-serif;
    color: #414141;
    cursor: pointer;
    padding: 10px 20px;
  }
  .search-popup__input-item:nth-of-type(1),
  .search-popup__input-item-radio:nth-of-type(1) {
    padding: 20px 20px 10px;
  }
  
  .show-search-news {
    width: 100%;
    border: none;
    transition: 0.2s;
    height: 40px;
    color: #414141;
    font: 300 13px/40px "Montserrat", sans-serif;
    background: #f4f4f4;
    outline: none;
  }
  .show-search-news:hover {
    color: #fff;
    background: #e01a24;
    border: none;
  }
  
  .filter__type-select {
    padding: 10px 50px 10px 13px;
    border-radius: 3px;
    background: #fff url("/assets/img/icons/arrow-bottom.svg") no-repeat right 18px center;
    height: 40px;
    margin-right: 18px;
    font: 300 13px/20px "Montserrat", sans-serif;
    color: #414141;
    cursor: pointer;
    margin-bottom: 20px;
  }
  
  select.filter__type-select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }
  
  select.filter__type-select::-ms-expand {
    display: none;
  }
  
  .filter__type-add {
    padding: 10px 20px 10px 50px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin-right: 18px;
    height: 40px;
    font: 300 13px/20px "Montserrat", sans-serif;
    color: #414141;
    cursor: pointer;
    background: url("/assets/img/icons/plus-icon.svg") no-repeat 20px center;
  }
  
  .find-result-text-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .find-result-text-block .find-text {
    font: bold 18px/24px "Roboto", serif;
    color: #000;
  }
  .find-result-text-block .result-filter-block {
    display: flex;
    align-items: center;
  }
  .find-result-text-block .result-filter-block .sort-text, .find-result-text-block .result-filter-block .sort-by-popular, .find-result-text-block .result-filter-block .sort-by-time {
    font: 300 13px/18px "Montserrat", sans-serif;
    margin-right: 24px;
  }
  .find-result-text-block .result-filter-block .sort-by-popular, .find-result-text-block .result-filter-block .sort-by-time {
    cursor: pointer;
  }
  
  .filter__type-radio {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .filter__type-radio input {
    margin-right: 12px;
  }
  .filter__type-radio label {
    font: 300 13px/18px "Montserrat", sans-serif;
    color: #414141;
    margin-right: 20px;
  }
  
  .cat-filter-scroll {
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
  }
  
  [type=radio]:checked,
  [type=radio]:not(:checked)
  {
    position: absolute;
    left: -9999px;
  }
  
  [type=radio]:checked + label,
  [type=radio]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }
  
  [type=radio]:checked + label:before,
  [type=radio]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  
  [type=radio]:checked + label:after,
  [type=radio]:not(:checked) + label:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #e01a24;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
  }
  
  
  [type=radio]:not(:checked) + label:after{
    opacity: 0;
    transform: scale(0);
  }
  
  [type=radio]:checked + label:after{
    opacity: 1;
    transform: scale(1);
  }
  
  .find-no-result {
    display: none;
    padding: 50px 0 400px 0;
    text-align: center;
  }
  .find-no-result.show {
    display: block;
  }
  .find-no-result .find-no__text {
    font: bold 18px/24px "Roboto", serif;
  }
  
  .mob-btn-filters {
    display: none;
    font: 300 13px/18px "Montserrat", sans-serif;
    margin: 0 auto;
  }
  
  .mobile-filters-popup-slide .mobile-filter-slide__top-pannel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .mobile-filter-slide__btn-reset {
    font: 300 13px/18px "Montserrat", sans-serif;
    color: #414141;
  }
  
  .mobile-filter-slide__title {
    text-transform: uppercase;
    font: bold 13px "Montserrat", sans-serif;
    margin-left: -40px;
  }
  
  .mobile-filter-slide__btn-close {
    width: 16px;
    height: 16px;
    background: url("/assets/img/icons/icon-menu-close-black.svg") no-repeat center;
  }
  
  .mobile-filter-slide__type-select {
    width: 100%;
    height: 40px;
    padding: 8px 13px;
    border-radius: 4px;
    font: 300 13px/22px "Montserrat", sans-serif;
    color: #414141;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
  }
  .mobile-filter-slide__type-select .search-date-popup {
    position: absolute;
    background: #fff;
    z-index: 4;
    left: 0;
    top: 40px;
    right: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  .mobile-filter-slide__type-select .search-date-popup.show {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-filter-slide__type-add {
    width: 100%;
    height: 40px;
    padding: 8px 13px;
    text-align: center;
    border: 1px solid #c0c0c0;
    font: 300 13px/22px "Montserrat", sans-serif;
    color: #414141;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  
  .mobile-sort-by__title {
    font: 300 13px/22px "Montserrat", sans-serif;
    color: #414141;
    margin-bottom: 20px;
  }
  
  .mobile-filters-popup-block {
    display: none;
  }
  
  .form-empty-text {
    color: #e01a24;
    text-transform: uppercase;
    font: 400 10px "Montserrat", sans-serif;
    position: absolute;
    left: -10px;
    bottom: -16px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
  }
  .form-empty-text.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  
  .mob-btnfilters {
    width: 100%;
    text-align: center;
  }
  
  @media screen and (max-width: 991px) {
    .search-main-block {
      width: 100%;
    }
  
    .search-block form#searchForm {
      width: calc(100% - 160px - 15px);
    }
  
    .search-block .search-reset-filters__btn {
      width: 100px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    /* .search-filters-block, */
  .search-block .search-reset-filters__btn
  /* .search-block .error-search-btn,
  .find-result-text-block .result-filter-block  */
  {
      display: none;
    }
  
    .cat-filter-scroll {
      max-height: 200px;
    }
  
    .mobile-filter-slide__type-select .custom-radio-check__label {
      width: 100%;
    }
  
    .search-block form#searchForm,
  form#searchForm input {
      width: 100%;
    }
  
    .mob-btn-filters {
      display: block;
    }
  
    .search-main-block {
      position: relative;
      padding: 16px 0;
    }
    .search-main-block:before {
      content: "";
      position: absolute;
      top: 0;
      left: -14px;
      right: -14px;
      bottom: 0;
      background: #f4f4f4;
      z-index: -1;
    }
  
    .find-no-result {
      padding-bottom: 300px;
      background-size: 100% auto;
    }
  
    .mobile-filters-popup-block {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s ease;
    }
    .mobile-filters-popup-block.show {
      visibility: visible;
      opacity: 1;
    }
    .mobile-filters-popup-block .mobile-filters-popup-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.35);
      z-index: 8;
      opacity: 0;
      transition: 0.3s ease;
    }
    .mobile-filters-popup-block .mobile-filters-popup-bg.show {
      opacity: 1;
    }
    .mobile-filters-popup-block .mobile-filters-popup-slide {
      position: absolute;
      height: 460px;
      left: 0;
      right: 0;
      bottom: -360px;
      padding: 18px 15px;
      opacity: 0;
      background: #f4f4f4;
      border-radius: 14px 14px 0 0;
      z-index: 9;
      transition: 0.3s ease;
    }
    .mobile-filters-popup-block .mobile-filters-popup-slide.show {
      opacity: 1;
      bottom: 0;
    }
  
    .filter__type-radio {
      height: auto;
      display: block;
    }
    .filter__type-radio label {
      margin-right: 40px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 374px) {
    .mobile-filters-popup-block .mobile-filters-popup-slide {
      height: 360px;
    }
  
    #searchForm .normal-btn {
      padding: 0 20px;
    }
  
    .cat-filter-scroll {
      max-height: 146px;
    }
  }
  @media screen and (max-height: 500px) {
    .mobile-filters-popup-block .mobile-filters-popup-slide {
      height: 206px;
    }
    .mobile-filters-popup-block .mobile-filters-popup-slide .filter__type-radio {
      display: inline-block;
    }
  
    .mobile-filter-slide__type-select {
      display: inline-block;
      width: 42%;
      margin-right: 20px;
    }
  }
  .search-tags {
    display: flex;
    flex-direction: column;
    margin: 2em auto;
    width: 68%;
  }
  
  .search-tags__title {
    color: #6c757d;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin: 2em auto 1em auto;
  }
  
  .search-tags__list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  
  .search-tags__item {
    color: #687385;
    font-size: 12px;
    transition: 0.3s linear;
  }
  .search-tags__item:hover {
    color: #e01a24;
  }
/*////// /SEARCH PAGE ///////*/

.submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.submenu-wrapper > * {
    flex: 33% 1 1;
}
.submenu-item {
    list-style: none;
    color: #000;
    font: 400 17px/20px 'Montserrat', sans-serif;
    transition: .2s linear;
    margin: 0.9em 1em;
}
.submenu-item a:hover {
    color: #e01a24;;
}
.tiles-news-block.submenu-margin {
    margin-top: 30px;
}
@media screen and (max-width: 666px) {
    .submenu-wrapper {
        flex-direction: column;
    }
}

.error__block{
    color: #414141;
    padding-top: 50px;
    width: 100%;
}

.error__block a {
    font-weight: 400;
    color: #e01a24;
}

.error__block a:hover {
    color: #e01a24;
}

.error__block ul {
    padding: 0 20px;
    margin-bottom: 20px;
}

.error__block p {
    font-weight: 400;
    font-size: 20px;
    color: #414141;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 12px;
}

.error__block ul li {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}

.error__block .main-title{
    text-align: center;
    margin: 1rem auto 3rem auto;
    line-height: 45px;
}
.error__block ul {
    margin-left: 3rem;
}
.error__block .image {
    width: 100%;
    max-width: 600px;
    margin: 1rem auto 2rem;
    aspect-ratio: 16 / 9;
}
.error__block .image img {
    width: 100%;
}

.block-long-img {
    width: 100%;
}
a + .singe__date {
    margin-left: 20px;
}
@media screen and (max-width:1024px) {
    .post-date-block .post-main-title {
        margin: 0 0 11px;
    }

    .post-main-title {
        font-size: 20px;
        line-height: 24px;
    }
    .single__columns.container {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 800px) {

    .single__columns.container {
        width: calc(100% - 20px);
    }
}

.editorjs-show mark {
    background: #ffd1d1;
}
.editorjs-show .strong {
    background-color: hsla(0, 0%, 50%, .1);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 32px;
    padding: 1em;
    position: relative;
}

.editorjs-show table.table {
    --color-border: #d1d1d1;
    min-width: 280px;
    width: 100%;
    max-height: 100%;
    font-size: .9em;
    border-top: 1px solid var(--color-border);
    line-height: 1.4;
    margin: 32px auto;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 5px 5px -6px rgb(34 60 80 / 60%);
    -moz-box-shadow: 0px 5px 5px -6px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -6px rgb(34 60 80 / 60%);

}
.editorjs-show .table .table__row {
    border-bottom: 1px solid var(--color-border);
}
.editorjs-show .table .table__cell {
    border-right: 1px solid var(--color-border);
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal;
    word-break: break-word;
}
.editorjs-show .table .table__cell:first-child {
    border-left: 1px solid var(--color-border);
}
.editorjs-show .table[heading="true"] .table__row:first-child {
    font-weight: 600;
    border-bottom: 2px solid var(--color-border);
}
.newyear .header-content__logo .logo_icon {
    width: 36px;
    height: 36px;
    background: url('/assets/img/icons/newyear2023.png');
    background-size: contain;
}

.cat-date-share_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

@media (max-width: 767px){
    .cat-date-share_block {
        flex-direction: column;
        align-items: flex-start;
    }
    .cat-date-share_block span {
        margin-bottom: 15px;
    }
}

.social-share_block-article-under {
    margin: 1.5rem 0px;
}

/***** SOCIAL SHARE BLOCK *****/
.social-share_block {
    display: flex;
}
.social-share_block a {
    display: inline-flex;
}
.social-share_block .badge {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #acacac;
    margin: 0 3px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-out;
}
.social-share_block .badge:hover {
    background-color: #e01a24;
}
.social-share_block .badge .icon{
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: inline-flex;
}
.social-share_block button {
    display: inline-flex;
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: copy;
}
.social-share_block a:nth-of-type(1) .badge .icon {
    background-image: url("/assets/img/icons/vk-white.svg");
}
.social-share_block a:nth-of-type(2) .badge .icon {
    background-image: url("/assets/img/icons/ok-white.svg");
}
.social-share_block a:nth-of-type(3) .badge .icon {
    background-image: url("/assets/img/icons/tg-white.svg");
}
.social-share_block button .badge .icon {
    background-image: url("/assets/img/icons/link-white.svg");
    background-size: 60%;
}

/***** SOCIAL SHARE BLOCK END *****/


/* --- CONTENT LIST STYLES --- */
.cdx-content--wrapper {
    padding: 15px;
    margin: 15px 0px;
    background-color: #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
  }
  .cdx-content {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0 1em;
    transition: all .35s;
  }
  ol.cdx-content,
  ul.cdx-content {
    margin: 0;
  }
  ul.cdx-content{
    list-style-type: disc;
  }
  .cdx-content__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .cdx-content__title{
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px 10px;
  }
  .cdx-content__title::after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 10px;
    background-image: url('/assets/img/icons/arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all .35s;
  }
  input.cdx-content__input:checked + .cdx-content__title::after {
    transform: none;
  }
  input.cdx-content__input:checked ~ .cdx-content {
    max-height: 100vh;
    padding: 1em 1em 0 1.5em;
    visibility: visible;
  }
  .cdx-content__item {
    padding: 5.5px 0 5.5px 3px;
    line-height: 1.6em;
    border-top: 1px solid #e8e8e8;
    transition: all .35s;
  }
  .cdx-content__item a {
    display: inline-flex;
    width: 100%;
  }
  .cdx-content__item:hover {
    transform: translateX(2px)
  }
  /* --- CONTENT LIST STYLES END --- */

.editorjs-show iframe {
    width: 100%;
    border: none;
}
.editorjs-show iframe.map__block {
    margin: 30px 0px;
    aspect-ratio: 16 / 9;
}
@supports not (aspect-ratio: 16 / 9) {
    .editorjs-show iframe.map__block {
        height: 400px;
    }
}

@supports not (aspect-ratio: 16 / 9) {
    @media (max-width: 425px){
        .editorjs-show iframe.map__block {
            height: 220px;
        }
    }
}
.patriot_live {
    padding: 30px;
}

.patriot_live h2 {
    margin-bottom: 20px;
}


/* === SIMILAR BLOCK === */
.similar-posts__block ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
}
.similar-posts__block ul li {
    list-style: none;
}
.similar-posts__block ul li::before {
    content: "\2022";
    color: #e01a24;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.similar-posts__block {
    margin: 30px auto;
    background-color: hsla(0, 0%, 50%, .1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1em;
}
.similar-posts__title {
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.similar-posts__list__item {
    border-bottom: 1px solid rgba(0,0,0,.4);
    margin: 10px 0 5px;
    padding-bottom: 10px;
}
.similar-posts__list__item:last-of-type{
    border-bottom: none;
}
a.similar-posts__list__link {
    color: #414141;
    font: 500 17px/24px 'Montserrat', sans-serif;
    transition: .3s linear;
}
a.similar-posts__list__link:hover {
    color: #e01a24;
}
/* === SIMILAR BLOCK END === */

/* MTM custom styles */
.mtm_video_actual .mtm_video_actual_btns > button {
    border-color: #ff3a30;
}
.mtm_video_actual .mtm_video_actual_btns > button:hover {
    background: hsla(0, 0%, 50%, .2);
}
/* --- end: MTM custom styles --- */

/* QUIZES */
.quiz__greetings,
.quiz__finish {
    background-color: var(--ban-color-secondary);
}
.quiz__greetings p {
    color: var(--ban-text-color);
}
.quiz__finish p {
    color: var(--ban-color-primary);
}
/* --- end QUIZES */

.editorjs-show .iframe-wrapper {
    position: relative;
}

.copy-link-btn {
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 90px;
    height: 30px;
    font-size: 12px;
    line-height: 12px;
    background-color: #5d6473;
    color: #fff;
    right: 20px;
    top: 10px;
    opacity: .8;
    border-radius: 6px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: opacity 0.3s, background-color 0.3s;
}

.copy-link-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.copy-link-btn:active {
    background-color: #868686;
}

.copy-link-btn::after {
    content: "\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    top: -35px;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: #009a58;
    border-radius: 50%;
    transform: translateY(20px);
    opacity: 0;
    cursor: default;
    transition: opacity 0.6s, transform 0.4s;
}

.copy-link-btn.success::after {
    transform: translateY(0);
    opacity: 1;
}