CINXE.COM
Соглашение
<!DOCTYPE html> <html> <head> <title>Соглашение</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="" /> <meta property="og:url" content="https://tilda.education/terms" /> <meta property="og:image" content="https://tilda.education/upload/pages/55172/cover55172.png" /> <meta property="og:title" content="Соглашение" /> <meta property="og:description" content="" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="Tilda.Education" /> <link rel="canonical" href="https://tilda.education/terms"/> <!-- meta property="fb:app_id" content="257953674358265" --> <meta name="facebook-domain-verification" content="9one1zge7glj0hixes5xaof541u8mi" /> <meta property="fb:app_id" content="1501686730124089"> <link rel="shortcut icon" href="https://tilda.ws/img/tildafavicon.ico"> <link rel="stylesheet" type="text/css" href="/css/union.css"> <!-- link rel="stylesheet" type="text/css" href="/css/reset.css"> <link rel="stylesheet" type="text/css" href="/css/fonts.css"> <link rel="stylesheet" type="text/css" href="/css/education.css?5" --> <!-- link href="https://images.tildacdn.info/a45f8109-6271-46fb-8772-48315f137cb0/tfutura.css" rel="stylesheet" --> <link rel="stylesheet" href="https://static.tildacdn.com/css/tilda-grid-3.0.min.css" type="text/css" media="all" onerror="this.loaderr='y';"> <link rel="stylesheet" type="text/css" href="/static/project8756/css/tilda-menusub-1.0.min.css"><link rel="stylesheet" type="text/css" href="/static/project8756/css/highlight.min.css"><link rel="stylesheet" type="text/css" href="/static/project8756/css/tilda-blocks-page1606482.min.css"><link rel="stylesheet" type="text/css" href="/static/project8756/css/tilda-blocks-page55172.min.css"> <link rel="alternate" type="application/rss+xml" title="Tilda.Education Articles" href="https://tilda.education/rss.xml" /> <script src="/js/jquery-union.min.js"></script> <!-- script src="/js/jquery-1.11.3.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script src="/js/popup.js"></script --> <!--[if lt IE 9]> <script src="/js/html5.js"></script> <![endif]--> <!-- script type="text/javascript" src="/js/education.js?5"></script --> <script type="text/javascript"> var d = new Date(); window.startTimer = d.getTime(); </script> <!-- BEGIN: all external script top --> <script type="text/javascript"> $(document).ready(function(){ $(window).resize(function(){ if($(".te-header__wrapper").length>0){ if($("#allrecords").width()<980){ $(".te-header__userbar").css({"right":"60px"}); } else { $("#rec28110712").css({"margin-top":"60px"}); $("#rec28110154 .t456").css({"top": "60px"}); } } }); $(window).resize(); }); </script> <script type="text/javascript" src="/static/project8756/js/tilda-scripts-3.0.min.js"></script> <!-- END: all external script top --> <!-- BEGIN: all external css top --> <!-- END: all external css top --> <script type="text/javascript">function t_onReady(func) { if (document.readyState != 'loading') { func(); } else { document.addEventListener('DOMContentLoaded', func); } } function t_onFuncLoad(funcName, okFunc, time) { if (typeof window[funcName] === 'function') { okFunc(); } else { setTimeout(function() { t_onFuncLoad(funcName, okFunc, time); },(time || 100)); } }function t_throttle(fn, threshhold, scope) {return function () {fn.apply(scope || this, arguments);};} </script> </head> <body itemscope itemtype="http://schema.org/NewsArticle" ><div id="overlay" style="display: none;"></div> <div id="rec295502099" class="r t-rec t-rec_pb_0 t-screenmin-980px" style="padding-bottom:0px;background-color:#ffffff; " data-animationappear="off" data-record-type="456" data-screen-min="980px" data-bg-color="#ffffff"><!-- T456 --><div id="nav295502099marker"></div><div class="tmenu-mobile" ><div class="tmenu-mobile__container"><div class="tmenu-mobile__text t-name t-name_md" field="menu_mob_title"> </div><button type="button" class="t-menuburger t-menuburger_first " aria-label="Навигационное меню" aria-expanded="false"><span style="background-color:#000000;"></span><span style="background-color:#000000;"></span><span style="background-color:#000000;"></span><span style="background-color:#000000;"></span></button><script>function t_menuburger_init(recid) { var rec = document.querySelector('#rec' + recid); if (!rec) return; var burger = rec.querySelector('.t-menuburger'); if (!burger) return; var isSecondStyle = burger.classList.contains('t-menuburger_second'); if (isSecondStyle && !window.isMobile && !('ontouchend' in document)) { burger.addEventListener('mouseenter', function() { if (burger.classList.contains('t-menuburger-opened')) return; burger.classList.remove('t-menuburger-unhovered'); burger.classList.add('t-menuburger-hovered'); }); burger.addEventListener('mouseleave', function() { if (burger.classList.contains('t-menuburger-opened')) return; burger.classList.remove('t-menuburger-hovered'); burger.classList.add('t-menuburger-unhovered'); setTimeout(function() { burger.classList.remove('t-menuburger-unhovered'); }, 300); }); } burger.addEventListener('click', function() { if (!burger.closest('.tmenu-mobile') && !burger.closest('.t450__burger_container') && !burger.closest('.t466__container') && !burger.closest('.t204__burger') && !burger.closest('.t199__js__menu-toggler')) { burger.classList.toggle('t-menuburger-opened'); burger.classList.remove('t-menuburger-unhovered'); } }); var menu = rec.querySelector('[data-menu="yes"]'); if (!menu) return; var menuLinks = menu.querySelectorAll('.t-menu__link-item'); var submenuClassList = ['t978__menu-link_hook', 't978__tm-link', 't966__tm-link', 't794__tm-link', 't-menusub__target-link']; Array.prototype.forEach.call(menuLinks, function (link) { link.addEventListener('click', function () { var isSubmenuHook = submenuClassList.some(function (submenuClass) { return link.classList.contains(submenuClass); }); if (isSubmenuHook) return; burger.classList.remove('t-menuburger-opened'); }); }); menu.addEventListener('clickedAnchorInTooltipMenu', function () { burger.classList.remove('t-menuburger-opened'); }); } t_onReady(function() { t_onFuncLoad('t_menuburger_init', function(){t_menuburger_init('295502099');}); });</script><style>.t-menuburger { position: relative; flex-shrink: 0; width: 28px; height: 20px; padding: 0; border: none; background-color: transparent; outline: none; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: transform .5s ease-in-out; cursor: pointer; z-index: 999; } /*---menu burger lines---*/ .t-menuburger span { display: block; position: absolute; width: 100%; opacity: 1; left: 0; -webkit-transform: rotate(0deg); transform: rotate(0deg); transition: .25s ease-in-out; height: 3px; background-color: #000; } .t-menuburger span:nth-child(1) { top: 0px; } .t-menuburger span:nth-child(2), .t-menuburger span:nth-child(3) { top: 8px; } .t-menuburger span:nth-child(4) { top: 16px; } /*menu burger big*/ .t-menuburger__big { width: 42px; height: 32px; } .t-menuburger__big span { height: 5px; } .t-menuburger__big span:nth-child(2), .t-menuburger__big span:nth-child(3) { top: 13px; } .t-menuburger__big span:nth-child(4) { top: 26px; } /*menu burger small*/ .t-menuburger__small { width: 22px; height: 14px; } .t-menuburger__small span { height: 2px; } .t-menuburger__small span:nth-child(2), .t-menuburger__small span:nth-child(3) { top: 6px; } .t-menuburger__small span:nth-child(4) { top: 12px; } /*menu burger opened*/ .t-menuburger-opened span:nth-child(1) { top: 8px; width: 0%; left: 50%; } .t-menuburger-opened span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .t-menuburger-opened span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .t-menuburger-opened span:nth-child(4) { top: 8px; width: 0%; left: 50%; } .t-menuburger-opened.t-menuburger__big span:nth-child(1) { top: 6px; } .t-menuburger-opened.t-menuburger__big span:nth-child(4) { top: 18px; } .t-menuburger-opened.t-menuburger__small span:nth-child(1), .t-menuburger-opened.t-menuburger__small span:nth-child(4) { top: 6px; } /*---menu burger first style---*/ @media (hover), (min-width:0\0) { .t-menuburger_first:hover span:nth-child(1) { transform: translateY(1px); } .t-menuburger_first:hover span:nth-child(4) { transform: translateY(-1px); } .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) { transform: translateY(3px); } .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) { transform: translateY(-3px); } } /*---menu burger second style---*/ .t-menuburger_second span:nth-child(2), .t-menuburger_second span:nth-child(3) { width: 80%; left: 20%; right: 0; } @media (hover), (min-width:0\0) { .t-menuburger_second.t-menuburger-hovered span:nth-child(2), .t-menuburger_second.t-menuburger-hovered span:nth-child(3) { animation: t-menuburger-anim 0.3s ease-out normal forwards; } .t-menuburger_second.t-menuburger-unhovered span:nth-child(2), .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) { animation: t-menuburger-anim2 0.3s ease-out normal forwards; } } .t-menuburger_second.t-menuburger-opened span:nth-child(2), .t-menuburger_second.t-menuburger-opened span:nth-child(3){ left: 0; right: 0; width: 100%!important; } /*---menu burger third style---*/ .t-menuburger_third span:nth-child(4) { width: 70%; left: unset; right: 0; } @media (hover), (min-width:0\0) { .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) { width: 100%; } } .t-menuburger_third.t-menuburger-opened span:nth-child(4) { width: 0!important; right: 50%; } /*---menu burger fourth style---*/ .t-menuburger_fourth { height: 12px; } .t-menuburger_fourth.t-menuburger__small { height: 8px; } .t-menuburger_fourth.t-menuburger__big { height: 18px; } .t-menuburger_fourth span:nth-child(2), .t-menuburger_fourth span:nth-child(3) { top: 4px; opacity: 0; } .t-menuburger_fourth span:nth-child(4) { top: 8px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) { top: 3px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(4) { top: 6px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(2), .t-menuburger_fourth.t-menuburger__small span:nth-child(3) { top: 3px; } .t-menuburger_fourth.t-menuburger__small span:nth-child(4) { top: 6px; } .t-menuburger_fourth.t-menuburger__big span:nth-child(2), .t-menuburger_fourth.t-menuburger__big span:nth-child(3) { top: 6px; } .t-menuburger_fourth.t-menuburger__big span:nth-child(4) { top: 12px; } @media (hover), (min-width:0\0) { .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) { transform: translateY(1px); } .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) { transform: translateY(-1px); } .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) { transform: translateY(3px); } .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) { transform: translateY(-3px); } } .t-menuburger_fourth.t-menuburger-opened span:nth-child(1), .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) { top: 4px; } .t-menuburger_fourth.t-menuburger-opened span:nth-child(2), .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) { opacity: 1; } /*---menu burger animations---*/ @keyframes t-menuburger-anim { 0% { width: 80%; left: 20%; right: 0; } 50% { width: 100%; left: 0; right: 0; } 100% { width: 80%; left: 0; right: 20%; } } @keyframes t-menuburger-anim2 { 0% { width: 80%; left: 0; } 50% { width: 100%; right: 0; left: 0; } 100% { width: 80%; left: 20%; right: 0; } }</style> </div></div><style>.tmenu-mobile { background-color: #111; display: none; width: 100%; top: 0; z-index: 990; } .tmenu-mobile_positionfixed { position: fixed; } .tmenu-mobile__text { color: #fff; } .tmenu-mobile__container { min-height: 64px; padding: 20px; position: relative; box-sizing: border-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .tmenu-mobile__list { display: block; } .tmenu-mobile__burgerlogo { display: inline-block; font-size: 24px; font-weight: 400; white-space: nowrap; vertical-align: middle; } .tmenu-mobile__imglogo { height: auto; display: block; max-width: 300px!important; box-sizing: border-box; padding: 0; margin: 0 auto; } @media screen and (max-width: 980px) { .tmenu-mobile__menucontent_hidden { display: none; height: 100%; } .tmenu-mobile { display: block; } } @media screen and (max-width: 980px) { #rec295502099 .t-menuburger { -webkit-order: 1; -ms-flex-order: 1; order: 1; } }</style><style> #rec295502099 .tmenu-mobile__burgerlogo a { font-size: 24px; font-weight: 700; }</style><style> #rec295502099 .tmenu-mobile__burgerlogo__title { font-size: 24px; font-weight: 700; }</style><div id="nav295502099" class="t456 t456__positionfixed t456__beforeready tmenu-mobile__menucontent_hidden" style="background-color: rgba(255,255,255,0.90); height:55px; " data-bgcolor-hex="#ffffff" data-bgcolor-rgba="rgba(255,255,255,0.90)" data-navmarker="nav295502099marker" data-appearoffset="500px" data-bgopacity-two="90" data-menushadow="0" data-menushadow-css="" data-bgopacity="0.90" data-bgcolor-rgba-afterscroll="rgba(255,255,255,0.90)" data-menu-items-align="right" data-menu="yes"><div class="t456__maincontainer " style="height:55px;"><div class="t456__leftwrapper" style=""> <div class="t456__logowrapper" ><a href="http://tilda.education/" ><div class="t456__logo t-title" field="title"">Tilda Education</div></a></div></div><nav class="t456__rightwrapper t456__menualign_right" style=""><ul role="list" class="t456__list t-menu__list"><li class="t456__list_item" style="padding:0 15px 0 0;"><a class="t-menu__link-item" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub1_295502099" data-menu-item-number="1">Создание сайта</a><div class="t-menusub" data-submenu-hook="link_sub1_295502099" data-submenu-margin="15px" data-add-submenu-arrow="on"><div class="t-menusub__menu"><div class="t-menusub__content"><ul role="list" class="t-menusub__list"><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#website" data-menu-item-number="1">Сайт с нуля</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#video" data-menu-item-number="1">Видеоуроки</a></li></ul></div></div></div></li><li class="t456__list_item" style="padding:0 15px;"><a class="t-menu__link-item" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub2_295502099" data-menu-item-number="2">Маркетинг</a><div class="t-menusub" data-submenu-hook="link_sub2_295502099" data-submenu-margin="15px" data-add-submenu-arrow="on"><div class="t-menusub__menu"><div class="t-menusub__content"><ul role="list" class="t-menusub__list"><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#content" data-menu-item-number="2">Контент-маркетинг</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#adv" data-menu-item-number="2">Реклама и SMM</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#strategy" data-menu-item-number="2">Стратегия</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#seo" data-menu-item-number="2">SEO</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#email" data-menu-item-number="2">E-mail</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#analytics" data-menu-item-number="2">Аналитика</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#different" data-menu-item-number="2">Другое</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#instruments" data-menu-item-number="2">Инструменты</a></li></ul></div></div></div></li><li class="t456__list_item" style="padding:0 15px;"><a class="t-menu__link-item" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub3_295502099" data-menu-item-number="3">Дизайн</a><div class="t-menusub" data-submenu-hook="link_sub3_295502099" data-submenu-margin="15px" data-add-submenu-arrow="on"><div class="t-menusub__menu"><div class="t-menusub__content"><ul role="list" class="t-menusub__list"><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#design" data-menu-item-number="3">Веб-дизайн</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/#inspiration" data-menu-item-number="3">Вдохновение</a></li></ul></div></div></div></li><li class="t456__list_item" style="padding:0 15px;"><a class="t-menu__link-item" href="https://tilda.education/#business" data-menu-submenu-hook="" data-menu-item-number="4">Бизнес</a></li><li class="t456__list_item" style="padding:0 15px;"><a class="t-menu__link-item" href="https://tilda.education/#stories" data-menu-submenu-hook="" data-menu-item-number="5">Истории</a></li><li class="t456__list_item" style="padding:0 15px;"><a class="t-menu__link-item" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub6_295502099" data-menu-item-number="6">Курсы</a><div class="t-menusub" data-submenu-hook="link_sub6_295502099" data-submenu-margin="15px" data-add-submenu-arrow="on"><div class="t-menusub__menu"><div class="t-menusub__content"><ul role="list" class="t-menusub__list"><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="http://tilda.education/landing-page-course" target="_blank" data-menu-item-number="6">Создание Landing Page</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="http://tilda.education/internet-marketing-course" target="_blank" data-menu-item-number="6">Интернет-маркетинг с нуля</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="http://tilda.education/digital-design-basic-course" target="_blank" data-menu-item-number="6">Дизайн в цифровой среде</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="http://tilda.education/web-animation-course" target="_blank" data-menu-item-number="6">Анимация в вебе</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.school/start" target="_blank" data-menu-item-number="6">Tilda Start</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.school/pro" target="_blank" data-menu-item-number="6">Tilda Pro</a></li><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.school/freelance" target="_blank" data-menu-item-number="6">Freelance Pro</a></li></ul></div></div></div></li><li class="t456__list_item" style="padding:0 0 0 15px;"><a class="t-menu__link-item" href="" aria-expanded="false" role="button" data-menu-submenu-hook="link_sub7_295502099" data-menu-item-number="7">RU</a><div class="t-menusub" data-submenu-hook="link_sub7_295502099" data-submenu-margin="15px" data-add-submenu-arrow="on"><div class="t-menusub__menu"><div class="t-menusub__content"><ul role="list" class="t-menusub__list"><li class="t-menusub__list-item t-name t-name_xs"><a class="t-menusub__link-item t-name t-name_xs" href="https://tilda.education/en/" data-menu-item-number="7">EN</a></li></ul></div></div></div></li></ul></nav></div></div><script type="text/javascript">t_onReady(function() { t_onFuncLoad('t_menu__highlightActiveLinks', function () { t_menu__highlightActiveLinks('.t456__list_item a'); }); t_onFuncLoad('t_menu__findAnchorLinks', function () { t_menu__findAnchorLinks('295502099', '.t456__list_item a'); }); }); t_onReady(function () { t_onFuncLoad('t_menu__setBGcolor', function () { t_menu__setBGcolor('295502099', '.t456'); window.addEventListener('resize', function () { t_menu__setBGcolor('295502099', '.t456'); }); }); t_onFuncLoad('t_menu__interactFromKeyboard', function () { t_menu__interactFromKeyboard('295502099'); }); }); t_onReady(function () { var rec = document.querySelector('#rec295502099'); if (!rec) return; rec.querySelector('.t456').classList.remove('t456__beforeready'); t_onFuncLoad('t_menu__showFixedMenu', function () { t_menu__showFixedMenu('295502099', '.t456'); window.addEventListener('scroll', t_throttle(function () { t_menu__showFixedMenu('295502099', '.t456'); })); }); }); t_onReady(function () { t_onFuncLoad('t_menu__changeBgOpacity', function () { t_menu__changeBgOpacity('295502099', '.t456'); window.addEventListener('scroll', t_throttle(function () { t_menu__changeBgOpacity('295502099', '.t456'); })); }); });</script><script type="text/javascript">t_onReady(function () { t_onFuncLoad('t_menu__createMobileMenu', function () { t_menu__createMobileMenu('295502099', '.t456'); }); });</script><style>#rec295502099 .t-menu__link-item{ -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; position: relative; } #rec295502099 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after { content: ''; position: absolute; left: 0; bottom: 20%; opacity: 0; width: 100%; height: 100%; border-bottom: 1px solid #ffa282; -webkit-box-shadow: inset 0px -1px 0px 0px #ffa282; -moz-box-shadow: inset 0px -1px 0px 0px #ffa282; box-shadow: inset 0px -1px 0px 0px #ffa282; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; pointer-events: none; } #rec295502099 .t-menu__link-item.t-active:not(.t978__menu-link){ color:#000000 !important; } #rec295502099 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after { opacity: 1; bottom: -1px; } #rec295502099 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after{ opacity: 1; bottom: -1px; } @supports (overflow:-webkit-marquee) and (justify-content:inherit) { #rec295502099 .t-menu__link-item, #rec295502099 .t-menu__link-item.t-active { opacity: 1 !important; } }</style><script>t_onReady(function () { setTimeout(function(){ t_onFuncLoad('t_menusub_init', function() { t_menusub_init('295502099'); }); }, 500); });</script><style>@media screen and (max-width: 980px) { #rec295502099 .t-menusub__menu .t-menusub__link-item { color:#000000 !important; } #rec295502099 .t-menusub__menu .t-menusub__link-item.t-active { color:#000000 !important; } } @media screen and (min-width: 981px) { #rec295502099 .t-menusub__menu { text-align:center; max-width:200px; } }</style><style> #rec295502099 a.t-menusub__link-item { font-weight: 400; }</style><style> #rec295502099 .t456__logowrapper a { font-size: 24px; font-weight: 700; } #rec295502099 a.t-menu__link-item { font-size: 16px; color: #000000; font-weight: 400; }</style><style> #rec295502099 .t456__logo { font-size: 24px; font-weight: 700; }</style><!--[if IE 8]><style>#rec295502099 .t456 { filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D9ffffff', endColorstr='#D9ffffff'); }</style><![endif]--><style>#rec295502099 .t456 {box-shadow: 0px 1px 3px rgba(0,0,0,0);}</style></div><!--allrecords--><div id="allrecords" itemprop="description" class="t-records" data-hook="blocks-collection-content-node" data-tilda-project-id="8756" data-tilda-page-id="55172" data-tilda-page-alias="terms" data-tilda-formskey="5b1c085bbc0cb932c79b8022632944af" data-tilda-cookie="no" data-tilda-lazy="yes" data-tilda-root-zone="biz" ><div id="rec2873574" class="r t-rec t-rec_pt_135 t-rec_pb_0" style="padding-top:135px;padding-bottom:0px; " data-record-type="30" ><!-- T015 --><div class="t015"><div class="t-container t-align_center"><div class="t-col t-col_10 t-prefix_1"><div class="t015__uptitle t-uptitle t-uptitle_md" field="subtitle"><span style="font-weight: 400;"><a href="http://tilda.education/"><strong><span data-redactor-tag="span" style="font-weight: 400;">tilda.education</span></strong></a></span></div> <div class="t015__title t-title t-title_lg" field="title"><span style="font-weight: 300;">Пользовательское соглашение</span><br /><span style="font-weight: 300;">Terms of Service</span></div> </div></div></div><style> #rec2873574 .t015__uptitle { text-transform: uppercase; }</style></div><div id="rec74278222" class="r t-rec t-rec_pt_60 t-rec_pb_90" style="padding-top:60px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-size: 20px; font-weight: 300;">В целях предоставления доступа к статьям, лекциям, курсам и иным практическим руководствам по дизайну и маркетингу для цифровых проектов на Tilda Education, мы разработали настоящее соглашение, основным принципом которого является добросовестное использование размещенных материалов в части соблюдения интеллектуальных прав.</span><br /><br /><span style="font-weight: 300;">Настоящее Пользовательское соглашение (далее – Соглашение) определяет условия использования Tilda Education и подлежит заключению между дееспособным и правоспособным лицом, использующим Tilda Education (далее – Пользователь), и ООО "Тильда Паблишинг" (далее – Администрация).</span><br /><br /><span style="font-weight: 300;">Соглашение состоит из следующих разделов:</span><br /><a href="#defenitions" style="font-weight: 300;">Термины и определения</a><br /><a href="#terms-of-use" style="font-weight: 300;">1. Использование Сайта, порядок принятия Соглашения и обработка данных</a><br /><a href="#scope" style="font-weight: 300;">2. Предмет Соглашения, порядок использования Материалов</a><br /><a href="#intellectual-property" style="font-weight: 300;">3. Интеллектуальная собственность</a><br /><a href="#liability" target="_blank" rel="noreferrer noopener" style="font-weight: 300;">4. Ответственность, гарантии и заверения, возмещение потерь</a><br /><a href="#final-provisions" style="font-weight: 300;">5. Срок действия Соглашения, прочие условия</a></div></div></div></div></div><div id="rec694085103" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="215" ><a name="definitions" style="font-size:0;"></a></div><div id="rec74278422" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes">Термины и определения</div></div> </div></div></div><style> #rec74278422 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74278422 .t795__title { font-size: 32px; } }</style></div><div id="rec74278642" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-weight: 400;">Платформа </span><span style="font-weight: 300;">– программный комплекс Tilda Publishing, предназначенный для создания веб-сайтов, писем и их публикаций.</span><br /><span style="font-weight: 400;">Сайт</span><span style="font-weight: 300;"> – интернет-сайт Tilda Education.</span><br /><span style="font-weight: 400;">Материалы</span><span style="font-weight: 300;"> – информационные материалы Сайта, включающие в себя авторский текстовый контент, изображения, презентации, видео- и аудиоматериалы, графические и иные элементы, являющиеся результатами интеллектуальной деятельности.</span><br /><span style="font-weight: 400;">Курс </span><span style="font-weight: 300;">– совокупность Материалов, объединенных общей тематикой и расположенных в определенной последовательности.</span><br /><span style="font-weight: 400;">Аккаунт</span><span style="font-weight: 300;"> – учетная запись Пользователя на Сайте.</span><br /><br /><span style="font-weight: 300;">Для целей Соглашения также используются иные термины, значение которых определяется Администрацией непосредственно в тексте Соглашения. При отсутствии определений терминов в настоящем разделе или в тексте Соглашения, термины используются в том же значении, что и в действующем законодательстве.</span></div></div></div></div></div><div id="rec694150322" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="215" ><a name="terms-of-use" style="font-size:0;"></a></div><div id="rec74278983" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes"><span style="font-weight: 400;">1. Использование Сайта, порядок принятия Соглашения и обработка данных</span></div></div> </div></div></div><style> #rec74278983 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74278983 .t795__title { font-size: 32px; } }</style></div><div id="rec74280651" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-weight: 400;">1.1. Использование Сайта. </span><span style="font-weight: 300;">Доступ к размещенным Материалам предоставляется Пользователю Администрацией без необходимости прохождения обязательной авторизации на Сайте.</span><br /><span style="font-weight: 300;"> </span><br /><span style="font-weight: 300;">При этом для получения доступа к определенным Курсам, в том числе, в рамках участия Пользователя в соответствующих стимулирующих мероприятиях, Администрацией может быть установлено требование о наличии у Пользователя Аккаунта на Сайте. </span><br /><br /><span style="font-weight: 300;">Авторизация и соответствующее создание Аккаунта осуществляются исключительно посредством использования Пользователем собственной учетной записи на Платформе. </span><br /><br /><span style="font-weight: 400;">1.2. Порядок принятия Соглашения. </span><span style="font-weight: 300;">Авторизация Пользователя на Сайте, а также любое иное использование Сайта означает согласие Пользователя с условиями Соглашения, что признается акцептом оферты и заключением договора, порождающего у Пользователя обязанности соблюдать условия Соглашения относительно порядка использования Сайта.</span><br /><br /><span style="font-weight: 300;">Принятие настоящего Соглашения допускается только в полном объеме, принятие Соглашения с изъятиями и/или в части не допускается.</span><br /><br /><span style="font-weight: 400;">1.3. Обработка данных. </span><span style="font-weight: 300;">В рамках авторизации, использования Сайта и исполнения Соглашения Пользователь может предоставлять Администрации свои персональные данные. Обработка предоставленных персональных данных осуществляется Администрацией в соответствии с </span><a href="https://tilda.education/privacy/" target="_blank" rel="noreferrer noopener" style="font-weight: 300;">Политикой конфиденциальности</a><span style="font-weight: 300;">, с условиями которой Пользователь соглашается, принимая настоящее Соглашение.</span></div></div></div></div></div><div id="rec694149348" class="r t-rec t-rec_pt_0" style="padding-top:0px; " data-record-type="215" ><a name="scope" style="font-size:0;"></a></div><div id="rec74281153" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes"><span style="font-weight: 400;">2. Предмет Соглашения, порядок использования Материалов</span></div></div> </div></div></div><style> #rec74281153 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74281153 .t795__title { font-size: 32px; } }</style></div><div id="rec74281207" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-weight: 400;">2.1. Предмет Соглашения. </span><span style="font-weight: 300;">В рамках настоящего Соглашения Администрация предоставляет Пользователю в рамках неисключительной, ограниченной, подлежащей отзыву и не подлежащей передаче или сублицензированию лицензии право использования Материалов на Сайте в порядке и с учетом ограничений, установленными Соглашением. </span><br /><br /><span style="font-weight: 400;">2.2. Цели использования Материалов. </span><span style="font-weight: 300;">Материалы предоставляются Пользователю исключительно в информационных и ознакомительных целях. Администрация не осуществляет оказание образовательных услуг, а также выдачу документов, свидетельствующих об успешном изучении Пользователем Материалов или прохождении Курсов.</span><br /><br /><span style="font-weight: 400;">2.3. Доступ к Материалам. </span><span style="font-weight: 300;">Доступ к Материалам на Сайте предоставляется Пользователю на безвозмездной основе, кроме случаев, прямо оговоренных в настоящем Соглашении и/или на Сайте.</span><br /><br /><span style="font-weight: 300;">Среди прочего Администрация имеет право предоставить доступ к части Курсов исключительно при оплате Пользователем определенных тарифов на Платформе на основании соответствующих правил проведения стимулирующих мероприятий, размещенных на Сайте.</span><br /><br /><span style="font-weight: 400;">2.4. Изменение содержания Материалов.</span><span style="font-weight: 300;"> Администрация вправе в любое время по своему усмотрению изменять содержание размещаемых Материалов, их объем, наименование, а также полностью удалять Материалы с Сайта или заменять их, без предварительного уведомления Пользователя. </span><br /><br /><span style="font-weight: 400;">2.5. Курсы третьих лиц.</span><span style="font-weight: 300;"> В рамках использования Сайта Пользователю могут предлагаться к приобретению и/или изучению сторонние курсы третьих лиц (далее – Курсы третьих лиц). Приобретение и/или изучение Курсов третьих лиц осуществляется Пользователем самостоятельно на основании соответствующих соглашений. </span><br /><br /><span style="font-weight: 300;">Администрация ни при каких обстоятельствах не несет ответственности за содержание Курсов третьих лиц, их законность, корректность, а также соответствие субъективным ожиданиям или требованиям Пользователя. Пользователь самостоятельно несет риски, связанные с приобретением и/или изучением Курсов третьих лиц.</span></div></div></div></div></div><div id="rec694149712" class="r t-rec t-rec_pt_0" style="padding-top:0px; " data-record-type="215" ><a name="intellectual-property" style="font-size:0;"></a></div><div id="rec74283245" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes">3. Интеллектуальная собственность</div></div> </div></div></div><style> #rec74283245 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74283245 .t795__title { font-size: 32px; } }</style></div><div id="rec74283299" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-weight: 400;">3.1. Права на Материалы. </span><span style="font-weight: 300;">Все исключительные права на Материалы, размещенные на Сайте, принадлежат Администрации. Администрация заверяет и гарантирует, что обладает всеми необходимыми правами для предоставления Пользователю неисключительной лицензии на право использования Материалов в порядке, предусмотренном настоящим Соглашением.</span><br /><br /><span style="font-weight: 400;">3.2. Способы использования Материалов. </span><span style="font-weight: 300;">Объем прав Пользователя в рамках неисключительной лицензии включает в себя право на воспроизведение Материалов в целях их самостоятельного изучения посредством прочтения и/или просмотра на Сайте. Ни одно из положений Соглашения не означает отчуждения Пользователю исключительного права на Материалы.</span><br /><br /><span style="font-weight: 300;">Использование Материалов любыми способами и в любых целях, прямо не разрешенных Соглашением, запрещено. Пользователю запрещается загружать, копировать, воспроизводить, распространять, передавать в эфир, демонстрировать, продавать, лицензировать, сублицензировать или иным образом использовать Материалы в каких бы то ни было целях.</span><br /><br /><span style="font-weight: 400;">3.3. Срок и территория использования Материалов. </span><span style="font-weight: 300;">Неисключительная лицензия предоставляется Пользователю на срок действия Соглашения и действует на территории всего мира.</span></div></div></div></div></div><div id="rec694150966" class="r t-rec t-rec_pt_0" style="padding-top:0px; " data-record-type="215" ><a name="liability" style="font-size:0;"></a></div><div id="rec74283444" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes">4. Ответственность, гарантии и заверения, возмещение потерь</div></div> </div></div></div><style> #rec74283444 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74283444 .t795__title { font-size: 32px; } }</style></div><div id="rec74283447" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><div style="font-size: 20px;" data-customstyle="yes"><span style="font-weight: 400;">4.1. Предоставление Сайта и Материалов. </span><span style="font-weight: 300;">Сайт, его составляющие элементы, а также Материалы предоставляются Пользователю в состоянии «как есть». </span><br /><br /><span style="font-weight: 300;">Пользователь принимает на себя все риски, связанные с использованием или невозможностью использования Сайта и/или Материалов, а также ответственность за любой нанесенный ущерб</span><br /><br /><span style="font-weight: 400;">4.2. Отсутствие гарантий со стороны Администрации. </span><span style="font-weight: 300;">Администрация не гарантирует, что:</span><br /><span style="font-weight: 400;">а)</span><span style="font-weight: 300;"> Материалы, представленные на Сайте, будут удовлетворять субъективным ожиданиям или требованиям Пользователя; </span><br /><span style="font-weight: 400;">б) </span><span style="font-weight: 300;">использование Сайта будет протекать непрерывно, быстро, без технических сбоев, надежно и без ошибок; </span><br /><span style="font-weight: 400;">в)</span><span style="font-weight: 300;"> Сайт и/или Материалы будут доступны круглосуточно, в какой-то конкретный момент времени или в течение какого-либо периода времени.</span><br /><br /><span style="font-weight: 400;">4.3. Ограничение ответственности Администрации перед Пользователем, возмещение потерь.</span><span style="font-weight: 300;"> Администрация не несет ответственности за временные перебои, технические неполадки и прекращение работы Сайта.</span><br /><br /><span style="font-weight: 300;">Администрация не несет ответственности за возникновение убытков, имущественных потерь, прямого или косвенного ущерба, возникших у Пользователя в связи с использованием и/или невозможностью использования Сайта и/или Материалов.</span><br /><br /><span style="font-weight: 400;">4.4. Ответственность Пользователя. </span><span style="font-weight: 300;">Пользователь обязуется возместить Администрации в полном объеме любые понесенные убытки, включая, помимо прочего, разумные юридические и бухгалтерские расходы, в случае если такие убытки были вызваны действием и/или бездействием Пользователя, в том числе нарушением условий настоящего Соглашения.</span></div></div></div></div></div></div><div id="rec694151662" class="r t-rec t-rec_pt_0" style="padding-top:0px; " data-record-type="215" ><a name="final-provisions" style="font-size:0;"></a></div><div id="rec74284670" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px; " data-record-type="795" ><!-- T795 --><div class="t795"><div class="t-container t-align_left"><div class="t-col t-col_8 t-prefix_2"><div class="t795__title t-title t-title_xs" field="title"><div style="font-size: 26px;" data-customstyle="yes">5. Срок действия Соглашения, прочие условия</div></div> </div></div></div><style> #rec74284670 .t795__title { font-weight: 400; } @media screen and (min-width: 900px) { #rec74284670 .t795__title { font-size: 32px; } }</style></div><div id="rec74284720" class="r t-rec t-rec_pt_0 t-rec_pb_90" style="padding-top:0px;padding-bottom:90px; " data-record-type="106" ><!-- T004 --><div class="t004"><div class="t-container "><div class="t-col t-col_8 t-prefix_2"><div field="text" class="t-text t-text_md "><span style="font-weight: 400;">5.1. Срок действия Соглашения. </span><span style="font-weight: 300;">Соглашение действует с момента акцепта Пользователем его условий в порядке, предусмотренным Соглашением, до момента его расторжения. </span><br /><br /><span style="font-weight: 300;">Администрация вправе в любое время расторгнуть Соглашение в одностороннем порядке, в том числе, в случае приостановления или прекращения функционирования Сайта.</span><br /><br /><span style="font-weight: 400;">5.2. Порядок изменения Соглашения. </span><span style="font-weight: 300;">Настоящее Соглашение может быть изменено Администрацией в одностороннем порядке путем опубликования новой версии Соглашения в сети Интернет. Администрация вправе, но не обязана уведомлять Пользователя об изменении Соглашения. Ознакомиться с действующей редакцией Соглашения Пользователь может по </span><a href="https://tilda.education/terms" target="_blank" rel="noreferrer noopener" style="font-weight: 300;">ссылке</a><span style="font-weight: 300;">. </span><br /><br /><span style="font-weight: 300;">Любые изменения в Соглашении вступают в силу в день, следующий за днем опубликования Соглашения в измененной версии. </span><br /><br /><span style="font-weight: 300;">Пользователь обязуется самостоятельно проверять Соглашение на предмет изменений. Продолжая использование Сайта после внесения в Соглашение изменений, Пользователь считается согласившимся с внесенными изменениями.</span><br /><br /><span style="font-weight: 400;">5.3. Применимое право.</span><span style="font-weight: 300;"> Настоящее Соглашение и взаимоотношения Администрации и Пользователя в связи с настоящим Соглашением и использованием Сайта регулируются и толкуются в соответствии с законодательством Российской Федерации.</span><br /><br /><span style="font-weight: 400;">5.4. Рассмотрение споров. </span><span style="font-weight: 300;">Все споры сторон по настоящему Соглашению подлежат разрешению путем переписки и переговоров с использованием обязательного досудебного (претензионного) порядка, если иное не предусмотрено применимым законодательством. </span><br /><br /><span style="font-weight: 300;">В случае невозможности достижения согласия между сторонами путем переговоров в течение 30 (тридцати) календарных дней с момента получения другой стороной письменной претензии, рассмотрение спора должно быть передано любой заинтересованной стороной в компетентный суд по месту нахождения Администрации (с исключением подсудности дела любым иным судам), если иное прямо не предусмотрено применимым законодательством.</span><br /><br /><span style="font-weight: 400;">5.5. Недействительность положений.</span><span style="font-weight: 300;"> Недействительность одного или нескольких положений Соглашения, признанная в установленном порядке вступившим в законную силу решением суда, не влечет для Сторон недействительности Соглашения в целом. В случае признания одного или нескольких положений Соглашения в установленном порядке недействительными, Стороны обязуются исполнять взятые на себя по Соглашению обязательства максимально близким к подразумеваемым Сторонами при заключении и/или изменении Соглашения способом.</span></div></div></div></div></div><!--footer--><footer id="t-footer" class="t-records" data-hook="blocks-collection-content-node" data-tilda-project-id="8756" data-tilda-page-id="44685969" data-tilda-formskey="5b1c085bbc0cb932c79b8022632944af" data-tilda-cookie="no" data-tilda-lazy="yes" data-tilda-root-zone="biz" ><div id="rec745143003" class="r t-rec" style=" " data-animationappear="off" data-record-type="131" ><!-- T123 --><div class="t123" ><div class="t-container_100 "><div class="t-width t-width_100 "> <!-- education_footer_start --> </div> </div></div></div><div id="rec713947380" class="r t-rec t-rec_pt_75 t-rec_pt-res-480_60 t-rec_pb_60" style="padding-top:75px;padding-bottom:60px;background-color:#232323; " data-animationappear="off" data-record-type="396" data-bg-color="#232323"><!-- T396 --><style>#rec713947380 .t396__artboard {height: 560px; background-color: #232323; }#rec713947380 .t396__filter {height: 560px; }#rec713947380 .t396__carrier{height: 560px;background-position: center center;background-attachment: scroll;background-size: cover;background-repeat: no-repeat;}@media screen and (max-width: 1199px) {#rec713947380 .t396__artboard,#rec713947380 .t396__filter,#rec713947380 .t396__carrier {height: 500px;}#rec713947380 .t396__filter {}#rec713947380 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 959px) {#rec713947380 .t396__artboard,#rec713947380 .t396__filter,#rec713947380 .t396__carrier {height: 880px;}#rec713947380 .t396__filter {}#rec713947380 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 639px) {#rec713947380 .t396__artboard,#rec713947380 .t396__filter,#rec713947380 .t396__carrier {height: 880px;}#rec713947380 .t396__filter {}#rec713947380 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 479px) {#rec713947380 .t396__artboard,#rec713947380 .t396__filter,#rec713947380 .t396__carrier {height: 850px;}#rec713947380 .t396__filter {}#rec713947380 .t396__carrier {background-attachment: scroll;}} #rec713947380 .tn-elem[data-elem-id="1697035553534"] { color: #ffffff; z-index: 2; top: 56px;left: calc(50% - 600px + 20px);width: 199px;}#rec713947380 .tn-elem[data-elem-id="1697035553534"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.1; font-weight: 300; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1697035553534"] {top: 49px;left: calc(50% - 480px + 10px);width: 189px;}#rec713947380 .tn-elem[data-elem-id="1697035553534"] .tn-atom { font-size: 12px; line-height: 1.1; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1697035553534"] {top: 47px;left: calc(50% - 320px + 90px);width: 189px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1697035553534"] {top: 47px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1697035553534"] {top: 41px;left: calc(50% - 160px + 10px);width: 134px;}#rec713947380 .tn-elem[data-elem-id="1697035553534"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1697035035883"] { color: #ffffff; z-index: 3; top: 6px;left: calc(50% - 600px + 20px);width: 177px;}#rec713947380 .tn-elem[data-elem-id="1697035035883"] .tn-atom { color: #ffffff; font-size: 16px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.55; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.3; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1697035035883"] {top: 5px;left: calc(50% - 480px + 10px);width: 202px;}#rec713947380 .tn-elem[data-elem-id="1697035035883"] .tn-atom { font-size: 14px; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1697035035883"] {top: 5px;left: calc(50% - 320px + 91px);width: 225px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1697035035883"] {top: 5px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1697035035883"] {top: 7px;left: calc(50% - 160px + 10px);width: 135px;}#rec713947380 .tn-elem[data-elem-id="1697035035883"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1653257897600"] { color: #ffffff; z-index: 4; top: 56px;left: calc(50% - 600px + 319px);width: 184px;}#rec713947380 .tn-elem[data-elem-id="1653257897600"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.1; font-weight: 300; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1653257897600"] {top: 49px;left: calc(50% - 480px + 250px);width: 219px;}#rec713947380 .tn-elem[data-elem-id="1653257897600"] .tn-atom { font-size: 12px; line-height: 1.1; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1653257897600"] {top: 572px;left: calc(50% - 320px + 90px);}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1653257897600"] {top: 571px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1653257897600"] {top: 540px;left: calc(50% - 160px + 10px);width: 145px;}#rec713947380 .tn-elem[data-elem-id="1653257897600"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1653658890094"] { color: #ffffff; z-index: 5; top: 6px;left: calc(50% - 600px + 319px);width: 205px;}#rec713947380 .tn-elem[data-elem-id="1653658890094"] .tn-atom { color: #ffffff; font-size: 16px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.55; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.3; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1653658890094"] {top: 5px;left: calc(50% - 480px + 250px);}#rec713947380 .tn-elem[data-elem-id="1653658890094"] .tn-atom { font-size: 14px; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1653658890094"] {top: 530px;left: calc(50% - 320px + 90px);}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1653658890094"] {top: 529px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1653658890094"] {top: 506px;left: calc(50% - 160px + 10px);width: 135px;}#rec713947380 .tn-elem[data-elem-id="1653658890094"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1709123287486"] { color: #ffffff; z-index: 6; top: 326px;left: calc(50% - 600px + 20px);width: 205px;}#rec713947380 .tn-elem[data-elem-id="1709123287486"] .tn-atom { color: #ffffff; font-size: 16px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.55; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.3; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1709123287486"] {top: 289px;left: calc(50% - 480px + 10px);width: 202px;}#rec713947380 .tn-elem[data-elem-id="1709123287486"] .tn-atom { font-size: 14px; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1709123287486"] {top: 287px;left: calc(50% - 320px + 90px);width: 225px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1709123287486"] {top: 286px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1709123287486"] {top: 276px;left: calc(50% - 160px + 10px);width: 142px;}#rec713947380 .tn-elem[data-elem-id="1709123287486"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1709123201275"] { color: #ffffff; z-index: 7; top: 376px;left: calc(50% - 600px + 20px);width: 204px;}#rec713947380 .tn-elem[data-elem-id="1709123201275"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.1; font-weight: 300; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1709123201275"] {top: 333px;left: calc(50% - 480px + 10px);width: 189px;}#rec713947380 .tn-elem[data-elem-id="1709123201275"] .tn-atom { font-size: 12px; line-height: 1.1; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1709123201275"] {top: 329px;left: calc(50% - 320px + 90px);width: 188px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1709123201275"] {top: 328px;left: calc(50% - 240px + 10px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1709123201275"] {top: 310px;left: calc(50% - 160px + 10px);width: 141px;}#rec713947380 .tn-elem[data-elem-id="1709123201275"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1707213006953"] { color: #ffffff; z-index: 8; top: 57px;left: calc(50% - 600px + 919px);width: 201px;}#rec713947380 .tn-elem[data-elem-id="1707213006953"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.1; font-weight: 300; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1707213006953"] {top: 49px;left: calc(50% - 480px + 730px);width: 206px;}#rec713947380 .tn-elem[data-elem-id="1707213006953"] .tn-atom { font-size: 12px; line-height: 1.1; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1707213006953"] {top: 472px;left: calc(50% - 320px + 331px);}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1707213006953"] {top: 467px;left: calc(50% - 240px + 251px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1707213006953"] {top: 479px;left: calc(50% - 160px + 171px);width: 140px;}#rec713947380 .tn-elem[data-elem-id="1707213006953"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1707213006958"] { color: #ffffff; z-index: 10; top: 6px;left: calc(50% - 600px + 919px);width: 205px;}#rec713947380 .tn-elem[data-elem-id="1707213006958"] .tn-atom { color: #ffffff; font-size: 16px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.55; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.3; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1707213006958"] {top: 5px;left: calc(50% - 480px + 730px);}#rec713947380 .tn-elem[data-elem-id="1707213006958"] .tn-atom { font-size: 14px; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1707213006958"] {top: 430px;left: calc(50% - 320px + 331px);}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1707213006958"] {top: 425px;left: calc(50% - 240px + 251px);}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1707213006958"] {top: 445px;left: calc(50% - 160px + 171px);width: 142px;}#rec713947380 .tn-elem[data-elem-id="1707213006958"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1698312869793"] { color: #ffffff; z-index: 9; top: 56px;left: calc(50% - 600px + 620px);width: 209px;}#rec713947380 .tn-elem[data-elem-id="1698312869793"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.1; font-weight: 300; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1698312869793"] {top: 49px;left: calc(50% - 480px + 490px);width: 195px;}#rec713947380 .tn-elem[data-elem-id="1698312869793"] .tn-atom { font-size: 12px; line-height: 1.1; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1698312869793"] {top: 47px;left: calc(50% - 320px + 331px);width: 186px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1698312869793"] {top: 42px;left: calc(50% - 240px + 251px);width: 177px;}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1698312869793"] {top: 41px;left: calc(50% - 160px + 171px);width: 135px;}#rec713947380 .tn-elem[data-elem-id="1698312869793"] .tn-atom { font-size: 12px; }} #rec713947380 .tn-elem[data-elem-id="1653659163722"] { color: #ffffff; z-index: 11; top: 6px;left: calc(50% - 600px + 621px);width: 205px;}#rec713947380 .tn-elem[data-elem-id="1653659163722"] .tn-atom { color: #ffffff; font-size: 16px; font-family: 'futura-pt',Arial,sans-serif; line-height: 1.55; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.3; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec713947380 .tn-elem[data-elem-id="1653659163722"] {top: 5px;left: calc(50% - 480px + 490px);}#rec713947380 .tn-elem[data-elem-id="1653659163722"] .tn-atom { font-size: 14px; }}@media screen and (max-width: 959px) {#rec713947380 .tn-elem[data-elem-id="1653659163722"] {top: 5px;left: calc(50% - 320px + 331px);width: 189px;}}@media screen and (max-width: 639px) {#rec713947380 .tn-elem[data-elem-id="1653659163722"] {top: 0px;left: calc(50% - 240px + 251px);width: 180px;}}@media screen and (max-width: 479px) {#rec713947380 .tn-elem[data-elem-id="1653659163722"] {top: 7px;left: calc(50% - 160px + 171px);width: 130px;}#rec713947380 .tn-elem[data-elem-id="1653659163722"] .tn-atom { font-size: 12px; }}</style><div class='t396'><div class="t396__artboard" data-artboard-recid="713947380" data-artboard-screens="320,480,640,960,1200" data-artboard-height="560" data-artboard-valign="center" data-artboard-upscale="grid" data-artboard-height-res-320="850" data-artboard-height-res-480="880" data-artboard-height-res-640="880" data-artboard-height-res-960="500" ><div class="t396__carrier" data-artboard-recid="713947380"></div><div class="t396__filter" data-artboard-recid="713947380"></div><div class='t396__elem tn-elem tn-elem__7139473801697035553534' data-elem-id='1697035553534' data-elem-type='text' data-field-top-value="56" data-field-left-value="20" data-field-width-value="199" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="41" data-field-left-res-320-value="10" data-field-width-res-320-value="134" data-field-top-res-480-value="47" data-field-left-res-480-value="10" data-field-top-res-640-value="47" data-field-left-res-640-value="90" data-field-width-res-640-value="189" data-field-top-res-960-value="49" data-field-left-res-960-value="10" data-field-width-res-960-value="189" ><div class='tn-atom'field='tn_text_1697035553534'><a href="https://tilda.education/ru/#popular" style="color: rgb(255, 255, 255);" target="_blank" rel="noreferrer noopener">Популярное</a><br><br>Д<a href="https://tilda.education/ru/#design" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">изайн</a><br><br>С<a href="https://tilda.education/ru/#website" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">оздание сайта</a><br><br>М<a href="https://tilda.education/ru/#content" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">аркетинг</a><br><br>Б<a href="https://tilda.education/ru/#business" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">изнес</a><br><br><a href="https://tilda.education/ru/#stories" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Истории компаний и предпринимателей</a><br><br><a href="https://tilda.education/video" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Видеоуроки по веб-дизайну и маркетингу</a></div> </div><div class='t396__elem tn-elem tn-elem__7139473801697035035883' data-elem-id='1697035035883' data-elem-type='text' data-field-top-value="6" data-field-left-value="20" data-field-width-value="177" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="7" data-field-left-res-320-value="10" data-field-width-res-320-value="135" data-field-top-res-480-value="5" data-field-left-res-480-value="10" data-field-top-res-640-value="5" data-field-left-res-640-value="91" data-field-width-res-640-value="225" data-field-top-res-960-value="5" data-field-left-res-960-value="10" data-field-width-res-960-value="202" ><div class='tn-atom'field='tn_text_1697035035883'>Журнал</div> </div><div class='t396__elem tn-elem tn-elem__7139473801653257897600' data-elem-id='1653257897600' data-elem-type='text' data-field-top-value="56" data-field-left-value="319" data-field-width-value="184" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="540" data-field-left-res-320-value="10" data-field-width-res-320-value="145" data-field-top-res-480-value="571" data-field-left-res-480-value="10" data-field-top-res-640-value="572" data-field-left-res-640-value="90" data-field-top-res-960-value="49" data-field-left-res-960-value="250" data-field-width-res-960-value="219" ><div class='tn-atom'field='tn_text_1653257897600'><a href="http://tilda.cc" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Tilda.cc</a><br><span style="color: rgb(255, 255, 255);"></span><br><a href="https://tilda.cc/ru/pricing/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Тарифы</a><br><br><a href="https://tilda.cc/ru/features/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Список возможностей</a><br><br><a href="https://tilda.cc/ru/tpls/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Шаблоны</a><br><br><a href="https://tilda.cc/ru/madeontilda/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Примеры сайтов</a><br><br><a href="https://tilda.cc/ru/otzyvy/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Отзывы о Тильде</a><br><br><a href="https://tilda.cc/ru/review/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Обзор конструктора сайтов</a><br><br><a href="https://blog.tilda.cc/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Блог</a><br><br><a href="https://webinars.tilda.cc/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Вебинары</a><br><br><a href="https://company.tilda.cc/ru" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Вакансии. Мы нанимаем</a><br><br><a href="https://answers.tilda.cc/ru/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Частые вопросы</a><br><br><a href="https://help-ru.tilda.cc/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Справочный центр</a></div> </div><div class='t396__elem tn-elem tn-elem__7139473801653658890094' data-elem-id='1653658890094' data-elem-type='text' data-field-top-value="6" data-field-left-value="319" data-field-width-value="205" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="506" data-field-left-res-320-value="10" data-field-width-res-320-value="135" data-field-top-res-480-value="529" data-field-left-res-480-value="10" data-field-top-res-640-value="530" data-field-left-res-640-value="90" data-field-top-res-960-value="5" data-field-left-res-960-value="250" ><div class='tn-atom'field='tn_text_1653658890094'>Платформа</div> </div><div class='t396__elem tn-elem tn-elem__7139473801709123287486' data-elem-id='1709123287486' data-elem-type='text' data-field-top-value="326" data-field-left-value="20" data-field-width-value="205" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="276" data-field-left-res-320-value="10" data-field-width-res-320-value="142" data-field-top-res-480-value="286" data-field-left-res-480-value="10" data-field-top-res-640-value="287" data-field-left-res-640-value="90" data-field-width-res-640-value="225" data-field-top-res-960-value="289" data-field-left-res-960-value="10" data-field-width-res-960-value="202" ><div class='tn-atom'field='tn_text_1709123287486'>Курсы</div> </div><div class='t396__elem tn-elem tn-elem__7139473801709123201275' data-elem-id='1709123201275' data-elem-type='text' data-field-top-value="376" data-field-left-value="20" data-field-width-value="204" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="310" data-field-left-res-320-value="10" data-field-width-res-320-value="141" data-field-top-res-480-value="328" data-field-left-res-480-value="10" data-field-top-res-640-value="329" data-field-left-res-640-value="90" data-field-width-res-640-value="188" data-field-top-res-960-value="333" data-field-left-res-960-value="10" data-field-width-res-960-value="189" ><div class='tn-atom'field='tn_text_1709123201275'><a href="https://tilda.education/course-for-beginners" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание сайта без программирования</a><br><br><a href="https://tilda.education/landing-page-course" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание Landing page</a><br><br><a href="https://tilda.education/internet-marketing-course" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Интернет-маркетинг с нуля</a><br><br><a href="https://tilda.education/digital-design-basic-course" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Дизайн в цифровой среде</a><br><br><a href="https://tilda.education/web-animation-course" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Анимация в вебе</a><br><br><a href="https://tilda.education/task-understanding-course" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Как разобраться в задаче</a></div> </div><div class='t396__elem tn-elem tn-elem__7139473801707213006953' data-elem-id='1707213006953' data-elem-type='text' data-field-top-value="57" data-field-left-value="919" data-field-width-value="201" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="479" data-field-left-res-320-value="171" data-field-width-res-320-value="140" data-field-top-res-480-value="467" data-field-left-res-480-value="251" data-field-top-res-640-value="472" data-field-left-res-640-value="331" data-field-top-res-960-value="49" data-field-left-res-960-value="730" data-field-width-res-960-value="206" ><div class='tn-atom'field='tn_text_1707213006953'><a href="https://tilda.cc/ru/free-icons/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Бесплатные иконки Tilda Icons</a><br><br><a href="https://tilda.cc/ru/utm/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Генератор UTM-меток</a><br><br><a href="https://tilda.cc/ru/privacy-generator/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Конструктор политики конфиденциальности</a><br><br><a href="https://tilda.cc/ru/colors/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Библиотека цветов</a><br><br><a href="https://experts.tilda.cc/ru/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Найти дизайнера</a><br><br><a href="https://tilda.cc/ru/lp/tildasans/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Шрифт Tilda Sans</a><br><br><a href="https://tilda.cc/ru/broken-links/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Проверка битых ссылок</a><br><br><a href="https://tilda.education/privacy" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Политика конфиденциальности </a><br><br><a href="https://tilda.education/terms" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Пользовательское соглашение</a><br><br><a href="https://tilda.education/en/" style="color: rgb(255, 255, 255);">In English</a></div> </div><div class='t396__elem tn-elem tn-elem__7139473801707213006958' data-elem-id='1707213006958' data-elem-type='text' data-field-top-value="6" data-field-left-value="919" data-field-width-value="205" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="445" data-field-left-res-320-value="171" data-field-width-res-320-value="142" data-field-top-res-480-value="425" data-field-left-res-480-value="251" data-field-top-res-640-value="430" data-field-left-res-640-value="331" data-field-top-res-960-value="5" data-field-left-res-960-value="730" ><div class='tn-atom'field='tn_text_1707213006958'>Ещё</div> </div><div class='t396__elem tn-elem tn-elem__7139473801698312869793' data-elem-id='1698312869793' data-elem-type='text' data-field-top-value="56" data-field-left-value="620" data-field-width-value="209" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="41" data-field-left-res-320-value="171" data-field-width-res-320-value="135" data-field-top-res-480-value="42" data-field-left-res-480-value="251" data-field-width-res-480-value="177" data-field-top-res-640-value="47" data-field-left-res-640-value="331" data-field-width-res-640-value="186" data-field-top-res-960-value="49" data-field-left-res-960-value="490" data-field-width-res-960-value="195" ><div class='tn-atom'field='tn_text_1698312869793'><a href="https://tilda.cc/ru/build-online-store/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание интернет-магазина</a><br><br><a href="https://tilda.cc/ru/longreads/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание лонгрида</a><br><br><a href="https://tilda.cc/ru/lp/sozdat-blog/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание блога компании</a><br><br><a href="https://tilda.cc/ru/lp/konstructor-kursov/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание онлайн-курсов</a><br><br><a href="https://tilda.cc/ru/lp/seo/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">SEO на Тильде</a><br><br><a href="https://tilda.cc/ru/lp/email-campaign-builder/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Конструктор писем</a><br><br><a href="https://tilda.cc/ru/lp/forms/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Конструктор форм</a><br><br><a href="https://zero.tilda.cc/ru/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Zero Block. Редактор для веб-дизайнеров</a><br><br><a href="https://tilda.cc/ru/lp/crm/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Tilda CRM</a><br><br><a href="https://tilda.cc/ru/lp/membership/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Личный кабинет</a><br><br><a href="https://tilda.cc/ru/lp/quiz/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Создание квиза</a><br><br><a href="https://tilda.cc/ru/lp/image-optimization/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Адаптивная загрузка изображений</a><br><br><a href="https://tilda.cc/ru/lp/accessibility/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255);">Цифровая доступность</a></div> </div><div class='t396__elem tn-elem tn-elem__7139473801653659163722' data-elem-id='1653659163722' data-elem-type='text' data-field-top-value="6" data-field-left-value="621" data-field-width-value="205" data-field-axisy-value="top" data-field-axisx-value="left" data-field-container-value="grid" data-field-topunits-value="px" data-field-leftunits-value="px" data-field-heightunits-value="" data-field-widthunits-value="px" data-field-top-res-320-value="7" data-field-left-res-320-value="171" data-field-width-res-320-value="130" data-field-top-res-480-value="0" data-field-left-res-480-value="251" data-field-width-res-480-value="180" data-field-top-res-640-value="5" data-field-left-res-640-value="331" data-field-width-res-640-value="189" data-field-top-res-960-value="5" data-field-left-res-960-value="490" ><div class='tn-atom'field='tn_text_1653659163722'>Решения</div> </div></div> </div> <script>t_onReady(function () { t_onFuncLoad('t396_init', function () { t396_init('713947380'); }); });</script><!-- /T396 --></div><div id="rec713947381" class="r t-rec" style=" " data-animationappear="off" data-record-type="131" ><!-- T123 --><div class="t123" ><div class="t-container_100 "><div class="t-width t-width_100 "> <script> var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://geo.tildacdn.com/geo/country/', true); xhr.onload = function () { if (xhr.status >= 200 && xhr.status < 400) { var data = xhr.responseText; if (data === 'RU') { var metaFbInst = document.querySelectorAll('[href*="facebook.com"], [href*="instagram.com"]'); Array.prototype.forEach.call(metaFbInst, function (el) { el.parentNode.style.display = 'none'; }); } } }; xhr.send(); </script> </div> </div></div></div><div id="rec713947382" class="r t-rec t-rec_pt_0 t-rec_pb_0" style="padding-top:0px;padding-bottom:0px;background-color:#232323; " data-record-type="212" data-bg-color="#232323"><!-- T188 --><div class="t188"><div class="t-container_100"><div class="t188__wrapper"><div class="t-sociallinks"><ul role="list" class="t-sociallinks__wrapper" aria-label="Соц. сети"><!-- new soclinks --><li class="t-sociallinks__item t-sociallinks__item_telegram"><a href="https://t.me/tildanews" target="_blank" rel="nofollow" aria-label="telegram" style="width: 48px; height: 48px;"><svg class="t-sociallinks__svg" role="presentation" width=48px height=48px viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 100c27.614 0 50-22.386 50-50S77.614 0 50 0 0 22.386 0 50s22.386 50 50 50Zm21.977-68.056c.386-4.38-4.24-2.576-4.24-2.576-3.415 1.414-6.937 2.85-10.497 4.302-11.04 4.503-22.444 9.155-32.159 13.734-5.268 1.932-2.184 3.864-2.184 3.864l8.351 2.577c3.855 1.16 5.91-.129 5.91-.129l17.988-12.238c6.424-4.38 4.882-.773 3.34.773l-13.49 12.882c-2.056 1.804-1.028 3.35-.129 4.123 2.55 2.249 8.82 6.364 11.557 8.16.712.467 1.185.778 1.292.858.642.515 4.111 2.834 6.424 2.319 2.313-.516 2.57-3.479 2.57-3.479l3.083-20.226c.462-3.511.993-6.886 1.417-9.582.4-2.546.705-4.485.767-5.362Z" fill="#ffffff"/></svg></a></li> <li class="t-sociallinks__item t-sociallinks__item_instagram"><a href="https://www.instagram.com/tildapublishing/" target="_blank" rel="nofollow" aria-label="instagram" style="width: 48px; height: 48px;"><svg class="t-sociallinks__svg" role="presentation" width=48px height=48px viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 100C77.6142 100 100 77.6142 100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50C0 77.6142 22.3858 100 50 100ZM25 39.3918C25 31.4558 31.4566 25 39.3918 25H60.6082C68.5442 25 75 31.4566 75 39.3918V60.8028C75 68.738 68.5442 75.1946 60.6082 75.1946H39.3918C31.4558 75.1946 25 68.738 25 60.8028V39.3918ZM36.9883 50.0054C36.9883 42.8847 42.8438 37.0922 50.0397 37.0922C57.2356 37.0922 63.0911 42.8847 63.0911 50.0054C63.0911 57.1252 57.2356 62.9177 50.0397 62.9177C42.843 62.9177 36.9883 57.1252 36.9883 50.0054ZM41.7422 50.0054C41.7422 54.5033 45.4641 58.1638 50.0397 58.1638C54.6153 58.1638 58.3372 54.5041 58.3372 50.0054C58.3372 45.5066 54.6145 41.8469 50.0397 41.8469C45.4641 41.8469 41.7422 45.5066 41.7422 50.0054ZM63.3248 39.6355C65.0208 39.6355 66.3956 38.2606 66.3956 36.5646C66.3956 34.8687 65.0208 33.4938 63.3248 33.4938C61.6288 33.4938 60.2539 34.8687 60.2539 36.5646C60.2539 38.2606 61.6288 39.6355 63.3248 39.6355Z" fill="#ffffff"/></svg></a></li> <li class="t-sociallinks__item t-sociallinks__item_youtube"><a href="https://www.youtube.com/tildapublishing" target="_blank" rel="nofollow" aria-label="youtube" style="width: 48px; height: 48px;"><svg class="t-sociallinks__svg" role="presentation" width=48px height=48px viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 100c27.614 0 50-22.386 50-50S77.614 0 50 0 0 22.386 0 50s22.386 50 50 50Zm17.9-67.374c3.838.346 6 2.695 6.474 6.438.332 2.612.626 6.352.626 10.375 0 7.064-.626 11.148-.626 11.148-.588 3.728-2.39 5.752-6.18 6.18-4.235.48-13.76.7-17.992.7-4.38 0-13.237-.184-17.66-.552-3.8-.317-6.394-2.44-6.916-6.218-.38-2.752-.626-6.022-.626-11.222 0-5.788.209-8.238.7-10.853.699-3.732 2.48-5.54 6.548-5.96C36.516 32.221 40.55 32 49.577 32c4.413 0 13.927.228 18.322.626Zm-23.216 9.761v14.374L58.37 49.5l-13.686-7.114Z" fill="#ffffff"/></svg></a></li> <li class="t-sociallinks__item t-sociallinks__item_vk"><a href="https://vk.com/tildapublishing" target="_blank" rel="nofollow" aria-label="vk" style="width: 48px; height: 48px;"><svg class="t-sociallinks__svg" role="presentation" width=48px height=48px viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M50 100c27.614 0 50-22.386 50-50S77.614 0 50 0 0 22.386 0 50s22.386 50 50 50ZM25 34c.406 19.488 10.15 31.2 27.233 31.2h.968V54.05c6.278.625 11.024 5.216 12.93 11.15H75c-2.436-8.87-8.838-13.773-12.836-15.647C66.162 47.242 71.783 41.62 73.126 34h-8.058c-1.749 6.184-6.932 11.805-11.867 12.336V34h-8.057v21.611C40.147 54.362 33.838 48.304 33.556 34H25Z" fill="#ffffff"/></svg></a></li> <li class="t-sociallinks__item t-sociallinks__item_twitter"><a href="https://twitter.com/TildaPublishing" target="_blank" rel="nofollow" aria-label="twitter" style="width: 48px; height: 48px;"><svg class="t-sociallinks__svg" role="presentation" xmlns="http://www.w3.org/2000/svg" width=48px height=48px viewBox="0 0 48 48"><g clip-path="url(#clip0_3697_102)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 48C37.2548 48 48 37.2548 48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48ZM33.3482 14L25.9027 22.4686H25.9023L34 34H28.0445L22.5915 26.2348L15.7644 34H14L21.8082 25.1193L14 14H19.9555L25.119 21.3532L31.5838 14H33.3482ZM22.695 24.1101L23.4861 25.2173V25.2177L28.8746 32.7594H31.5847L24.9813 23.5172L24.1902 22.4099L19.1103 15.2997H16.4002L22.695 24.1101Z" fill="#ffffff"/></g><defs><clipPath id="clip0_3697_102"><rect width="48" height="48" fill="white"/></clipPath></defs></svg></a></li><!-- /new soclinks --></ul></div></div></div></div></div><div id="rec744757131" class="r t-rec t-rec_pt_60 t-rec_pb_60" style="padding-top:60px;padding-bottom:60px;background-color:#232323; " data-record-type="37" data-bg-color="#232323"><!-- T022 --><div class="t022 t-align_center"><div class="t-container"><div class="t-row"><div class="t-col t-col_10 t-prefix_1"><div class="t022__text t-text t-text_sm" field="text">Образовательный журнал платформы для создания сайтов <a href="https://tilda.cc/ru/" target="_blank" rel="noreferrer noopener" style="color: rgb(255, 255, 255); border-bottom: 1px solid rgb(255, 255, 255); box-shadow: none; text-decoration: none;">Tilda Publishing</a>.<br />Практические руководства по дизайну и маркетингу для цифровых проектов.<br />© Обухов Н.В., 2015-2024 Все права защищены. Перепечатка и цитирование материалов запрещены.<br />По всем вопросам пишите на <a href="mailto:team@tilda.ru" style="color: rgb(255, 238, 0); border-bottom-color: rgb(255, 238, 0); border-bottom-style: solid; box-shadow: none; text-decoration: none;">team@tilda.ru</a></div></div></div></div></div><style> #rec744757131 .t022__text { font-size: 16px; line-height: 1.5; color: #a7a7a7; }</style></div><div id="rec716598713" class="r t-rec" style=" " data-animationappear="off" data-record-type="131" ><!-- T123 --><div class="t123" ><div class="t-container_100 "><div class="t-width t-width_100 "> <style> #t-footer .t396__elem[data-elem-type="text"] a { color: inherit; font-weight: inherit; border-bottom: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } </style> </div> </div></div></div><div id="rec745143347" class="r t-rec" style=" " data-animationappear="off" data-record-type="131" ><!-- T123 --><div class="t123" ><div class="t-container_100 "><div class="t-width t-width_100 "> <!-- education_footer_end --> </div> </div></div></div></footer><!--/footer--></div><!--/allrecords--><div style="clear: both;"></div> <div class="te-popup te-popup_opened" id="popup_login" > <a class="te-popup__overlay js-te-popup-close" href="#"></a> <a class="te-popup__close js-te-popup-close" href="#"> <img src="/images/close.svg"> </a> <div class="te-popup__wrap"> <div class="te-popup-window"> <div class="te-popup__header">Tilda education</div> <div class="te-popup__info"> <div class="te-popup__description">Зарегистрируйтесь, чтобы перейти к оплате </div> <ul class="te-popup__buttons"> <li style="cursor: pointer"> <span class="te-popup__btn te-popup__btn-tilda js-socnet-login" data-provider="tilda"> <div class="te-popup__btn__icon"><img src="/images/tilda_logo_white.svg"></div> <span>Войти через Тильду</span> </span> </li> </ul> <div style="margin-bottom: 20px;"> <span id="another_login_methods" style="color: #222222; border-bottom: solid 1px #fa633f; cursor: pointer; opacity: 50%;">Другие способы входа</span> </div> <ul class="te-popup__buttons alternative" style="display: none"> <li> <a class="te-popup__btn te-popup__btn-vk js-socnet-login" data-provider="vk" href="/login/"> <div class="te-popup__btn__icon"><img src="/images/vk.svg"></div> <span>Войти через VK</span> </a> </li> <li> <a class="te-popup__btn te-popup__btn-google js-socnet-login" data-provider="google" href="/login/"> <div class="te-popup__btn__icon"><img src="/images/google.svg"></div> <span>Войти через Google</span> </a> </li> </ul> </div> <div class="te-popup__hint"> <span>Авторизуясь, вы принимаете условия </span> <a href="/terms" target="blank">Пользовательского соглашения</a> </div> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { $("#another_login_methods").click(function() { let block = $('.te-popup__buttons.alternative'); let display = block.css('display'); if (display === 'block') { block.css('display', 'none'); } else { block.css('display', 'block'); } }); $(".js-socnet-login").click(function(){ var provider = $(this).data('provider'); var $popup = $('#popup_login'); var target = $popup.data('target') || ''; if (provider === 'tilda') { let bu = window.location.href; console.log(bu); window.location.replace('https://tilda.ru/identity/goeducation/?bu=' + bu); return true; } $.post('/login/submit/' + provider + '.php', {'action':'geturl', 'backurl': window.location.href+target}, function(json){ if (json.error && json.error > '') { alert('При авторизации через соцсеть, произошла ошибка ['+ json.error + ']. Попробуйте еще раз.'); } else if ( json.redirect && json.redirect > '' ) { window.location.href = json.redirect; } else if (json.activation == 1 && json.userid > 0) { window.location.href = '/identity/activationemail/?activation=1'; } else if(json.userid > 0) { window.location.href = '/courses/'; } },'json' ); return false; }); }); </script> <script type="text/javascript" src="/static/project8756/js/tilda-polyfill-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/lazyload-1.3.min.export.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-menusub-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-menu-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-zero-1.1.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/highlight.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-skiplink-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-events-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-blocks-page1606482.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-stat-1.0.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-blocks-page55172.min.js?t=1732985897"></script><script type="text/javascript" src="/static/project8756/js/tilda-zero-scale-1.0.min.js?t=1732985897"></script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-64185315-1', 'auto'); ga('send', 'pageview'); (function(d) { var config = { kitId: 'gwk7uku', scriptTimeout: 3000 }, h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='//use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s) })(document); </script> <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter41832319 = new Ya.Metrika({ id:41832319, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/41832319" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <script> setTimeout(function(){ !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.agent='pltilda'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '503932973940614'); fbq('track', 'PageView'); }, 2000); </script> <script type="text/javascript"> setTimeout(function(){ !function(){var t=document.createElement("script");t.type="text/javascript",t.async=!0,t.src="https://vk.com/js/api/openapi.js?169",t.onload=function(){VK.Retargeting.Init("VK-RTRG-961057-7m2XF"),VK.Retargeting.Hit()},document.head.appendChild(t)}(); }, 2000); </script> <noscript><img src="https://vk.com/rtrg?p=VK-RTRG-961057-7m2XF" style="position:fixed; left:-999px;" alt=""/></noscript> <!-- BEGIN: all external script bottom --> <script type="text/javascript"> $(document).ready(function(){ /**события */ window.isSendEvent25percent = false; window.isSendEvent50percent = false; window.isSendEvent75percent = false; window.isSendEvent100percent = false; $(window).scroll(function(){ var top = $(document).scrollTop(); var wh = $(window).height(); var dh = $(document).height(); var p = parseInt((top + wh) * 100 / dh); var d = new Date(); if(p >= 25) { if(!window.isSendEvent25percent) { if(ga) { ga('send', {'hitType':'event', 'eventCategory':'Read Article','eventAction':'025%','eventLabel':document.title,'eventValue':0,'nonInteraction':true}); ga('send', 'timing', 'Read Article', '025%', parseInt(d.getTime() - window.startTimer),document.title,{'nonInteraction':true}); } window.isSendEvent25percent = true; } } if(p >= 50) { if(!window.isSendEvent50percent) { if(ga) { ga('send', {'hitType':'event', 'eventCategory':'Read Article','eventAction':'050%','eventLabel':document.title,'eventValue':25,'nonInteraction':true}); ga('send', 'timing', 'Read Article', '050%', parseInt(d.getTime() - window.startTimer),document.title,{'nonInteraction':true}); } window.isSendEvent50percent = true; } } if(p >= 75) { if(!window.isSendEvent75percent) { if(ga) { ga('send', {'hitType':'event', 'eventCategory':'Read Article','eventAction':'075%','eventLabel':document.title,'eventValue':50,'nonInteraction':true}); ga('send', 'timing', 'Read Article', '075%', parseInt(d.getTime() - window.startTimer),document.title,{'nonInteraction':true}); } window.isSendEvent75percent = true; } } if(p > 90) { if(!window.isSendEvent100percent) { if(ga) { ga('send', {'hitType':'event', 'eventCategory':'Read Article','eventAction':'100%','eventLabel':document.title,'eventValue':25,'nonInteraction':true}); ga('send', 'timing', 'Read Article', '100%', parseInt(d.getTime() - window.startTimer),document.title,{'nonInteraction':true}); } window.isSendEvent100percent = true; } } }); }); </script> <script type="text/javascript"> $(document).ready(function() { if ($(".te-header__wrapper").length > 0) {if ($("#allrecords").width() < 980) {$(".te-header__userbar").css({"right": "60px"});} else {$("#rec32526252 .t228").data("top-offset","60").css({"top": "60px"});}}}); </script> <!-- END: all external script bottom --> <script type="text/javascript"> $(document).ready(function(){ $('#allrecords').data('tilda-statscroll','yes'); }); (function (d, w, k, o, g) { var n=d.getElementsByTagName(o)[0],s=d.createElement(o),f=function(){n.parentNode.insertBefore(s,n);}; s.type = "text/javascript"; s.async = true; s.key = k; s.id = "tildastatscript"; s.src=g; if (w.opera=="[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); } })(document, window, '0bc3fa44a26a9e23465074e623f28e7f','script','https://stat.tildacdn.com/js/tildastat-0.2.min.js'); </script> <style> .ya-share2__item_service_facebook { display: none !important; } </style> </body> </html>