:root {
  --black: #151515;
  --blue-dark: #253595;
  --purple-dark: #502545;
  --green-dark: #055040;
  --blue: #75A5F5;
  --pink: #F585E5;
  --green: #85E5A5;
  --red: #f54;
  --grey-light: rgba(170,170,161,0.2);
  --green-medium: #4bb266;
  --grey-dark: #717177;
  --grey: #aaaaa1;
  --grey-cold: #919199;
  --whiteno: #F5F5F5;
  --gradient1: linear-gradient(90deg, #BA95E4 0%, rgba(119, 173, 236, 0.99) 100%);
  --gradient2: linear-gradient(270deg, #85E5A5 0%, #7AB5DF 100%);
}

/* ПОПЫТКА ФИКСА ХЭДЕРА В ПОПАПАХ СТАТЕЙ */

.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading {
    display:none;
}


/* ПОПЫТКА ФИКСА СКАЧУЩЕГО ФУТЕРА В СТАТЬЯХ */
.t-feed__post-popup__container {min-height:1500px !important;}


/* ФИКС ДЫРОК МЕЖДУ СТАТЬЯМИ */

/*.t-feed__grid-col:not(.t-slds__item) {
    margin-top:0px ;
}/*



/*.t171,
.t229,
.t123 {
    z-index:999999999 !important;
}*/

.t-feed__post-popup.t-popup {
    z-index:19 !important;
}

.t229 {
    position:fixed !important;
}

.t229__centerside ul {
    max-width: max-content;
    border-radius: 40px;
    margin: 0px auto !important;
}

/* МЕНЮ РАЗДЕЛОВ В ХЭДЕРЕ */

/*a.t-menu__link-item .t-active {
    margin: -1px 0px 0px;
    line-height: 16px;
    display: inline-block;
}*/
    
.t229 {
    width: 60% !important;
    left: 20% !important;
}

.t229__centerside {
    width:60%;
}

/*.t229__list_item {padding: 0px !important;}*/

.t229__centerside ul {
    display: flex !important;
    height: 32px !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding:0px !important;
    margin:0px auto!important;
}

.t229__list_item {
    display:inline-block !Important;
    line-height: 30px !important;
    height: 32px !important;
    padding:0px !Important;
}

/*.t229__list_item a {
    padding:4px 12px 6px !important;
    border-radius:24px !important;
}*/

.t229 a, #allrecords .t229 a  {
    padding: 0px 12px 0px !important; 
    border-radius: 24px !important;
    height: 32px !important; 
    font-size:17px !important;
    display:inline-block !important;
}

.t229__list_item .t-active {opacity:1.0 !important;}
.t229__list_item:nth-child(1) .t-active {background:var(--blue); padding:0px 12px !Important;}
.t229__list_item:nth-child(2) .t-active {background:var(--pink); padding:0px 12px !Important;}
.t229__list_item:nth-child(3) .t-active {background:var(--green); padding:0px 12px !Important; }
.t229__list_item:nth-child(4) .t-active {background:var(--grey); padding:0px 12px !Important;}

.t229__padding40px {
    width:0px !important;
}

/* ОТСТУП СВЕРХУ И СНИЗУ СТРАНИЦЫ У СТАТЕЙ */

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

/* КРАСИМ ФОН В ЗАВИСИМОСТИ ОТ РАЗДЕЛА */

div[data-feed-popup-feeduid="821649677591"] {background:var(--blue-dark) !Important;}
div[data-feed-popup-feeduid="568470827991"] {background:var(--purple-dark) !Important;}
div[data-feed-popup-feeduid="465200494171"] {background:var(--green-dark) !Important;}
div[data-feed-popup-feeduid="546117937601"] {background:var(--black) !important;}
div[data-feed-popup-feeduid="832899508201"] {background:var(--black) !important;}


div[data-feed-popup-feeduid="546117937601"].t-feed__post-popup.t-popup_show:after {
    display: block;
    background: var(--grey-dark);
    height: 1px;
    content: '';
    margin: 0 auto;
    max-width:1160px;
}

div[data-feed-popup-feeduid="832899508201"].t-feed__post-popup.t-popup_show:after {
    display: block;
    background: var(--grey-dark);
    height: 1px;
    content: '';
    margin: 0 auto;
    max-width:1160px;
}



div[data-feed-popup-feeduid="546117937601"].t-feed__post-popup.t-popup_show:after {
    display: block;
    background: var(--grey-dark);
    height: 1px;
    content: '';
    margin: 0 auto;
    max-width:1160px;
}
    

div[data-feed-popup-feeduid="832899508201"].t-feed__post-popup.t-popup_show:after {
    display: block;
    background: var(--grey-dark);
    height: 1px;
    content: '';
    margin: 0 auto;
    max-width:1160px;
}

@media all and (max-width:1200px) {

    div[data-feed-popup-feeduid="546117937601"].t-feed__post-popup.t-popup_show:after {   
        max-width:940px;
    }

}

@media all and (max-width:1200px) {

    div[data-feed-popup-feeduid="832899508201"].t-feed__post-popup.t-popup_show:after {   
        max-width:940px;
    }

}

@media all and (max-width:480px) {
    
    div[data-feed-popup-feeduid="546117937601"].t-feed__post-popup.t-popup_show:after {   
        max-width:calc(100% - 24px);
    }

}

@media all and (max-width:480px) {
    
    div[data-feed-popup-feeduid="832899508201"].t-feed__post-popup.t-popup_show:after {   
        max-width:calc(100% - 24px);
    }

}

/* ТО, ЧТО НАЗЫВАЕТСЯ ПОДВЁРСТКОЙ (КОСТЫЛЬ ЧЕРЕЗ H4) */

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    background:var(--grey-light);
    font-weight:400;
    font-size:20px;
    line-height:30px;
    padding:20px;
    border-radius:16px;
    color: var(--grey-dark);
}

.t-redactor__h4 a, .t-redactor__h4 a strong {
    color:var(--red) !important;
    border-bottom:1px solid rgba(255,85,68,0.3);
    transition:0.3s;
}

.t-redactor__h4 a:hover,
.t-redactor__h4 a:hover strong {
    border-bottom:1px solid rgba(255,85,68,0.0);
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 strong {
    color:var(--black);
    font-weight:600 !important;
}
@media all and (max-width:640px) {
    
    .t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
        font-size:17px !important;
        line-height:24px !important;
    }   

}

/* ЭТО ИНТЕРЕСНО С НЕСКОЛЬКИМИ ССЫЛКАМИ ВНУТРИ БЛОКА НА БАЗЕ H4 */

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) {
    background:var(--red);
    color:#fff;
    font-family:'GilroyExtraBold';
    font-size:24px;
    line-height:28px;
    text-transform:uppercase;
    transition: 2s;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2):hover {
    background:var(--pink);
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2):hover a:first-child:before {
    color:var(--pink) !important;
}

@media all and (max-width:640px) {
.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2){
    font-size:20px !important;
    line-height:24px !important;
}
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a {
    display:block;
    color:var(--black) !important;
    text-decoration:none;
    margin-bottom:12px;
    border-bottom:0px !important;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a:after {
    display: inline-block;
    width: 40px;
    height: 20px;
    content: '';
    margin-left: 8px;
    transition:0.3s;
    background: url(https://static.tildacdn.com/tild6162-3637-4436-b731-643062646238/arrow_long_b.svg) no-repeat 0px -4px;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a:hover:after {
    margin-left:12px;
}

@media all and (max-width:640px) {
.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a:after {    
    background: url(https://static.tildacdn.com/tild6162-3637-4436-b731-643062646238/arrow_long_b.svg) no-repeat 0px -3px;}    
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a:first-child:before {
    display:block;
    background:var(--black);
    color:var(--red) !important;
    content:'Это интересно';
    padding:;
    width:260px;
    text-align:center;
    line-height: 50px;
    height: 48px;
    border-radius: 100%;
    margin-bottom:16px;
    transition: 2s;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4:nth-of-type(2) a:last-child {
    margin-bottom:0px;
}


/*то, что называется интересными ссылками — на базе автора*/
.t-feed__post-popup__author-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 40px;
    width: calc(100% - 80px);
    margin-top: 40px;
    margin: 40px auto 0px;
    margin-bottom: 0px !important;
    transition:2.0s;
    transition-property: background;
    background-image:url(https://static.tildacdn.com/tild6434-3635-4466-b763-613231346137/Icon_Arrow_Right48.svg);
    background-size:40px auto;
    background-position: center right 38px;
    background-repeat:no-repeat;
}

.t-feed__post-popup__author-wrapper:hover {background-color: var(--pink);}
.t-feed__post-popup__author-wrapper:hover span:before {color: var(--pink);}

.t-feed__post-popup__author-wrapper span:before {
content: 'Это интересно';
    transition:2.0s;
    transition-property: color;
    color: var(--red);
    display: inline-block;
    height: 60px;
    line-height: 64px;
    width: 360px;
    min-width: 360px;
    text-align: center;
    margin: auto 40px auto auto;
    border-radius: 100%;
    background: var(--black);
}

.t-feed__post-popup__author-wrapper span {
/*max-width: 1160px;*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 42px 120px 38px 40px;
    color: var(--black);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.t-feed__post-popup__author-wrapper span:after {
 
}

@media all and (max-width:1200px) {
    
.t-feed__post-popup__author-wrapper {
    border-radius: 40px;
    width: calc(100% - 40px);
    margin-top: 20px;
    background-position: center right 38px;
}

.t-feed__post-popup__author-wrapper span {
    font-size: 24px;
    line-height: 24px;
    padding: 41px 120px 39px 40px;
}

.t-feed__post-popup__author-wrapper span:before {
    width: 300px;
    max-width: 300px;
    line-height: 50px;
    height: 48px;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: auto;

}
}


@media all and (max-width:980px) {
.t-feed__post-popup__author-wrapper {
border-radius:40px;
width:calc(100% - 00px);
margin-top:20px;}

.t-feed__post-popup__author-wrapper span {
    display: flex;
    align-items: center;
}

.t-feed__post-popup__author-wrapper span:before {
    display: block;
    margin: auto 20px auto 0px;
    width: 260px !important;
    min-width: 260px !important;
}
}

@media all and (max-width:760px) {
.t-feed__post-popup__author-wrapper span {
    display: flex;
    box-sizing:border-box;
    padding:0px 0px;
    align-items: flex-start;
    flex-direction: column;}    
    
.t-feed__post-popup__author-wrapper span:after {
}    

.t-feed__post-popup__author-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    text-align: left;
    justify-content: flex-start;
    box-sizing:border-box;
    padding: 40px 40px;
    width: unset;
    background-image:none;
    margin:20px auto;
}

.t-feed__post-popup__author-wrapper span:before {
margin: 0px 0px 16px 0px;
}
}

@media all and (max-width:640px) {
.t-feed__post-popup__author-wrapper {
    justify-content: flex-start;
}
}


@media all and (max-width:480px) {
.t-feed__post-popup__author-wrapper {
border-radius: 16px;
width: calc(100% - 24px);
margin-top: 40px;
text-align: left;
padding: 20px 20px;
}    
.t-feed__post-popup__author-wrapper span {
align-items: flex-start;    
}
}


/*типографика в статьях*/
.js-feed-post-text {color:var(--black);}
    
.js-feed-post-text h2.t-redactor__h2 {
    margin-top:32px;
    font-family:'GilroyExtraBold';
    font-size:30px;
    line-height:36px;
    margin-bottom:16px;
    color: var(--black);
}
@media all and (max-width:640px) {
.js-feed-post-text h2.t-redactor__h2 {
    margin-top:32px;
    margin-bottom:16px;
    font-size:24px;
    line-height:28px;
}    
}
    

/*вступление*/
.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    margin-top:20px;
    margin-bottom:0px;
    font-family:'GilroyExtraBold';
    font-size:30px;
    line-height:36px;
    color: var(--black);
    text-align:center;
}
@media all and (max-width:640px) {
.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    margin-top:20px;
    font-size:24px;
    line-height:28px;
    text-align:left;
}    
}

/*разделитель*/
.t-feed__post-popup__text-wrapper hr {
    height: 3px;
    opacity: 1.0;
    width: 100%;
    background:var(--black);
    margin: 36px 0 60px!important;
    border: none;
}

/*
div[data-feed-popup-feeduid="821649677591"] .t-feed__post-popup__text-wrapper hr {background: var(--blue);}
div[data-feed-popup-feeduid="568470827991"] .t-feed__post-popup__text-wrapper hr {background: var(--pink);}
div[data-feed-popup-feeduid="465200494171"] .t-feed__post-popup__text-wrapper hr {background: var(--green);}
div[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__text-wrapper hr {background: var(--red);}
div[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__text-wrapper hr {background: var(--red);}

*/

/*цитата*/
.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote 
{/*border-left:4px solid; padding-left:28px;*/
border-left: none;
font-size:30px;
line-height:36px;
text-align:center;
font-family:'GilroyExtraBold';
color:var(--black);  
padding-left:0px !important;
}

div[data-feed-popup-feeduid="821649677591"] blockquote.t-redactor__quote:before
{background-color:var(--blue); }
div[data-feed-popup-feeduid="568470827991"] blockquote.t-redactor__quote:before
{background-color:var(--pink);}
div[data-feed-popup-feeduid="465200494171"] blockquote.t-redactor__quote:before
{background-color:var(--green);}
div[data-feed-popup-feeduid="546117937601"] blockquote.t-redactor__quote:before
{background-color:var(--blue);}
div[data-feed-popup-feeduid="832899508201"] blockquote.t-redactor__quote:before
{background-color:var(--blue);}

blockquote.t-redactor__quote:before {
    content: " ";
    /* padding-right: 8px; */
    display: block;
    width: 64px;
    /* padding: 8px 0px 8px; */
    height: 32px;
    line-height: 35px;
    background: url(https://static.tildacdn.com/tild3430-3130-4361-a330-633137663639/quote.svg) center center;
    margin: 0 auto 8px;
    border-radius: 100%;
    font-size: 35px;}

@media all and (max-width:640px) {
.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    font-size:24px;
    line-height:28px;    
}    
}

/*размер картинки*/
@media all and (max-width:480px) {
.t-feed__post-popup__content img {
    max-width: calc(100% + 24px) !important;
    margin: 0 -12px;}    
}

/*подпись к картинке*/
.t-feed__post-popup__text-wrapper figcaption {
    font-size: 17px;
    text-align: center;
    color: var(--grey);
    line-height: 24px;
    opacity:1.0;
}

/*текст*/
.t-feed__post-popup__text {
    font-size: 20px;
    line-height: 30px;
}
@media all and (max-width:640px) {
.t-feed__post-popup__text {
    font-size: 17px;
    line-height: 24px;
}
}

/*ссылка в тексте*/




.t-feed__post-popup__text a u,
.js-feed-post-text a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255,85,68,0.3);
    color: var(--red) !important;
    transition:0.3s;
}


.t-feed__post-popup__text a:hover u,
.js-feed-post-text a:hover
{border-bottom: 1px solid rgba(255,85,68,0.0); }




/*Нумерованный список*/
.t-feed__post-popup__text-wrapper ol {
    margin: 0;
    padding: 0;
    padding-left: 6px !important;
    list-style-type: none;
}
.t-feed__post-popup__text-wrapper ol li {
    counter-increment: step-counter;
    margin-top: 8px;
    position: relative;
    padding-left: 48px;
}
.t-feed__post-popup__text-wrapper ol li::before {
    position: absolute;
    left: -4px;
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 17px;
    line-height: 20px;
    /*background-color: var(--red);*/
    color: var(--black);
    font-weight: 600;
    padding: 0px 8px 2px;
    border-radius: 100%;
    min-width: 24px;
    text-align: center;
    margin-top: 5px;
}    

@media all and (max-width:640px) {
    .t-feed__post-popup__text-wrapper ol li::before {
    margin-top: 2px;
    line-height: 18px !important;
    height: 18px;
    padding: 1px 8px 1px;
    }
}


/*ссылки в списках*/
.t-feed__post-popup__text-wrapper ul li a, .t-feed__post-popup__text-wrapper ol li a {color:var(--blue-dark) !important; border-bottom: 1px solid var(--blue-dark); transition: 0.3s}
.t-feed__post-popup__text-wrapper ul li a:hover, .t-feed__post-popup__text-wrapper ol li a:hover {color:var(--red) !important; border-bottom: 1px solid rgba(255,85,68,0.0);}

/*маркированный список*/
div[data-feed-popup-feeduid="821649677591"] .t-feed__post-popup__text-wrapper ul li::before,
div[data-feed-popup-feeduid="821649677591"] .t-feed__post-popup__text-wrapper ol li::before 
{background-color:var(--blue);}
div[data-feed-popup-feeduid="568470827991"] .t-feed__post-popup__text-wrapper ul li::before, 
div[data-feed-popup-feeduid="568470827991"] .t-feed__post-popup__text-wrapper ol li::before 
{background-color:var(--red);}
div[data-feed-popup-feeduid="465200494171"] .t-feed__post-popup__text-wrapper ul li::before,
div[data-feed-popup-feeduid="465200494171"] .t-feed__post-popup__text-wrapper ol li::before
{background-color:var(--green);}
div[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__text-wrapper ul li::before,
div[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__text-wrapper ol li::before
{background-color:var(--blue);}
div[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__text-wrapper ul li::before,
div[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__text-wrapper ol li::before
{background-color:var(--blue);}

.t-feed__post-popup__text-wrapper ul {
    margin: 0;
    padding: 0;
    padding-left: 6px !important;
    list-style-type: none;
}

.t-feed__post-popup__text-wrapper ul li {
    counter-increment: step-counter;
    margin-top: 8px;
    position: relative;
    padding-left: 48px;
}

.t-feed__post-popup__text-wrapper ul li::before {
    position: absolute;
    left: -4px;
    margin-right: 5px;
    font-size: 17px;
    line-height: 20px;
    height: 20px;
    background: url(https://static.tildacdn.com/tild3739-6337-4636-b362-636435363636/Bullet_star2.svg) center center;
    background-size: 48px 32px;
    /*background-color: var(--red);*/
    padding: 0px 8px 2px;
    border-radius: 100%;
    min-width: 24px;
    text-align: center;
    margin-top: 5px;
    content: '';
}    

@media all and (max-width:640px) {
    .t-feed__post-popup__text-wrapper ul li::before {
    margin-top: 2px;
    line-height: 18px !important;
    height: 18px;
    padding: 1px 8px 1px;
    }
}


.t-feed__post-popup__text-wrapper ol li {margin-top:8px;}
.t-feed__post-popup__text-wrapper ol li::marker {font-weight:400; margin-left:4px;}


/*заголовок*/
.t-feed__post-popup__title {
 /*   font-size:60px; */
 /*   line-height:64px;*/
    font-size:50px;
    line-height:52px;
    font-family:'GilroyExtraBold';
    text-transform:uppercase;
    color:#fff;
}

.t-feed__post-popup__title-wrapper {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    padding:40px 40px 0px 20px;
}

.t-feed__post-popup__title-wrapper span {
 /*   font-size:60px; */
 /*   line-height:64px;*/
    font-size:50px;
    line-height:52px;
    font-family:'GilroyExtraBold';
    text-transform:uppercase;
}

div[data-feed-popup-feeduid="821649677591"] .t-feed__post-popup__title-wrapper span
{color:var(--blue); }
div[data-feed-popup-feeduid="568470827991"] .t-feed__post-popup__title-wrapper span
{color:var(--pink);}
div[data-feed-popup-feeduid="465200494171"] .t-feed__post-popup__title-wrapper span
{color:var(--green);}
div[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__title-wrapper span
{color:var(--red);}
div[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__title-wrapper span
{color:var(--red);}

/*картинка в 1/2 ширины*/
.t-feed__post-popup__content img {
    max-width:100%;
}
.t-feed__post-popup__cover-wrapper {
    display:table-cell;
    padding: 0px 20px 0px 40px;
}

@media all and (max-width:1200px) {
.t-feed__post-popup__cover-wrapper {
    display:table-cell;
    padding: 0px 10px 0px 20px;
}

.t-feed__post-popup__title-wrapper {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    padding:0px 20px 0px 10px;
}
.t-feed__post-popup__title {
    font-size:40px;
    line-height:44px;
}

.t-feed__post-popup__title-wrapper span {
    font-size:40px;
    line-height:44px;
}
}

@media all and (max-width:980px) {
.t-feed__post-popup__cover-wrapper {
    display:table-cell;
    padding: 0px 10px 0px 0px;
}
.t-feed__post-popup__title-wrapper {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    padding:0px 0px 0px 10px;
}
}
@media all and (max-width:960px) {
.t-feed__post-popup__cover-wrapper {
    display:table-cell;
    padding: 0px 10px 0px 0px;
}
.t-feed__post-popup__title-wrapper {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    padding:0px 0px 0px 10px;
}
.t-feed__post-popup__title {
    font-size:36px;
    line-height:36px;
}
.t-feed__post-popup__title-wrapper span {
    font-size:36px;
    line-height:36px;
}

}
@media all and (max-width:640px) {
.t-feed__post-popup__cover-wrapper {
    display:block;
    width:calc(100% - 80px);
    padding: 0px;
    margin: 0 auto;
    margin-bottom:32px;
}
.t-feed__post-popup__title-wrapper {
    display:block;
    vertical-align:middle;
    width:calc(100% - 40px);
    padding:0px;
    margin: 0 auto;
    text-align:center;
}
.t-feed__post-popup__title-wrapper span {
    display:none;
}
}

@media all and (max-width:480px) {
.t-feed__post-popup__cover-wrapper {
    display:block;
    width:calc(100% - 80px);
    padding:0px
    margin: 0 auto;
    margin-bottom:32px;
}
.t-feed__post-popup__title-wrapper {
    display:block;
    width:calc(100% - 24px);
    padding:0px
    margin: 0 auto;
    text-align:center;
}
}

/*тег статьи*/
.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle {
    position:unset;
    left: calc(50% + 20px);
    margin-top:16px;
    padding-bottom:0px;
}
.t-feed__post-popup__tag {line-height:24px; transition:0.3s;}
.t-feed__post-popup__tag span {
    line-height:24px !important;
    font-size:14px !important;
    font-family:"GraphikTT";
    font-weight:400;
    color:#fff !important;
    background:var(--black);
    padding:0px 12px;
    border-radius:40px;
    text-transform:none;
    display:inline-block;
    letter-spacing:initial;
    transition:0.3s;
}

div[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__tag span 
{background:#000;}
div[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__tag span 
{background:#000;}

.t-feed__post-popup__tag:hover span {
    color:var(--grey) !important;
}

@media all and (max-width:1200px) {
.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle {
left: calc(50% + 10px);}
}
@media all and (max-width:640px) {
.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle {
    position:relative;
    display:block;
    width: calc(100% - 0px);
    margin:12px 0px 40px 0px;
    left: 0px;
    text-align:center;
    margin-top:12px;
    padding-bottom:0px;
}    
}

/*враппер на белом фоне*/
.t-feed__post-popup__container {
    margin:0px 00px;
    max-width:100%;
}

@media all and (max-width:1240px) {
.t-feed__post-popup .t-popup__container {max-width: unset;}
}
@media all and (max-width:1200px) {
.t-feed__post-popup__container {
    margin:0px 00px;
    max-width:100% !important;}
.t-feed__post-popup__content-wrapper {
    padding:0px 0px;
}    
}
@media all and (max-width:980px) {
.t-feed__post-popup__container {
    margin:40px 0px;
    max-width:100% !important;
    right:initial;
    left:initial;
}
.t-feed__post-popup__content-wrapper {
    padding:0px 0px;
}    
}

.t-feed__post-popup__text-wrapper {background:#fff; border-radius:40px; margin:40px 40px 0px;}
.t-feed__post-popup__text {max-width:760px; margin:0 auto; padding:100px 40px;}
.t-feed__post-popup__container .t-col {max-width:unset !important; margin:0px 0px;}

@media all and (max-width:1200px) { 
.t-feed__post-popup__container .t-col {max-width:unset !important; margin:00px 0px;}   
.t-feed__post-popup__text {max-width:760px; margin:0 auto; padding:60px 40px;}
.t-feed__post-popup__text-wrapper {margin:20px 20px 0px;}
}
@media all and (max-width:980px) { 
.t-feed__post-popup__container .t-col {max-width:unset !important; margin:00px 0px;} 
.t-feed__post-popup__text-wrapper {margin:20px 0px 0px;}
}
@media all and (max-width:960px) { 
.t-feed__post-popup__container .t-col {max-width:unset !important; margin:00px 0px;} 
.t-feed__post-popup__text {max-width:760px; margin:0 auto; padding:20px 40px 40px;}
.t-feed__post-popup__text-wrapper {margin:20px 0px 0px;}
}
@media all and (max-width:480px) { 
.t-feed__post-popup__container .t-col {max-width:unset !important; margin:00px 0px;} 
.t-feed__post-popup__text {max-width:760px; margin:0 auto; padding:20px 12px 40px;}
.t-feed__post-popup__text-wrapper {margin:0px 0px; border-radius:16px;}
.t-feed .t-feed__post-popup, .t-feed .t-feed__post-popup.t-popup {padding:0px 0px;}
}



/*связанные посты*/

/*спрятать лишний фид — попытка 2*/
/*.t-feed__post-popup__relevants-item:last-child {display: none !important;}*/
*.t-feed__post-popup__relevants-item:nth-child(3), *.t-feed__post-popup__relevants-item:nth-child(4) {display: none !important;}

.t-feed__post-popup__relevants {
    max-width: 1200px;
    margin: 0 auto;
}
.t-feed__post-popup__relevants-title {
    margin: 45px 0px 35px;
    color:#fff;
    font-size:40px;
    line-height:40px;
    text-transform: uppercase;
    width:440px;
}

@media all and (max-width:1200px) {
.t-feed__post-popup__relevants-title {
    margin: 5px 0px 35px;
    }
}

@media all and (max-width:960px) {
.t-feed__post-popup__relevants-title {
    margin: 0px 0px 35px;
    }    
}

@media all and (max-width:640px) {
.t-feed__post-popup__relevants-title {
    /*margin: 40px 0px 40px;*/
     margin: 0px 0px 35px;
    font-size:30px;
    line-height:32px;}
}
@media all and (max-width:480px) {
.t-feed__post-popup__relevants-title {
    /*margin: 80px 0px 0px;*/
     margin: 0px 0px -5px;
    font-size:36px;
    line-height:40px;
    width:100%;
}
}

/*тег*/
.t-feed__post-popup__relevants-item-tag {
    font-size:14px;
    line-height:24px;
    background: var(--black);
    color:#fff;
    font-family: 'GraphikTT';
    font-weight: 400;
    text-transform:none;
    letter-spacing:initial;
    padding:0px 12px;
    border-radius:40px;
    margin-bottom:12px;
    display:none;
}
.t-feed__post-popup__relevants .t-col {width:360px; margin:0px 20px;}
.t-feed__post-popup__relevants-imgwrapper {padding-bottom:100%; margin-bottom:16px;}
.t-feed__post-popup__relevants-item-title {
    margin-bottom:0px;
    color:#fff;
    font-size:30px;
    text-transform:uppercase;
    line-height:32px;
    font-weight:600;
}
.t-feed__post-popup__relevants-item-descr {
    margin-bottom:0px;
    font-size:30px;
    text-transform:uppercase;
    line-height:32px;
    font-weight:600;
}



@media all and (max-width:1200px) {
.t-feed__post-popup__relevants {max-width:calc(100% + 0px); margin: 0 auto;}
.t-feed__post-popup__relevants .t-col {width:300px; margin:0px 10px;}
.t-feed__post-popup__relevants-imgwrapper {padding-bottom:100%; margin-bottom:16px;}

.t-feed__post-popup__relevants-item-title {
    font-size:24px;
    line-height:28px;
}
.t-feed__post-popup__relevants-item-descr {
    font-size:24px;
    line-height:28px;
}    
}
@media all and (max-width:1016px)  {
.t-feed__post-popup__relevants-item:nth-child(3) {display:none;}    
    
}
@media all and (max-width:980px) {
.t-feed__post-popup__relevants {
    max-width: 620px;
    margin: 0 auto;
}
.t-feed__post-popup__relevants .t-col {width:290px; margin:0px 10px;}
.t-feed__post-popup__relevants-imgwrapper {padding-bottom:100%; margin-bottom:16px;}
.t-feed__post-popup__relevants-item:nth-child(3) {display:none;}
}
@media all and (max-width:640px) {
.t-feed__post-popup__relevants {
    max-width: 640px;
    margin: 0 -10px;
}
.t-feed__post-popup__relevants .t-col {width:calc(50% - 20px); margin:0px 10px;}
.t-feed__post-popup__relevants-imgwrapper {padding-bottom:100%; margin-bottom:16px;}
.t-feed__post-popup__relevants-item:nth-child(3) {display:none;}
}
@media all and (max-width:660px) {
.t-feed__post-popup__relevants {margin: 0 auto;
    width: 100%;
}    
.t-feed__post-popup__relevants-wrapper {
    justify-content: center;
}
.t-feed__post-popup__relevants .t-col {
    width: calc(50% - 20px);
}
}
@media all and (max-width:640px) {
.t-feed__post-popup__relevants {margin: 0 0; width:100%;}
.t-feed__post-popup__relevants .t-col {width: calc(100% - 80px);
    margin: 0px 40px;}  
.t-feed__post-popup__relevants-item {margin-bottom: 40px !important;}
}    
@media all and (max-width:480px) {
.t-feed__post-popup__relevants {
margin: 0 0px;
}
.t-feed__post-popup__relevants .t-col {width:calc(100% - 24px); margin:0px 12px 40px!important;}
.t-feed__post-popup__relevants-imgwrapper {padding-bottom:100%; margin-bottom:12px;}
.t-feed__post-popup__relevants-item:nth-child(3) {display:none;}
}

/*покрасить подзаголовок в релэйтед постс*/
[data-feed-popup-feeduid="821649677591"] .t-feed__post-popup__relevants-item-descr {color:var(--blue) !Important;}
[data-feed-popup-feeduid="568470827991"] .t-feed__post-popup__relevants-item-descr {color:var(--pink) !Important;}
[data-feed-popup-feeduid="465200494171"] .t-feed__post-popup__relevants-item-descr {color:var(--green) !Important;}
[data-feed-popup-feeduid="546117937601"] .t-feed__post-popup__relevants-item-descr {color:var(--grey-cold) !Important;}
[data-feed-popup-feeduid="832899508201"] .t-feed__post-popup__relevants-item-descr {color:var(--grey-cold) !Important;}


.t-feed__post-popup__relevants-item * {transition: ease-in 0.3s;}
.t-feed__post-popup__relevants-item:hover .t-feed__post-popup__relevants-imgwrapper {
    transform:scale(1.025);
    /*transition: ease-in 0.3s;*/
}
.t-feed__post-popup__relevants-item:hover .t-feed__post-popup__relevants-item-descr {color:var(--red) !Important;}

/*ФУТЕР*/
.footer_img {
    transition: 0.3s;
}

.footer_img:hover {
    opacity:0.7;
}

