/* Отступ меню сверху для аккаунта администратора */
body.customize-support #main-menu.sticky-top {
	top: 32px !important;
}
/* -- Отступ меню сверху для аккаунта администратора -- */


/* Логотип */
@media all and (min-width:992px) {
  .header__logo {
    margin-top: 50px;
  }
}
/* -- Логотип -- */


/* Видео в шапке */
.header_bg {
  position: relative;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* -- Видео в шапке -- */


/* Заголовки страниц */
.internal_page_header #page-title {
  text-align: center;
}
/* -- Заголовки страниц -- */


/* Сетка категорий на главной */
.goods__container {
  height: auto;
}
/* -- Сетка категорий на главной -- */


/* Галерея товара */
#imageGallery img {
  height: 400px;
}
.lSSlideOuter .lSPager li {
  height: 100px;
}
@media (max-width: 992px) {
  #imageGallery img {
    height: 300px;
  }
}
/* -- Галерея товара -- */


/* Стили таблицы в описании услуг и категорий */
.products-description table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dee2e6;
}
.products-description table td {
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
/* .products-description table tr td:first-child {
  text-align: left;
} */

@media all and (max-width: 991px) {
  /* #main-description {
    padding: 5px;
  } */
  .products-description table,
  .holidays-block-description table,
  .container-product .description table {
    table-layout: fixed;
  }
  .products-description table td {
    padding: 5px !important;
    font-size: 10px !important;
    line-height: 15px !important;
    width: auto !important;
    word-break: break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* -- Стили таблицы в описании услуг и категорий -- */

.footer__contacts{
        background: #33acdb;
}