.toggleBlock{
  max-height:203px;
}
.mainImgDetails {
  height: 400px;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 50%; }

.titleDetails {
  font-size: 35px;
  color: #000033;
  font-weight: bold;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 460px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-top: 140px; }

.virtualTurTumbsDetails .virtualTurTumbs--item {
  max-width: 310px; }

.virtualTurTumbsDetails .virtualTurTumbs--item--title {
  font-size: 13px;
  line-height: 16px; }

.toogleBlock {
  padding: 12px 0 0 0;
  border-top: 1px solid #d0d1d8;
  width: 100%;
  margin-top: 15px; }
  .toogleBlock a {
    display: inline-block;
    padding-right: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #000033;
    position: relative; }
  .toogleBlock a:after {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(/web/img/playSmall.png) no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.owl-dots {
  text-align: center; }

.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000033;
  display: inline-block;
  margin: 10px 5px 10px 5px; }

.owl-carousel .owl-dot.active {
  background: #000033; }

.owl-third .owl-item .title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #000033; }

.liners-list img{
  max-width:100%;
  height:auto;
  margin: 10px 0;
}