.t220__textwrapper {
    margin-left: -60px;
    padding: 60px;
    border-radius: 20px;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    border-radius: 14px;
    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;
}

[data-col-gap='20'] .t-store__stretch-col {
    padding: 10px 10px 20px 10px;
    margin: 0.5%;
}
.t-store__card {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-color: #fff;
    border-radius: 20px;
}
.t-store__stretch-col_25 {
    width: 24%;
}
.t706__cartwin-totalamount-wrap {
    padding-top: 0;
    display: none;
    font-weight: 600;
    text-align: right;
    color: #fff;
}

.t706__form-bottom-text {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.t706__cartwin-content {
    border-radius: 20px;
    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;
}
.t-store__card__descr {
    margin-top: 8px;
    margin: 14px;
    word-break: break-word;
}
.t-store__grid-separator {
    margin-bottom: 20px;
}
.t-store__stretch-col_33 {
    width: 32.333%;
}
.t-store__card__mark {
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto, Arial, sans-serif;
    display: table-cell;
    width: 100%;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
.t-popup__container {
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    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);
}
.t-slds__bgimg {
    border-radius: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.t390__wrapper {
    padding: 0 40px 45px;
}
.t390__img {
    display: block;
    width: 20%;
    padding: 45px 45px 45px;
    border-radius: 200px;
}
@media screen and (max-width: 640px){
.t390__wrapper {
    padding: 0 20px 20px;
}}
@media screen and (max-width: 640px){
.t390__img {
    display: block;
    width: 20%;
    padding: 20px 20px 20px;
    border-radius: 200px;
}}
