

/* Start:/local/templates/termit/components/bitrix/menu/vertical_multilevel1/style.css?17732428435366*/
ul.cd-accordion-menu li {
    position: relative;
    z-index: 105;
    display: block;
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    background: linear-gradient(300deg, #e5e4e9 0%,#cac9ce 100%);
}
li.has-children2 a {
    padding: 5px 5px 5px 20px !important;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-accordion-menu {
  width: 100%;
  max-width: 100%;
  background: #4d5158;
  margin: 4em auto;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 25px;
  color: #2960a4;
  font-size: 13px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(http://termit.su/local/templates/termit/img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 10px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
 display:none;
  left: 32px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  display:none;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  padding-left: 62px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 5px 5px 5px 25px;
    font-size: 13px;
  }
  .cd-accordion-menu label::before {
    left: 10px;
  }
  .cd-accordion-menu label::after {
    left: 32px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* End */


/* Start:/local/templates/termit/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17736500875333*/
/* Общий контейнер страницы */
.ter-product-page {
    max-width: 1100px !important; /* Уменьшил для плотности */
    margin: 30px auto !important;
    padding: 0 20px !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
}

/* Верхний блок: Фото + Инфо */
.ter-product-hero {
    display: flex !important;
    flex-wrap: nowrap !important; /* Запрещаем перенос на десктопах */
    gap: 40px !important;
    margin-bottom: 50px !important;
    align-items: flex-start !important;
}

/* Колонка с фото - теперь более компактная */
.ter-product-visual { 
    flex: 0 0 400px !important; /* Фиксированная база для фото */
    max-width: 400px !important; 
}

/* Колонка с инфо */
.ter-product-main-info { 
    flex: 1 !important; 
}

/* Обертка картинки */
.ter-product-img-wrap {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03) !important;
}

.ter-product-img-wrap img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
}

/* Заголовок */
.ter-product-title {
    font-size: 30px !important; /* Немного уменьшил для аккуратности */
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #111 !important;
}

/* Мета-данные (Артикул и наличие) */
.ter-product-meta {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
}

.ter-stock.in-stock { color: #10b981 !important; font-weight: 600 !important; }
.ter-article { color: #9ca3af !important; }

/* Блок цены */
.ter-product-price-box {
    background: #f9fafb !important;
    padding: 20px 25px !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    display: block !important; /* На всю ширину колонки */
}

.ter-current-price {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #6a42c2 !important;
}

.ter-old-price {
    font-size: 16px !important;
    color: #9ca3af !important;
    margin-left: 12px !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}

/* Кнопка */
.ter-btn-purple {
    display: inline-block !important;
    background: #6a42c2 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 16px 40px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    box-shadow: 0 8px 15px rgba(106, 66, 194, 0.15) !important;
    transition: 0.3s !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ter-btn-purple:hover {
    background: #5634a3 !important;
    transform: translateY(-1px) !important;
}

.ter-phone-info { font-size: 13px !important; color: #6b7280 !important; }
.ter-phone-info a { color: #6a42c2 !important; font-weight: 700 !important; text-decoration: none !important; }

/* Доставка */
.ter-delivery-mini {
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #f0f0f0 !important;
}

.ter-delivery-label {
    display: block !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    color: #9ca3af !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.ter-logos { display: flex !important; gap: 20px !important; align-items: center !important; }
.ter-logos img { height: 24px !important; filter: grayscale(100%) !important; opacity: 0.5 !important; }

/* Нижний блок: Описание и Характеристики */
.ter-product-details {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 40px !important;
    border: 1px solid #f0f0f0 !important;
}

.ter-details-grid { 
    display: grid !important; 
    grid-template-columns: 1.5fr 1fr !important; /* Четкое разделение на две колонки */
    gap: 50px !important; 
}

.ter-desc-col h2, .ter-props-col h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    color: #111 !important;
}

.ter-prop-row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.ter-prop-name { color: #6b7280 !important; font-size: 13px !important; }
.ter-prop-val { font-weight: 600 !important; color: #111 !important; font-size: 13px !important; text-align: right !important; }

/* Адаптив для мобилок */
@media (max-width: 991px) {
    .ter-product-hero { flex-direction: column !important; gap: 30px !important; }
    .ter-product-visual { flex: 1 1 auto !important; max-width: 100% !important; }
    .ter-details-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    .ter-product-title { font-size: 26px !important; }
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17278773712802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/termit/components/bitrix/menu/vertical_multilevel1/style.css?17732428435366 */
/* /local/templates/termit/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?17736500875333 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17278773712802 */
