.t-body {background: #E4E4E4!important;}
.t-name, .t-descr {
    font-family: 'IBM Plex Sans',Arial,sans-serif;
}
    
.tn-elem__4462109681626839735749:hover,
.tn-elem__4462109681641243289972:hover,
.tn-elem__4462109681641243304407:hover,
.t778 .t-store__card__wrap_all:hover {
    background:#fff!important;
    border-radius:14px;
}

.t-store__parts-switch-wrapper {
    text-align:left!important;
}

.fixed {
    position:fixed!important;
    z-index: 99!important;
}
.t280__menu__bg {
    background-color: rgba(228,228,228,.36)!important;
    -webkit-backdrop-filter: blur(12px)!important;
    backdrop-filter: blur(12px)!important;
}
.t280__container.t280__positionfixed {
    background-color: rgba(228,228,228,.36)!important;
    -webkit-backdrop-filter: blur(12px)!important;
    backdrop-filter: blur(12px)!important;
}
.t228.t228__positionfixed {
    background-color: rgba(228,228,228,.36)!important;
    -webkit-backdrop-filter: blur(12px)!important;
    backdrop-filter: blur(12px)!important;
}
.t228.t228__hidden.t228__positionfixed {
    background-color: rgba(228,228,228,.36)!important;
    -webkit-backdrop-filter: blur(12px)!important;
    backdrop-filter: blur(12px)!important;
}
.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    background-color: rgba(228,228,228,.36)!important;
    -webkit-backdrop-filter: blur(12px)!important;
    backdrop-filter: blur(12px)!important;
    border:1px solid #e80007!important;
}
.t-popup.t-popup_show {
    background: transparent!important;
}
.blur-bg {
    background-color: rgba(255,255,255,.36)!important;
    -webkit-backdrop-filter: blur(8px)!important;
    backdrop-filter: blur(8px)!important;
}

.t778 .t-store__card__wrap_all {
    background: #fff!important;
    /*border: 1px solid #e80007!important;*/
}
.t-store__grid-separator {
    margin-bottom: 42px!important;
}
.t-store__card__price.t-store__card__price-item.t-name {
    font-family: 'IBM Plex Sans';
}
.t-store__filter__btn, .t-store__filter__input {
    border: 1px #e80007 solid;
    background: #cfd3d6;
    color: #e80007;
    border-radius:3px;
}
.t-store__search-icon {
    border-left: 1px solid #e80007;
}
.t-store__sort-select-wrapper:after {
    border-color: #e80007 transparent transparent transparent;
}
.t-store__search-icon.js-store-filter-search-btn {
    fill:#e80007;
}
.t-store__sort-select {
    border: 1px #e80007 solid;
    background: #cfd3d6;
    color: #e80007;
     border-radius:3px;
}
.uc-subcr > .t186 > .t186__blockinput > input {
    bacground-color:yellow;
}
.blurattentionout {
    animation: blurout 6s ease 0s infinite;
    -webkit-animation: blurout 6s ease 0s infinite;
    -moz-animation: blurout 6s ease 0s infinite;
}
.blurattentionin {
    animation: blur 6s ease 0s infinite;
  -webkit-animation: blur 6s ease 0s infinite;
  -moz-animation: blur 6s ease 0s infinite;
}


@keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
  }
}
@keyframes blurout {
  50% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  90% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
  }
}

::-moz-selection { /* Code for Firefox */
  color: #e80007;
  background: #000;
}

::selection {
  color: #e80007;
  background:  #000;
}

filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');

