@media (min-width: 1199px) {

.t-store__parts-switch-wrapper.t-align_center {
    text-align: left;
    padding-left: 5px;
        
}

}

@media (min-width: 1399px) {
.t-container {
    max-width: 1400px!important;
}

.t776 .t-col_4 {
    max-width: 426px!important;
}

.t-col_3 {
    max-width: 310px!important;
}

.t-store__parts-switch-wrapper.t-align_center {
    text-align: left;
    padding-left: 5px;
        
}

}

@media (min-width: 1699px) {
.t-container {
    max-width: 1700px!important;
}

.t776 .t-col_4 {
    max-width: 526px!important;
}

.t-col_3 {
    max-width: 385px!important;
}

}

.t-store__card__img {
    max-height: 90%!important;
    max-width: 90%!important;
}

.t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    color: #fff !important;
    background: #FCC028;
    padding: 10px;
    border-radius: 6px;
}

.js-store-prod-all-text ul {
    list-style: none!important;
}

.js-store-prod-all-text ul li {
    position: relative;
}

.js-store-prod-all-text ul li:before {
    content: "";   
    position: absolute;
    left: -19px;
    top: 10px;
    background: #FFC100;
    width: 12px;
    height: 4px;
    border-radius: 30px;
}


.js-store-prod-all-text u {
    text-decoration: none;
    opacity: .6;
    margin-right: 30px;
    display: inline-block;
    min-width: 225px;
}

.shadow_hovered:hover .tn-atom {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border: none!important;
        transition: box-shadow ease .3s, border ease .3s, background ease .3s;

}