.t-store__prod-popup__btn {
    margin-bottom: 0;
    width: 100%;
}
.t706__cartwin-content {
    background-color: #EFEFEF !important;
    border-radius: 0px;
}
.t706__cartwin-top {
    border-bottom: 0px solid #EFEFEF;
}
.t706__cartwin-bottom {
    border-top: 0px solid #EFEFEF;
}

.t706__cartwin-totalamount-wrap {
    display: none !important;

}

.t-radio__wrapper {
    margin-top: 0px;
}

.t-radio__control {
    cursor: pointer;
    display: flex !important;
    margin: 0 0 10px;
    position: relative;
}

.t706 .t-input-group {
    margin-bottom: 0 !important;
}


.t706__cartwin-prodamount-wrap {
    display: none !important;
    order: 0 !important;
}

.t706__cartwin-bottom {
    padding-top: 0 !important;
    border-top: 0px solid #EFEFEF;
}

.ss__main_area {
    background-color: #C7C7C7 !important;
    padding: 16px;
    border-radius: 0 !important;
}

.ss__attention {
padding-left: 0 !important;
background-image: none !important;
color: white !important;
}

.t-input-phonemask__wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: white !important;
    border: 1px solid white !important;
    flex-basis: 350%;
    margin-right: 5px;
}

.t-ss-submit {
    width: 100% !important;
    background-color: white !important;
    color: black !important;
}

.ss {
    color:white !important;
}

.ss:hover {
    color:white !important;
}

.t-input-phonemask {
    height: auto;
    padding: 0;
    background-color: transparent;
    color: white !important;
}

/*Убираю элементы скролла со стандартной карточки ST315N*/
@media screen and (max-width: 960px) {
    .t-store__scroll-icon-wrapper {
        display: none;
        padding: 0 40px 20px 0;
        color: #a1a1a1;
        text-align: right;
        font-size: 0;
        mix-blend-mode: multiply;
    }
}
/*Меняю отсуп ползунка от цены*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-one-row .t-store__card__price-wrapper {
        margin-bottom: 20px;
    }
}