.page-content.item-card-description .full-width .feedbacks .media .img {
    margin-bottom: 10px;
}

.page-content.item-card-description .full-width .feedbacks .media p {
    margin-bottom: 10px;
}

.amount-stores-holder {
    color: #666666;
    font-size: 16px;
}

.amount-stores-holder > .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
p.title {
    /* font-size: 1rem; */
    padding: 20px 0 10px;
    font-weight: 600;
}
.amount-stores-wrapper .amout-store {
    margin-bottom: 7px;
    display: flex;
}

.amount-stores-wrapper .amout-store div {
    width: 59%;
    font-weight: bold;
}

.amount-stores-wrapper .amout-store .value {
    width: 41%;
    font-weight: unset;
    text-align: right;
}

.amount-stores-wrapper .amout-store:last-child {
    margin-bottom: 0;
}

.page-content.item-card-description .full-width .left.photo-rework .img .big-slider .slide.slick-current {
    height: unset;
    min-height: 372px;
}

.page-content.item-card-description .full-width .left .img .big-slider .slide.slick-current img {
    background: #fff;
}
#cardDescAnalogue .analogue{width: 500px; max-width: 100%}
.page-content.item-card-description .full-width .buy-buttons.analogue .card .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin-left: 15px;
}
.teasers {
    display: flex;
    gap: 25px;
}
.teaser {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.teaser .name {
    font-size: 1.1rem;
    font-weight: 600;
}
.teaser .text {
    width: 75%;
    margin-top: 15px;
}
.teaser img {
    position: absolute;
    bottom: 8px;
    right: 15px;
}
p.teaser_title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.smallCharachter li{
    list-style: none;
}
ul.smallCharachter li span{
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}