.UITabArticle_singletab_ttxtdttmdl
{
        margin:10px;
         font-family: Merriweather;
 
}
.UITabArticle_single_tab_hotrodukhach .TabArticleControl
{
 margin-right:20px !important;
border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;

        overflow:hidden;
-webkit-box-shadow: 10px 10px 8px 0px rgba(145,138,145,0.29);
-moz-box-shadow: 10px 10px 8px 0px rgba(145,138,145,0.29);
box-shadow: 10px 10px 8px 0px rgba(145,138,145,0.29);
        border-left:solid 1px #efefef;
        margin-bottom:20px;
        
        
}
.UITabArticle_single_tab_hotrodukhach .Header
{
        background-color:#1b3469;
}
.UITabArticle_singletab_ttxtdttmdl .SingleTab .Wrap .first .image 
{
        height:250px !important;

}

.UITabArticle_single_tab_hotrodukhach .SingleTab {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
           
 
     
}
.SingleTab .Header {
        display: block;
        /*
        border-bottom: 1px solid var(--bg-blue-weight);
        */
}
.SingleTab .Header {
        overflow: hidden;
}
.SingleTab .Header .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;
}
.UITabArticle_single_tab_hotrodukhach .SingleTab .Header .HeaderWrap .text > a {
        font-size: 13pt;
        text-transform: uppercase;
        font-weight: 600;
 
        padding: 10px 10px;
        color: #ffffff;
        display: inline-block;
}
.SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.SingleTab .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
        /* border: 1px solid #e0e0e0; */
        min-height: 300px;
        margin: 0;
 
}
.SingleTab .Wrap .first {
        position: relative;
        margin-bottom: 10px;
}
.SingleTab .Wrap .first h2{
        display: none;
}
.SingleTab .Wrap .first .image {
        /* float: left; */
        height: 250px;
        /* margin-right: 10px; */
        width: 100%;
        object-fit: cover;
        /* margin-bottom: 10px; */
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
        font-size: 13px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px;
        padding-bottom: 30px;
}
.SingleTab .Wrap .first .date{
        font-size: 13px;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 10px;
}
.SingleTab .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        display: none;
}
.SingleTab .Wrap .first .title a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #ce1110;
        list-style: none;
        margin: 10px;
        padding: 0;
        padding-left: 0;
        font-size: 13px;
}
.UITabArticle_single_tab_hotrodukhach .SingleTab .Wrap .next li {
        padding: 5px 0;
        font-size: 14px;
   
}
.SingleTab .Wrap .next li:not(:nth-last-of-type(1)) {
        border-bottom: 1px dashed #e0e0e0 !important;
}

.SingleTab .Wrap .next li a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.SingleTab .Wrap .next li .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
}
.SingleTab .Wrap .next li img{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
}
@media only screen and (max-width: 768px){
        .SingleTab .Wrap .first .image{
                height: 55vw !important;
                width: 100% !important;
        }
        div.TabArticleControl .SingleTab .Wrap{
                padding: 5px 0;
        }
}

