.t706__cartwin-close-wrapper {
    margin-top: -50px;
}
.t706__close.t706__cartwin-close {
        width: 90%;
    background: #fff;
    display: inline-grid;
    margin: auto;
}
.t706 .t706__close-button {
    padding-left:100%;
}
.t706__cartwin-close:before {
    content: "";
    display: block;
    position: inherit;
    font-family: Arial,Helvetica,sans-serif;
    width: 80px;
    height: 20px;
    background: url(https://static.tildacdn.com/tild3137-3039-4134-b538-363631653566/-.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width:560px) {
    .t706__cartwin-close-wrapper {
    margin-top: 0px;
    display: inline-block;
}
.t706 .t706__close-button {
    padding-left:0%;
}
}

@media screen and (min-width:640px) and (max-width: 960px) {
    .t706__cartwin-top {
    margin-top: 20px !important;
}
}

input.t-store__prod__quantity-input{
    font-size: 20px;
}

@media screen and (min-width: 960px) {
    .t-screenmax-980px {
        display: none !important;
    }
}

/*Заголовок поста по центру на 3-5 адаптивах*/
@media screen and (max-width: 960px) {
    .t-feed__post-popup__title {
    text-align: center !important;
}
}



.t-feed__post-popup .t-popup__close::after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: auto;
    right: 50px;
    width: 20px;
    height: 20px;
    background: url(https://static.tildacdn.com/tild6163-6661-4339-a639-326563653266/_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.t-feed__post-popup .t-popup__close:hover {
    opacity: 1;
}
.js-feed-popup-close.t-popup__close, .t-feed__post-popup .t-popup__close {
    width: 100%;
}
.t-feed__share-container {
    display: none !important;
}
.t-feed__post-popup__close-wrapper {
    border-bottom: 0px !important;
}
.t-feed__post-popup__close-text-wrapper {
    display: none !important;
}
.t-feed__post-popup__close-wrapper {
    height: 70px !important;
}
.t-zoomer__title {
    font-size: 18px;
}
.t-zoomer__descr {
    font-size: 16px;
}
.scale-active .t-zoomer__title, .scale-active .t-zoomer__descr {
    display: none !important;
}
.t-store__prod-popup__close-txt:before {
    content: "";
    font-family: Arial,Helvetica,sans-serif;
    width: 20px;
    height: 20px;
    background: url(https://static.tildacdn.com/tild3434-6531-4863-b264-633163336164/photo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.t-feed__post-popup .t-popup__close-wrapper:after {
    content: 'Назад';
    font-family: 'UFA';
    font-size: 22px;
    font-weight: 500;
    vertical-align: top;
    margin-left: 5px;
    color: #000;
}
.t-zoomer__close, .t-zoomer__scale.showed {
    background: rgba(255,255,255,.0) !important;
}

/*УБИРАЕМ БАГ С ПЕРЕНОСОМ КАРТОЧКИ СОПУТСТВУЮЩИХ ТОВАРОВ В ПОПАПЕ*/
.t-store__relevants__title-wrapper .t776__col {
    margin-right: 0px;
}
/*Убираем большое расстояние между карточками разных блоков на адаптивах*/
.blockContainer {
    height: 0px !important;
}
/*ФИКС ЭЛИПСОВИДНЫХ КНОПОК СЛАЙДЕРОВ ГАЛЕРЕИ*/
button.t-slds__arrow {
    min-width: unset !important;
}