.product-tabs-2025 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 47px;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 48px;
  margin-top: 24px;
}

.product-tabs-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.product-tabs-head h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  color: #343434;
  margin: 0;
}

.tabs-2025 {
  --arrow: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6006 8H2.40059' stroke='%23676767' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6006 8L8.80059 12.8' stroke='%23676767' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6006 7.99995L8.80059 3.19995' stroke='%23676767' stroke-width='2.30769' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: flex;
  align-items: stretch;
  padding: 8px;
  gap: 8px;

  background: #f0f3f4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.tabs-2025-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.tabs-2025 button {
  appearance: none;
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #5b5b5b;

  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14.4px 42px;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.35s ease;

  min-height: 58px;
}

.tabs-2025-wrapper.swiper-initialized {
  justify-content: center;
  min-height: 40px;
  align-items: center;
}
.tabs-2025 .swiper-button-next,
.tabs-2025 .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.tabs-2025 .swiper-button-next {
  right: 4px;
}
.tabs-2025 .swiper-button-prev {
  left: 4px;
}
.tabs-2025 .swiper-button-next:before,
.tabs-2025 .swiper-button-prev:before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--arrow) center no-repeat;
}
.tabs-2025 .swiper-button-prev:before {
  transform: rotate(180deg);
}
.tabs-2025-wrapper:not(.swiper-initialized) ~ .swiper-button-prev,
.tabs-2025-wrapper:not(.swiper-initialized) ~ .swiper-button-next {
  display: none;
}

.tabs-2025-wrapper .swiper-wrapper {
  z-index: auto;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.tabs-2025-wrapper:not(.swiper-initialized) .swiper-wrapper {
  gap: 8px;
  width: 100%;
}
.tabs-2025-wrapper:not(.swiper-initialized) .swiper-slide {
  width: auto;
}
.tabs-2025 button.active {
  background: #ffffff;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03);
}
.tabs-2025 button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.tabs-2025-wrapper.swiper-initialized button {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.tabs-2025[data-count] .tabs-2025-wrapper:not(.swiper-initialized) button {
  flex: 0 0 auto;
}
.tabs-2025[data-count="2"] .tabs-2025-wrapper:not(.swiper-initialized) button {
  width: calc(50% - 8px / 2);
}

.tabs-2025[data-count="3"] .tabs-2025-wrapper:not(.swiper-initialized) button {
  width: calc(33.3333% - 2 * 8px / 3);
}

.tabs-2025[data-count="4"] .tabs-2025-wrapper:not(.swiper-initialized) button {
  width: calc(25% - 3 * 8px / 4);
}

.tabs-2025[data-count="5"] .tabs-2025-wrapper:not(.swiper-initialized) button {
  width: calc(20% - 4 * 8px / 5);
}

.tab-content-2025 {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.tab-pane-2025 {
  --delta: 24px;
  flex: 0 0 auto;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--delta);
}
.tab-pane-2025 .green {
  color: #17c653;
}
.tab-pane-2025.active {
  opacity: 1;
  visibility: visible;
}

.tab-pane-2025 .tab-pane-item {
  display: inline-flex;
  flex: 0 0 auto;
  height: 322px;
  border: 1px solid transparent;
  border-radius: 30px;
  overflow: hidden;
  color: #5b5b5b;
  padding: 0;
  background: #f0f3f4 right bottom no-repeat;
  transition: all 0.35s ease;
  position: relative;
}
.tab-pane-2025 .tab-pane-item .tab-pane-item_content {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;

  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
  color: #5b5b5b;
  padding: 32px;
  transition: all 0.35s ease;
}
.tab-pane-2025 .tab-pane-item picture {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 1;
}
.tab-pane-2025 .tab-pane-item picture img {
  object-fit: scale-down;
  width: auto;
  height: auto;
}

.tab-pane-2025.tab-pane-kovry .tab-pane-item {
  width: calc(25% - 3 * var(--delta) / 4);
}
.tab-pane-2025.tab-pane-kovry2 .tab-pane-item {
  width: calc(50% - var(--delta) / 2);
}
.tab-pane-kovry .tab-pane-item:nth-child(6n + 1),
.tab-pane-kovry .tab-pane-item:nth-child(6n + 6) {
  width: calc(50% - var(--delta) / 2);
}

.tab-pane-2025 .tab-pane-item:hover {
  color: #5b5b5b;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
}
.tab-pane-2025 .tab-pane-item:hover:after {
  opacity: 1;
}

.tab-pane-2025 .pane-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 0;
  color: #343434;
}
.tab-pane-2025 .pane-text {
  width: 354px;
  max-width: 100%;
  font-size: 18px;
  line-height: 120%;
}
.tab-pane-2025 .pane-price {
  margin-top: auto;
  display: inline-flex;
  font-size: 18px;
  line-height: 1.2;
}
.tab-pane-2025 .pane-price.free {
  color: #17c653;
}
.tab-pane-2025 .pane-price sup {
  top: 0;
  position: static;
  line-height: 1;
}
.tab-pane-2025 .pane-logo {
  display: inline-flex;
}
.tab-pane-2025 .pane-price:first-child {
  margin-top: 0;
}
.tab-pane-2025 a .pane-price .button {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 11px 12px;
}
.tab-pane-2025 a:hover .pane-price .button {
  background-color: #f22d2e;
}

.inited .tab-pane-2025 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.inited .tab-pane-2025.active {
  opacity: 1;
  visibility: visible;
}

.tab-pane-2025.tab-pane-service .tab-pane-item .tab-pane-item_content {
  gap: 16px;
}

.tab-pane-2025.tab-pane-service .tab-pane-item {
  width: calc(50% - var(--delta) / 2);
}
.tab-pane-2025.tab-pane-service[data-count="3"] .tab-pane-item {
  width: calc(33.33333% - 2 * var(--delta) / 3);
  height: 264px;
}

.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 3),
.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 4),
.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 5),
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 3),
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 4),
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 5) {
  width: calc(33.33333% - 2 * var(--delta) / 3);
  height: 264px;
}

.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(7n + 6),
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(7n + 7) {
  height: 191px;
}

.tab-pane-2025.tab-pane-service .pane-text {
  width: 331px;
}
.tab-pane-2025.tab-pane-service .pane-text.w386 {
  width: 386px;
}
.tab-pane-2025.tab-pane-service .pane-text.w505 {
  width: 505px;
}

.tab-pane-2025.tab-pane-service .pane-text.w100p {
  width: 100%;
}

.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 3)
  .pane-text,
.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 4)
  .pane-text,
.tab-pane-2025.tab-pane-service[data-count="5"]
  .tab-pane-item:nth-child(5n + 5)
  .pane-text,
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 3)
  .pane-text,
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 4)
  .pane-text,
.tab-pane-2025.tab-pane-service[data-count="7"]
  .tab-pane-item:nth-child(5n + 5)
  .pane-text {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .product-tabs-2025 {
    padding: 32px;
    border-radius: 32px;
    gap: 16px;
  }
  .tabs-2025 button {
    min-height: 36px;
    font-size: 18px;
    padding: 7px 14px;
  }
  .tab-pane-2025 .pane-text {
    overflow: auto;
  }
}
@media (max-width: 755px) {
  .product-tabs-head {
    align-items: center;
  }
  .product-tabs-head .action .button.xlarge {
    height: 40px;
    font-size: 14px;
    padding: 11px 12px;
    gap: 5px;
  }
  .product-tabs-head .action .button span {
    display: none;
  }
  .product-tabs-2025 {
    padding: 23px;
    border-radius: 24px;
    gap: 16px;
    margin-top: 16px;
  }
  .product-tabs-head h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.27px;
  }
  :is(.product-tabs-head) .button.huge.arrow:after,
  .button.xlarge.arrow:after {
    width: 18px;
    height: 18px;
  }
  :is(.product-tabs-head) .button.huge,
  .button.xlarge {
    height: 40px;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    gap: 5px;
    letter-spacing: 0;
  }
  .tabs-2025 {
    padding: 4px;
  }
  .tabs-2025-wrapper.swiper-initialized {
    width: calc(100% - 88px);
    margin: 0 auto;
  }
  .tabs-2025-wrapper.swiper-initialized button {
    min-height: 40px;
    width: 100%;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
  }
  .tabs-2025-wrapper.swiper-initialized button.active {
    background-color: transparent;
  }
}

@media (max-width: 1200px) {
  .tab-pane-2025 {
    --delta: 12px;
  }
  .tab-pane-2025.tab-pane-service {
    --delta: 24px;
  }
  .tab-pane-2025 .tab-pane-item .tab-pane-item_content {
    padding: 24px;
  }
  .tab-pane-2025.tab-pane-service .tab-pane-item .tab-pane-item_content {
    gap: 8px;
  }
  .tab-pane-2025 .tab-pane-item {
    height: 250px;
  }
  .tab-pane-2025 .pane-text {
    font-size: 15px;
    width: 288px;
  }
  .tab-pane-2025:not(.tab-pane-service) .tab-pane-item picture {
    min-width: 228px;
    margin-top: 20%;
    margin-left: 25%;
  }
  .tab-pane-2025 .pane-title {
    font-size: 18px;
  }
}
@media (max-width: 755px) {
  .tab-content-2025 {
    padding-bottom: 0;
    width: calc(100% + 23px);
  }
  .tab-pane-2025 {
    --delta: 8px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .tab-pane-2025 .tab-pane-item {
    height: 260px !important;
    width: 260px !important;
    border-radius: 30px;
  }
  .tab-pane-2025 .tab-pane-item .tab-pane-item_content {
    padding: 32px;
  }
  .tab-pane-2025 .tab-pane-item picture {
    min-width: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
