/* Эффекты при наведении на красные кнопки */
.button-red .tn-atom {
    box-shadow: 0px 0px 14px 0px rgba(238, 68, 102, 0.66);   
}

.button-red .tn-atom:hover {
    box-shadow: none; 
}

/* Эффекты при наведении на картинки-ссылки */
.link-pic .tn-atom:hover {
    opacity: 0.8;    
}

/* Подчёркнутые ссылки в тексте*/
.text-link .tn-atom a:hover {
    border-bottom: none!important;
}

/* Атрибуты popup'ов*/
div[class*="uc-zw-"], .hide-popup-zero {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
}
.uc-main-popup .t-popup {
    padding: 0;
    display: block !important;
    pointer-events: none;
}
.uc-main-popup .t-popup__container {left:0; right:0;background: none}
.tn-atom .t-form__errorbox-wrapper, 
.tn-form__errorbox-popup, 
.t-form-success-popup { z-index: 9999999 !important}
div#tilda-popup-for-error {display: none !important}
.popup-zero .t396__filter {cursor: pointer}
.uc-main-popup .t-popup.t-popup_show {pointer-events: auto}
.uc-main-popup .t-popup { transition: none}
.uc-main-popup .popup-transition {transition: opacity ease-in-out .3s;}
.uc-main-popup { 
    position: fixed; 
    z-index: 999; 
} 