<!doctype html><html lang="ru-RU"
xmlns="//www.w3.org/1999/xhtml"
xmlns:og="//ogp.me/ns#"
xmlns:fb="//facebook.com/2008/fbml"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"><meta name="yandex-verification" content="30ba86e288f6b388"/><meta name="google-site-verification" content="ML4VwNVf6pNK5OXnQwA7cgQ7iZ780b0Cf0ci_Tc89l8"/><title>По вашему запросу ничего не найдено</title><meta http-equiv="x-dns-prefetch-control" content="on"><link rel="dns-prefetch" href="//static.site26.local"><link rel="dns-prefetch" href="//yastatic.net"><link rel="dns-prefetch" href="//polyfill.io"><link rel="prefetch" href="https://designschool.us8.list-manage.com/subscribe/post?u=25647dcbc366664827a6eeaef&id=370d509705" as="document"><script>(function(){function e(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent&&e.attachEvent("on"+t,n)}function t(e){return window.localStorage&&localStorage.font_cache&&localStorage.font_cache_file===e}function n(){if(window.localStorage&&window.XMLHttpRequest)if(t(o))c(localStorage.font_cache);else{var n=new XMLHttpRequest;n.open("GET",o,!0),e(n,"load",function(){4===n.readyState&&(c(n.responseText),localStorage.font_cache=n.responseText,localStorage.font_cache_file=o)}),n.send()}else{var a=document.createElement("link");a.href=o,a.rel="stylesheet",a.type="text/css",document.getElementsByTagName("head")[0].appendChild(a),document.cookie="font_cache"}}function c(e){var t=document.createElement("style");t.innerHTML=e,document.getElementsByTagName("head")[0].appendChild(t)}var o="https://static.site26.local/assets/fonts/ptsans.css";window.localStorage&&localStorage.font_cache||document.cookie.indexOf("font_cache")>-1?n():e(window,"load",n),document.documentElement.className+=" fontsLoaded"}());</script><style>
body { font-family: "PTSans-Regular", sans-serif }
.fontsLoaded body, .wf-active body { font-family: 'PT Sans', sans-serif }
</style><link rel="preload" href="//static.site26.local/assets/css/app.5073f98.css" as="style"><link rel="stylesheet" href="//static.site26.local/assets/css/app.5073f98.css"><link rel="preload" href="//static.site26.local/assets/css/custom.5073f98.css" as="style"><link rel="stylesheet" href="//static.site26.local/assets/css/custom.5073f98.css"><link rel="preload" href="//static.site26.local/assets/js/manifest.5073f98.js" as="script"><link rel="preload" href="//static.site26.local/assets/js/vendor.5073f98.js" as="script"><link rel="preload" href="//static.site26.local/assets/js/app.5073f98.js" as="script"><link rel="preload" href="//static.site26.local/assets/js/custom.5073f98.js" as="script"><link rel="icon" type="image/png" href="/favicon.png" /><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content=""><meta http-equiv="cleartype" content="on"><meta name="mobile-web-app-capable" content="yes"><meta name="format-detection" content="telephone=no"><meta name="verify-v1" content="4VNCN2TA7rm/KWRpOTEo41a+FpJuSritW5tcDs2x5NE="><meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"><script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(14230948, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/14230948" style="position:absolute; left:-9999px;" alt="" /></div></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5B3L939L');</script><!--[if lt IE 9]>
<script src="https://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<script src="https://raw.githubusercontent.com/aFarkas/html5shiv/master/dist/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]--><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5B3L939L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><style>
.c-card img {
transition: all .4s;
}
.c-card:hover img {
filter: grayscale(0%);
}
</style><link rel="alternate" type="application/rss+xml" title="Лента событий IDS RSS 2.0"
href="https://site26.local/feed/">
<script>
(function(){
// работаем только на мобайле (подгони брейкпоинт под проект)
if (!window.matchMedia || !matchMedia('(max-width: 991px)').matches) return;
var protectedSel = '.sticky-footer .btn.form2_opener.btn-subscribe.btn-green';
function isProtected(node){
if (!node || node.nodeType !== 1) return false;
if (node.matches && node.matches(protectedSel)) return true;
if (node.querySelector && node.querySelector(protectedSel)) return true; // содержит её
return false;
}
// --- Блокируем нативные удаления ---
var _remove = Element.prototype.remove;
Element.prototype.remove = function(){
if (isProtected(this)) return this; // не даём удалить саму кнопку/контейнер
return _remove.apply(this, arguments);
};
var _removeChild = Node.prototype.removeChild;
Node.prototype.removeChild = function(child){
if (isProtected(child)) return child; // не даём удалить целевой узел
return _removeChild.call(this, child);
};
var _replaceChild = Node.prototype.replaceChild;
Node.prototype.replaceChild = function(newChild, oldChild){
if (isProtected(oldChild)) return oldChild;
return _replaceChild.call(this, newChild, oldChild);
};
// --- Блокируем jQuery remove/detach/empty/html (если используют) ---
function patchJQ($){
if (!$ || !$.fn) return;
['remove','detach','empty','html'].forEach(function(fn){
var orig = $.fn[fn]; if (!orig) return;
$.fn[fn] = function(){
var blocked = false;
this.each(function(){
if (isProtected(this)) blocked = true;
// .html('') у родителя тоже может снести кнопку
if (!blocked && fn === 'html' && this.querySelector && this.querySelector(protectedSel)) {
blocked = true;
}
});
if (blocked) return this;
return orig.apply(this, arguments);
};
});
}
if (window.jQuery) patchJQ(window.jQuery);
document.addEventListener('DOMContentLoaded', function(){ patchJQ(window.jQuery); });
// --- Подстраховка: если всё-таки удалили — вернуть назад ---
var obs = new MutationObserver(function(muts){
muts.forEach(function(m){
(m.removedNodes || []).forEach(function(n){
if (n.nodeType !== 1) return;
if (n.matches && n.matches(protectedSel)) {
// вернём кнопку в конец исходного родителя
try { m.target.appendChild(n); } catch(e){}
} else if (n.querySelector) {
var btn = n.querySelector(protectedSel);
if (btn) try { m.target.appendChild(btn); } catch(e){}
}
});
});
});
obs.observe(document.documentElement, { childList:true, subtree:true });
})();
</script><meta property="og:site_name" content="Международная Школа Дизайна"><meta property="og:title" content=""><meta property="og:description" content="Первая в России школа профессионального формата, осуществляющая профильную подготовку специалистов по направлениям: дизайн интерьера, графический дизайн и реклама, ландшафтный дизайн, декорирование интерьера. Очное и дистанционное обучение в соответствии с международным стандартом."><meta property="og:type" content="article"><meta property="og:url" content=""><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@designschoolmsk"><meta name="twitter:creator" content="@designschoolmsk"><link rel='dns-prefetch' href='//s.w.org' />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/site26.local\/core\/wp-includes\/js\/wp-emoji.js?ver=4.9.8","twemoji":"https:\/\/site26.local\/core\/wp-includes\/js\/twemoji.js?ver=4.9.8"}};
( function( window, document, settings ) {
var src, ready, ii, tests;/*
* Create a canvas element for testing native browser support
* of emoji.
*/
var canvas = document.createElement( 'canvas' );
var context = canvas.getContext && canvas.getContext( '2d' );/**
* Check if two sets of Emoji characters render the same.
*
* @param set1 array Set of Emoji characters.
* @param set2 array Set of Emoji characters.
* @returns {boolean} True if the two sets render the same.
*/
function emojiSetsRenderIdentically( set1, set2 ) {
var stringFromCharCode = String.fromCharCode;// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
var rendered1 = canvas.toDataURL();// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
var rendered2 = canvas.toDataURL();return rendered1 === rendered2;
}/**
* Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
* made of two characters, so some browsers (notably, Firefox OS X) don't support them.
*
* @since 4.2.0
*
* @param type {String} Whether to test for support of "flag" or "emoji".
* @return {Boolean} True if the browser can render emoji, false if it cannot.
*/
function browserSupportsEmoji( type ) {
var isIdentical;if ( ! context || ! context.fillText ) {
return false;
}/*
* Chrome on OS X added native emoji rendering in M41. Unfortunately,
* it doesn't work when the font is bolder than 500 weight. So, we
* check for bold rendering support to avoid invisible emoji in Chrome.
*/
context.textBaseline = 'top';
context.font = '600 32px Arial';switch ( type ) {
case 'flag':
/*
* Test for UN flag compatibility. This is the least supported of the letter locale flags,
* so gives us an easy test for full support.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly ([U] + [N]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 55356, 56826, 55356, 56819 ],
[ 55356, 56826, 8203, 55356, 56819 ]
);if ( isIdentical ) {
return false;
}/*
* Test for English flag compatibility. England is a country in the United Kingdom, it
* does not have a two letter locale code but rather an five letter sub-division code.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ],
[ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ]
);return ! isIdentical;
case 'emoji':
/*
* She's the hero Emoji deserves, but not the one it needs right now.
*
* To test for support, try to render a new emoji (female superhero),
* then compare it to how it would look if the browser doesn't render it correctly
* (superhero + female sign).
*/
isIdentical = emojiSetsRenderIdentically(
[55358, 56760, 9792, 65039],
[55358, 56760, 8203, 9792, 65039]
);
return ! isIdentical;
}return false;
}function addScript( src ) {
var script = document.createElement( 'script' );script.src = src;
script.defer = script.type = 'text/javascript';
document.getElementsByTagName( 'head' )[0].appendChild( script );
}tests = Array( 'flag', 'emoji' );settings.supports = {
everything: true,
everythingExceptFlag: true
};for( ii = 0; ii < tests.length; ii++ ) {
settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];if ( 'flag' !== tests[ ii ] ) {
settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
}
}settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;settings.DOMReady = false;
settings.readyCallback = function() {
settings.DOMReady = true;
};if ( ! settings.supports.everything ) {
ready = function() {
settings.readyCallback();
};if ( document.addEventListener ) {
document.addEventListener( 'DOMContentLoaded', ready, false );
window.addEventListener( 'load', ready, false );
} else {
window.attachEvent( 'onload', ready );
document.attachEvent( 'onreadystatechange', function() {
if ( 'complete' === document.readyState ) {
settings.readyCallback();
}
} );
}src = settings.source || {};if ( src.concatemoji ) {
addScript( src.concatemoji );
} else if ( src.wpemoji && src.twemoji ) {
addScript( src.twemoji );
addScript( src.wpemoji );
}
}} )( window, document, window._wpemojiSettings );
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style><link rel='stylesheet' id='video.css-css'  href='https://site26.local/content/themes/2013/assets/css/video.min.css?ver=4.9.8' type='text/css' media='all' /><link rel='https://api.w.org/' href='https://site26.local/wp-json/' />
<script type="text/javascript">window.wp_data = {"ajax_url":"https:\/\/site26.local\/core\/wp-admin\/admin-ajax.php","is_mobile":false};</script><script type="text/javascript">window.wp_nonce = '75825bc2d9';</script>		<style type="text/css" id="wp-custom-css">
.home-col3 .video-play{
background: rgba(0,0,0,1);
border-radius: 6px;
width: 3.5rem;
height: 2.3rem;
box-shadow: none;
opacity:0.5;
}
.home-col3 .video-play:before {
content: '';
display: block;
position: absolute;
border-color: transparent transparent transparent #fff;
border-style: solid;
border-width: 8px 0px 8px 16px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.home-col3 .video-play:hover{opacity:0.7;}
.site-map li:marker{display:none;}/*.fixed-bedge {
position: absolute;
top: 25px;
right: -140px;
width: 100px;
height: 100px;
border-radius: 100px;
overflow: hidden;
z-index: 222;
}
.fixed-bedge a {
position: fixed;
border-radius: 100px;
overflow: hidden;
}
.fixed-bedge,
.fixed-bedge a {
width: 100px;
height: 100px;
}
.fixed-bedge img {
width: 100%;
height: 100%;
}@media screen and (max-width:768px) {
.fixed-bedge {
display:none;
top: 25px;
right: 5px;
}
.fixed-bedge,
.fixed-bedge a {
width: 50px;
height: 50px;
}
}*/		</style><script async src="https://www.googletagmanager.com/gtag/js?id=UA-178029283-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-178029283-1');
</script>
<script src="https://www.google.com/recaptcha/api.js?render=6LeFq7QpAAAAAB2GlTPc86as7T0YLg101EF6hXfd"></script>
<script>
function loadRecaptchaToken() {
grecaptcha.ready(function () {
grecaptcha.execute('6LeFq7QpAAAAAB2GlTPc86as7T0YLg101EF6hXfd', { action: 'contact' }).then(function (token) {
var recaptchaResponse = document.getElementById('recaptchaResponse');
recaptchaResponse.value = token;
});
});
}
loadRecaptchaToken();
setInterval(function(){loadRecaptchaToken();}, 100000);
</script></head><body data-rsssl=1 itemscope itemtype="//schema.org/Article" bundle="front" class="error404">
<style>
@media screen and (max-width: 768px) {
.header-fixed {
position: fixed !important;
top: -20px;
left: 0;
right: 0;
z-index: 9999;
/*background: #fff;*/
transform: translateY(-100%);
transition: transform 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-fixed.show {
transform: translateY(0);
}
.site-nav-trigger + .header-support.header-fixed {
top: 50px;
}
.site-nav-trigger.header-fixed {
top: 0;
/*background: #4894ca;*/
}
.header-support.header-fixed {
background: #fff;
}
.header-support.header-fixed.show {
top: 21px;
align-items: center !important;
padding: 15px;
}
.header-support.header-fixed.show form {
display: none;
}
.site-nav-trigger.m-menu.header-fixed.show {
margin: 0;
}
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
const menu = document.querySelector(".site-nav-trigger");
const support = document.querySelector(".header-support");
let lastScroll = window.pageYOffset || document.documentElement.scrollTop;
let floatingActive = false;
if (!menu || !support) return;
window.addEventListener("scroll", function () {
const currentScroll = window.pageYOffset || document.documentElement.scrollTop;
// Если прокрутка меньше 300 — отключаем поведение, сбрасываем
if (currentScroll < 300) {
if (floatingActive) {
menu.classList.remove("header-fixed", "show");
support.classList.remove("header-fixed", "show");
floatingActive = false;
}
lastScroll = currentScroll;
return;
}
// Если прокрутка > 300 и ещё не активированы — добавляем классы
if (!floatingActive) {
menu.classList.add("header-fixed");
support.classList.add("header-fixed");
floatingActive = true;
}
// Управление показом в зависимости от направления прокрутки
if (currentScroll < lastScroll) {
menu.classList.add("show");
support.classList.add("show");
} else {
menu.classList.remove("show");
support.classList.remove("show");
}
lastScroll = currentScroll;
});
});
</script>
<svg xmlns="//www.w3.org/2000/svg" style="position:absolute; width: 0; height: 0"><symbol viewBox="0 0 24 24" id="ids-logo-letters-join"><path fill="currentColor" d="M11.25 11.95c0 2.39-.24 4.31-1.73 4.31H8.07V7.67h1.51c1.27 0 1.67 1.33 1.67 4.28zM24 0v24H0V0zM4.31 5.86H2v12.21h2.3zm9.3 5.52c0-4.47-1.73-5.52-3.77-5.52H5.77v12.21H10c3.1 0 3.63-3.35 3.63-6.09zM22 14.93c0-1.83-.79-2.57-2.07-3.43l-2.35-1.58a1.46 1.46 0 0 1-.77-1.39A1.09 1.09 0 0 1 18 7.5c.91 0 1.45.59 1.45 2.08v.13h2.2v-.37c0-2.45-1.3-3.71-3.6-3.71C16 5.64 14.5 6.79 14.5 8.8a3.6 3.6 0 0 0 1.82 3.15l2.05 1.35c.86.56 1.26 1 1.26 1.83a1.29 1.29 0 0 1-1.36 1.37c-.87 0-1.68-.44-1.68-2.15v-.47h-2.2v.47c0 2.5 1.31 4 3.89 4 2.41.01 3.72-1.27 3.72-3.42z"></path></symbol><symbol viewBox="0 0 24 24" id="ids-logo-letters"><path fill="currentColor" d="M0 0h24v24H0z"></path><path fill="#FFF" d="M0 18.437V6.219h2.305v12.218H0zM3.767 6.219h4.07c2.036 0 3.768 1.05 3.768 5.517v.609c0 2.741-.538 6.092-3.633 6.092H3.767V6.22zM6.07 16.626h1.447c1.497 0 1.732-1.929 1.732-4.315 0-2.995-.403-4.28-1.665-4.28H6.071v8.595zm11.406-6.548v-.135c0-1.49-.539-2.082-1.447-2.082-.656 0-1.228.356-1.228 1.032 0 .728.286 1.066.774 1.388l2.355 1.574c1.278.863 2.069 1.607 2.069 3.434 0 2.15-1.312 3.435-3.734 3.435-2.574 0-3.886-1.505-3.886-4.01v-.473h2.203v.473c0 1.71.808 2.15 1.683 2.15.874 0 1.362-.61 1.362-1.372 0-.795-.404-1.268-1.261-1.827l-2.053-1.354c-1.21-.795-1.816-1.827-1.816-3.147C12.498 7.151 13.978 6 16.08 6c2.304 0 3.6 1.252 3.6 3.706v.372h-2.204z"></path></symbol><symbol viewBox="0 0 100 100" id="mono-close"><path stroke="currentColor" stroke-width="4" stroke-miterlimit="10" d="M20 20l60 60m0-60L20 80"></path></symbol><symbol viewBox="0 0 18 18" id="mono-comment"><path fill="currentColor" d="M17 3c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11.5l3.5 3V3zm-4 8H5V9h8v2zm0-3H5V6h8v2z"></path><path d="M0 0h18v18H0z" fill="none"></path></symbol><symbol viewBox="0 0 48 48" id="mono-facebook"><path fill="currentColor" d="M48 24.12C48 10.799 37.253 0 24 0S0 10.799 0 24.12c0 12.032 8.774 21.977 20.24 23.796v-17h-5.854v-6.808h5.853v-5.025c0-5.824 3.543-8.994 8.715-8.994 2.474 0 4.605.184 5.224.268v6.091H30.59c-2.81 0-3.36 1.346-3.36 3.314v4.348h6.71l-.875 6.809h-5.83V48c11.717-1.591 20.763-11.658 20.763-23.875"></path></symbol><symbol viewBox="0 0 48 48" id="mono-instagram"><path fill="currentColor" d="M24 0c13.235 0 24 10.766 24 24 0 13.233-10.767 24-24 24C10.766 48 0 37.233 0 24 0 10.766 10.766 0 24 0zm-.001 28.805a4.807 4.807 0 0 1-4.803-4.806 4.782 4.782 0 0 1 .91-2.8 4.803 4.803 0 0 1 3.896-2.004 4.8 4.8 0 0 1 3.895 2.004c.566.79.909 1.755.909 2.801a4.812 4.812 0 0 1-4.807 4.805zm10.492-10.683l-4.612.016-.016-4.628 4.026-.013.602-.001v4.626zm3.158 3.077v-5.572a5.281 5.281 0 0 0-5.276-5.275H15.626a5.28 5.28 0 0 0-5.275 5.275v16.748a5.28 5.28 0 0 0 5.275 5.276h16.748a5.281 5.281 0 0 0 5.275-5.276V21.199zM31.466 24c0-.99-.2-1.936-.555-2.8h4.077v11.175a2.617 2.617 0 0 1-2.616 2.614H15.625a2.616 2.616 0 0 1-2.616-2.614V21.199h4.075a7.416 7.416 0 0 0-.55 2.801c0 4.115 3.349 7.466 7.466 7.466s7.466-3.35 7.466-7.466z"></path></symbol><symbol viewBox="0 0 50 51" id="mono-livejournal"><path fill="currentColor" d="M26.375 50.566c-13.05 0-23.627-10.585-23.627-23.642 0-3.594.806-6.998 2.24-10.048L0 11.886A36.591 36.591 0 0 1 11.877 0l5.187 5.191a23.537 23.537 0 0 1 9.31-1.909C39.423 3.282 50 13.867 50 26.924c0 13.057-10.577 23.642-23.625 23.642zm5.23-12.444l8.113 1.745-1.745-8.12-1.7-7.202c.007-.003-19.224-19.248-19.224-19.248A23.715 23.715 0 0 0 4.973 16.982l19.431 19.445 7.2 1.695zm3.718-12.438l1.266 5.566a12.5 12.5 0 0 0-5.521 5.528l-5.562-1.268c2-4.364 5.456-7.821 9.817-9.826z"></path></symbol><symbol viewBox="0 0 32 32" id="mono-menu"><path fill="currentColor" d="M0 5h32v2H0zm0 10h32v2H0zm0 10h32v2H0z"></path></symbol><symbol viewBox="0 0 48 48" id="mono-twitter"><path fill="currentColor" fill-rule="evenodd" d="M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24zm10.836-34.06A6.12 6.12 0 0 0 30.348 12c-3.394 0-6.144 2.705-6.144 6.031 0 .468.058.936.115 1.402a17.603 17.603 0 0 1-12.617-6.36 6.687 6.687 0 0 0-.88 3.012c.038 2.136 1.123 3.984 2.736 5.054a5.82 5.82 0 0 1-2.736-.76c-.017.028-.017.055 0 .11-.017 2.892 2.1 5.333 4.92 5.918-.528.108-1.07.173-1.64.216-.384-.043-.775-.072-1.099-.108.73 2.36 2.995 4.104 5.695 4.2a13.135 13.135 0 0 1-7.68 2.585c-.46-.038-.948-.08-1.423-.106a17.727 17.727 0 0 0 9.415 2.693c11.273 0 17.444-9.199 17.417-17.136a6.484 6.484 0 0 0 0-.864 11.666 11.666 0 0 0 3.065-3.12 11.472 11.472 0 0 1-3.514.96c1.248-.744 2.213-1.92 2.633-3.345-1.14.705-2.455 1.2-3.84 1.507l.06.053.005-.003z"></path></symbol><symbol viewBox="0 0 48 48" id="mono-vk"><path fill="currentColor" d="M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24zm10.9-20.8c2.317 2.183 2.797 3.249 2.876 3.38.958 1.62-1.06 1.748-1.06 1.748l-3.865.053s-.833.168-1.925-.595c-1.444-1.008-3.422-3.632-4.483-3.29-1.077.347-.734 3.095-.734 3.095s.007.336-.238.607c-.266.286-.79.178-.79.178h-1.113s-4.126.017-7.488-3.542c-3.665-3.884-6.732-11.136-6.732-11.136s-.185-.464.014-.706c.23-.276.85-.271.85-.271h4.133s.389.053.667.264c.23.168.36.494.36.494s.5 1.351 1.385 2.907c1.725 3.038 2.53 3.7 3.117 3.374.855-.473.598-4.289.598-4.289s.017-1.39-.43-2.004c-.345-.482-.996-.621-1.284-.66-.235-.026.147-.578.644-.823.744-.37 2.059-.391 3.612-.377l1.665-.002c1.426.35.941 1.704.941 4.946 0 1.042-.182 2.501.552 2.983.32.212 1.46.243 3.394-3.105.919-1.589 1.648-3.082 1.648-3.082s.154-.333.384-.475c.243-.146.564-.149.564-.149l4.352.02s1.308-.164 1.519.441c.223.629-.535 1.73-2.311 4.142-2.921 3.96-3.245 3.593-.824 5.878l.003-.005z"></path></symbol><symbol viewBox="0 0 48 48" id="mono-youtube"><path fill="currentColor" d="M24 0c13.254 0 24 10.745 24 24S37.254 48 24 48 0 37.255 0 24 10.746 0 24 0zm-4.373 29.26V18.053l10.774 5.62c-3.603 1.87-7.173 3.72-10.774 5.587zm20.725 2.751c.591-2.567.593-5.369.593-8.011 0-2.642.005-5.444-.586-8.011-.415-1.803-1.889-3.132-3.664-3.33-4.201-.47-8.455-.472-12.69-.47-4.234-.002-8.488 0-12.69.47-1.775.198-3.248 1.528-3.662 3.33-.591 2.566-.598 5.369-.598 8.011 0 2.642 0 5.444.59 8.011.415 1.802 1.888 3.131 3.662 3.33 4.203.47 8.457.472 12.692.47 4.235.002 8.488 0 12.69-.47 1.774-.199 3.248-1.528 3.663-3.33z"></path></symbol></svg>            <style>
body {
padding-top: 75px;
}
.fixed-bedge-mobile {
width: 100%;
background: #e1251b;
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 20px;
font-weight: 600;
text-decoration: none;
padding: 3px;
position: fixed;
top: 0;
z-index: 999;
}
.fixed-bedge-mobile a {
text-decoration: none;
color: #fff;
}
.site-nav-trigger {
top: 33px;
}
@media (min-width: 769px) {
body {
padding-top: 0;
}
.fixed-bedge-mobile {
display: none;
}
.site-nav-trigger {
top: -2px;
}
}
</style><div class="fixed-bedge-mobile"><a href="https://site26.local/about/reasons/">Нам 30 лет</a></div>
<button class="site-nav-trigger js-site-nav-trigger bvi-no-styles">Навигация по сайту</button>
<header flex="rows-justify" id="header" class="l-header"><div flex="rows-justify" class="header-school">
<a href="/" class="logo">
<img width="300" height="80" class="bvi-no-styles" src="//static.site26.local/logo/ids-logo-simple.svg"
alt="">
</a><menu flex="rows-justify" class="location">
<a href="/" class="current" title="Школа дизайна в Москве"><b>Москва</b></a>
<a href="//spb.site26.local/" title="Школа дизайна в Санкт-Петербурге"><b>Санкт-Петербург</b></a></menu></div><div flex="rows-justify" class="header-support">
<span class="callback form2_opener" data-form-id="form_call">Перезвоните мне!</span><div class="contact">
<a href="tel:+74997070706" class="phone">+7&nbsp;(499)&nbsp;<b>707-07-06</b></a>        <address>Москва, ул. Шаболовка, 31Г</address></div><form method="get" action="/" class="searchbox" autocomplete="off">
<input class="text" placeholder="Искать на сайте..." name="s" id="s" type="search">
<button class="btn" type="submit" value="Поиск" aria-label="Поиск в IDS">
<svg width="15" height="15" viewBox="0 0 15 15" xmlns="//www.w3.org/2000/svg">
<path
d="M14.817 13.933L10.66 9.776a6 6 0 1 0-.884.884l4.157 4.157a.624.624 0 1 0 .884-.884zM1.25 6c0-2.62 2.13-4.75 4.75-4.75S10.75 3.38 10.75 6 8.62 10.75 6 10.75 1.25 8.62 1.25 6z"
fill="currentColor"></path>
</svg>
</button></form></div><div class="fixed-bedge">
<a href="https://site26.local/about/reasons/">
<img src="/Header_30Let.png" width="100" height="100">
</a></div>
<style>
.fixed-bedge {
position: absolute;
top: 25px;
right: -140px;
width: 100px;
height: 100px;
border-radius: 100px;
overflow: hidden;
z-index: 222;
}
.fixed-bedge a {
position: fixed;
border-radius: 100px;
overflow: hidden;
}
.fixed-bedge,
.fixed-bedge a {
width: 100px;
height: 100px;
}
.fixed-bedge img {
width: 100%;
height: 100%;
}
@media screen and (max-width:768px) {
.fixed-bedge {
display:none;
top: 25px;
right: 5px;
}
.fixed-bedge,
.fixed-bedge a {
width: 50px;
height: 50px;
}
}
</style>
</header>
<nav class="site-nav js-site-nav" role="navigation"><ul><li id="menu-item-66441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66441"><a href="https://site26.local/about/">О школе</a><ul class="sub-menu"><li id="menu-item-67416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67416"><a href="https://site26.local/about/">О школе</a></li><li id="menu-item-67349" class="menu-item menu-item-type-post_type menu-item-object-teachers menu-item-67349"><a href="https://site26.local/teachers/nadezhda-lazareva/">Президент IDS</a></li><li id="menu-item-96027" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-96027"><a href="/about/reasons/">7 причин в пользу обучения в IDS</a></li><li id="menu-item-66616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66616"><a href="https://site26.local/teachers/">Наши преподаватели</a></li><li id="menu-item-66451" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66451"><a href="https://site26.local/about/faq/">Ответы на вопросы</a></li><li id="menu-item-66452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66452"><a href="https://site26.local/about/diplom/">Дипломы и сертификаты</a></li><li id="menu-item-66453" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66453"><a href="https://site26.local/about/partners/">Партнёры</a></li><li id="menu-item-66445" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66445"><a href="/reviews/">Отзывы о Школе</a></li><li id="menu-item-66446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66446"><a href="https://site26.local/about/vacancy/">Вакансии</a></li><li id="menu-item-84019" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84019"><a href="https://site26.local/organization-info/">Сведения об образовательной организации</a></li></ul></li><li id="menu-item-66455" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66455"><a href="https://site26.local/study/">Очное обучение</a><ul class="sub-menu"><li id="menu-item-67417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67417"><a href="https://site26.local/study/">Идёт приём на обучение</a></li><li id="menu-item-66456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66456"><a href="https://site26.local/study/interior/">Дизайн интерьера</a><ul class="sub-menu"><li id="menu-item-88078" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88078"><a href="https://site26.local/study/interior/internal/year/">Дизайн интерьера жилых и общественных помещений, 1 год</a></li><li id="menu-item-88079" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88079"><a href="https://site26.local/study/interior/internal/oneyear/">Дизайн интерьера жилых помещений, 1 год</a></li><li id="menu-item-94237" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-94237"><a href="/study/interior/internal/interior-living-year-premium/">Дизайн интерьера жилых помещений, 1 год. Премиум</a></li><li id="menu-item-88080" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88080"><a href="https://site26.local/study/interior/internal/dizayn-interera-zhilyih-pomeshheniy-6-mesyatsev/">Дизайн интерьера жилых помещений, 6 месяцев</a></li><li id="menu-item-88082" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88082"><a href="/study/interior/internal/dizajn-interera-zhilyh-pomeshhenij-2-mesyatsa-intensiv/">Дизайн интерьера жилых помещений, 2 месяца. Интенсив</a></li></ul></li><li id="menu-item-66457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66457"><a href="https://site26.local/study/decoration/">Декорирование интерьера</a><ul class="sub-menu"><li id="menu-item-88099" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88099"><a href="https://site26.local/study/decoration/internal/decoration-6months/">Декорирование интерьера и хоумстейджинг, 6 месяцев</a></li></ul></li><li id="menu-item-66458" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66458"><a href="https://site26.local/study/landscape/">Ландшафтный дизайн</a><ul class="sub-menu"><li id="menu-item-88100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88100"><a href="https://site26.local/study/landscape/internal/landshaftnyj-dizajn-1-god/">Ландшафтный дизайн и архитектура, 1 год</a></li></ul></li><li id="menu-item-66461" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66461"><a href="/courses/">Мастер-классы и вебинары</a><ul class="sub-menu"><li id="menu-item-88105" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88105"><a href="https://site26.local/courses/webinars/">Вебинары</a></li><li id="menu-item-88106" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88106"><a href="https://site26.local/courses/webinars-london/">Вебинары из Лондона</a></li><li id="menu-item-88107" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88107"><a href="https://site26.local/courses/dizayn-kak-professiya/">Дизайн как профессия</a></li><li id="menu-item-88108" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88108"><a href="https://site26.local/courses/istoriya-i-teoriya-dizajna/">История, теория и практика дизайна</a></li><li id="menu-item-88109" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88109"><a href="https://site26.local/courses/kompyuternoe-proektirovanie/">Компьютерное проектирование</a></li><li id="menu-item-88110" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88110"><a href="https://site26.local/courses/teenagers/">Курсы дизайна для детей</a></li><li id="menu-item-88111" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88111"><a href="https://site26.local/courses/risunok-i-zhivopis/">Курсы рисунка и живописи</a></li><li id="menu-item-88112" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88112"><a href="https://site26.local/courses/landshaftnyiy-dizayn/">Ландшафтный дизайн</a></li><li id="menu-item-88113" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88113"><a href="https://site26.local/courses/povyshenie-kvalifikatsii/">Повышение квалификации</a></li><li id="menu-item-88114" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88114"><a href="https://site26.local/courses/prakticheskoe-dekorirovanie/">Практическое декорирование</a></li><li id="menu-item-88115" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88115"><a href="https://site26.local/courses/_teenagers/">Школа дизайна для подростков</a></li><li id="menu-item-88116" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88116"><a href="https://site26.local/courses/schoolchild/">Школа дизайна для школьников</a></li></ul></li><li id="menu-item-66464" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66464"><a href="https://site26.local/study/corporative/">Корпоративное обучение</a></li><li id="menu-item-85180" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-85180"><a href="https://site26.local/study/summer/">Летние интенсивы</a><ul class="sub-menu"><li id="menu-item-88102" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88102"><a href="/study/interior/internal/dizajn-interera-zhilyh-pomeshhenij-2-mesyatsa-intensiv/">Дизайн интерьера жилых помещений, 2 месяца</a></li><li id="menu-item-88103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88103"><a href="/study/decoration/distance/decoration-homestaging-online-intensive/">Декорирование интерьера и хоумстейджинг. Онлайн‑интенсив, 2 месяца</a></li><li id="menu-item-88104" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88104"><a href="https://site26.local/courses/teenagers/letniy-intensiv-dlya-starsheklassnikov/">Летний интенсив для старшеклассников. Дизайн как профессия</a></li><li id="menu-item-93433" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-93433"><a href="/courses/schoolchild/graphdesign-summer-intensive-teens-online/">Летний интенсив для старшеклассников. Графический дизайн. Первый шаг в профессию | Online</a></li></ul></li><li id="menu-item-66466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66466"><a href="https://site26.local/study/record/">Запись на обучение</a></li><li id="menu-item-66544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66544"><a href="https://site26.local/study/price/internal/">Прайс-лист</a></li></ul></li><li id="menu-item-66469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66469"><a href="https://site26.local/study/distance/">Дистанционное обучение</a><ul class="sub-menu"><li id="menu-item-67418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67418"><a href="https://site26.local/study/distance/">Идёт приём на обучение</a></li><li id="menu-item-66547" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66547"><a href="https://site26.local/study/interior/distance/">Дизайн интерьера</a><ul class="sub-menu"><li id="menu-item-88088" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88088"><a href="https://site26.local/study/interior/distance/15month/">Дизайн интерьера жилых и общественных помещений, 15 месяцев</a></li><li id="menu-item-88089" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88089"><a href="https://site26.local/study/interior/distance/interior-living-distance-modular/">Дизайн интерьера жилых помещений, 12 месяцев. Модульный курс</a></li><li id="menu-item-88090" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88090"><a href="https://site26.local/study/interior/distance/interior-living-online-intensive/">Дизайн интерьера жилых помещений, 6 месяцев. Онлайн-интенсив</a></li><li id="menu-item-88092" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88092"><a href="https://site26.local/study/interior/distance/interior-online-basic/">Дизайн интерьера. Базовый онлайн‑курс</a></li></ul></li><li id="menu-item-66545" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66545"><a href="https://site26.local/study/decoration/distance/">Декорирование интерьера</a><ul class="sub-menu"><li id="menu-item-88093" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88093"><a href="https://site26.local/study/decoration/distance/decoration-6months-online/">Декорирование интерьера и хоумстейджинг. Онлайн-курс, 6 месяцев</a></li><li id="menu-item-88094" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88094"><a href="/study/decoration/distance/decoration-homestaging-online-intensive/">Декорирование интерьера и хоумстейджинг. Онлайн‑интенсив, 2 месяца</a></li></ul></li><li id="menu-item-66546" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66546"><a href="https://site26.local/study/landscape/distance/">Ландшафтный дизайн</a><ul class="sub-menu"><li id="menu-item-88095" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88095"><a href="https://site26.local/study/landscape/distance/landscape-design-online-6-months/">Ландшафтный дизайн и архитектура, 6 месяцев. Онлайн-интенсив</a></li><li id="menu-item-92813" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-92813"><a href="https://site26.local/study/landscape/distance/my-garden-is-the-best/">Мой сад – лучше всех!</a></li></ul></li><li id="menu-item-66482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-66482"><a href="https://site26.local/study/graphic-design-and-advertising/distance/">Графический дизайн и реклама</a><ul class="sub-menu"><li id="menu-item-88098" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-88098"><a href="https://site26.local/study/graphic-design-and-advertising/distance/graphic-6months-online/">Графический дизайн и визуальные коммуникации. Онлайн-курс, 6 месяцев</a></li></ul></li><li id="menu-item-66674" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66674"><a href="/courses/webinars/">Вебинары и онлайн-курсы</a></li><li id="menu-item-66462" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66462"><a href="/courses/webinars-london/">Онлайн-курсы из Лондона</a></li><li id="menu-item-66488" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66488"><a href="https://site26.local/study/price/distance/">Прайс-лист</a></li></ul></li><li id="menu-item-91020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-91020"><a href="https://site26.local/study/corporative/">Корпоративное обучение</a></li><li id="menu-item-89620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89620"><a href="/reviews/">Отзывы</a></li><li id="menu-item-66479" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66479"><a href="https://site26.local/topics/">Новости</a></li><li id="menu-item-66480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66480"><a href="https://site26.local/gallery/">Галерея</a></li><li id="menu-item-66481" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-66481"><a href="https://site26.local/contact/">Контакты</a></li></ul></nav><div class="breadcrumbs" itemscope itemtype="//schema.org/BreadcrumbList"><span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a itemprop="item" href="https://site26.local" class="home"><span itemprop="name">Главная</span></a><meta itemprop="position" content="1"></span> &gt; 404</div><div class="l-container"><div class="l-content">
<main class="l-main">
<article class="entry -single"><h1>Страница не найдена.</h1><p><strong>Страница, которую вы запросили, не найдена, попробуйте походить по разделам сайта или воспользуйтесь
поиском.</strong></p><h3>Что такое ошибка 404/403?</h3><p>Иногда, когда вы запрашиваете на сайте страницу, вместо нее вы получаете сообщение об ошибке. Сообщение
сопровождается цифровым кодом, указывающим разновидность ошибки. Наиболее часто встречающийся код — 404.</p><p>Ошибка 404 обозначает, что страниц, соответствующих введённому адресу, нет. Причины этому две: либо страница
была удалена, либо вы ввели неправильный адрес.</p><p>Получив сообщение 404, тщательно проверьте написание адреса — возможно, вы просто ошиблись при наборе. Если
ошибки нет, попробуйте зайти на главную страницу сайта, на котором должна быть размещена страница —
возможно, вы найдете интересующую вас информацию на другой странице.</p>
</article>
<script>
if (typeof yaCounter14230948 !== 'undefined') {
yaCounter14230948.reachGoal("404_not_found");
}
gtag('event', '404_error', {'event_category': '404', 'event_action': 'error'});
</script>
</main>
<button class="sidebar-nav-trigger js-sidebar-nav-trigger bvi-no-styles">Навигация по разделам</button>
<aside class="l-sidebar js-sidebar-nav">
<button class="nav-trigger-close is-active js-sidebar-nav-close bvi-no-styles">&times;</button><div class="h2">Контакты</div><div class="school-address"><div class="h4">Школа Дизайна &bull; Москва</div><p>115162, Москва, ул. Шаболовка, 31Г<br>
Тел.: <a href="tel:+74997070706" class="call_phone_1">+7&nbsp;(499)&nbsp;<b>707-07-06</b></a></p></div>
</aside></div>            <a href="/" class="marker"><svg><use xlink:href="#ids-logo-letters-join"></use></svg></a></div></div>
<nav flex="rows-justify" class="footer-nav">
<a href="https://site26.local/about/partners/" class="partners">Партнёры</a>
<a href="https://site26.local/students/" class="students">Студентам</a>
<a href="https://site26.local/gift-certificate/" class="eshop">Магазин</a>
<a href="https://site26.local/library/" class="library">Библиотека</a>
<a href="#" class="mailing">Подписаться на рассылку</a>
<a href="/blog/" class="blog">Блог</a>
</nav><section flex="rows-justify" class="footer-services"><div class="social-icons">
<a href="https://t.me/designschool" data-social="telegram" target="_blank" rel="nofollow noopener">
<svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg"
xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
<style type="text/css">
.social-icons svg {
fill: #9d9a9d;
transition: .5s ease;
}.social-icons a:hover svg {
fill: #4894ca;
transition: .5s ease;
}.st1 {
fill: #FFFFFF;
}
</style>
<g>
<circle cx="64" cy="64" r="64"/>
<path class="st1" d="M29,63.3c18.7-8.1,31.1-13.5,37.3-16.1c17.8-7.4,21.5-8.7,23.9-8.7c0.5,0,1.7,0.1,2.5,0.7
c0.6,0.5,0.8,1.2,0.9,1.7c0.1,0.5,0.2,1.6,0.1,2.5c-1,10.1-5.1,34.7-7.3,46c-0.9,4.8-2.7,6.4-4.4,6.6c-3.7,0.3-6.5-2.5-10.1-4.8
c-5.6-3.7-8.8-6-14.3-9.6c-6.3-4.2-2.2-6.5,1.4-10.2c0.9-1,17.3-15.9,17.6-17.2c0-0.2,0.1-0.8-0.3-1.1C76,52.8,75.4,52.9,75,53
c-0.6,0.1-9.6,6.1-27,17.8c-2.6,1.8-4.9,2.6-6.9,2.6c-2.3,0-6.7-1.3-9.9-2.4c-4-1.3-7.2-2-6.9-4.2C24.4,65.7,25.9,64.5,29,63.3z"/>
</g>
</svg>
</a>
<a href="//www.youtube.com/designschoolmsk" data-social="YouTube" target="_blank" rel="nofollow noopener">
<svg>
<use xmlns:xlink="//www.w3.org/1999/xlink" xlink:href="#mono-youtube"></use>
</svg>
</a>
<a href="//vkontakte.ru/internationaldesignschool" data-social="VKontakte" target="_blank"
rel="nofollow noopener">
<svg>
<use xmlns:xlink="//www.w3.org/1999/xlink" xlink:href="#mono-vk"></use>
</svg>
</a></div><a href="#" class="bvi-link-shortcode bvi-open footer__btn-for-blind">Версия для слабовидящих</a>
</section><footer flex="rows-justify" class="l-footer"><div flex="column" class="about" vocab="http://schema.org/" typeof="Organization"><div style="margin-bottom: 10px;">
<a class="mb-10" href="/oplata-vebinarov-bankovskoj-kartoj/">Информация об оплате вебинаров</a> /
<a class="mb-10" href="/karta-sajta/">Карта сайта</a> /
<a class="mb-10" href="/privacy/">Политика в отношении обработки персональных данных</a></div><p>Copyright &copy; 1995&ndash;2025 <span property="name">International Design School (Международная Школа Дизайна)</span><br>
Член Международной Ассоциации Дизайнеров Интерьера с 2000 года.
Лицензия №&nbsp;Л035-01298-77/00184853.</p>
<address>
<span property="address" typeof="PostalAddress">
<span property="postalCode">115162</span>,
<span property="addressLocality">Москва</span>,
<span property="streetAddress">ул. Шаболовка, 31Г.</span>
</span>
<a href="tel:+74997070706" class="phone">+7&nbsp;(499)&nbsp;<b>707-07-06</b></a>				            </address></div><div flex="column" class="partners"><div id="footer-webit">Развитие и поддержка сайта: <a href="http://webit.ru" target="_blank">Webit</a></div></div></footer><div class="sticky-footer"><div class="sticky-footer__wrapper">
<!--<p class="sticky-footer__text"></p>-->
<a class="btn-subscribe btn-grey btn-consult form2_opener" data-form-id="form_call">Получить консультацию</a><a data-post-id="" data-form-id="form_program" data-сourse="" class="btn form2_opener btn-subscribe btn-green">Оставить заявку</a></div></div><div class="footer__btn-for-blind__wrapper footer__btn-for-blind__wrapper sticky-footer-for-blind"></div><!--[if (gte IE 9) | (!IE)]><!-->
<script src="//static.site26.local/assets/js2/jquery.min.js"></script>
<script src="//static.site26.local/assets/js2/browser-polyfill.min.js"></script>
<!--<![endif]-->
<script src="//static.site26.local/assets/js2/polyfill.min.js"></script>
<script src="//static.site26.local/assets/js/manifest.5073f98.js"></script>
<script src="//static.site26.local/assets/js/vendor.5073f98.js"></script>
<script src="//static.site26.local/assets/js/app.5073f98.js?new5"></script>
<script src="//static.site26.local/assets/js/custom.5073f98.js"></script>
<script src="https://site26.local/assets/js/scripts.js"></script>
<script>
$(document).ready(function () {
$('.sticky-footer .btn-consult.reCallback.callback.js-open-form').click(function () {
yaCounter14230948.reachGoal('poluchitkonsultaciyu');
console.log('poluchitkonsultaciyu');
});
$('.sticky-footer .btn-subscribe.btn-green.reCallback').click(function () {
yaCounter14230948.reachGoal('zayavkanaobuchenie');
console.log('zayavkanaobuchenie');
});
/* Модалка для кнопки 'Подписаться на рассылку' */
let subscribeNewsletter = $.magnificPopup.instance;$('.mailing').on('click', function () {
subscribeNewsletter.open({
items: {
src: 'https://lk.dashamail.ru/forms/?f=77781',
type: 'iframe'
}
});
$('#subscribe-newsletter').on('submit', () => {
setTimeout(() => {
subscribeNewsletter.close()
}, 1)
})
})
});
</script><style>
.mfp-iframe-scaler iframe {
background: #fff;
}.subscribe-newsletter-container {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 900px;
min-height: calc(100vh - 80px);
margin: 40px auto;
background-color: #edecee;
}.subscribe-newsletter-container .mfp-close {
top: -40px;
right: -15px;
width: 40px;
height: 40px;
color: #fff;
}.subscribe-newsletter {
padding: 0px 0;
max-width: 561px;
}.subscribe-newsletter form {
padding: 15px;
}.subscribe-newsletter form h1 {
font-weight: normal;
color: #3d3c4f;
margin-top: 0;
font-size: 2rem;
}.subscribe-newsletter form label {
display: inline-block;
margin-bottom: 0.25em;
}.subscribe-newsletter form fieldset {
border: 1px solid #8c8b97;
padding: 0.5em 1.5em 1.5em;
}.subscribe-newsletter form fieldset + fieldset {
margin-top: 2rem;
}.subscribe-newsletter form fieldset div + div {
margin-top: 1em;
}.subscribe-newsletter form legend {
display: inline-block;
margin: 0.5em;
margin-left: -0.5em;
padding: 0.25em 0.5em;
font-weight: bold;
line-height: 1;
}.subscribe-newsletter form button[type="submit"] {
display: block;
width: 100%;
margin-top: 2rem;
font-weight: normal;
background: #1F936D;
}.subscribe-newsletter form button[type="submit"]:hover,
.subscribe-newsletter form button[type="submit"]:focus {
background: #3ab19d;
}
</style>
<script type='text/javascript' src='https://site26.local/content/themes/2013/assets/js/video.min.js?ver=4.9.8'></script>
<script type='text/javascript' src='https://site26.local/core/wp-includes/js/wp-embed.js?ver=4.9.8'></script>
<script type='text/javascript' src='https://site26.local/core/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://site26.local/core/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wp_ajax = {"ajax_url":"https:\/\/site26.local\/core\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://site26.local/content/plugins/webit_tinkoff_payment_gateway/assets/js/scripts.js?ver=4.9.8'></script><div class="sd-announce-popups"></div>
<style type="text/css">
.sd-announce-popups {
position: fixed;
right: 20px;
bottom: 20px;
z-index:9999;
}
@media (max-width: 767px) {
.sd-announce-popups {
right: 0px;
}
}
</style><script type='text/javascript' src='https://site26.local/content/plugins/page-links-to/js/new-tab.min.js?ver=3.0.0-beta.1'></script><link rel='stylesheet' id='forms-css'  href='/content/themes/2013/assets/css/forms3.css' type='text/css' media='all' />
<script type='text/javascript' src='/content/themes/2013/assets/js/phone-mask/jquery.inputmask-multi.js'></script>
<script type='text/javascript' src='/content/themes/2013/assets/js/phone-mask/inputmask2.js'></script>
<script type="text/javascript">
// Form 2 (Bitum)
function form2_valid_phone(myPhone) {
var re = /^[\d\+][\d\(\)\ -]{4,14}\d$/;
var valid = re.test(myPhone);
return valid;
}
function form2_valid_email(myMail) {
var re = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
var valid = re.test(myMail);
return valid;
}
window.onload = function() {
jQuery(document).ready(function(){
// Vebinar Form - Metrika Goal
$(document).on('click',".vebinar_footer_btn",function(){
var metrika_goal;
if (typeof window.yaCounter14230948 !== 'undefined') {
metrika_goal = 'zayavkanaobuchenie';
$(document).find('#pay-data-form').attr('data-metrika-goal',metrika_goal);
}
});
// Form 2 (Bitum) - Open Popup
$(document).on('click','.form2_opener:not([href="#pay-data-form"])',function(){
// Metrika Goals
var metrika_goal;
if( ($(this).hasClass('btn-grey')) && ($(this).parent('.sticky-footer__wrapper')) ){
if (typeof window.yaCounter14230948 !== 'undefined') {
metrika_goal = 'poluchitkonsultaciyu';
}
}
if( ($(this).hasClass('btn-green')) && ($(this).parent('.sticky-footer__wrapper')) ){
if (typeof window.yaCounter14230948 !== 'undefined') {
metrika_goal = 'zayavkanaobuchenie';
}
}
var post_id = $(this).data('post-id');
var form_id = $(this).data('form-id');
$(document).find('#form2_popup').data('typelead',form_id);// Load Form Content
$.post('/core/wp-admin/admin-ajax.php', {
action: 'forms_load',
form_id: form_id,
post_id: post_id
}, function ( html ) {
if($('#form2_popup>div>form').length){
$('#form2_popup>div>form').html( html );
}else{
$('#form2_popup').html('<div><form>'+html+'</form></div>');
}
$(document).find('#form2_popup2').text(form_id).attr('data-metrika-goal',metrika_goal);//$("#form2_phone").mask("+9(999) 999-9999");$(document).find('#form2_popup').attr('data-typelead',form_id);
$(document).find('.ds_video').find('video').trigger('pause');
$.magnificPopup.open({
type:'inline',
midClick: true,
items: {
src: '#form2_popup'
}
});});
});
// Form 2 (Bitum) - Validate & Send to CRM
$(document).on('keyup paste','#form2_popup',function(){
$(document).find('#form2_popup .errors-elem').text('');
});
$(document).on('change','#form2_popup input[type="checkbox"]',function(){
$(this).parents('.form-group').find('.errors-elem').text('');
});
$(document).on('change','input[name="open_lesson_radio"]',function(){
$('.open_lesson_radio_div').find('.errors-elem').text('');
});
$(document).on('change','input[name="UsrEducation"]',function(){
$('.distance_UsrEducation').find('.errors-elem').text('');
});
$(document).on('click','#form2-send',function(){
// Узнаём значения и валидируем
var errors = 0;
var name;
var surname;
var patronymic;
var city;
var phone;
var email;
var themes;
var course;
var select1;
var select2;
var timecomfort;
var education;
var checkbox2;
var utm_source;
var utm_medium;
var utm_campaign;
var utm_term;
var utm_content;
var referrer;
var typelead = $(document).find('#form2_popup2').text();
var recaptcha = $('#recaptchaResponse').val();
var metrika_goal = $('#form2_popup2').attr('data-metrika-goal');var __is_form_program = (typelead === 'form_program');
if (__is_form_program) {
var program_format = $('.form_all_program_tab_active').attr('data-i') || $('#internal_UsrDir').val();
typelead = (program_format === 'dist') ? 'form_dist_program' : 'form_och_program';
}if($(document).find('#form2_name').length){
name = $('#form2_name').val();
if(name.length===0){
$('#form2_name').parent().find('.errors-elem').text('не может быть пустым');errors=1;
}
}
if($(document).find('#form2_surname').length){
surname = $(document).find('#form2_surname').val();
if(surname.length===0){
$('#form2_surname').parent().find('.errors-elem').text('не может быть пустым');errors=1;
}
}
if($(document).find('#form2_patronymic').length){
patronymic = $(document).find('#form2_patronymic').val();
if(patronymic.length===0){
$(document).find('#form2_patronymic').parent().find('.errors-elem').text('не может быть пустым');errors=1;
}
}
if($(document).find('#form2_city').length){
city = $(document).find('#form2_city').val();
if(city.length===0){$(document).find('#form2_city').parent().find('.errors-elem').text('не может быть пустым');errors=1;}
}
if($(document).find('#form2_phone').length){
phone = $('#form2_phone').val();
if(phone.length===0){$('#form2_phone').parent().find('.errors-elem').text('не может быть пустым');errors=1;}
if(phone.length>30){$('#form2_phone').parent().find('.errors-elem').text('введите корректный номер телефона');errors=1;}
// Валидация номера телефона
if (!form2_valid_phone(phone)){
$('#form2_phone').parent().find('.errors-elem').text('введите корректный номер телефона');
errors=1;
}
}
if($(document).find('#form2_email').length){
email = $('#form2_email').val();
if(email.length===0){$('#form2_email').parent().find('.errors-elem').text('не может быть пустым');errors=1;}
// Валидация email
if (!form2_valid_email(email)){
$('#form2_email').parent().find('.errors-elem').text('введите корректный e-mail');
errors=1;
}
}
if($(document).find('#form2_themes').length){
themes = $('#form2_themes').val();
}
if($(document).find('#form2_popup input[name="clientID"]').length){
clientid = $('#form2_popup input[name="clientID"]').val();
}
if($(document).find('#course_name').length){
course = $('#course_name').val();
}
if($(document).find('.open_lesson_radio_div').length){
var open_lesson_val = $(document).find('input[name="open_lesson_radio"]:checked').val();
if(open_lesson_val !== undefined) {
course = open_lesson_val;
}else{
$('.open_lesson_radio_div').find('.errors-elem').text('выберите занятие');
errors = 1;
}
}if($(document).find('#form2_popup input[name="utm_source"]').length){utm_source = $('#form2_popup input[name="utm_source"]').val();}
if($(document).find('#form2_popup input[name="utm_medium"]').length){utm_medium = $('#form2_popup input[name="utm_medium"]').val();}
if($(document).find('#form2_popup input[name="utm_campaign"]').length){utm_campaign = $('#form2_popup input[name="utm_campaign"]').val();}
if($(document).find('#form2_popup input[name="utm_term"]').length){utm_term = $('#form2_popup input[name="utm_term"]').val();}
if($(document).find('#form2_popup input[name="utm_content"]').length){utm_content = $('#form2_popup input[name="utm_content"]').val();}
if($(document).find('#form2_popup input[name="referrer"]').length){referrer = $('#form2_popup input[name="referrer"]').val();}if($(document).find('#internal_UsrStudy').length){select1 = $('#internal_UsrStudy option:selected').text();}if($(document).find('#internal_UsrCourseName').length){select2 = $('#internal_UsrCourseName option:selected').text();}
/* if($(document).find('#internal_UsrTimeComfort').length){timecomfort = $('#internal_UsrTimeComfort option:selected').text();} */
if($(document).find('.distance_UsrEducation').length){
education = $('input[name="UsrEducation"]:checked').val();
if(education===undefined){
$(document).find('.distance_UsrEducation').find('.errors-elem').text('выберите образование');
errors=1;
}
}
if($(document).find('#form2_popup input[type="checkbox"][name="privacy"]').length){
if($(document).find('#form2_popup input[type="checkbox"][name="privacy"]').is(':checked')){}else{
$(document).find('#form2_popup input[type="checkbox"][name="privacy"]').parents('label').find('.errors-elem').text('нужно подтвердить');errors=1;
}
}
if($(document).find('#form2_popup input[type="checkbox"][name="contract-offer"]').length){
if($(document).find('#form2_popup input[type="checkbox"][name="contract-offer"]').is(':checked')){
checkbox2 = 'yes';
}else{
checkbox2 = 'no';
if($(document).find('.contract-offer-required').length) {
$(document).find('#form2_popup input[type="checkbox"][name="contract-offer"]').parents('label').find('.errors-elem').text('нужно подтвердить');errors=1;
}
}
}
if($(document).find('#form2_popup input[type="checkbox"][name="instruction"]').length){
if($(document).find('#form2_popup input[type="checkbox"][name="instruction"]').is(':checked')){}else{
$(document).find('#form2_popup input[type="checkbox"][name="instruction"]').parents('label').find('.errors-elem').text('нужно подтвердить');errors=1;
}
}if(errors===1){
Swal.fire({
title: 'Заявка не отправлена',
html: 'Проверьте все поля формы',
type: 'warning',
showCancelButton: false,
showConfirmButton: false,
showCloseButton: true,
});
return false;
}if($(document).find('#payment-form-new2').length){
var data = $('#payment-form-new2').serializeArray();
data[0]['name'] = 'userSurname';
data[1]['name'] = 'userName';
data[2]['name'] = 'userMiddle';
data[3]['name'] = 'phone';
data[4]['name'] = 'email';const utmFields = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'referrer', 'clientID'];
utmFields.forEach(function(field) {
const value = localStorage.getItem(field) || '';
data.push({ name: field, value: value });
});$.ajax({
type: "POST",
dataType: 'json',
url:'/core/wp-admin/admin-ajax.php',
data: {
action: 'payment_form',
data: data,
url: window.location.href,
security: window.wp_nonce
},
}).done(function (response) {
let sender = response.data.sender,
dataPay = response.data.dataPay,
dataForm = response.data.info,
dataTinkoffLink = response.data.tinkoffPayUrl;var button = '<button type="button" style="display: inline-block; font-size: 17px; margin-top: 30px; background-color: rgb(31, 147, 109); border-left-color: rgb(31, 147, 109); border-right-color: rgb(31, 147, 109);"  data-tlink="' + dataTinkoffLink +'"  id="tinkoff-payment" class="swal2-confirm swal2-styled">Оплатить через Тинькофф</button>';Swal.fire({
title: 'Спасибо за вашу заявку!',
html: 'Вы можете оплатить вебинар сейчас или подождать, пока с вами свяжется наш менеджер.' + button,
type: 'success',
showCancelButton: false,
showCloseButton: true,
confirmButtonColor: '#1f936d',
// confirmButtonText: 'Оплатить сейчас!',
confirmButtonText: 'Оплатить через Сбер',
}).then((result) => {
if (result.value === true) {
window.location = dataPay.formUrl;
} else {
$('body').find('.mfp-content').trigger("click");
}
});
});
return false;
}// Show Success Popup
Swal.fire({
title: 'Здравствуйте, '+name,
html: 'Ваша заявка принята!',
type: 'success',
showCancelButton: false,
showConfirmButton: false,
showCloseButton: true,
}).then((result) => {
// Close Form
$.magnificPopup.close();
});// Send
$.post('/core/wp-admin/admin-ajax.php', {
action: 'forms_lead_send_designschool_fix',
name: name,
surname: surname,
patronymic: patronymic,
city: city,
phone: phone,
email: email,
themes: themes,
clientID: clientid,
course: course,
select1: select1,
select2: select2,
timecomfort: timecomfort,
education: education,
typelead: typelead,
checkbox2: checkbox2,
recaptcha: recaptcha,
url: window.location.href,
utm_source: utm_source,
utm_medium: utm_medium,
utm_campaign: utm_campaign,
utm_term: utm_term,
utm_content: utm_content,
referrer: referrer,
}, function (response) {
if (typeof yaCounter14230948 !== 'undefined') {
yaCounter14230948.reachGoal(typelead);
if (typeof metrika_goal !== 'undefined' && metrika_goal !== '') {
yaCounter14230948.reachGoal(metrika_goal);
}
}
});
// Metrika
/*if (typeof yaCounter14230948 !== 'undefined') {
yaCounter14230948.reachGoal(typelead);
if(metrika_goal !== 'undefined'){
yaCounter14230948.reachGoal(metrika_goal);
}
}*/
return false;
});
// Form 2 - Change Selects - Dist
$(document).on('change','.select-change-js-dist',function(){
var val = $(this).find('option:selected').attr('value');
var options = '';
switch(val){
case 'interior':options = '<option value="15month" selected="selected" >Дизайн интерьера жилых и общественных помещений, 15 месяцев</option><option value="interior-living-distance-modular">Дизайн интерьера жилых помещений. Модульный дистанционный курс, 12 месяцев</option><option value="interior-living-online-intensive">Дизайн интерьера жилых помещений. Онлайн-интенсив, 6 месяцев</option><option value="interior-online-basic">Дизайн интерьера. Базовый онлайн‑курс</option>'; break;case 'decor':options = '<option value="decoration-6months-online" selected="selected" >Декорирование интерьера и хоумстейджинг. Онлайн‑курс, 6 месяцев</option><option value="decoration-homestaging-online-intensive">Декорирование интерьера и хоумстейджинг. Онлайн‑интенсив, 2 месяца</option>'; break;case 'landscape':options = '<option value="landscape-design-online-6-months" selected="selected" >Ландшафтный дизайн и архитектура, 6 месяцев. Онлайн-интенсив</option><option value="my-garden-is-the-best">Мой сад – лучше всех!</option>'; break;case 'graphic':options = '<option value="graphic-6months-online" selected="selected" >Графический дизайн и визуальные коммуникации. Онлайн-курс, 6 месяцев</option>'; break;                                    }
$('.select-update-js-dist').html( options );
});
$(document).on('change','.select-change-js-och',function(){
var val = $(this).find('option:selected').attr('value');
var options = '';
switch(val){
case 'interior':options = '<option value="year" selected="selected" >Дизайн интерьера жилых и общественных помещений, 1 год</option><option value="oneyear">Дизайн интерьера жилых помещений, 1 год</option><option value="interior-living-year-premium">Дизайн интерьера жилых помещений, 1 год. Премиум</option><option value="dizayn-interera-zhilyih-pomeshheniy-6-mesyatsev">Дизайн интерьера жилых помещений, 6 месяцев</option><option value="dizajn-interera-zhilyh-pomeshhenij-2-mesyatsa-intensiv">Дизайн интерьера жилых помещений. Интенсив, 2 месяца</option>'; break;case 'decor':options = '<option value="decoration-6months" selected="selected" >Декорирование интерьера и хоумстейджинг, 6 месяцев</option>'; break;case 'landscape':options = '<option value="landshaftnyj-dizajn-1-god" selected="selected" >Ландшафтный дизайн и архитектура (1 год)</option>'; break;                                    }
$('.select-update-js-och').html( options );
});
// Form 2 - Переключение формата (Очное / Заочное) в объединённой форме
$(document).on('change', '#internal_UsrDir.select-change-js-format', function () {
var v = $(this).val(); // 'och' или 'dist'
$('#form_all_program_tabs .form_all_program_tab').removeClass('form_all_program_tab_active');
$('#form_all_program_tabs .form_all_program_tab[data-i="' + v + '"]').addClass('form_all_program_tab_active');
});
// Form 2 - Open Popup by Link
$(document).on('click','a[href*="/?form="]',function(){
// Get Params
var href = $(this).attr('href');
let searchParams = new URLSearchParams(href);
let form_id = searchParams.get('/?form');
let study = searchParams.get('study');
let course = searchParams.get('course');
let post_id = searchParams.get('post_id');
let course_name = searchParams.get('course_name');
// Load Form Content
$.post('/core/wp-admin/admin-ajax.php?form_id='+form_id, {
action: 'forms_load',
form_id: form_id,
study: study,
course: course,
post_id: post_id,
course_name: course_name
}, function ( html ) {
if($('#form2_popup>div>form').length){
$('#form2_popup>div>form').html( html );
}else{
$('#form2_popup').html('<div><form>'+html+'</form></div>');
}
$(document).find('#form2_popup2').text(form_id);
$(document).find('#form2_popup').data('typelead',form_id);
$(document).find('.ds_video').find('video').trigger('pause');
$.magnificPopup.open({
type:'inline',
midClick: true,
items: {
src: '#form2_popup'
}
});
});
return false;
});
});
}
</script><script>
(function () {
const utmKeys = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'];
const storageKey = 'utm_params';function getUTMParams() {
const params = new URLSearchParams(window.location.search);
let data = {};
let hasUTM = false;
utmKeys.forEach(key => {
const val = params.get(key);
if (val) {
data[key] = val;
hasUTM = true;
}
});
return hasUTM ? data : null;
}function saveUTM(data) {
localStorage.setItem(storageKey, JSON.stringify(data));
}function loadUTM() {
try {
return JSON.parse(localStorage.getItem(storageKey) || '{}');
} catch (e) {
return {};
}
}function applyUTM(context = document) {
const utmData = loadUTM();
utmKeys.forEach(key => {
context.querySelectorAll(`input[name="${key}"]`).forEach(input => {
if (utmData[key]) input.value = utmData[key];
});
});if (utmData.referrer) {
context.querySelectorAll('input[name="referrer"]').forEach(input => {
input.value = utmData.referrer;
});
}
}function getReferrerDomain() {
const referrer = document.referrer;
if (referrer) {
const referrerDomain = new URL(referrer).hostname;
const currentDomain = window.location.hostname;if (referrerDomain !== currentDomain) {
return referrer;
}
}
return null;
}let currentUtm = loadUTM();const referrer = getReferrerDomain();if (referrer && (currentUtm.referrer !== referrer)) {
currentUtm.referrer = referrer;
saveUTM(currentUtm);
}const currentParams = getUTMParams();
if (currentParams) {
Object.keys(currentParams).forEach(key => {
if (!currentUtm[key]) {
currentUtm[key] = currentParams[key];
}
});
saveUTM(currentUtm);
}document.addEventListener('DOMContentLoaded', function () {
applyUTM();
});if (window.jQuery) {
jQuery(document).ajaxComplete(function (event, xhr, settings) {
applyUTM();
});
}window.forceUTM = applyUTM;})();
</script>
<script>
function acceptCookies() {
const modal = document.getElementById('cookie-modal');
if (modal) {
modal.classList.add('hidden');
modal.style.display = 'none';
}
localStorage.setItem('cookieAccepted', 'true');
}document.addEventListener('DOMContentLoaded', function () {
const lang = document.documentElement.lang || 'ru';const texts = {
ru: {
message: 'Мы используем файлы cookies для улучшения работы сайта. Оставаясь на нашем сайте, вы соглашаетесь на использование файлов cookies. Чтобы ознакомиться с Политикой конфиденциальности, <a href="https://static.site26.local/agreements/privacy.html" target="_blank">нажмите здесь</a>.',
button: 'Я согласен'
},
en: {
message: '',
button: ''
}
};const content = texts[lang] || texts['ru'];
const accepted = localStorage.getItem('cookieAccepted');if (!document.getElementById('cookie-modal')) {
const popup = document.createElement('div');
popup.id = 'cookie-modal';
popup.className = 'cookie-modal hidden';
popup.innerHTML = `<div class="cookie-modal-content"><p>${content.message}</p>
<button class="cookie-btn" onclick="acceptCookies()">${content.button}</button></div>
`;
document.body.appendChild(popup);
}const interval = setInterval(() => {
const modal = document.getElementById('cookie-modal');
if (modal) {
console.log('modal появился');
if (!accepted) {
modal.classList.remove('hidden');
modal.style.display = 'block';
}
clearInterval(interval);
}
}, 1100);setTimeout(() => {
const modal = document.getElementById('cookie-modal');
const stickyFooter = document.querySelector('.sticky-footer');
const btnConsult = document.querySelector('.sticky-footer a.btn.form2_opener.btn-subscribe.btn-green');
if (modal && !stickyFooter || modal && !btnConsult) {
modal.classList.add('sticky-footer-no');
}
}, 1000);
});
</script>
<style>
.cookie-modal {
position: fixed;
bottom: 90px;
left: 20px;
/* right: 20px; */
background: rgb(255 255 255 / 70%);
color: #3a363a;
padding: 20px;
border-radius: 0px;
z-index: 1000;
font-size: 11px;
max-width: 400px;
margin: auto;
backdrop-filter: blur(4px);
transition: opacity 0.3s ease;
}
.cookie-modal.sticky-footer-no {
bottom: 20px;
}.cookie-modal a {
color: #3a363a;
text-decoration: underline;
}.cookie-modal p {
margin: 0;
}.cookie-btn {
background-color: #9d9a9d;
color: #fff;
font-size: 11px;
padding: 6px 16px;
border: none;
border-radius: 0px;
cursor: pointer;
}.hidden {
display: none;
}@media screen and (min-width:768px){
.cookie-modal-content {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 5px;
}
}@media screen and (max-width:768px){
.cookie-modal{
width: calc(100% - 20px);
bottom: 83px;
left: 0;
margin: 0 10px;
font-size: 12px;
padding: 12px;
}
.cookie-modal p {
margin-bottom: 10px;
}
.cookie-btn {
padding: 6px 16px;
}
}
</style><script>
(function(w,d,n,c){w.CalltouchDataObject=n;w[n]=function(){w[n]["callbacks"].push(arguments)};if(!w[n]["callbacks"]){w[n]["callbacks"]=[]}w[n]["loaded"]=false;if(typeof c!=="object"){c=[c]}w[n]["counters"]=c;for(var i=0;i<c.length;i+=1){p(c[i])}function p(cId){var a=d.getElementsByTagName("script")[0],s=d.createElement("script"),i=function(){a.parentNode.insertBefore(s,a)},m=typeof Array.prototype.find === 'function',n=m?"init-min.js":"init.js";s.async=true;s.src="https://mod.calltouch.ru/"+n+"?id="+cId;if(w.opera=="[object Opera]"){d.addEventListener("DOMContentLoaded",i,false)}else{i()}}})(window,document,"ct","5vfbhxya");
</script><div class="md-content mfp-hide" id="form2_popup"><div><div id="form2_popup2" style="display:none"></div><form></form></div></div>
<input type="hidden" name="recaptcha_response" id="recaptchaResponse"><div id="video_block_temp"></div></body></html>