.t280__burger {
    position: relative;
    flex-shrink: 0;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.t397__col {
    margin: 20px;
}
.t951__cont-wrapper .js-store-parts-select-container {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #eff3f6;
    border-radius: 14px;
}
@media screen and (min-width: 960px)
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #08a652;
    border-radius: 4px;
}
.t-store__filter__btn, .t-store__filter__input {
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    box-sizing: border-box;
    padding: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: 0;
    border-radius: 7px;
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 2px solid #2c3136;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
    border-radius: 7px;
}
.t668__wrapper {
    background-color: #fff;
    border-radius: 10px;
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 14px;
}
.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    border-radius: 14px;
    -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);
}
.t450__burger_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 7px;
    background-color: #111;
}
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_1-1 {
    padding-bottom: 50%;
}
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper {
    position: relative;
    width: 50%;
    padding-bottom: 50%;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    border-radius: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #08A652;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #08A652;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}