

/* Start:/local/templates/frant/components/bitrix/news/organization/bitrix/news.detail/.default/style.css?17569066751800*/
.single {
  color: #000;
  text-align: left;
}

.single-title {
  text-align: center;
  margin-bottom: 30px;
}

.single-gallery {
  margin-bottom: 20px;
  position: relative;
}

.single__contact-item{
  padding: 16px 20px;
  background-color: rgba(242, 242, 242, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s;
  gap: 8px;
  vertical-align: middle;
}

.single__contact-title{
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.single__contact-item:hover{
  border: 1px solid rgba(234, 33, 132, 1);
}

.single-gallery--nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.single-gallery--prev,
.single-gallery--next {
  transition: opacity 0.3s;
}

.single-gallery--prev.swiper-button-disabled,
.single-gallery--next.swiper-button-disabled {
  opacity: 0.3;
}

.single-gallery img {
  display: block;
  max-width: 100%;
}

.single-detail {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.single-detail ul {
  padding-left: 18px;
  list-style-type: disc;
}

.single__contact {
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.single__contact-social{
  display: flex;
  column-gap: 10px;
}

.single__contact b {
  font-weight: bold;
}

.shops__loop-img img {
  margin-top: 15px;
  max-width: 100%;
  max-height: 82px;
  display: inline-block;
}
.shops__loop-img{
  text-align: center;
}

.single-detail b {
  font-weight: 600;
}

@media (max-width: 991px){
  .single-title{
    margin-top: 30px;
  }
  .shops__loop-img{
    margin-bottom: 50px;
  }
}

/* End */
/* /local/templates/frant/components/bitrix/news/organization/bitrix/news.detail/.default/style.css?17569066751800 */
