/* TITLE CSS */
.pageproduct_0201__h2-title {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;

}

.pageproduct_0201__h3-title {
    text-align: left;
    color: #FFF;
    font-size: 30px;
    line-height: 120%;
    font-weight: 400;
    /* 36px */
}

.watched .title {
    font-weight: 500;
}

@media screen and (min-width:992px) {
    .pageproduct_0201__h2-title {
        font-size: 30px;
    }
}



.pageproduct_0201__slider .swiper-pagination {
    position: relative;
}

.pageproduct_0201__row {
    display: flex;
    min-width: 0;
    column-gap: 20px;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 60px;
}

.pageproduct_0201__preview {
    min-width: 0;
    display: flex;
    column-gap: 10px;
    width: 450px;
    flex-shrink: 0;
    width: 100%;
}

.pageproduct_0201__preview .swiper-wrapper {
    height: auto;
}

.pageproduct_0201__slider-thumbs {
    display: none;
    min-width: 0;
    width: 100px !important;
    flex-shrink: 0;
    height: 334px !important;
    min-height: 0;
    padding: 0 !important;
    overflow: hidden !important;
}



.slide-pageproduct_0201-thumbs {
    transition: all 0.25s ease 0ms;
    opacity: 0.15;
    cursor: pointer;
}

.slide-pageproduct_0201-thumbs:hover {
    opacity: 1;
}

.slide-pageproduct_0201-thumbs.swiper-slide-thumb-active {
    opacity: 1;
}

.slide-pageproduct_0201-thumbs__image {
    padding: 0 0 calc(70 / 70 * 100%) 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.slide-pageproduct_0201__image img,
.slide-pageproduct_0201-thumbs__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pageproduct_0201__slider {
    min-width: 0;
    flex: 1 1 auto;
    width: auto !important;
    padding: 0 !important;
    border-radius: 10px;
}

.slide-pageproduct_0201__image {
    border-radius: 10px;
    height: 100%;
}

.pageproduct_0201__main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pageproduct_0201__product-name {
    color: #E0DCE7;
    font-size: 15px;
    line-height: 120%;
    margin-right: 63px;
}

.pageproduct_0201__code-item {
    font-size: 12px;
    line-height: 120%;
    color: #988EA8;
    margin: 10px 0;
}

.pageproduct_0201__code-item span {
    color: #FFF;
}

.pageproduct_0201__price--new {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
    font-family: "Geist", serif;
}

.pageproduct_0201__price--old {
    color: #B6ACC6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-decoration: line-through;
    font-family: "Geist", serif;
}

.pageproduct_0201__row-btn {
    position: relative;
}

.pageproduct_0201__btn-cart,
.pageproduct_0201__btn-consult {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 300;
    font-size: 16px;
}

.pageproduct_0201__btn-cart {
    margin: 18px auto;
}

.pageproduct_0201__like.product_0201-hero__like {
    position: absolute;
    right: 0;
    top: -94px;
}

.pageproduct_0201__like.product_0201-hero__like>svg,
.fixed-product__heart.pageproduct_0201__like>svg {
    width: 35px;
    height: 35px;
}

@media screen and (min-width: 992px) {

    .pageproduct_0201__like.product_0201-hero__like>svg,
    .fixed-product__heart.pageproduct_0201__like>svg {
        width: 40px;
        height: 40px;
    }
}

.pageproduct_0201-feature--mobile {
    font-size: 14px;
}

.pageproduct_0201-feature--mobile__tab-list {
    display: flex;
    align-items: center;
}

.pageproduct_0201-feature--mobile__tab-item {
    flex: 1 0 50%;
    text-align: center;
    padding: 15px 0;
    color: rgba(209, 206, 225, 0.60);
    border-radius: 5px 5px 0px 0px;
    font-weight: 300;
    cursor: pointer;
}

.pageproduct_0201-feature--mobile__tab-item.active {
    background: #271D37;
    color: #FFF;
    cursor: default;
}

.pageproduct_0201-feature--mobile__body-item {
    display: none;
    border-radius: 0px 0px 5px 5px;
    background: #271D37;
    padding: 10px 5px;
    gap: 10px;
    color: #EBD8EB;
}

.pageproduct_0201-feature--mobile__body-item.active {
    display: block;
}

.pageproduct_0201-feature--mobile__body-text {
    margin-bottom: 10px;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageproduct_0201-feature--mobile__body-more {
    display: block;
    font-size: 13px;
    color: #a7a2f8;
    text-align: left;
}

.pageproduct_0201-feature--mobile__body-more:hover {
    color: #fff
}

.pageproduct_0201-feature--mobile__charac-list {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.pageproduct_0201-feature--mobile__charac-item span {
    color: #6D6DE8;
    display: inline;
}

.pageproduct_0201-desc,
.pageproduct_0201-charac {
    display: none;
}

@media screen and (min-width: 768px) {
    .pageproduct_0201__row {
        flex-direction: row;
    }

    .pageproduct_0201__preview {
        width: 276px;
    }

    .pageproduct_0201__main {
        margin-top: 0;
    }

    .pageproduct_0201__like.product_0201-hero__like {
        top: -172px;
    }
}

@media screen and (min-width: 992px) {
    .pageproduct_0201__row {
        gap: 20px;
    }

    .pageproduct_0201__product-name {
        font-size: 24px;
    }

    .pageproduct_0201__code-item {
        font-size: 20px;
    }

    .pageproduct_0201__price {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .pageproduct_0201__price--new {
        font-size: 28px;
    }

    .pageproduct_0201__price--old {
        font-size: 20px;
    }

    .pageproduct_0201__preview {
        width: 432px;
    }

    .pageproduct_0201__slider-thumbs {
        display: block;
    }

    .pageproduct_0201__slider .swiper-pagination {
        display: none;
    }

    .pageproduct_0201__row-btn {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .pageproduct_0201__btn-consult {
        width: 260px;
        font-size: 18px;
        line-height: 1;
    }

    .pageproduct_0201__btn-cart {
        margin: 0;
        width: 160px;
        font-size: 18px;
        line-height: 1;
    }

    .pageproduct_0201__like {
        position: static;
    }

    .pageproduct_0201__like.product_0201-hero__like {
        position: static;
    }

    .recommend__slider {
        position: relative;
    }

    .pageproduct_0201-recommend__cover {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 328px;
        background-color: rgb(32, 22, 48);
        z-index: 1;
    }

    .pageproduct_0201-feature--mobile {
        display: none;
    }

    .pageproduct_0201-desc,
    .pageproduct_0201-charac {
        display: block;
    }

    .pageproduct_0201-desc__title {
        font-size: 30px;
        line-height: 120%;
    }

    .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pageproduct_0201-desc__text {
        color: #EBD8EB;
        font-size: 18px;
        line-height: 140%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pageproduct_0201-desc__more {
        color: #A7A2F8;
        text-align: center;
        font-size: 15px;
        line-height: 120%;
        width: 100%;
    }

    .pageproduct_0201-desc__more:hover {
        color: #FFF;
    }

    .pageproduct_0201-charac__list {
        display: flex;
        gap: 5px;
        flex-direction: column;
        font-size: 18px;
        margin-top: 20px;
        line-height: 140%;

    }

    .pageproduct_0201-charac__item span {
        color: #6D6DE8;
        display: inline;
    }
}

@media screen and (min-width: 1259.98px) {
    .pageproduct_0201__preview {
        width: 452px;
    }

    .pageproduct_0201__content {
        background-color: #271d37;
        padding: 60px 70px 80px 70px;
        border-radius: 14px;
    }

    .pageproduct_0201__btn-cart,
    .pageproduct_0201__btn-consult {
        width: 287px;
    }

    .pageproduct_0201__product-name {
        font-size: 30px;
        margin-bottom: auto;
    }

    .pageproduct_0201__code-item {
        font-size: 28px;
        margin: 0;
    }

    .pageproduct_0201__price {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .pageproduct_0201__price--new {
        font-size: 40px;
    }

    .pageproduct_0201__price--old {
        font-size: 28px;
    }



}

/* Reviews Part */
.pageproduct_0201-reviews__heading {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;

}

.heading__star {
    width: 40px;
    height: 40px;
}

.pageproduct_0201-reviews__point {
    color: #FFF;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
}

.pageproduct_0201-reviews__number-rating {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.pageproduct_0201-reviews__number-rating--top {
    margin-bottom: 5px;
}

.pageproduct_0201-reviews__btn {
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .pageproduct_0201-reviews__heading {
        width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .heading__star {
        width: 60px;
        height: 60px;
    }

    .pageproduct_0201-reviews__point {
        font-size: 60px;
    }

    .pageproduct_0201-reviews__number-rating {
        font-size: 14px;
    }

    .pageproduct_0201-reviews__number-rating--top {
        font-weight: 700;
    }

}

@media screen and (min-width: 1260px) {
    .pageproduct_0201-reviews__heading {
        width: auto
    }
}

/* Watched */
.watched-card__img {
    padding: 15px;
}

.product_0201-card__like {
    background-color: transparent;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}

.product_0201-card__like>svg>path {
    stroke: #d1cee1;
    fill: transparent;
}

.product_0201-card__like:hover>svg>path {
    stroke: #ffffff;
}

.product_0201-card__like>svg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .product_0201-card__like>svg {
        width: 30px;
        height: 30px;

    }
}

/* Recommend */
.slide-for-recommend {
    width: 169px;
}

.recommend-card {
    width: 100%;
}

.recommend-card__img {
    width: 100%;
    height: 169px;
    padding: 12px 0;
}



@media screen and (min-width:1200px) {
    .pageproduct_0201-recommend-button-prev {
        transform: translateY(-130%);
    }

    .pageproduct_0201-recommend-button-next {
        transform: translateY(-130%) rotate(180deg);
    }
}

/* review modal CSS */


.hide-slide {
    display: none;
}

.text-green {
    display: inline;
}

.review__card h5 {
    height: 38px;
    color: var(--main-green-color);
    line-height: 19px;
}

.review__paragraph {
    height: 46.2px;
}

.height-auto {
    height: auto !important;
}

.review_more {
    visibility: visible;
}

.review-img-slide--small {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}

.review-img-slide--small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-img-modal {
    display: none;
    margin-bottom: 0 !important;
}

.review-img-modal .modal__content {
    border: none;
    background-color: transparent;
}

.review-img-modal_container {
    margin-top: 18px;
}

@media screen and (min-width:992px) {
    .review__modal>.modal__content {
        padding: 20px;
        position: relative;
    }

    .review-img-modal .modal__close {
        position: absolute;
        padding-bottom: 0;
        top: -20px;
        right: -18px;
        width: 30px;
        height: 30px;
    }

    .review-img-modal_container {
        margin-top: 0;
    }
}

@media screen and (min-width:992px) {
    .review-img-modal .modal__close {
        top: -20px;
        right: -110px;
        width: 40px;
        height: 40px;
    }
}


.review-img__swiper--big {
    border-radius: 10px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 5px;
}

.review-img-slide--big img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-img-slide--thumb {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.5;
}

.review-img-slide--thumb:hover {
    opacity: 1;
    cursor: pointer;
}

.review-img-slide--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-img-slide--thumb.swiper-slide-thumb-active {
    opacity: 1;
}

@media screen and (min-width:992px) {
    .review-img-modal_container .inner {
        padding-right: 100px;
        padding-left: 100px;
    }

    .review-img__swiper--small.swiper,
    .review-img-modal .swiper {
        width: 100% !important;
        padding: 0;
    }

    .review-img-slide--small {
        width: 90px;
        height: 90px;
    }

    .review-img-modal .modal__content {
        width: 900px;
    }

    .review-img__swiper--big {
        height: 650px;
    }

    .review-img-slide--thumb {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width:1260px) {
    .review__card h5 {
        height: 48px;
        line-height: 24px;
    }

    .review__paragraph {
        height: 65px;
    }
}

@media screen and (min-width:1400px) {
    .review-img-slide--thumb {
        width: 80px;
        height: 80px;
    }
}

/* Оценка */
.product_0201_otsenka_modal__title {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -10px;
}

.product_0201_otsenka_modal__title,
.product_0201_otsenka_modal__rating {
    padding: 0 10px;
}

.product_0201_otsenka_modal__rating {
    padding-top: 5px;
    padding-bottom: 18px;
    padding-left: 0;
}

.product_0201_otsenka_modal__rating .rating__star {
    width: 25px;
    height: 25px;
}

.product_0201_otsenka_modal__label {
    color: #E2DEE8;
    font-size: 13px;
    margin-bottom: 7px;
}

.product_0201_otsenka_modal__upload-file {
    display: flex;
    justify-content: space-between;
}

.product_0201_otsenka_modal__to-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #312741;
    width: 45px;
    height: 64px;
    cursor: pointer;
}

.product_0201_otsenka_modal__uploaded-img {
    border-radius: 7px;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    width: 45px;
    height: 64px;
    overflow: hidden;
}

.product_0201_otsenka_modal__uploaded-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {
    .product_0201_otsenka_modal__title {
        font-size: 22px;
    }

    .product_0201_otsenka_modal__rating .rating__star {
        width: 40px;
        height: 40px;
    }

    .product_0201_otsenka_modal__label {
        font-size: 20px;
    }

    .product_0201_otsenka_modal__to-upload {
        width: 70px;
        height: 100px;
    }

    .product_0201_otsenka_modal__uploaded-img {
        width: 70px;
        height: 100px;
    }
}

/* Scroll */

.fixed-product {
    display: none;
}

.fixed-product.fixed {
    display: block;
    position: fixed;
    z-index: 5;
    top: 101px;
    left: 0;
    right: 0;
}

.fixed-product__content {
    background: #312840;
    padding: 5px 10px;
}

.fixed-product__row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.fixed-product__name-product {
    color: #E0DCE7;
    font-size: 14px;
    line-height: 120%;
    max-width: 724px;
    /* 16.8px */
}

.fixed-product__right-block {
    display: grid;
    grid-template-columns: 1fr max-content;
    justify-content: space-between;
    flex-shrink: 0;
}


.fixed-product__price--new {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.7px;
    font-family: "Geist", serif;
}

.fixed-product__price--old {
    color: #B6ACC6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: line-through;
    font-family: "Geist", serif;
}

.fixed-product__heart.pageproduct_0201__like {
    position: static;
}

.fixed-product__cart.pageproduct_0201__btn-cart {
    margin-bottom: 0;
    margin-top: 5px;
    padding: 6px 35px;
    white-space: nowrap;
    grid-column: 1 / span 2;
    font-size: 13px;
    border-radius: 5px;
}

@media screen and (min-width:768px) {
    .fixed-product__name-product {
        font-size: 20px;
    }
}

@media screen and (min-width:992px) {
    .fixed-product__name-product {
        font-size: 25px;
    }

    .fixed-product__right-block {
        grid-template-columns: max-content 1fr max-content;
        gap: 9px;
        align-items: center;
    }

    .fixed-product__cart.pageproduct_0201__btn-cart {
        grid-column: auto;
        margin-top: 0;
        line-height: 1.5;
        padding: 8px 35px;
    }

    .fixed-product__heart.pageproduct_0201__like {
        order: 1;
    }

    .fixed-product__content {
        padding: 10px 20px;
    }

    .fixed-product__price {
        margin-right: 30px;
    }

    .fixed-product__price--new {
        font-size: 30px;
    }

    .fixed-product__price--old {
        font-size: 18px;
    }

}

@media screen and (min-width:1260px) {
    .fixed-product.fixed {
        top: 66px;
    }

    .fixed-product__cart.pageproduct_0201__btn-cart {
        width: auto;
    }
}

/* CARD CSS */

/*
.card__price {
    font-size: 20px;
}

.card__option,
.card__price-old {
    font-size: 14px;
}

.card__subtitle {
    font-size: 17px;
    height: auto;
}*/
