.zuh ul{
	display: flex;          /* Располагаем элементы в ряд */
  list-style: none;     /* Убираем маркеры списка */
  padding: 0;          /* Убираем отступы по умолчанию */
  gap: 15px; 
  flex-direction:row !important;   
}
.WhCe45{
	text-align: center;
	color: #fff;
	font-size: 45px;
}
.hr-three-color {
	margin: 20px 0;
	padding: 0;
	height: 3px;
	border: none;
	border-top: 3px solid #0000ff;
	border-bottom: 3px solid #000;
	background: orange;
}
.tabs-menu  ul{
	display: flex;          /* Располагаем элементы в ряд */
  list-style: none;     /* Убираем маркеры списка */
  padding: 0;          /* Убираем отступы по умолчанию */
  gap: 15px; 
  flex-direction:row !important;   
}
article h1{
	font-size: 45px;
}
.zuh ul li {
  display: inline-block;      /* Или inline-block */
  margin-right: 15px; /* Отступы между пунктами */
  float: left;
  margin-right: 15px;
}

.custom-slider {
  position: relative;
  width: 100%;
 
  margin: 0 auto;
  height: 92px;
  overflow: hidden;
  border-radius: 8px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slider-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; /* Обрезаем содержимое слайда */
}

/* Контейнер для изображений */
.image-fan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
}

/* Элемент — картинка */
.fan-item {
  position: relative;
  height: 100%;
  width: 94px;
  margin-right: 17px;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}

.fan-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Мобильные: наложение «ступеньками» с увеличенным шагом */
@media (max-width: 767px) {
  .image-fan {
    padding: 0 4px;
  }

  .fan-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80%;
    margin: 0;
    z-index: 1;
  }

  /* Увеличенный шаг между элементами (~на 30% больше) */
  .fan-item:nth-child(1) { left: 10px; z-index: 12; }
  .fan-item:nth-child(2) { left: 45px; z-index: 11; }     /* было 30 → стало 45 */
  .fan-item:nth-child(3) { left: 80px; z-index: 10; }    /* было 50 → стало 80 */
  .fan-item:nth-child(4) { left: 115px; z-index: 9;  }   /* было 70 → стало 115 */
  .fan-item:nth-child(5) { left: 150px; z-index: 8;  }   /* было 90 → стало 150 */
  .fan-item:nth-child(6) { left: 185px; z-index: 7;  }   /* было 110 → стало 185 */
  .fan-item:nth-child(7) { left: 220px; z-index: 6;  }   /* было 130 → стало 220 */
  .fan-item:nth-child(8) { left: 255px; z-index: 5;  }   /* было 150 → стало 255 */
  .fan-item:nth-child(9) { left: 290px; z-index: 4;  }   /* было 170 → стало 290 */
  .fan-item:nth-child(10) { left: 325px; z-index: 3; }   /* было 190 → стало 325 */
  .fan-item:nth-child(11) { left: 360px; z-index: 2; }   /* было 210 → стало 360 */
  .fan-item:nth-child(12) { left: 395px; z-index: 1; }   /* было 230 → стало 395 */
}

/* Текст по центру */
.text-content {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

.text-content h1 {
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 42px;
  pointer-events: auto;
}



h1{
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mb20{
	margin-bottom: 20px !important;
}
i{
	margin-right: 10px; line-height: 17px;
}
.alumni-sans-pinstripe-regular-italic {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: italic;
}

    	
p {
  font-family: "Finlandica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
    	.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: #0000001a;
        border: solid rgba(0, 0, 0, 0.15);
        border-width: 1px 0;
        box-shadow:
          inset 0 0.5em 1.5em #0000001a,
          inset 0 0.125em 0.5em #00000026;
      }
      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
      .bi {
        vertical-align: -0.125em;
        fill: currentColor;
      }
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
      .bd-mode-toggle {
        z-index: 1500;
      }
      .bd-mode-toggle .bi {
        width: 1em;
        height: 1em;
      }
      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
.scrollbar {
    /*width: 100%;*/
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.scrollbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#site-container {
  position: relative;
  width: 100%;
  
  overflow: hidden;
  
}

.cockroach {
  position: absolute;
  width: 40px;
  height: 20px;
  background: url('/templates/2026/images/cocroach.png') no-repeat;
  background-size: contain;
  cursor: pointer;
  transform-origin: center;
  z-index: 10;
  transition:
    left 1s ease-in-out,
    top 1s ease-in-out,
    transform 0.2s ease-out;
}
.point {
  z-index: 11; /* Выше тараканов */
  position: absolute;
}

.blood-spot {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url('/templates/2026/images/klaksa.png') no-repeat;
  background-size: contain;
  z-index: 5;
  opacity: 0;
  transform: scale(0.5);
}







.mobspan{
	margin-left: 8px;
}

.profbut{
	position: absolute;
	top: 67px;
	right: -12px;
}
.mobyes{
	display: none ;
}
.mobno{
	display:block;
}
.promotopim{
	min-width: 92px;
}
.espander{
	margin-top: 103px;
}
.mr25{margin-right:25px !important}
.logotip{
	max-height: 60px;
}

.myCard{
	max-width: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	margin-left: 15px;
}
.myCard :hover{
	background: #249cbf !important;
}
@media (width <= 1200px) { 
.profbut{ right: 5px;}
.mobnav{
	margin-top: 70px;
}
.mobspan{
	display: none;
}
.logotip{
	max-height: 50px;
}
.mobyes{
	display: block;
}
.mobno{
	display: none;
}
.userbar{
    margin-bottom: 7px !important;
    margin-right: 76px !important;
}
 }
 
 .userbar{
    margin-bottom: 7px !important;
    
}
.sm2_link{
background: url("/templates/2026/images/play.png") no-repeat center;
position: absolute;
top:14px;
left:7px;
width:30px;
height:30px;
}
.sm2_paused{
background: url("/templates/2026/images/pause.png") no-repeat center !important;
}
.sm2_playing{
background: url("/templates/2026/images/eqw.gif") no-repeat center !important;
}
