

/* Start:/bitrix/templates/jbi-7/css/main.css?177703990227712*/
:root {
  --main-color: #ff9716;
  --main-color-hover: rgba(255, 151, 22, 0.8);
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legheader-end,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

body {
  font-family: "Karla", sans-serif;
  color: #585858;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
.title,
.f-asap {
  font-family: "Asap", sans-serif;
}

h2, h3 {
  line-height: 1.4;
  color: #242424;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: inherit;
}

a,
button,
input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

p:not(:last-child) {
  margin-bottom: 12px;
}

b,
strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
}

td,
th {
  padding: 15px 10px;
  border-bottom: 1px solid #e4e4e4;
}

u {
  color: #439665;
  text-decoration: none;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

li:not(:last-child) {
  margin-bottom: 10px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}

.container {
  max-width: 1400px;
}

.btn {
    background-color: var(--main-color);
    border-radius: 0px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.btn:hover {
  color: #fff;
  background-color: var(--main-color-hover);
}

.list-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-item .title {
  font-size: 26px;
  color: #242424;
  padding-bottom: 25px;
}

.list-item .content {
  padding-bottom: 25px;
}

.list-item:not(:last-child) .content {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.header *,
.footer * {
  transition: all 0.3s;
}

.header {
  display: flex;
  justify-content: center;
  position: relative;
}

.header .header-main {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.header.header-sticked .header-main {
  position: fixed;
  transform: translateZ(0);
}

.header .header-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header.header-down .header-main,
.header.header-up .header-main {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.header.header-down .header-main {
  transform: translateY(-100%);
  animation: none;
}

.header.header-up .header-main {
  transform: none;
}
.mb-4 .catalog-section {
  justify-content: flex-start;
}


.header-row,
.popup-content,
.site-wrapper {
  position: relative;
  background-color: #fff;
}

.top-bar {
  border-color: rgba(30, 35, 46, 0.15);
  border-bottom-width: 1px;
  border-style: solid;
  height: 40px;
}

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

.header-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.top-bar .header-row-inner .header-col {
  column-gap: 20px;
  height: 40px;
}

.header-col.header-col-start {
  justify-content: flex-start;
}

.header-divider {
  height: 18px;
}

.header-divider:before {
  content: "";
  display: block;
  border-right: 1px solid rgba(119, 119, 119, 0.2);
  height: inherit;
}

.header-text {
  flex: 1 1 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav,
.textalign-left {
  text-align: left;
}

.items-center {
  align-items: center;
}




/* =================================================== */
/* 1. Стили для Основного Контейнера FAQ */
/* =================================================== */
.faq-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 15px;
}

/* =================================================== */
/* 2. Стили для Вкладок (Табов) */
/* =================================================== */
.tab-controls {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap; /* Для мобильных устройств */
}

.tab-button {
    background-color: #f0f0f0;
    border-radius: 0px;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

/* Активная кнопка таба */
.tab-button.active {
    background-color: var(--main-color);
    border-radius: 0px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.tab-button:hover:not(.active) {
    background-color: #e0e0e0;
}

/* Контейнер контента табов */
.tab-content {
    display: none; /* Скрываем по умолчанию неактивные табы */
}

/* Активный контейнер контента */
.tab-content.active {
    display: block;
}

/* =================================================== */
/* 3. Стили для Аккордеонов (Вопросы/Ответы) */
/* =================================================== */

/* Контейнер вопроса/ответа */
.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden; /* Важно для border-radius */
}

/* Заголовок вопроса (Кнопка) */
.accordion-header {
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid transparent; /* Добавим границу, чтобы показать активность */
}

/* Эффект при наведении */
.accordion-header:hover {
    background-color: #f0f0f0;
}

/* Стиль активного заголовка */
.accordion-header.active {
    background-color: #fff;
    border-bottom-color: #ddd;
    color: #ff6600;
}

/* Иконка */
.icon {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.3s ease;
}
.accordion-header.active .icon {
    transform: rotate(45deg); /* Поворот из + в X */
    color: #333;
}

/* Контент (Ответ) - КРИТИЧНО ДЛЯ РАСКРЫТИЯ */
.accordion-content {
    background-color: white;
    max-height: 0; /* Изначально скрыт */
    overflow: hidden;
    /* Плавность перехода */
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; 
    padding: 0 15px; /* Изначальные отступы 0 */
}

.accordion-content p {
    margin: 0;
    padding-bottom: 10px; /* Отступ текста внутри ответа */
    line-height: 1.6;
    color: #555;
}


.header .nav-msg,
.header-btn,
.header-el > a,
.header-html-block,
.header-infobox,
.header-nav-wrapper,
.header-social,
.header-text,
.header .search {
  padding-right: 10px;
  padding-left: 10px;
}

.header-infobox,
.map {
  position: relative;
}

.header-infobox {
  display: flex;
  flex-direction: row;
  transition: box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-text.messengers {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.box-icon-wrapper {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.box-icon-wrapper .box-icon {
  display: inline-block;
  vertical-align: middle;
}

.box-icon-wrapper .box-icon svg {
  width: inherit !important;
  height: inherit !important;
}

.top-bar .header-infobox .box-icon-wrapper .box-icon {
  width: 12px;
  height: 25px;
}

.box-desc {
  color: #54595f;
}

.box-icon-wrapper .box-desc {
  font-size: 13px;
  line-height: 100%;
}

.header-row .header-col.end,
.header-row .header-col.start {
  flex: 1 1 0%;
}



.main-hero-section {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.hero-slider-container {
    position: relative;
    overflow: hidden;
}

.hero-slider-viewport {
    width: 100%;
}

.hero-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 10px; /* Расстояние между слайдами */
}

.hero-slide-item {
    min-width: 100%; /* По 1 слайду на экране. Если надо больше — ставь 33.3% */
    box-sizing: border-box;
}

.hero-slide-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* Кнопки */
.hero-slide-prev, .hero-slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
}

.hero-slide-prev { left: 10px; }
.hero-slide-next { right: 10px; }

.header-row .header-col.center {
  justify-content: center;
}

.header .logo {
  min-width: 77px;
  height: 60px;
  margin-right: 12px;
}

.header .title {
  font-size: 20px;
  font-weight: 600;
}

.bottom-bar .header-col.start {
  gap: 12px;
}

.header .search,
.header .search input {
  width: 100%;
  max-width: 370px;
}

.header-col.end {
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.header-col.end .infobox .box-icon-wrapper .box-icon {
  width: 14px;
}

.header-col.end .infobox .box-icon-wrapper .box-desc {
  font-size: inherit;
}

.header-row.mobile {
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  align-items: center;
  justify-content: space-between;
  /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
}

.header-row.mobile .header-row-inner {
  flex-direction: column;
}

.header .mobile .logo {
    min-width: unset;
    width: 58px;
    height: 45px;
}

.header .mobile .logo-cont {
  align-items: center;
}

.header-row.mobile .header-text {
  flex: unset;
}

.body_pointer::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1900;
}

.body_pointer * {
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -110%;
  width: 300px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow-y: auto;
  z-index: 2000;
}

.mobile-menu-body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.mobile-menu .mobile-nav .menu {
  display: flex;
  flex-direction: column;
}

.mobile-menu .company-info {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.mobile-menu .company-info .info-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.mobile-menu .company-info .info-item i {
  width: 16px;
  text-align: center;
}

.mobile-menu .messengers {
  column-gap: 10px;
}

.mobile-menu .messengers svg {
  width: 34px;
  height: 34px;
}

@media (max-width: 1049px) {
  .header-row.top-bar,
  .header-col.desktop {
    display: none;
  }

  .header-row.mobile {
    display: flex;
  }
}

.header-main .header-row.fixed-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*transform: translateY(-100%);*/
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-main .header-row.menu-transform {
  transform: translateY(0);
}

.footer {
  color: #ffffff;
  padding: 25px 20px;
  background-color: #282828;
}

.footer a,
.footer a:hover {
  color: #ffffff;
}

.footer .footer-section {
  padding-top: 20px;
}

.footer .footer-col-logo {
  margin-bottom: 40px;
}

.footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.footer .logo {
  height: 80px;
}

.footer .footer-slogan,
.footer .footer-copyright-section {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 40px;
}

.footer .footer-menu-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links {
    overflow-y: auto;
    max-height: 240px;
    padding-right: 2px;
}

.footer .footer-links::-webkit-scrollbar { width: 3px; } 
.footer .footer-links::-webkit-scrollbar-track {  } 
.footer .footer-links::-webkit-scrollbar-thumb { background-color: #9E9E9E; border-radius: 50px; }

.footer .footer-links li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-links li a:hover,
.footer .company-info-bottom .info-item a:hover,
.footer .policy-bottom a:hover {
  color: #ffffff;
}

.footer .company-info-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.footer .company-info-bottom .info-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.footer .company-info-bottom .info-item,
.footer .company-info-bottom .info-item a,
.footer .policy-bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .company-info-bottom .info-item .fa {
  width: 16px;
  color: #ffffff;
  text-align: center;
}

.footer .policy-bottom {
  margin-top: 14px;
}

.footer .footer-copyright-section {
  padding: 10px 0;
}

.catalog-bredcrumb {
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    margin: -20px 0 25px;
    padding-bottom: 30px;
}

.main-page-section:not(:first-child) {
  padding-top: 30px;
}

.main-page-section {
  padding-bottom: 30px;
}

.main-page-section .mps-title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
}

.main-page-section .video-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.top-cat-section {
  row-gap: 20px;
}

.top-cat-section .sect-items {
  height: 100%;
  max-height: 710px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-cat-section .sect-items .sect-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.top-cat-section .sect-items .sect-item .sect-item-img {
  height: 100%;
}

.top-cat-section .sect-items .sect-item .sect-item-img img {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.top-cat-section .sect-items .sect-item:hover .sect-item-img img {
  transform: scale(1.08);
}

.top-cat-section .sect-items .sect-item .sect-item-info {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 30px;
  flex-direction: column;
}

.top-cat-section .sect-items .sect-item .sect-item-info .sii-title {
  color: #1e232e;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 140%;
}

.top-cat-section .sect-items .sect-item .sect-item-info .sii-price {
  width: fit-content;
  min-width: 180px;
  color: #1e232e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border-radius: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 690px) and (max-width: 991px) {
  .top-cat-section .sect-items {
    flex-direction: row;
  }
}

.advantages-container {
  row-gap: 24px;
}

.advantages-container .advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  height: 100%;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(30, 35, 46, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.advantage .advantage-icon svg {
  width: 50px;
  height: 50px;
  fill: #ff9716;
}

.advantage .advantage-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.advantage .advantage-text {
  text-align: center;
  color: #1e232e8f;
}

.main-title-container {
  position: relative;
  padding: 20px 0;
  background-color: #f9f9f9;
}

.main-title-container .main-title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.main-title {
  font-size: 28px;
  line-height: 1.2;
}

.site-content {
  padding: 50px 0;
}

.contact-card-cont {
  margin: calc(var(--bs-gutter-x) / 2) 0;
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 2px 12px 0px rgba(30, 35, 46, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contact-card .title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.contact-card .icon-container {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff9716;
}

.contact-card .icon-container svg {
  width: 32px;
  fill: #ffffff;
  stroke: #ffffff;
}

.contact-card .title {
  font-size: 22px;
  font-weight: 600;
}

.contact-card .info-container {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-card .info-container.social {
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-card .info-container p {
  line-height: 150%;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.delivery-card-cont {
  padding-top: calc(var(--bs-gutter-x) / 2);
  padding-bottom: calc(var(--bs-gutter-x) / 2);
}

.delivery-card .title {
  font-size: 26px;
}

.delivery-card .info-container {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
}

.delivery-card .info-container .icon-container {
  font-size: 100px;
  line-height: 0;
}

.delivery-card .info-container .icon-container svg {
  width: 1em;
  height: 1em;
}

.delivery-card .info-container .info {
  line-height: 140%;
}


/* --- КЛЮЧЕВОЕ ИСПРАВЛЕНИЕ: Гарантируем корректный расчет ширины --- */
.reviews-slider-container *,
.reviews-slider-container *::before,
.reviews-slider-container *::after {
    box-sizing: border-box; 
}

/* --- ГЛОБАЛЬНЫЙ СБРОС ДЛЯ СЛАЙДЕРА (ОБЯЗАТЕЛЬНО) --- */
.reviews-slider-container,
.reviews-slider-container * {
    box-sizing: border-box;
}

/* 1. СЕКЦИЯ И ТАБЫ */
.reviews-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden; 
}
.reviews-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.reviews-tabs-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.reviews-tab-button {
    padding: 10px 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s;
}
.reviews-tab-button.active {
    background-color: var(--main-color);
    border-radius: 0px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

/* 2. КОНТЕЙНЕР СЛАЙДЕРА */
.reviews-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px; /* Место под стрелки */
    display: none; /* Скрыт по умолчанию */
}
.reviews-slider-container.active {
    display: block; /* Показываем активный таб */
}

/* 3. ОКНО ПРОСМОТРА И ТРЕК */
.reviews-slider-viewport {
    width: 100%;
    overflow: hidden; /* Обрезаем лишнее */
}
.reviews-slider-track {
    display: flex;
    width: 100%; /* Важно */
    transition: transform 0.3s ease-out;
}

/* 4. САМ СЛАЙД (ОТЗЫВ) */
.slide-item {
    flex-shrink: 0; /* Не сжимать */
    padding: 0 10px;
    /* ПО УМОЛЧАНИЮ (ДЕСКТОП) - 3 КОЛОНКИ */
    width: 33.333%; 
}

.slide-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 400px; /* Ограничение ширины картинки */
    cursor: zoom-in;
}

/* 5. АДАПТИВНОСТЬ */
@media (max-width: 1024px) {
    .slide-item { width: 50%; } /* 2 колонки на планшете */
}
@media (max-width: 600px) {
    .reviews-slider-container { padding: 0 10px; } /* Убираем отступы контейнера */
    .slide-item { width: 100%; } /* 1 колонка на телефоне */
}

/* 6. СТРЕЛКИ НАВИГАЦИИ */
.slide-prev, .slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.slide-prev { left: 0; }
.slide-next { right: 0; }
.slide-prev:disabled, .slide-next:disabled {
    opacity: 0.3;
    cursor: default;
    background: #ccc;
}
@media (max-width: 600px) {
    /* На мобильном стрелки можно сделать меньше или убрать, если нужно */
    .slide-prev, .slide-next { width: 30px; height: 30px; font-size: 16px; }
}

/* 7. ЛАЙТБОКС (ПОПАП) */
.custom-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.custom-lightbox.open { display: flex; }

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}
.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    border: 2px solid #fff;
}
.lightbox-close {
    position: absolute;
    top: -40px; right: -40px;
    background: none; border: none;
    color: #fff; font-size: 40px;
    cursor: pointer;
}
/* Скрываем навигацию в лайтбоксе, как вы просили */
.lightbox-prev, .lightbox-next { display: none; }


@media (min-width: 768px) and (max-width: 970px) {
  .delivery-card .info-container {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .delivery-card .info-container {
    flex-direction: column;
  }
}

.return-info-container {
  max-width: 1140px;
  margin: 0 auto;
}

.traffic-card .img-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Popup form */
.popup_form_section {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}

.popup_form_section .popup_form_container {
  position: fixed;
  width: calc(100% - 20px);
  max-width: 580px;
  max-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
  -moz-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  z-index: 3000;
}

.popup_form_section .popup_form_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2999;
}
/* !Popup form */

/* Toast */
#toast {
  visibility: hidden;
  max-width: 400px;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: 30px;
  box-shadow: 0px 2px 12px 0px rgba(30, 35, 46, 0.35);
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/* !Toast */

/* Кнопка "наверх" */
.btn-up {
	position: fixed;
	right: 20px;
	bottom: 22px;
	border-radius: 4px;
	background-color: #ff9716;
	color: #ffffff;
	box-shadow: 0px 3px 10px rgba(255, 151, 22, .25);
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity, box-shadow, background-color .25s ease-in-out;
	width: 42px;
	height: 42px;
	opacity: 1;
	z-index: 100;
}

.btn-up::before {
	content: "\f106";
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 90%;
}

.btn-up_hide {
	display: none;
}

.btn-up_hiding {
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	.btn-up:hover {
		background-color: #439665;
		box-shadow: 0px 3px 10px rgba(67, 150, 101, .25);
	}
}
/* !Кнопка "наверх" */

/* Корзина */
.header-cart .bc-cart-w {
    top: 140px;
}

.header-cart .bc-cart-w-btn-show-cart-count {
    background-color: #439665;
}

.top-alert-banner {
    background-color: #d9534f; /* Красный цвет, как в примере */
    color: white; /* Белый текст */
    text-align: center;
    padding: 10px 0; /* Отступы сверху и снизу */
    font-size: 16px;
    font-weight: bold;
    /* Убедитесь, что плашка растянута на всю ширину */
    width: 100%; 
    /* Возможно, потребуется z-index, чтобы плашка была над другими элементами */
    z-index: 1000; 
}

.header-cart .bc-cart-w-content-checkout:visited,
.header-cart .bc-cart-w-content-checkout:link,
.header-cart .bc-cart-w-content-checkout,
.site-content .bee-form .button,
.site-content .styled-checkbox:checked + label:before {
    background-color: #439665;
}

.header-cart .bc-cart-w-content-checkout:hover,
.header-cart .bc-cart-w-content-checkout:active,
.header-cart .bc-cart-w-content-checkout:focus,
.header-cart .bc-cart-w-delete-all:hover,
.header-cart .bc-cart-w-content-td-remove-link:hover,
.site-content .bc-cart-page-w-delete-all:hover:hover,
.site-content .bee-form .button:hover,
.site-content .styled-checkbox:hover + label:before {
    background-color: rgba(62, 140, 94, 1);
}
/* !Корзина */
/* End */


/* Start:/bitrix/templates/jbi-7/css/accordion.min.css?17579922601351*/
.accordion__item{margin-bottom:.5rem;border-radius:.25rem;box-shadow:0 .125rem .25rem rgb(0 0 0 / 15%)}.accordion__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;color:#fff;font-weight:500;background-color:#0d6efd;border-top-left-radius:.25rem;border-top-right-radius:.25rem;cursor:pointer;transition:background-color 0.2s ease-out}.accordion__header::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;content:"";transition:transform 0.2s ease-out}.accordion__item_show .accordion__header::after,.accordion__item_slidedown .accordion__header::after{transform:rotate(-180deg)}.accordion__header:hover{background-color:#439665}.accordion__item:not(.accordion__item_show) .accordion__header{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion__content{padding:.75rem 1rem;background:#fff;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion__item:not(.accordion__item_show) .accordion__body{display:none}
/* End */


/* Start:/bitrix/components/beehive/cart/templates/cart_block/style.css?175697868012025*/
.bc-cart-w * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bc-cart-w {
    position: fixed;
    top: 100px;
    z-index: 1000;
    right: 0;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bc-cart-w--left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bc-cart-w--left .bc-cart-w-btn-show-cart {
    left: auto;
    right: -58px;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.bc-cart-w.bc-cart-w-visible {
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    top: 50% !important;
}

.bc-cart-w-btn-show-cart {
    position: absolute;
    left: -58px;
    top: 0px;
    width: 58px;
    height: 76px;
    background: #e2e2e2;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    border-right: none;
    z-index: 10;
}

.bc-cart-w-btn-show-cart-count {
    position: absolute;
    left: 28px;
    top: 16px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 12px;
    color: #FFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #ee3733;
    line-height: 24px;
}

.bc-cart-w-btn-show-cart-count__ico {

    position: absolute;
    left: 14px;
    top: 17px;
    margin: 0 0 0 -8px;
    width: 44px;
    height: 44px;
}
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count,
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count__ico{
    display: none;
}
.bc-cart-w-btn-show-cart-count__close{
    display: none;
    position: absolute;
    left: 8px;
    top: 17px;
    width: 44px;
    height: 44px;
}
.bc-cart-w-btn-show-cart-count__close:hover{
    fill: #ee3834;
}
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count__close{
    display: block;
}
.bc-cart-w-content {

    background-color: #fff;
    min-width: 700px;
    position: relative;
}
.bc-cart-w.bc-cart-w-visible .bc-cart-w-content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.bc-cart-w-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1;
}

.bc-cart-w-delete-all:link,
.bc-cart-w-delete-all:visited,
.bc-cart-w-delete-all {
    display: inline-block;
    padding: 5px 20px 6px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    position: absolute;
    right: 30px;
    top: 22px;
    font-size: 12px;
    text-decoration: none;
    line-height: 21px;
}

.bc-cart-w-delete-all:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete.png);
    cursor: pointer;
    width: 7px;
    height: 7px;
    top: 13px;
    right: 6px;
}

.bc-cart-w-delete-all:hover {
    background-color: #f00;
    color: #fff;;
}

.bc-cart-w-delete-all:hover:before {
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete_a.png);
}

.bc-cart-w-content-inner {
    clear: both;
}

.bc-cart-w-title-w {
    overflow: hidden;
    padding: 27px 30px 29px;
}

.bc-cart-w-content-item, .bc-cart-w-content-item-header-w {
    display: table;
    width: 100%;
    padding: 15px 20px 15px;
}

.bc-cart-w-content-item-header, .bc-cart-w-content-item-body {
    display: table-cell;
}

.bc-cart-w-content-item-body-1,
.bc-cart-w-content-item-header-1 {
    width: 60%;
    border-right: 1px solid #e2e2e2;
    width: 385px;
}

.bc-cart-w-content-item-body-2,
.bc-cart-w-content-item-header-2 {
    width: 20%;
    border-right: 1px solid #e2e2e2;
    width: 128px;
}

.bc-cart-w-content-item-body-3,
.bc-cart-w-content-item-header-3 {
    /* width: 20%; */
}

.bc-cart-w-content-item-header-w {
    background-color: rgb(242, 242, 242);
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.bc-cart-w-content-tbl-total {
    background-color: rgb(242, 242, 242);
    padding: 15px 60px 15px 20px;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.bc-cart-w-content-tbl-discount {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.bc-cart-w-content-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.bc-cart-w-content-item-body-2 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.bc-cart-w-content-price-w {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.bc-cart-w-content--old-price {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.bc-cart-w-content--old-price:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    top: 50%;
    left: -2px;
    right: -2px;
}

.bc-cart-w-content-counter-qty {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #a9a9a9;
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bc-cart-w-content-counter-qty:hover {
    background-color: #f2f2f2;
}

.bc-cart-w-content-counter {
    display: inline-block;
    position: absolute;
    width: 90px;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -45px;
}

.bc-cart-w-content-counter-qty.minus {
    left: 1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_minus.png);
}

.bc-cart-w-content-counter-qty.plus {
    right: 1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_plus.png);
}

.bc-cart-w-content-counter .counter-field {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    position: relative;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 0;
    color: #000;
}

.bc-cart-w-content-counter .counter-field:hover,
.bc-cart-w-content-counter .counter-field:focus,
.bc-cart-w-content-counter .counter-field:active {
    outline: none;
}

.bc-cart-w-content-name a:visited,
.bc-cart-w-content-name a:link,
.bc-cart-w-content-name a {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.bc-cart-w-content-checkout:visited,
.bc-cart-w-content-checkout:link,
.bc-cart-w-content-checkout {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-color: #ee3733;
    float: right;
}

.bc-cart-w-content-checkout:hover,
.bc-cart-w-content-checkout:active,
.bc-cart-w-content-checkout:focus {
    background: #444;
    color: #fff;
}

.bc-cart-continue-shopping-link:visited,
.bc-cart-continue-shopping-link:link,
.bc-cart-continue-shopping-link {
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.bc-cart-continue-shopping-link:hover,
.bc-cart-continue-shopping-link:active,
.bc-cart-continue-shopping-link:focus {
    color: #fff;
    background-color: #000;
}

.bc-cart-w-content-attr {
    font-size: 11px;
}

.bc-cart-w-content-attr-value {
    color: #000;
}

.bc-cart-w-content-item-image {
    float: left;
    margin-right: 15px;
    width: 80px;
    text-align: center;
}

.bc-cart-w-content-item-image img {
    max-width: 100%;
}

.bc-cart-w-content-tbl-checkout {
    overflow: hidden;
    padding: 15px 30px 15px;
}

.bc-cart-w-content-td-remove-link {
    right: -2px;
    content: '';
    display: inline-block;
    position: absolute;
    /* background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete.png); */
    cursor: pointer;
    width: 14px;
    height: 14px;
    top: 50%;
    font-size: 0;
    margin-top: -5px;
    padding: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
.bc-cart-w-content-td-remove-link:hover{
    fill: #ffffff;
    background-color: #ff0100;
}
.bc-cart-w-content-item-body.bc-cart-w-content-item-body-3 {
    text-align: center;
    position: relative;
}

.bc-cart-w-content-tbl-w {
    max-height: 300px;
    overflow-y: auto;
}

.bc-cart-w-content-title-empty {
    padding: 0 30px 20px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.bc-cart-w-content-item-detail {
    min-height: 50px;
}

.bc-cart-fly-item {
    background-color: #f00;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: url(/bitrix/components/beehive/cart/templates/cart_block/images/cart.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}


/*button add to cart start*/
.product-buy-block [name="product_count"] {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 0;
    color: #000;
    margin-right: -1px;

}
.product-buy-block .product-buy-link {
    display: inline-block;
    color: white;
    background-color: #009688;
    padding: 5px 15px 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    height: 27px;
    font-size: 13px;
    line-height: 1.4;
}

.product-buy-block .product-buy-link:hover,
.product-buy-block .product-buy-link:focus{
    background-color: #26A69A;
}
.product-buy-block {
    margin: 15px 0;
    overflow: hidden;
}
.product-count-spinner__item{
    cursor: pointer;
    width: 25px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #a9a9a9;
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product-count-spinner__item--down {
    margin-right: -1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_minus.png);
}
.product-count-spinner__item--up {

    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_plus.png);
}
.product-count-spinner{
    margin-right: 5px;
    float: left;

}
.product-buy-link_in-cart{
    cursor: not-allowed;
    opacity: 0.7;
}
/*button add to cart end*/
.additional-params-item{
    border: 1px solid rgb(158, 158, 158);
    border-radius: 4px;
    display: inline-block;
    padding: 2px 5px;
    line-height: 11px;
    background-color: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
    margin: 0 1px;
}

/* End */


/* Start:/bitrix/components/beehive/cart/templates/cart_block/css/media.css?17569786804205*/
@media all and (max-width: 767px) {
    .bc-cart-w-content-item-header-w {
        display: none;
    }

    .bc-cart-w-content-item:first-child {
        border-top: 1px solid #eee;
        padding: 30px 0 30px;

    }

    .bc-cart-w-content-tbl-w,
    .bc-cart-w-content-tbl-total,
    .bc-cart-w-title-w,
    .bee-form {
        border-left: none;
        border-right: none;
        position: relative;
    }

    .bc-cart-w-content-item-image {
        float: none;
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 0;
    }

    .bc-cart-w-content-item-body-1 {
        text-align: center;
        width: 40%;
    }

    .bc-cart-w-content {
        min-width: 0;
        width: 320px;
    }

    .bc-cart-w-content-item-body-1 {
        text-align: center;
        width: 100%;
    }

    .bc-cart-w-content-item {
        display: block;
        position: relative;
    }

    .bc-cart-w-content-item-body-1,
    .bc-cart-w-content-item-body-2,
    .bc-cart-w-content-item-body-3 {
        display: block;
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .bc-cart-w-content-price-w {
        position: relative;
        font-size: 150%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-left: none;
        border-right: none;
    }

    .bc-cart-w-content-item-body-2 {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin: 15px 0;
        padding: 15px 0;
        max-width: 220px;
        margin: 15px auto;
    }

    .bc-cart-w-content-td-remove-link {
        right: 20px;
        position: absolute;
        top: 25px;
        margin-top: -5px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .bc-cart-w-content-item-body-3 {
        text-align: center;
        position: static;
    }

    .bc-cart-w-content-counter {
        position: relative;
        left: auto;
        right: auto;
        margin: 0;
    }

    .bc-cart-w-content-checkout:visited, .bc-cart-w-content-checkout:link, .bc-cart-w-content-checkout {
        padding: 2px 16px 0;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 3em;
    }

    .bc-cart-w-delete-all:link, .bc-cart-w-delete-all:visited, .bc-cart-w-delete-all {
        top: 0;
        right: 0;
        padding: 5px 10px 4px 10px;
        background-color: #ee3733;
        color: #fff;
    }

    .bc-cart-w-delete-all:before {
        content: none;
    }

    .bc-cart-continue-shopping-link:visited, .bc-cart-continue-shopping-link:link, .bc-cart-continue-shopping-link {
        width: 100%;
        text-align: center;
        margin-bottom: 13px;
    }

    .bc-cart-w-content-item-body.bc-cart-w-content-item-body-3 {
        position: static;
    }

    .bc-cart-w-content-tbl-total {
        padding: 15px 15px 15px 15px;
    }
}

@media all and (max-width: 380px) {
    .bc-cart-w-delete-all:link, .bc-cart-w-delete-all:visited, .bc-cart-w-delete-all {
        left: 0;
        right: auto;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart {
        left: auto;
        right: 0;
        top: 0;
        background-color: #ee3733;
        width: auto;
        height: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count {
        display: none;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart:before {
        content: 'Закрыть';
        height: auto;
        width: auto;
        background: none;
        font-size: 12px;
        line-height: 21px;
        color: #fff;
        padding: 5px 15px 4px;
        display: inline-block;
    }

    .bc-cart-w-title-w {

        padding: 46px 15px 25px;
    }

    .bc-cart-w.bc-cart-w-visible {
        top: 0;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count__close,
    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count__ico {
        display: none;
    }

}
/* End */


/* Start:/bitrix/templates/jbi-7/components/bitrix/search.title/top-search/style.css?17562240601500*/
.searche-title {}

.search-title-button {
	min-width: 45px;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}



.top-search {
    margin-bottom: 5px;
}

.top-search .input-group {
    position: relative;
}

.top-search .input-group button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #777777;
    border: unset;
    background-color: unset;
    box-shadow: unset;
    z-index: 5;
}

.top-search .input-group button:hover {
    color: #333333;
}

.top-search .input-group input[type="text"] {
    font-size: 12px;
    padding: 0 15px 0 50px;
    height: 42px;
    background-color: #ffffff;
    box-shadow: none;
    color: #777777;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid rgba(119, 119, 119, .2);
    transition: border-color .5s ease;
}
/* End */


/* Start:/bitrix/templates/jbi-7/components/bitrix/menu/top_multilevel/style.css?17618783402445*/
.header-nav-wrapper .nav,
.header-nav-wrapper .sub-menu {
	list-style: none;
}

.header-nav-wrapper .menu.nav {
	display: flex;
	flex-wrap: wrap;
}

.header-nav-wrapper .menu.nav > li {
    position: relative;
    margin: 0;
}

.header-nav-wrapper .menu.nav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.header-nav-wrapper .dropdown {
	position: absolute;
	top: 100%;
	bottom: auto;
	right: auto;
	left: 0;
	z-index: 150;
	background-color: #fff;
	box-shadow: none;
	margin-top: 10px;
	border: 1px solid rgba(119, 119, 119, .12);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.header-nav-wrapper .dropdown-menu {
	display: block;
	padding: 17px 25px;
	padding-right: 0;
	margin-top: 38px;
	width: max-content;
	max-height: 500px;
	/*overflow-y: auto;*/
}

.header-nav-wrapper .dropdown-menu:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 40px;
}

.header-nav-wrapper .nav > li.menu-item-has-children > a:after, 
.header-nav-wrapper .nav > li.has-children > a:after {
	content: "\f107";
	margin-left: 4px;
    font: normal normal normal 14px / 1 FontAwesome;
	font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.header-nav-wrapper .nav-main > li.menu-item-has-children > a:after {
	color: rgba(85, 85, 85, .45);
}

.header-nav-wrapper .dropdown .sub-menu,
.header-nav-wrapper .dropdown .nav-link {
    padding: 0;
}

.header-nav-wrapper .dropdown .sub-menu {
    overflow-y: auto;
    max-height: calc(500px - 32px);
    padding-right: 25px;
}

.header-nav-wrapper .dropdown .sub-menu::-webkit-scrollbar { width: 3px; } 
.header-nav-wrapper .dropdown .sub-menu::-webkit-scrollbar-track {  } 
.header-nav-wrapper .dropdown .sub-menu::-webkit-scrollbar-thumb { background-color: #9E9E9E; border-radius: 50px; }

.header-nav-wrapper .dropdown .sub-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #6a6a6a;
	font-size: 15px;
	line-height: 1.3;
}

.header-nav-wrapper .menu-item:hover > .dropdown {
	visibility: visible;
	opacity: 1;
	pointer-events: unset;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17666608972729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/bitrix/templates/jbi-7/template_styles.css?17889366431092*/
/* Стилизация модуля куки */
#nca-cookiesaccept-line {
    color: #585858;
    background: #ffffff;
    box-shadow: 0 3px 20px 6px rgba(41, 44, 56, 0.2);
}
#nca-nca-position-left {
    max-width: 1360px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
}
#nca-nca-position-left div {
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}
#nca-nca-position-left div a {
    color: #333333;
}
#nca-nca-position-left div a:hover {
    color: #252525;
}
#nca-cookiesaccept-line button {
    background-color: var(--main-color);
    border-radius: 0px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}
#nca-cookiesaccept-line button:hover {
    color: #fff;
    background-color: var(--main-color-hover);
}
@media (max-width: 680px) {
    .nca-cookiesaccept-line > div {
        flex-wrap: wrap;
    }
}
/* !Стилизация модуля куки */
/* End */
/* /bitrix/templates/jbi-7/css/main.css?177703990227712 */
/* /bitrix/templates/jbi-7/css/accordion.min.css?17579922601351 */
/* /bitrix/components/beehive/cart/templates/cart_block/style.css?175697868012025 */
/* /bitrix/components/beehive/cart/templates/cart_block/css/media.css?17569786804205 */
/* /bitrix/templates/jbi-7/components/bitrix/search.title/top-search/style.css?17562240601500 */
/* /bitrix/templates/jbi-7/components/bitrix/menu/top_multilevel/style.css?17618783402445 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17666608972729 */
/* /bitrix/templates/jbi-7/template_styles.css?17889366431092 */
