.block {
  padding: 30px 0;
  position: relative;
}
.block .block_subj {
  margin: 15px 0;
  text-align: center;
}
.block .block_desc {
  padding: 15px 0;
}
.block .content {}
.block .content p {
  width: 100%;
}
.block .content .link {
  display: block;
  margin-top: 20px;
}

.block .owl-nav [class*="owl-"] {
  background: rgba(255, 255, 255, .1);
  color: #FFF;
  font-size: 20px;
  padding: 4px 16px;
}
.block .owl-nav [class*="owl-"]:hover {
  background: rgba(255, 255, 255, .25);
}
.block .owl-dots {
  height: 36px;
  line-height: 36px;
}

.block.visual .owl-nav [class*="owl-"] {
  color: #FFF;
}
.block.visual .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.block.visual .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
.block .owl-nav [class*="owl-"] {
  color: #FFF;
}
.inside .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
.inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
}