 
 
 .t-animate[data-animate-style=fadein],.t-animate[data-animate-style=fadeindown],.t-animate[data-animate-style=fadeinleft],.t-animate[data-animate-style=fadeinright],.t-animate[data-animate-style=fadeinup],.t-animate[data-animate-style=zoomin],.t-animate[data-animate-style=zoomout] { opacity:0; -webkit-transition-property: opacity,transform; transition-property: opacity,transform; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1); transition-timing-function: cubic-bezier(.19,1,.22,1); -webkit-backface-visibility: hidden; backface-visibility: hidden } .t-title.t-animate { -webkit-transition-duration: 1.2s; transition-duration: 1.2s } .t-descr.t-animate,.t-subtitle.t-animate,.t-text.t-animate,.t-uptitle.t-animate { -webkit-transition-duration: .7s; transition-duration: .7s } .t-item.t-animate { -webkit-transition-duration: .5s; transition-duration: .5s } .t-animate_started[data-animate-style=fadein] { opacity: 1 } .t-animate[data-animate-style=fadeinup] { -webkit-transform: translate(0,100px); transform: translate(0,100px) } .t-animate_started[data-animate-style=fadeinup] { opacity: 1; -webkit-transform: none; transform: none } .t-animate[data-animate-style=fadeindown] { -webkit-transform: translate(0,-100px); transform: translate(0,-100px) } .t-animate_started[data-animate-style=fadeindown] { opacity: 1; -webkit-transform: none; transform: none } .t-animate[data-animate-style=fadeinleft] { -webkit-transform: translate(100px,0); transform: translate(100px,0) } .t-animate_started[data-animate-style=fadeinleft] { opacity: 1; -webkit-transform: none; transform: none } .t-animate[data-animate-style=fadeinright] { -webkit-transform: translate(-100px,0); transform: translate(-100px,0) } .t-animate_started[data-animate-style=fadeinright] { opacity: 1; -webkit-transform: none; transform: none } .t-animate[data-animate-style=zoomin] { -webkit-transform: scale(.9); transform: scale(.9) } .t-animate_started[data-animate-style=zoomin] { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } .t-animate[data-animate-style=zoomout] { -webkit-transform: scale(1.2); transform: scale(1.2) } .t-animate_started[data-animate-style=zoomout] { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } .t-animate_started[data-animate-distance],.t-animate_started[data-animate-scale] { -webkit-transform: none!important; transform: none!important }   (function() { let w = window.innerWidth; window.innerWidth = 2000; let int2 = setInterval(() => { if (typeof t_animate__init === 'function') { clearInterval(int2); window.innerWidth = w; } },5); let int = setInterval(() => { if (typeof t_animate__removeInlineAnimStyles === 'function' && typeof t_animate__preventHorizontalScroll === 'function') { clearInterval(int); t_animate__removeInlineAnimStyles = function () { var t; (t = document.querySelectorAll(".t396__elem.t-animate:not(.t-animate_wait)"), Array.prototype.forEach.call(t, function (t) { t.style.transform = "", t.style.transitionDuration = "", t.style.transitionDelay = "" })) }; t_animate__preventHorizontalScroll = function () { var t = document.querySelectorAll("[data-animate-style=fadeinleft]"); !Array.prototype.filter.call(t, function (t) { return !t.classList.contains("t396__elem") && !t.closest(".t-cover") }).length || (t = document.querySelector(".t-records")) && (t.style.overflowX = "hidden") }; t_animate__getAttrByResBase = function (t, e) { var a, n = t.closest(".t396__artboard"); if (!n) return t.getAttribute("data-animate-" + e); var i, r, n = "ab" + n.getAttribute("data-artboard-recid"), o = void 0 !== window.tn[n] ? (i = window.tn[n].curResolution, r = window.tn[n].curResolution_max, window.tn[n].screens.slice()) : (i = window.tn.curResolution, [320, 480, 640, 960, r = 1200]), n = t.closest(".t396__elem, .t396__group"), n = n && n.getAttribute("data-animate-mobile"); if (i === r) a = t.getAttribute("data-animate-" + e); else { if ("y" !== n) return t.style.transition = "none", null; a = t.getAttribute("data-animate-" + e + "-res-" + i) } if (!a && "" !== a) for (var s = 0; s < o.length; s++) { var l = o[s]; if (!(l  


/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #0000; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 