/*стилизация потоков*/

.t-feed__post-popup__text-wrapper hr {
    margin: 20px 0 !important;
}

#rec1358700531 .t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-left: 3px solid #2A58A3 !important;
}

.t-redactor__quote strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Akrobat';
    line-height: 1.3;
    margin: 0;
}

@media screen and (max-width: 640px) {
.t-redactor__quote strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Akrobat';
    line-height: 1.3;
    margin: 0;
}
}

blockquote.t-redactor__quote {
    font-size: 16px;
}

.t-redactor__callout-text strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Akrobat';
    line-height: 1.3;
    margin: 0;
}

@media screen and (max-width: 640px) {
.t-redactor__callout-text strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Akrobat';
    line-height: 1.3;
    margin: 0;
}
}

.t-redactor__callout-text {
    font-size: 16px;
}

.t-redactor__callout-icon {
    left: 20px;
    position: absolute;
    top: 35px;
}

.t-feed__post-popup__container {
    padding: 20px 0 !important;
}


/*стилизация потоков*/
    .js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
    font-size: 44px;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
        font-size: 24px !important;
        text-transform: uppercase;
    }
}

/*h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {*/
/*    text-transform: uppercase;*/
/*    font-size: 44px;*/
/*}*/

/*@media screen and (max-width: 640px) {*/
/*    h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {*/
/*        font-size: 24px !important;*/
/*        text-transform: uppercase;*/
/*    }*/
/*}*/

/*Стили самой новости*/
@media screen and (min-width:1200px){
.t-feed__post-popup__content-wrapper {
    width: 1000px;
    padding: 40px;  /*Отступы*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
}

@media screen and (min-width:1200px){
.t-feed__post-popup__content {
    max-width: 1000px;
    margin: 0 !important;
}
}

@media screen and (min-width:1200px){
.t-feed__post-popup .t-popup__container.t-popup__container-static {
    width: 1000px;
}
}

@media screen and (min-width:1200px){
img.js-feed-post-image.t-feed__post-popup__img.t-img {
    height: 540px;
    width: 1000px;
}
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}    
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
        font-size: 17px !important;
    }
}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text {
    font-size: 14px;
}
}

.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}
}

.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 38px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Akrobat';
}    
}


.t-feed__post-popup__text .t-redactor__tte-view figure img {
    display: block;
    width: 100%;
    border-radius: 20px;
    height: 540px;
}

@media screen and (max-width: 640px) {
.t-feed__post-popup__text .t-redactor__tte-view figure img {
    display: block;
    width: 100%;
    border-radius: 15px;
    height: 240px;
}

.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle {
    display: none;
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #2A58A3;
    }
}