/* Табы карточки товара: Характеристики / Описание */
.product-card-tabs {
    margin-top: 55px;
    width: 100%;
}

.product-card-tabs__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card-tabs__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e8e9ed;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.product-card-tabs__btn:hover {
    border-color: rgba(67, 170, 139, .6);
}

.product-card-tabs__btn--active {
    border-color: #43aa8b;
}

.product-card-tabs__btn--active .product-card-tabs__btn-text {
    color: #43aa8b;
}

.product-card-tabs__btn:first-child {
    border-radius: 8px 0 0 8px;
}

.product-card-tabs__btn:last-child {
    border-radius: 0 8px 8px 0;
}

.product-card-tabs__pane {
    display: none;
    margin-top: 40px;
}

.product-card-tabs__pane--active {
    display: block;
}

/* растягиваем содержимое табов на всю ширину */
.product-card-tabs .product-card-section-product-card__wrapper-other-information {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding-right: 0;
    margin-top: 0;
}

.product-card-tabs .product-card-section-product-card__block-description-product {
    margin-top: 0;
    padding: 0;
}

/* картинки в описании товара — на всю ширину блока */
.product-card-tabs .product-card-section-product-card__block-text-description-product img {
    width: 100%;
    height: auto;
}

/* текст описания товара — крупнее и читабельнее */
.product-card-tabs .product-card-section-product-card__block-text-description-product,
.product-card-tabs .product-card-section-product-card__block-text-description-product p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c303a;
}

/* адаптив */
@media screen and (max-width: 730px) {
    .product-card-tabs {
        margin-top: 24px;
    }

    .product-card-tabs__pane {
        margin-top: 24px;
    }

    .product-card-tabs .product-card-section-product-card__wrapper-other-information {
        margin-top: 0;
    }

    .product-card-tabs .product-card-section-product-card__wrapper-other-information .section-tabs {
        margin-top: 24px;
    }

    .product-card-tabs .product-card-section-product-card__block-description-product {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0 !important;
        padding: 0;
    }
}

/* Лид-абзац под основной карточкой товара */
.product-card-lead {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
    color: #2c303a;
}

.product-card-lead p {
    margin: 0 0 12px;
}

.product-card-lead p:last-child {
    margin-bottom: 0;
}

/* Блок «Преимущества покупки у нас» */
.product-card-advantages {
    margin-top: 55px;
}

.product-card-advantages__title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #2c303a;
}

.product-card-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-card-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 16px);
    flex: 1 1 calc(50% - 16px);
    padding: 20px;
    border: 1px solid #e8e9ed;
    border-radius: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-card-advantages__item:hover {
    border-color: rgba(67, 170, 139, .6);
}

.product-card-advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20px;
    height: 20px;
}

.product-card-advantages__text {
    font-size: 16px;
    line-height: 1.4;
    color: #2c303a;
}

/* Блок «Для каких площадок подходит комплекс» */
.product-card-playgrounds {
    margin-top: 55px;
}

.product-card-playgrounds__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

/* Блок «Частые вопросы» (FAQ-аккордеон) */
.product-card-faq {
    margin-top: 55px;
}

.product-card-faq__list {
    margin-top: 24px;
}

.product-card-faq__item {
    margin-bottom: 12px;
    border: 1px solid #e8e9ed;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-card-faq__item:hover {
    border-color: rgba(67, 170, 139, .6);
}

.product-card-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px 20px;
    border: 0;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #2c303a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-card-faq__question:hover,
.product-card-faq__item--active .product-card-faq__question {
    color: #43aa8b;
}

.product-card-faq__question-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 15px;
    height: 7px;
    fill: currentColor;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-card-faq__item--active .product-card-faq__question-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-card-faq__answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}

.product-card-faq__item--active .product-card-faq__answer {
    max-height: 1000px;
}

.product-card-faq__answer-text {
    padding: 0 20px 18px;
    font-size: 16px;
    line-height: 1.5;
    color: #2c303a;
}

/* адаптив */
@media screen and (max-width: 730px) {
    .product-card-lead {
        margin-top: 24px;
        font-size: 16px;
    }

    .product-card-advantages,
    .product-card-playgrounds,
    .product-card-faq {
        margin-top: 32px;
    }

    .product-card-advantages__title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .product-card-advantages__item {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .product-card-playgrounds__wrapper,
    .product-card-faq__list {
        margin-top: 16px;
    }
}
