#header-tysol {
    max-width: 1110px;
}

@media (max-width: 800px) {
    .hide_on_mobile_when_max_800 {
        display: none !important;
    }
}
@media (max-width: 800px) {
    .news-item-mobile {
        flex-direction: column;
    }
}

@media (max-width: 1100px) {
    .article_page_wrapper_row .col {
        flex-basis: auto !important;
    }
    .article_page_wrapper_row div.w300 {
        width: auto !important;
        max-width: fit-content !important;
        min-width: auto !important;
    }
}


.page_wrapper {
    max-width: 1110px; 
}

article {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 1.1;
    color: black;
    margin-top: 0;
    padding-top: 0;
}

.article_toolbar_top {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.article_share {
    
}

.article_sm {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article_sm li {
    margin-right: 20px;
    display: inline;
    cursor: pointer;
}

.article_desc {
    
}

.article_info {
    text-align: right;
}

.article_author {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.article_date {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

.article_date_update {
    color: #1c1c1e;
    padding: 2px 5px;
    margin-right: 20px;
}

.image_desc {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #646464;
}

.image_info {
    
}

.image_source {
    text-align: right;
}

.lead {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

.readmore {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    color: #FF3E00;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.readmore a {
    color: #FF3E00;
}

.readmore_pre {
    padding: 0 5px;
    border: 1px solid #FF3E00;
    background: #FF3E00;
    line-height: 25px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: white;
    text-transform: none;
    margin-right: 5px;
}

/**blockquote {
    background: url(/files/tysol/images/cyt_open.png) no-repeat left 10px;
    font-family: "Roboto", sans-serif;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 20px;
    margin-left: 20px;
}*/



blockquote, em {
    border-left: 5px solid #FF3E00;
    font-family: "Roboto", sans-serif;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0;
    padding-left: 20px;
    margin-left: 20px;
    font-style: italic;
    display: block;
}

blockquote span, em span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
}

blockquote u, em u {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    text-decoration: none;
}

blockquote .quot_end {
    position: relative;
    top: -7px;
}

.blockqoute {
    margin-top: -10px;
    padding-left: 40px;
}

.yt {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    clear: both;
}
.yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_footer {
    font-size: 14px;
    color: #999;
}

.article_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article_footer ul li {

}

.tag {
    color: #ff3e00;
}

.tag a {
    color: #ff3e00;
}

.img_p {
    float: left;
    margin: 0 20px 20px 0;
}


.section_recommend {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 4fr 4fr 4fr;
}


.news_r_1 {
    grid-column: 1;
    grid-row: 1;
    border: none !important;
}

.news_r_2 {
    grid-column: 2;
    grid-row: 1;
    border: none !important;
}

.news_r_3 {
    grid-column: 3;
    grid-row: 1;
    border: none !important;
}

.news_vertical .news_info {
    width: 236px;
}