    
    
     .t-feed__post-popup__content img{
        width: 100%;
     }
     
     .t-feed__post-popup__cover-wrapper{
        border-radius: 24px;
        overflow: hidden;
     }
     
     .t-redactor__callout{
         border-radius: 24px;
         padding: 24px !important;
     }
     
     .t-checkbox__indicator:after {
            left: 40%;
            top: 15%;
    }
    
    .t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
        font-size: 16px !important;
    }
    
    .t-checkbox__indicator {
        border-radius: 3px;
    }
     /*Настройка списка для годов*/
     
     .t-feed__post-popup li{
        list-style-type: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        
         /*Выпускники/h5 */
        font-family: 'Inter';
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; 
        letter-spacing: 0.2px;
     }
     
      .t-feed__post-popup ul{
        padding-left: 0 !important;
     }
     
     .t-feed__post-popup__date{
         font-size: 14px !Important;
         font-weight: 400 !important;
     }
     
     .t-feed__post-popup li:not(.t-feed__share li):before{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-image: url('https://static.tildacdn.com/tild6639-6139-4632-b966-633665366633/pixelarticons_check-.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
     }
     
     .t-title{
         color: #231f20 !important;
     }
     
     /*Настройка иконки в сноске*/
     
     .t-redactor__callout-text:before{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-image: url('https://static.tildacdn.com/tild6133-3538-4432-a638-656166346363/pixelarticons_bullse.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        
        position: absolute;
        left: -20px;
     }
     
      .t-redactor__callout-text{
        padding-left: 8px !important;
        margin-left: 20px !important;
        position: relative;
     }
     
     
     
     .t-redactor__callout-icon{
         display: none;
     }
     
     .t-redactor__callout-text{
        color: rgba(35, 31, 32, 0.80);
        font-family: Unbounded;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
     }

    .t-redactor__preface a {
        display: flex;
        align-items: center;
        transition: 0.2s;
        width: fit-content;
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: 'Unbounded',Arial,sans-serif;
    }
    

    .t-redactor__preface a:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 4px;
        background-image: url('https://static.tildacdn.com/tild3561-3836-4536-b636-613730363034/_1.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.2s ease-in-out;
    }
    
    .t-redactor__h4 a{
        font-family: 'Unbounded',Arial,sans-serif;
        font-size: 16px !important;
        font-weight: 500;
        padding: 12px 24px;
        background-color: #F58220;
        color: #fff !important;
        border-radius: 8px;
        display: block;
        text-align: center;
        vertical-align: middle;
        width: fit-content;
        height: fit-content;
        
        transition: 0.2s;
    }
    
    .t-redactor__h3 a{
        font-family: 'Unbounded',Arial,sans-serif;
        font-size: 16px !important;
        display: flex !important;
        background-color: #F58220; 
        color: #fff !important;
        padding: 14px 24px !important; 
        height: fit-content !important;
        width: fit-content !important;
        border-radius: 8px;
        transition: 0.2s;
        text-align: center;

        transition: 0.2s;
    }
    
    .t-redactor__h3 a:after{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        background-image: url('https://static.tildacdn.com/tild6439-3266-4862-a335-343638373964/pixelarticons_heart-.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.2s;
    }
    
    .t-redactor__h3 a:hover:after{
        background-image: url('https://static.tildacdn.com/tild3737-3730-4635-b630-373365386665/pixelarticons_heart.svg');
    }
    
    
    .t-text_md{
        font-family: 'Inter';
    }
    
    figure {
        border-radius: 24px;
        overflow: hidden;
    }
    
    .t-redactor__preface a:hover:after{
        background-image: url('https://static.tildacdn.com/tild3332-3364-4737-b063-306339336135/pixelarticons_arrow-.svg');
        transform: rotate(45deg);
    }
    
    
    .t-feed__post-popup a{
        transition: 0.2s;
    }
    
    .t-feed__post-popup a:hover{
        color: #001954 !important;
    }
    
    a.t-feed__post-popup__tag span.t-uptitle.t-uptitle_xs{
        transition: 0.2s;
    }
    
    a.t-feed__post-popup__tag span.t-uptitle.t-uptitle_xs:hover{
        color: #001954 !important;
    }
    
    .t-redactor__h4 a:hover{
        background-color: #001954 !important;
        color: #fff !important;
    }
    
     .t-redactor__h3 a:hover{
        background-color: #001954; 
        color: #fff !important;
        
    }
    
    .t-redactor__quote:before{
        content: "";
        display: block;
        width: 100% !important;
        height: 20px;
        max-width: 20px;
        height: 20px;
        margin-right: 16px;
        margin-bottom: 16px;
        margin-top: 4px;
        background-image: url('https://static.tildacdn.com/tild6663-6634-4063-b137-383132303636/pixelcovichki.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.2s ease-in-out;
        
        position: absolute;
        left: -20px;
    }
    
     .t-redactor__quote{
        border-left: 0 !important;
        padding-left: 16px !important;
        margin-left: 25px !important;
        position: relative;
        color: #4E4B4C !important;
    }
    
    h4.t-redactor__h4, h3.t-redactor__h3, h2.t-redactor__h2, h1.t-redactor__h1{
        font-family: 'Unbounded'!important;
        font-weight: 500 !Important;
    }
    
    .t-feed__post-popup__relevants-bgimg.t-bgimg.loaded {
        border-radius: 12px;
    }
    
    .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper{
        border-radius: 12px;
        overflow: hidden;
    }


    .t-feed__post-popup__relevants-content:hover .t-feed__post-popup__relevants-item-title.t-name.t-name_xs{
        color: #F58220 !important;
    }
    
     .t-feed__post-popup__relevants-item-title.t-name.t-name_xs{
       transition: 0.2s ease-in-out;
    }
    
    
    .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
        padding-bottom: 0 !important;
    }
    
    @media screen and (max-width: 960px){
        
        .t-redactor__h4 a{
        font-size: 14px !important;
    }
    
        
    }
    
    
    @media screen and (max-width: 640px){
        
    .t-redactor__callout-text{
        font-size: 14px !important;
     }
     
     .t-feed__post-popup li{
        font-size: 16px;
     }
     
        .t-redactor__h4 a{
        font-size: 12px !important;
    }
    
        
    }