.t-descr {
    font-family: 'Roboto',Arial,sans-serif !important;
    font-weight: 300;
    color: #000000;
}
.t-slds__bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgba(0,0,0,.15);
    border-radius: 10px;
}
.t-name {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
}
.t-store .t-store__tabs .t-store__tabs__button {
    border-bottom: 1px solid rgb(197 197 197 / 30%);
}

.t-popup_show .t-popup__container {
    border-radius: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.t-popup__container-animated {
    border-radius: 20px;
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 20px;
}