p.t-typography__characteristics {
    font-weight: bold;
    font-size: 18px;
}

.t-descr_xxs {
    font-size: 16px !important;
}

.t-store__prod-popup__btn-wrapper a {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    border-radius: 10px 10px 10px 10px !important;
    background-color: #5F9F4F !important;
    background-position: center center !important;
    border-color: transparent !important;
    transition: 0.2s linear;
}

.t-store__prod-popup__btn-wrapper a:hover {
    background-color: #F6D001 !important;
}

