::-moz-selection {
  background: #ff8888;
}
::selection {
  background: #ff8888;
}

/* ШИРИНА ПОСТА */
.t-feed__post-popup__content-wrapper .t-col_8 {max-width: 1200px;}
.t-feed__post-popup__content-wrapper #feed-cover img {width: 100%;}
.t-feed__post-popup__content-wrapper img {width: 100%;}

/* СКРУГЛЕНИЕ НОВОСТНЫХ КАРТИНОК */
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {border-radius: 15px;}
.t-feed__post-popup__content-wrapper img {border-radius: 15px;}
@media screen and (max-width: 640px) {
    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
}

/* СКРУГЛЕНИЕ НОВОСТНЫХ ВИДЕО */
.t-feed__post-popup__cover-wrapper_video,
.t-feed__post-popup__cover-wrapper_video iframe {border-radius: 15px;}
.t-feed__post-popup__text-wrapper .t-redactor__video-container,
.t-feed__post-popup__text-wrapper .t-redactor__tte-view,
.t-feed__post-popup__text-wrapper .t-redactor__video-container iframe {border-radius: 15px;}

/* ПОЛУПРОЗРАЧНОСТЬ ОСНОВНОГО МЕНЮ С РАЗМЫТИЕМ */
.t-feed__post-popup__close-wrapper,
.t-feed__post-popup__close-wrapper_loading {
    height: 44px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #333;
    font-size: 13px;
    color: #fff;
    font-family: TildaSans;
}
/* ОФОРМЛЕНИЕ ВСПЛЫВАЮЩЕГО ПОПАПА */
.t-popup {
    background-color: #ffffff !important;
    /*
    background-color: rgba(255,255,255,.5) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    */
}
.t-popup__close {margin-top: 44px;}
.t-popup__close svg g {fill: black;}
.t-popup__container.t-popup__container-static {margin: 44px auto;}

/* Расчёт высоты видео-фрейма в попапе */
@media screen and (max-width: 820px) {
    .t331__video-carier {
        --heA: 100vw;
        --heB: calc(9 * var(--heA) - 40px);
        --heC: calc(var(--heB) / 16 - 20px);
        height: var(--heC) !important;
    }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
    .t331__video-carier {
        height: 439px !important;
    }
}
@media (min-width: 1200px) {
    .t331__video-carier {
        height: 541px !important;
    }
}

/* Видео без полей в новостях */
.t-feed__post-popup__text-wrapper .t-redactor__video-container {
    padding-top: 0 !important;
}

/* РЕЗУЛЬТАТЫ ПОИСКА */
.t-search-widget__popup {margin-top: 30px;}

/* ОТСТУП СВЕРХУ НА ОТДЕЛЬНОЙ СТРАНИЦЕ ТОВАРА НА МОБИЛЬНЫХ */
@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {padding-top: 44px;}
}

/* КОРЗИНА НА МОБИЛЬНЫХ */
.t706__sidebar .t706__sidebar-content {padding: 85px 40px 40px 40px;}
.t706__sidebar .t706__sidebar-close {margin-top: 44px;}
/* .t706__sidebar-continue, .t706__cartpage-open-form, .t-submit {box-shadow: 0px 15px 40px 0px rgb(255 136 0 / 40%);} */

/* ТЕНЬ ПЛИТОК В НОВОСТЯХ В РАЗДЕЛЕ "СМОТРИ ТАКЖЕ" */
.t-feed__post-popup__relevants-bgimg {
    border-radius: 15px;
}
@media screen and (max-width: 640px) {
.t-feed__post-popup__relevants-bgimg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
    .t-feed__post-popup__relevants-item {
        -webkit-box-shadow: 0px 15px 30px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 15px 30px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 15px 30px 0px rgba(34, 60, 80, 0.2);
        border-radius: 15px;
    }
    .t-feed__post-popup__relevants-textwrapper {
        padding: 0px 15px 15px;
    }
}
