.t706 label.t-radio__control, .t-text {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
    a.t-store__prod-popup__btn.t-btn.t-btn_sm {
    padding-left: 10px;
    padding-right: 10px;
}
}
.tmenu-mobile__container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/*Общие стили всех кнопок*/
.t-store__prod-popup__text a {
    padding: 9px 20px 9px 18px; /* — отступы внутри кнопки*/
    border-radius: 0px; /* — скругления углов*/
    margin-right: 8px; /* — отступ справа от кнопки до соседней кнопки*/
    margin-bottom: 10px; /* — отступ снизу от кнопки*/
    transition: background-color .3s !important;
    display: inline-flex;
    align-items: center;
}
/*Стили иконок перед надписью*/
.t-store__prod-popup__text a:before {
    content: '';
    display: block;
    width: 28px; /* — ширина иконки*/
    height: 28px; /* — высота иконки*/
    background-size: cover;
    margin-right: 8px; /* — отступ справа от иконки*/
}
/*Wildberries*/
.t-store__prod-popup__text a[href*="wildberries"]:before {
    /*ссылка на иконку*/
    background-image: url(https://static.tildacdn.com/tild3566-3134-4337-a639-363266613230/logo_wb.svg);
}
.t-store__prod-popup__text a[href*="wildberries"] {
    color: #ffffff !important; /* — цвет надписи*/
    background-color: #9940df; /* — цвет фона кнопки*/
}
.t-store__prod-popup__text a[href*="wildberries"]:hover {
    background-color: #832bc8; /* — цвет фона при наведении*/
}
.js-store-prod-all-text em:before {
    content: '';
    display: block;
    width: 80px; /* — ширина иконки*/
    height: 35px; /* — высота иконки*/
    background-size: cover;
    margin-right: 12px; /* — отступ справа от иконки*/
    background-image: url(https://static.tildacdn.com/tild6363-3238-4031-b738-313866313336/Vector_13.svg);
}
.js-store-prod-all-text em {
    display: inline-flex;
    align-items: center;
    font-style: normal;
}