/* Start as_H1/2/3 */	
.as_h{
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    padding: 0;
    margin: 0 0 2rem 0;
}

.as_h {
    font-size: 2.5rem;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .as_h {
        font-size: 2rem;
    }
}

.intro-item .as_h {
    font-size: var(--heading-font-size) !important;
}

.ig-item-small .section-heading .as_h{
    font-size: 1.5rem;
}

.about-content .as_h{
    font-size: var(--heading-font-size);
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .about-content .as_h {
        --heading-font-size: 2.25rem!important;
    }
}

.section-heading .as_h {
    position: relative;
    font-size: 2.5rem;
    margin: 0;
}

.section-heading .as_h {
	font-size: 2rem;
}
/* End as_H1 */	


.terms {
    font: 10px 'Trebuchet MS', Arial, sans-serif;
    line-height: 1.2em;
    color: #6c705c;
    text-transform: uppercase;
    text-align: justify;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
	margin: 25px 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

/*e-katalo катра товара иконки с объемом*/
.card-actions {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%) translateY(-10px);
    display: flex;
    justify-content: center;
    /*opacity: 0;
    visibility: hidden;*/
    transition: all 0.2s;
	transform: translateX(-50%) translateY(0);/*new*/
}

.plashka {
    display: inline-block;
    margin: 0;
    padding: 3px 6px;
    line-height: 1.2;
    border-radius: 6px;
    border: 1px solid;
	text-decoration: none;
	letter-spacing:0em;
	margin-right:10px;
	font-weight:600;
	font-size:14px;
	width: 4rem
}

.text-left {
    text-align: left;
}

.politica-label {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    color: var(--text-secondary);
    margin: 0;
    padding: 0.0625rem 0 0 0;
}

/* Стили для прозрачного цвета */
.transparent-color {
    background: repeating-conic-gradient(#ccc 0% 25%, transparent 0% 50%) 50% / 10px 10px;
    border: 1px solid #999;
}    


/* Белый фон с красными точками */
.red-dots {
    background: repeating-radial-gradient(
        red 0%, red 15%, 
        white 10%, white 90%
    );
    background-size: 7px 7px; /* Размер точек */
    border: 1px solid #ccc;
}

/* Большая заглавная буква*/
 .first-letter::first-letter {
      text-transform: uppercase;
      font-size: 1.2em; /* Можно увеличить размер для красоты */
      font-weight: bold;
      color: var(--accent-color); /* Можно сделать букву цветной */
  }

/* Отключить заливку кнопки */  
.btn_in_menu .el-ripple-circle {
background: none!important;
}

/* Смещения в оглавлении в зависимости от уровня заголовка */  
.h3 {
    padding-left:20px;
}
/* Смещения в оглавлении в зависимости от уровня заголовка */  
.h4 {
    padding-left:40px;
}

/* Для выравнивания цен в плашке стоимости */
.sidebar-cat-item div {
    position: relative;
    color: var(--text-secondary);
    display: block;
    width: 100%;
    text-decoration: none;
}

/* оставь 100 пикселей сверху, когда прокручиваешь к элементу*/
h2[id], h3[id], h4[id], h5[id] {
  scroll-margin-top: 110px; 
}

/* подчеркнутые ссылки в оглавлении */
.sidebar-cat-item a {
    text-decoration: underline!important;
}


/* ДЛЯ ВОЗМОЖНОСТИ ЗАКРЫТЬ ВИДЕО С ТЕЛЕФОНА */
/* lightGallery: тулбар и крестик поверх iframe на мобилках */
.lg-outer .lg-toolbar{
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  z-index: 999999 !important;
}

/* .lg-outer .lg-close{ */
  /* display: block !important; */ 
  /* opacity: 1 !important; */
  /* pointer-events: auto !important; */
  /* z-index: 999999 !important; */

  /* /* чтобы было видно и удобно нажимать */ */
  /* width: 52px; */
  /* height: 52px; */
  /* line-height: 52px; */
  /* font-size: 34px; */
  /* border-radius: 999px; */
  /* background: rgba(0,0,0,.55); */
  /* color: #fff; */
  /* position: relative; */
/* } */

/* сам контейнер тоже выше страницы */
.lg-backdrop{ z-index: 999990 !important; }
.lg-outer{ z-index: 999995 !important; }

/* если iframe перекрывает клики (редко, но бывает), держим тулбар выше */
.lg-outer .lg-content{ z-index: 1; }
.lg-outer .lg-toolbar{ z-index: 2; }

/* Кастомный крестик поверх LightGallery (на случай если toolbar не виден на мобилках) */
#lg-custom-close{
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1000005;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 0;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* На touch-устройствах прячем штатный крестик (оставляем только #lg-custom-close) */
@media (pointer: coarse), (hover: none) {
  .lg-close,
  .lg-toolbar .lg-close {
    display: none !important;
  }
}

/* На десктопе штатный крестик должен быть видимым */
@media (pointer: fine) and (hover: hover) {
  .lg-close,
  .lg-toolbar .lg-close {
    display: block !important;
  }
}
