.date_status span:first-child+span,
.news_detail_item div.faq_panel span.counters,
.news_item.inside.company.with_img .news_info .date_status span {
	display: none;
}
.fotorama__stage .fotorama__caption {
	top: auto;
}
.gallery_preview .fotorama__wrap--slide .fotorama__stage__shaft .fotorama__stage__frame {
	height: auto;
}
.blockquote-4 {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
		/*border: 2px solid #337AB7;*/
    border: 2px solid #940a09;
    border-radius:20px;
    padding: 25px;
}
.blockquote-4::after {
    content:"";
    position: absolute;
		/*border: 2px solid #337AB7;*/
    border: 2px solid #940a09;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
.blockquote-4::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.blockquote-4 cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
		/* color: #337AB7;*/
color: #940a09;
}

.blockquote-5 {
    border-left: none;
    position: relative;
    padding: 16px 24px;
    margin: 16px 16px 26px 16px;    
    font-size: 16px;
    border-top: 2px solid #940a09;
    border-bottom: 2px solid #940a09;
}
.blockquote-5::after {
    font-family: Times, sans-serif;
    font-weight: bold;
    position: absolute;
    content: "”";
    color: #f79c9c;
    font-size: 160px;
    line-height: 0;
    bottom: -22px;
    right: 30px;
    text-shadow: 2px 0 0 #940a09, -2px 0 0 #940a09, 0 2px 0 #940a09, 0 -2px 0 #940a09, 1px 1px #940a09, -1px -1px 0 #940a09, 1px -1px 0 #940a09, -1px 1px 0 #940a09;    
}
.blockquote-5 cite {
    color: #940a09;
    font-size: 15px;
    padding-top: 20px;
    display: block;
}

.blockquote-6 {
    border-left: 6px solid #f79c9c;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}
.blockquote-6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}
.blockquote-6:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #940a09;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;    
}
.blockquote-6 cite {
    color: #940a09;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}