

/* Start:/local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/catalog.element/offer/style.css?17639774836438*/
/* list-page start */
.direction-list--custom .direction-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.direction-item {
  height: 450px !important; /* update 14.08.2025 */
  display: flex;
  flex-direction: column;
}

.direction-item__action {
  display: flex;
  margin-top: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .direction-item {
    height: 350px !important;
  }
}

@media (max-width: 767px) {
  .direction-item {
    height: auto !important;
  }

  .direction-item__action {
    margin-top: 16px;
    justify-content: center;
  }
}

/* new style start 14.08.2025 */
.direction-item__title {
  min-height: 60px;
  margin-bottom: 0;
}
/* new style end 14.08.2025 */

/* list-page end */



/* detail-page start */

/* product-promo */

.product-promo {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, minmax(0%, 1fr));
  margin-bottom: 50px;
}

.slider-promo-action {
  display: flex;
}

.product-promo__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-promo__text p {
  font-size: 16px;
  line-height: 22px;
}

.product-promo__text::after {
  content: '';
  display: block;
  width: 160px;
  height: 4px;
  background-color: #eee;
  border-radius: 4px;
  margin-top: 24px;
}

.product-promo__icons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-promo__icons::after {
  content: '';
  display: block;
  width: 160px;
  height: 4px;
  background-color: #eee;
  border-radius: 4px;
  margin-top: 24px;
}

.product-promo__icons li {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.product-promo__icons span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.product-promo__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

@media (min-width: 1024px) {
  .product-promo {
    grid-template-columns: repeat(2, minmax(0%, 1fr));
  }
}

.slider-promo-for img {
  max-width: 100%;
  height: auto;
}


/* slider */

/* Контейнер миниатюр + кнопки */
.thumb-container-promo {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}

.thumb-container-promo .slick-arrow {
  width: 70px;
  height: 70px;
}

.thumb-container-promo .slick-arrow::after {
  top: 30px;
}

/* Миниатюры */
/* update 29.08.2025 start */
.slider-promo-nav {
  overflow: hidden;
}

.slider-promo-nav .slick-list {
  padding: 0 !important;
  overflow: hidden;
}

.slider-promo-nav .slick-track {
  display: flex;
  gap: 8px;
}
/* update 29.08.2025 finish */

.slider-promo-nav .slick-slide {
  width: 70px !important;
  height: 70px !important;
  cursor: pointer;
}

.slider-promo-nav .slick-slide div {
  height: 70px;
}

.slick-slide img {
  margin: auto;
}

.slider-promo-nav .slick-slide img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  padding-top: 1px;
}

.slider-promo-nav .slick-current img {
  filter: none;
  border: 1px solid #1AA89D;
  border-radius: 8px;
}

.slider-promo-nav img {
  filter: blur(2px);
}

.slider-promo-nav button {
  display: none !important; /* update 22.08.2025 */
}

.slider-promo-item--video {
  position: relative;
}

.slider-promo-item--video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url('/local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/catalog.element/offer/img/icon-play.svg');
}

/* Стили кнопок */
.prev-arrow-promo, .next-arrow-promo {
  position: relative !important;
  background-color: transparent !important;
}

.prev-arrow-promo {
  margin-right: 4px;
}

.prev-arrow-promo.slick-disabled,
.next-arrow-promo.slick-disabled {
  opacity: 0.5;
}

.prev-arrow-promo:after {
  background: url(data:image/svg+xml,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-289%20391%2032%2011%22%3E%3Cstyle%3E.st0%7Bfill%3A%231d1d1d%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-262.3%20396h-24.8l4.5-3.8V391l-6.4%205.4v.1l6.4%205.4v-1.2l-4.5-3.8h24.8v-.9zM-262.3%20396h5.3v.9h-5.3z%22%2F%3E%3C%2Fsvg%3E) no-repeat
}

.next-arrow-promo:after {
  background: url(data:image/svg+xml,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-289%20391%2032%2011%22%3E%3Cstyle%3E.st0%7Bfill%3A%231d1d1d%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-283.7%20396.9h24.8l-4.5%203.8v1.2l6.4-5.4v-.1l-6.4-5.4v1.2l4.5%203.8h-24.8v.9zM-289%20396h5.3v.9h-5.3z%22%2F%3E%3C%2Fsvg%3E) no-repeat
}

@media (min-width: 1200px) {
  .slider-promo-nav .slick-slide {
    width: 100px !important;
    height: 100px !important;
  }

  .slider-promo-nav .slick-slide div {
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .slider-promo-action {
    width: 100%;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .thumb-container-promo {
    gap: 8px;
    flex-wrap: wrap;
  }

  .product-promo__icons {
    display: none;
  }

  .product-promo__action {
    gap: 10px;
  }
}

.pay-block--custom .pay-block-item {
  width: 33.33%;
  padding-right: 20px;
}

.product-details--custom .product-details-list {
  width: 100%;
}

.product-details--custom .product-details-list::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #eee;
  margin-top: 24px;
}

.product-details-list + .product-details-list {
  margin-top: 40px;
}

.associated-goods-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.associated-goods-card__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.associated-goods-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.associated-goods-card__text {
  width: 100%;
  padding: 0 28px;
  text-align: center;
}

.associated-goods-card__text::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
  margin-top: 16px;
}

.associated-goods__slider .slick-dots {
  margin-top: 48px;
}

/* detail-page end */

/* End */


/* Start:/local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/form.result.new/model_request/style.css?1744284643666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/form.result.new/model_request/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/form.result.new/model_request/images/icon_warn.gif);
}
/* End */
/* /local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/catalog.element/offer/style.css?17639774836438 */
/* /local/templates/optimed/components/bitrix/catalog/directions-v2/bitrix/form.result.new/model_request/style.css?1744284643666 */
