.included-block {
    padding: 80px 50px 0;
}

.included-block-content {
    gap: 60px;
}

.included-title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 110% */
}

.included-block-content-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}

.included-tab-btn {
    width: 187px;
    height: 175px;
    border-radius: 16px 16px 0 0;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0.5;
    cursor: pointer;
}

.included-tab-btn:hover {
    opacity: 1;
}

.included-tab-btn.active {
    background: #FFF;
    opacity: 1;
}

.included-tab-btn img{
    width: 120px;
}

.included-tab-btn-text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.included-content-block {
    padding: 36px 50px;
    background: #FFFFFF;
}

.included-tab {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 57px;
    width: 100%;
    display: none;
}

.included-tab.active {
    display: flex;
}

.included-tab-img-container {
    width: 594px;
    height: 541px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.included-tab-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.included-tab-img-promo-container {
    position: absolute;
    left: 22px;
    bottom: 25px;
    padding: 20px 11px 22px 22px;
    border-radius: 12px;
    border: 1px solid #48924E;
    background: rgba(4, 71, 34, 0.50);
    backdrop-filter: blur(18px);
    display: flex;
    gap: 11px;
    align-items: flex-start;
    max-width: 460px;
    width: fit-content;
}

.included-item-icon {

}

.included-item-icon-light {
    width: 19px;
    height: 15px;
    flex-shrink: 0;
    background-image: url("icon/product/included-item-icon-light.svg");
    margin-top: 5px;
}

.included-tab-img-promo-text {
    color: #FFF;
    font-size: 22.364px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.59px; /* 109.957% */
    margin: 0;
    padding: 0;
}

.included-tab-column {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    align-self: stretch;
}

.included-tab-subcolumn {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.included-tab-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.included-tab-group-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

.included-tab-group-list-item {
    position: relative;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.included-tab-group-list-item-icon {
    position: absolute;
    top: 0;
    left: -30px;
    width: 19px;
    height: 15px;
    flex-shrink: 0;
    background-image: url("icon/product/included-item-icon.svg");
    margin-top: 5px;

}

.included-tab-group-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.included-tab-group-list-item span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
}

.included-tab-more-text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 110% */

}

@media (min-width: 990px) and (max-width: 1439px) {
    .product-links-block {
        padding: 30px 30px 0;
    }

    .included-block {
        padding: 40px 30px 0;
    }

    .included-content-block {
        padding: 30px;
    }

    .included-tab-img-container {
        height: 422px;
        width: 458px;
    }

    .included-tab-img-promo-container {
        left: 12px;
        bottom: 12px;
        max-width: 411px;
        padding: 17px 9px;
    }

    .included-tab-img-promo-text {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 110% */
    }

    .included-tab {
        gap: 31px;
    }

    .included-tab-group,
    .included-tab-group-list {
        gap: 12px;
    }

    .included-tab-group-list-item-icon {
        left: -22px;
    }

    .included-block-content {
        gap: 30px;
    }
}

.included-mobile-block {
    display: none;
}

@media (max-width: 989px) {
    .included-block {
        display: none;
    }

    .included-content-block {
        display: none;
    }

    .included-mobile-block {
        display: flex;
        padding: 40px 20px 0;
    }

    .included-mobile-block-content {
        align-items: stretch;
        gap: 24px;
    }

    .included-mobile-title {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 100% */
    }

    .included-mobile-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .included-mobile-list-item {
        width: 100%;
        border-radius: 8px;
        background: #FFF;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .included-mobile-list-item-header {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .included-mobile-list-item-icon {
        width: 67px;
    }

    .included-mobile-list-item-text {
        flex: 1 0 0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 88.889% */
        text-transform: uppercase;
    }

    .included-mobile-list-item-vector {
        width: 15px;
        height: 14px;
        background-image: url("icon/product/included-mobile-list-item-vector.svg");
    }

    .included-mobile-list-item-content {
        width: 100%;
        padding: 0 20px 20px;
        display: none;
        flex-direction: column;
        gap: 16px;
    }

    .included-mobile-list-item.active .included-mobile-list-item-content {
        display: flex;
    }

    .included-mobile-list-item.active .included-mobile-list-item-vector {
        transform: rotate(180deg);
    }

    .included-mobile-list-item-content-img-container {
        width: 100%;
        position: relative;
    }

    .included-mobile-list-item-content-img-container img {
        width: 100%;
    }

    .included-tab-img-promo-text {
        font-size: 14px;
        line-height: 100%;
        font-weight: 400;
    }

    .included-tab-img-promo-container {
        left: 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
        padding: 7px 9px;
    }

    .included-mobile-list-item-group-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .included-mobile-list-item-group-container-title {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 120% */
    }

    .included-mobile-list-item-group-container-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .included-mobile-list-item-group-container-list-item {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 120% */
    }

    .included-mobile-list-item-group-container-list-item span {
        font-weight: 500;
    }
}

