

/* Start:/bitrix/templates/mobiprof/components/bitrix/news.detail/delivery/style.css?17761610211322*/
.text_overflow {
  height: 403px;
  overflow: hidden;
}
.text_overflow.open {
  height: auto;
}

.text_overflow_caption {
  font-size: 16px;
  cursor: pointer;
  padding-top: 20px;
}
.text_overflow_caption:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background-image: url(/images/catalog_4_0--6.png);
  background-repeat: no-repeat;
}
.text_overflow_caption:hover:before {
  background-position: -33px 0;
}
.text_overflow_caption.open:before {
  background-position: 0 -33px;
}
.text_overflow_caption.open:hover:before {
  background-position: -33px -33px;
}

.delivery-list {
  padding: 0;
  list-style-type: none;
}

.delivery-list__item {
  display: flex;
  padding: 3px 0;
  border-bottom: 1px solid #F2F2F2;
  justify-content: space-between;
}

.delivery-list__item:last-child {
  border-bottom: none;
}

.delivery-list__title {
  margin: 0;
}

.delivery-list__link {
  font-size: 16px;
  color: #4d4b3b;
  font-weight: normal;
}

@media(max-width: 991px) {
  .delivery-list__item {
    flex-direction: column;
  }

  .delivery-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .delivery-list__image img {
    max-width: 100%;
  }
}
/* End */
/* /bitrix/templates/mobiprof/components/bitrix/news.detail/delivery/style.css?17761610211322 */
