.news__banner {
    overflow: hidden;
}

.page__blog .container {
    padding: 0;
}

.media__blog .container {
    padding: 0 15px;
}

.media__items .container {
    padding: 0 15px;
}

.page__blog--category {
    width: fit-content;
    display: flex;
    gap: 20px 10px;
    padding: 53px 0;
    margin: 0 auto;
}

.ov-auto {
    overflow: auto;
}

.ov-auto::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ov-hid {
    overflow: hidden;
}

.page__blog--category__btn,
.media__tabs-btn {
    width: max-content;
    display: block;
    /*font-family: 'Graphik LCG';*/
    /*font-style: normal;*/
    /*font-weight: 500;*/
    font-size: 1.2rem;
    line-height: 1.8;
    color: #151516;
    border: 1px solid #151516;
    background: transparent;
    border-radius: 40px;
    transition: all ease 0.8s;
    padding: 7.5px 35px;
}

.media__tabs-btn {
    color: #fff;
    text-transform: capitalize;
    border: 1.5px solid #fff;
    padding: 7.5px 20px;
}

.page__blog--category__btn.active {
    color: #fff;
    background: #000000;
}

.page__blog--category__btn:hover {
    color: #fff;
    background: #000000;
}

.media__tabs-btn:hover {
    color: #000;
    background: #fff;
}

.media__tabs-btn.active {
    color: #000;
    background: #fff;
}

.custom__tag:hover {
    color: #fff !important;
    background: #000000 !important;
    border: 1px solid #000 !important;
}

.media__tabs {
    width: fit-content;
    margin: 20px auto 0px;
}

.media__tabs--btns {
    display: flex;
    /*gap: 12px;*/
}

.tab.hide {
    display: none;
}

.page__blog--slider {
    /*max-width: 1152px;*/
    position: relative;
    /*overflow: hidden;*/
}

.page__blog--news__item {
    position: relative;
    padding: 75px 72px 99px;
}

.news__banner--item {
    width: 70%;
    /*max-width: 1152px;*/
}

.banner__item {
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.page__blog--news__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 11;
}

.page__blog--news__date {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 30px;
}

.page__blog--new {
    position: relative;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 12;
}

.page__blog--news {
    margin: 0 0 45px;
}

.page__blog--new__date {
    position: relative;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 12;
}

.page__blog--news__title {
    position: relative;
    /*font-family: 'ObjectSansRegular';*/
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 47px;
    z-index: 12;
}

.page__blog--news__subtitle {
    max-width: 615px;
    position: relative;
    /*font-family: 'ObjectSansRegular';*/
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 50px;
    z-index: 12;
}

.page__blog--news__btn {
    width: fit-content;
    display: block;
    position: relative;
    /*font-family: 'ObjectSansRegular';*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    border-radius: 8px;
    padding: 15px 55px;
    margin: 0 auto;
    z-index: 12;
}

.page__blog--news__btn:hover {
    border: 1.5px solid #000;
    background: #000;
}

.page__blog--news__btn:visited {
    color: #FFFFFF;
}

.page__blog--slider__content .swiper-pagination {
    position: relative;
    margin: 30px auto 45px;
}

.page__blog--slider__content .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
}

.page__blog--slider__content .swiper-pagination-bullet-active {
    background: #000;
}


.cards__slider--content {
    position: relative;
    overflow-y: hidden;
}

.cards--swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
}

.cards--swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    border: 1px solid transparent;
}

.cards--swiper-pagination {
    position: relative;
    width: fit-content !important;
    margin: 20px auto;
}

.page__blog--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.wrap {
    flex-wrap: wrap;
}

.page__blog--item {
    width: 100%;
    max-width: 570px;
    display: block;
    background: #FFFFFF;
}

.blog__block {
    position: relative;
}

.blog__block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #222222;
    opacity: 0.5;
    z-index: 1;
}

.page__blog--item__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.page__blog--item__img.sm {
    height: 170px;
}

.page__blog--item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    position: relative;
    /*padding: 36px 59px 50px;*/
}

.left__block--content {
    padding: 36px 59px 50px 30px;
}

.page__blog--item__title {
    display: inline-block;
    font-family: ObjectSans, sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    /*font-family: 'ObjectSansRegular';*/
    /*font-size: 2.8rem;*/
    /*line-height: 1;*/
    /*font-weight: 700;*/
    /*font-size: 45px;*/
    color: #000;
    word-wrap: break-word;
    /*line-height: 45px;*/
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.page__blog--item__subtitle {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    /*font-size: 18px;*/
    color: #000;
    /*line-height: 24px;*/
    word-wrap: break-word;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.page__blog--item__subtitle p {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    word-wrap: break-word;
    line-height: 24px;
    position: relative;
    z-index: 2;
    /*margin-bottom: 30px;*/
}

.list3__subtitle {
    margin-bottom: 170px;
}


.page__blog--inner .page__blog--news__date {
    margin: 0 0 31px;
}

.page__blog--inner .page__blog--new {
    color: #000;
    border: 1px solid #000;
}

.page__blog--inner .page__blog--new__date {
    color: #000;
}

.blog__block {
    position: relative;
    height: fit-content;
}

.blog__block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #222222;
    opacity: 0.5;
    z-index: 1;
}

.blog__block .page__blog--new,
.blog__block .page__blog--new__date,
.blog__block .page__blog--item__title,
.blog__block .page__blog--item__subtitle,
.page__blog--item__subtitle p {
    color: #FFFFFF;
}

.blog__block .page__blog--item__content {
    padding: 53px;
}

.blog__block .page__blog--item__subtitle {
    max-width: 411px;
}

.blog__block .page__blog--news__btn {
    padding: 15px 35px;
    margin: 0;
}


.media__blog {
    max-width: 1280px;
    background: #1B1B1B;
    border-radius: 50px;
    padding: 64px 0 0 0;
    margin: 20px auto 80px;
    overflow: hidden;
}

.media__slider--tab {
    padding: 64px 0 0 0;
    margin: 0 auto;
}

.media__blog--slider__content {
    padding-bottom: 30px;
}

.media__blog--title {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 52px;
}

.media__blog--inner {
    max-width: 1164px;
    position: relative;
}

.media__blog--slider {
    /*overflow: hidden;*/
    margin-bottom: 66px;
}

.media--tabs__slider {
    margin-bottom: 0;
    padding: 0 58px;
}

.media__blog--item {
    width: 100%;
    max-width: 360px;
    min-height: 520px !important;
    max-height: 520px !important;
    /*display: block;*/
    padding: 32px;
    border-radius: 0 !important;
}

.media__blog--item .page__blog--item__content {
    min-height: 445px;
    padding: 0;
}

.media__blog .page__blog--news__date {
    margin: 0 0 18px;
}

.media__blog .page__blog--new {
    border: 1px solid #FFF;
    border-radius: 50px;
}

.blog__block .page__blog--item__title {
    /*margin-bottom: 245px;*/
}

.media__blog .page__blog--item__title {
    /*font-family: 'ObjectSansRegular';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    /*margin-bottom: 187px;*/
}

.media__blog .page__blog--item__subtitle {
    max-width: 272px;
    /*font-family: 'Graphik LCG';*/
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /*margin-bottom: 35px;*/
}

.media__blog--swiper-pagination {
    width: fit-content !important;
    margin: 45px auto 0;
}

.media__blog .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 10px !important;
    z-index: 12;
}

.media__blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px solid transparent;
}


.page__blog--new.br {
    border: 1px solid #FFF;
    border-radius: 50px;
}

.page__blog--new.brb {
    border: 1px solid #000;
    border-radius: 50px;
}

.media__items .page__blog--inner {
    margin-bottom: 41px;
}

.media__press--item {
    display: block;
    color: #000;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 46px 35px 46px 57px;
    margin-bottom: 39px;
}

.media__press--item:visited {
    color: #000;
}

.bg__blue {
    background: #D7E7FF;
}

.media__press--item .page__blog--news__date {
    width: 100%;
}

.news__brand svg {
    margin: 0 0 0 auto;
}

.media__press--title {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}

.media__press--subtitle {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.bgw {
    background: #FFFFFF;
}

.p0 {
    padding: 0 !important;
}

.news__brand--img {
    width: 100%;
    max-width: 170px;
    height: 57px;
    display: block;
    position: relative;
    object-fit: cover;
    z-index: 12;
}

.blog__block svg {
    z-index: 2;
    position: relative;
}

.media__blog--item .page__blog--item__content.news__cards {
    height: revert !important;
    min-height: 340px;
    padding: 32px;
}

/*.news__cards .page__blog--new{*/
/*    border: 0;*/
/*    padding: 0;*/
/*}*/
.news__cards .page__blog--item__title {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
}

.news__cards .page__blog--item__subtitle {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #787878;
}

.media__blog--item {
    background: #FFFFFF;
}

.bg__gray {
    background: #E9EBF0;
}

.bg__gray.br {
    border-radius: 20px;
}

.blog3 .blog__block:after {
    content: none;
}

.blog3__content * {
    color: #000 !important;
}

.blog3__content .blog__block {
    border-radius: 20px;
}



.post-wrap h1,
.post-wrap h2,
.post-wrap h3,
.post-wrap h4,
.post-wrap h5,
.post-wrap h6,
.post-wrap li,
.post-wrap ol[class],
.post-wrap p,
.post-wrap ul[class] {
    margin: revert;
    padding: revert;
}

.post__content h1 {
    font-size: 2em;
}

.post {
    padding: 160px 0 80px;
}

.post__caption {
    padding-left: 45px;
    margin-bottom: 42px;
}

.post__caption--inner {
    display: flex;
    justify-content: space-between;
    column-gap: 55px;
}

.post__caption--item {
    max-width: 1010px;
}

.post__title {
    /*font-family: 'ObjectSansRegular';*/
    /*font-weight: 700;*/
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 !important;
    margin-bottom: 33px !important;
    padding: 0 !important;
}

.post__caption--tags {
    max-width: 400px;
    display: flex;
    gap: 10px;
}

.tag__title {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #999999;
}

.tag__title a {
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
}

.post__social {
    max-width: 50px;
    height: fit-content;
    background: #000000;
    border-radius: 50px;
    padding: 32px 15px;
}

.post__social--item {
    width: 100%;
    max-width: 18px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.copy_link {
    position: relative;
}

.copy_link-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.copy_link-text.active {
    display: block;
    width: 145px;
    left: -170px;
    top: -3px;
}

.post__social .post__social--item:last-child {
    margin-bottom: 0;
}

.post__social--img {
    width: 100%;
    max-width: 18px;
}

.post__main--img {
    width: 100%;
    margin-bottom: 78px;
    max-height: 700px;
    object-fit: contain;
}

.post__content--wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 95px;
    margin-bottom: 0px;
}

.posts__more {
    padding: 50px 0;
}

.posts__more .page__blog--news__title {
    color: #000;
    text-align: left;
}

.post__content--wrapper {
    width: 100%;
    max-width: 659px;
}

.post__content {
    width: 100%;
    max-width: 659px;
    border: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 66px;
    margin-bottom: 53px;
}

.wp-block-image {
    margin: 2em 0;
}

.post__content img {
    width: 100%;
    max-width: 659px;
}

.post__content p,
.post__content li {
    font-family: 'ObjectSansRegular';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    word-wrap: break-word;
}

.post__content h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
}

.post__content .wp-block-image figcaption {
    font-family: 'ObjectSansRegular';
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    color: #919191;
}

.post__content--social {
    width: fit-content;
    max-width: revert;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 15px 32px;
    margin-bottom: 26px;
}

.post__content--social button {
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 0;
}

.post__content--social .copy_link-text.active {
    display: block;
    top: -49px;
    width: 145px;
    left: -40px;
}

.post__sidebar {
    width: 100%;
    max-width: 360px;
}

.black {
    color: #000;
}

.post__date {
    margin: 0 0 30px;
}

.post__cat ul {
    padding: 0 !important;
}

.post__cat .post-categories a {
    display: block;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 12;
    position: relative;
}

.post__block {
    padding: 20px 38px 39px !important;
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;

}

.post__block--link {
    max-height: 520px;
    padding: 0 !important;
}

.post--item__content .page__blog--item__content {
    padding: 20px 40px 32px;
}

.post__block .page__blog--item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.post__block .page__blog--item__title {
    margin: 0 !important;
    /*margin-bottom: 187px !important;*/
}

.sid__block {
    background: #FFFFFF;
}

.sticky__block {
    position: sticky;
    top: 120px !important;
    right: 0;
    margin-bottom: 20px;
    transition: 0.5s;
}

.sidebar__item.last {
    position: sticky;
    top: 0;
    right: 0;
    margin-bottom: 0;
}

.sidebar__category--link {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;

    color: #000000;
    padding-left: 40px;
    margin: 20px 0 40px;
    z-index: 12;
}

/*.post__block .page__blog--news__date {*/
/*    !*margin: 0 0 30px !important;*!*/
/*    margin: 0 0 0 !important;*/
/*}*/
.post__block .post__cat .post-categories a {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.article__cat a {
    position: relative;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 12;
}

.article__cat.black a {
    color: #000;
    border: 1px solid #000;
}

.post__block .post__cat.black .post-categories a {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.page__blog--new__date.black {
    color: #000;
}

.page__blog--item__subtitle.black p {
    color: #000;
}

.color-black {
    color: #000;
}

.post__block .page__blog--item__content {
    padding: 36px 30px 0;
}

.color-black p {
    color: #000;
}

.sid__blockbg,
.sid__blockbg .media__blog--item {
    background: #D7E7FF;
    border-radius: 20px;
}

.sid__block .page__blog--news__date {
    margin: 0 0 30px;
}

.post__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.cat--post__name {
    font-size: 36px;
    line-height: 40px;
}

.cat--post__content {
    padding: 30px;
}

.btn--load {
    width: fit-content;
    display: block;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 90px;
    padding: 15px 55px;
    margin: 0 auto 40px;
}

.btn--load:hover {
    color: #FFFFFF;
    background: #000;
}


.card.hide {
    display: none;
}

.mw100 {
    max-width: 100%;
}

.mw360 {
    max-width: 360px;
}

.m0 ul {
    margin: 0 !important;
}

.mb245 {
    margin-bottom: 245px;
}

.mb18 {
    margin: 0 0 18px !important;
}

.mb18 ul {
    margin: 0 !important;
    padding: 0 !important;
}

.fit-content {
    width: fit-content;
}

.mh700 {
    height: 700px;
}

.min-h700 {
    height: 700px;
}

.mh520 {
    min-height: 520px;
}

.h700 {
    height: 700px !important;
}

.h100 {
    height: 100% !important;
}

.gap40 {
    gap: 40px;
}

.items .card {
    width: 100%;
    max-width: 360px;
}

.items .card .media__blog--item {
    border-radius: 20px;
}

.items .card:nth-child(1) .media__blog--item {
    background: #E9EBF0;
}

.items .card:nth-child(2) .media__blog--item {
    background: #D7E7FF;
}

.items .card:nth-child(3) .media__blog--item {
    background: #E9EBF0;
}

.p32 {
    padding: 32px !important;
}

.posts__list--item {
    position: relative;
}

/*.posts__list .posts__list--item:nth-child(1n) {*/
/*    padding: 0;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) {*/
/*    padding: 60px;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(1n) .posts__list--btn {*/
/*    display: none;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .posts__list--btn {*/
/*    display: block;*/
/*    margin: 0;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(1n) .page__blog--item__subtitle p{*/
/*    color: #000;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .page__blog--item__subtitle p{*/
/*    color: #fff;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n){*/
/*    height: fit-content;*/
/*    min-height: 700px;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n):after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #222222;*/
/*    opacity: 0.5;*/
/*    z-index: 1;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .article__cat.black a {*/
/*    color: #FFFFFF;*/
/*    border: 1px solid #FFF;*/
/*    border-radius: 50px;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .page__blog--new__date {*/
/*    color: #FFFFFF;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .page__blog--item__title {*/
/*    color: #FFFFFF;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .page__blog--item__img{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    max-height: 100%;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(1n) .posts__list--content{*/
/*    padding: 36px 59px 0 30px;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(1n) .posts__list--content__bottom{*/
/*    padding: 0 59px 50px 30px;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .posts__list--content{*/
/*    padding: 0;*/
/*}*/
/*.posts__list .posts__list--item:nth-child(2n) .posts__list--content__bottom{*/
/*    padding: 0;*/
/*}*/
.b20 {
    border-radius: 20px !important;
}

.error_filter {
    width: 100%;
    text-align: center;
}

.margin-small {
    margin: 25px 0;
}

.margin-middle {
    margin: 50px 0;
}

.margin-big {
    margin: 100px 0;
}

.mb0,
.mb0 p {
    margin-bottom: 0;
}

.text__hidden {
    text-overflow: ellipsis;
}

.no_after:after {
    content: none !important;
}

.text-black {
    color: #000;
}

.card__tag-black a {
    position: relative;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 12;
}

.card__tag-black a:hover {
    color: #fff;
    background: #000;
}

.card__tag-while a {
    position: relative;
    font-family: 'ObjectSansRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 12;
}

.card__tag-while a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.card__text-black,
.card__text-black p {
    color: #000 !important;
}

.card__text-white,
.card__text-white p {
    color: #fff !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.press__item--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 580px;
}

.media--tabs__slider .tab:last-child {
    margin-right: 0;
}

.card,
.tab {
    animation: fadeIn ease 0.8s;
    -webkit-animation: fadeIn ease 0.8s;
    -moz-animation: fadeIn ease 0.8s;
    -o-animation: fadeIn ease 0.8s;
    -ms-animation: fadeIn ease 0.8s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.filter--btns .fit-content {
    width: fit-content !important;
}

.news__banner.margin {
    margin: 0 0 45px;
}

.media--tabs__slider.padding {
    padding-bottom: 100px;
}

.m0 p {
    margin: 0;
}

.page__blog--date__absolute {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
}

.media__blog--link__flex {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 0;
}

.media__blog--swiper__right {
    width: 36px;
    height: 36px;
    background: #fff;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0 0;
    transform: none;
    right: 20px;
    border-radius: 24px;
    color: #1b1b1b;
    font-size: 24px;
    line-height: 1;
    font-family: monospace;
}

.media__blog--swiper__right:hover {
    opacity: 1;
}

.media__blog--swiper__right:after {
    display: none;
}

.media__blog--swiper__left {
    width: 36px;
    height: 36px;
    background: #fff;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0 0;
    transform: none;
    left: 20px;
    border-radius: 24px;
    color: #1b1b1b;
    font-size: 24px;
    line-height: 1;
    font-family: monospace;
}

.media__blog--swiper__left:hover {
    opacity: 1;
}

.media__blog--swiper__left:after {
    display: none;
}

.card_blog--link {
    padding: 70px 0 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.card_press--link {
    padding: 70px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
}

.card_press--date,
.card_blog--date {
    position: absolute;
    top: 60px;
    left: 60px;
    right: 60px;
    z-index: 3;
    margin: 0;
}

.card_news--date {
    position: absolute;
    top: 300px;
    left: 30px;
    right: 60px;
}

.card_news--link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card_news--link .left__block--content {
    padding: 100px 60px 60px 30px;
}

.height-700 .card.page__blog--item {
    height: 700px;
}
.height-1000 .card.page__blog--item {
    height: 1000px;
}
.height-1200 .card.page__blog--item {
    height: 1200px;
}

.post_author {
    margin-top: 76px;
    display: flex;
    gap: 42px;
}

.post_author img {
    width: 139px;
    height: 139px;
    object-fit: cover;
    margin: 0;
}

.post_author-content {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.post_author-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000000;

    margin: 0;
}

.comment-respond {
    max-width: 1165px;
    margin: 0 auto;
}

.comment-respond .comment-reply-title {
    font-size: 2.8rem;

    margin-bottom: 8px;
}
.comment-form {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.comment-form .comment-form-cookies-consent {
    display: none;
}

.comment-form p:first-of-type br {
    display: none;
}

.comment-form p:first-of-type {
    display: flex;
    gap: 12px;
    align-items: center;
}

.comment-form p:first-of-type label {
    font-size: 1.5rem;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
}

.comment-form p:first-of-type textarea {
    min-width: 300px;
    min-height: 150px;
    border-radius: 8px;
    border: 1px solid #000000;

    padding: 8px;
}

.comment-form .form-submit {
    width: fit-content;

    border-radius: 8px;
    border: none;

    background: #000000;
    padding: 8px 16px;
}

.comment-form .form-submit input[type=submit] {
    color: #FFFFFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1200px) {

    .card_press--date,
    .card_blog--date {
        position: absolute;
        top: 60px;
        left: 30px;
        right: 30px;
        z-index: 3;
        margin: 0;
    }

    .page__blog--inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page__blog--category {
        padding: 53px 0;
    }

    .post-wrap .container {
        padding: 0 15px;
    }

    .page__blog--news__title,
    .post__title {
        font-size: 2.6rem;
    }

    .page__blog--item {
        max-width: 48%;
    }

    /*.blog__block .page__blog--item__content {*/
    /*    padding: 35px 20px 50px 35px;*/
    /*}*/
    .page__blog--item__content {
        padding: 30px 35px;
    }

    .media__blog {
        padding: 45px 15px 0;
    }

    .media__slider--tab {
        padding: 50px 0 0 0px;
        margin: 0 auto;
    }

    .media__press--item {
        padding: 35px 35px;
    }

    .media__blog--item .page__blog--item__content {
        padding: 0;
    }

    /*.blog__block .page__blog--item__title {*/
    /*    margin-bottom: 210px;*/
    /*}*/
    .page__blog--item__title {
        font-size: 36px;
        line-height: 40px;
    }

    .post__sidebar .page__blog--item {
        max-width: revert;
    }

    .post__main--img {
        margin-bottom: 20px;
    }

    .post__content h1 {
        font-size: 1.5em;
    }

    .post__content h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .posts__list .posts__list--item:nth-child(1n) .posts__list--content {
        padding: 36px 35px 0 30px;
    }

    .posts__list .posts__list--item:nth-child(1n) .posts__list--content__bottom {
        padding: 0 35px 50px 30px;
    }

    .posts__list .posts__list--item:nth-child(2n) .posts__list--content {
        padding: 0;
    }

    .posts__list .posts__list--item:nth-child(2n) .posts__list--content__bottom {
        padding: 0;
    }

    .posts__list .posts__list--item:nth-child(2n) {
        padding: 36px 35px 50px 30px;
        min-height: 525px;
    }

    .post__content p,
    .post__content li {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

@media (max-width: 992px) {
    .page__blog--category {
        padding: 40px 0;
    }

    .page__blog--news__title,
    .page__blog--item__title,
    .media__blog--title,
    .post__title,
    .post__content h2 {
        font-size: 1.87rem;
    }

    .page__blog--category__btn,
    .media__tabs-btn {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .media__blog {
        border-radius: 25px;
    }
}

@media (max-width: 770px) {

    .page__blog--category__btn,
    .media__tabs-btn {
        font-size: 1.1rem;
        line-height: 1.2;
        padding: 7.5px 25px;
    }

    .page__blog--slider {
        overflow: revert;
    }

    .page__blog--news__title,
    .post__title,
    .post__content h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .page__blog--news__subtitle,
    .post__content p,
    .post__content li {
        font-size: 20px;
        line-height: 24px;
    }

    .post__content--wrap {
        flex-wrap: wrap;
    }

    .post__content p,
    .post__content li {
        font-size: 1.1rem;
    }

}

@media (max-width: 580px) {
    .page__blog {
        margin-bottom: 10px;
    }

    .page__blog.ov-auto {
        margin-bottom: 0;
    }

    .page__blog--slider {
        padding: 0 15px;
    }

    .news__banner.margin {
        margin: 0 0 25px;
    }

    .media--tabs__slider.padding {
        padding-bottom: 25px;
    }

    .page__blog--category {
        padding: 30px 0;
    }

    .page__blog--category__btn,
    .media__tabs-btn {
        padding: 7.5px 15px;
        font-size: 1rem;
        line-height: 1.3;
    }

    .media__tabs--btns {
        padding: 0 15px;
    }

    .page__blog--news__item {
        padding: 30px 20px;
    }

    .page__blog--news__title,
    .page__blog--item__title,
    .media__blog--title,
    .post__title,
    .post__content h2 {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .page__blog--news__subtitle,
    .page__blog--item__subtitle,
    .page__blog--item__subtitle p,
    .post__content p,
    .post__content li {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .post__content p,
    .post__content li {
        line-height: 1.5;
    }

    .media__blog--title {
        padding: 0 30px;
    }

    .mh700,
    .min-h700 {
        /*height: 551px;*/
        height: auto;
    }

    .gap40 {
        gap: 20px;
    }

    .flex-wrap {
        flex-wrap: nowrap;
        gap: 0;
    }

    .page__blog--item {
        max-width: 100%;
        height: auto;
    }

    .blog__block .page__blog--item__content {
        padding: 35px 30px 50px;
    }

    /*.blog__block .page__blog--item__title {*/
    /*    margin-bottom: 100px;*/
    /*}*/
    .media__blog--item {
        max-width: 100%;
        max-height: 520px;
        overflow: hidden;
    }

    .media__blog--item .page__blog--item__content {
        padding: 0;
    }

    .media--tabs__slider {
        padding: 0;
    }

    .banner__item {
        /*height: 520px;*/
        padding: 30px 30px 50px 30px;
    }

    .news__banner--item {
        width: 100%;
    }

    .post__caption {
        padding-left: 0;
    }

    .post__sidebar {
        display: none;
    }

    .post__caption--inner {
        padding-left: 15px;
    }

    .post__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post {
        padding: 20px 0 0;
    }

    .post__social {
        display: none;
    }

    .post__content--social {
        display: flex;
    }

    .post__content h1,
    .post__content h2,
    .post__content h3,
    .post__content h4,
    .post__content h5,
    .post__content h6 {
        line-height: 1.2;
    }

}

@media (max-width: 480px) {


    .media__blog {
        margin: 0 -5px 80px 0;
        padding: 50px 15px 0;
    }

    .media__slider--tab {
        padding: 50px 0 0;
        margin: 0 auto;
    }

    .media__press--item {
        padding: 20px;
    }

    .media__blog--title {
        margin-bottom: 25px;
    }

}

@media (max-width: 420px) {

    .page__blog--news__title,
    .page__blog--item__title,
    .media__blog--title,
    .post__title,
    .post__content h2 {
        font-size: 1.9rem;
    }

    .media__blog--swiper-pagination {
        margin: 45px auto 0;
    }

    .page__blog--news__subtitle,
    .page__blog--item__subtitle,
    .page__blog--item__subtitle p,
    .post__content p,
    .post__content li {
        font-size: 1.1rem;
    }

    /*.mw320{*/
    /*    max-width: 320px;*/
    /*}*/
    .gap40 {
        gap: 10px;
    }

}