/* Отзывы */
.otziv-wrap {width: 760px; margin: 0 auto; display: flex; justify-content: space-between}
.otziv-ya {width: 760px; height: 800px; overflow: hidden; position: relative}  
@media screen and (max-width: 640px) {
    .otziv-wrap {width: 90%; display: inherit}
    .otziv-ya {width: auto; margin: 0 0 20px}
}



.t-store__parts-switch-btn.t-active {
    opacity: 1;
    border: 1px solid #9d7b2b;
    color: #9d7b2b;
    border-radius: 5px;
}

.t-store__parts-switch-btn {
    padding: 5px 10px;
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
    border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
    .t-store__parts-switch-btn {
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 0!important;
    }
}

.js-store-prod-all-text {font-size: 16px!important;}

.t706__cartwin-content {max-width: 720px!important}




@media screen and (max-width: 640px) {
    .js-store-prod-name {
        font-size: 18px!important;
    }
    .js-product-price {
        font-size: 18px!important;
    }
    .t-store__card__price-currency {
        font-size: 18px!important;
    }
}


.t706 .t-inputtime, .t706 .t-datepicker__wrapper {
    max-width: inherit!important;
}