

.productpage-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (max-width: 1199px) {
    .productpage-accordion {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .productpage-accordion {
        gap: 9px;
    }
}

.productpage__accordion-section {
    height: fit-content;
    scroll-margin-top: 191px;
}
.radiusborder-el.accordion__collapse {
    padding-top: 0;
}
.accordion__collapse {
    max-height: 0;
    overflow-y: hidden;
    width: 100%;
    /* padding-top: 0; */
    padding-bottom: 0;
    transition: max-height 1s, padding-bottom 1s;
    /* margin-top: -23px; */
}
.productpage__accordion-collapse_opened {
    height: fit-content;
    max-height: 2000px;
    /* padding-top: 23px; */
    padding-bottom: 23px;
    transition: max-height 1s, padding-bottom 1s;
}

.accordion__subsection,
.cart-preview__productcard {
    border: 1px solid var(--outline-color);
    border-radius: 8px;
    min-height: 100px;
    padding: 24px;
}

.accordion__head {
    position: relative;
    width: 100%;
	cursor: pointer;
}
.page-section__heading {
    position: relative;
    font-size: 19px;
    width: 100%;
    display: block;
    line-height: 1;
    margin: 20px 0 10px 0;
    font-weight: 500;
}

.productpage__accordion-section {
    border-radius: 5px;
    /* background-color: white;  */
}
.accordion__head {
    align-items: center;
    display: flex;
    background-color: white;
}
.accordion__heading {
    width: 90%;
    margin: 0;
}
.accordion__collapse {
    background-color: white;
    /* padding: 8px; */
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.accordion__heading {
    font-size: 22px;
}

/* .accordion_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 42px;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    padding: 0;
    height: auto;
} */
.accordion__head svg.icon-arrow-toggle {
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion__head svg.icon-arrow-toggle {
    width: 20px;
    height: 12px;
}
@media screen and (max-width: 1199px) {
    .accordion__head svg.icon-arrow-toggle {
        width: 13px;
        height: 8px;
    }
}
@media screen and (max-width: 767px) {
    .accordion__head svg.icon-arrow-toggle {
        width: 12px;
        height: 7px;
    }
}

.accordion__head {
    min-height: 92px;
}
@media screen and (max-width: 1199px) {
    .accordion__head {
        min-height: 70px;
    }
}
@media screen and (max-width: 767px) {
    .accordion__head {
        min-height: 63px;
    }
}

.reviews-section,.questions {
    display: flex;
    flex-grow: 1;
    height: fit-content;
}

.write-review,
.productpage .write-review,
.ask-question,
.write-comment {
    width: 366px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--base-font-light-color);
}

@media screen and (max-width: 1199px) {
    .prodpage__formwrap {
        background-color: var(--base-font-color);
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100000;
    }
}

.accordion__left,
.comments-section__comments {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 40px;
}
.productpage__openform-btn {
    display: none;
}

@media screen and (max-width: 1199px) {
    .prodpage__formwrap {
        display: none;
    }

    .productpage .write-review,
    .ask-question,
    .write-comment {
        /* display: none; */
    }
    /* .popup-container .write-review,
    .popup-container .ask-question,
    .popup-container .write-comment
     {
        display: flex;
        position: fixed;
        top: 25px;
        right: 25px;
        bottom: 80px;
        left: 25px;
        width: auto;
        overflow-y: scroll;
    } */
    .productpage .write-review,
    .ask-question,
    .productpage .write-comment,
    .write-comment,
    .reviewspage .write-review {
        /* display: none; */
        position: fixed;
        top: 25px;
        right: 25px;
        bottom: 80px;
        left: 25px;
        width: auto;
        overflow-y: scroll;
    }
    .productpage__openform-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        height: 60px;
    }
}

.product-characts_table {
    width: 100%;
    margin: 0 0 23px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.productpage__descr-list {
    position: relative;
    width: 49%;
    line-height: 0.8;
    margin-top: 38px;
}

@media screen and (max-width: 1199px) {
    .accordion__heading {
        font-size: 18px;
    }
    .accordion__collapse {
        flex-direction: column;
    }
    .productpage__descr-list {
        width: 100%;
    }
}

.productpage__descr-list::before {
    position: absolute;
    content: attr(aria-label);
    font-weight: 500;
    line-height: 2.4;
    font-size: 17px;
    top: -38px;
}
@media screen and (max-width: 1199px) {
    .productpage__descr-list::before {
        font-size: 16px;
    }
}

.productpage__descr-list dt,
.product-characts_table small {
    display: flex;
    color: var(--font-lighter-color);
    margin: 14px 0;
    font-size: 13px;
    text-wrap: nowrap;
}
/* .productpage__descr-list dt {
    float: left;
    width: 50%;
} */
.productpage__descr-list dt {
    font-size: 14px;
}
.productpage__descr-list dd {
    font-size: 15px;
}
.product-characts_table small {
}

/* .productpage__descr-list dd {
    display: flex;
    margin: 14px 0;
    text-wrap: none;
    font-size: 14px;
} */
/* .productpage__descr-list dd {
    float: right;
    width: 50%;
} */

.product-characts_table td {
}

.prodpage__descr-item {
    position: relative;
    width: 100%;
    height: 10px;
    /* margin: 14px 0; */
    margin-top: 24px;
    border-bottom: 1px dashed var(--breadcrumbs-color);
}

.prodpage__descr-item dt,
.prodpage__descr-item dd {
    position: absolute;
    background-color: var(--base-font-light-color);
    bottom: 0;
    margin-bottom: -2px;
    padding-bottom: 1px;
}
.prodpage__descr-item dt {
    left: 0;
    padding-right: 3px;
    color: var(--breadcrumbs-color);
}
.prodpage__descr-item dd {
    left: 50%;
    right: 0;
    padding-left: 3px;
}

@media screen and (max-width: 1199px) {
    .productpage__accordion {
        gap: 8px;
    }
    .productpage__descr-list dt {
        font-size: 14px;
    }
    .productpage__descr-list dd {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .productpage__descr-list dt {
        font-size: 13px;
    }
    .productpage__descr-list dd {
        font-size: 14px;
    }
    .prodpage__descr-item {
        position: relative;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin: 0;
        border-bottom: none;
    }

    .prodpage__descr-item dt,
    .prodpage__descr-item dd {
        position: relative;
        background-color: transparent;
    }
    .prodpage__descr-item dt {
        margin-bottom: 14px;
    }
    .prodpage__descr-item dd {
        margin-bottom: 10px;
        left: 0;
        padding-left: 0;
    }
}


.productpage__details .productcard__charactblock {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 20vw;
    gap: 20px;
    padding: initial 24px;
}

.productdetails__share-btn {
    height: 37px;
}
.productdetails__share-btn svg.icon-share {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}

/* .product-details__item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 12px;
} */
.product-details__item button,
.credit__info {
    display: flex;
    /* height: 46px; */
    margin-right: 12px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 14px;
    /* color: var(--base-font-light-color); */
}
.prodpage-characts__td {
    width: 33%;
}








.colorProducts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.colorProducts a {
    width: 60px;
    height: 60px;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
}
.colorProducts .swiper-wrapper {
    margin-top: 0;
    height: 60px;
}
.colorProducts span.title {
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 6px;
}
.colorProducts .swiper-button-prev {
    right: 25px;
    bottom: auto;
    top: 18px;
    color: #9C27B0;
    font-size: 14px;
    width: 20px;
    height: 30px;
    left: auto;
}
.colorProducts .swiper-button-next {
    left: auto;
    right: 0;
    bottom: auto;
    top: 18px;
    color: #9C27B0;
    font-size: 14px;
    width: 20px;
    height: 30px;
}
.colorProducts .swiper-button-next:after, .colorProducts .swiper-button-prev:after {
    font-size: 16px;
}
.colorProducts svg {
    height: 14px;
}
.details__comments-list {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
}
.details__comments-list>li {
    margin: 0 0 1rem;
}
.details__comments-item {
    background: #fff;
    border: 1px solid #f0f1f6;
    border-radius: 5px;
    padding: 2.5rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details__comments-item-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2rem;
}
@media (min-width: 1199px) {
    .details__comments-item {
        padding: 3.5rem 3.5rem 4rem;
    }
    .details__comments-item-head {
        margin: 0 0 2.5rem;
    }
}
.details__comments-item-letter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.2rem 0 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #02aab0 0, #00cdac 100%);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}
.details__comments-item-head .row {
    margin: 0 -.6rem -.5rem;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.details__comments-item-head .row>[class^=col] {
    padding: 0 .6rem .5rem;
}
.details__comments-item-title {
    display: block;
    margin: 0 0 .5rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
}
.details__comments-item-date, .details__comments-item-rating {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
.details__comments-item-answer-title svg.icon-star, .details__comments-item-rating svg.icon-star {
    margin: 0 .4rem;
    color: #e6c622;
	width: 1.5rem;
    height: 1.4rem;
}
.details__comments-item-date {
    color: #bdc2d3;
}
.details__comments-item-date, .details__comments-item-rating {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
.details__comments-item-body {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}
@media (min-width: 1199px) {
    .details__comments-item-body {
        padding: 0 10rem 0 0;
    }
}
.details__comments-item-readmore {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
    max-height: 9rem;
    transition: .4s;
    overflow: hidden;
}
.details__comments-item-dl {
    font-size: 1.5rem;
    line-height: 1.73;
    font-weight: 400;
    margin: 0 0 2rem;
}
.details__comments-item-dl dt {
    display: block;
    margin: 0 0 .5rem;
    font-weight: 700;
}

.details__comments-item-body p, .details__comments-item-dl dd {
    margin: 0 0 2rem;
}
.details__comments-item-answer {
    position: relative;
    border-radius: 5px;
    padding: 2.5rem 2rem;
    background: #f4f6fb;
    margin: 3rem 0 0;
}
@media (min-width: 1199px) {
    .details__comments-item-answer {
        padding: 3rem;
        margin: 3rem 0 0;
    }
}
.details__comments-item-answer-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
}
.details__comments-item-answer-body {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 1rem;
}
@media (min-width: 1199px) {
    .details__comments-item-answer-body {
        margin: 0;
    }
}
.details__comments-item-answer-title {
    display: block;
    margin: 0 1rem 0 0;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    -ms-flex: 1;
    flex: 1;
}
.details__comments-item-answer-date, .details__comments-item-answer-title small {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}

.details__comments-rating {
    background: #fff;
    border: 1px solid #f0f1f7;
    border-radius: 5px;
    padding: 3rem;
    margin: 0 0 2rem;
    width: 366px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.details__comments-rating-title {
    display: block;
    margin: 0 0 .5rem;
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}
.details__comments-rating-title svg.icon-star {
    margin: 0 0 0 .4rem;
    width: 2.5rem;
    height: 2.5rem;
    color: #e6c622;
    top: -.2rem;
}
.details__comments-rating-title small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: normal;
    padding: 1rem 0 0;
}
.details__comments-rating-counter {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}
.details__comments-rating-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contacts__data-dl dd, .contacts__info-item-dl dd, .details__comments-rating-list>li {
    margin: 0 0 2.5rem;
}

.ui-progress {
    margin: 0 0 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
a.ui-progress {
    transition: color .25s, border-color .25s;
    border-bottom: 1px solid transparent;
    color: #343434;
}
.details__comments-rating-list .ui-progress {
    margin: 0;
}
.ui-progress__star {
    width: 4rem;
    margin: 0 .5rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
}
.ui-progress__star svg.icon-star {
    color: #e6c622;
    margin: 0 0 0 .5rem;
	width: 1.5rem;
    height: 1.4rem;
}
.ui-progress__line {
    height: 1.1rem;
    background: #eaecf2;
    border-radius: 20px;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}
.ui-progress__line-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #00f5a0 0, #00d9f5 100%);
    border-radius: inherit;
}