:root {
  --pink: #F02A8F;
}
.tabcontent-custom * {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.tabcontent-custom *,
.tabcontent-custom *::before,
.tabcontent-custom *::after {
  box-sizing: border-box;
}
.tabcontent-custom *::before,
.tabcontent-custom *::after {
  display: inline-block;
}

.tabcontent-custom .swiper-buttons-wrap *::before,
.tabcontent-custom .swiper-buttons-wrap *::after {
  display: none;
}

.tabcontent-custom .swiper-buttons-wrap .swiper-button-prev .svg,
.tabcontent-custom .swiper-buttons-wrap .swiper-button-next .svg{
  width: 40px;
  display: flex;
  justify-content: center;
}

.tabcontent-custom html,
.tabcontent-custom body {
  height: 100%;
}
.tabcontent-custom body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tabcontent-custom input,
.tabcontent-custom button,
.tabcontent-custom textarea {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
.tabcontent-custom input,
.tabcontent-custom textarea {
  width: 100%;
}
.tabcontent-custom label {
  display: inline-block;
}
.tabcontent-custom button,
.tabcontent-custom select,
.tabcontent-custom option {
  cursor: pointer;
}
.tabcontent-custom a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.tabcontent-custom ul li {
  list-style: none;
}
.tabcontent-custom img {
  vertical-align: top;
}
.tabcontent-custom h1,
.tabcontent-custom h2,
.tabcontent-custom h3,
.tabcontent-custom h4,
.tabcontent-custom h5,
.tabcontent-custom h6 {
  font-weight: inherit;
  font-size: inherit;
}
.tabcontent-custom a {
  text-decoration: underline;
}
.tabcontent-custom .block-title {
  color: #222;
  font-size: 20px;
  margin-bottom: 15px;
}
.tabcontent-custom .block-text {
  color: #555;
  line-height: 1.5;
}
.tabcontent-custom {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.tabcontent-custom .tab-content-title {
  margin-bottom: 20px;
  color: #000;
}
.tabcontent-custom h2, 
.tabcontent-custom h3 {
  color: #222;
}
.tabcontent-custom h3 {
  font-size: 20px;
}
.tabcontent-custom .description {
  margin-bottom: 50px;
}
.tabcontent-custom .description-textwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 50px;
}
.tabcontent-custom .description-textblock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.tabcontent-custom .description-textblock p {
  font-size: 18px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}
.tabcontent-custom .title-line {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.75rem;
}
.tabcontent-custom {
  padding-top: 5rem;
}
.tabcontent-custom .title-line::after {
  position: absolute;
  content: "";
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: #F45FAB;
  left: 0;
}
.tabcontent-custom .tabcontent__wrapper {
  margin-bottom: 33px;
}
.tabcontent-custom .tabcontent__slide {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.10);
  
  min-height: 660px;
}
.tabcontent-custom .tabcontent__slide-header {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tabcontent-custom .tabcontent__slide-name {
  color: #222;
  font-size: 22px;
}
.tabcontent-custom .tabcontent__slide-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tabcontent-custom .tabcontent__slide-date {
  color: #999;
  font-size: 18px;
}

.tabcontent-custom .tabcontent__slide-rating-stars svg.active {
  fill: #ffc83d;
}
.tabcontent-custom .tabcontent__slide-rating-stars svg.active path {
    stroke: #6D6D6D;
}

.tabcontent-custom .tabcontent__slide-main {
  display: flex;
  gap: 20px;
}
.tabcontent-custom .tabcontent__slide-main__image {
  flex: 0 0 320px;
}
.tabcontent-custom .tabcontent__slide-main-textblock {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tabcontent-custom .tabcontent__slide-main__text {
  max-height: 330px;
  overflow-y: auto;
}
.tabcontent-custom .tabcontent__slide-main__text,
.tabcontent-custom .answer-text {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}
.tabcontent-custom .answer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tabcontent-custom .answer-title {
  font-size: 24px;
}
.tabcontent-custom .buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
.tabcontent-custom .reviews-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabcontent-custom .reviews-buttons {
  width: 340px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.tabcontent-custom .swiper-buttons-wrap {
  position: absolute;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 5;
}
.tabcontent-custom .reviews-button {
  height: 45px;
  padding: 5px 10px;
  background-color: #F02A8F;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.tabcontent-custom .reviews-button_light {
  background-color: #fff;
  color: #F02A8F;
  border: 1px solid #F02A8F;
}
.tabcontent-custom .tabcontent-pagination {
  color: #8e8e8e;
}

/* Доставка и оплата */
.tabcontent-custom .delivery-payment {
  margin-bottom: 50px;
}
.tabcontent-custom .delivery-payment-title {
  margin-bottom: 40px;
}
.tabcontent-custom .delivery-payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 35px;
  margin-bottom: 40px;
}
.tabcontent-custom .item {
  display: flex;
  gap: 20px;
  align-items: end;
}
.tabcontent-custom .item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tabcontent-custom .item-text-title {
  font-size: 18px;
  color: #222;
}
.tabcontent-custom .item-text-descr {
  color: #555;
  line-height: 1.5;
}

/* Условия доставки */
.tabcontent-custom .delivery-terms {
  margin-bottom: 40px;
}
.tabcontent-custom .delivery-terms-text {
  color: #555;
  margin-bottom: 15px;
}
.tabcontent-custom .delivery-terms-text p:not(:last-child) {
  margin-bottom: 15px;
}
.tabcontent-custom .delivery-terms-text ul:not(:last-child){
  margin-bottom: 15px;
}
.tabcontent-custom .delivery-terms-btn {
  color: #F02A8F;
  text-decoration: underline;
  margin-bottom: 50px;
}
.tabcontent-custom .delivery-table-cell__img {
  max-width: 50px;
}
.tabcontent-custom .delivery-table-cell__img img  {
  width: 100%;
}
.tabcontent-custom .delivery-terms-support {
  padding-block: 15px;
  padding-inline: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #fafafa;
  border-radius: 10px;
  border: 1px solid #EDEDED;
}
.tabcontent-custom .delivery-terms-support__text {
  color: #555;
  line-height: 1.5;
}
.tabcontent-custom .delivery-terms-support__text a {
  color: var(--pink);
}
.tabcontent-custom .delivery-methods {
  margin-bottom: 40px;
}
.tabcontent-custom .payment-methods {
  margin-bottom: 40px;
}
.tabcontent-custom .return-row {
  display: flex;
  gap: 20px;
}
.tabcontent-custom .return-text ul {
  margin-bottom: 40px;
}
.tabcontent-custom .return-text a {
  color: var(--pink);
}
/*Вопросы и ответы*/
.tabcontent-custom .spollers {
  display: block;
}
.tabcontent-custom .spollers__item:not(:last-child) {
  margin-bottom: 20px;
}
.tabcontent-custom .spollers__body {
  padding: 0;
}
.tabcontent-custom .spollers__body-content {
  padding: 15px;
}
.tabcontent-custom .spollers-hidden {
  display: block;;
}
.tabcontent-custom .spollers__title {
  padding-block: 15px;
  padding-inline: 15px;
  padding-right: 70px;
  color: #222;
  font-size: 20px;
  border-radius: 5px;
  background-color: #f6f6f6;
  list-style: none;
  position: relative;
  transition: all ease 0.1s;
  cursor: pointer;
  line-height: 1.3;
}
.tabcontent-custom .spollers__title::before, 
.tabcontent-custom .spollers__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: #222;
  height: 2px;
  width: 15px;
  transition: transform 0.4s;
}
.tabcontent-custom .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.tabcontent-custom .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.tabcontent-custom .spollers__title._spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
.tabcontent-custom .spollers__title._spoller-active::after {
  transform: rotate(40deg);
}

.tabs-wrapper {
  display: none;
  padding-inline: 20px;
  gap: 20px;
  top: 80px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background: #F9F9F9;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.11);

}
.tabs-wrapper.visible {
  display: block;
}
.tabs-wrapper.fixed {
  position: fixed;
  box-shadow: 0 3px 16px rgba(0,0,0,0.07);
}
.tabs-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
.tabs-menu a {
  color: #222;
  text-transform: uppercase;
  padding: 16px 30px;
  white-space: nowrap;
}
  .tabs-menu a.active {
    border-bottom: 2px solid #f02a8f;
  }

.header__inner--shadow-fixed {
  box-shadow: unset !important;
}
/* TABLE */
.tabcontent-custom .delivery-terms-table {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 5rem;
  color: #555;
  font-size: 0.875rem;
  display: none;
}
.tabcontent-custom .delivery-terms-header-row {
  padding-block: 35px;
  padding-inline: 35px;
  background-color: var(--pink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.tabcontent-custom .table-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabcontent-custom .delivery-terms-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-block: 35px;
  padding-inline: 35px;
  align-items: center;
}
.tabcontent-custom .delivery-terms-row:nth-child(odd) {
  background-color: #e7e7e7;
}
.tabcontent-custom .cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.tabcontent-custom .cell a {
  color: var(--fill_dark_lite_white_hover);
}

.tabcontent-custom .cell a:hover, a:focus {
    color: var(--fill_dark_lite_ccc);
}

.tabcontent-custom .icon-wrap {
  max-width: 100px;
}
.tabcontent-custom .icon-wrap img {
  width: 100%;
}
.grid-list__item.fixed {
  top: 150px;
}
@media (any-hover: hover) {
  .tabs-menu a:hover {
    border-bottom: 2px solid #f02a8f;
  }
}
@media (min-width:767.98px){

}

@media (max-width:991.98px){
  .tabcontent-custom .tabcontent__slide-main__image {
    max-width: 50vw;
  }
}
@media (max-width:767.98px){
  .tabcontent-custom .spollers__title {
    font-size: 1.125rem;
  }
  .tabcontent-custom .title-line {
    font-size: 1.5rem;
  }
  .tabcontent-custom .tabcontent__slide-main {
    flex-direction: column;
  }
  .tabcontent-custom .tabcontent__slide-main__image,
  .tabcontent-custom .return-image-wrap {
    max-width: 90vw;
  }
  .tabcontent-custom .return-image-wrap {
    max-width: 100vw;
  }
  .tabcontent-custom .tabcontent__slide-main__image img,
  .tabcontent-custom .return-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .tabcontent-custom .reviews-button-wrap {
    flex-direction: column-reverse;
    flex: 1 1 auto;
    gap: 15px;
  }
  .tabcontent-custom .reviews-buttons {
    width: 100%;
    flex-direction: column-reverse;
  }
  .tabcontent-custom .delivery-payment-list {
    grid-template-columns: 1fr;
  }
  .tabcontent-custom .delivery-terms-support {
    flex-direction: column;
    gap: 10px;
  }
  .tabcontent-custom .return-row {
    flex-direction: column;
  }
  .tabs-wrapper {
    top: 60px;
  }
  .tabs-menu {
  display: flex;
  justify-content: unset;
  flex-wrap: unset;
  overflow: auto;
}
  .tabs-menu a {
    padding: 10px 10px;
    font-size: 14px;
  }
  .tabcontent-custom .delivery-terms-header-row, .tabcontent-custom .delivery-terms-row {
    grid-template-columns: 1fr;
    padding-inline: 10px;
    gap: 18px;
  }
  .tabcontent-custom .table-terms-header, .cell {
    padding: 0;
    margin: 0;
  }
  .tabcontent-custom .swiper-buttons-wrap {
    position: unset;
  }
  .tabcontent-custom .buttons-wrapper {
    flex-direction: column;
    gap: 35px;
  }
  .tabcontent-custom .spollers__title--mobile  {
    justify-content: space-between;
    gap: 15px;
    font-size: 0.875rem;
  }
  .tabcontent-custom .spollers__title--mobile span {
    flex: 0 0 200px;
  }
  .tabcontent-custom .spollers__title--mobile svg {
    margin-right: 0;
    flex: 0 0 65px;
  }
  .tabcontent-custom .spollers__title--mobile .icon-wrap {
    margin-right: 0 !important;
    flex: 0 0 65px;
  }
}



/**/


@media (max-width: 767.98px){

  .tabcontent-custom .tabcontent__slide-main__text {
    height: auto !important;
  }

  .tabcontent-custom .tabcontent__slide {

    
    min-height: auto !important;
  }

}

@media (max-width: 375px){
    .tabcontent__slide-rating {
    flex-wrap: wrap; /* разрешаем перенос */
  }

  .tabcontent__slide-rating-stars {
    margin-top: 4px;
    width: 100%;
  }

}