.t-slds__img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.button._view_air-alt._size_small, .button._view_air-round._size_small, .button._view_air._size_small {
    border-radius: 48px;
    height: 32px;
}
.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    border-radius: 20px;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}
.t898__hint {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 18px 23px;
    font-size: 15px;
    border-radius: 10px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 1;
    transition: all 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

}