

/* Start:/local/templates/altelect/css/style.css?176587493237163*/
/* ROBOTO FONT FAMILY */
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-thin.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-light.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-regular.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-medium.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-bold.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/altelect/css/../fonts/roboto-black.woff2') format('woff2'),
         url('/local/templates/altelect/css/../fonts/roboto-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* HEADER */

body {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    padding: 0;
}
body{margin:0;font-family:'Roboto',Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;color:var(--dark);-webkit-font-smoothing:antialiased}

/* Переменные перенесены в variables.css
:root {
    --bg: #f1f5f9;
    --card: #ffffff;
    --muted: #64748b;
    --accent: #0ea5e9;
    --dark: #0f172a;
    --info-bg: #DEEFFF;
    --radius: 0px;
    --gap: 16px;
    --maxw: 1200px;
    --shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    --rad: red;
    --raddark: #f35151; /* #FF0000 
    --grey: #666;
    --green: #0C6037;
    --orange_g:#f57a10;
    --padding:18px;

    --main-color: #147aab;/*#183884;*/ /*#0284c7;
    --main-color-hover: #f57a10;/*#183884;*//*#4f6495e7;
    --color-href: #337ab7; /* Цвет ссылок

    --color-text-basket-button: white;
    --color-back-basket-button: #333 /*#2b2d2e*/; /* Не используется 

    --color-text-profile-menu: white;
    --color-back-profile-menu: #333;
    --color-hover-profile-menu: #444;

    --filter-title-background: #e5e9ed;
	  --filter-border: #d7dbdf;

    --other-size:15px;
    --p-size:15px;
    --a-size:15px;
    --h2-size:22px;
    --h2-litle:15px;
    --basket-price:21px;
} 

/* === Global typography sizing via CSS variables === */
/* Base text elements */

/* Общие размеры шрифта */

p, a, span, div, button, b {
  font-size: var(--p-size)!important;
}

h1, h2 {
  font-size: var(--h2-size)!important;
}

#banner_html h1 {
  font-size: var(--h2-size)!important;
}

/* === одинаковый шрифт для placeholder === */
::placeholder {
  font-size: var(--p-size) !important;
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  font-size: var(--p-size) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  font-size: var(--p-size) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  font-size: var(--p-size) !important;
  opacity: 1 !important;
}
::-ms-input-placeholder {
  font-size: var(--p-size) !important;
  opacity: 1 !important;
}

.about-title-block a {
  font-size: var(--h2-size)!important;
}
.catalog-top-title-block a {
  font-size: var(--h2-size)!important;
}

.news-title-block a {
  font-size: var(--h2-size)!important;
}

#banner_html .catalog-top-title-block {
  font-size: var(--h2-size)!important;
}

#banner_html li, #banner_html p, #banner_html a, #banner_html span, #banner_html div, #banner_html button {
  font-size: var(--p-size)!important;
}
aside li, aside p, aside a, aside span, aside div, aside button {
  font-size: var(--p-size)!important;
}

header li, header a, header span, header div, header button {
  font-size: var(--p-size)!important;
}

.footer li, .footer a, .footer span, .footer div, .footer button {
  font-size: var(--p-size)!important;
}
.breadcrumbs li, .breadcrumbs a, .breadcrumbs span, .breadcrumbs div, .breadcrumbs button {
  font-size: var(--p-size)!important;
}
.benefits h2 {
  font-size: var(--p-size)!important;
}
#logo_header {
  /* max-width: 45px; */
  width: 58px;
  height: 58px;
}

/* Общие размеры шрифта */


.page {
  min-height: 500px;
}

.page_container {
  background: var(--card);
  border: 1px solid var(--filter-border);
  padding: var(--padding);
  box-shadow: var(--shadow);
}

.container_c {
  max-width:var(--maxw);
  margin:0 auto;
  /*padding:20px;*/ 
  padding-top: 10px;
  padding-bottom: 10px;
}

.header input, .header select {
    border:none;
}

/* Top-bar - скрывается при скролле */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px 6px 0px;
    background: var(--orange_g);
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.top-bar.scrolled {
    transform: translateY(-100%);
}

/* Основная часть шапки - всегда видимая */
.header {
    position: fixed;
    top: 50px; /* высота top-bar */
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f8f9fa;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: top 0.3s ease;
}

.top-bar.scrolled + .header {
    top: 0;
}

body {
    padding-top: 166px; /* увеличенный отступ для предотвращения перекрытия (top-bar + header + menu) */
}

.header .buttons_header {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

/* Делегируем клик на ссылку: вложенные иконки не перехватывают события */
.header .buttons_header object,
.header .buttons_header svg,
.header .buttons_header img {
    pointer-events: none;
}

/* Стили для иконок в header */
.header .buttons_header .header-icon {
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
}


.user-options a, .user-options button {
    margin-left: 10px;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header .logo{display:flex;align-items:center;gap:12px}
.header .mark{width:46px;height:46px;border-radius:10px;background: rgb(103, 61, 126);color:white;display:grid;place-items:center;font-weight:700}
.header .brand {
    font-size: 20px !important;
    font-weight: 700;
}
.header .brand span {
  font-size: 40px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.header .brand-text-start {
  color: var(--muted);
}
.header .brand-text-end {
  color: var(--main-color);
}
.header .small {
    font-size: 20px;
    color: var(--muted);
    text-transform: uppercase;
    text-align: end;
}

.language {
    background: none;
    border: none;
}
#title-search {
	width: 100%;
}

.search_result {
	display: flex;
	flex-direction: column;
	background: white;
	padding: 5px;
}

header .button-basket {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: black;
    padding:0px;
    cursor: pointer;
    border: none;
    flex-direction: column;
}

header .button-auth, .user-options a {
    display: flex;
    align-items: center;
    text-decoration: unset;
    color: var(--dark);
    font-weight: 500;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    flex-direction: column;
}

header .container_c {
    padding: 0;
}

/* Выпадающее меню профиля */
.profile-dropdown {
    position: relative;
    cursor: pointer;
}

.profile-dropdown .dropdown-menu {
      position: absolute;
      top: 100%;
      right: 0;
      margin-top: 8px;
      background: #333;
      border: 1px solid #444;
      border-radius: 6px;
      padding: 8px 0;
      min-width: 150px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      z-index: 1000;
      width: max-content;
    }

.profile-dropdown .dropdown-menu a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}

.profile-dropdown .dropdown-menu a:hover {
    background: #444;
}

.profile-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.profile-dropdown .dropdown-menu.hide {
    opacity: 0;
    visibility: hidden;
}
/* Выпадающее меню профиля */

/* Адаптивность */
@media (max-width: 768px) {

    .logo {
        display: flex;
        justify-content: center;
	}		

    .header-main {
        flex-direction: column;
        align-items: center;
    }

    .search {
        width: 100%;
        justify-content: center;
    }

    .icons {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    /* Мобильная версия */
    .top-bar {
        display: none !important;
    }
    .header {
        top: 0;
        padding: 10px;
    }
    body {
        padding-top: 110px; /* увеличенный отступ для мобильной версии */
    }
      .header-main {
        flex-direction: column;
        align-items: flex-start;
      }
      /* width: 100%; margin-top: 10px; */
      .buttons_header {
        margin-top: 10px;
      }
      /* Нововедение */
}

@media (max-width: 480px) {
    .top-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo img {
        width: 120px;
    }

    .search {
        flex-direction: column;
        gap: 5px;
        width: 0px!important;
    }

    .search input, .search-btn {
        width: 100%;
    }

    .icons {
        flex-direction: column;
        gap: 5px;
    }
}
/* HEADER */

/*  ПАНЕЛЬ СПРАВА */


.side-panel-intro {
  /*background: linear-gradient(135deg, var(--accent) 0%, #0284c7 100%);*/
  background: #147AAB;
  background: linear-gradient(0deg,rgba(20, 122, 171, 1) 0%, rgba(86, 158, 196, 1) 100%);
  color: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.side-panel-intro::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
}

.side-panel-intro__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: white;
  position: relative;
  z-index: 1;
}

.side-panel-intro__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .side-panel-intro {
    padding: 16px;
    margin: 0 0 16px 0;
  }
  
  .side-panel-intro__title {
    font-size: 16px;
  }
  
  .side-panel-intro__text {
    font-size: 13px;
  }
}

.side-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--orange_g);
  color: white;
  padding: 12px 16px;
}

.side-panel-header h2 {
  margin: 0 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
}

.side-panel-header .profile-icon {
  width: 45px;
  height: 37px;
  fill: white;
  flex-shrink: 0;
  flex-basis: 17%;
}

.side-panel-header .close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.side-panel-header .close-btn svg {
  width: 40px;  /* увеличь размер */
  height: 40px;
}


.profile-icon {
  flex-shrink: 0;
}

/* Кнопка крестика */
.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 44px;
  position: relative;
}

.close-btn .close-icon,
.close-btn .close-icon::before,
.close-btn .close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: all 0.3s;
}

.close-btn .close-icon::before,
.close-btn .close-icon::after {
  content: '';
}

.close-btn .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-btn .close-icon {
  transform: translate(-50%, -50%);
}


/* Модальное окно */

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.open {
  display: flex;
}

.modal-inner {
  background: #fff;
  padding: 20px;
  min-width: 300px;
  max-width: 500px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
}

.modal-inner #modal-content {
  max-height: 100%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}


/* Модльное окно */

/* Панель справа */

.panel-menu svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  /*fill: var(--muted);*/ /* используем твою переменную */
  flex-shrink: 0;
}

.panel-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000; /* сам текст */
  padding: 12px 16px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

.panel-menu a:hover {
  background: #f9f9f9;
}

.side-panel {
  position: fixed;
  top: 0;
  right: -450px; /* изначально скрыта */
  width: 450px; /* ширина для десктопа */
  height: 100%;
  background: #f4f4f4;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.3s ease;
  padding: 0; /* убираем лишние отступы */
  z-index: 3001;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* Когда панель открыта */
.side-panel.open {
  right: 0;
}

/* Overlay */
.side-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 3000;
}

.side-panel-overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* Кнопка закрытия */
.close-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn svg {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.close-btn:hover svg {
  transform: rotate(90deg);
  opacity: 0.8;
}
/* Контент панели */
.panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Меню внутри панели */
.panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-menu li {
  border-bottom: 1px solid #ccc; /* серые разделители */
}


.panel-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  width: 100%; /* растягиваем на всю ширину панели */
  padding: 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: background 0.2s ease;
}

.panel-menu a:hover {
  background: #e0e0e0;
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
  .side-panel {
    width: 100%; /* на мобильных открывается на весь экран */
    right: -100%;
  }

  .side-panel.open {
    right: 0;
  }

  .panel-menu a {
    justify-content: center; /* по центру на мобилках */
    font-size: 18px;
  }
}

  /* ПАНЕЛЬ СПРАВА */
  
/* ГЛАВНАЯ */

/* О компании на главной */ 
.about-company {
    display: flex;
    gap: 20px;
    background-color: white;/*var(--main-color);*/
    color: black; 
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
    /*border-start-start-radius: 50px;
    border-end-end-radius: 50px; */
    align-items: flex-start;
    margin-top: 10px;
}
.about-title-block {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 24px 0;
}
.about-title-block a {
    text-decoration: none;
    color: var(--dark);
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.about-text, .about-img {
    flex: 1;
}
.about-company p {
  text-align: justify;
  text-align: left;
}
.about-text p {
    margin: 0;
}
.about-img img {
    width: 100%;
    border-radius: 5px;
}
/* О компании на главной */

/* Выравнивание фраз с названием компании */
.contest-phrase {
  display: inline-block;
  text-align: justify;
  text-justify: inter-word;
  font-weight: 600;
}

/* Значки с преимуществами на главной */
.benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0px 10px 0px;
  text-align: center;
}

.benefit-item {
  flex: 1 1 150px;
  max-width: 180px;
  transition: transform 0.2s ease;
}

.benefit-item:hover {
  transform: scale(1.05);
}

.benefit-icon {
  background-color: var(--main-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 40px;
  height: 40px;
  /* filter: invert(1); Сделать иконки белыми, если SVG чёрный */
}

.benefit-item p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
/* Значки с преимуществами на главной */

/* Реклама под левым меню */
.add-info {
    max-width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 65px;
    height: 442px;
}

.add-info img {
    max-width: 100%;
}

.add-info p {
    padding: 5px;
}
/* Реклама под левым меню */

/* ГЛАВНАЯ */

/* INDEX */
.page_grid {
    display: grid;
    grid-template-columns: 1fr 4fr; /* 1 часть для меню, 3 части для контента */
    gap: 20px;
    margin-top: 20px; /* отступ от шапки
    /* margin-top: 5px; */
  }

.banner-content__item { border-radius: 12px; overflow: hidden; }
.banner-content__item-img { position: relative; }
.banner-content__item-img img { display: block; width: 100%; height: auto; }
  
  .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

.page_grid > * {
  min-width: 0;
}
/* INDEX */

/* CAPTHA */

  /* === CAPTCHA block styling === */
  .captcha-group {
    max-width: 400px;
    margin: 1rem 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }
  
  .captcha-group .captcha-row {
    margin-bottom: 13px;
  }
  
  .captcha-group .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .form-required {
    color: #e02424;
    margin-left: 2px;
  }
  
  .captcha-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem;
    border: 1px solid #e1e1e1;
    background: #fafafa;
  }
  
  .captcha-image {
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    object-fit: cover;
  }
  
  /* === Красивая кнопка обновления капчи === */
  .captcha-refresh {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  
    width: 42px;
    height: 42px;
  
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  
    color: var(--main-color);
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 50%;
  
    cursor: pointer;
    transition: all 0.25s ease;
    overflow: hidden;
  }
  
  /* Эффект наведения — лёгкое свечение и вращение */
  .captcha-refresh:hover {
    background: var(--main-color);
    color: #fff;
    transform: rotate(180deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  /* При нажатии — лёгкий отклик */
  .captcha-refresh:active {
    transform: scale(0.9) rotate(180deg);
  }
  
  /* Фокус (для клавиатуры / доступности) */
  .captcha-refresh:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 0 0 5px var(--main-color);
  }
  
  /* Маленькая анимация появления при загрузке */
  @keyframes captchaButtonPop {
    from {
      transform: scale(0.8);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .captcha-refresh {
    animation: captchaButtonPop 0.3s ease;
  }
  
  
  .form-control {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  
  .form-control:focus {
    border-color: #159ce4;
    box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.15);
    outline: none;
  }
  
  @media (max-width: 480px) {
    .captcha-row {
      flex-direction: row;
      justify-content: flex-start;
    }
    .captcha-image {
      width: 55%;
      height: auto;
    }
  }
 /* CAPTHA */  

 /* Ошибка */
.auth-modal__error {
  background: rgba(255, 0, 0, 0.08);
  color: var(--raddark);
  border-left: 4px solid var(--raddark);
  padding: 0.9rem 1rem;
  border-radius: 0px;
  line-height: 1.4;
}
/* Ошибка */

/* Успешно */
.auth-modal__success {
  background: rgba(0, 128, 0, 0.08);
  /* border-left: 4px solid #22c55e; */
  padding: 1rem 1.2rem;
  border-radius: 0px;
  color: #14532d;
  line-height: 1.4;
  text-align: center;
}
/* Успешно */

/* === Единые стили для информационных страниц (/about, /payment и т.п.) === */
.info-page {
  background: var(--card);
  border: 1px solid var(--filter-border);
  padding: var(--padding);
  box-shadow: var(--shadow);
}

.info-page h1,
.info-page h2,
.info-page h3 {
  color: var(--dark);
  margin: 0 0 12px 0;
  /* font-weight: 700; */
}

.info-page p {
  color: var(--dark);
  line-height: 1.7;
  margin: 0 0 12px 0;
}

.info-page ul,
.info-page ol {
  margin: 0 0 16px 20px;
  color: var(--dark);
}

.info-page li {  
  margin-bottom: 6px;
}

.info-page a {
  color: var(--main-color);
  text-decoration: none;
}

.info-page a:hover {
  text-decoration: underline;
}

/* таблицы внутри включаемых областей */
.info-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.info-page table th,
.info-page table td {
  border: 1px solid var(--filter-border);
  padding: 10px 12px;
  text-align: left;
}

.info-page table th {
  background: var(--filter-title-background);
  color: var(--dark);
  font-weight: 600;
}

/* изображения и медиа */
.info-page img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* блоки с важной информацией */
.info-page .note,
.info-page .warning,
.info-page .success {
  padding: 12px 14px;
  border-radius: 8px;
  margin: 12px 0;
}

.info-page .note { background: #f6f7f9; border-left: 4px solid #cbd5e1; }
.info-page .warning { background: rgba(255, 0, 0, 0.06); border-left: 4px solid var(--raddark); }
.info-page .success { background: rgba(34, 197, 94, 0.08); border-left: 4px solid var(--green); }

/* адаптивные отступы */
@media (max-width: 768px) {
  .info-page { padding: 16px; }
}

/* === Дополнительная полировка инфо‑страниц === */
.info-page .info-body { 
  display: block; 
}

.info-page p:first-of-type {
  font-size: 1.05rem;
  line-height: 1.8;
}

.info-page h2 {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--filter-border);
}

.info-page ul {
  list-style: disc;
  margin-top: 8px;
}

.info-page ul li::marker {
  color: var(--main-color);
}

.info-page ul li {
  margin: 6px 0;
}

.info-page blockquote {
  margin: 16px 0;
  padding: 14px 16px;
  background: #f8fafc;
  border-left: 4px solid var(--main-color);
  border-radius: 8px;
}

.info-page blockquote p { margin: 6px 0; }

.info-page table tbody tr:nth-child(odd) {
  background: #fafbfc;
}

.info-page b { color: var(--dark); }

.info-page .info-body a { word-break: break-word; }

@media (max-width: 768px) {
  .info-page ul { margin-left: 18px; }
  .info-page table { display: block; overflow-x: auto; }
}

/* ===== 404 ERROR PAGE STYLES ===== */

.error-404-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: var(--radius);
  margin: 20px 0;
}

.error-404-content {
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.error-404-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

.error-digit {
  font-size: 180px!important;
  font-weight: 900;
  color: var(--main-color);
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  line-height: 1;
  animation: bounceIn 0.8s ease-out;
  position: relative;
}

.error-zero {
  animation: bounceIn 0.8s ease-out 0.2s both, pulse 2s ease-in-out infinite 1s;
  color: var(--accent);
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-50px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(0);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.error-404-text {
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.error-404-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.error-404-text p {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 15px 0;
  line-height: 1.6;
}

.error-404-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  min-width: 180px;
  position: relative;
  overflow: hidden;
}

.error-btn-primary {
  background: var(--main-color);
  color: white;
  box-shadow: var(--shadow);
  animation: slideInLeft 0.8s ease-out 0.8s both;
}

.error-btn-primary:hover {
  background: var(--main-color-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.error-btn-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.error-btn-secondary {
  background: transparent;
  color: var(--main-color);
  border-color: var(--main-color);
  animation: slideInRight 0.8s ease-out 0.8s both;
}

.error-btn-secondary:hover {
  background: var(--main-color);
  color: white;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.error-btn-secondary:active {
  transform: translateY(-1px) scale(0.98);
}

/* Ripple effect for buttons */
.error-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.error-btn:active::before {
  width: 300px;
  height: 300px;
}

.error-404-suggestions {
  background: var(--card);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
  animation: fadeInUp 0.8s ease-out 1s both;
}

.error-404-suggestions h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 20px 0;
}

.error-404-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.error-404-suggestions li {
  margin: 0;
}

.error-404-suggestions a {
  display: block;
  padding: 12px 20px;
  background: #f8fafc;
  color: var(--main-color);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.error-404-suggestions a:hover {
  background: var(--main-color);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .error-404-container {
    min-height: 50vh;
    padding: 20px 15px;
  }
  
  .error-digit {
    font-size: 120px;
  }
  
  .error-404-text h3 {
    font-size: 24px;
  }
  
  .error-404-text p {
    font-size: 14px;
  }
  
  .error-btn {
    padding: 14px 24px;
    font-size: 14px;
    min-width: 160px;
  }
  
  .error-404-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .error-404-suggestions {
    padding: 20px;
  }
  
  .error-404-suggestions ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .error-digit {
    font-size: 100px;
  }
  
  .error-404-text h3 {
    font-size: 20px;
  }
  
  .error-404-suggestions {
    padding: 15px;
  }
}

/* ===== HELP PAGE STYLES ===== */

.help-content {
  max-width: 800px;
  margin: 0 auto;
}

.help-section {
  margin-bottom: 40px;
  background: var(--card);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.help-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}

.faq-item {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 4px solid var(--main-color);
}

.faq-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 10px 0;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.support-info p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: var(--dark);
}

.support-info strong {
  color: var(--main-color);
  font-weight: 600;
}

.help-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.help-links li {
  margin: 0;
}

.help-links a {
  display: block;
  padding: 15px 20px;
  background: #f8fafc;
  color: var(--main-color);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.help-links a:hover {
  background: var(--main-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ===== DOCUMENTS PAGE STYLES ===== */

.documents-content {
  max-width: 900px;
  margin: 0 auto;
}

.documents-section {
  margin-bottom: 40px;
  background: var(--card);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.documents-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}

.document-list {
  display: grid;
  gap: 20px;
}

.document-item {
  padding: 25px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.document-item:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.document-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 10px 0;
}

.document-item p {
  margin: 0 0 15px 0;
  color: var(--muted);
  line-height: 1.6;
}

.document-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--main-color);
  color: white!important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.document-link:hover {
  background: var(--main-color-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design for Help and Documents */
@media (max-width: 768px) {
  .help-section,
  .documents-section {
    padding: 20px;
  }
  
  .help-section h3,
  .documents-section h3 {
    font-size: 20px;
  }
  
  .faq-item,
  .document-item {
    padding: 15px;
  }
  
  .faq-item h4,
  .document-item h4 {
    font-size: 16px;
  }
  
  .help-links ul {
    grid-template-columns: 1fr;
  }
  
  .document-list {
    gap: 15px;
  }
}

/* ===== AGREEMENT PAGE STYLES ===== */

.agreement-content {
  max-width: 900px;
  margin: 0 auto;
}

.agreement-intro {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 50%, #fbbf24 100%);
  padding: 30px;
  border-radius: 16px;
  margin-bottom: 35px;
  border-left: 6px solid #f59e0b;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.15);
  position: relative;
  overflow: hidden;
}


.agreement-intro p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: var(--dark);
  position: relative;
  z-index: 1;
}

.agreement-intro p:last-child {
  margin-bottom: 0;
}

.agreement-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
  border: none;
  position: relative;
  overflow: hidden;
}


.agreement-title h3 {
  font-size: 32px;
  font-weight: 800;
  color: white;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.agreement-section {
  margin-bottom: 35px;
  background: linear-gradient(135deg, var(--card) 0%, #f8fafc 100%);
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  position: relative;
  transition: all 0.3s ease;
}

.agreement-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.agreement-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--main-color), var(--accent));
  border-radius: 16px 16px 0 0;
}

.agreement-section h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-color);
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--main-color);
}

.agreement-section blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 25px;
  border-left: 4px solid var(--main-color);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

.agreement-section blockquote p {
  margin: 0 0 15px 0;
  color: var(--dark);
  line-height: 1.6;
  font-size: 15px;
}

.agreement-section blockquote p:last-child {
  margin-bottom: 0;
}

.agreement-section p {
  margin: 0 0 15px 0;
  color: var(--dark);
  line-height: 1.6;
}

.agreement-section p:last-child {
  margin-bottom: 0;
}

.agreement-section a {
  color: var(--main-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.agreement-section a:hover {
  color: var(--main-color-hover);
  text-decoration: underline;
}
.agreement-title b {
  color:var(--bg);
}

/* Responsive Design for Agreement */
@media (max-width: 768px) {
  .agreement-content {
    padding: 0 10px;
  }
  
  .agreement-intro {
    padding: 20px;
  }
  
  .agreement-title {
    padding: 30px;
  }
  
  .agreement-title h3 {
    font-size: 26px;
  }
  
  .agreement-section {
    padding: 25px;
  }
  
  .agreement-section h4 {
    font-size: 20px;
  }
  
  .agreement-section blockquote {
    padding: 20px;
  }
  
  .agreement-section blockquote p,
  .agreement-section p {
    font-size: 14px;
  }
}

input.product-item-detail-quantity-field,
input.product-item-amount-field 
{
  font-family: 'Roboto', Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial !important;
}

/* End */


/* Start:/local/templates/altelect/css/footer.css?17658823086161*/
/* FOOTER */

.footer {
	background: var(--footer-color, var(--orange_g));
	color: #fff;
	padding: 20px 0 20px 0;
}

.footer * {
    line-height: 1;
}

.footer-container {
	display: grid;
	grid-template-columns: auto 0.9fr auto;
	grid-template-rows: auto;
	gap: 0px 10px;
	max-width: var(--maxw);
	margin: 0 auto;
	align-items: start;
}

/* Логотип и бренд - левая колонка */
.footer-logo {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.footer-logo-main {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	height: 100%;
}

.footer-logo img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-logo-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	height: 100%;
	min-height: 100%;
}

.footer-logo-row .brand {
	font-weight: 700;
	font-size: 47px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	overflow: hidden;
	line-height: 0.85;
}

.footer-logo-row .small {
	font-size: 16px !important;
	color: #fff;
	text-transform: uppercase;
    font-weight: 500;
	margin-top: 26px;
}
#logo_href_footer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    flex-shrink: 0;
    align-self: stretch;
}

#logo_href_footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-bottom p a {
    margin:0px;
    /* color:var(--dark); */
    font-size: 9px !important;
}

.footer-bottom p a {
    /* color:var(--dark); */
	color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-bottom p a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.footer-bottom p {
	margin:0px;
}


/* Навигация - центральная колонка */
.footer-nav {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	gap: 0px;
	justify-content: space-between;
	align-items: flex-start;
    height: 100%;
}

.footer-nav > div {
	flex: 0 0 auto;
}

.footer-nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin: 0;
	padding: 0;
    justify-content: space-between;
    height: 100%;
}

.footer-nav ul li {
	text-transform: uppercase;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px !important;
	display: inline-block;
	transition: transform 0.2s ease;
}

.footer-nav a:hover {
	color: #fff;
	transform: scale(1.05);
}

/* Контакты и QR - правая колонка */
.footer-about {
	grid-column: 3;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
	align-self: stretch;
}

.footer-about-content {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	height: 100%;
}

/* QR код */
.qr {
	margin: 0;
	width: 113px;
	height: 100%;
	flex-shrink: 0;
	background: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qr img {
	display: block;
	width: 100%;
	height: 100%;
}

/* Контакты */
.footer-contacts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 100%;
	flex: 1;
}

.footer-phone a {
	font-size: 22px !important;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.footer-email a {
	font-size: 23px !important;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
    /* color:var(--dark); */
}

/* Иконки мессенджеров */
.footer-messengers {
	display: flex;
	gap: 8px;
	margin: 0;
	justify-content: flex-end;
}

.footer-messengers__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease;
	border-radius: 4px;
}

.footer-messengers__icon:hover {
	transform: scale(1.1);
}

.footer-messengers__icon object {
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.footer-messengers__icon svg {
	width: 24px;
	height: 24px;
}

.footer-messengers__icon--viber {
	background: linear-gradient(135deg, #7b49ff, #8ad6ff);
}

.footer-messengers__icon--telegram {
	background: #37aee2;
}

.footer-messengers__icon--whatsapp {
	background: #25d366;
}

.footer-messengers__icon--sms {
	color: #fff;
}

#surface1 * {
	fill: #fff !important;
}

/* Общие стили для футера */
footer * {
	color: white;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
	.footer-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
		gap: 25px 30px;
	}
	
	.footer-logo {
		grid-column: 1;
		grid-row: 1;
	}
	
	.footer-nav {
		grid-column: 1 / 3;
		grid-row: 2;
		justify-content: flex-start;
		gap: 40px;
	}
	
	.footer-about {
		grid-column: 2;
		grid-row: 1;
		align-items: flex-end;
	}
	
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.footer {
		padding: 30px 0 20px 0;
	}
	
	.footer-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 25px;
		padding: 0 15px;
	}
	
	.footer-logo {
		grid-column: 1;
		grid-row: 1;
		align-items: center;
		text-align: center;
	}
	
	.footer-logo-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.footer-logo-row {
		align-items: center;
		text-align: center;
	}
	
	.footer-nav {
		grid-column: 1;
		grid-row: 2;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	
	.footer-about {
		grid-column: 1;
		grid-row: 3;
		align-items: center;
	}
	
	.footer-about-content {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.footer-contacts {
		align-items: center;
	}
	
	.footer-messengers {
		justify-content: center;
	}
	
	
	.footer-logo img {
		max-width: 60px;
		width: 60px;
	}
	
	.footer-logo-row .brand {
		font-size: 28px !important;
	}
	
	.footer-logo-row .small {
		font-size: 14px !important;
	}
	
	.footer-phone a {
		font-size: 24px !important;
	}
	
	.footer-email a {
		font-size: 16px !important;
	}
}

/* End */


/* Start:/local/templates/altelect/css/adaptive.css?176515054718788*/
/* Адаптив для главной страницы и общих блоков */

/* Базовые утилиты для изображений внутри секций главной */
.hero-slider img,
.banner-content img,
.add-info img,
.about img,
.benefits img,
.top-products img,
.news-content img,
.discount-coupon img,
.form-info img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Планшеты и уже */
@media (max-width: 991px) {
	/* Скрываем левый сайдбар с компонентом на главной */
	aside.sidebar { display: none !important; }

	/* Переводим сетку страницы в одну колонку */
	.page_grid { grid-template-columns: 1fr !important; display: grid; gap: 16px; }
	.content { padding: 0 12px; }

	/* Герой и баннеры — растягиваем на всю ширину контейнера */
	.hero-slider,
	.info-page.banner-content,
	.news-content,
	.discount-coupon,
	.top-products,
	.about,
	.benefits,
	.form-info { margin-left: 0; margin-right: 0; }

	/* Блок "О компании" — стекаем */
	.about-company { display: block; }
	.about-slider-section,
	.about-text { width: 100%; }
	.about-text { margin-top: 12px; }

	/* Преимущества — 2 колонки на планшете */
	.benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.benefit-item { margin: 0; }
	.benefit-item h2 { font-size: 16px; line-height: 1.2; }

	/* Товары сверху — уменьшаем внешние отступы контейнера */
	.top-products { padding-left: 12px; padding-right: 12px; }
}

/* Телефоны */
@media (max-width: 575px) {
	/* Общие отступы секций */
	.container_c { padding-left: 12px; padding-right: 12px; }

	/* Герой/баннер — сжать вертикальные отступы */
	.hero-slider { margin-top: 8px; }
	.info-page.banner-content { margin-top: 8px; }

    /* Преимущества на главной — компактная сетка в две колонки с переносом */
    .benefits { 
        display: grid; 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
        gap: 10px; 
        align-items: start;
    }
    .benefit-item { text-align: center; }
    .benefit-item h2 { font-size: 14px; line-height: 1.2; }
    .benefit-icon img, .benefit-icon svg { max-width: 36px; max-height: 36px; }

	/* О компании — компактнее текст */
	.about-text p { font-size: 14px; line-height: 1.45; }

	/* Новости/товары — вертикальный стек карт, отступы компактнее */
	.news-content,
	.top-products { padding-left: 8px; padding-right: 8px; }

	/* Доп. инфо-блок в сайдбаре (если встречается отдельно) */
	.add-info { margin-top: 12px; }
}


/* ===== Адаптация включаемой области баннера (#banner_html) ===== */
@media (max-width: 991px) {
    #banner_html { display: flex; flex-direction: column; align-items: center; }
    #banner_html .banner { width: 100%; flex-direction: column; padding: 16px 14px; gap: 16px; aspect-ratio: auto; }
    #banner_html .banner__left,
    #banner_html .banner__right { width: 100%; flex: 1 1 auto; }
    #banner_html .right-main { display: flex; flex-direction: column; gap: 12px; align-items: stretch; justify-content: flex-start; width: 100%; }
    #banner_html .right-left { display: flex; flex-direction: column; align-items: flex-start; }
    #banner_html .messengers { display: flex; gap: 10px; }
    #banner_html .messengers__icon { width: 44px; height: 44px; }
    #banner_html .qr { width: 50%; }
    #banner_html .catalog-top-title-block { font-size: 22px; line-height: 1.25; }
    #banner_html .list li { font-size: 16px; }
    #banner_html .caption { text-align: left; font-size: 14px; }

    #banner_html .banner{flex-direction:column;aspect-ratio:auto}
    #banner_html .right-left{align-items:flex-start}
    #banner_html .caption{text-align:left}
    #banner_html .qr{width:42%; margin-top:0px;}
    #banner_html .messengers__icon {width:40px; height:40px; margin-top: 10px;}
}


@media (max-width: 575px) {
    #banner_html { justify-content: center; }
    #banner_html .banner { padding: 12px 10px; gap: 12px; }
    #banner_html .right-main {align-items: stretch; gap: 12px; }
    #banner_html .banner__left { order: 1; }
    #banner_html .banner__right { order: 2; }
    #banner_html .messengers { gap: 10px; }
    #banner_html .messengers__icon { width: 36px; height: 36px; }
    #banner_html .messengers__icon svg,
    #banner_html .messengers__icon object { width: 70%; height: 70%; }
    #banner_html .qr { width: 46%; margin-left: 0; }
    #banner_html .catalog-top-title-block { font-size: 18px; line-height: 1.2; }
    #banner_html .right-left .catalog-top-title-block { font-size: 17px; line-height: 1.2; word-break: break-word; white-space: normal; text-align: center; width:100%; }
    #banner_html .list { gap: 8px; }
    #banner_html .list li { font-size: 14px; padding-left: 18px; line-height: 1.35; }
    #banner_html .list li:before { width: 8px; height: 8px; top: 0.5em; }
    #banner_html .caption { font-size: 12px; }
    #banner_html .banner *, #banner_html .banner { word-wrap: break-word; overflow-wrap: anywhere; }
}

/* Очень маленькие экраны */
@media (max-width: 420px) {
    #banner_html .catalog-top-title-block { font-size: 17px; }
    #banner_html .right-left .catalog-top-title-block { font-size: 16px; }
    #banner_html .list li { font-size: 13px; }
    #banner_html .qr { width: 45%; }
}

/* ===== Исправление показа слайдера топ-товаров на мобильных ===== */
@media (max-width: 991px) {
	#slider-products-top-catalog.swiper { overflow: hidden; }
	#slider-products-top-catalog .swiper-wrapper { margin: 0; }
	#slider-products-top-catalog .swiper-slide { width: 100% !important; }
	#slider-products-top-catalog .swiper-slide .bx_catalog_item { padding-left: 0; padding-right: 0; width: 100%; }
	#slider-products-top-catalog .bx_catalog_item_container { padding-left: 10px; padding-right: 10px; }
}

/* ===== Адаптация шапки под мобильные ===== */
@media (max-width: 991px) {
	.top-bar { padding: 4px 10px; font-size: 12px; }
	.header .container_c { padding-left: 10px; padding-right: 10px; }
	.header .header-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px; justify-items: end; }
	/* логотип компактнее */
	.header .logo img { max-height: 34px; height: 34px; width: auto; }
	.header .logo .small { display: none; }
	/* поиск на всю ширину в отдельной строке */
	#title-search { grid-column: 1 / -1; }
	/* кнопки рядом и компактнее */
	.buttons_header { display: flex; align-items: center; gap: 6px; }
	.buttons_header .button-auth { padding: 6px 8px; font-size: 12px; white-space: nowrap; }
	#minicart-ajax-rfs { flex-shrink: 0; }

	/* скрываем верхнее меню на мобилках/планшетах */
	.top-menu { display: none !important; }
	.header-menu { display: none !important; }
	/* уменьшаем padding-top, так как меню скрыто */
	body { padding-top: 140px !important; }
}

@media (max-width: 575px) {
	/* скрываем громоздкие элементы */
	.buttons_header .button-auth[href="/sendfile"] { display: none; }
	/* мини-корзина оставляем, но уменьшаем */
	#minicart-ajax-rfs { transform-origin: right center; margin-top: 0px;}
	/* поле поиска ниже, компактная высота */
	#title-search { display: none; }
	#title-search input, #title-search .search-input { min-height: 44px; min-height: 80%; width: 95%; border:none; outline: none; box-shadow: none; -webkit-appearance: none; appearance: none; }
	#title-search input:focus, #title-search .search-input:focus { outline: none; box-shadow: none; }
	#title-search input:active, #title-search .search-input:active { outline: none; box-shadow: none; }
	#title-search input { -webkit-tap-highlight-color: transparent; }
	/* предотвращаем авто-зум на iOS при фокусе */
	#title-search input, #title-search .search-input { font-size: 16px; }
    #title-search .input-wrapper { margin:0px; flex-basis: 90%; }

	/* кнопка открытия поиска */
	.search-toggle-btn { background: none; border: 0; padding: 6px; display: inline-flex; align-items: center; justify-content: center; }
	.search-toggle-btn svg { display: block; }

	/* полноэкранный поиск */
	.mobile-search-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: none; }
	.mobile-search-overlay.open { display: block; }
	.mobile-search-inner { position: fixed; left: 0; right: 0; top: 0; background: #fff; padding: 12px; padding-top: calc(12px + env(safe-area-inset-top)); }
	.mobile-search-close { position: absolute; right: 8px; top: 8px; background: none; border: 0; font-size: 26px; line-height: 1; }
	.mobile-search-slot #title-search { display: block; }

	/* корзина: убираем слово, оставляем иконку и количество */
	#minicart-ajax-rfs .button-basket { display: inline-flex; align-items: center; gap: 6px; padding: 0px; }
	#minicart-ajax-rfs .basket_count_text { display: none; }
	#minicart-ajax-rfs .basket_count_text_count { display: inline-block; }

	/* логотип и текст — вертикально и компактно */
	.header .logo { display: flex; flex-direction: column; gap: 2px; align-items: center; }
	.header .logo img { max-height: 28px; height: 28px; }
	.header .logo .brand { font-size: 12px; line-height: 1.1; }
	.header .logo .small { font-size: 10px; line-height: 1.1; }

	/* нет общей формы .search в шапке на мобилке */
	.header .search, .search { display: none !important; }

	/* распределяем кнопки равномерно */
	.buttons_header { justify-content: space-around; }
}

/* ===== Side-panel мобильная: скрыта по умолчанию, открывается сдвигом ===== */
@media (max-width: 575px) {
	/* панель */
	.side-panel {
		position: fixed; top: 0; right: 0; bottom: 0;
		width: 100vw; max-width: 100vw; background: #fff;
		transform: translateX(100%);
		transition: transform .3s ease;
		box-shadow: -2px 0 16px rgba(0,0,0,0.15);
		overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;
		z-index: 9998;
	}
	.side-panel.open { transform: translateX(0); }
	.side-panel .panel-content { overflow: visible; }

	/* оверлей */
	.side-panel-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); display: none; z-index: 9997; }
	.side-panel-overlay.open { display: block; }

	/* Выравнивание меню: иконка над текстом, всё по центру */
	.side-panel .panel-menu { list-style: none; margin: 0; padding: 0; }
	.side-panel .panel-menu li { border-bottom: 1px solid #e9eef2; }
	.side-panel .panel-menu li a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px 10px; text-align: center; text-decoration: none; color: inherit; }
	.side-panel .panel-menu li a svg { width: 22px; height: 22px; display: block; }

	/* Тогглер для верхнего меню в панели */
	.panel-submenu-toggle { width: 100%; background: #f6f9fb; border: 1px solid #e3e9ef; padding: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; margin: 10px 0; }
	.panel-submenu-toggle .panel-submenu-icon { font-size: 18px; }
	.panel-submenu-toggle .panel-submenu-arrow { margin-left: 4px; }
	.panel-menu.top-links.is-collapsed { display: none; }
}

/* скрываем мобильную кнопку поиска на десктопе на всякий случай */
@media (min-width: 576px) {
	.search-toggle-btn { display: none !important; }
	/* на десктопе лого и текст в строку */
	.header .logo .logo-link { display: flex; align-items: center; gap: 8px; text-decoration: none; color: inherit; }
}

/* Правка цвета текста логотипа внутри ссылки: текст не должен становиться ссылочного цвета */
.header .logo { color: #000; }
.header .logo .logo-link { text-decoration: none; color: inherit !important; }
.header .logo .brand { color: inherit; }

/* Общие стили для кнопки закрытия модального окна (desktop и mobile) */
.modal-close {
	position: absolute !important;
	top: 0.75rem !important;
	right: 0.75rem !important;
	width: 36px !important;
	height: 36px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50% !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
	font-size: 22px !important;
	line-height: 1;
	z-index: 1000;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	border: none !important;
	transition: background 0.2s ease, transform 0.1s ease;
}

.modal-close:hover {
	background: rgba(255, 255, 255, 1);
}

.modal-close:active {
	background: rgba(255, 255, 255, 1);
	transform: scale(0.95);
}

/* Адаптивность модальных окон */
@media (max-width: 575px) {
	.modal {
		padding: 1rem;
		align-items: center;
		justify-content: center;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal-inner {
		width: 80%;
		max-width: 80%;
		min-width: 80%;
		height: 80vh;
		max-height: 80vh;
		margin: 0 auto;
		padding: 1rem;
		padding-top: 2.5rem; /* Место для кнопки закрытия */
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		align-items: stretch;
	}

	.modal-inner * {
		min-width: 0;
	}

	/* Контент модалки должен прокручиваться */
	#modal-content {
		flex: 1;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}

	/* Убеждаемся, что все формы внутри правильно центрируются */
	#modal-content > * {
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}

	/* Предотвращаем авто-зум на iOS для всех полей ввода в модалках */
	.modal-inner input[type="text"],
	.modal-inner input[type="email"],
	.modal-inner input[type="password"],
	.modal-inner input[type="tel"],
	.modal-inner input[type="number"],
	.modal-inner input[type="search"],
	.modal-inner input:not([type]),
	.modal-inner textarea,
	.modal-inner select,
	#modal-content input[type="text"],
	#modal-content input[type="email"],
	#modal-content input[type="password"],
	#modal-content input[type="tel"],
	#modal-content input[type="number"],
	#modal-content input[type="search"],
	#modal-content input:not([type]),
	#modal-content textarea,
	#modal-content select {
		font-size: 16px !important;
		-webkit-appearance: none;
		appearance: none;
	}

	/* Адаптация капчи для мобильных в модальных окнах */
	/* Общие стили для контейнеров капчи */
	#modal-content .auth-modal__captcha-box,
	#modal-content .captcha-row,
	.modal-inner .auth-modal__captcha-box,
	.modal-inner .captcha-row {
		position: relative;
		display: flex;
		align-items: center;
		gap: 0.5rem;
		flex-wrap: wrap;
		width: 100%;
	}

	/* Кнопка обновления капчи */
	#modal-content .captcha-refresh,
	.modal-inner .captcha-refresh {
		position: relative !important;
		right: auto !important;
		top: auto !important;
		margin-left: 0.5rem;
		padding: 0.5rem;
		min-width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.05);
		border-radius: 6px;
		font-size: 1.2rem;
		flex-shrink: 0;
		border: none;
		cursor: pointer;
		color: var(--accent);
		transition: all 0.2s ease;
		background-color: var(--main-color);
		color:white;
	}

	#modal-content .captcha-refresh:hover,
	#modal-content .captcha-refresh:active,
	.modal-inner .captcha-refresh:hover,
	.modal-inner .captcha-refresh:active {
		background: rgba(0, 0, 0, 0.1);
		color: var(--main-color);
	}

	/* Изображение капчи */
	#modal-content .auth-modal__captcha-image,
	#modal-content .captcha-image,
	.modal-inner .auth-modal__captcha-image,
	.modal-inner .captcha-image {
		flex-shrink: 0;
		max-width: calc(100% - 50px);
	}
}

/* Общие стили капчи для desktop (вне медиа-запроса, но применимы ко всем модалкам) */
/* Капча в модальных окнах */
#modal-content .auth-modal__captcha,
.modal-inner .auth-modal__captcha {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

#modal-content .auth-modal__captcha-box,
.modal-inner .auth-modal__captcha-box {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#modal-content .auth-modal__captcha-image,
.modal-inner .auth-modal__captcha-image {
	position: relative;
}

/* Кнопка обновления капчи для desktop */
/* Для auth-modal__captcha-image используем абсолютное позиционирование */
#modal-content .auth-modal__captcha-image .captcha-refresh,
.modal-inner .auth-modal__captcha-image .captcha-refresh {
	position: absolute;
	right: -24px;
	top: 8px;
	border: none;
	background: none;
	font-size: 1rem;
	cursor: pointer;
	color: var(--accent);
	transition: color 0.2s ease;
}

#modal-content .auth-modal__captcha-image .captcha-refresh:hover,
.modal-inner .auth-modal__captcha-image .captcha-refresh:hover {
	color: var(--main-color);
}

/* Общий стиль для captcha-row (используется в upload.price и других) */
#modal-content .captcha-row,
.modal-inner .captcha-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 10px;
}

#modal-content .captcha-image,
.modal-inner .captcha-image {
	flex-shrink: 0;
}

/* Для captcha-row кнопка может быть relative (как в upload.price) */
#modal-content .captcha-row .captcha-refresh:not(.auth-modal__captcha-image .captcha-refresh),
.modal-inner .captcha-row .captcha-refresh:not(.auth-modal__captcha-image .captcha-refresh) {
	position: relative;
}



/* End */


/* Start:/local/templates/altelect/css/font-awesome.min.css?176515054741682*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.eot@v=4.7.0');
    src: url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.eot@') format('embedded-opentype'), url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.woff2@v=4.7.0.html') format('woff2'), url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.woff@v=4.7.0') format('woff'), url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.ttf@v=4.7.0') format('truetype'), url('/local/templates/altelect/css/../fonts/font-awesome/fontawesome-webfont.svg@v=4.7.0') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* End */


/* Start:/local/templates/altelect/css/fancybox.css?176515054717445*/
/* Start:/local/templates/altermax/css/fancy.css?173995404217271*/


/* Fancybox карусель и лайтбокс   */
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}
.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}
.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:90%;transform:translateY(-350%)}
.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit; color:white}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

#mainCarousel {
  width: 350px;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.1rem;
  width: 40px;
  height: 40px;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
.carousel__slide img {display:table;margin:auto; cursor: auto;}
#iePicture {display:none !important;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
   #mainCarousel, #thumbCarousel {display:none !important;}
   #iePicture {display:block !important; margin:auto}
}

#mask, #loader { display: none; }


/* test */
#thumbCarousel  {
/*width:77px;*/
order: 1;
float:left;
    display: flex;
    flex-direction: column;
}
#mainCarousel {
width:282px;
order: 2;
float:center;
display: flex;
flex-direction: column;
}

/* End */
/* End */


/* Start:/local/templates/altelect/css/variables.css?17658937251006*/
/* CSS переменные - автогенерируемый файл из настроек модуля AltermaxShop */
:root {
    --bg: #f1f5f9;
    --card: #ffffff;
    --muted: #64748b;
    --accent: #0ea5e9;
    --dark: #0f172a;
    --info-bg: #DEEFFF;
    --radius: 0px;
    --gap: 16px;
    --maxw: 1200px;
    --shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    --padding: 18px;
    --rad: red;
    --raddark: #ce3423;
    --grey: #5B5B5B;
    --green: #31642b;
    --orange_g: #e1ae1f;
    --main-color: #4f1f41;
    --main-color-hover: #922091;
    --color-href: #3158A2;
    --footer-color: #4f1f41;
    --color-text-basket-button: white;
    --color-back-basket-button: #333;
    --color-text-profile-menu: white;
    --color-back-profile-menu: #333;
    --color-hover-profile-menu: #444;
    --filter-title-background: #e5e9ed;
    --filter-border: #d7dbdf;
    --other-size: 15px;
    --p-size: 15px;
    --a-size: 15px;
    --h2-size: 22px;
    --h2-litle: 15px;
    --basket-price: 21px;
}

/* End */


/* Start:/local/components/altelect/altermax_geo/templates/.default/style.css?17651505462495*/
.geo-block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  
  .geo-block label {
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
  }
  .geo-block label object,
  .geo-block label img,
  .geo-block label svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .geo-phones .phone {
    cursor: pointer;
  }
  .container_geo {
    max-width: var(--maxw);
    margin: 0 auto;
    width: 100%;
}
  
  .geo-form select {
    background: var(--orange_g);
    color: black;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 28px 6px 12px;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
  }
  
  
  .geo-phones {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .geo-phones .phone,
  .geo-phones .email,
  .geo-phones .contact {
    font-size: 17px !important;
    font-weight: 600;
    color: #fff;
    transition: opacity 0.2s;
    text-decoration: none;
    cursor: pointer;
  }
  
  .geo-phones .phone:hover,
  .geo-phones .email:hover,
  .geo-phones .contact:hover {
    opacity: 1;
  }
  
  /* Dropdown гео */
  #geoDropdown { position: relative; }
  #geoDropdown .geo-current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    padding: 6px 10px;
    cursor: pointer;
  }
  #geoDropdown .geo-label { opacity: 0.8; font-size: 14px; }
  #geoDropdown .geo-city { font-weight: 600; text-decoration: underline;}
  #geoDropdown .geo-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    min-width: 180px;
    padding: 6px;
    z-index: 2005;
    display: none;
  }
  #geoDropdown .geo-menu.show { display: block; }
  #geoDropdown .geo-menu-item {
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
  #geoDropdown .geo-menu-item:hover { background: #f2f3f5; }
  
/* End */


/* Start:/local/templates/altelect/components/bitrix/search.title/altermaxel/style.css?1765150547688*/

.search {
    display: flex;
    align-items: center;
	width: 50%;
    height: 66px;
	justify-content: center;
}

/* categories select removed */
.search input {
	width: 100%;
    height: 100%;
    padding: 0px;
}
.search_container {
	display: flex;
	justify-content: center;
	width:100%;
	height: 40px;
    border: .1rem solid var(--orange_g);
    background: white;
}
.search-btn {
    background: var(--orange_g);
    color: white;
    padding: 5px 10px;
    border: none;
	flex-basis: 10%;
}

.input-wrapper {
    position: relative;
    flex-basis: 90%;
    margin: 0 5px;
}

/* divider removed because there's no select */
.search .input-wrapper input:focus {
    outline: none;
}

/* End */


/* Start:/local/templates/altelect/components/bitrix/menu/top_altelect/style.css?17658815544500*/
/* Top menu*/
ul.top-menu
{
	display: flex;
	gap: 10px;
	/* --menu-primary-color: #147AAB; */
	/* background: var(--menu-primary-color); */
    background: linear-gradient(0deg, var(--main-color) 0%, color-mix(in srgb, var(--main-color) 75%, white) 100%);
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; 
	margin: auto;
    max-width: var(--maxw);
}

ul.top-menu li
{
	padding: 10px 14px;
	cursor: pointer;
    align-content: center;
	/* background-color: var(--main-color); */
}

ul.top-menu li:first-child {
	margin-left: 6%;
	margin-right: 6%;
}

ul.top-menu li:hover {
	
}

ul.top-menu li a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	text-transform: uppercase;
    display: inline-block; /* enable transform without affecting layout */
    transform-origin: center;
    transition: transform 0.2s ease;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0); /* fix blur on scale */
}

ul.top-menu li a:visited
{
	color:white;
}

ul.top-menu li a:hover
{
	color: var(--orange_g) !important;/*#f6821d; */
    transform: translateZ(0) scale(1.08);
}


ul.top-menu li a.selected:link,
ul.top-menu li a.selected:visited,
ul.top-menu li a.selected:active,
ul.top-menu li a.selected:hover
{
	color:var(--bg);
}

/* Меню - часть летающей шапки */
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    transition: top 0.3s ease;
    overflow: hidden; /* скрываем элементы, которые не влезают */
    /* JS будет устанавливать top динамически */
}

/* При скролле разрешаем видимость тени */
.header-menu.scrolled {
    overflow: visible;
    padding-bottom: 30px; /* место для тени (6px смещение + 24px размытие) */
    margin-bottom: -30px; /* компенсируем padding */
}

.header-menu .top-menu {
    margin-bottom: 0; /* убираем отступ, так как меню теперь в fixed контейнере */
    flex-wrap: nowrap; /* не переносим элементы на новую строку */
    overflow: hidden; /* скрываем переполнение */
    white-space: nowrap; /* не переносим текст */
    width: 100%; /* ограничиваем ширину */
    transition: box-shadow 0.3s ease;
    height: calc(.2rem + 40px);
}

/* Тень появляется только при скролле */
.header-menu.scrolled .top-menu {
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.5);
    overflow: visible; /* разрешаем видимость тени */
}

.header-menu .top-menu li {
    flex-shrink: 0; /* не сжимаем элементы */
    white-space: nowrap; /* не переносим текст внутри li */
}

/* Размер шрифта для элементов меню */
.top-menu li, .top-menu a, .top-menu span, .top-menu div, .top-menu button {
    font-size: var(--p-size) !important;
}

/* Контейнер для контактов - занимает оставшееся пространство и выравнивает по правому краю */
.top-menu .geo-contacts-container {
    display: flex;
    flex: 1; /* занимает все оставшееся пространство */
    justify-content: flex-end; /* выравниваем контакты по правому краю */
    align-items: center;
    gap: 10px;
    margin-left: auto; /* дополнительное выравнивание по правому краю */
}

/* Стили для элементов контактов из geo-phones */
.top-menu .geo-contacts-container .geo-contact-item {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    transition: max-width 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
    white-space: nowrap;
}

.top-menu .geo-contacts-container .geo-contact-item.visible {
    max-width: 500px; /* достаточно большое значение для плавного раскрытия */
    opacity: 1;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
}

.top-menu .geo-contacts-container .geo-contact-item a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

/* End */


/* Start:/local/templates/altelect/components/altelect/slider.altermax/slider_altelect_menu/style.css?1765150547763*/
#side-panel .panel-adds {
  padding: 20px;              /* внутренние отступы */
  display: flex;              
  justify-content: center;    /* выравнивание по центру */
}

#side-panel .panel-adds .swiper {
  max-width: 300px;           /* ограничение ширины (напр. 300px) */
  aspect-ratio: 1/1;          /* делаем квадрат */
  border-radius: 12px;        /* скругления */
  overflow: hidden;           /* обрезаем края */
  background: #fff;           /* фон */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#side-panel .panel-adds .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* картинка заполняет квадрат */
}

/* End */
/* /local/templates/altelect/css/style.css?176587493237163 */
/* /local/templates/altelect/css/footer.css?17658823086161 */
/* /local/templates/altelect/css/adaptive.css?176515054718788 */
/* /local/templates/altelect/css/font-awesome.min.css?176515054741682 */
/* /local/templates/altelect/css/fancybox.css?176515054717445 */
/* /local/templates/altelect/css/variables.css?17658937251006 */
/* /local/components/altelect/altermax_geo/templates/.default/style.css?17651505462495 */
/* /local/templates/altelect/components/bitrix/search.title/altermaxel/style.css?1765150547688 */
/* /local/templates/altelect/components/bitrix/menu/top_altelect/style.css?17658815544500 */
/* /local/templates/altelect/components/altelect/slider.altermax/slider_altelect_menu/style.css?1765150547763 */
