

/* Start:/local/templates/frant/components/bitrix/news/organization/bitrix/news.detail/.default/style.css?17782265833527*/
.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;
  }
}


.card__content__info {
  max-width: max-content;
  padding: 44px 30px 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.08), 0px 0px 3.2375px rgba(0, 0, 0, 0.026);
  box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.08), 0px 0px 3.2375px rgba(0, 0, 0, 0.026);
}

.card__content__info-level {
  margin-bottom: 25px;
  text-align: center;
  color: #127DBE;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.67;
  position: relative;
}

.card__content__info-level::after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 1px;
  width: calc(100% - 40px);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-3.23%, rgba(236, 232, 232, 0)), color-stop(47.98%, #ACACAC), color-stop(99.99%, rgba(236, 232, 232, 0)));
  background-image: -o-linear-gradient(left, rgba(236, 232, 232, 0) -3.23%, #ACACAC 47.98%, rgba(236, 232, 232, 0) 99.99%);
  background-image: linear-gradient(90deg, rgba(236, 232, 232, 0) -3.23%, #ACACAC 47.98%, rgba(236, 232, 232, 0) 99.99%);
  left: 20px;
  right: 20px;
}

.card__content__info-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.67;
  margin-bottom: 25px;
  padding-top: 10px;
}

.card__content__info-clock i {
  display: block;
  font-size: 21px;
  margin-right: 25px;
  margin-top: 5px;
}

.card__content__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.67;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__content__info-phone i {
  display: block;
  margin-right: 24px;
  font-size: 22px;
}
/* End */
/* /local/templates/frant/components/bitrix/news/organization/bitrix/news.detail/.default/style.css?17782265833527 */
