.t-rec {
    word-break: normal !important;
}


@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #009fb1;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: #DFDFDF;
    }
}


h3 {
    font-weight: 600 !important;    
}
.t-feed__col-grid__post-wrapper:hover{
    background-color: #e4eef5 !important;
    transition: all .3s ease;
}
.t-feed__post-label{
    background-color: #ffffff !important;  
    border-radius: 7px !important;
}
.t-feed__post-label span{
    color: #009fb1 !important;   
    font-size: 13px !important;
}
.t-feed__post-popup__content img {
    border-radius: 14px; !important;
}
 Замена цвета иконки share 
.t-feed__share-icon_active svg {
    fill: rgba(255, 255, 255, 1) !important;
}
 Увеличение заголовка в плашке внутри новости 
.t-feed__post-popup__close-text {
    font-size: 18px !important;
}
 Замена цвета плашки внутри новости 
.t-feed__post-popup__close-wrapper {
    background-image: linear-gradient(to right , #00CBB7 , #00C5C8, #00BCE2 60%) !important;
    border-bottom: 0px solid rgba(0,0,0,.2) !important;
}
 Изменение ширины списка новостей на разных экранах 
@media (min-width: 300px) and (max-width: 479px){
.js-feed-post.t-feed__post.t-item.t-feed__grid-col.t-col.t-col_4.t-align_left{
    width: 300px !important;
    max-width: 300px !important;  
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 30px !important;
    margin: auto;
}} 
 Изменение отсупов у текста на моб устройствах 
.t-feed__col-grid__content {
    padding: 5px 20px 27px !important;    
}}
@media (min-width: 480px) and (max-width: 639px){
.js-feed-post.t-feed__post.t-item.t-feed__grid-col.t-col.t-col_4.t-align_left{
    width: 460px !important;
    max-width: 460px !important;  
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 30px !important;
    margin: auto;
}} 
@media (min-width: 640px) and (max-width: 959px){
.js-feed-post.t-feed__post.t-item.t-feed__grid-col.t-col.t-col_4.t-align_left{
    width: 620px !important;
    max-width: 620px !important;  
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 30px !important;
    margin: auto;
}} 

 Изменение высоты картинки в списке новостей на разных экранах 
@media (min-width: 480px) and (max-width: 639px){
.t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
    padding-bottom: 46% !important;
}} 
@media (min-width: 640px) and (max-width: 959px){
.t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
    padding-bottom: 36% !important;
}} 
 Замена размера текста в списках новостей при маленьких экранах 
@media (min-width: 300px) and (max-width: 639px){
.js-feed-post-descr.t-feed__post-descr.t-descr.t-descr_xxs {
    font-size: 16px !important;    
}
.js-feed-post-title.t-feed__post-title.t-name.t-name_md {
    font-size: 18px !important;
}}
 Изменение размера заголовка в внутри новости для мобилок 
@media (min-width: 300px) and (max-width: 639px){
.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs{
    font-size: 24px !important;
}}

.t702 .t-datepicker__wrapper{
max-width: 100% !important;
}
@media screen and (max-width: 560px){
.t702 .t-popup__close { 
background: #16CF9C !important;
}}
.t-popup__container {
border-radius: 16px !important;
}
.t702__wrapper .t-descr {
font-size: 16px !important;    
}
.t702 .t-popup__container {
    border-radius: 16px !important;
}
@media screen and (max-width: 560px) {
.t702 .t-popup__close {
background: linear-gradient(to right , #00CBB6 , #00C4CC, #00BBE4 60%) !important;    
}}
.t702 .t-submit {
letter-spacing: 1px !important;  
padding-left: 50px !important;
font-size: 15px !important;
}
@media screen and (max-width: 560px) {
.t702__title {
font-size: 28px !important;    
}}
.t702__img {
border-radius: 16px !important;    
}
.t702 .t-form__submit{
width: 200px !important;
}
@media screen and (max-width: 640px){
.t702 .t-submit {
    padding-left: 26px !important;
}}

