div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.main_review_header {
padding-top: 80px;        
}
.main_review_header span {
    font: 400 40px "Roboto"; 
    color: #f5d865;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_viewport {
    padding-top: 58px;
}
.slide {
       opacity: 0.96; 
       background-color: #fff; border:1px solid #eee; 
       border-radius: 24px;
       box-shadow: inset  0px 0px 0px rgba(0,0,0,0.07);
       padding: 25px 30px 25px 25px;
       display: flex;
       align-items: center;
       justify-content: flex-start;
       min-height: 220px;
       box-sizing: border-box;
       position: relative;
}
.slide_photo {
    display: flex;
    max-width: 25%;
}
.slide_photo img {
    border-radius: 50%;
    height: 100%;
    max-height: 185px;
}
.slide_text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
}
.slide_text span {
    text-align: justify;
    font-family:'Roboto';
    font-size: 16px;
}
.slide_text_title {
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
    height: 110px;
    overflow: hidden;
}
.slide_text_about {
    line-height: 1;
}
.slide_text_href {
    position: absolute;
    bottom: 25px;
}
.owl-carousel {
    position: relative;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background-color: black;
}
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 18px;
      height: 18px;
      margin: 5px 7px;
      background-color: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #f5d868; }
.owl-nav {
    margin-top: 0;
    display: hidden;
    position: static;
}
.owl-prev {
    position: absolute;
    left:-8%;
    top: 38%;
    transform: translate(0%,-50%)!important;
}
.owl-next {
    position: absolute;
    top: 38%;
    right: -8%;
    transform: translate(0%,-50%)!important;
}

.owl-prev i{
    font-size: 90px;
    color: #f5d865;
    }
.owl-next i{
   font-size: 90px;
   color: #f5d865;
}
.owl-prev i:active{
    font-size: 90px;
    color: #c09c0c;
    }
.owl-next i:active{
   font-size: 90px;
   color: #c09c0c;
}
button:focus, button:active  {
    outline: none;
}
.slide_background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    right:0;
    border-radius: 0;
    transition: all 0s;
}
.slide_text_href a:hover{
    color: #063b7c;
    text-decoration: none;
    border-bottom: 1px solid #b3c3d7;
}
.slide_mini_photo {
    display: none;
}
@media screen and (max-width:766.99px) {
    .slide_photo {
        display: none;
    }
    .slide_text {
        width: 100%;
        padding-left: 0;
    }
    .slide_mini_photo {
        display: block;
        width: 25%;
        float:left;
    }
    .slide_mini_photo img {
        border-radius: 50%;
    }
    .slide_header {
        width: 100%;
        float: left;
        display: block;
    }
    .slide_text_header_side {
        display: block;
        width: 75%;
        float:left;
        padding-left: 20px;
    }
    .slide {
        padding: 10px;
    }
.owl-prev {
    left:-15%;
}
.owl-next {
    right: -15%;
}
}