.news-detail p{margin:15px 0px;} 
 .news-detail td {    border: 1px solid;    padding: 5px;    margin: 0px;}
.news-detail table {border-spacing: 0px;}
.news-detail {font-family: 'Open Sans',Arial,sans-serif;
        font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #171717;
    
}

.news-detail img {
    padding: 0px 10px;
}

@media (min-width: 1px) and (max-width: 479px) {
.news-detail {
    width: 290px;}}
    

@media (min-width: 480px) and (max-width: 1024px) {
.news-detail {
    width: 600px;}
}
@media (min-width: 1023px) and (max-width: 5000px) {
.news-detail {
    width: 900px;}
}
.news-detail table {display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;}

  
  
   /* слетает вся верстка, нужно как то массово это исправить проблема с картинками внутри статей на мобильных устройствах
   @media screen and (max-width: 1024px){

.t396__artboard {
    height: 450px!important;
}
}
    
    @media screen and (max-width: 768px){

.t396__artboard {
    height: 330px!important;
}
}
    @media screen and (max-width: 479px){
.tn-elem {
   height: 200px!important;
}
.t396__artboard {
    height: 170px!important;
}
}
*/

/* Статьи */
.t123 .t-col {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans';
    line-height: 1.55;
}
.t123 .t-col h1 {
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
}
.t123 .t-col p {
    /* margin: revert; */
    margin: 1.55em 0;
}
.t123 .t-col :first-child {
    margin-top: 0;
}
.t123 .t-col :last-child {
    margin-bottom: 0;
}
.uc-attribution {
    padding: 1em 0 2em;
}
.uc-attribution .t-container_8 {
    max-width: 960px;
}
.uc-attribution .t-col_8 {
    max-width: 960px;
}
.uc-attribution .t107__title {
    padding-top: 10px;
    padding-bottom: 0;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .t123 .t-col h1 {
        font-size: 32px;
    }
    .uc-attribution .t-container_8 {
        max-width: 780px;
    }
    .uc-attribution .t-col_8 {
        max-width: 780px;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xxs {
        font-size: 19px;
    }
    .t123 .t-col {
        line-height: 1.45;
    }
    .t123 .t-col h1 {
        font-size: 19px;
    }
    .t123 .t-col p {
        /* margin: revert; */
        margin: 1.45em 0;
    }
}