﻿.blockob {
  position:relative;
  background-color:#f5f5f5;
  padding:16px 102px 16px 16px
}
.blockob:after {
  content:"";
  position:absolute;
  background-color:#f5f5f5;
  width:100px;
  height:100%;
  top:0;
  right:0;
  z-index:5
}
.blockob_slide {
  opacity:0;
  visibility:hidden
}
.blockob .swiper-slide-active {
  opacity:1;
  visibility:visible
}
.blockob_buttonNext,
.blockob_buttonPrev {
  position:absolute;
  top:50%;
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  width:32px;
  height:32px;
  background-color:#fff;
  transform:translateY(-50%);
  border:none
}
.blockob_buttonPrev {
  left:auto;
  right:52px
}
.blockob_buttonNext {
  left:auto;
  right:16px
}
.blockob_buttonNext:after,
.blockob_buttonPrev:after {
  content:"";
  display:block;
  width:100%;
  height:100%;
  background-image:url(/img/opinion-arrow.svg);
  background-repeat:no-repeat;
  background-position:50%;
  background-size:7px 14px
}
.blockob_buttonNext:after {
  transform:scale(-1)
}
.blockob .swiper-button-disabled {
  background-color:transparent
}
.blockob_link {
  color:#252525;
  display:inline-block;
  text-decoration:none;
  transition:color .3s;
  width:100%;
  height:100%;
  font-size:14px;
  font-weight:700;
  line-height:20px
}
.blockob_link:hover {
  color:#37c
}
@media screen and (min-width:1280px) {
  .blockob_slide .swiper-slide-next {
    opacity:1;
    visibility:visible
  }
}
.blockob_block {
  margin:16px -16px 0
}
@media screen and (min-width:768px) {
  .blockob_block {
    margin:20px 0 0
  }
}
@media screen and (min-width:1280px) {
  .blockob_block {
    margin:32px 0 0
  }
}
