:root {
    --font-headers-main: 'Unbounded Regular';
    --font-headers-bold: 'Unbounded Bold';
    --font-regular: 'Inter Regular';
    --font-bold: 'Inter Bold';
    --font-title-bold: 'Unbounded Regular';

    /* --color-gray-l: #f7f8fa; */
    --color-gray-l: #f4f4f4;
    --color-gray-l: #eeeeee;
    /* --color-gray: #cfcfd4; */
    --color-gray: #8C979E;
    /* --color-gray-d: rgb(92, 91, 91); */
    --color-gray-d: #6F777D;
    /* --color-orange: #EF8D5A; */
    --color-orange: #ef7106;

    --color-orange: #E86F1C;

    --color-orange: #FF9245;

    --color-orange: #8b0000;

    --color-blue-l: #547EA3;
    --color-blue: #375E8F;

    --color-blue: #09375f;

    --color-blue-d: #00172B;

    --color-red: #B5002A;
    --color-red: #8b0000;

    --color-background: #F8FAFC;

    --color-green: #2ac007;

    --color-white: #fff;
    --color-black: #000;

    --color-tg: #0088cc;
    --color-max: #6C33E8;

    /* Brand */
    --color-primary: #FAB205;        /* основной */
    --color-secondary: #1E293B;      /* тёмный сине-графитовый */
    --color-secondary: #29323c;      /* тёмный сине-графитовый */
    --color-secondary-d: #18212f;      /* тёмный сине-графитовый */
    --color-secondary-l: #30405b;      /* тёмный сине-графитовый */
    --color-accent: #E53935;         /* акцент (скидки, CTA) */

    /* States */
    --color-primary-hover: #E09E04;  /* затемнение */
    --color-primary-active: #C98700; /* ещё темнее */
    --color-primary-disabled: #F5D68A; /* осветлённый */

    /* Text */
    --color-text: #2D2D2D;
    --color-text-muted: #777;
    --color-text-inverse: #fff;

    /* Background */
    --color-bg: #fff;
    --color-bg-secondary: #F4F6F8;
    --color-bg-dark: #1F1F1F;

    /* Border */
    --color-border: #E5E7EB;
    --color-border-strong: #BFC5CC;

    /* Status */
    --color-success: #2E7D32;
    --color-warning: #F59E0B;
    --color-error: #D32F2F;
    --color-info: #0288D1;

    
    --border-radius-default: 8px;
    --border-radius-button: 4px;
    --border-radius-form-control: 10px;
    --box-shadow-default: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    --box-shadow-default-2: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    --height-item-param: 24px; /* 18 + gap 6  */

    --size-1_3-1_66: clamp(1.33, calc(1.33 + (1.66 - 1.33) * ((100vw - 320px) / (1200px - 320px))), 1.66);
    --size-0-12: clamp(0rem, -0.2727rem + 1.3636vw, 0.75rem);
    --size-0-24: clamp(0rem, -0.5455rem + 2.7273vw, 1.5rem);
    --size-2-3: clamp(0.125rem, 0.1023rem + 0.1136vw, 0.1875rem);
    --size-4-6: clamp(0.25rem, 0.2045rem + 0.2273vw, 0.375rem);
    --size-4-8: clamp(0.25rem, 0.1591rem + 0.4545vw, 0.5rem);
    --size-6-8: clamp(0.375rem, 0.3295rem + 0.2273vw, 0.5rem);
    --size-6-10: clamp(0.375rem, 0.2841rem + 0.4545vw, 0.625rem);
    --size-6-12: clamp(0.375rem, 0.2386rem + 0.6818vw, 0.75rem);
    --size-6-18: clamp(0.375rem, 0.1023rem + 1.3636vw, 1.125rem);
    --size-6-24: clamp(0.375rem, -0.0341rem + 2.0455vw, 1.5rem);
    --size-8-10: clamp(0.5rem, 0.4545rem + 0.2273vw, 0.625rem);
    --size-8-12: clamp(0.5rem, 0.4091rem + 0.4545vw, 0.75rem);
    --size-8-16: clamp(0.5rem, 0.3182rem + 0.9091vw, 1rem);
    --size-10-12: clamp(0.625rem, 0.5795rem + 0.2273vw, 0.75rem);
    --size-10-14: clamp(0.625rem, 0.5341rem + 0.4545vw, 0.875rem);
    --size-12-14: clamp(0.75rem, 0.7045rem + 0.2273vw, 0.875rem);
    --size-12-16: clamp(0.75rem, 0.6591rem + 0.4545vw, 1rem);
    --size-12-24: clamp(0.75rem, 0.4773rem + 1.3636vw, 1.5rem);
    --size-12-18: clamp(0.75rem, 0.6136rem + 0.6818vw, 1.125rem);
    --size-12-32: clamp(0.75rem, 0.2955rem + 2.2727vw, 2rem);
    --size-14-16: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
    --size-14-18: clamp(0.875rem, 0.7841rem + 0.4545vw, 1.125rem);
    --size-14-24: clamp(0.875rem, 0.6477rem + 1.1364vw, 1.5rem);
    --size-15-30: clamp(0.9375rem, 0.5966rem + 1.7045vw, 1.875rem);
    --size-16-18: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
    --size-16-20: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    --size-16-22: clamp(1rem, 0.8636rem + 0.6818vw, 1.375rem);
    --size-16-24: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
    --size-16-28: clamp(1rem, 0.7273rem + 1.3636vw, 1.75rem);
    --size-18-24: clamp(1.125rem, 0.9886rem + 0.6818vw, 1.5rem);
    --size-18-32: clamp(1.125rem, 0.8068rem + 1.5909vw, 2rem);
    --size-18-36: clamp(1.125rem, 0.7159rem + 2.0455vw, 2.25rem);
    --size-18-42: clamp(1.125rem, 0.5795rem + 2.7273vw, 2.625rem);
    --size-18-48: clamp(1.125rem, 0.4432rem + 3.4091vw, 3rem);
    --size-18-60: clamp(1.125rem, 0.1705rem + 4.7727vw, 3.75rem);
    --size-24-32: clamp(1.5rem, 1.3182rem + 0.9091vw, 2rem);
    --size-24-36: clamp(1.5rem, 1.2273rem + 1.3636vw, 2.25rem);
    --size-24-48: clamp(1.5rem, 0.9545rem + 2.7273vw, 3rem);
    --size-24-60: clamp(1.5rem, 0.6818rem + 4.0909vw, 3.75rem);
    --size-24-72: clamp(1.5rem, 0.4091rem + 5.4545vw, 4.5rem);
    --size-24-80: clamp(1.5rem, 0.2273rem + 6.3636vw, 5rem);
    --size-28-96: clamp(1.75rem, 0.2045rem + 7.7273vw, 6rem);
    --size-32-42: clamp(2rem, 1.7727rem + 1.1364vw, 2.625rem);
    --size-32-48: clamp(2rem, 1.6364rem + 1.8182vw, 3rem);
    --size-36-120: clamp(2.25rem, 0.3409rem + 9.5455vw, 7.5rem);
    --size-48-96: clamp(3rem, 1.9091rem + 5.4545vw, 6rem);
}

/*  
    Color Palette — Metal Store Theme

    Graphite (Графитовый):        #1F2428
    Steel Gray (Стальной серый):  #8C979E
    Amber Orange (Янтарный):      #E86F1C
    Light Background (Фон):       #F8FAFC
*/

html, body, .page-container, .overflow {
    /* height: 100vh; */
}

body {
	font-family: var(--font-regular);
	font-size: 14px; 
	line-height: 1.33;
	color: var(--color-text);

    /* background-color: #F8FAFC; */
}

body.scroll-lock{
    overflow: hidden !important;
    overscroll-behavior: contain;
    position: relative !important;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 15px !important;
}

@media screen and (max-width: 576px) {
    body.scroll-lock{
        margin-right: 0 !important;
    }
    
}

body.catalog-panel-open:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 900;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /* max-width: 1564px; */
    }
}

.table-scroll-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e5e7eb; /* внешняя рамка */
  margin-bottom: var(--size-6-12);
}

table th,
table td {
  padding: 10px 14px;
  text-align: left;
  border: 1px solid #e5e7eb; /* все промежуточные границы */
}

table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1E293B;
}

table tr:hover {
  background: #f9fafb;
}

.form-control {
    border-radius: var(--border-radius-default);
    border-radius: var(--border-radius-form-control);
}

.icon-16 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.icon-32 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.fs-12 {
    font-size: 12px;
}

.c-gray {
    color: var(--color-gray);
}

.f-white {
    fill: var(--color-white);
}

.f-gray {
    fill: var(--color-gray);
}

.f-blue-d {
    fill: var(--color-blue-d);
}

.f-primary {
    fill: var(--color-primary);
}

.f-secondary {
    fill: var(--color-secondary)
}

.f-tg {
    fill: var(--color-tg)
}

.f-max {
    fill: var(--color-max)
}

.s-gray {
    stroke: var(--color-gray);
}

.s-blue-d {
    stroke: var(--color-blue-d);
}

.s-red {
    stroke: var(--color-red);
}

.s-white {
    stroke: var(--color-white);
}

.s-secondary {
    stroke: var(--color-secondary);
}

.font-title-bold {
    font-family: var(--font-title-bold);
}

.tr-15 {
    transition: 0.15s;
}

.gap-6 {
    gap: 6px;
}

.gap-6-12 {
    gap: var(--size-6-12);
}

.gap-12 {
    gap: 12px;
}

.gap-12-24 {
    gap: var(--size-12-24);
}

.shadow-2 {
    box-shadow: var(--box-shadow-default-2);
}

.border-radius {
    border-radius: var(--border-radius-default);
}

a {
    transition: 0.15s;
}

a,
a:focus,
a:hover,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

a:hover {
    color: var(--color-primary-hover);
}

a svg.s-hover,
a svg.f-hover {
    transition: 0.15s;
}

a:hover svg.s-hover {
    stroke: var(--color-primary-hover);
}

a:hover svg.f-hover {
    stroke: var(--color-primary-hover);
}


ol, ul, li {
    
}

ol {
    counter-reset: num;
    padding-left: 0;
    list-style: none;
}

.b-text ol, .b-text ul {
    margin: var(--size-12-24) 0;
}

.b-text {
    word-break: break-word;
}

.b-text p {
    margin: var(--size-12-24) 0;
}

.b-text a {
    text-decoration: underline;
    color: var(--color-primary);
}

.b-text a:hover {
    color: var(--color-primary-hover);
}

.b-text {
    margin-top: var(--size-12-24);
}


ol li {
    counter-increment: num;
    margin: 0 0 var(--size-6-12) 0;
    padding-left: 40px; /* расстояние между цифрой и текстом */
    position: relative;
}

ol li::before {
    
    content: counter(num);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: var(--border-radius-default);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: var(--box-shadow-default-2);
    background: var(--color-white);
    font-weight: 600;
}

h1 {
    font-family: var(--font-headers-main);
    padding: 12px 0 12px 0;
    font-size: var(--size-18-36);
    margin-top: 24px;
    margin-bottom: var(--size-6-12);
}

h2 {
    font-size: 18px;
    font-family: var(--font-headers-main);
    font-size: var(--size-14-24);
    padding: var(--size-6-12) 0;
}

h5 {
    font-family: var(--font-headers-main);
}

.logo {
    position: relative;
    /* width: 96px;
    height: 96px; */
    /* margin-right: var(--size-6-12); */
    transition: 0.15s;
    text-transform: uppercase;
    font-size: var(--size-16-22);
    font-family: var(--font-headers-main);
}

@media screen and (max-width: 576px) {
    .b-logo {
        text-align: center;
    }

    .logo {
        font-size: var(--size-14-16);
        
    }
    
}



.logo svg {
    fill: var(--color-blue-d);
    transition: 0.15s;
}

.b-logo:hover svg {
    fill: var(--color-orange);
    fill: var(--color-blue);
}

.icon-logo {
    width: 160px;
    width: clamp(5rem, 3.1818rem + 9.0909vw, 10rem); /* 80 - 160 */
    width: clamp(3.75rem, 1.4773rem + 11.3636vw, 10rem); /* 60 - 160 */

    width: clamp(3.75rem, 2.3864rem + 6.8182vw, 7.5rem); /* 60 - 120 */
    height: auto;
    display: inline-block;
    transition: 0.15s;
    /* fill: var(--color-black); */
}

.icon-logo-text {
    width: 160px;
    width: clamp(7.5rem, 6.5909rem + 4.5455vw, 10rem); /* 120 - 160 */
    width: clamp(5rem, 3.1818rem + 9.0909vw, 10rem); /* 80 - 160 */
    height: auto;
    display: inline-block;
    transition: 0.15s;
    /* fill: var(--color-black); */
}



header {
    /* background-color: rgb(0 0 0 / 10%); */
    
    /* margin-bottom: var(--size-24-48); */
    
}

header {
    position: sticky;
    top: 0;
    z-index:1000;
}

header .header-wrap {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 12px 24px 0px;
    border-bottom: 1px solid var(--color-gray-l);
    position: relative;
    background-color: var(--color-background);
}

header .header-wrap .header-content {
    background-color: var(--color-background);
    z-index: 1100;
    position: relative;
}

header .header-wrap .container-xl {
    padding-top: var(--size-6-12); 
    padding-bottom: var(--size-6-12); 
    /* padding: var(--size-6-12) 0; */
    /* background-color: var(--color-background); */
}

header .header-top {
    gap: var(--size-6-12);
    font-size: 14px;
    /* margin-bottom: 12px; */
    transition: 0.15s;
}


header .b-header-bottom {
   margin-top: var(--size-6-12);
}

@media screen and (min-width: 767px) {
    .is-sticky .icon-logo {
        width: clamp(3.75rem, 3.2955rem + 2.2727vw, 5rem); /* 60 - 80 */
        width: clamp(3.75rem, 3.5227rem + 1.1364vw, 4.375rem); /* 60 - 70 */
    }

    .is-sticky .logo {
        margin-right: var(--size-6-12);
        pointer-events: none;
    }

    .is-sticky .icon-logo-text {
        width: 0;
    }

    .is-sticky .header-wrap {
        /* padding: var(--size-4-6) 0; */
    }


    .is-sticky .header-top,
    .is-sticky .header-bottom  {
        opacity: 0;
        max-height: 0;
    }

    .is-sticky .b-logo {
        opacity: 0;
        max-height: 0;
        transition: none;
        /* max-width: 0; */
    }

    .is-sticky .b-menu-header {
        opacity: 0;
        max-height: 0;
    }

    .is-sticky .b-header-left,
    .is-sticky .b-header-left .b-header-bottom,
    .is-sticky .b-header-left .b-header-search {
        flex: 1 1 auto;
    }

    .is-sticky .b-header-bottom {
        margin-top: 0;
    }
        
}

header .header-center {
    gap: var(--size-6-12);
    font-size: 16px;
    transition: 0.15s;
}

header .b-city {
    /* margin-right: 48px; */
}

header .b-phone,
header .b-email {
    font-size: var(--size-12-16);
    white-space: nowrap;
}

header .b-search {
    /* margin-right: 48px; */
}

.b-cart {
    position: relative;
}

header .b-menu {
    border: 2px solid var(--color-blue-d);
    border-radius: var(--border-radius-button);
    box-shadow: var(--box-shadow-default-2);
    padding: var(--size-4-6);
}

header .b-menu svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    stroke: var(--color-blue-d);
}


header .b-cart {
    /* border: 2px solid var(--color-primary); */
    background-color: var(--color-primary);
    border-radius: var(--border-radius-button);   
    /* background-color: var(--color-white); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


header .b-cart a {
    padding: var(--size-4-6);
}

header .b-cart svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    fill: var(--color-blue-d);
    stroke: var(--color-secondary);
}

header .b-cart:hover {
    /* border-color: var(--color-red); */
    background-color: var(--color-secondary);
}

header .b-cart:hover svg {
    stroke: var(--color-primary);
}





header  .b-message:hover {
    /* background-color: var(--color-blue-d); */
}

header  .b-message:hover svg {
    /* stroke: var(--color-white); */
}

header .b-btn-catalog:hover svg {
    stroke: var(--color-primary);
}

body.catalog-panel-open header .b-btn-catalog .icon-menu,
header .b-btn-catalog .icon-close {
    display: none;
}


body.catalog-panel-open header .b-btn-catalog .icon-close {
    display: inline-block;
}

.b-cart-count,
.b-cart .b-count {
    position: absolute;
    color: var(--color-primary);
    font-family: var(--font-title-bold);
    padding: 2px 4px;
    line-height: 1;
    border-radius: 6px;
    font-size: 14px;
    /* bottom: -12px; */
    /* right: -8px; */
    pointer-events: none;
    background-color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;

    transform: translate(50%, -50%); /* фиксируем точку по правому краю */
    white-space: nowrap;
    box-shadow: var(--box-shadow-default-2);
    padding: 4px; 

    min-width: 20px;
}

header .b-cart:hover .b-cart-count {
    /* background-color: var(--color-primary);
    color: var(--color-secondary); */
}

.b-empty-cart  {
    font-size: var(--size-14-16);
    padding: var(--size-6-12) 0;
}

.b-empty-cart .text {
    margin-bottom: var(--size-6-12);
}

.b-menu-header {
    gap: 24px;
    
}

.btn-default {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: var(--border-radius-button);
    padding: 8px 14px;
    transition: 0.15s;
    display: flex;
    align-items: center;
    transition: 0.15s;
    justify-content: center;
    cursor: pointer; 

    font-family: var(--font-bold);
    color: var(--color-secondary);
    font-size: var(--size-14-16);
}



a.btn-default {
    color: var(--color-secondary);
}

.btn-default:hover {
    box-shadow: var(--box-shadow-default);
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

header .btn-default {
    white-space: nowrap;
}


.img-border {
    position: relative;
    padding: var(--size-4-6);
    border-radius: 16px;
    background-color: var(--color-white);
}

.img-border img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.img-border:after {
    content: "";
    position: absolute;
    top: var(--size-4-6);
    left: var(--size-4-6);
    width: calc(100% - var(--size-8-12));
    height: calc(100% - var(--size-8-12));
    box-shadow: inset rgba(0, 0, 0, 0.05) -3px 3px 12px 0px;
    border-radius: 12px;
}


.page-home h1 {
    font-size: var(--size-18-42);
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    color: var(--color-text);
    /* font-weight: bold; */
    font-family: var(--font-headers-bold);
    margin-bottom: var(--size-24-36);

}

.page-home h1 span {
    color: var(--color-primary);
    color: var(--color-secondary);
    background-color: var(--color-secondary);
    background-color: var(--color-primary);
    padding: var(--size-4-6) var(--size-6-12);
}

.page-home .b-intro-text {
    font-size: var(--size-14-18);
    text-align: center;
    color: var(--color-text);
}

.page-home .b-intro {
    position: relative;
    padding-top: clamp(1.5rem, -0.8636rem + 11.8182vw, 8rem); /* 24 - 128 */
    padding-top: var(--size-24-72);
    padding-bottom: var(--size-24-48);
    margin-bottom: var(--size-12-24);
}

.page-home .b-intro-image-overlay {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.page-home .b-intro-image-overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.page-home .b-intro .b-form {
    margin-bottom: var(--size-12-24);
    background-color: var(--color-white);
    padding: var(--size-6-12);
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-default);
}


.b-search .button {
    padding: 0 12px;
}

.b-top-articles .b-article-tile {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-white);
    position: relative;
}

.b-top-articles .b-article-tile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-l);
}

.b-article-tile .item-link.level-0 {
    font-size: 18px;
    padding: var(--size-12-24) 0;
    position: relative;
    display: inline-block;
    font-family: var(--font-title-bold);
    gap: 6px;
}

.b-article-tile .item-link.level-0:hover svg {
    stroke: var(--color-orange);
}

.b-article-tile ul {
    list-style: none;
    padding: 0;
    /* margin: 0; */
    position: relative;
    /* gap: 24px; */
    /* display: flex; */

    /* margin-top: 24px;
    margin-bottom: 48px; */

    gap: var(--size-6-12);
}

.b-article-tile ul li {
    /* width: 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; */


    flex: 0 0 calc(10% - var(--size-6-12));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    /* padding: 6px;
    padding-bottom: 12px; */
    border-radius: var(--border-radius-default);
    transition: 0.15s;

    background-color: #fff;
    border: 1px solid #fff;
}



.b-article-tile ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    box-shadow: rgba(139, 0, 0, 0.1) 0px 6px 24px 0px, rgba(139, 0, 0, 0.15) 0px 0px 0px 1px;
    border: 1px solid var(--color-red);
}

.b-article-tile ul li:hover a {
    color: inherit;
    color: var(--color-red);
}


.b-article-tile ul li .img {
    /* width: 96px;
    height: 96px; */
    border-radius: var(--border-radius-default);
    background-color: #F7F8FA;
    position: relative;
    
    /* width: 256px;
    height: 256px; */
}

.b-article-tile ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset rgba(0, 0, 0, 0.05) -6px 6px 12px 0px;
    border-radius: 12px;
}


.b-article-tile ul li .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: var(--border-radius-default);
}

.b-article-tile ul li .item-link {
    /* width: 96px; */
    display: block;
    /* height: 96px;

    width: 256px;
    height: 256px;*/

    padding: var(--size-4-6);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.b-article-tile ul li .title {
    font-size: 14px;
    text-align: center;
    padding: var(--size-4-6) 0;
    padding-top: var(--size-8-12);
    word-break: break-word;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1 1 auto;
}

@media screen and (max-width: 576px) {
    .b-article-tile ul li {
        /* flex: 0 0 calc(50% - var(--size-6-12)); */
        flex: 0 0 100%;
    }

    .b-article-tile ul li .item-link {
        display: flex;
        flex-direction: row;
        gap: var(--size-12-24);
        align-items: center;
    }

    .b-article-tile ul li .item-link .img {
        width: 48px;
        height: 48px;
    }

    .b-article-tile ul li .title {
        justify-content: start;
        padding: 0;
        position: relative;
    }
}

.b-articles-list {
    margin-bottom: var(--size-12-24);
}

.b-articles-list .col {
    border: 1px solid var(--color-gray-l);
    
}

.b-article-list .title {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-16);
    margin-bottom: var(--size-6-12);
}

.b-article-list .items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-article-list .items li {
    margin: 0;
    padding: 0;
}

.b-article-list .items li a {
    padding: var(--size-2-3) 0;
    display: inline-block;
}

.b-articles-list .items-list {
    padding: 24px;
    margin: 0;
    /* border-radius: var(--border-radius-default); */
    /* box-shadow: var(--box-shadow-default); */
    height: 100%;
    list-style: none;
   
}

.b-articles-list .item-title {
    font-size: var(--size-16-18);
    font-family: var(--font-title-bold);
}

.b-articles-list .item-title.level-2 {
    font-size: var(--size-14-16);
}

.b-articles-list .item-title-repeat {
    color: var(--color-gray-d);
    font-size: var(--size-12-14);
    font-family: var(--font-regular);
}

.b-articles-list ul {

}

.b-articles-list li {
    padding: var(--size-4-6) 0;
}

.b-about {
    width: 100%;
    /* margin-left: 10%; */
    
    position: relative;
    margin-top: var(--size-24-48);
    margin-bottom: var(--size-18-48);
    /* padding-bottom: var(--size-18-48); */
}

.b-about .text {
    font-size: var(--size-14-18);
}

.b-about .btn-more {
    
    display: block;
}

.b-about .btn-more a {
    border: 2px solid var(--color-blue-d);
    padding: var(--size-4-6) var(--size-6-12);
    border-radius: var(--border-radius-button);
    font-size: var(--size-14-18);
    line-height: 1;
    font-family: var(--font-title-bold);
    display: inline-block;
    margin-top: var(--size-12-24);
}

.b-about .btn-more a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}

.b-about:before {
    /* content: '';
    border: 2px solid var(--color-blue-d);
    width: 100%;
    height: calc(100% - var(--size-24-48));
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--border-radius-default);
    z-index: -1;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-default-2); */
}

.b-about .logo {
    /* margin-left: var(--size-24-48); */
}

.b-about .title {
    text-transform: uppercase;
    font-family: var(--font-headers-main);
    font-size: var(--size-24-32);
    color: var(--color-blue-d);
    padding-bottom: var(--size-6-12);
}

@media screen and (max-width: 767px) {
    .b-about .title {
        text-align: center;
    }
    
}

.b-about .logo .icon-logo {
    width: 180px;
    width: 120px;
    width: 160px;
    width: clamp(10rem, 7.2727rem + 13.6364vw, 17.5rem); /* 160 - 280 */
    width: 280px;
    margin-bottom: var(--size-6-12);
}

.b-about .logo .icon-logo-text {
    width: 120px;
}

.b-about .about-items {
    gap: var(--size-6-24);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* position: absolute; */
    /* bottom: calc(-100% + var(--size-18-48)); */
    
}

.b-about .about-items .about-item {
    /* border: 3px solid var(--color-blue); */
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: var(--size-6-12);
    border-radius: 0 var(--border-radius-default) var(--border-radius-default) 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: var(--size-14-18);
    box-shadow: var(--box-shadow-default-2);
    position: relative;
    border-left: 6px solid var(--color-primary);
}

.b-about .about-items .about-item:before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--color-primary); */
}

@media screen and (max-width: 768px) {
    .b-about .about-items {
        margin-top: var(--size-24-32);
    }
}



.b-faq {
  margin-top: var(--size-24-48);
  margin-bottom: var(--size-24-48);
}

.b-faq .pre-text {
  font-size: var(--size-12-14);
  line-height: 1.33;
  color: var(--color-black);
}

.b-faq .description-text {
  font-size: var(--size-14-16);
  line-height: 1.33;
  color: var(--color-black);
  margin-bottom: var(--size-12-24);
}

.b-faq .faq-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--size-6-12);
}

.b-faq .faq-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(50% - var(--size-6-12));
}

@media screen and (min-width: 992px) {
    .b-faq .faq-item {
        flex: 1 1 calc(33.33% - var(--size-6-12));
    }
}

@media screen and (max-width: 768px) {
    .b-faq .faq-item {
        flex: 1 1 100%;
    }
}

.b-faq .faq-item .answer {
  color: var(--color-black);
  font-size: var(--size-14-16);
  line-height: 1.33;
  padding: var(--size-12-24);
  background-color: var(--color-white);
  display: none;
  border: 1px solid var(--color-gray-l);
  border-radius: var(--border-radius-default) var(--border-radius-default) 0 0;
  border-radius: var(--border-radius-default);
    
   
   
}



.b-faq .faq-item .answer p:last-child {
    margin-bottom: 0;
}

.b-faq .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* border: 1px solid var(--color-gray-l); */
  /* border: 2px solid var(--color-blue-d); */
  /* border-radius: 4px 4px 0 0; */
  padding: var(--size-12-18) var(--size-6-12) ;
  font-family: var(--font-title-bold);
  font-size: var(--size-14-16);
  border-radius: var(--border-radius-default);
  user-select: none;
  margin-bottom: var(--size-6-12);
  box-shadow: var(--box-shadow-default-2);
      background-color: var(--color-primary);
    color: var(--color-secondary);
}

.b-faq .faq-item.active .faq-header {
    /* background-color: var(--color-blue); */
    /* color: var(--color-white); */
    /* border-color: var(--color-blue); */


    background-color: var(--color-secondary);
  color: var(--color-primary);
}

.b-faq .faq-item .toggle-btn {
  display: flex;
  align-items: center;
}

.b-faq .faq-item .toggle-btn svg {
    stroke: var(--color-secondary);
}

.b-faq .faq-item  .icon-open, .icon-close {
  display: none;
}

.b-faq .faq-item.active .icon-open {
  display: none;
}

.b-faq .faq-item.active .icon-close {
  display: inline;
}

.b-faq .faq-item.active .icon-close {
    stroke: var(--color-primary);
}

.b-faq .faq-item .icon-open {
  display: inline;
}



.b-slider .slider-controls {
    position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
}

.b-slider .slider-controls > div {
    position: absolute;
    height: 100%;
    width: 80px;	
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 24px;
}

.b-slider .slider-controls > div > svg {
    width: var(--size-32-48);
    height: var(--size-32-48);
    min-width: var(--size-32-48);
    min-height: var(--size-32-48);
	transition: 0.3s;
    padding: var(--size-6-12);
    background-color: var(--color-white);
    border-radius: var(--size-4-8);
    box-shadow: var(--box-shadow-default);
	fill: var(--color-white);
	background-color: var(--color-blue-d);
}

.b-slider .slider-controls > div:hover {
    cursor: pointer;
}


.b-slider .slider-controls > div:hover > svg {
    transform: scale(1.3);
}

   

.b-slider .slider-controls .prev {
	left: 0;
	top: 0;
}

.b-slider .slider-controls .next {
	right: 0;
	top: 0;
}


.wrap-b-partners {
    background-color: var(--color-white);
    padding: var(--size-24-48) 0;
    border-top: 1px solid var(--color-gray-l);
    border-bottom: 1px solid var(--color-gray-l);
    margin: var(--size-24-48) 0;
}

.b-partners  .b-slider {
	position: relative;
}

.b-partners .b-slider .wrap-slider {
	padding: 0 48px;
}

.b-partners .b-slider .slider .item {
	min-height: 200px;
	height: 200px;
}

.b-partners .b-slider .slider .item img {
    width: 100%;
    height: auto;
}

.b-partners .b-slider .wrap-slider-controls {
	width: 100%;
	position: absolute;
	/* top: 50%; */
	/* bottom: 50%; */
	height: 100%;
	top: 0;
	left: 0;
}

.b-partners .b-slider .wrap-slider-controls .slider-controls {
	height: 100%;
}

.b-partners .b-slider .wrap-slider-controls .slider-controls > div {
	height: 100%;
	width: 50%;
    user-select: none;
}

.b-partners .b-slider .wrap-slider-controls .slider-controls > div svg {
	transition: 0.3s;
	background-color: inherit;
}

.b-partners .b-slider .wrap-slider-controls .slider-controls > div:hover {
	cursor: pointer;
}

.b-partners .b-slider .wrap-slider-controls .slider-controls > div:hover svg {
	width: 48px;
	height: 48px;
}

.b-partners .b-slider .slider-controls svg {
	fill: var(--color-blue-d);
    box-shadow: var(--box-shadow-default-2);
}

.b-partners .b-slider .slider-controls svg path {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: var(--box-shadow-default-2);
}


.b-pagination {
    gap: 12px;
    margin: var(--size-12-24) 0;
    justify-content: center;
}

.b-pagination .item {
    padding: var(--size-4-6);
    border-radius: var(--size-6-12);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-default-2);

    min-width: calc(20px + var(--size-8-12));
    text-align: center;
    transition: 0.15s;

    border: none;
}

.b-pagination .item.link:hover {
    text-decoration: inherit;
    
    color: var(--color-white);
    background-color: var(--color-blue);
}

.b-pagination .item.page-nav__item_current_true {
    background-color: var(--color-gray-l);
    border-color: var(--color-gray-l);
    box-shadow: none;
}

.b-pagination .item.page-nav__item_type_separator {
    background: none;
    box-shadow: none;
}

.b-list {
    border-radius: var(--border-radius-default);
    padding: 18px 24px;
    background-color: var(--color-gray-l);
    gap: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    
    transition: 0.15s;
    background-color: #fff;
}

.b-list .list-item .title {
    color: var(--color-gray-d);
    margin-bottom: 4px;
}

.b-list .list-item .value {

}

.b-files {
    gap: 12px;
}

.p-contact h2 {
    margin-left: var(--size-12-24);
}

.p-contact form h2 {
    margin-left: 0;
}

#map {
    border-radius: var(--border-radius-default);
    overflow: hidden;
    margin-bottom: 24px;
}

#map .map-balloon {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 1.4;
}


.bread-crumbs {
    margin-top: var(--size-24-48);
}

.bread-crumbs-drop-parent {
    position: relative;
}

.bread-crumbs-drop-parent::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;          /* сразу под родителем */
    height: 30px;       /* размер "моста" до меню */
    /* background: rgba(255,0,0,0.1); для проверки, потом убери */
}

.bread-crumbs-drop {
    position: absolute;
    top: calc(100% + 12px);  /* ровно под мостом */
    left: -18px;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: 0.2s ease;
    z-index: 20;
    border-radius: var(--border-radius-default);
    gap: 6px;
    text-wrap: nowrap;
    box-shadow: var(--box-shadow-default);
}

@media screen and (max-width: 767px) {

    .bread-crumbs-drop-parent:hover .bread-crumbs-drop {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}

.bread-crumbs .item.active {
    color: var(--color-gray);
}

.bread-crumbs .item.active:hover {
    cursor: default;
}

.bread-crumbs .item.active .bread-crumbs-drop {
    color: var(--color-black);
}

.bread-crumbs {
    flex-wrap: wrap;
}

.bread-crumbs .item {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .bread-crumbs {
        flex-wrap: nowrap;
        min-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px;
        padding-bottom: var(--size-12-24);
    }
}

.b-table-items {
    list-style: none;
    padding: 0;
}

.b-table-items .table-item {
    background-color: var(--color-white);
}

.b-table-items .table-item .item-link {
    padding: var(--size-4-6) 0;
}

.b-table-items .table-item .item-link:hover {
    color: inherit;
}

.b-table-items .table-item .title {
    font-size: var(--size-14-16);
    font-family: var(--font-bold);
    line-height: 1.1;
    /* padding-top: var(--size-6-12); */
    margin-bottom: var(--size-4-6);
    /* margin-top: var(--size-4-6); */
}

.b-table-items .table-item .col-img {
    padding-right: 0;
}

.b-table-items .table-item .col-info {
    
}

.b-table-items .table-item .col-marketing {
    /* padding-left: 0; */
    border-left: 1px solid var(--color-gray-l);
}

@media screen and (max-width: 576px) {

    .b-table-items .table-item .col-marketing {
        border-top: 1px solid var(--color-gray-l);
        border-left: none;
        padding-right: 0;
    }
    
}

.b-table-items .table-item .img {
    width: 100%;
    height: auto;

    /* position: relative;
    padding: var(--size-4-6);
    border-radius: 16px;

    float: left;
    margin-right: var(--size-6-12);
    margin-bottom: var(--size-6-12);
    margin-left: calc(-1 * var(--size-6-12)); */
}

.b-table-items .table-item .img:after {
    /* content: "";
    position: absolute;
    top: var(--size-4-6);
    left: var(--size-4-6);
    width: calc(100% - var(--size-6-12));
    height: calc(100% - var(--size-6-12));



    box-shadow: inset rgba(0, 0, 0, 0.05) -3px 3px 12px 0px;
    border-radius: 12px; */
}
    
.b-table-items .table-item img {
    width: 100%;
    height: auto;

    object-fit: cover;

    
    /* border-radius: 12px; */

    /* width: clamp(2.5rem, 0.6818rem + 9.0909vw, 7.5rem); /* 40 - 120 */
    /* height: clamp(2.5rem, 0.6818rem + 9.0909vw, 7.5rem); /* 40 - 120 */

    user-select: none;
}

.b-table-items .table-item {
    /* margin-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: var(--border-radius-default);
    overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; /* 53 */
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px;
    border-radius: 4px;
    margin-bottom: 12px;
    /* overflow: hidden; */
}

.b-table-items .table-item > .row {
    padding: 0;
    margin: 0;
}
.b-table-items .table-item .marketing {
    width: 100%;
    margin: 0;
    padding: 0;
}

.b-table-items .table-item .marketing > div {
    /* width: 100%; */
    position: relative;
}

.b-table-items .table-item .info {
    /* padding: var(--size-6-12);
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0; */
}



.b-table-items .table-item .marketing {
    /* padding: var(--size-6-12);
    height: 100%; */
}

.b-table-items .table-item .b-item-availability {
    font-size: 12px;
    color: var(--color-green);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.b-table-items .table-item .marketing .art,
.b-table-items .table-item .marketing .availability {
    /* white-space: nowrap;
    font-size: 12px; */
}

.b-table-items .table-item .marketing .art {
    /* color: var(--color-gray); */
}

.b-table-items .table-item .marketing .availability {
    /* color: var(--color-blue-d); */
}

.b-table-items .table-item .b-item-price {
    /* text-align: center;
    font-family: var(--font-title-bold);
    font-size: var(--size-14-16);
    line-height: 1;
    padding: var(--size-12-24) 0;
    white-space: nowrap; */
    text-align: center;
    font-family: var(--font-title-bold);
    white-space: nowrap;
    position: relative;
    padding-bottom: var(--size-12-24);
}

.b-table-items .table-item .b-item-price .cost-currency {
    /* margin-left: 6px; */
}

.b-table-items .table-item .marketing .button {   
    /* padding: var(--size-6-12);
    border-top: 1px solid var(--color-gray-l);
    border-bottom: 1px solid var(--color-gray-l);
    border: 1px solid var(--color-gray-l);
    transition: 0.15s;
    border-radius: var(--border-radius-default);
    background-color: var(--color-background);
    user-select: none; */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-table-items .table-item .marketing .button svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.b-table-items .table-item .marketing .button:hover {
    /* background-color: var(--color-gray-l);
    color: var(--color-orange); */
    cursor: pointer;
}

.b-table-items .table-item .marketing .button .button-title {
    text-align: center;
}

.b-table-items .table-item .marketing .btn-fast-order {
    /* border-color: var(--color-orange); */
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-family: var(--font-bold);
    
    flex: 0 0 40%;
}

.b-table-items .table-item .marketing .btn-fast-order:hover {
    background-color: var(--color-primary-hover);
}

.b-table-items .table-item .b-order {
    /* gap: 6px; */
}

.b-table-items .table-item .b-order .btn-order {
    display: inline-block;
    padding: 6px;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-family: var(--font-bold);
    flex: 0 0 60%;

    background-color: inherit;
    color: var(--color-secondary);
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;

}

.b-table-items .table-item .b-order .btn-order:hover {
    background-color: var(--color-secondary-d);
    color: var(--color-primary);
}

.b-table-items .table-item .b-params {
    /* gap: 6px; */
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: var(--size-4-6);
}

@media (max-width: 768px) {
    .b-table-items .table-item .b-params {
        clear: left;
    }

    .b-table-items .table-item .b-order .btn-order  {
        padding: var(--size-6-12);
    }
}

.b-table-items .table-item .b-params .param-item {
    gap: 6px;
    align-items: center;
    padding-right: 12px;
    /* border-right: 1px solid var(--color-gray-l); */
    /* padding-bottom: var(--size-4-6); */
    
}

.b-table-items .table-item .b-params .param-item-title {
    font-size: 12px;
    color: var(--color-gray);
}

@media screen and (max-width: 576px) {

    .b-table-items .table-item .marketing .button {
        padding: var(--size-4-8);
        flex: 0 0 30%;
    }

    .b-table-items .table-item .b-params {
        /* max-height: calc(var(--height-item-param) * 5);
        margin-bottom: var(--size-8-12); */
        margin-top: var(--size-4-6);
    }

    .b-table-items .table-item .b-params .param-item {
        align-items: end;
    }

    .b-table-items .table-item .b-params .param-item-title {
        /* width: 40%; */
        position: relative;
    }

    .b-table-items .table-item .b-params .param-item-title .text {
        /* background-color: var(--color-white);
        padding: 6px;
        padding-left: 0;
        z-index: 1;
        position: relative;
        line-height: 1.66; */
    }

    .b-table-items .table-item .b-params .param-item-title:before {
        /* content: '';
        position: absolute;
        bottom: 0.2em;
        left: 0;
        width: 100%;
        border-bottom: 1px dashed #E3E3E3; */
    }

    .b-table-items .table-item .b-params {
        height: 0;
        /* margin-bottom: 0; */
    }

    .b-table-items .table-item .b-params.params-show {
        height: auto;
    }
    
}


.b-table-items .table-item .wrap-b-params {
    /* padding-left: calc(var(--size-8-12) + clamp(5rem, 4.0909rem + 4.5455vw, 7.5rem)); */
}

@media screen and (max-width: 768px) {
    .b-table-items .table-item .wrap-b-params {
        clear: left;
        padding-left: 0;
    }   
}

.b-table-items .table-item .b-show-params {
    color: var(--color-blue-l);
    /* margin: var(--size-4-6) 0; */
    text-decoration: underline;

}

.b-table-items .table-item .b-show-params:hover {
    cursor: pointer;
    color: var(--color-blue);
}

@media screen and (max-width: 576px) {
    .b-table-items .table-item .info {
        padding-bottom: 0;
    }

    .b-table-items .table-item .img {
        margin-bottom: 0;
    }

    .b-table-items .table-item .title {
        margin-bottom: 0;
    }

    .b-table-items .table-item .b-item-price {
        /* padding: 0; */
        /* text-align: left; */
        text-align: center;
        padding: 6px 0 16px 0;
    }
}

@media screen and (min-width: 576px) {
    .b-table-items .table-item .b-order {
        width: 100%;
    }
}

.b-other-items .b-table-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--size-6-12);
}

.b-other-items .b-table-items .table-item {
    flex: 0 0 calc(100% / 3 - var(--size-6-12));
}

.b-other-items .b-table-items .wrap-b-params {
    display: none;
}

@media screen and (max-width: 900px) {
    .b-other-items .b-table-items .table-item {
        flex: 0 0 calc(100% / 2 - var(--size-6-12));
    }

    .b-other-items .b-table-items .table-item .b-item-price {
        padding: 0;
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .b-other-items .b-table-items .table-item {
        flex: 0 0 100%;
    }
}

.b-other-items .b-table-items .table-item {
    margin-bottom: var(--size-6-12);
}

.b-other-items .b-table-items .table-item .info {
    padding-bottom: 0;
}

.b-other-items .b-table-items .table-item .title {
    margin-bottom: 0;
}

.b-other-items .b-table-items .table-item .b-item-price {
    padding: 12px;
    padding: 0;
    
}

.b-other-items .b-table-items .table-item .img {
    margin-bottom: 0;
}

.b-other-items .b-table-items .table-item img {
    width: clamp(2.5rem, 2.0455rem + 2.2727vw, 3.75rem);
    height: clamp(2.5rem, 2.0455rem + 2.2727vw, 3.75rem);
}

.b-other-items .b-table-items .table-item .marketing {
    padding: 6px;
    padding-top: 0;
}

.b-cart-qty-control {
    flex: 0 0 60%;
    padding: 6px;
    /* background-color: var(--color-background);
    border-radius: var(--border-radius-default);
    border: 1px solid var(--color-gray-l); */
}

.b-cart-qty-control .qty {
    font-size: var(--size-14-16);
    font-family: var(--font-title-bold);
    padding: var(--size-4-6) var(--size-4-6);
    user-select: none;
}

.button:hover {
    cursor: pointer;
}


.b-article-filters-tags {
    margin-bottom: var(--size-12-24);
}

.b-article-filters-tags .items {
    list-style: none;
    padding: 0;
    gap: var(--size-4-6);
    flex-wrap: wrap;
    align-items: center;
}

.b-article-filters-tags .title:before {
    content: "";
    flex-basis: 100%;
}

.b-article-filters-tags .title {
    font-family: var(--font-title-bold);
    white-space: nowrap;
    
}


.b-article-filters-tags .item.selected {
    color: var(--color-gray);
}

.b-article-filters-tags .item {
    /* padding: 0 6px; */
    white-space: nowrap;

    padding: var(--size-4-6) var(--size-6-12);
    border-radius: var(--size-4-6);
    background-color: var(--color-background);
    border: 1px solid var(--color-gray-l);
    /* box-shadow: var(--box-shadow-default); */
    transition: 0.15s;
    display: inline-block;
}

.b-article-filters-tags .item:hover {
    /* text-decoration: underline; */
    box-shadow: var(--box-shadow-default);
}

@media screen and (max-width: 767px) {
    .b-article-filters-tags .items {
        min-width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px;
    }

    .b-cart-qty-control {
        flex: 0 0 70%;
    }
}

.b-other-variants {
    margin-top: var(--size-6-12);
    margin-bottom: var(--size-12-24);
}

.b-other-variants ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: var(--size-6-12);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: var(--size-6-12);
}

.b-other-variants ul li {
    flex: 0 0 calc(20% - var(--size-6-12));
}

.b-other-variants ul li a {
    padding: var(--size-4-6) var(--size-6-12);
    border-radius: var(--size-4-6);
    background-color: var(--color-background);
    border: 1px solid var(--color-gray-l);
    /* box-shadow: var(--box-shadow-default); */
    transition: 0.15s;
    display: inline-block;
    white-space: nowrap;
}

.b-other-variants ul li a:hover {
    box-shadow: var(--box-shadow-default);
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}


.p-catalog-item {
    margin-top: 24px;
}

.p-catalog-item .item-img {
    border-radius: var(--border-radius-default);
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    /* padding: 12px; */
    position: relative;

    padding: var(--size-4-6);
    background-color: var(--color-white);
    border-radius: 16px;
    overflow: hidden;
}

.p-catalog-item  .item-img:after {
    content: "";
    position: absolute;
    top: var(--size-4-6);
    left: var(--size-4-6);
    width: calc(100% - var(--size-8-12));
    height: calc(100% - var(--size-8-12));
    box-shadow: inset rgba(0, 0, 0, 0.05) -3px 3px 12px 0px;
    border-radius: 12px; 
}

.p-catalog-item .item-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.p-catalog-item h1 {
    /* margin: 0;
    padding: 0; */
    
}

@media screen and (max-width: 767px) {
    .p-catalog-item h1 {
        margin: 0;
        padding: 0;
        margin-top: var(--size-6-12);
    }
}

.p-catalog-item .b-articul {
    padding: 0 6px;
}

.p-catalog-item .art {
    color: var(--color-gray);
}

.p-catalog-item .availability {
    color: var(--color-blue-d);
}

.p-catalog-item .b-price {
    text-align: center;
    font-family: var(--font-title-bold);
    font-size: var(--size-18-24);
    line-height: 1;
    padding: 24px 0;
    white-space: nowrap;
    justify-content: center;
}

.p-catalog-item .b-order {
    gap: var(--size-6-12);
    width: 100%;
}

.p-catalog-item .b-order .button {
    padding: var(--size-6-12) var(--size-6-12);
    border-top: 1px solid var(--color-gray-l);
    border-bottom: 1px solid var(--color-gray-l);
    border: 1px solid var(--color-gray-l);
    transition: 0.15s;
    border-radius: var(--border-radius-default);
    background-color: var(--color-background);
    user-select: none;


    font-family: var(--font-bold);
}

.p-catalog-item .b-order .btn-fast-order {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.p-catalog-item .b-order .btn-order {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

.p-catalog-item .b-order .button svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.p-catalog-item .b-order .button .button-title {
    text-align: center;
    
}


.p-catalog-item .b-item-marketing {
    display: inline-block;
    box-shadow: var(--box-shadow-default);
    border-radius: var(--border-radius-default);
    padding: var(--size-6-12);
    background-color: var(--color-white);
    /* height: 100%; */
    width: 100%;
}


.p-catalog-item .b-item-params {
    /* margin-top: var(--size-6-12); */
}

.p-catalog-item .b-item-params .items {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.p-catalog-item .b-item-params .item {
    display: flex;
    flex-direction: row;
    gap: var(--size-6-12);
    align-items: end;
}



.p-catalog-item .b-item-params .item .title {
    width: 50%;
    min-width: 50%;
    color: var(--color-gray-d);
    position: relative;
}

.p-catalog-item .b-item-params .item .title .text {
    background-color: var(--color-white);
    padding: 6px;
    padding-left: 0;
    z-index: 1;
    position: relative;
    line-height: 1.66;
}

.p-catalog-item .b-item-params .item .title:before {
    content: '';
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #E3E3E3;
}

.p-catalog-item .b-item-params .item .values {
    gap: 6px;
}

.p-catalog-item .b-item-params .item .values .value-link {
    /* white-space: nowrap; */
    padding: var(--size-4-6) var(--size-6-12);
    border-radius: var(--size-4-6);
    background-color: var(--color-background);
    border: 1px solid var(--color-gray-l);
    transition: 0.15s;
    display: inline-block;
}

.p-catalog-item .b-item-params .item .values .value-link:hover {
    box-shadow: var(--box-shadow-default);
}

@media (max-width: 768px) {
    /* .p-catalog-item .b-item-params .item {
        flex-wrap: wrap;
    }

    .p-catalog-item .b-item-params .item .title {
        width: 100%;
    }

    .p-catalog-item .b-item-params .item .title:before {
        display: none;
    } */
}


.p-catalog-item .b-price-updated {
    margin-top: var(--size-6-12);
    margin-top: 12px;
    
    color: var(--color-gray);
}



.p-catalog-item .b-other-articles .b-article-tile ul li {
        flex: 0 0 calc(20% - var(--size-6-12));
}

@media screen and (max-width: 576px) {
    .p-catalog-item .b-other-articles .b-article-tile ul li {
        flex: 0 0 calc(100%);
    }
}

.p-catalog-item .b-other-articles .b-article-tile ul li .title {
    font-size: var(--size-14-16);
}


.b-consultant {
    margin-top: var(--size-12-24);
}


.b-payment-delivery {
    margin-top: var(--size-12-24);
    padding: var(--size-6-12);
    border-radius: var(--border-radius-default);
    background-color: var(--color-background);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--box-shadow-default-2);
    background-color: var(--color-white);
   
}

.b-payment-delivery > div {
    /* width: 50%; */
    
}

.b-payment-delivery .title {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-16);
    margin-bottom: var(--size-6-12);
}

.b-payment-delivery a {
    color: var(--color-blue);
}

.b-payment-methods {
    gap: var(--size-6-12);
    display: flex;
    flex-direction: column;
    margin-bottom: var(--size-6-12);
}

.b-payment-methods .payment-method {
    display: flex;
    flex-direction: row;
    gap: var(--size-6-12);
    align-items: center;
}

.b-payment {
    /* width: 50%; */
    padding: var(--size-6-12);
}

.b-delivery {
    /* width: 50%; */
    padding: var(--size-6-12);
}

@media screen and (min-width: 767px) {
    .b-payment {
        border-right: 1px solid var(--color-background);
    }

    .b-delivery {
        /* border-left: 1px solid var(--color-gray-l); */
    }
}

@media screen and (max-width: 767px) {

    .b-payment {
        border-bottom: 1px solid var(--color-gray-l);
        padding-bottom: var(--size-12-24);
    }

    .b-delivery {
        border-top: 1px solid var(--color-background);
        padding-top: var(--size-12-24);
    }

    .b-payment-delivery > div {
        width: 100%;
    }
    
}


.b-consultant .cosunltant-person .img {
    width: 96px;
    height: 96px;
}

.b-consultant .cosunltant-person img {

}

.b-consultant .cosunltant-person .name {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-18);
}

.b-consultant .cosunltant-person .job {
    color: var(--color-gray-d);
    font-size: var(--size-12-14);
}

.b-consultant .cosunltant-person .email {
    margin-top: var(--size-4-6);
    color: var(--color-blue-d);
    font-size: var(--size-14-16);
}

.b-consultant .consultant-advantages .title {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-18);
    margin-bottom: var(--size-6-12);
}

.b-consultant .consultant-advantages ol {
    gap: 12px;
}

.b-consultant .consultant-form {
    margin-top: var(--size-12-24);
}

.wrap-b-other-items {
    background-color: var(--color-white);
    padding: var(--size-12-32) 0;
    margin-top: var(--size-24-48);
    /* box-shadow: var(--box-shadow-default-2); */
    border-top: 1px solid var(--color-gray-l);
    border-bottom: 1px solid var(--color-gray-l);
}

.wrap-b-other-articles {
    margin-top: var(--size-24-48);
}

.b-filters {
    
    border-radius: var(--border-radius-default);
    
    color: var(--color-primary);
    color: var(--color-secondary);

    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    display: flex;
    flex-direction: row;
    gap: var(--size-12-24);
    margin-bottom: var(--size-12-24);
    /* background: linear-gradient(to right, var(--color-secondary), var(--color-secondary-l)); */
    /* background: linear-gradient(to right, #29323c, #485563); */
}

@media screen and (max-width: 576px) {
    .b-filters {
        flex-direction: column;
        background: inherit;
        color: var(--color-text);
    } 
}


.filter-group {
    position: relative;

}

.filter-group-title {
    cursor: pointer;
    font-weight: 600;
    padding: 8px 0;
}

.filter-group-body {
    display: none;
    padding: 6px 0;
    color: var(--color-text);
}

@media screen and (min-width: 576px) {
    .filter-group-body {
        top: calc(var(--size-24-32) + var(--size-6-12));
        left: -6px;
        position: absolute;
        background-color: var(--color-white);
        padding: var(--size-4-6);
        box-shadow: var(--box-shadow-default-2);
        border-radius: 12px;
        min-width: 200px;
        z-index: 100;
    } 
}



.filter-group.active .filter-group-body {
    display: block;
}


.filter-header-arrow svg {
    transition: 0.3s;
}

.filter-group.active  .filter-header-arrow svg {
    transform: rotate(180deg);
}

.filter-list {
    max-height: 200px;      /* нужная тебе высота */
    overflow-y: auto;       /* вертикальный скролл */
    margin: 0;
    padding: 0;
    list-style: none;

    border: 1px solid var(--color-gray-l);
    padding: var(--size-4-6);

    background-color: var(--color-white);
    border-radius: var(--border-radius-form-control);
}

.filter-item label {
    /* margin-bottom: 4px; */
    padding: 6px 0;
    pointer-events: auto;
    -webkit-touch-callout: none;
}

.filter-item input {
    width: 16px;
    height: 16px;
}

.filter-item input:disabled + .filter-label {
    color: var(--color-gray);
}

.filter-search {
    width: 100%;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.filter-empty {
    padding: 4px 0;
    color: #888;
    font-size: 14px;
}

.filter-item label {
    cursor: pointer;
    display: flex;
    gap: 6px;
    align-items: center;
}


.filter-header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}

@media screen and (min-width: 576px) { 
    .filter-header {
        margin-bottom: 0;
    }
}

.filter-header:hover .filter-header-arrow svg {
    stroke: var(--color-blue-d);
    stroke: var(--color-primary);
    stroke: var(--color-secondary);
}

.filter-header-clear {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 4px 0;
    z-index: 2;
    text-decoration: underline;
    color: var(--color-blue);
    color: var(--color-text);
    padding: var(--size-2-3);
}

.filter-header-main {
    flex: 1;
    cursor: pointer; /* кликаем по всей области */
    border: 1px solid var(--color-primary-disabled);
    border-radius: 0 0 4px 4px;
    /* margin-right: var(--size-4-6); */
    /* margin-left: var(--size-4-6); */
}

.filter-header-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;


    padding: var(--size-6-12);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: var(--color-primary);
    
}

.filter-header-title {
    font-weight: 600;
}

.filter-header-arrow {
    font-size: 10px;
}

.filter-header-selected {
    margin-top: 3px;
    font-size: 13px;
    color: #555;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: var(--size-2-3);
}

.clear-filter {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    
}

.clear-filter .btn {
    text-align: center;;
    padding: 6px 16px;
    font-size: 14px;
    border: 1px solid var(--color-gray-l);
    transition: 0.15s;
    border-radius: var(--border-radius-default);
    background-color: var(--color-gray-l);
}


.filtersModal .modal-body {
    padding: 0;
}

@media screen and (max-width: 576px) {
    .b-filters {
        
        box-shadow: none;
        background-color: inherit;
        gap: 0;
        padding: 0;
    }

    .b-filters .filter-group {
        background-color: inherit;
        box-shadow: inherit;
        padding: 0;
    }

    .b-filters  .filter-group-body {
        width: 85%;
        padding-left: var(--bs-modal-padding);
        box-shadow: inherit;
    }

    .filter-header-main {
        margin-left: 0;
        padding-left: var(--bs-modal-padding);
        border: none;
    }

    .filter-header {
        
        border-top: 1px solid var(--color-gray-l);
    }

    .filter-header-title-row {
        padding: var(--bs-modal-padding);
        padding-left: 0;
        background-color: inherit;
        box-shadow: none;
    }

    .filter-group:last-child .filter-header {
        border-bottom: 1px solid var(--color-gray-l);
    }
    
}

.b-service-items-tile {
    margin-bottom: var(--size-24-32);
}

.b-service-items-tile .service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.b-service-items-tile .service-item .title {
    font-size: var(--size-14-16);
    text-align: center;
    padding: var(--size-4-6);
    margin-top: var(--size-6-12);
    border-radius: var(--border-radius-default);
    /* border: 2px solid var(--color-blue-d); */
    background-color: var(--color-primary);
    color: var(--color-secondary);
    box-shadow: var(--box-shadow-default-2);
    transition: 0.15s;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

.b-service-items-tile .service-item:hover .title {
    background-color: var(--color-secondary);
    /* border-color: var(--color-blue); */
    color: var(--color-primary);
}


footer {
    background-color: var(--color-secondary);
    color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.02) 0px -12px 24px 0px;
    margin-top: var(--size-48-96);
    border-top: 1px solid var(--color-secondary-d);
}

footer .footer-top {
    padding: var(--size-24-32) 0;
    border-bottom: 1px solid var(--color-secondary-d);
}

footer .footer-center,
footer .footer-bottom {
    padding: var(--size-24-32) 0;
}

footer .footer-center {
    border-top: 1px solid var(--color-secondary-l);
    border-bottom: 1px solid var(--color-secondary-d);
}

footer .footer-bottom {
    border-top: 1px solid var(--color-secondary-l);
}

footer .footer-bottom .price-info {
    font-size: 12px;
    color: var(--color-gray);
    margin-top: var(--size-12-24);
}

.b-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--size-6-12);
}

.b-footer-links .item-title {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-16);
    margin-bottom: var(--size-6-12);
    line-height: 1.33;
    min-height: calc(var(--size-14-16));
    display: inline-block;
    color: var(--color-primary);
    
}

.b-fotter-logo {
    padding: var(--size-12-24);
    
    font-size: var(--size-14-18);
    text-transform: uppercase;
    /* color: var(--color-primary); */
    
    font-family: var(--font-title-bold);
}

a.b-fotter-logo  {
    color: var(--color-gray);
}

a.b-fotter-logo:hover {
    color: var(--color-primary);
}

.b-fotter-logo svg {
    fill:  var(--color-gray-d);
    /* width: var(--size-48-96);
    height: var(--size-48-96);
    min-width: var(--size-48-96);
    min-height: var(--size-48-96);

    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    stroke: var(--color-gray-d); */
}

.b-fotter-logo svg {
    transition: 0.15s;
}


.b-fotter-logo:hover svg {
    transition: 0.15s;
    fill: var(--color-blue-d);
}

.form-title {
    font-family: var(--font-title-bold);
    font-size: var(--size-14-18);
}

.form-check-oferta label {
    user-select: none;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0;
}

.form-check-oferta input {
    width: var(--size-12-18);
    min-width: var(--size-12-18);
    height: var(--size-12-18);
    min-height: var(--size-12-18);
    
}

.form-check-oferta a {
    text-decoration: underline;
}

.form-check-oferta a:hover {
    color: inherit;
}

.form-button-send .btn-default {
    border: none;
    border-radius: var(--border-radius-button);
    min-height: 100%;
    /* padding: var(--size-8-12) var(--size-12-16); */
}

#feedback_cart_order {
    padding: var(--size-12-24);
    border-radius: var(--border-radius-default);
    background: linear-gradient(to right, #29323c, #485563);
    color: var(--color-white);
    margin-bottom: var(--size-12-24);
    box-shadow: var(--box-shadow-default);
}

form .form-text {
    color: inherit;
}

#feedback_home,
#feedback_contacts {
    padding: var(--size-12-24);
    border-radius: var(--border-radius-default);

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    color: var(--color-blue-d);

    background: #485563;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: var(--color-white);
}


.form-items-list-request form {

    background: #485563;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: var(--color-white);
    padding: var(--size-12-24);
    border-radius: var(--border-radius-default);
}

.b-response.tpl-default {
    font-size: var(--size-14-16);
    text-align: center;
    padding: var(--size-12-24);
    margin-top: var(--size-6-12);
    border-radius: var(--border-radius-default);
    border: 2px solid var(--color-blue-d);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-default-2);
    transition: 0.15s;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-title-bold);
}

.modal-title {
    font-family: var(--font-title-bold);
    font-size: var(--size-16-18);
}

.modal-dialog.modal-bottom {
    position: fixed;
    margin: 0;
    bottom: -100%;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: bottom .3s ease;
}

.modal.show .modal-dialog.modal-bottom {
    bottom: 0;
}


.modal-fast-order-content .item-content {
    margin-bottom: var(--size-12-24);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    border-radius: var(--border-radius-default);
}

.modal-fast-order-content .item-content .img {
    width: 30%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-right: var(--size-12-24);
}


.modal.mobile-menu .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

.modal.mobile-menu .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.b-menu-mobile-contacts,
.b-menu-mobile-links {
    padding: var(--bs-modal-padding);
}


.b-menu-mobile-links {
    border-top: 1px solid var(--color-gray-l);
}

.b-menu-mobile-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--size-6-12);
    padding: var(--size-12-24);
}


.b-bottom-mobile-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: var(--size-6-12);
    background-color: var(--color-white);
    box-shadow: 0px -5px 20px rgb(0 0 0 / 20%);

    gap:var(--size-12-24);

    border-top: 1px solid var(--color-gray-l);
    box-shadow: rgba(0, 0, 0, 0.02) 0px -12px 24px 0px;
}

.b-bottom-mobile-bar .item {
    display: flex;
    flex-direction: column;
    gap: var(--size-2-3);
    align-items: center;
    font-size: 12px;
}

.b-bottom-mobile-bar .item {
    
}

.b-cart-mobile-bar .icon {
    position: relative;
}

.b-cart-mobile-bar .b-cart-count {
    padding: 4px;
    box-shadow: var(--box-shadow-default-2);
    
    top: 50%;
    right: -50%;
    transform: translate(50%, -50%);
    min-width: 20px;
}

.cookies-info {
    position: fixed;
    bottom: var(--size-6-12);
    left: var(--size-6-12);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-default-2);
    padding: var(--size-4-6);
    border-radius: var(--size-4-6);
    z-index: 10200;
    max-width: 50%;
    border: 1px solid var(--color-blue-d);
    font-size: var(--size-12-14);
    color: var(--color-black);

    display: flex;
    flex-direction: row;
    align-items: center;

    left: 50%;
    transform: translateX(-50%);
}

.cookies-info.cookies-info-show-more {
    flex-direction: column;
}

.cookies-info.cookies-info-show-more #btnAcceptCookies {
    align-self: flex-end;
}

.cookies-info p {
    margin-bottom: var(--size-4-6);
}

.cookies-info .more a,
.cookies-info .formCookiesAcceptMore {
    text-decoration: underline;
    cursor: pointer;
}

.cookies-info .formCookiesAcceptMore {
    padding: 0 var(--size-4-6);
}

@media (max-width: 768px) {
    .cookies-info {
        max-width: 100%;
        bottom: 78px;
        left: var(--size-6-12);
        width: calc(100% - var(--size-12-24));
        transform: none;
    }
}

.add-file-list {
    display: flex;
    flex-direction: row;
    gap: var(--size-6-12);
    flex-wrap: wrap;
    font-size: var(--size-12-14);
    align-items: center;
    /* padding: var(--size-6-12) 0; */
}

.add-file-list .js-delFile {
    font-size: var(--size-14-16);
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid var(--color-gray-l);
    box-shadow: var(--box-shadow-default-2);

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 4px;
    background-color: #fff;
    color: var(--color-black)
}

.add-file-list .add-file-list {
    display: flex;
    flex-direction: row;
    gap: var(--size-4-6);
    flex-wrap: nowrap;
    align-items: center;
    

}

.js-no_file.hidden {
    display: none;
}

.b-header-search {
	position: relative;
	/* height: 36px;
	padding: 0 12px 0 12px;
	margin-left: 12px;
	margin-right: 24px;
	z-index: 50;
	border-radius: 3px;
    border: 2px solid var(--color-blue);
	background-color: #fff; */
    
}

.b-header-search input {

}

.b-header-search .content {
}

.b-search-drop {
	display: none;
	position: absolute;
	top: 100%;
	top: calc(100% + 12px);
	left: 0;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	z-index: 50;
	border-radius: 3px;
	padding: 12px 12px;
	height: auto;
	max-height: calc(100vh - 150px);
	width: calc(100vw / 3);
	max-width: 1000px;
	overflow-y: auto;
    overflow-x: hidden;
}

.b-header-search input {
	/* border: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	height: 36px;
	outline: 0;
	background-color: transparent; */
    /* border: 2px solid var(--color-blue-d); */
    border: none;
    border-radius: var(--border-radius-button) 0 0 var(--border-radius-button);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    font-size: var(--size-12-14);
    background-color: #f0f0f0;
   
}

.b-header-search input:focus {

}


.b-header-search .button {
    padding: 0 var(--size-4-8);
	/* border: none;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
	display: inline-block;
	background-color: transparent; */
}

.b-header-search .button-search .icon {
	/* width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	fill: var(--color-blue) */
}

.b-hint-result .b-items {

}

.b-hint-result .b-items .item {
	/* margin-top: 12px; */
	padding: var(--size-6-12); 
	/* padding: calc(6px + (12 - 6) * (100vw - 320px) / (1600 - 320)) 24px; */
	border-bottom: 1px solid #E2E2E2;
	position: relative;
}

.b-hint-result .b-items .item:after {
	content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #F4F4F4;
    height: 1px;
    bottom: -2px;
}

.b-hint-result .b-items .item:last-child {
	border: none;
}

.b-hint-result .b-items .item:last-child:after {
	display: none;
}

.b-hint-result .b-items .item .title {
	font-size: 14px;
}

.b-hint-result .b-items .item .img {
	width: auto;
	height: auto;
}

.b-hint-result .b-items .item .img img {
	width: 100%;
	height: auto;
}

.b-hint-result .b-items .item .price .cost {
	font-family: 'Mulish Bold';
	white-space: nowrap;
	font-size: 16px;
}

.b-hint-result .b-items .item .price .unit {
	margin-left: 6px;
    font-size: 14px;
}

.mobile-search-result.b-hint-result {
    margin-bottom: var(--size-12-24);
}

#modalMobileSearch .modal-dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-right: 15px;
}

.b-catalog-panel {
    position:absolute;
    left:0;
    top:100%;
    /* width:75vw;
    max-width:1200px; */
    width: 100%;
    z-index:1050;

    top:var(--header-h);
    /* height:calc(100vh - var(--header-h)); */

    /* overflow:hidden; */
    

    left: 50%;
    transform: translate(-50%, -100%);
    transition:transform .25s ease;
    will-change:transform;


    
    /* left: 50%; */
    /* box-shadow: var(--box-shadow-default-2); */
    
    /* background-color: #F8FAFC; */
}

.b-catalog-panel.catalog-panel-open{
    transform: translate(-50%, 0); 
}

.b-catalog-panel > div {
    background:#fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media screen and (max-width: 1200px) {
    .b-catalog-panel {
        width:100vw;
    }
    
}

.b-catalog-panel ul {
    padding: var(--size-6-12) 0;
    margin: 0;
    list-style: none;
}

.b-catalog-panel .catalog-groups {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}



.b-catalog-panel .catalog-groups .catalog-group {
    flex:0 0 calc(33% - 12px);
}

@media screen and (max-width: 576px) {
    .b-catalog-panel .catalog-groups {
        gap: 0;
    }

    .b-catalog-panel .catalog-groups .catalog-group {
        flex:0 0 100%;
    }

    .b-catalog-panel {
        width:100vw; max-width:none;
        height: calc(100vh - var(--header-h));
    }

    .b-catalog-panel > div {
        height: 100%;
    }

    .b-catalog-panel .catalog-left {
        width:100%;
    }
}
  

.b-catalog-panel .catalog-group-parent-li {

}

.b-catalog-panel .catalog-top {
    padding: var(--size-12-16) var(--size-12-24);
    border-bottom: 1px solid var(--color-gray-l);
}

.b-catalog-panel .catalog-layout {
    
}

.b-catalog-panel .catalog-left,
.b-catalog-panel .catalog-right {
    padding: var(--size-12-16) var(--size-12-24);
    padding-bottom: var(--header-h);
}

.b-catalog-panel .catalog-left {
    border-right: 1px solid var(--color-gray-l);   
    padding-top: 0;
    padding: 0;
    padding-bottom: var(--header-h);
}

.b-catalog-panel .catalog-left .catalog-cats-list .catalog-cats-li {

}

.b-catalog-panel .catalog-left .catalog-cats-list .catalog-cats-li a {
    font-size: var(--size-14-16);
    padding: 12px var(--size-12-16);
    width: 100%;
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 576px) {
    .b-catalog-panel .catalog-left .catalog-cats-list .catalog-cats-li a {
        border-bottom: 1px solid var(--color-gray-l);
    }

    
}

@media screen and (min-width: 576px) {
    .b-catalog-panel .catalog-left .catalog-cats-list .catalog-cats-li a.catalog-cat-active {
        background-color: var(--color-secondary);
        color: var(--color-white);
    }

    .b-catalog-panel .catalog-left .catalog-cats-list .catalog-cats-li a .svg-sprite-icon {
        display: none;
    }
}

.b-catalog-panel .catalog-right {
    border-left: 1px solid var(--color-white);
}

.b-catalog-panel .catalog-right .catalog-group-parent-li {
    padding: 0;
    font-size: var(--size-16-18);
    font-family: var(--font-regular);
    margin-bottom: var(--size-6-12);

    /* margin-left: calc(38px + var(--size-6-12)); */
}

.b-catalog-panel .catalog-right .catalog-group-parent-li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--size-6-12);
}

.b-catalog-panel .catalog-right .catalog-group-item-li {
    margin-bottom: var(--size-6-12);
}

.b-catalog-panel .catalog-right .catalog-group-ul {
    padding: 0;
}

.b-catalog-panel .catalog-right .catalog-group-item {
    display: flex;
    flex-direction: row;
    gap: var(--size-6-12);
    align-items: center;
    font-size: 14px;
}

.b-catalog-panel .catalog-right .img {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: var(--border-radius-default);
    background-color: #F7F8FA;
    position: relative;
}

.b-catalog-panel .catalog-right  .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: var(--border-radius-default);
}

.b-catalog-panel .catalog-right .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset rgba(0, 0, 0, 0.05) -6px 6px 12px 0px;
    border-radius: 12px;
}

.b-catalog-panel .catalog-right .catalog-group-more-li {
    margin-top: var(--size-12-18);
    margin-bottom: var(--size-18-24);
}

.b-catalog-panel .catalog-right .catalog-group-more-li > div {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: nowrap;
    gap: var(--size-4-6);
    gap: calc((calc((38px - 20px) / 2)) + var(--size-6-12));
    /* color: var(--color-red); */
    margin-left: calc((38px - 20px) / 2);
    text-decoration: underline;
    
}

.b-catalog-panel .catalog-right.catalog-mobile-head {
    display:none;
}

.b-catalog-panel.catalog-mobile-mode .catalog-right .catalog-mobile-head {
    display:flex;
    gap: var(--size-6-12);
    align-items:center;
    padding: var(--size-6-12) 0;
    margin-bottom: var(--size-12-24);
    border-bottom: 1px solid var(--color-gray-l);
    padding-bottom: var(--size-12-24);
}

.b-catalog-panel.catalog-mobile-mode .catalog-right .catalog-mobile-head .catalog-mobile-title {
    font-size: var(--size-16-18);
    font-family: var(--font-title-bold);
    border-left: 1px solid var(--color-gray-l);
    padding-left: var(--size-6-12);
    line-height: 1.1;
}

.b-catalog-panel .catalog-right .catalog-mobile-back {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.b-catalog-panel .catalog-right .catalog-mobile-back,
.b-catalog-panel .catalog-right .catalog-group-more-li > div:hover {
    cursor: pointer;
}

.catalog-is-hidden,
.b-catalog-panel .catalog-right .catalog-group-more-li > div.catalog-is-hidden {
    display:none;
}

.b-catalog-panel .catalog-top-title {
    font-size: var(--size-16-24);
    font-family: var(--font-title-bold);

    
}




.b-catalog-panel .catalog-top {

}

.b-articles-tile {
    margin-bottom: var(--size-24-32);
}

.b-articles-items-tile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

.b-articles-items-tile .item {
    flex: 0 0 calc((100% - 4 * 4px) / 5);
    transition: 0.15s;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
    border-radius: var(--border-radius-default);
    overflow: hidden;
    position: relative;
    
}

@media screen and (max-width: 992px) {
    .b-articles-items-tile .item {
        flex: 0 0 calc((100% - 3 * 4px) / 4);
    }
    
}

@media screen and (max-width: 768px) {
    .b-articles-items-tile .item {
        /* flex: 0 0 calc(33.33% - 4px); */
        flex: 0 0 calc((100% - 2 * 4px) / 3);
    }
    
}

@media screen and (max-width: 576px) {
    .b-articles-items-tile .item {
        flex: 0 0 calc((100% - 1 * 4px) / 2);
    }

    .b-articles-items-tile .item .title {
        overflow-wrap: anywhere;
    }
}

.b-articles-items-tile .item:hover {
    cursor: pointer;
}

.b-articles-items-tile.item-link {
    position: relative;
    display: inline-block;
    /* padding: 0; */
}

.b-articles-items-tile .item .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.b-articles-items-tile .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--size-6-12);
    padding-top: var(--size-12-24);
    
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(30, 41, 59, 0.99) 50%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
}

.b-articles-items-tile .item .title span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
    /* background-color: var(--color-primary); */
    
    opacity: 0.8;
}

.b-articles-items-tile .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--color-primary); */
    background-color: var(--color-secondary);
    opacity: 0;
    z-index: 5;
    transition: 0.15s;
    pointer-events: none;
}

.b-articles-items-tile .item:hover:before {
    opacity: 0.8;
}

.b-articles-items-tile .item .title span {
    position: relative;
    font-family: var(--font-title-bold);
    font-size: var(--size-14-16);
    line-height: 1.1;
    line-height: 1.33;
    color: var(--color-text);
    padding: var(--size-4-6) var(--size-4-8);
    display: inline-block;
    z-index: 5;
    width: 100%;

    /* font-family: var(--font-bold); */
    /* background-color: var(--color-secondary); */
    color: var(--color-primary);
    
}



.b-intro-about-items {
    gap: var(--size-12-32);
}

.b-intro-about-items .item {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-default);
    flex: 0 0 calc((100% - 2 * var(--size-12-32)) / 3);
    /* gap: var(--size-12-24); */
    border-radius: var(--border-radius-default);
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .b-intro-about-items .item {
        flex: 0 0 100%;
    }

}

.b-intro-about-items .wrap-item-number {
    padding: var(--size-12-24);
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

.b-intro-about-items .item-number {
    font-size: var(--size-18-42);
    font-family: var(--font-title-bold);
    line-height: 1;
    
}

.b-intro-about-items .item-number-label {
    font-size: var(--size-14-18);
    font-family: var(--font-title-bold);
}

.b-intro-about-items .item-text {
    font-size: var(--size-16-24);
    text-align: center;
    line-height: 1.1;
    padding: var(--size-12-24);
}


.p-catalog .b-catalog-left-menu {
  /* border: 1px solid #EFEFEF; */
  min-width: 256px;
  max-width: 256px;
  /* margin-right: 36px; */
}

.b-catalog-left-menu .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  /* align-items: center; */
  justify-content: center;
  transition: 0.15s;
}

.b-catalog-left-menu .item a,
.b-catalog-left-menu .item button {
  display: inline-flex; /* чтобы они были в одной строке */
  align-items: center;
}

.b-catalog-left-menu .item a {
    flex-grow: 1;
    width: 100%; 
    max-width: calc(100% - 29px - 18px - 10px);
    text-decoration: none;
    color: inherit;
    line-height: 24px;
}

.p-catalog .b-catalog-left-menu  .item.article-1 {
  border: 1px solid #EFEFEF;
}

.b-catalog-left-menu  .item.article-1 a {
  font-size: 16px;
  padding: 17px 0 17px 18px;
}

.b-catalog-left-menu  .item.article-2 {
  background-color: #F9F9F9;
}

.b-catalog-left-menu  .item.article-2.active {
    background-color: var(--color-secondary-l);
    background-color: var(--color-primary-disabled);
    color: var(--color-primary);
    color: var(--color-secondary);
}

.b-catalog-left-menu .item.article-2 .article-2-title  {
  font-size: 14px;
  padding: var(--size-12-16) 0 var(--size-12-16) var(--size-12-16);
  flex-grow: 1;
width: 100%;
max-width: calc(100% - 29px - 18px - 10px);
text-decoration: none;
color: inherit;
line-height: 24px;
}

.b-catalog-left-menu  .item.article-3 {
  background-color: #ECECEC;
  border-bottom: 1px solid #E2E2E2;
}

.b-catalog-left-menu  .item.article-3 a {
  font-size: 12px;
  padding: 10px 18px 10px 18px;
  max-width: 100%;
}

.b-catalog-left-menu  .item.article-3.active-default {
  background-color: #00b656;
  color: #fff;
}

.b-catalog-left-menu  .item:hover {
  background-color: #fff;
}

.b-catalog-left-menu  .item:hover > .item.article-3 {
  border-color: #fff;
}

.b-catalog-left-menu .item button {
    width: calc(29px + 10px);
    /* height: 100%; */
    white-space: nowrap;
    justify-content: center;
}

.b-catalog-left-menu  .item.active > button svg {
  transform: rotate(180deg);
}

.b-catalog-left-menu .collapse-content { 
  display: none; 
  flex-grow: 1;
  /* margin-left: 20px;  */
}

.b-catalog-left-menu .collapse-content.active {
  display: block; /* Показываем активные элементы */
}

.b-catalog-left-menu .toggle-btn { 
  cursor: pointer; 
  color: blue; 
  text-decoration: underline; 
  border: none; 
  background: none; 
}