    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 500px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #74B5D6;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #74B5D6;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {

    margin-right: 10px;
}
.t-store__prod-popup__container {
    z-index: 999999999;
}


/*попытка увеличить скорость загрузки сайта  
за счёт обнуление анимационного поведения тильды в css-бандле тильды, чтобы браузер не держал эти элементы в слое анимаций*/

/* PageSpeed: убираем все анимации Тильды */
.t-animate,
.t-animate[data-animate-style],
.t396 .t-animate {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.t-animate_started,
.t-animate__overflow-x-hidden {
  transform: none !important;
  opacity: 1 !important;
}
.t396 .t-animate-for-wrapper .t-animate {
  opacity: 1 !important;
  transition-duration: 0s !important;
}
