

#product > div {
    display: flex;
    justify-content: space-between;
      position: relative;
  /*height: 100vh;*/
}

#button-ukrcredits {
    
    width: auto;
    border-radius: 50px;
    /*position: absolute;*/
    /*top: 40%;*/
    /*transform: translateY(-50%);*/
    /*right: -103%;*/
    margin-left: 5px;
}


  .grid_photo {
margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* отступы между фото */
    max-width: 500px; /* можно изменить под карточку */
  }

  .grid_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* чтобы фото красиво заполняли блок */
    border-radius: 8px; /* скругление углов */
  }

ul.description > li::before, ol.description > li::before {
    min-width: 12px;
    width: 12px;
    height: 12px;
    background-size: 12px;
    top: 6px;
}


/*Таблица в карте товара*/
.income_table {
    max-width: 590px;
    margin: 20px auto 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #000;
    border-collapse: collapse;
    color: #000;
}

.income_tr-title {
    font-weight: 800;
    border-bottom: 3px solid #000;
}

.income_td-title {
    background-color: #E0E9F1;
        padding: 7px 10px;
    border: 1px solid #000;
}

.background-white {
        background-color: #fff;
        border: 1px solid #000;
        padding: 7px 10px;
    }

    .center {
        text-align: center;
    }
 /*Таблица в карте товара end*/   
    
    .uk-container {
        /*padding-right: 29px;*/
    }
    
    
.highlight {
  background-color: yellow;
  transition: background-color 0.3s ease;
}

.highlight:hover {
  background-color: orange;
}


.description-img {
  padding-left: 2rem;
  background-image: url(https://mirkosmetologa.com/image/starlist.png);
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}



/*кнопка в тексте*/
.glow-block {
    display: flex;
    justify-content: center;
}

.glow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    
    border-width: 1px;
    border-style: solid;
    border-color: rgb(5, 101, 176);
    border-image: initial;
    padding: 20px;
    border-radius: 30px;
    background: rgb(248, 254, 255);
}

.glow-btn {
  color: #fff;
  text-decoration: none;
}

.glow-btn:visited {
  color: #fff;
}

.glow-btn:active {
  color: #fff;
}

.glow-btn:hover {
  color: #fff;
}

.glow-btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #0074fc;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 48px;
  overflow: hidden;
  transition: transform 0.2s ease;
  text-transform: uppercase;
}

/* лёгкий hover-эффект */
.glow-btn:hover {
  transform: translateY(-2px);
}

.glow-btn:visited { 
    color: #fff; 
}

/* блик */
.glow-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}

/* анимация блика */
.glow-btn.shine::after {
  animation: shine 1s ease-in-out;
}

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


.ul-background {
    border: 1px solid #0565b0;
    padding: 20px;
    display: inline-block;
    border-radius: 30px;
    background: #f8feff;
}


@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}


    
    #content > div > div.uk-width-1-1\@s.uk-width-3-5\@m.uk-first-column > div.uk-grid-small.uk-slideshow.uk-grid.uk-grid-stack > div.uk-width-expand.uk-first-column > ul {
        margin-bottom: 20px;
    }
    
    .contacts-left-kurs {
        margin-bottom: 20px;
    }
    
    .contacts-left-kurs, .contacts-left-kurs-off {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #fff;
        padding: 10px;
        border-radius: 50px;
        text-align: center;
    }
    
    .blue-button {
        font-weight: 600;
        border-radius: 50px;
        padding: 0 15px;
    }
    
    
    
    
    /* стили калькулятора старт */

    /* стили калькулятора end */
    
    
    /*стили форма в карте товара старт*/
    .lead-form-block{
    margin:30px 0;
    padding:30px;
    border:1px solid #e5e5e5;
    background:#f8f8f8;
    border-radius:8px;
}

.lead-form-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.lead-form-subtitle{
    margin-bottom:20px;
    color:#666;
}

.lead-form-block input{
    width:100%;
    margin-bottom:15px;
    padding:12px 15px;
    border:1px solid #ddd;
}

.lead-form-block button{
    width:100%;
    padding:14px;
    cursor:pointer;
}
    /*стили форма в карте товара конец*/
    
    
    
/*стили форма в карте товара бьютилайнмедикал старт*/
.profit-form {
    position: relative;
    overflow: hidden;

    background: #3c4477;
    font-family: Montserrat, sans-serif; 
}

.profit-form__container {
    max-width: 1900px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 55% 38% 2%;

    min-height: 400px;
}

.profit-form__left {
    padding: 0px 50px 0px 188px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profit-form__center {
    background: #2d3467;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 50px;
}

.profit-form__right {
    background: #3c4477;
}

.profit-form__dots {
    position: absolute;
    left: 0;
    top: 82px;

    width: 330px;
    height: 120px;

    background-image:
    radial-gradient(rgba(255,255,255,.16) 1.5px, transparent 1.5px);

    background-size: 29px 29px;
}

.profit-form__title {
    margin: 0;
    color: #ffffff;

    font-size: 34px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.5px;

    max-width: 640px;
}

.profit-form__title span {
  color: #3d82ff;

  font-size: 36px;
  font-weight: 700;
  padding-right: 140px;
  margin-bottom: 30px;
}

/*.profit-form__title br:first-of-type,
.profit-form__title span {
    color: #3d82ff;
}*/

.profit-form__title {
    color: #fff;
}

/*.profit-form__title::first-line {
    color: #3d82ff;
}
*/
.profit-form__subtitle {
    margin-top: 34px;

    max-width: 530px;

    color: #fff;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 400;
}

.contact-form {
    width: 100%;
    /*max-width: 420px;*/

    text-align: center;

    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.profit-form__form-title {
    margin: 0 0 18px;

    color: #fff;

    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.profit-form__form-text {
    margin: 0 auto 28px;

    max-width: 360px;

    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.profit-form__input {
    width: 100%;
    max-width: 300px;
    height: 52px;

    border: none;
    border-radius: 40px;

    background: #f1f1f1;

    padding: 0 18px;

    font-size: 18px;
    color: #666;

    margin-bottom: 30px;
}

.profit-form__input::placeholder {
    color: #8a8a8a;
}

.profit-form__button {
    width: 100%;
    max-width: 300px;
    height: 60px;

    border: none;
    border-radius: 40px;

    cursor: pointer;

    background: #ffab00;

    color: #fff;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;

    box-shadow: 0 15px 30px rgba(255,171,0,.35);

    transition: .2s ease;
}

.profit-form__button:hover {
    transform: translateY(-2px);
}




@media (max-width: 1200px) {

    .profit-form__container {
        grid-template-columns: 1fr;
    }

    .profit-form__right {
        display: none;
    }

    .profit-form__left {
        padding: 20px 0px 5px;
        text-align: center;
        align-items: center;
    }

    .profit-form__center {
        padding: 25px 25px;
    }
    
    .profit-form__title {
        font-size: 25px;
    }
    
    .profit-form__title span {
        font-size: 25px;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    
    .profit-form__subtitle {
        margin-top: 15px;
        font-size: 17px;
    }
    
    .profit-form__form-title {
        font-size: 25px;
        font-weight: 600;
    }
    
    .profit-form__form-text {
        font-size: 17px;
    }
    
    .profit-form__input {
        max-width: 400px;
    }
    
    .profit-form__center form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 790px) {
    .profit-form__title span {
         padding-right: 0px; 
    }
    }

@media (max-width: 768px) {

    .profit-form__title {
        font-size: 32px;
    }

    .profit-form__form-title {
        font-size: 28px;
    }

    .profit-form__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    
    .profit-form {
        border-radius: 30px;
    }

    .profit-form__title, .profit-form__title span {
        font-size: 28px;
    }

    .profit-form__left {
        padding: 30px 10px 10px;
        text-align: center;
        align-items: center;
    }

    .profit-form__center {
        padding: 25px 20px 50px;
        color: #3d82ff;
    }

.profit-form__input {
    width: 83%;
    }

.profit-form__form-title {
color: #3d82ff;
}

.profit-form__button {
    max-width: 285px;
    }

.profit-form__subtitle {
  margin-top: 15px;
    }
    
.profit-form__button {
    max-width: 265px;
    height: 50px;
    color: #4a370f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

    .profit-form__left {
        padding: 15px 10px 5px;
    }
    
    .profit-form__center {
        padding: 16px 20px 35px;
    }

}
/*стили форма в карте товара бьютилайнмедикал конец*/


    /* стили информ.лента вверху сайта старт */
/* --- Змінні для легкого налаштування кольорів (преміальний стиль) --- */
:root {
  --tb-bg-color: #f8f9fa; /* Світлий фон смуги */
  --tb-text-color: #333333;
  --tb-btn-bg: #1a1a1a; /* Контрастна кнопка */
  --tb-btn-text: #ffffff;
  --tb-btn-hover: #333333;
  --tb-font-family: 'Montserrat', system-ui, sans-serif;
}

/* --- Trust Bar Base --- */
.trust-bar {
  width: 100%;
  background-color: var(--tb-bg-color);
  font-family: var(--tb-font-family);
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.trust-bar__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 12px;*/
}

/* --- Мобільний варіант (до 767px): Кнопка зверху, ротатор знизу --- */
.trust-bar__action {
  /*width: 100%;*/
}

.trust-bar__btn {
  width: 100%;
  max-width: 250px;
  background-color: #1e87f0;
  color: var(--tb-btn-text);
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-bar__btn:hover {
  background-color: var(--tb-btn-hover);
}

.trust-bar__benefits {
  width: 100%;
  height: 20px; /* Фіксована висота для ротатора */
  position: relative;
  overflow: hidden;
  text-align: center;
}

.trust-bar__benefit {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  font-size: 14px;
  color: var(--tb-text-color);
  white-space: nowrap;
  font-weight: 500;
}

.trust-bar__benefit img {
    min-width: 10px;
    width: 10px;
    height: 10px;
}


.trust-bar__benefit.trust-bar__benefit--active {
  opacity: 1;
  visibility: visible;
}

/* --- Tablet (768px - 1199px) --- */
@media (min-width: 768px) {
  .trust-bar__container {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px;
  }
  
  .trust-bar__action {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trust-bar__btn {
    width: auto;
  }

  .trust-bar__benefits {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    text-align: left;
  }

  .trust-bar__benefit {
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    white-space: normal;
  }
}

/* --- Desktop (1200px+) --- */
@media (min-width: 1200px) {
  .trust-bar__container {
    height: 70px; /* 60-80px за ТЗ */
    padding: 0 30px;
    gap: 24px;
  }

  .trust-bar__benefits {
    flex-wrap: nowrap;
    gap: 16px 24px;
    align-items: center;
    overflow: hidden;
  }

  .trust-bar__benefit {
    white-space: nowrap;
    font-size: 14px;
  }
}

/* --- Modal Styles --- */
.tb-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  font-family: var(--tb-font-family);
}

.tb-modal.is-open {
  display: flex;
}

.tb-modal__overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.tb-modal__content {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.tb-modal__close {
  position: absolute;
  top: 15px; right: 15px;
  background: none; border: none;
  font-size: 24px; cursor: pointer;
  color: #999;
}

.tb-modal__title {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: var(--tb-text-color);
  text-align: center;
}

.tb-form__group {
  margin-bottom: 15px;
}

.tb-form__label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
}

.tb-form__input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  box-sizing: border-box;
}

.tb-form__submit {
  width: 100%;
  padding: 12px;
  background: var(--tb-btn-bg);
  color: var(--tb-btn-text);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.tb-modal__success {
  text-align: center;
}
.tb-modal__text {
  font-size: 14px; color: #555; line-height: 1.5;
}
    /* стили информ.лента вверху сайта end */
    
    
/*адаптация размера ютуб ролика*/
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Пропорция 16:9 (9 разделить на 16 = 0.5625) */
  height: 0;
  min-height: 280px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*адаптация размера ютуб ролика*/
    
    
@media (max-width: 1199px) {
    .phonenum__header {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        
        font-family: serif;
        font-size: 15px;
        color: #1a76d3;
        font-weight: 800;
        line-height: 1.75;
    }
}

@media (max-width: 640px) {
    .uk-breadcrumb>*>* {
        font-weight: 900;
    }
    
    #content > div > div.uk-width-1-1\@s.uk-width-3-5\@m.uk-first-column > div.uk-grid-small.uk-slideshow.uk-grid.uk-grid-stack > div.uk-width-expand.uk-first-column > div > a.uk-slidenav-large.uk-position-center-right.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-next.uk-slidenav, #content > div > div.uk-width-1-1\@s.uk-width-3-5\@m.uk-first-column > div.uk-grid-small.uk-slideshow.uk-grid.uk-grid-stack > div.uk-width-expand.uk-first-column > div > a.uk-slidenav-large.uk-position-center-left.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-previous.uk-slidenav   {
    border-radius: 50px;
    background-color: lightgray;
    /*background-color: #fff;*/
    color: #000;
}

        .uk-nav-sub a {
            padding: 6px 0;
            text-transform: uppercase;
        }
        
        .uk-nav-default>li>a {
            font-weight: 600;
        }
        
    #modal-full > div > ul > li.uk-parent.uk-open > ul {
        list-style: disc;
    }
    
    .glow h2 {
        font-size: 1.2rem;
        font-weight: 600;
    }
        
    }

@media (max-width: 592px) {
    .income_table {
        margin-top: 20px;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #000;
        border-collapse: collapse;
        color: #000;
    }

    .income_td-title {
        background-color: #E0E9F1;
    }

    .income_table td {
        padding: 15px 8px;
        border: 1px solid #000;
    }
}

    .income_tr-title {
        font-weight: 800;
        border-bottom: 3px solid #000;
    }

    @media (max-width: 520px) {
    .income_table {
        font-size: 13px;
    }
}
/*Таблица в карте товара end*/



@media (max-width: 960px) {
            #product > div {
            display: flex;
            justify-content: left;
            position: relative;
        }
    }
    

@media (min-width: 780px) {
        ul.uk-switcher.product-switcher > li.uk-active > div > ul {
          margin-top: 20px;
          margin-bottom: 20px;
        }
        
    }

@media (max-width: 640px) {
        body {
            font-size: 16px;
        }
        
        .Slimduct-lightbox img {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        h1 {
            font-size: 1.5rem;
        }
        
        #content > div > div.uk-width-1-1\@s.uk-width-3-5\@m.uk-first-column > div.uk-grid-small.uk-slideshow.uk-grid > div.uk-width-expand > div > span {
            /*display: none;*/
        }
    }
    
        @media (max-width: 420px) {
            
                .phonenum__header {
                    
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    line-height: 0.9;
                }
            }
            
/*калькулятор старт*/

/* ===== Калькулятор окупаемости в детальной карточке товара ===== */
.pc-wrap {
    padding:30px;
    background:white;
    border-radius:18px;
    box-shadow:0 8px 28px rgba(0,0,0,.06);
}
.pc-title {
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}
.pc-title span {
    color:#0074fc;
}
.pc-two-cols {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}
.pc-col-title {
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}

    .pc-acc-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 16px;
        font-size: 1.7rem;
        font-weight: 600;
    }


.pc-input-row {
    display:flex;
    align-items:center;
    margin-bottom:18px;
    gap:14px;
}
.pc-input-row label {
    min-width:140px;
    font-size:15px;
    opacity:.8;
}
.pc-num {
    width:90px;
    padding:5px 8px;
    border:1px solid #c9c9c9;
    border-radius:8px;
    text-align:center;
    font-size:15px;
}
.pc-device-price-box {
    margin:35px 0 35px;
    padding:16px 22px;
    background:#f4f9ff;
    border-radius:12px;
    border-left:6px solid #0074fc;
}
.pc-device-price-title {
    font-size:16px;
    font-weight:700;
    opacity:.7;
}
.pc-device-price {
    font-size:22px;
    font-weight:700;
    color:#0074fc;
}
.pc-device-price-hint {
    font-size:13px;
    opacity:.6;
}

.pc-section-title {
    margin:25px 0 15px;
    font-size:24px;
    font-weight:700;
}
.pc-result-cards {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-bottom:40px;
}
.pc-result-card {
    padding:18px;
    background:#f4f9ff;
    border-radius:12px;
    box-shadow:0 4px 14px rgba(0,0,0,.05);
}
.pc-result-card span {
    opacity:.6;
    font-size:14px;
}
.pc-result-card strong {
    display:block;
    margin-top:6px;
    font-size:22px;
}
.pc-analytics-row {
    display:grid;
    grid-template-columns:190px 1fr 1fr;
    gap:25px;
    align-items:flex-start;
}
.pc-kpi-col {
    display:flex;
    flex-direction:column;
    /*gap:12px;*/
    gap:27px;
}
.pc-kpi-item {
    background:#f4f9ff;
    padding:14px 16px;
    border-radius:10px;
}
.pc-kpi-item span {
    display:block;
    font-size:13px;
    opacity:.6;
}
.pc-kpi-item strong {
    font-size:20px;
    font-weight:700;
    margin-top:4px;
}
.pc-mini-chart canvas {
    max-width: 95% !important;
    max-height: 95% !important;
    margin: 0 auto;
    display: block;
}
.pc-mini-chart {
    background:#f9f9f9;
    padding:14px;
    border-radius:12px;
    box-shadow:0 4px 16px rgba(0,0,0,.05);
}
.pc-mini-chart h3 {
    font-size:16px;
    margin-bottom:10px;
}
.pc-actions {
    margin-top:35px;
    display:flex;
    gap:14px;
}
.pc-btn-main {
    background:#0074fc;
    color:white;
    padding:12px 26px;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
    transition:.2s;
}
.pc-btn-main:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
}
.pc-btn-gray {
    background:#adb5bd;
    color:white;
    padding:12px 26px;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
    transition:.2s;
}
.pc-btn-gray:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
}
.pc-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(90deg, #0476fc4d 0%, #0074fc 100%);
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #0561cc;
    border-radius: 50%;
    border: 3px solid #ffffff;
    cursor: grab;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.25s ease, transform 0.15s ease;
}

.pc-slider::-webkit-slider-thumb:active {
    transform: scale(1.12);
    cursor: grabbing;
}

.pc-slider::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #0561cc;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: grab;
}
.pc-expense-box {
    background:#f9f9f9;
    padding:16px;
    border-radius:12px;
    box-shadow:0 4px 16px rgba(0,0,0,.05);
}
.pc-expense-box h3 {
    font-size:16px;
    margin-bottom:12px;
}
.pc-expense-content {
    display:grid;
    grid-template-columns: 120px 1fr;
    align-items:center;
    gap:10px;
}
.pc-expense-list {
    list-style:none;
    padding:0;
    margin:0;
    font-size:15px;
    line-height:1.6;
}
.pc-expense-list li {
    display:flex;
    align-items:center;
    gap:8px;
}
.pc-expense-list .dot {
    width:12px;
    height:12px;
    border-radius:50%;
    display:block;
}
.pc-expense-list .dot.rent   { background:#b6cfa4; }
.pc-expense-list .dot.cons   { background:#e68484; }
.pc-expense-list .dot.util   { background:#f0ad4e; }
.pc-expense-list .dot.mkt    { background:#0074fc; }
.pc-expense-list .dot.tax    { background:#2ba7a1; }
.pc-expense-list .dot.master { background:#7966d2; }
.pc-expense-chart {
    display:flex;
    justify-content:center;
    align-items:center;
    min-height: 220px;
    position: relative;
}
.pc-expense-chart canvas {
    max-width: 92% !important;
    max-height: 92% !important;
}
.pc-expense-list li::before {
    display: none !important;
    content: none !important;
}
#pcChartProfit {
    height: 240px !important;
}
.pc-mini-chart {
    padding: 8px 8px !important;
}
.pc-mini-chart canvas {
    margin: 0 !important;
    padding: 0 !important;
    width: 95% !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .pc-input-row {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
    .pc-input-row label {
        min-width: 90px;
        font-size: 13px;
    }
    .pc-input-row .pc-slider {
        width: 50%;
    }
    .pc-input-row .pc-num {
        width: 50%;
        max-width: 160px;
    }
    .pc-result-cards {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 15px;
    }
    .pc-analytics-row {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .pc-kpi-col {
        flex-direction: row;
        gap: 15px;
        overflow-x: auto;
    }
    .pc-kpi-item {
        min-width: 150px;
    }
    .pc-expense-box {
        display: block !important;
    }
    .pc-mini-chart {
        display: none !important;
    }
}

/* МОБИЛЬНАЯ ВЕРСИЯ (до 767px) */
@media (max-width: 767px) {
    /*  Общий layout адаптируем под мобильный     */
    .pc-wrap {
        padding: 18px;
    }
    .pc-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .pc-section-title {
        font-size: 20px;
    }
    /*  БЛОКИ РАСХОДОВ/ДОХОДОВ — аккордеоны       */
    .pc-two-cols {
        display: block !important;
        gap: 0 !important;
    }
    .pc-accordion {
        margin-bottom: 14px;
        border-radius: 10px;
        background: #f2f5f2;
        border-left: 4px solid #0074fc;
        overflow: hidden;
    }
    .pc-acc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
    }
    .pc-acc-arrow {
        width: 14px;
        height: 14px;
        border-right: 2px solid #444;
        border-bottom: 2px solid #444;
        transform: rotate(45deg);
        transition: transform .25s ease;
    }
    .pc-accordion.open .pc-acc-arrow {
        transform: rotate(-135deg);
    }
    .pc-acc-body {
        max-height: 0;
        transition: max-height .35s ease;
        overflow: hidden;
        padding: 0 14px;
    }
    .pc-accordion.open .pc-acc-body {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 2600px;
    }
    /*  Ползунок + инпут внутри аккордеона        */
    .pc-input-row {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 14px;
    }
    .pc-input-row label {
        font-size: 13px;
        font-weight: 500;
    }
    .pc-slider {
        width: 100%;
        margin-bottom: 10px;
    }
    .pc-num {
        width: 100%;
        max-width: none;
        font-size: 14px;
        padding: 6px 8px;
    }
    /*  Блок "Расчёты"  */
    .pc-result-cards {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
        margin-bottom: 12px;
    }
    .pc-result-card {
        padding: 14px;
        min-height: 80px;
    }
    .pc-result-card span {
        font-size: 13px;
    }
    .pc-result-card strong {
        font-size: 18px;
    }
    /*  KPI — делаем такими же карточками */
    .pc-analytics-row {
        grid-template-columns: unset;
    }
    .pc-kpi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .pc-kpi-item {
        background: #f4f9ff;
        padding: 14px;
        border-radius: 12px;
        text-align: center;
    }
    .pc-kpi-item span {
        font-size: 13px;
    }
    .pc-kpi-item strong {
        font-size: 19px;
        margin-top: 4px;
    }
    .pc-kpi-item:nth-child(3) {
        display: none !important;
    }
    /*.pc-mini-chart,*/
    /*.pc-expense-box {*/
    /*    display: none !important;*/
    /*}*/
    /* Кнопки — одна под другой   */
    .pc-actions {
        flex-direction: column;
        width: 100%;
    }
    .pc-actions button {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
    .pc-kpi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .pc-kpi-item {
        background: #f4f9ff;
        padding: 18px;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0,0,0,.05);
        text-align: left;
    }
    .pc-kpi-item span {
        opacity: .6;
        font-size: 14px;
        display: block;
        margin-bottom: 4px;
    }
    .pc-kpi-item strong {
        font-size: 22px;
        font-weight: 700;
        display: block;
        margin-top: 0;
    }
    .pc-kpi-item:nth-child(3) {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .pc-wrap {
        padding: 18px;
    }

    .pc-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .pc-two-cols {
        display: block !important;
        gap: 0 !important;
    }

    .pc-accordion {
        margin-bottom: 14px;
        border-radius: 10px;
        background: #f2f5f2;
        border-left: 4px solid #0074fc;
        overflow: hidden;
    }

    .pc-acc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
    }

    .pc-accordion.open .pc-acc-body {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 2600px;
    }

    .pc-accordion.open .pc-acc-arrow {
        transform: rotate(-135deg);
    }

    .pc-input-row {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 14px;
    }

    .pc-input-row label {
        font-size: 13px;
        font-weight: 500;
    }

    .pc-slider {
        width: 100%;
        margin-bottom: 10px;
    }

    .pc-num {
        width: 100%;
        max-width: none;
        font-size: 14px;
        padding: 6px 8px;
    }

    .pc-section-title {
        font-size: 20px;
    }

    .pc-result-cards {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
        margin-bottom: 12px;
    }

    .pc-result-card {
        padding: 14px;
        min-height: 80px;
    }

    .pc-result-card span {
        font-size: 13px;
    }

    .pc-result-card strong {
        font-size: 18px;
    }

    .pc-analytics-row {
        grid-template-columns: unset;
    }

    .pc-kpi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .pc-kpi-item {
        background: #f4f9ff;
        padding: 18px;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
        text-align: left;
    }

    .pc-kpi-item span {
        opacity: .6;
        font-size: 14px;
        display: block;
        margin-bottom: 4px;
    }

    .pc-kpi-item strong {
        font-size: 22px;
        font-weight: 700;
        display: block;
        margin-top: 0;
    }

    /*.pc-mini-chart, .pc-expense-box {*/
    /*    display: none !important;*/
    /*}*/

    .pc-actions {
        flex-direction: column;
        width: 100%;
    }

    .pc-actions button {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }

    .pc-actions button {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
}

@media (max-width: 767px) {
    /*  Общий layout адаптируем под мобильный     */
    .pc-wrap {
        padding: 18px;
    }
    .pc-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .pc-section-title {
        font-size: 20px;
    }
    /*  БЛОКИ РАСХОДОВ/ДОХОДОВ — аккордеоны       */
    .pc-two-cols {
        display: block !important;
        gap: 0 !important;
    }
    .pc-accordion {
        margin-bottom: 14px;
        border-radius: 10px;
        background: #f2f5f2;
        border-left: 4px solid #0074fc;
        overflow: hidden;
    }
    .pc-acc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
    }
    .pc-acc-arrow {
        width: 14px;
        height: 14px;
        border-right: 2px solid #444;
        border-bottom: 2px solid #444;
        transform: rotate(45deg);
        transition: transform .25s ease;
    }
    .pc-accordion.open .pc-acc-arrow {
        transform: rotate(-135deg);
    }
    .pc-acc-body {
        max-height: 0;
        transition: max-height .35s ease;
        overflow: hidden;
        padding: 0 14px;
    }
    .pc-accordion.open .pc-acc-body {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 2600px;
    }
    /*  Ползунок + инпут внутри аккордеона        */
    .pc-input-row {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 14px;
    }
    .pc-input-row label {
        font-size: 13px;
        font-weight: 500;
    }
    .pc-slider {
        width: 100%;
        margin-bottom: 10px;
    }
    .pc-num {
        width: 100%;
        max-width: none;
        font-size: 14px;
        padding: 6px 8px;
    }
    /*  Блок "Расчёты"  */
    .pc-result-cards {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
        margin-bottom: 12px;
    }
    .pc-result-card {
        padding: 14px;
        min-height: 80px;
    }
    .pc-result-card span {
        font-size: 13px;
    }
    .pc-result-card strong {
        font-size: 18px;
    }
    /*  KPI — делаем такими же карточками */
    .pc-analytics-row {
        grid-template-columns: unset;
    }
    .pc-kpi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .pc-kpi-item {
        background: #f4f9ff;
        padding: 14px;
        border-radius: 12px;
        text-align: center;
    }
    .pc-kpi-item span {
        font-size: 13px;
    }
    .pc-kpi-item strong {
        font-size: 19px;
        margin-top: 4px;
    }
    .pc-kpi-item:nth-child(3) {
        display: none !important;
    }
    /*.pc-mini-chart,*/
    /*.pc-expense-box {*/
    /*    display: none !important;*/
    /*}*/
    /* Кнопки — одна под другой   */
    .pc-actions {
        flex-direction: column;
        width: 100%;
    }
    .pc-actions button {
        width: 100%;
        font-size: 16px;
        padding: 12px;
    }
    .pc-kpi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .pc-kpi-item {
        background: #f4f9ff;
        padding: 18px;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0,0,0,.05);
        text-align: left;
    }
    .pc-kpi-item span {
        opacity: .6;
        font-size: 14px;
        display: block;
        margin-bottom: 4px;
    }
    .pc-kpi-item strong {
        font-size: 22px;
        font-weight: 700;
        display: block;
        margin-top: 0;
    }
    .pc-kpi-item:nth-child(3) {
        display: none !important;
    }
}

@media (max-width: 502px) {
    .pc-expense-box h3, .pc-mini-chart h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1px;
    }
    
    .pc-expense-chart {
        min-height: 181px;
    }
}

/*калькулятор end*/


/*сдайдер внутри страницы*/
.lzresults_inner {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

.title-slresult {
    margin: 22px 0;
}

:root {
  --slider-speed: 450ms;
  --slider-btn-size: 50px;
  --slide-max-width: 100%; /* По умолчанию на мобильных на весь экран */
}

/* На десктопах включаем ограничение в 600px */
@media (min-width: 769px) {
  :root {
    --slide-max-width: 600px;
  }
}

.custom-slider {
  position: relative;
  width: 100%;
  overflow: hidden; /* Скрывает слайды за пределами экрана, но оставляет видимыми внутри */
  user-select: none;
  touch-action: pan-y;
}

/* Контейнер, который центрирует рабочую зону 600px на десктопе */
.slider__main-container {
  position: relative;
  width: 100%;
  max-width: var(--slide-max-width);
  margin: 0 auto;
}

.slider__viewport {
  width: 100%;
  overflow: visible; /* ВАЖНО: позволяет видеть соседние слайды слева и справа */
}

.slider__track {
  display: flex;
  width: 100%;
  will-change: transform;
  cursor: grab;
}

.slider__track.is-dragging {
  cursor: grabbing;
}

.slider__item {
  flex: 0 0 100%;
  width: 100%;
  max-width: var(--slide-max-width);
  box-sizing: border-box;
  padding: 0 10px; /* Небольшой отступ между слайдами */
  transition: opacity var(--slider-speed) ease;
  opacity: 0.0; /* Полупрозрачные соседние слайды по умолчанию */
}

/* Активный центральный слайд — полностью непрозрачный */
.slider__item.is-active {
  opacity: 1;
}

.slider__item img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  object-fit: cover;
  border-radius: 4px; /* Опционально: скругление для красоты */
}

/* Кнопки навигации */
.slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--slider-btn-size);
  height: var(--slider-btn-size);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.slider__btn:hover { background: rgba(255, 255, 255, 1); }
.slider__btn:active { transform: translateY(-50%) scale(0.95); }

/* По ТЗ: кнопки на расстоянии 30px от центрального слайдера (600px) на десктопе */
@media (min-width: 769px) {
  .slider__btn--prev { left: -80px; } /* -30px отступа - 50px ширина кнопки */
  .slider__btn--next { right: -80px; } /* 30px отступа + ширина кнопки */
}

/* Адаптация кнопок под мобильные устройства, чтобы они не вылезали за экран */
@media (max-width: 768px) {
  :root {
    --slider-btn-size: 44px;
  }
  .slider__btn {
    background: rgba(255, 255, 255, 0.8);
  }
  .slider__btn--prev { left: 10px; }
  .slider__btn--next { right: 10px; }
  .slider__viewport { overflow: hidden; } /* На мобильных скрываем соседей, чтобы не ломать UX */
  .slider__item { opacity: 1; padding: 0; }
}
/*сдайдер внутри страницы конец*/


/*Стили блока выделения внутри страницы*/
.select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-text img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}

/*всплывающее моадьное окно по времени старт*/
        /* Затемненный фон (Overlay) */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            padding: 16px;
            
            /* Анимация появления (fade) через 5 секунд */
            opacity: 0;
            visibility: hidden;
            animation: fadeIn 0.5s ease-out 5s forwards;
        }

        /* Контейнер модального окна */
        .modal-card {
            width: 35em;
            min-width: 15em;
            max-width: 400px; /* Ограничение по максимальной ширине */
            background-color: #182b94;
            border-radius: 16px;
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
            overflow: hidden; /* Чтобы изображение не выходило за скругленные углы */
            position: relative;
            
            /* Анимация появления (scale) через 5 секунд */
            transform: scale(0.9);
            animation: scaleIn 0.5s ease-out 5s forwards;
        }

        /* Верхняя часть (Изображение) */
        .modal-header {
            position: relative;
            height: 180px;
            background-image: url('img/2026-06-15_142915.jpg');
            background-size: cover;
            background-position: center;
        }

        /* Желтый баннер */
        .modal-badge {
            position: absolute;
            top: 8px;
            left: 4px;
            color: #000;
            padding: 12px 16px;
            border-radius: 8px;
            font-size: 18px;
            line-height: 1.4;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .modal-badge span {
            background-color: #FFD400;
            padding: 5px 10px;	
        }

        .modal-badge strong {
            font-weight: 700;
            display: block;
        }

        /* Кнопка закрытия */
        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 32px;
            height: 32px;
            background: rgba(0, 0, 0, 0.4);
            border: none;
            border-radius: 50%;
            color: #FFFFFF;
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.2s ease;
        }

        .modal-close:hover {
            background: rgba(0, 0, 0, 0.7);
        }

        /* Основная темная часть */
        .modal-body {
            padding: 24px;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .modal-text {
            font-size: 15px;
            line-height: 1.5;
            text-align: center;
            color: #E0E0E0;
        }

        /* Таймер обратного отсчета */
        .timer-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
        }

        .timer-title {
            font-size: 13px;
            color: #A0A0A0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .timer-digits {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .timer-block {
            background-color: #F2F2F2;
            color: #000000;
            border-radius: 6px;
            padding: 8px 12px;
            font-size: 18px;
            font-weight: 700;
            min-width: 44px;
            text-align: center;
        }

        .timer-separator {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 2px;
        }

        /* Форма (поле ввода и кнопка) */
        .modal-form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 4px;
        }

        .modal-input {
            width: 100%;
            height: 48px;
            background-color: #FAFAFA;
            border: none;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 16px;
            color: #333;
            outline: none;
            transition: box-shadow 0.2s ease;
        }

        .modal-input::placeholder {
            color: #9E9E9E;
        }

        .modal-input:focus {
            box-shadow: 0 0 0 3px rgba(255, 46, 99, 0.3);
            background-color: #FFFFFF;
        }

        .modal-btn {
            width: 100%;
            height: 52px;
            background-color: #FF2E63;
            color: #FFFFFF;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .modal-btn:hover {
            background-color: #E82456;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(255, 46, 99, 0.3);
        }

        .modal-btn:active {
            transform: scale(0.98);
            box-shadow: none;
        }

        /* Keyframes для анимации появления */
        @keyframes fadeIn {
            to {
                opacity: 1;
                visibility: visible;
            }
        }

        @keyframes scaleIn {
            to {
                transform: scale(1);
            }
        }
/*всплывающее моадьное окно по времени конец*/


body > section:nth-child(14) > div > div > ul.uk-switcher.product-switcher > li.uk-active > ul > li:nth-child(2) > div > img {
    border-radius: 30px;
}



/*стили аккордеона старт*/

        /* CSS-переменные для легкой кастомизации */
        :root {
            --akordeon-bg-color: #f7f7f7;
            --akordeon-title-color: #333;
            --akordeon-item-label-color: #333;
            --akordeon-border-color: #e0e0e0;
            --akordeon-icon-color: #333;
            --akordeon-title-font-size: 27px;
            --akordeon-label-font-size: 27px;
            --akordeon-content-font-size: 20px;
            --akordeon-max-width: 1200px;
            --akordeon-padding-mobile: 15px;
            --akordeon-padding-desktop: 20px;
            --akordeon-item-min-height-mobile: 50px;
            --akordeon-item-min-height-desktop: 60px;
        }

        /* Общие стили */
        .akordeon {
            background-color: white; /* Фон страницы */
            margin: 0;
            /*padding: 20px;*/
            display: flex;
            justify-content: center;
            /*min-height: 100vh;*/
            color: #333;
        }

        .akordeon-container {
            width: 100%;
            max-width: var(--akordeon-max-width);
            /*background-color: var(--akordeon-bg-color);*/
            padding: var(--akordeon-padding-mobile);
            box-sizing: border-box;
            border-radius: 5px;
            /*box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
        }

        .akordeon-title {
            text-align: center;
            font-size: var(--akordeon-title-font-size);
            color: var(--akordeon-title-color);
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: bold;
        }

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

        .akordeon-item {
            padding: 15px 0;
            border-bottom: 1px solid var(--akordeon-border-color);
        }

        .akordeon-item:first-child {
            border-top: 1px solid var(--akordeon-border-color);
        }

        /* Стили заголовка пункта (кнопки) */
        .akordeon-item-header {
            width: 100%;
            background: none;
            border: none;
            padding: 0 var(--akordeon-padding-mobile);
            min-height: var(--akordeon-item-min-height-mobile);
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: left;
            font-size: var(--akordeon-label-font-size);
            color: var(--akordeon-item-label-color);
            cursor: pointer;
            transition: background-color 0.2s ease;
            box-sizing: border-box;
        }

        .akordeon-item-header:hover {
            background-color: #eaeaea; /* Небольшой ховер-эффект */
        }

        .akordeon-item-label {
            font-weight: normal;
        }

        .akordeon-item-icon {
            width: 20px;
            height: 20px;
            position: relative; /* Добавили для позиционирования линий */
            transition: transform 0.3s ease; /* Сохранили анимацию поворота */
            box-sizing: border-box; /* Для удобства */
        }

        /* Новое: Вертикальная линия */
        .akordeon-item-icon::before {
            content: ''; /* Пустой контент */
            position: absolute;
            background-color: var(--akordeon-icon-color); /* Цвет линии */
            transition: background-color 0.2s ease, transform 0.3s ease; /* Анимация цвета и поворота */
            /* Тонкие линии */
            width: 1px; /* Толщина вертикальной линии */
            height: 20px; /* Высота линии */
            /* Центрирование */
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        /* Новое/Измененное: Горизонтальная линия */
        .akordeon-item-icon::after {
            content: ''; /* Пустой контент, больше не текст */
            position: absolute;
            background-color: var(--akordeon-icon-color); /* Цвет линии */
            transition: background-color 0.2s ease, transform 0.3s ease; /* Анимация цвета и поворота */
            /* Тонкие линии */
            width: 20px; /* Ширина линии */
            height: 1px; /* Толщина горизонтальной линии */
            /* Центрирование */
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        /* Стили контента пункта */
        .akordeon-item-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
            padding: 0 calc(var(--akordeon-padding-mobile) + 1px); /* Доп. padding для выравнивания */
            font-size: var(--akordeon-content-font-size);
            line-height: 1.5;
            box-sizing: border-box;
        }

        /* Стили для открытого состояния */
        .akordeon-item-active .akordeon-item-content {
            padding: var(--akordeon-padding-mobile) calc(var(--akordeon-padding-mobile) + 1px);
        }

        /* Активное состояние (сохранено, превратит + в x) */
        .akordeon-item-active .akordeon-item-icon {
            transform: rotate(45deg);
        }

/* --- Медиа-запросы для адаптации --- */

    /* Планшеты (481–768 px) */
    @media screen and (min-width: 481px) {
        .akordeon-container {
            padding: calc(var(--akordeon-padding-desktop) * 0.75);
        }
        .akordeon-item-header {
            padding: 0 calc(var(--akordeon-padding-desktop) * 0.75);
            min-height: calc(var(--akordeon-item-min-height-desktop) * 0.9);
        }
        .akordeon-item-content {
            padding: 0 calc(var(--akordeon-padding-desktop) * 0.75 + 1px);
        }
        .akordeon-item-active .akordeon-item-content {
            padding: calc(var(--akordeon-padding-desktop) * 0.75) calc(var(--akordeon-padding-desktop) * 0.75 + 1px);
        }
    }

    /* Ноутбуки и Десктопы (769 px и более) */
    @media screen and (min-width: 769px) {
        .akordeon-container {
            padding: var(--akordeon-padding-desktop);
        }
        .akordeon-item-header {
            padding: 0 var(--akordeon-padding-desktop);
            min-height: var(--akordeon-item-min-height-desktop);
        }
        .akordeon-item-content {
            padding: 0 calc(var(--akordeon-padding-desktop) + 1px);
        }
        .akordeon-item-active .akordeon-item-content {
            padding: var(--akordeon-padding-desktop) calc(var(--akordeon-padding-desktop) + 1px);
        }
    }

    /* Десктопы (1201 px и более) */
    @media screen and (min-width: 1201px) {
        :root {
            --akordeon-title-font-size: 27px;
            --akordeon-label-font-size: 27px;
        }
    }

    @media (max-width: 600px) {
        .akordeon-item-label {
        font-size: 20px;
        font-weight: 600;
        }

        .akordeon-item-content {
            /*max-height: 2374px;*/
            font-size: 17px;
        }

    .akordeon-item-active .akordeon-item-content {
        padding: 5px 0;
    }

    .income_table td {
        padding: 8px 2px;
        border: 1px solid #000;
    }
    }


/*стили аккордеона конец*/


    .header-mobile {
        position: sticky;
        top: 0px;
        z-index: 200;
    }


















    