

/* Start:/bitrix/templates/sofas/components/bitrix/news/ma-blog/bitrix/news.detail/.default/style.css?16388699651945*/
span.h1, .bx-breadcrumb-item {
  color: #fbf3e1;
}

.prev_item, .next_item {
  position: fixed;
  right: -184px;
  bottom: 25%;
  margin-bottom: 230px;
  background: #faf3e4;
  width: 224px;
  height: 112px;
  display: block;
  transition: all 0.3s;
  z-index: 1;
}
.prev_item .img, .next_item .img {
  float: right;
  width: 112px;
  height: 112px;
}
.prev_item .img img, .next_item .img img {
  max-width: 112px;
  max-height: 112px;
  display: block;
}
.prev_item .title, .next_item .title {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -20px;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #fbf3e1;
  font-size: 15px;
  text-align: center;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(48, 26, 12, 0.8);
}
.prev_item .title span, .next_item .title span {
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prev_item:after, .next_item:after {
  content: "";
  display: block;
  width: 42px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/arrow-right-black.png) center center no-repeat;
  background-size: 20px auto;
  transition: all 0.3s;
}
.prev_item:hover, .next_item:hover {
  right: 0;
}
.prev_item:hover .title, .next_item:hover .title {
  margin-top: 0;
  opacity: 1;
}
.prev_item:hover:after, .next_item:hover:after {
  width: 112px;
}

.prev_item {
  right: auto;
  left: -184px;
}
.prev_item:after {
  right: 0;
  left: auto;
  background: url(/images/arrow-left-black.png) center center no-repeat;
  background-size: 20px auto;
}
.prev_item .img {
  float: left;
}
.prev_item .title {
  padding: 10px 15px 10px 55px;
}
.prev_item:hover {
  left: 0;
}
.prev_item:hover .title {
  padding: 10px 15px 10px 55px;
}
.prev_item:hover:after {
  right: 0;
  left: auto;
  background: url(/images/arrow-left-black.png) center center no-repeat;
  background-size: 20px auto;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/sofas/components/bitrix/news/ma-blog/bitrix/news.detail/.default/style.css?16388699651945 */
