.uc-fixedmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.uc-fixedmenu .t396__artboard {
  transform: translateY(0);
}

.menu-st {
  transition: all 0.4s cubic-bezier(0, 0, 0.8, 1.0);
}



:root {
  --SlideTextColor: #000000; /* Цвет текста по наведению */
}

.link-slide a {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.link-slide a::before {
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--SlideTextColor);
  content: " " attr(data-content);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.link-slide a:hover,
.link-slide a:focus {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.wrapper-slide-text {
  overflow: hidden;
}



:root {
  --AccentuationColor: #FFFFFF; /* цвет подчеркивания */
  --AccentuationHeight: 1.2px; /* толщина линии */
  --AccentuationPadding: 2px; /* отступ от текста */
}

@media only screen and (min-width: 480px) {
  .hover-accentuation-text,
  .hover-accentuation-text:before {
    opacity: 0;
    transform: translateX(-100%);
    transition:
      opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s,
      transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
    transition-delay: 0.7s;
  }

  .link-accentuation .tn-atom:hover .hover-accentuation-text,
  .link-accentuation .tn-atom:hover .hover-accentuation-text:before {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
  }

  @keyframes anim-in-text-accentuation {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes anim-in-accentuation {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes anim-out-accentuation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes anim-out-text-accentuation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }

  .hover-accentuation-text {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    display: inline-table;
    width: 100%;
    height: 100%;
    padding-top: var(--AccentuationPadding);
    overflow: hidden;
    pointer-events: none;
    -webkit-animation: anim-out-text-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: anim-out-text-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .hover-accentuation-text:before {
    content: "";
    background: var(--AccentuationColor);
    width: 100%;
    height: var(--AccentuationHeight);
    position: absolute;
    bottom: 0;
    transform: translateX(100%);
    display: inline-table;
    -webkit-animation: anim-out-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: anim-out-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .link-accentuation .tn-atom:hover .hover-accentuation-text {
    transform: translateX(0);
    -webkit-animation: anim-in-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: anim-in-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .link-accentuation .tn-atom:hover .hover-accentuation-text:before {
    -webkit-animation: anim-in-text-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: anim-in-text-accentuation 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}


.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #C6D6D6;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: ##C6D6D6;
    color: #000000 !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}






