#price-section {
  margin: 20px 0;
}
.price-top-text h1 {
  font-size: 36px!important;
  margin-bottom: 0px!important;
}
.price-block {
  border-radius: 10px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  padding: 30px 20px;
  margin: 15px 0;
  overflow: auto;
}

.info-p .title {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

.info-p .subtitle, .info-p-subtitle, .info-p .title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(120, 120, 120);
}

.content-price {
  width: 100%;
}
.annotation-price {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}
.annotation-price span {
  display: none;
}

.flex-price {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  display: flex;
  margin-bottom: 0;
  margin-top: 10px;
  align-items: center;
}

.flex-price img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-right: 15px;
}

.row-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

.row-price div {
  padding: 5px 0px;
  font-weight: 600;
  min-width: 75px;
  text-align: center;
  width: 103px;
  line-height: 1.2;
}

.row-price div:first-child {
  background: rgba(42, 93, 157, 1);
  min-width: 188px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  margin-right: 10px;
}

.row-price.full-width div:first-child {
  background: #fff;
  height: 35px;
}

.row-price.full-width div:nth-child(2) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
}

.row-price:nth-child(even) {
  background: rgba(42, 93, 157, 0.07);
}

.row-price:nth-child(odd), .price-block-one-row .row-price:nth-child(even) {
  background: transparent;
}

.size-column {
  display: none;
}


.mobile-header {
  display: none;
}



.cat-slider {
  display: none;
  padding: 0;
  position: relative;
}

.cat-slider .slick-list {
  overflow: hidden;
}

.cat-slider .slick-track {
  display: flex;
}

.cat-slider .slick-slide {
  height: inherit;
}

.cat-slider-item {
  padding: 0 15px;
  outline: none;
}

.cat-slider-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.cat-slider-item a:hover {
  background: #e8e8e8;
  transform: translateY(-5px);
}

.cat-slider-item img {
  width: 100%;
  max-width: 200px;
  height: 95px;
  object-fit: contain;
  margin: 0 auto 20px;
  display: block;
}

.cat-slider-item p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Custom Arrow Styles */
.slider-container .slick-prev,
.slider-container .slick-next {
  width: 60px;
  height: 60px;
  background: #444;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  border: none;
  font-size: 0;
  line-height: 0;
}




.slider-container .slick-prev {
  left: -60px;
  top: 45%;
  position: absolute;
}

.slider-container .slick-next {
  right: -60px;
  position: absolute;
  top: 45%;
}

.slider-container .slick-prev:before,
.slider-container .slick-next:before {
  content: '';
  display: none;
  opacity: 0;
  font-size: 0;
}

/* Створюємо стрілки через CSS */
.slider-container .slick-prev:after,
.slider-container .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: transparent;
}

.slider-container .slick-prev:after {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.slider-container .slick-next:after {
  transform: translate(-60%, -50%) rotate(45deg);
}

.slider-container .slick-disabled {
  opacity: 0.5;
  cursor: default;
}

/* Dots */
.slider-container .slick-dots {
  bottom: -40px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}

.slider-container .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.slider-container .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.slider-container .slick-dots li button:before {
  display: none;
  content: '';
  opacity: 0;
}

.slider-container .slick-dots li.slick-active button {
  background: #000;
  width: 12px;
  height: 12px;
}

.nav-price {
  margin-top: 40px;
  position: sticky;
  top: 110px;
  z-index: 1;
  padding: 5px 20px;
}

.nav-price .size-column {
  display: flex;
  align-items: center;
}

.nav-price .size-column div {
  min-width: 103px;
}

.nav-price .size-column div:first-child {
  min-width: 365px;
  font-size: 28px;
  font-weight: 700;
}

.nav-price .size-column img {
  width: 100%;
  height: 60px;
}

.nav-price .size-column span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}

.add-content-price {
  margin: 50px 0;
}

.price-button-center {
  text-align: center;
  margin-bottom: 40px;
}

.price-button {
  width: 371px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(234, 0, 30, 1);
  color: #fff;
  font-size: 26px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.price-button:hover {
  background: rgba(234, 0, 30, 0.8);
  transform: translateY(-5px);
  color: #fff;
}

.add-content-price-text {
  margin: 20px 0;
}

.add-content-price-text .bt {
  font-size: 32px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.add-content-price-text p {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}

.add-content-price-text .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.add-content-price-text .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.add-content-price-text .items .item  img{
  height: 220px;
  width: auto;
  object-fit: contain;
}
.add-content-price-text .items .item p {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  line-height: 30px;
  margin: 10px;
  text-align: center;
}

.attention-price {
  display: flex;
  gap: 40px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  margin-bottom: 100px;
}

.attention-price-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1%;
  text-align: left;
}

.add-services-block {
  border-radius: 10px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  padding: 30px 20px;
  margin: 15px 0;
  overflow: auto;
}

.add-services-block .title-b {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.add-services-block .grid-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.add-services-block .grid-services .service-item {
 display: grid;
 grid-template-columns: 1fr 1fr;
  background: rgba(42, 93, 157, 0.07);
  padding: 15px 25px;
  align-items: center;
  border-radius: 2px;
}

.add-services-block .grid-services .service-item .title-service {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.add-services-block .grid-services .service-item .price-service {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  display: flex;
  align-items: center;
  color: rgba(42, 93, 157, 1);
  justify-content: flex-end;
}

.service-item-full-width {
  grid-column: span 2;
  background: rgba(42, 93, 157, 0.07);
  padding: 15px;
  align-items: center;
  border-radius: 2px;
}

.annotation-services {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  color: rgba(161, 161, 161, 1);
}


@media (max-width: 1024px) {
  .slider-container {
    padding: 0 70px;
  }
}

@media (max-width: 768px) {
  .slider-container {
    padding: 0 60px;
  }

  .nav-price {
    display: none;
  }

  .slider-container .slick-prev,
  .slider-container .slick-next {
    width: 45px;
    height: 45px;

  }

  .slider-container .slick-prev:after,
  .slider-container .slick-next:after {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .cat-slider-item img {
    max-width: 75px;
    height: 75px;
    margin-bottom: 0;
  }

  .cat-slider-item p {
    font-size: 16px;
  }

  .cat-slider {
    display: block;
  }

  .cat-slider-item a {
    padding: 8px;
    height: 100%;
    background: transparent;
  }

  .cat-slider-item a.active {
    background: rgba(234, 234, 234, 1);
  }

  /* Mobile: show only active price-block */
  #price-section .price-block {
    display: none;
  }

  #price-section .price-block.active {
    display: block;
  }



  .info-p {
    display: none;
  }

  .content-price {
    display: flex;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }

  .content-price::-webkit-scrollbar {
    height: 6px;
  }

  .content-price::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }

  .content-price::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }

  .content-price::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }

  /* Градиент справа, указывающий на возможность прокрутки */
  .content-price::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  /* Скрываем градиент, когда начали прокручивать */
  .content-price.has-scrolled::after {
    opacity: 0;
  }
  .content-price.has-scrolled::before {
    opacity: 0!important;
  }

  /* Скрываем градиент, когда прокрутили до конца */
  .content-price.scrolled-to-end::after {
    opacity: 0;
  }

  /* Стрелка-подсказка в начале */
  .content-price::before {
    content: '→';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 3;
    animation: scroll-hint 2s ease-in-out infinite;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .content-price.has-scrolled::before {
    opacity: 0;
  }

  /* Скрываем индикаторы, если контент не требует прокрутки */
  .content-price:not(.can-scroll)::before,
  .content-price:not(.can-scroll)::after {
    display: none;
  }

  @keyframes scroll-hint {
    0%, 100% {
      transform: translateY(-50%) translateX(0);
      opacity: 0.4;
    }
    50% {
      transform: translateY(-50%) translateX(10px);
      opacity: 0.7;
    }
  }

  .size-column {
    position: sticky;
    display: block;
    width: 60px;
    left: 0px;
    top: 0;
    z-index: 1;
    margin: 10px 0;
    padding-right: 5px;
    background: #fff
  }

  .size-column div:first-child {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .size-column div {
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .size-column p {
    color: rgba(45, 78, 118, 1);
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    min-height: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .size-column img {
    width: 61px;
    margin-right: 0;
    object-fit: contain;
  }

  .size-column span {
    color: rgba(9, 9, 11, 1);
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1%;
    text-align: center;
  }

  .flex-price {
    flex-direction: column;

  }

  .flex-price .image img {
    display: none;
  }

  .row-price {
    flex-direction: column;
    align-items: normal;
  }

  .row-price div {
    font-size: 14px;
    height: 62px;
    padding: 5px;
    text-align: center;
    display: flex;
     min-width: 63px;
     margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .row-price div:first-child {
    width: 100px;
    min-width: 75px;
    height: auto;
    font-size: 12px;
    margin-right: 0;
    margin: 0 auto;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    /* height: auto; */
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .aerogrill .div:first-child {
    height: auto;
  }

.aerogrill .row-price div:first-child {
    height: 45px;
  }


  .row-price:nth-child(even) {
    background: transparent;
  }


  .row-price:nth-child(odd) {
    background: transparent;
  }

  .row-price div:nth-child(even) {
    background: rgba(42, 93, 157, 0.07);
  }

  .mobile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
  }

  .mobile-header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
  }

  .mobile-header .title {
    font-size: 17px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    overflow-wrap: anywhere;
  }

  .mobile-info-p {
    display: flex;
    line-height: 1.2;
    align-items: center;
    font-size: 20px;
    justify-content: center;
  }

  .mobile-header .mobile-button {
    border-radius: 4px;
    border: 1px solid rgba(234, 0, 30, 1);
    background: rgba(234, 0, 30, 1);
    color: #fff;
    font-weight: 700;
    padding: 8px 21px;
  }

  .add-content-price-text .bt {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .add-content-price-text p {
    font-size: 16px;
  }

  .price-button {
    width: 220px;
    height: auto;
    padding: 15px 20px;
    font-size: 16px;
  }

  .add-content-price-text .items .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .add-content-price-text .items .item .image img {
    height: auto;
    width: 100%;
  }

  .add-content-price-text .items .item p {
    font-size: 12px;
    font-weight: 600;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 11px;
    text-align: center;
  }

  .attention-price {
    gap: 20px;
    margin-bottom: 50px;
  }

  .attention-price-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1%;
  }

  .attention-price img {
    width: 60px;
  }

  .add-content-price {
    margin-bottom: 0;
  }
  .add-services-block .title-b {
    font-size: 22px;
  }
  .add-services-block .grid-services {
    display: block;
  }
  .add-services-block .grid-services .service-item {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  .add-services-block .grid-services .service-item .title-service {
    font-size: 16px;
  }
  .add-services-block .grid-services .service-item .price-service {
    font-size: 16px;
  }

  .width-100 .row-price div:first-child {
    width: 100%;
    height: auto;
   
  }
  .width-200 .row-price div:first-child {
    width: 50%;
    min-width: -webkit-fill-available;
    height: auto;
  }
  .width-300 .row-price div:first-child {
    width: 33.33%;
    height: auto;
    min-width: 100%;
  }

  
  /* .width-500 .row-price div:first-child {
    width: 20%;
  } */
  .price-top-text h1 {
    font-size: 26px!important;
    margin-bottom: 20px!important;
  }
  .row-price.full-width {
    display: none;
  }
  .row-price div {
    width: 100%;
  }
  .content-price .empty {
    display: none!important;
  }


  .annotation-price {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   background: rgba(42, 93, 157, 0.07);
   margin-top: 5px;
  }
  .annotation-price span {
    display: block;
    width: 60px;
    text-align: left;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .slider-container {
    padding: 0 20px;
  }

  .slider-container .slick-prev {
    left: -30px;
  }

  .slider-container .slick-next {
    right: -30px;
  }

  .slider-container .slick-prev,
  .slider-container .slick-next {
    width: 22px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
    height: 22px;
  }

  .cat-slider-item {
    padding: 0 5px;
    outline: none;
  }

  .cat-slider-item p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  
}