div#wa {
    position: fixed!important;
    right: 7%;
    bottom: calc(22%);
    transition: .4s;
        z-index: 99999;
}

div#wa img {
    transition: .4s;
    opacity: .6;
}

div#wa:hover img {
    transform: scale(1.1)!important;
    transition: .4s;
    opacity: 1;
}


.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}

.t-store__card .t-typography__title {
    flex-grow: 1;
    height: auto;
}

.t-store__card .t-typography__descr {
    margin-top: 0;
}

.t-store__card__price-wrapper {
    margin-top: 0;
}

.t-store__parts-switch-btn {
    opacity: .35;
    #transition: font-size .3s;
}

.t-store__parts-switch-btn:hover, .t-store__parts-switch-btn.t-active {
    opacity: 1!important;
    #font-size: 19px!important;
    
}