@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Unbounded:wght@200..900&display=swap');

::selection {
  background: #FEFF00;
  color: #333; 
}
::-moz-selection {
  background: #FEFF00;
  color: #333;
}
.index__wrapper {
   /* overflow-y: hidden;*/
}

/* Опционально: кастомный скроллбар для более премиального вида */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.3);
border-radius: 4px;
transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.35);
}

html {
    scroll-padding-top: 120px; /* Отступ для всех якорей на странице */
    scroll-behavior: smooth!important; /* Плавная прокрутка */
}
body {
    color: #fff;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}
body,.container_content {
    background-color: #004A4B;
}
.content-decorator h1, .content-decorator h2, .content-decorator h3, .content-decorator h4, .content-decorator h5 {
    color: #fff;
}
body, button, input, select, textarea {
    font-size: 1.15rem;
}

.content-decorator h2,
.content-decorator .tg-qta h2,
.content-decorator .border-nobg h2,
.content-decorator .howto h2,
.content-decorator .team-grid-title h2,
.content-decorator .section-faq h2{
    font-size: 2.4rem;
    font-weight: 600;
}
.content-decorator a, .link, .link-decorator a {
    color: #fff;
}
.content-decorator b, .content-decorator strong {
    color: inherit;
}
.link_style_hover {
    color: rgb(255 255 255 / 50%);
}
.hover {
    transition: 0.3s;
}
.hover:hover {
    transform: translate(0px, -5px);
    box-shadow: rgb(129 129 129 / 30%) 0px 2px 10px -3px;
}
.text-white{
    color:#fff;
}
.content-decorator a:hover, .link-decorator a:hover, .link:hover {
    color: var(--primary-color);
}
.content-decorator .footer a:hover, .footer .content-decorator a:hover, .footer .link-decorator a:hover, .footer .link:hover, .link-decorator .footer a:hover {
    opacity: 1;
}
.header-top-bar-links__plugin a, .header-top-bar-links__plugin-dropdown a{
    color: #fff;
}
.hover-block {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 25%);
    padding: 40px;
    border-radius: 20px;
}
.order-form-decorator .wa-item .wa-name, .order-form-decorator .wa-item .wa-value {
    background: #1a1a1a;
}
.wa-text a.link:hover,
footer.wa-form-footer.js-form-footer a:hover
{
    color: var(--link-color);
}
span.wa-link:hover,
.order-cart-decorator__back-link.link:hover
{
    color: #fff;
}

/*-------------------------------------------------------------------------header--*/
.info-panel_dark {
    background-color: #131313;
}
.header-middle-bar {
    background-color: transparent;
}
.header-top-bar__container-nav {
    flex: auto;

    text-align: center;
    
}

.header-top-bar {
    background: none;
    transition: all .3s ease;
    font-size:15px;
}



header.index__header{
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 8px 0;
    border-radius: 0 0 14px 14px;
    transition: padding .3s ease;
}
/* логотип */
.header-top-bar__container-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
img.header-top-bar__logo {
    width: 70px;
    height: auto;
    transition: height .3s ease;
}
.header-top-bar__container-logo svg.logo-vector{
    width: auto;
    height: 50px;
}
.index__header .logo-vector g.logo-text {
    fill: #fff;
    transition: fill .3s ease;
}
.index__header .logo-vector .core {
    fill: #FEFF00;
}
.index__header .logo-vector .legs-core {
    fill: #C4C4C4;
    transition: fill .3s ease;
}
.header-top-bar__container-logo span {
    color: #ffffffa6;
    font-weight: 300;
    font-size: 12px;
}
/* состояние при скролле */
header.index__header.scrolled{
    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(8px);
    padding: 4px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
header.index__header.scrolled .header-top-bar__container-logo span{
    color:#333;
}
header.index__header.scrolled .header-top-bar__logo{
    
}
header.index__header.scrolled .header-top-bar .link_style_alt-gray{
    color:#333;
}
header.index__header.scrolled .header-top-bar .link_style_alt-gray:hover{
    color:#000;
}
header.index__header.scrolled .logo-vector g.logo-text,
header.index__header.scrolled .logo-vector .legs-core
{
    fill:#000
}


.header-top-bar-contacts__phone, .header-top-bar-contacts__phone-link {
    color: #fff;
}
.header-top-bar-contacts__phone, .header-top-bar-contacts__item_messengers {
    display: none;
}

span.tooltip__content.tooltip__content_bottom {
    text-align: center;
}
a.link.link_style_alt-gray.dropdown-links__link {
    color: #333;
}
a.link.link_style_alt-gray.dropdown-links__link:hover {
    color: var(--button-color);
}
.pseudo-link_style_alt-gray {
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 15px 20px;
    background-color: #FE982A;
    text-transform: lowercase;
    transition: .1s all linear;
}
.pseudo-link_style_alt-gray:hover {
    background-color: rgb(254 152 42 / 90%);
    color: #fff;
}
.header-top-bar-links{
    gap: 32px;
}
.header-top-bar-links__item a {
    text-transform: lowercase;
}
.header-top-bar .link-box_style_alt-gray, .header-top-bar .link-decorator_style_alt-gray a, .header-top-bar .link_style_alt-gray, .header-top-bar .pseudo-link-box_style_alt-gray, .link-decorator_style_alt-gray .header-top-bar a {
    color: #fff;

}
.header-top-bar-links li a.link.link_style_alt-gray{
    display:inline-block;
    position:relative;
}

.header-top-bar-links li a.link.link_style_alt-gray::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%; /* Начинаем от центра */
  width: 100%;
  height: 2px;
  background-color: #FEFF00;
  
  transform: translateX(-50%) scaleX(0); /* Скрываем от центра */
  transform-origin: center;
  transition: transform 200ms ease;
}

.header-top-bar-links li a.link.link_style_alt-gray:hover::after {
  transform: translateX(-50%) scaleX(1); /* Показываем от центра */
}
.header-top-bar .link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .link-box__link, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link-box_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .link-decorator_style_alt-gray a:hover .link-box__icon, .header-top-bar .link-decorator_style_alt-gray a:hover .link-box__link, .header-top-bar .link-decorator_style_alt-gray a:hover .pseudo-link-box__icon, .header-top-bar .link-decorator_style_alt-gray a:hover .pseudo-link-box__link, .header-top-bar .link_style_alt-gray:hover .link-box__icon, .header-top-bar .link_style_alt-gray:hover .link-box__link, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .link_style_alt-gray:hover .pseudo-link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray:hover .pseudo-link-box__link, .link-decorator_style_alt-gray .header-top-bar a:hover .link-box__icon, .link-decorator_style_alt-gray .header-top-bar a:hover .link-box__link, .link-decorator_style_alt-gray .header-top-bar a:hover .pseudo-link-box__icon, .link-decorator_style_alt-gray .header-top-bar a:hover .pseudo-link-box__link,.header-top-bar-links li a.link.link_style_alt-gray:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.header-top-bar .link-box_style_alt-gray:hover, .header-top-bar .link-decorator_style_alt-gray a:hover, .header-top-bar .link_style_alt-gray:hover, .header-top-bar .pseudo-link-box_style_alt-gray:hover, .link-decorator_style_alt-gray .header-top-bar a:hover {
    color: #a7a7a7;
    border-color: var(--top-header-link-color);
}
.header-top-bar .link-box_style_alt-gray .link-box__icon, .header-top-bar .link-box_style_alt-gray .link-box__link, .header-top-bar .link-box_style_alt-gray .pseudo-link-box__icon, .header-top-bar .link-box_style_alt-gray .pseudo-link-box__link, .header-top-bar .link-decorator_style_alt-gray a .link-box__icon, .header-top-bar .link-decorator_style_alt-gray a .link-box__link, .header-top-bar .link-decorator_style_alt-gray a .pseudo-link-box__icon, .header-top-bar .link-decorator_style_alt-gray a .pseudo-link-box__link, .header-top-bar .link_style_alt-gray .link-box__icon, .header-top-bar .link_style_alt-gray .link-box__link, .header-top-bar .link_style_alt-gray .pseudo-link-box__icon, .header-top-bar .link_style_alt-gray .pseudo-link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray .link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray .link-box__link, .header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__icon, .header-top-bar .pseudo-link-box_style_alt-gray .pseudo-link-box__link, .link-decorator_style_alt-gray .header-top-bar a .link-box__icon, .link-decorator_style_alt-gray .header-top-bar a .link-box__link, .link-decorator_style_alt-gray .header-top-bar a .pseudo-link-box__icon, .link-decorator_style_alt-gray .header-top-bar a .pseudo-link-box__link {
    color: #cacaca;
    border-color: #cacaca;
}
.header_with-border {
    border-bottom: none;
}
.header-top-bar__container {
    height: auto;
    padding: 20px 0;
}
.r-header-contacts {
    background-color: #1b1b1b;
}
.r-header-contacts__name {
    color: rgb(255 255 255 / 50%);
}

.content__breadcrumbs {
    margin-top: 10px;
}
.breadcrumbs {
    font-size: 12px;
}
.dropdown-links{
    border-radius: 15px;
    padding: 15px 10px 20px;
    margin-top: 10px;
    margin-left: -25px;
}

/*-------------------------------------------------------------------------modal--*/
.oc-modal {
    border-radius: 30px;
        max-width: 500px !important;
}
.oc-modal .form-zagl {
    text-align: center;
    padding: 45px 55px 40px !important;
    margin: 0;
    font-size: 1.5rem !important;
}
.oc-modal .form-body {
    padding: 0 40px!important;
}
.oc-modal button.oc-modal__close {
    top: 20px !important;
    right: 20px !important;
    color: var(--lt-color-gray-500) !important;
    font-size: 25px !important;
}
.page_ordercall .oc form input[type=text] {
    border-radius: 0;
    padding: 0;
}
.oc-modal .oc-btn-accept, .oc-modal a.oc-btn-accept {
    width: calc(100% - 70px) !important;
    margin: 0 auto 40px;
    border-radius: 20px;
    padding: 15px 0;
}
.oc-form__field:nth-child(6) {
    margin-bottom: 10px;
}
.oc-form__field:nth-child(7) {
    margin-bottom: 10px;
}



/*-------------------------------------------------------------------------MAIN--*/

.home-description.content-decorator section {
}

  .firefly-wrap {
    position: relative;
  }




/* ============================= */
/* TRACKER */
/* ============================= */

.path-tracker-horizontal{
  position:fixed;
  top:96px;
  left:30px;
  right:0;
  z-index:99;
  pointer-events:none;
  display:flex;
  justify-content:center;
  padding:0 20px;
  opacity:0;
  transform:translateY(-10px);
  transition:all .6s ease;
}

.path-tracker-horizontal.visible{
  opacity:1;
  transform:translateY(0);
}

.tracker-container{
  width:100%;
  max-width:400px;
  margin:0 auto;
  position:relative;
}

.path-line-horizontal{
  position:relative;
  width:100%;
  height:2px;
}


/* ============================= */
/* BASE LINE */
/* ============================= */

.path-line-base-horizontal{
  position:absolute;
  width:100%;
  height:100%;

  background:rgba(255,255,255,0.15);

  border-radius:20px;
}


/* ============================= */
/* GLOW LINE */
/* ============================= */

.path-line-glow-horizontal{

  position:absolute;

  width:100%;
  height:6px;

  top:-2px;

  background:linear-gradient(
  90deg,
  transparent,
  rgba(254,255,0,0.15),
  transparent
  );

  filter:blur(6px);

  opacity:.7;
}


/* ============================= */
/* PROGRESS */
/* ============================= */

.path-line-progress-horizontal{

  position:absolute;

  height:100%;
  width:0%;

  background:#feff00;

  border-radius:20px;

  box-shadow:
  0 0 10px rgba(254,255,0,0.6),
  0 0 25px rgba(254,255,0,0.35);

  will-change:width;
}


/* ============================= */
/* FIREFLY */
/* ============================= */

.firefly-horizontal{

  position:absolute;

  left:0;
  top:50%;

  transform:translate(-50%,-50%);

  width:14px;
  height:14px;

  background:#feff00;

  border-radius:50%;

  opacity:0;

  box-shadow:
  0 0 12px rgba(254,255,0,0.9),
  0 0 30px rgba(254,255,0,0.6),
  0 0 45px rgba(254,255,0,0.3);

  z-index:2;

  will-change:left,transform;
}


/* ============================= */
/* TAIL */
/* ============================= */

.firefly-tail{

  position:absolute;

  top:50%;
  left:0;

  height:4px;
  width:120px;

  transform:translateY(-50%);

  background:linear-gradient(
  90deg,
  rgba(254,255,0,0),
  rgba(254,255,0,0.7),
  rgba(254,255,0,0)
  );

  filter:blur(4px);

  opacity:.7;

  pointer-events:none;
}


/* ============================= */
/* ENTER */
/* ============================= */

.firefly-horizontal.enter{

  animation:firefly-enter .9s cubic-bezier(.2,.8,.2,1) forwards;

}

@keyframes firefly-enter{

0%{

left:-60px;
opacity:0;

transform:translate(-50%,-50%) scale(.3);

}

60%{

opacity:1;

transform:translate(-50%,-50%) scale(1.25);

}

100%{

opacity:1;

transform:translate(-50%,-50%) scale(1);

}

}


/* ============================= */
/* PULSE */
/* ============================= */

.firefly-horizontal.pulse{
animation:firefly-pulse 2.2s ease-in-out infinite;
}

@keyframes firefly-pulse{

0%,100%{

transform:translate(-50%,-50%) scale(1);

box-shadow:
0 0 10px rgba(254,255,0,0.7),
0 0 20px rgba(254,255,0,0.4),
0 0 35px rgba(254,255,0,0.25);

}

50%{

transform:translate(-50%,-50%) scale(1.2);

box-shadow:
0 0 18px rgba(254,255,0,1),
0 0 40px rgba(254,255,0,0.8),
0 0 70px rgba(254,255,0,0.5);

}

}



/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width:768px){

.path-tracker-horizontal{
top:57px;
}

.tracker-container{
max-width:100%;
}

.firefly-horizontal{
width:12px;
height:12px;
}

}


.luma-section.luma-program {
    margin: 160px 0 140px;
}
.luma-section {
    margin: 140px 0 160px;
}
.luma-wrap{
    margin:0 auto;
}

/* title */
.content-decorator .luma-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff;
    width: 50%;
}
.luma-title span{
    color:#FEFF00;
}
.content-decorator .luma-desc {
    color:#fff;
    font-size:18px;
    width: 50%;
    margin-bottom:80px;
}
/* program grid */
.luma-program-grid{
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    gap:46px 24px;
    position:relative;
}
.luma-program-grid:before {
    content: '';
    position: absolute;
    width: 87px;
    height: 87px;
    background: #f2ff00;
    border-radius: 50%;
    left: -20px;
    top: -18px;
    z-index: 0;
    /* Начальное состояние - невидимый и уменьшенный */
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.luma-program-grid:after{
    content:'';
    position: absolute;
    width: 87px;
    height: 87px;
    background: #f2ff00;
    border-radius: 50%;
    right: -20px;
    top: 165px;
    z-index: 0;
    /* Начальное состояние - невидимый и уменьшенный */
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* Класс для анимированного состояния */
.luma-program-grid.visible:before,.luma-program-grid.visible:after {
    opacity: 1;
    transform: scale(1);
}

/* card */
.luma-card{
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    position: relative;
    transition: .25s ease-out;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    opacity: 0;
    transform: translateY(25px);
}
.luma-program-grid.visible .luma-card{
    opacity: 1;
    transform: translateY(0);
}
.luma-program-grid.visible .luma-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
/* Первые 4 элемента располагаются в первом ряду */
.luma-card:nth-child(1) {
  grid-column: span 3; /* 3/12 = 1/4 */
}
.luma-card:nth-child(2) {
  grid-column: span 3; /* 3/12 = 1/4 */
}
.luma-card:nth-child(3) {
  grid-column: span 3; /* 3/12 = 1/4 */
}
.luma-card:nth-child(4) {
  grid-column: span 3; /* 3/12 = 1/4 */
}
/* Второй ряд */
.luma-card:nth-child(5) {
  grid-column: span 4; /* 4 колонок */
}
.luma-card:nth-child(6) {
  grid-column: span 8; /* 8 колонок */
  z-index: 5;
}
.luma-card h3{
    color:#1c1c1c;
    font-size:18px;
    margin-bottom:8px;
}
.luma-card.highlight h3 {
    font-size: 24px;
    margin: 0;
}
.luma-card p{
    color:#555;
    font-size:14px;
    line-height:1.5;
}
.luma-num{
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    color: #005A5B;
}

/* highlight card */
.luma-card.highlight{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:16px;
    z-index:1;
    padding: 0;
}
.luma-card.highlight .content-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}
.luma-card.highlight:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: #FFD600;
    border-radius: 50%;
    filter: blur(20px);
    top: -15px;
    right: -150px;
    z-index: -1;
    opacity: 0.35;
    animation: microPulse 4s ease-in-out infinite;
}
@keyframes microPulse {
    0%, 100% {
        opacity: 0.35;
    }
    50% {
        opacity: 0.5;
    }
}
.highlight-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0 90px;
}
.highlight-info-text {
    
}

/* button */
.luma-btn{
    background:#FF8A00;
    color:#fff;
    border:none;
    padding:14px 22px;
    border-radius:10px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}
.luma-btn:hover{
    background:#ff9d2f;
    transform:translateY(-2px);
}

.grid-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 2 колонки равной ширины */
    grid-template-rows: repeat(2, auto);     /* 2 строки, высота по содержимому */
    gap: 60px 220px;                              /* отступы между ячейками */
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* 3 колонки равной ширины */
    grid-template-rows: repeat(2, auto);     /* 2 строки, высота по содержимому */
    gap: 80px 24px;                             /* отступы между ячейками */
    margin-bottom: -80px;
   grid-template-areas:
        "card1 card3 card4"
        "card2 card3 card5";
}

/* Назначаем карточки на области сетки */
.step-card:nth-child(1) {
    grid-area: card1;  /* Консультация и осмотр - левая верхняя */
}

.step-card:nth-child(2) {
    grid-area: card2;  /* Материалы о подготовке - левая нижняя */
}

.step-card:nth-child(3) {
    grid-area: card3;  /* Подбор комплектующих - центральная (2 ряда) */
    align-self: center; /* вертикальное выравнивание по центру */
}

.step-card:nth-child(4) {
    grid-area: card4;  /* Изготовление протеза - правая верхняя */
}

.step-card:nth-child(6) {
    grid-area: card5;  /* Школа ходьбы - правая нижняя */
}
/* steps */
.step-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: row;
    gap: 10px;
     /* Начальное состояние для анимации */
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease-out, transform 1.5s ease-out, box-shadow 0.2s, transform 0.8s;
}
/* Класс для видимого состояния */
.step-card.visible {
    opacity: 1;
    transform: translateY(0);
}
.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.step-card:nth-child(3) {
    align-self: center; /* вертикальное выравнивание по центру */
}
.step-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin-bottom: 15px;
}
.step-number {
    font-size:48px;
    font-weight:600;
    display: inline;
    color: #005A5B;  /* Синий цвет для номера */
    margin-right:10px;
    line-height: 1;
}
.step-number span{
    color: #FEFF00;
    font-size: 150%;
    line-height: 0;
}
.step-description {
    font-size: 16px;
    font-weight:400;
    color: #333;
    margin-bottom: 8px;
}
p.text-small {
    font-size: 10px;
    font-family: "Open Sans";
}
.content-decorator a.step-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    margin-top: auto;
    transition: gap 0.2s;
    float: right;
}
.content-decorator a.step-link:hover {
    gap: 12px;
    color: #00494a;
}
.content-decorator a.step-link::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.2s;
}
.content-decorator a.step-link:hover::after {
    transform: translateX(4px);
}
/* Адаптивность для планшетов */
@media (max-width: 768px) {
.home-description.content-decorator p.luma-desc {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    max-width: 350px;
    width:auto;
}
.highlight-info {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 0;
}
.grid-container-2 {
    gap: 12px;
}
.step-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: -12px;
}
.step-card {
    padding: 20px;
    margin-bottom: 12px;
}
.step-card:nth-child(3) {
    order: 6;
    margin-top: 12px;
}
.step-title {
    font-size: 18px;
    margin-bottom: 12px;
}
.step-description {
    font-size: 14px;
}
}


/* videos */
.video-section{
    margin-bottom: 160px;
}
.content-decorator .video-section .luma-title {
    margin-bottom: 80px;
}
.luma-video-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px;
}
.luma-video{
    height:360px;
    background:#000;
    border-radius:18px;
    opacity: 0;
    transform: translateY(25px);
    transition: .25s ease-out;
}
.luma-video.visible{
    opacity: 1;
    transform: translateY(0);
}
.luma-video iframe {
    width: 100%;
    max-height: 360px;
    border-radius: 18px;
    border: 2px solid #000;
    transition:.25s;
}
.luma-video iframe:hover{
    box-shadow: 0 32px 80px rgba(0, 0, 0, .15);
    border: 2px solid #FEFF00;
}


/* adaptive */
@media (max-width:1200px){
.luma-program-grid{
    grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:900px){
.luma-video-grid{
    grid-template-columns:1fr;
}
.luma-card:nth-child(1),.luma-card:nth-child(2),.luma-card:nth-child(3),.luma-card:nth-child(4),.luma-card:nth-child(5),.luma-card:nth-child(6) {
    grid-column: span 1;
}
}

@media (max-width:640px){
.content-decorator .luma-title{
    font-size:28px;
    width:100%;
}
.luma-program-grid{
    grid-template-columns:1fr;
}
.luma-section{
    padding:0;
}

}



/* -------------------------------------------преим-----------*/
/* Стили для блока преимуществ */
.benefits-section {
    margin-bottom:160px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Две колонки */
    gap: 40px 130px; /* Вертикальный и горизонтальный отступы */
}

.benefit-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    height: 100%;
    position:relative;
    opacity: 0;
    transform: translateY(25px);
}
.benefit-card.visible{
    opacity: 1;
    transform: translateY(0);
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.benefit-icon img {
    width: 50px;
    height: auto;
}

.benefit-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.benefit-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.3;
    display: block; /* На всякий случай, так как теперь это div */
}

.benefit-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    max-width: 300px;
}

.content-decorator a.benefit-link {
    color: #fe982a;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
    transition: all 0.2s;
    display: inline-block;
    align-self: flex-start;
}

.content-decorator a.benefit-link:hover {
    color: #005A5B;
    transform: translateX(5px);
}


/* Мобильные (до 768px) */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr; /* На мобильных одна колонка */
        gap: 12px;
        padding: 0;
    }
    
    .benefit-card {
        padding: 20px;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .benefit-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .benefit-title {
        font-size: 18px;
    }
    
    .benefit-desc {
        font-size: 14px;
            max-width: 100%;
    }
    
    .content-decorator a.benefit-link {
        font-size: 15px;
    }
}


/*-------------------------------------------------------------------------cta--*/
.tg-qta-section {
    padding: 40px;
    background-color: #fff;
    border-radius: 28px;
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateY(25px);
    transition: .25s ease-out;
}
.tg-qta-section.visible {
    box-shadow: 0 0 24px rgb(254 255 0 / 30%);
    opacity: 1;
    transform: translateY(0);
}

.tg-qta{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.content-decorator h2.tg-qta__title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    color:#333;
}

.content-decorator .tg-qta__text{
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}

.content-decorator ul.tg-qta__list {
    list-style: none;
    padding: 0;
    margin: 0 0 34px 0;
    display: grid;
    gap: 5px;
}

.tg-qta__item{
    position: relative;
    padding-left: 28px;
    font-size: 16px;
}

.tg-qta__item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}
.content-decorator ul li.tg-qta__item::before {
    position: absolute;
    right: 100%;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-right: 5px;
    content: "";
    border-radius: 20px;
    background-color: #FEFF00;
    font-size: 0;
    line-height: 0;
}

.tg-qta__button{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.tg-qta__button:hover{
    transform: translateY(-2px);
}

/* Правая колонка: картинки */

.tg-qta__images {
    display: flex;
    gap: 100px;
    flex-direction: row;
    justify-content: center;
    padding: 30px;
}
.tg-qta__images img {
    border-radius: 30px;
}
.tg-qta__image{
    width: 100%;
    max-height: 340px;
    display: block;
    border-radius: 8px;
    object-fit: none;
}
.tg-qta__image-1{
    margin-top: -30px;
}
.tg-qta__image-2{
    margin-bottom: -30px;
}
/* Tablet */

@media (max-width: 1024px){
    .tg-qta{
        grid-template-columns: 1fr;
    }
    .tg-qta__images{
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */

@media (max-width: 640px){
    .tg-qta__title{
        font-size: 28px;
    }
    .tg-qta__text{
        font-size: 16px;
    }
    .tg-qta__images{
        grid-template-columns: 1fr;
    }
    .tg-qta__button{
        width: 100%;
        justify-content: center;
    }
}

/* -------------------------------------------консультация-----------*/
.consult-section {
    padding: 60px 0;
    margin-top: 70px;
    margin-bottom: 100px;
    background: #F7F9F9;
}
.consult-wrap {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}
.consult-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
/* Левая колонка */
.consult-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 600px;
}
.consult-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.consult-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}
.consult-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}
.consult-list-item {
    font-size: 16px;
    color: #333;
}

/* Правая колонка с формой */
.multiform-gap-form {
    width: auto;
}
.multiform-gap-name,.multiform-gap-helper {
    display: none;
}
.multiform-gap-value {
    margin-left: 0;
}
.multiform-gap-option {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #333;
    font-size: 12px;
}
.multiform-gap-field.type-input {
    display: inline-block;
    width: 50%;
}
.consult-form {
}
.consult-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
}
.consult-form-subtitle {
    font-size: 16px;
    color: #333;
    margin: 0 0 30px 0;
    line-height: 1.5;
    max-width: 350px;
}
.multiform-gap-value input[type='text'], .multiform-gap-value textarea {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    padding: 20px;
    color: #333;
    background: transparent;
    transition: all 0.2s;
}
.multiform-gap-value input[type='text']:focus, .multiform-gap-value textarea:focus {
    outline: none;
    border-color: #FEFF00;
}
.consult-input::placeholder {
    color: #999;
}
.multiform-gap-field.consult-policy {
    font-size: 12px;
    color: #777;
    margin: 10px 0 30px 0;
    line-height: 1.4;
    max-width: 400px;
}
.multiform-submit input[type="submit"] {
    background: #FF8A00;
    color: #fff;
    border: none;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.consult-btn {
    width: 100%;
    background: #FF8A00;
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.multiform-submit input[type="submit"]:hover {
    background: #ff9d2f;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 138, 0, 0.2);
}

/* Планшеты (до 1024px) */
@media (max-width: 1024px) {
.consult-grid {
    gap: 40px;
}
.consult-title {
    font-size: 36px;
}
.consult-form-title {
    font-size: 26px;
}
}

/* Мобильные (до 768px) */
@media (max-width: 768px) {
.consult-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}
.consult-title {
    font-size: 32px;
}
.consult-subtitle {
    font-size: 16px;
}
.consult-list-item {
    font-size: 15px;
}
.consult-form-title {
    font-size: 24px;
}
.consult-input {
    padding: 14px 0;
    font-size: 15px;
}
.multiform-submit input[type="submit"]{
    width:100%;
}
}


.content__content .block .block__content .content-decorator {
    color: #fff;
}


/*-------------------------------------------------------------------------виды протезов---*/
section.catalog {
    margin-bottom: 160px;
}
.content-decorator .border-nobg h2 {
    margin-bottom: 25px;
}
.nobg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 равные колонки */
    grid-template-rows: repeat(2, auto); 
    gap: 60px 100px;
}
.nobg-item {
    position: relative;
    min-height: 400px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgb(255 255 255);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(25px);
    transition: .25s ease-out;
}
.nobg-item.visible{
    opacity: 1;
    transform: translateY(0);
}
.nobg-item.hover.visible:hover {
    transform: translate(0px, -5px);
    box-shadow: rgb(129 129 129 / 30%) 0px 2px 10px -3px;
}
.content-decorator .nobg-item h3 {
    font-size: 24px;
    color: #333;
}
.content-decorator .nobg-item p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.content-decorator .nobg-item ul {
    margin-bottom: 15px;
}
.content-decorator .nobg-item ul li{
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1rem;
    color: #333;
}
.content-decorator .nobg-item p.text-small {
    line-height: normal;
    font-size: 80%;
}
.content-decorator .nobg-item a {
    color: #333;
}
.nobg-item a {
    position: absolute;
    bottom: 32px;
    right: 32px;
}

/*-------------------------------------------------------------------------FAQ accordeon--*/
section.luma-faq {
    margin-bottom: 80px;
}
.content-decorator .luma-faq .luma-title {
    margin-bottom: 60px;
}
.details {
    position: relative;
    display: block;
    margin: 0 auto 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: .25s ease-out;
}
.details.visible {
    opacity: 1;
    transform: translateY(0);
}
.details:hover {
    box-shadow: 0 0 24px rgb(254 255 0 / 30%);
    border-radius: 20px;
}
.details::after {
    position: absolute;
    right: 40px;
    top: 30px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: .3s;
}
.details[hover]::after{
    transform: rotate(-45deg);
}
.details[open]::after {
    transform: rotate(45deg);
    border-color: #fff;
}
.details[open] {
    padding-bottom: 100px;
}
.details[open]:hover {
    box-shadow: none;
}
.details[open] .details__title {
    margin-bottom: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.details__title {
    padding: 24px 32px;
    font-size: 18px;
    cursor: pointer;
    list-style: none;
    font-weight: 400;
    color: #333;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.details__title:hover {
    color: #686868;
}
.details__title::-webkit-details-marker {
  display: none;
}
.details__content {
    font-size: 18px;
    margin-bottom: -80px;
    padding: 40px 32px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 20px;
    color: #333;
}
.content-decorator .details__content li {
    color: #333;
}
.content-decorator .details__content h4 {
    color: #333;
    margin-top: 24px;
    margin-bottom: 12px;
}
.content-decorator .details__content h4:first-child {
    margin-top: 0;
}
.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}
.section-faq button.button.button-dark.button_size_xl {
    display: block;
    margin: 60px auto 0;
    padding: 25px 60px;
}



/*-------------------------------------------------------------------------inner page--*/

h1.block__header.block__header_text {
    font-size: 40px;
    margin-bottom: 80px;
    margin-top: 64px;
    max-width:620px;
}
.consultation {
  position: relative;
}
.consultation__container {
  margin: 0 auto;
}
/* grid */
.consultation__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
/* декоративный круг */
.consultation__decor {
    position: absolute;
    width: 87px;
    height: 87px;
    background: #f2ff00;
    border-radius: 50%;
    left: -35px;
    top: -30px;
    z-index: 1;
    
    /* Анимация при загрузке */
    animation: fadeInScale 0.8s ease-out forwards;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* текст */
.consultation__content {
  background: #e9e9e9;
  border-radius: 22px;
  padding: 40px;
  position: relative;
  z-index: 2;
  color: #333;
}
.content-decorator .consultation__content p {
    font-size: 15px;
    max-width: 600px;
    font-family: 'Open Sans';
        margin: 0;
}
.content-decorator p.consultation__lead {
    font-family: 'Unbounded';
    color: #333;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 580px;
}
.content-decorator .consultation__content ul,.content-decorator .consultation__content ol {
    max-width: 468px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}
.content-decorator .consultation__content ul li,.content-decorator .consultation__content ol li {
    font-size: 15px;
    color: #333;
}
/* изображения */
.consultation__images {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.consultation__img {
  border-radius: 22px;
  overflow: hidden;
  flex: 1;
}
.consultation__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.consultation__img:hover img {
  transform: scale(1.05);
}
/* ===== tablet ===== */
@media (max-width: 1024px) {
  .consultation__wrapper {
    grid-template-columns: 1fr;
  }
  .consultation__images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .consultation__decor {
    left: -10px;
  }
}
/* ===== mobile ===== */
@media (max-width: 640px) {
  .consultation__title {
    font-size: 30px;
  }
  .consultation__content {
    padding: 24px;
  }
  .consultation__images {
    grid-template-columns: 1fr;
  }
}


.prosthetics{
    padding:140px 0 0 0;
    font-size: 15px;
    font-family: 'Open Sans';
}

.prosthetics__container{
    margin:0 auto;
}

.content-decorator .prosthetics__title{
    font-family: 'Unbounded';
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-bottom:80px;
    max-width: 59%;
}
.content-decorator .prosthetics__title.w-85{
    max-width: 85%;
    }
/* большие карточки */

.prosthetics__box{
    background:#e9e9e9;
    border-radius:18px;
    padding:40px;
    margin-bottom:140px;
}

/* бесплатное получение */
.half{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:40px;
    align-items:self-start;
}


/* крепления */

.fixation{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:40px;
    align-items:self-start;
}

.fixation__images{
    display:flex;
    gap:20px;
}

.fixation__images img{
    max-width: 100%;
    height: auto;
}

/* лайнеры */

.liners{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:40px;
    align-items:self-start;
}

.content-decorator ul.liners__list{
    margin: 0;
}

/* материалы */

.prosthetics__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-bottom:140px;
}

.prosthetics__card{
    background:#e9e9e9;
    padding:40px;
    border-radius:16px;
    transition: .25s ease-out;
}
.prosthetics__card:hover{
    transform: translate(0px, -5px);
    box-shadow: rgba(129, 129, 129, 0.3) 0px 2px 10px -3px;
}

.content-decorator .prosthetics h3{
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.content-decorator .prosthetics h3.liners__col_lead{
    font-size: 22px;
    text-transform: none;
}
.content-decorator .prosthetics p,.content-decorator .prosthetics ul li{
    color: #333;
}
.content-decorator .prosthetics ul li{
    
}


/* модули */
.prosthetics__modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 70px;
}

.module {
    background: #e9e9e9;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 20px;
    transition: .25s ease-out;
}

.module:hover {
    transform: translate(0px, -5px);
    box-shadow: rgba(129, 129, 129, 0.3) 0px 2px 10px -3px;
}

.module img {
    max-height: 110px;
}

/* 7-й элемент на всю ширину */
.prosthetics__modules .module:nth-child(7) {
    grid-column: 1 / -1; /* Занимает все 3 колонки */
    max-width: 80%; /* Ограничиваем ширину 80% */
    margin: 0 auto; /* Центрируем */
    width: 100%;
}

/* Или если нужна фиксированная ширина */
.prosthetics__modules .module:nth-child(7) {
    grid-column: 1 / -1;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
    .prosthetics__modules {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .prosthetics__modules .module:nth-child(7) {
        max-width: 90%;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .prosthetics__modules {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .module {
        padding: 24px;
    }
    
    .prosthetics__modules .module:nth-child(7) {
        grid-column: auto;
        max-width: 100%;
        margin: 0;
    }
}


/*------------------------------------------------------------------------верхние конечности--*/
/* Стили для измененной HTML структуры */
.level-details {
    margin:140px 0;
}

/* Первая строка - 3 колонки */
.specs-grid-first-row {
        font-family: 'Open Sans', sans-serif;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

/* Вторая строка - 2 колонки по 50% */
.specs-grid-second-row {
        font-family: 'Open Sans', sans-serif;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.spec-item {
        font-family: 'Open Sans', sans-serif;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: .25s ease-out;
}

.spec-item:hover {
    transform: translate(0px, -5px);
    box-shadow: rgb(129 129 129 / 30%) 0px 2px 10px -3px;
}

.spec-item strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

.spec-item p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1024px) {
    .specs-grid-first-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .specs-grid-second-row {
        gap: 20px;
    }
    
    .spec-item {
        padding: 32px;
    }
    
    .level-details h2 {
        margin-bottom: 60px;
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .specs-grid-first-row {
        grid-template-columns: 1fr;
        gap: 12px;
            margin-bottom: 12px;
    }
    
    .specs-grid-second-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .spec-item {
        padding: 20px;
    }
    
    .level-details {
        margin: 64px 0;
    }
    .level-details h2 {
        margin-bottom: 40px;
        font-size: 1.5rem;
    }
}


/* Блок с функциональностью протезов */
.functionality-section {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 70px;
}

/* Грид для трех элементов */
.functionality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Карточка элемента */
.functionality-item {
    position: relative;
    padding: 40px 160px 40px 40px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: .25s ease-out;
    overflow: hidden;
}

.functionality-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Заголовок элемента */
.functionality-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
}

/* Описание элемента */
.functionality-item p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    font-family: 'Open Sans', sans-serif;
}

/* Картинка внутри элемента */
.functionality-item .item-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: auto;
    transition: 0.25s ease;
}
.functionality-item:hover .item-image {
    transform: scale(1.05);
}
/* Адаптивность для планшетов (до 1024px) */
@media (max-width: 1024px) {
    .functionality-section {
        margin-top: 60px;
    }
    
    .functionality-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .functionality-item {
        padding: 32px;
    }
    
    .functionality-item h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .functionality-item p {
        font-size: 14px;
    }
    
    .functionality-item .item-image {
        width: 50px;
        height: 50px;
        bottom: 16px;
        right: 16px;
    }
}

/* Адаптивность для мобильных устройств (до 768px) */
@media (max-width: 768px) {
    .functionality-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .functionality-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .functionality-item {
        padding: 20px;
    }
    
    .functionality-item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .functionality-item p {
        font-size: 14px;
    }
    
    .functionality-item .item-image {
        display: none;
    }
}


/*-------------------------------------------------------------------------голень--*/
/* Блок с изображениями - новый класс */
.consultation-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Контейнер для каждого изображения */
.consultation-images-grid .consultation__img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

/* Стили для изображений */
.consultation-images-grid .consultation__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Эффект при наведении (опционально) */
.consultation-images-grid .consultation__img:hover img {
    transform: scale(1.05);
}


/* Адаптивность для планшетов (до 1024px) */
@media (max-width: 1024px) {
    .consultation-images-grid {
        gap: 16px;
    }
    
    .consultation-images-grid .consultation__img {
        border-radius: 12px;
    }
}

/* Адаптивность для мобильных устройств (до 768px) */
@media (max-width: 768px) {
    .consultation-images-grid {
        gap: 12px;
    }
    
    .consultation-images-grid .consultation__img {
        border-radius: 8px;
    }
}

/* Если на мобильных устройствах нужно сделать одну колонку */
@media (max-width: 480px) {
    .consultation-images-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}


/*-------------------------------------------------------------------------home--*/


.content-container {
    background-color: transparent;
    padding: 0;
}

.home-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background-color: #D9D9D9;
    border-radius: 16px;
    opacity: 0;
    transform: translateY(25px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;

}
.home-about.visible{
    opacity: 1;
    transform: translateY(0);
} 
.home-about__item {
    border-radius: 16px;
    overflow: hidden;
}
.home-about__item.item-color {
    background-color: #D9D9D9;
    color: #000;
    padding: 45px 45px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-box_size_s *+.icon-box__icon {
    fill: #fff;
}
img.home-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-decorator .title_h1 {
    font-size: 2.5rem;
    color: #000;
}
.content-decorator .block__header_text {
    font-size: 1.28em;
    font-weight: 400;
    line-height: 1.28;
}
.button.button-primary.button_size_xl {
    background-color: #FE982A;
    color: #000;
    margin: 30px 0 15px;
    font-size: 18px;
    padding: 20px 30px;
    border-radius: 16px;
    text-transform: lowercase;
    width: fit-content;
    transition: .25s all ease-out;
}
.button.button-primary.button_size_xl:hover {
    color: #333;
    background: #ff9d2f;
    transform: translateY(-2px);
}

.button.button_style_inverse.button_size_xl {
    color: #FE982A;
    font-size: 18px;
    padding: 20px 30px;
    border-radius: 16px;
    text-transform: lowercase;
    width: fit-content;
    transition: .25s all ease-out;
}
.button.button_style_inverse.button_size_xl:hover {
    background: rgb(255 255 255 / 20%);
    transform: translateY(-2px);
}

.button.button-dark.button_size_xl {
    background-color: #2aabee;
    font-size: 1.2rem;
    padding: 25px 40px;
    border-radius: 25px;
}
.button.button-dark.button_size_xl:hover {
    background-color: rgb(42 171 238 / 85%);
    color: #fff;
}



.howto {

}
.content-decorator .howto h2 {
    text-align: center;
    border-radius: 40px;
    padding: 60px 55px 60px;
    margin: 0;
}
.bg-color-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
}
.bg-color-item {
    border-radius: 40px;
    padding: 70px 55px 70px;
    cursor: default;
    background: #FFCCCF;
    background: -webkit-linear-gradient(45deg, rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    background: -moz-linear-gradient(45deg,rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFCCCF", endColorstr="#FFD6D9", GradientType=0 );
}
.bg-color-item .title.title_h1 {
    color: #1b1b1b;
    font-size: 3.5rem;
    font-weight: 500;
}
.content-decorator .bg-color-item h4 {
    font-size: 1.5rem;
        font-weight: 600;
    line-height: 1;
    color: #1b1b1b;
}
.content-decorator .bg-color-item p {
    font-size: 1.2rem;
    font-weight: 500;
}
.bg-color-item a {
    color: #686868;
    text-decoration:underline;
}

.team-grid {
    display: grid;
}
.team-grid.col-2-3 {
    grid-template-areas:". . .";
    grid-template-columns: 50% 25% 25%;
    grid-template-rows: 1fr;
    /* gap: 20px; */
    margin: 0 -5px;
}
.team-grid-title {
    border-radius: 40px;
    overflow: hidden;
    padding: 70px 55px 70px;
    background-color: #fff;
    margin: 0 5px 10px;
}
.content-decorator .team-grid-title h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #1b1b1b;
}
.content-decorator .team-grid-title p {
    font-size: 1.2rem;
}
.team-item {
    margin: 0 5px 10px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-item span.title {
    position: absolute;
    width: 88%;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 0;
    background-color: rgb(255 255 255 / 70%);
    color: #1b1b1b;
    border-top: 1px solid rgb(255 255 255 / 7%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    border-radius: 25px;
    backdrop-filter: blur(5px);
}
.team-grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas:". . . .";
    margin: 0 -5px;
}
.team-item .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    gap: 20px;
}

.foryou-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . .";
}




/* Основные стили остаются прежними */
.main-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 300;
}
.accordion-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 12rem 55px;
}
.intro-text {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.accordion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    align-items: start; /* Важно! */
}

.accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Важно для равной высоты */
}

.accordion-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    padding: 35px 40px 0px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 130px;
}

.accordion-title h2{
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 3rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    flex-grow: 1; /* Занимает доступное пространство */
}

.accordion-spacer {
    flex-grow: 1; /* Заполняет оставшееся пространство */
    min-height: 20px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.accordion-content p {
    font-size: 1rem;
    padding: 0 40px 40px;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
    margin: 0;
}

.accordion-input {
    display: none;
}

.accordion-input:checked + .accordion-header + .accordion-content {
    max-height: 500px;
    margin-top: -10px;
}

.accordion-input:checked + .accordion-header + .accordion-content p {
    opacity: 1;
    color: var(--pale-color);
}

.accordion-input:checked + .accordion-header .accordion-title {
    color: #ffffff;
}

.accordion-input:checked + .accordion-header .accordion-spacer {
    display: none; /* Убираем спейсер при открытии */
}

/* Индикатор открытия/закрытия */
.accordion-header::after {
    content: '+';
    position: absolute;
    right: 2rem;
    top: 35px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: var(--lt-color-gray-100);
}
.accordion-input:checked + .accordion-header::after {
    transform: rotate(45deg);
    color: #ffffff;
}
.accordion-item:hover .accordion-header h2{
    color: #686868;
}
.second-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    align-items: start; /* Важно для равной высоты */
}
.second-row .accordion-item {
    width: calc((100% - 2rem) / 2); /* 2 блока с отступом */
    max-width: 500px; /* Максимальная ширина */
    flex-shrink: 0; /* Запрещаем сжатие */
}

/* Мобильная версия */
@media (max-width: 1024px) {
.accordion-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.accordion-desc {
    padding: 40px 10px 40px;
}
.accordion-input:checked + .accordion-header .accordion-title {
    color: #ffffff;
}
.main-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.accordion-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    top: -10px;
    left: -10px;
}
.home-description.content-decorator .accordion-title h2,
.content-decorator .accordion-title h2
{
    font-size: large;
    color: #fff;
    padding-right: 1rem;
    line-height: normal;
}
.accordion-header {
    padding: 30px 30px 15px 40px;
    min-height: 110px;
}
.accordion-header::after {
    right: 20px;
    top: 20px;
}
.accordion-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    top: -12px;
    left: -12px;
}
.accordion-input:checked + .accordion-header + .accordion-content {
    margin-top: 0;
}
.accordion-item:hover .accordion-header h2 {
    color: #fff;
}
.accordion-content p {
    padding: 0 40px 40px;
}
.second-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.second-row .accordion-item {
    width: 100%;
    max-width: 500px;
}
}


        
/*-------------------------------------------------------------------------review-main--*/

@media (min-width: 1440px) {
    .reviews-thumbs_size_s {
        --cols-count: 4;
    }
}

section.blocks__item.blocks__item_home.blocks__item-reviews {
    margin-bottom: 60px;
}
.review-thumb {
    border-radius: 30px;
    padding: 40px 40px 40px;
    color: #5e636e;
}
.review-thumb__text {
    color: #686868;
    height: max-content;
    font-size: 1rem;
}
.review-thumb__product-content {
    width: auto;
    display: flex;
    align-items: center;
}
.review-thumb__author {
    margin: 0;
    display: inline-block;
}
.review-thumb__product-rating {
    display: inline-block;
    margin: 0 5px 0px;
}





/*-------------------------------------------------------------------------blog--*/

section.blocks {
    gap: 0;
}
section.blocks__item.blocks__item_home.blocks__item-news {
    padding-bottom: 60px;
    padding-top: 60px;
}
.home-block_size_l {
    padding: 0;
}
.home-block {
    background-color: transparent;
}
.slider-block__header-text-container {
    font-size: 2.4rem;
    font-weight: 600;
}
.slider-block__buttons-container:first-child, .slider-block__header-text-container:first-child {
    text-align: left;
}
.post-thumb {
    border-radius: 30px;
    border: none;
}
.post-thumb__title-container{
    font-size: 16px;
}
.post-thumb__image-container {
    margin: -20px -20px 15px;
}
.post-thumb_size_s .post-thumb__image-box {
    height: 200px;
}
.post-thumb_size_s .post-thumb__image-box_full img {
    object-position: bottom;
}
.slider-block__header-container {
    border-radius: 40px;
    padding: 60px 20px 30px;
}

.post-thumb__date-container {
    color: #686868;
    font-size: 0.7rem;
    margin-bottom: 5px;
}
.post-thumb__title-container a.link.link_style_hover {
    color: #1b1b1b;
}
.short-blog .two-columns .column {
    border-radius: 30px;
    padding: 70px 55px 70px;
    background-color: #fff;
}
.short-blog .two-columns .column .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
}
.list-stories {
    display: flex;
    gap: 10px;
}
.list-stories .team-item {
    margin: 0;
}
.short-blog .two-columns h2{
    font-size: 2.4rem;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 40px;
}
.short-blog .two-columns .column a.link {
    display: block;
    color: #1b1b1b;
    text-decoration: underline;
}
.short-blog .two-columns .column a.link:hover {
    color: var(--link-color);
    text-decoration: none;
}
.short-blog .two-columns .column a:last-child {
    margin-top: 40px;
}
section.short-blog {
    margin-top: 60px;
    margin-bottom: 30px;
}


.blog-stream-page__header-text-container {
    padding: 20px 0px 35px;
}
.blog-stream-page details {
    margin-top: -5px;
    padding-left: 0;
}
.blog-stream-page summary {
    cursor: pointer;
    font-size: 0.8rem;
    color: var(--lt-color-gray-500);
    padding: 5px 0;
    line-height: 1;
    outline: none;
    transition: all .1s linear;
    border-bottom: 1px dashed;
    display: inline-block;
}
.blog-stream-page summary:hover {
    color: var(--primary-color-hover);
}
.blog-stream-page summary::marker {
    color: var(--primary-color);
    font-size: 0.8rem;
}
.blog-stream-page .hidden-content {
    padding: 0;
    border-top: 1px dashed rgb(255 255 255 / 10%);
}
.blog-main-text {
    font-size: 0.9rem;
    color: #686868;
}

/*-------------------------------------------------------------------------other pages--*/

section.mb-60 {
    margin-bottom: 60px;
}
section.mb-100 {
    margin-bottom: 100px;
}
.content-decorator section.inner-page:last-child {
    margin: 0;
}
.section-title h2 {
    text-align: center;
    padding: 60px 55px 60px;
    margin: 0;
}
.inner-page .team-item h2 {
    color: #1b1b1b;
        margin: 0;
}
.inner-page ul {
    margin-bottom: 20px;
}
.inner-page ul li {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3rem;
    margin-top: 15px;
}
.inner-page ul li a {
    color: var(--link-color);
    border-bottom: 1px dashed;
}
.inner-page ul li a:hover {
    border-bottom: 1px solid;
}
.team-grid.col-1 {
    display: grid;
    grid-template-rows: auto auto;
    border-radius: 30px;
    padding: 70px 55px 70px;
    background-color: #fff;
}
.team-grid.col-1 .full-width {
    grid-column: 1 / -1;
    text-align: center;
    margin: 0;
}
.team-grid.col-1 .full-width h2 {
    color: #1b1b1b;
        margin-bottom: 60px;
}
.team-grid.col-1 .two-columns,
.short-blog .two-columns
{
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.team-grid.col-1 .two-columns h3{
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #1b1b1b;
}
.team-grid.col-1 .two-columns .column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
}
.team-grid.col-1 .two-columns .column h2 {
    margin: 0;
}
.team-grid.col-1 .two-columns .column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0px;
}

.home-about__item.item-nocolor {
    background-color: #fff;
    padding: 55px 55px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-about__item.item-nocolor h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1b1b1b;
}
.home-about__item.item-nocolor ul {
    margin-bottom: 40px;
}
.home-about__item.item-nocolor ul li {
    text-transform: none;
    font-size: 1.2rem;
}
.home-about__item.item-nocolor p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #686868;
}

.home-about__item.item-nocolor p.block__header_text {
    font-size: 1.5rem;
}

.full-width {
    border-radius: 40px;
    cursor: default;
    background: #fff;
}
.full-width.color {
    background: #FFCCCF;
    background: -webkit-linear-gradient(45deg, rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    background: -moz-linear-gradient(45deg,rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 204, 207, 1) 0%, rgba(255, 214, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFCCCF", endColorstr="#FFD6D9", GradientType=0 );
}
.full-width .two-columns {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
.full-width .two-columns .column {
    padding: 70px 55px 70px;
}
.full-width .two-columns img {
    max-width: 500px;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
}
.full-width h2{
    font-size: 2.4rem;
    font-weight: 600;
    color: #1b1b1b;
}
.full-width p {
    font-size: 1.2rem;
}
.inner-page .full-width ul li {
    font-size: inherit;
    line-height: 1.3rem;
    text-transform: none;
    margin-top: inherit;
}

.bg-color-grid.\33 -col {
    grid-template-columns: 1fr 1fr 1fr;
}
.bg-color-grid.\33 -col .bg-color-item.hover{
    position:relative;
}
.bg-color-grid.\33 -col img.ico-item {
    max-height: 70px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}




/*------------------------------------------------------------------------blog-fullstory--*/
.blog-stream-page .block__header {
    margin: 0 0 30px;
}
.blog-post-page .block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-post-page__content-container {
    max-width: 860px;
}
.blog-post-page__content-container img {
    border-radius: 20px;
    max-height: 400px;
    width:100%;
    object-fit:cover;
    margin-bottom: 10px;
}
.share_dropdown .share__links{
    max-width: max-content;
}
.share .ya-share2__link, .share__link {
    font-size: 0.875rem;
}




/*------------------------------------------------------------------------footer--*/

.footer {
    font-size: 12px;
    background-color: #fff;
    color: #333;
}
.footer__content {
    padding: 60px 0 50px;
}
.footer-copyright__logo {
    max-width: 160px;
}
.footer .link, .footer .link-decorator a, .link-decorator .footer a,.footer .link-box_style_hover .link-box__link {
    color:#333;
}
footer span.link.link_style_alt.ordercall-button.call-back-button {
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
    color:#333;
}
footer span.link.link_style_alt.ordercall-button.call-back-button:hover {
    border-bottom: 1px solid;
}
.up-button {
    background-color: rgb(0 0 0 / 30%);
    transition: all .2s linear;
}
.up-button:hover {
    opacity: 1;
    background-color: var(--accent-color-hover);
}
.up-button_show {
    opacity: 1;
}

.slider-block__header-text-container {
    color: #fff;
}
.slider-block__header-text-container small {
    color: #388bff;
}
.slider-block__header-text-container small a {
    color: #388bff;
    text-decoration: underline;
}
.slider-block__header-text-container small a:hover {
    color: #fff;
}


/*-------------------------------------------------------------------------maps--*/
.maps .container {
    width: 100%;
}
section.maps {
    display: flex;
    margin-top: 60px;
}
section.maps iframe {
    border-radius: 20px;
    margin-bottom: 100px;
}


/*-------------------------------------------------------------------------free--*/
.inner-content {
  max-width: 1000px;
  margin: 0 auto;
}

.article-header {
    text-align: center;
    margin-bottom: 60px;
}
.inner-content h1 {
    padding: 60px 20px 0px;
    font-size: 2.4rem;
    font-weight: 600;
}
.article-header button {
    margin-top: 40px;
}

.step {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.15s ease;
    color: #fff;
    border-radius: 30px;
    padding: 55px 55px 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.step:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.step-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;    
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2aabee;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.step-content h2 {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    color: #fff;
}

.step-content p {
    color: var(--pale-color);
}



/*-------------------------------------------------------------------------adaptive PC+--*/
@media (min-width: 1024px) {
.products-thumbs {
    --cols-count: 4;
}
.footer-block__header {
    font-size: 16px;
}
.up-button {
    bottom: 100px;
}
.posts-thumbs.posts-thumbs_slider.swiper.posts-thumbs_size_s.swiper-initialized.swiper-horizontal.swiper-css-mode.swiper-watch-progress {
    --cols-count: 4;
}
.reviews-thumbs_slider {
    margin: 0;
    padding: 0;
}
.reviews-thumbs_slider .reviews-thumbs__item {
    padding-left: 0px;
    padding-right: 10px;
}
.posts-thumbs_slider {
    padding: 0;
}
.posts-thumbs.posts-thumbs_slider.swiper.posts-thumbs_size_s {
    margin: 0;
}
.posts-thumbs_slider .posts-thumbs__item {
    padding-left: 0;
    padding-right: 10px;
}
}



/*-------------------------------------------------------------------------adaptive--*/
@media (max-width: 767px) {
.reviews-thumbs_size_s,
.posts-thumbs_size_s
{
    --cols-count: 1;
}
}

@media (max-width: 1024px) {
.container {
    overflow: hidden;
}
.r-header-logo img {
    max-width: 100%;
    max-height: 38px;
            width: 100%;
        height: auto;
}
body, button, input, select, textarea {
    font-size: 1rem;
}
.content-decorator .bg-color-item .title.title_h1 {
    font-size: xx-large;
}
.content-decorator .title_h1,
.content-decorator h2,
.content-decorator .border-nobg h2,
.content-decorator .howto h2,
.content-decorator .team-grid-title h2,
.slider-block__header-text-container,
.content-decorator .section-faq h2,
.section-faq h2,
.team-grid.col-1 .full-width h2,
.short-blog .two-columns h2,
.home-about__item.item-nocolor h2,
.home-description.content-decorator h2
{
    font-size: 26px;
    line-height: normal;
    margin-bottom: 12px;
}
.content-decorator h3, 
.content-decorator .nobg-item h3,
.content-decorator .bg-color-item h4
{
    font-size: 20px;
}
.content-decorator p {
    font-size: 14px;
}
.details__content {
    font-size: 14px;
            padding: 24px;
}
.home-description.content-decorator p {
    margin-bottom: 12px;
}
.content-decorator .block__header_text,
.home-about__item.item-nocolor p.block__header_text
{
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    max-width: 90%;
}
.button.button-primary.button_size_xl {
    margin-top: 24px;
}
.content-decorator .full-width p, 
.inner-page .full-width ul li 
{
    font-size: 16px;
}
.home-description.content-decorator p.block__header_text {
    margin-bottom: 24px;
}

.r-header-menu__dropdown.r-header-menu__dropdown_open ~ .path-tracker-horizontal,
.r-header-menu__dropdown.r-header-menu__dropdown_open .path-tracker-horizontal,
body:has(.r-header-menu__dropdown_open) .path-tracker-horizontal {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.r-header__list-item-link_phone {
    
}
.r-header-menu__dropdown.js-r-header-menu__dropdown.r-header-menu__dropdown_open {
    height: 100vh;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, .07);
}

.r-header-menu__dropdown {
    background: #005A5B;
}
.r-header-contacts.r-header-contacts_open {
    height: calc(100vh - 60px);
    background-color: #005A5B;
}

.header-overlay.header-overlay_enabled {
    background-color: rgb(0 40 41 / 70%);
    backdrop-filter: blur(5px);
}
.r-header-menu__dropdown {;
    width: 260px;
}
.r-header__list-item-link,
.list-rows_monochrome .list-rows__item 
{
    color: #fe982a;
}
.r-header__list-item {
    margin-right: 25px;
}
.r-header-menu__dropdown-close {
    color: #fc982a;
}
.r-header-menu__dropdown-header {
    padding-right: 20px;
}
.r-header__list-item-link_phone {
    background-color: rgb(0 0 0 / 05%);
}
.r-header-contacts-btn .link-box__icon {
    color: #fe982a;
}
.responsive-social-button {
    background-image: linear-gradient(to right, rgba(250, 250, 250, 0) 0, #1a1a1a 25%);
}
.list-rows__item-name {
    font-size: 1.15rem;
    white-space: break-spaces;
    line-height: 1.15;
}

.r-header {
    background: transparent;
    box-shadow:none;
}
.r-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
header.index__header{
    z-index:99;
}
header.index__header.scrolled {
    height: 60px;
}
.button.button_style_transparent_gray.ordercall-button.call-back-button {
    padding: 0;
}
span.pseudo-link.pseudo-link_style_alt-gray {
    width: 100%;
    display: block;
    border-radius: 11px;
}
.fixed-bar {
    display: none;
}
.r-header__list_right .r-header__list-item:nth-child(2),
.r-header__list_right .r-header__list-item:nth-child(3)
{
    display: none;
}
.r-header__list_right .r-header__list-item {
    margin-right: 0;
}
a.r-header-contacts__navigator.button.button_size_xs.button_style_light.button_fill {
    font-size: 1rem;
    padding: 10px 0;
}

.button.button-primary.button_size_xl,
.button.button-dark.button_size_xl,
a.button.button_style_inverse.button_size_l,
.button.button_style_inverse.button_size_xl
{
    font-size: 14px;
    line-height: normal;
    width: 100%;
    margin: 0 0 12px;
}
a.button.button_style_inverse.button_size_l {
    padding: 14px 22px;
    border-radius: 25px;
    line-height: 1;
}
.home-description {
    padding-bottom: 0;
}
.home-about {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0;
    background-color: transparent;
}
.home-about__item.item-color {
    padding: 0;
    background-color: transparent;
    color: #fff;
}
.home-about__item.item-color h1{
    color:#fff;
    margin-bottom:10px;
}
.home-about__item {
    margin: 0;
    overflow: hidden;
}
.content-decorator .howto h2,
.section-title h2 {
    padding: 40px 0 40px;
}
.content__breadcrumbs {
    background: transparent;
    margin-bottom: 0;
}
.content-decorator .bg-color-item p {
    font-size: 0.92rem;
}
.content-decorator .border-nobg h2 {
    padding: 0;
}
.nobg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}
.nobg-item {
        min-height: 200px;
        padding: 20px;
}
.nobg-item img {
    max-width: 150px;
}
.content-decorator .nobg-item ul li {
    font-size: inherit;
}
.content-decorator .nobg-item p {
    font-size: 1rem;
    margin-bottom: 10px;
}
.content-decorator .nobg-item p:last-child {
    margin-bottom: 30px !important;
}
.bg-color-grid,.bg-color-grid.\33 -col{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-areas: ".";
}
.bg-color-item {
    padding: 60px 40px 60px;
}
.team-grid.col-2-3,.team-grid.col-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}
.team-item.team-grid-title {
    width: 100%;
    flex: 100%;
}
.team-grid-title {
    padding: 70px 40px 70px;
}
.team-item {
    width: 50%;
    margin: 0;
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
    box-sizing: border-box;
}
.team-item span.title {
    font-size: 0.75rem;
    padding: 10px;
    border-radius: 20px;
    bottom: 10px;
}

.block__content.home-block_slider-wrapper {
    padding-left: 0;
}
.reviews-thumbs_slider .reviews-thumbs__item {
    padding-left: 15px;
    margin: 0;
}
.reviews-thumbs_slider {
    margin: 0 0 0 -15px;
    padding: 0;
}
.review-thumb {
    padding: 35px 40px 40px;
}

.howto {
    padding: 0 0 40px;
}
.slider-block__header-container {
    padding: 60px 0 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-faq h2 {
    padding: 40px 20px 40px;
    margin: 0;
}
.details__title {
    font-size: 16px;
    line-height: normal;
    padding: 16px 64px 16px 16px;
}
.details::after {
    width: 12px;
    height: 12px;
        top: 22px;
}

section.maps {
    margin-top: 40px;
}
.content-decorator .team-grid-title p {
    font-size: 1rem;
}
.team-grid.col-1 .two-columns .column {
    padding-right: 0px;
}
.team-grid.col-1 .two-columns,
.short-blog .two-columns,
.full-width .two-columns
{
    grid-template-columns: 1fr;
}
.team-grid.col-1 {
    padding: 60px 40px 60px;
}
.inner-page ul li,
.home-about__item.item-nocolor ul li
{
    font-size: inherit;
}
.inner-page .team-item h2 {
    margin-bottom: 20px;
}
.content-decorator section.inner-page:last-child{
    margin-bottom: 60px;
}
.short-blog .two-columns .column {
    padding: 70px 40px 55px;
}
.full-width .two-columns img {
    height: auto;
    width: 100%;
    margin: 10px 0;
}
.home-about__item.item-nocolor {
    padding: 55px 40px 70px;
}

.team-grid.col-1 .full-width {
    text-align: left;
    padding: 0 0 20px;
}
.team-grid.col-1 .two-columns h3 {
    font-size: large;
    line-height: normal;
    margin: 0;
}
.team-grid.col-1 .two-columns .column:last-child {
    margin-top: 10px;
}
.full-width {
    padding: 60px 40px 60px;
}
.full-width .two-columns .column {
    padding: 0;
}
.home-about__item.item-nocolor div:last-child{
    margin-top: 20px;
}
.full-width.color .two-columns div:first-child{
    order:2;
}
.team-grid.col-1 .full-width h2 {
    margin-bottom: 0;
}

.bg-color-grid.\33 -col .bg-color-item.hover {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.bg-color-grid.\33 -col .bg-color-item.hover h4 {
    margin: 0;
    font-weight: 500;
}
.bg-color-grid.\33 -col img.ico-item {
        width: 50px;
        height: 50px;
        position: relative;
        right: auto;
        bottom: auto;
        object-fit: contain;
}
section.inner-page .howto {
    padding: 0;
}
.home-about__item.item-nocolor ul {
    margin-bottom: 20px;
}
.inner-page ul li:first-child, .home-about__item.item-nocolor ul li:first-child{
    margin:0;
}
.home-about__item.item-nocolor p {
    font-size: inherit;
}
.content-decorator p.timeline-desc {
    font-size: 0.92rem;
}
.timeline-ico {
    width: 50px;
    height: auto;
}
.slider-block__buttons-container:first-child, .slider-block__header-text-container:first-child {
    max-width: 50%;
}
.oc-modal .form-zagl {
    font-size: large !important;
    padding: 45px 40px 45px !important;
}
.oc-light-form__result .oc-btn, .oc-modal .oc-btn{
    font-size: 1rem!important;
}
.button_style_transparent_gray {
    color: var(--lt-color-gray-400);
    border-color: rgba(255, 255, 255, 0.4);
    padding: 15px 0;
}
.r-header-contacts__block{
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: var(--lt-color-gray-400);
}
.r-header-contacts__name {
    color: var(--lt-color-gray-100);
}
.blog-post-page .block {
    align-items: flex-start;
}


.inner-content .article {
    padding: 0px 10px;
}
.article-header {
    padding: 20px 10px 00px;
}
.inner-content h1 {
    padding: 0px;
    margin-bottom: 20px;
}
.step {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 40px;
}
.step-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
}
.step-content h2 {
    font-size: large;
    line-height: normal;
    font-weight: 400;
}
.article-header button {
    margin-top: 20px;
}

.luma-section.luma-program {
    margin: 64px 0 64px;
}
article.luma-card {
    padding: 24px;
}
.content-decorator .luma-card p {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    max-width: 90%;
    margin-bottom: 0;
}
.content-decorator .luma-card h3 {
    color: #333;
    font-size: 18px;
    max-width: 80%;
}
.content-decorator .luma-card.highlight h3 {
    color: #333;
    font-size: 20px;
    max-width: 80%;
}
.highlight-info-text {
    margin-bottom: 24px;
}
.content-decorator .luma-card .highlight-info h3 {
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
}
.luma-program-grid {
    gap: 12px;
}
.luma-btn {
    width: 100%;
}
.tg-qta__images {
    display: none;
}
.tg-qta-section {
    padding: 30px;
}
.luma-section {
    margin: 64px 0 64px;
}
.step-card:last-child {
    margin-bottom: 0;
}
.content-decorator .video-section .luma-title {
    margin-bottom: 24px;
}
.video-section {
    margin-bottom: 64px;
}
section.catalog {
    margin-bottom: 64px;
}
.benefits-section {
    margin-bottom: 64px;
}
section.luma-faq {
    margin-bottom: 0;
}
.content-decorator .luma-faq .luma-title {
    margin-bottom: 24px;
}
.consult-info {
    display: none;
}
.consult-section {
    padding: 20px 10px;
    border-radius: 24px;
    margin: 64px 15px 64px;
}
section.maps iframe {
    margin-bottom: 60px;
}
.footer .r-footer__phone-link {
    color: #333;
}
.r-footer__map-link .link-box__link {
    color: #333;
}
.r-footer__address {
    margin-bottom: 0;
}
.consultation__decor {
    display: none;
}
h1.block__header.block__header_text,.content-decorator .prosthetics__title {
    font-size: 26px;
    margin-bottom: 24px;
    margin-top: 12px;
            max-width: 100%;
}
.content-decorator .tg-qta h2{
    font-size: 20px;
    margin-bottom: 12px;
}
.content-decorator ul.tg-qta__list {
    margin: 0 0 24px 0;
}
.home-description.content-decorator p.tg-qta__text{
    font-size: 14px;
    margin-bottom: 12px;
}
.tg-qta-section a.button.button_style_inverse.button_size_xl {
    margin: 0;
}
.content-decorator .tg-qta__item {
    font-size: 14px;
}
.content-decorator ul li.tg-qta__item::before {
    margin-top: -5px;
}
.r-footer__messengers-list {
    gap: 0;
}
.details[open] {
    padding-bottom: 86px;
}
.prosthetics {
    padding: 64px 0 0 0;
}
.prosthetics__box {
    margin-bottom: 64px;
    padding:20px;
}
.prosthetics__grid {
    gap: 12px;
    margin-bottom: 64px;
}
.fixation{
    grid-template-columns:1fr;
    text-align:left;
}
.fixation__images{
    justify-content:center;
}
.half{
    grid-template-columns: repeat(1, 1fr);
}

.liners{
    grid-template-columns:1fr;
    gap: 12px;
}
.prosthetics__grid{
    grid-template-columns:1fr;
}
.prosthetics__modules{
    grid-template-columns:1fr;
    gap: 12px;
    margin-bottom: 0;
}
.module {
    padding: 20px;
}
.prosthetics__card {
    padding: 20px;
}
.content-decorator p.consultation__lead {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px !important;
}
.multiform-gap-field.type-input {
    display: block;
    width: 100%;
}
}

body.menu-open .r-header__list-item-link_phone {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}


/* Добавьте в конец страницы */
.for-status-bars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* Важно! */
  background-color: #000;
  mix-blend-mode: lighten;
  pointer-events: none; /* Чтобы не мешать нажатиям */
  z-index: 10000;
}