.product-container {

}

.product-top_block {
    display: flex;
    margin-bottom: 120px;
}

/* Images */
.product-images {
    width: 50%;
}

/* Info */
.product-info {
    width: 50%;
    max-width: 580px;
    padding-left: 100px;
}
.product-info_label {
    margin-bottom: 32px;
}
.product-info_title {
    margin-bottom: 16px;
}
.product-info_subtitle {
    margin-bottom: 16px;
}

/* Reviews Counter */
.product-info_reviews {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: baseline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-gray-20);
}
.product-info_reviews span:last-child {
    display: inline-block;
    padding-left: 12px;
    color: var(--color-gray-40);
    font-size: 12px;
    line-height: 16px;
}

/* Quantity Counter */
.product-info_quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

/* Buttons */
.product-info_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 8px;
    margin-bottom: 32px;
}
.product-info_btn-cart {
    width: calc(100% - 58px);
    max-height: 48px;
}
#button-cart_success.product-info_btn-cart {
    background: var(--color-gray-0) !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-gray-0) !important;
}
.product-wishlist {
    padding: 14px;
}
.product-wishlist svg:last-child,
.product-wishlist.active svg:first-child {
    display: none;
}
.product-wishlist svg:first-child,
.product-wishlist.active svg:last-child {
    display: block;
}
.product-info_btn-nabor {
    width: 100%;
}

/* Delivery */
.product-info_delivery {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid var(--color-gray-60);
    background: var(--color-gray-80);
}
.product-info_delivery-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-info_delivery-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.product-info_delivery-item span {
    flex-shrink: 1;
    color: var(--color-gray-20);
}

/* Description */
.product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    text-align: center;
}
.product-description_subtitle {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-gray-60);
}
.product-description_title {
    margin-bottom: 32px;
}
.product-description_text {
    max-width: 900px;
    color: var(--color-gray-20);
}
.product-description_text p:first-child {
    margin-top: 0;
}

/* Faq */
.product-faq {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 0;
}
.product-faq_title {
    text-align: center;
    margin-bottom: 60px;
}
.product-faq .accordion-title {
    padding-top: 32px;
    padding-bottom: 32px;
    color: var(--color-gray-20);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}
.product-faq .accordion-content {
    margin-top: -16px;
}
.product-faq .accordion-content p {
    margin-top: 0;
    margin-bottom: 32px;
}

/* Product Slider */
.products-slider {
    margin-bottom: 120px;
}
.products-slider_heading {
    margin-bottom: 40px;
}

/* Reviews */
.product-reviews {
    margin-bottom: 160px;
}

.product-reviews_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-reviews_list {
    border-top: 1px solid var(--color-gray-60);
}

.product-reviews_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-60);
    padding: 25px 0 40px 0;
}
.product-reviews_item-left {
    width: 230px;
}
.product-reviews_rating {
    margin-bottom: 12px;
}

.product-reviews_item-center {
    flex: 1;
    padding-top: 34px;
}
.product-reviews_text {
    color: var(--color-gray-40);
}
.product-reviews_images {
    display: block;
    margin-top: 24px;
}
.product-reviews_images img {
    display: block;
    border-radius: 8px;
    background: var(--color-black-90);
}

.product-reviews_item-right {
    width: 230px;
    text-align: right;
    color: var(--color-gray-40);
}

/* Attributes */
.product-info_attributes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px 0px;
    border-top: 1px solid var(--color-gray-60);
    border-bottom: 1px solid var(--color-gray-60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.product-info_attribute-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-info_attribute-item span:first-child {
    color: var(--color-gray-30);
}

/* Tags */
.product-info_tags {
    margin-bottom: 32px;
}

/* Images */
.product-images_slider-container {
    position: relative;
}
.product-images_slider-container .slide-prev_btn,
.product-images_slider-container .slide-next_btn {
    transform: translateY(-24px);
    width: 48px;
    height: 48px;
}
.product-images_slider-container .slide-prev_btn {
    left: 8px;
}
.product-images_slider-container .slide-next_btn {
    right: 8px;
}
.product-images_slider-img {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--color-gray-70, #2A2A2A);
    background: var(--color-gray-90, #0B0B0B);
    overflow: hidden;
}
.product-images_slider-progress {
    margin-top: 12px;
}

/* Options */
.product-page_options {
    margin-bottom: 24px;
}
.product-page_options input {
    display: none;
    position: absolute;
    opacity: 0;
}
.product-page_options-title {
    margin-bottom: 16px;
}
.product-page_option {
}
.product-page_option.active {
}
.product-page_option-images {
    padding: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 8px;
}
.product-page_option-images_item {
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    /* Body/Body-3_R_14_20 */
    font-size: 14px;
    line-height: 20px; /* 142.857% */
}
.product-page_option-images_item.hide {
    display: none;
}
.product-page_option-images_img {
    width: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--color-gray-70);
    background: var(--color-black-90);
    overflow: hidden;
}
.product-page_option-images_item.active .product-page_option-images_img {
    border: 1px solid var(--color-gray-0);
}
.product-page_option-images_item img {
    display: block;
    width: 100%;
}
.product-page_option-images_item.active .product-page_option-images_text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.product-page_option-images_mote-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    height: 140px;
    background: #fff;
    border-radius: 15px;
    color: var(--color-green);
    font-weight: 500;
}
.product-page_option-images_mote-text span {
    color: #737A7E;
}
.product-page_option-images_item.active img {
    display: block;
    width: 100%;
}
.product-page_option-images_mote-text .product-page_option-images_img {
    border: 1px solid var(--color-green);
}

/* Review Form */
.review-form_title {
    margin-bottom: 32px;
    text-align: center;
}
.review-form_rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.review-form_rating-label {
    margin-bottom: 8px;
    text-align: center;
}
.review-form_rating-select {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.review-form_rating-select input {
    display: none;
}
.review-form_rating-item {
    padding: 0 4px;
    color: var(--color-gray-60);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    cursor: pointer;
}
.review-form_rating-select input:checked ~ .review-form_rating-item {
    color: var(--color-gray-0);
}
.review-form_rating-item:hover,
.review-form_rating-item:hover ~ .review-form_rating-item {
    color: var(--color-green) !important;
}
.review-form_btns {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.review-success_subtitle {
    max-width: 540px;
    margin: -8px auto 0 auto;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.product-nabor_container {
    margin-top: 100px;
}
.product-nabor_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    padding: 1px 16px;
    overflow-x: auto;
    gap: 8px;
}

.product-nabor_nav-item {
    display: flex;
    max-width: 80px;
    border-radius: 16px;
    border: 1px solid var(--color-gray-70);
    background: var(--color-black-90);
    overflow: hidden;
    cursor: pointer;
}
.product-nabor_nav-item img {
    display: block;
    width: 100%;
    height: 100%;
}
.product-nabor_nav-item.active {
    max-width: 90px;
    border: 1px solid var(--color-gray-40);
}

.product-nabor_slider {

    margin-bottom: 120px;
}
.product-nabor_content {

}

.product-nabor_item {
    display: block;
    width: 1920px;
    max-width: 100%;
    overflow: hidden;
}
.product-nabor_item-content {
    display: flex;
    width: 100%;
    border-radius: 20px;
    background: var(--color-black-90);
    overflow: hidden;
}
.product-nabor_item-left {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    border: 1px solid var(--color-gray-70);
    background: var(--color-gray-90);
    overflow: hidden;
    flex-shrink: 0;
}
.product-nabor_item-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-nabor_item-right {
    padding: 60px 120px 60px 100px;
    text-align: left;
}
.product-nabor_item-title {
    margin-bottom: 24px;
}
.product-nabor_item-subtitle {
    margin-bottom: 38px;
    color: var(--color-gray-30);
}
.product-nabor_item-description-title {
    margin-bottom: 16px;
}
.product-nabor_item-description {
    color: var(--color-gray-30);
}

.product-nabor_slider .slide-prev_btn,
.product-nabor_slider .slide-next_btn {
    transform: translateY(-24px);
    width: 48px;
    height: 48px;
    display: flex;
}
.product-nabor_slider .slide-prev_btn {
    left: 16px;
}
.product-nabor_slider .slide-next_btn {
    right: 16px;
}

.product-nabor_btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .product-info {
        padding-left: 32px;
    }
}

@media (max-width: 992px) {
    .product-top_block {
        display: flex;
        flex-direction: column;
        margin-bottom: 80px;
    }

    .product-images {
        width: 100%;
        margin-bottom: 24px;
    }
    .product-images_slider-container .slide-prev_btn,
    .product-images_slider-container .slide-next_btn {
        display: none;
    }

    .product-info {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .product-info_label {
        margin-bottom: 24px;
    }

    .product-info_title {
        font-size: 24px;
    }
    .product-info_subtitle {
        font-size: 14px;
    }

    .quantity-btn_minus, .quantity-btn_plus {
        width: 40px;
        height: 40px;
    }

    .product-info_btn-cart {
        width: calc(100% - 52px);
        min-height: 40px;
        height: 40px;
        line-height: 14px;
    }
    .product-wishlist {
        padding: 10px;
        min-height: 40px;
    }

    .product-info_delivery {
        padding: 16px;
    }
    .product-info_delivery-item span {
        font-size: 12px;
    }

    .product-description {
        margin-bottom: 80px;
    }
    .product-description_subtitle {
        margin-bottom: 40px;
    }
    .product-description_title {
        margin-bottom: 24px;
    }
    .product-description_text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .products-slider .slide-prev_btn,
    .products-slider .slide-next_btn {
        /* display: none; */
    }

    .product-nabor_item-content {
        flex-direction: column;
    }
    .product-nabor_item-left {
        width: 100%;
        max-width: 100%;
    }

    .product-nabor_item-right {
        padding: 40px 60px 60px 60px;
    }

    .product-nabor_btns {
        height: auto;
        padding-top: 100%;
    }
}

@media (max-width: 768px) {
    .product-reviews_item {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0 32px 0;
    }
    .product-reviews_item-left,
    .product-reviews_item-right {
        width: auto;
        flex: 0 1 auto;
    }
    .product-reviews_item-center {
        padding-top: 12px;
        flex: 0 0 100%;
        order: 1;
    }

    .product-faq_title {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .products-slider_heading {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .product-faq .accordion-title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }

    .product-reviews_title {
        margin-bottom: 0;
    }

    .review-form_title {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }
    .review-form_btns .btn {
        width: 100%;
    }

    .product-nabor_item-right {
        padding: 40px 16px 60px 16px;
    }

    .product-nabor_container .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-nabor_container {
        margin-top: 60px;
    }
    .product-nabor_slider {
        margin-bottom: 80px;
    }

    .product-nabor_top {
        margin-bottom: 24px;
    }

    .product-nabor_top {
        justify-content: flex-start;
        gap: 4px;
    }
    .product-nabor_nav-item {
        max-width: 60px;
        flex-shrink: 0;
    }
    .product-nabor_nav-item.active {
        max-width: 70px;
    }
}

@media (max-width: 550px) {
    .product-reviews_heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-bottom: 60px;
    }
    .product-reviews_heading .btn {
        min-height: 40px;
        padding: 11px 32px;
    }

    .product-nabor_item-title {
        margin-bottom: 24px;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }
    .product-nabor_item-subtitle {
        margin-bottom: 32px;
    }
    .product-nabor_item-description-title {
        margin-bottom: 16px;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }
}
