From 07ae01436b0c6a17ce639b06ca6e5936ad01a15e Mon Sep 17 00:00:00 2001 From: ya_dim4ik Date: Thu, 8 Dec 2016 11:49:33 +0200 Subject: [PATCH] conference and article fixes --- static/client/css/main.css | 169 ++++++++++++++++-- static/client/css_min/main.min.css | 2 +- static/client/img/sprites.png | Bin 40312 -> 52175 bytes static/client/img/sprites_backup.png | Bin 0 -> 40312 bytes static/client/js/scripts.js | 18 ++ static/client/js/vendor.js | 18 ++ static/client/js_min/vendor.min.js | 2 +- static/img/sprites.png | Bin 18205 -> 51493 bytes templates/c_admin/base.html | 6 + templates/client/article/article.html | 41 ++--- .../conference/conference_partner.html | 50 +++--- templates/registration/acquire_email.html | 18 +- 12 files changed, 252 insertions(+), 72 deletions(-) create mode 100644 static/client/img/sprites_backup.png diff --git a/static/client/css/main.css b/static/client/css/main.css index 79a76a9d..3107e477 100644 --- a/static/client/css/main.css +++ b/static/client/css/main.css @@ -9700,7 +9700,7 @@ hr+.rq-note { .blog_block_headline.full_width .article_info li{ display: inline-block; - margin-right: 20px; + margin-right: 50px; } .blog_block_headline.full_width .article_info a{ @@ -9883,9 +9883,13 @@ hr+.rq-note { color: #a2a2a2; padding: 0 32px 0 0 } +.article_author{ + padding-bottom: 20px; +} .article_author .author img{ float: left; margin-right: 50px; + border-radius: 74px; } .article_author .author:after{ @@ -9911,22 +9915,40 @@ hr+.rq-note { margin-left: 20px; } +.article_author .author ul .fa-envelope { + color: #FF6600; + margin-right: 12px; +} + +.author .author_position { + font-size: 14px; + color: #999999; +} + +.article_author .author .fa + a{ + color: #666666; +} + .article_author .fa-rss-square{ color: #ff6601; + font-size: 16px; } .article_author .fa-facebook-square{ color: #3b5998; + font-size: 16px; } .article_author .fa-linkedin-square{ color: #006699; + font-size: 16px; } .article_author .author_about{ font-size: 16px; color: #333333; line-height: 1.5; + padding-top: 15px; } .blog_link { @@ -13127,6 +13149,7 @@ button.gray:hover { .article_sharing{ border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; + border-left: 2px solid #FF6600; margin: 15px -20px 0; padding: 10px 20px; background-color: #fff; @@ -13357,7 +13380,7 @@ ul.orange{ ul.orange li:before{ content: '•'; color: #FF6600; - margin-right: 10px; + margin-right: 30px; font-size: 18px; line-height: inherit; } @@ -13366,6 +13389,10 @@ ul.checked{ list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0RDgyMDE2NEMzRENFMzExOTc2OEQwODY2QzY0MTY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCODk5MUY3MDlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCODk5MUY2RjlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MGFiYjJjOC1kNTUzLTVlNDQtOTM1NC1lZDA0ZDI1ZGQ3ZGMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMmU2ZDI0NS0yM2NkLTExZTYtODdiNy1jYTVkZWJmZmMzZTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4kZ+7fAAABq0lEQVR42qzUO0ibURjG8URihSraC0gFpSCuCrVegnaoF8Sl4FCRiuBmRaSQENDNRekggnXwMlQFxcFBEVsRrHERoRoXRdtBvICDUMwidJBC+j/yBE4ODaaQAz++c97vyxPek/PFG4lEPGkYPvh9aQh6gWnE4mHPUI0j1OMWYTTrftiqz6rmRRBDuECjCXuNZSzh2hTxGweam3Gs+Y3CsnV9ixM04NLLnh0ymcB4im0VYgXl+IUaBd5t3Ccs/sf+fEWBWm6JB5mRgW481LoDT5MEVWFTQWb0YMd+wIS91B7MYw77qHCCXmEDj7WewWfUumH96v1KtefYxnutS/EFuVr/QK+Cn7hhXchBCCOqZ2ESC1hDnup/0Klfu03HJeHkFuvqUaD5goDW75x2h7Gn+SPku2GmnahVC+oacILOMGit17Hrttln7YcdOOrUQmovPvx444bZbSYL/K63xB4ptRkfMQWad3BLa899bbajKMlBjWnvVv9xrw6VbtgpplCGBzo/poVMa+6z5uaZVgzogCeEfcBPjOlfwLR8jibNo069BB/1uW922F8BBgAx/1yfsUyMnAAAAABJRU5ErkJggg=='); } +ul.checked li{ + padding-left: 17px; +} + ol.numeric{ counter-reset: myCounter; padding-left: 25px; @@ -13380,7 +13407,7 @@ ol.numeric li:before { counter-increment: myCounter; content:counter(myCounter)'.'; color: #a8a8a8; - margin-right: 10px; + margin-right: 20px; font-family: dindisplay_pro, sans-serif; font-weight: bold; font-size: 18px; @@ -13714,6 +13741,11 @@ blockquote{ font-size: 28px; } +.conference_about .ied-text{ + font: 16px/28px dindisplay_pro, sans-serif; + color: #333333; +} + .i-photo-slides h2{ font-family: dindisplay_pro, sans-serif; font-size: 28px; @@ -13770,15 +13802,22 @@ blockquote{ margin: 0 0 20px; } -.conference_interested h3 i{ - color: #cecece; +.conference_for h3:before{ + content: ''; + display: inline-block; + width: 16px; + height: 18px; + background: url('../img/sprites.png') -384px -108px; + margin-right: 10px; } -.conference_interested h3 .fa-tag{ - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); +.confererence_price h3:before{ + content: ''; + display: inline-block; + width: 22px; + height: 18px; + background: url('../img/sprites.png') -407px -109px; + margin-right: 5px; } .conference_for ul{ @@ -13802,7 +13841,8 @@ blockquote{ .conference_price{ -moz-box-sizing: border-box; box-sizing: border-box; - float: right; + float: left; + margin-left: 43px; background-color: #fff5eb; border: 1px solid #f4b576; border-left: 0; @@ -13838,6 +13878,7 @@ blockquote{ .conf_extra a{ text-decoration: none; + font-family: dindisplay_pro, sans-serif; } .conf_extra span{ @@ -13845,6 +13886,28 @@ blockquote{ /*vertical-align: middle;*/ text-decoration: underline; margin-left: 5px; + font-size: 16px; +} + +.conf_extra i{ + display: inline-block; + vertical-align: middle; +} + +.conf_extra .globe:before{ + content: ''; + display: inline-block; + width: 17px; + height: 17px; + background: url("../img/sprites.png") -423px -31px; +} + +.conf_extra .file:before{ + content: ''; + display: inline-block; + width: 14px; + height: 17px; + background: url("../img/sprites.png") -425px -12px; } .conf_extra a:hover span{ @@ -14019,6 +14082,11 @@ blockquote{ line-height: 28px; } +.new_article img{ + min-width: 100%; + height: auto !important; +} + .white_block{ background-color: #fff; border-top: 1px dashed #cccccc; @@ -14031,3 +14099,82 @@ blockquote{ padding: 0 20px; } +.new_article.hidden{ + display: none; +} + +h1 .preview_toggle{ + float: right; + border: 1px solid #cccccc; + text-decoration: none; + color: #838383; + text-transform: uppercase; + font: 14px/38px dindisplay_pro, sans-serif; + width: 180px; + text-align: center; + border-radius: 3px; + margin-left: 15px; +} + +h1 .preview_toggle:hover{ + border-color: #FF6600; + color: #FF6600; +} + +.twitter_email_form input { + max-width: 300px; +} + +.twitter_email_form button{ + margin-top: 15px; +} + +.twitter_email_form .errorlist{ + margin: 0; + list-style: none; + padding-left: 0; + color: #d80000; +} + +.no_login{ + font-size: 18px; +} + +.conference_themes .i-subj{ + width: 35%; + padding-left: 25px; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.conference_themes .i-tags{ + width: 65%; +} + +.ib-main a + a, +.ib-main .note-wrap, +.ib-main .note-wrap + a{ + margin-left: 5px; +} + + +.ib-main .addcalendar{ + color: #ef3976; + border-color: #ef3976; +} + +.ib-main .addcalendar:hover{ + background-color: #ef3976; + border-color: #ef3976; + color: #fff; +} + +.ib-main .addcalendar:before{ + background-position: -406px -90px; +} + +.ib-main .removecalendar, +.ib-main .removecalendar:hover { + background-color: #ef3976; + border-color: #ef3976; +} diff --git a/static/client/css_min/main.min.css b/static/client/css_min/main.min.css index 9c63d4c1..c2626e99 100644 --- a/static/client/css_min/main.min.css +++ b/static/client/css_min/main.min.css @@ -1 +1 @@ -.authorisation-links a,.cabinet-links .cl-body,.header-body .header-top,.lang-switch li,nav ul{text-transform:uppercase}.page-wrap .layout .layout-wrap:after,hr{clear:both}a.l-button.ico:before,img{vertical-align:middle}.cabinet-links .cl-body a,.header-body .hb-wrap ul a,.page-wrap>header .logo a,.rub,a.l-button,a:hover{text-decoration:none}.button.orange,.e-price-wrap .button.big.orange,button{filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.a-graphic table,.calendar-container table,.mp-catalog-lists,.search-form-wrap,.sf-field,.tp-btn-wrap,.tp-wrap,.ui-datepicker table{border-collapse:collapse}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{height:1px;padding:0}fieldset{border:0;margin:0;padding:0}.chromeframe{background:#c00;color:#fee;padding:1em;margin:0;font-size:16px}.chromeframe a{color:#fee}.chromeframe a:hover{color:#fff}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-med-webfont.eot);src:url(../fonts/pfdindisplaypro-med-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-med-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-med-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-med-webfont.svg#pf_dindisplay_promedium) format('svg');font-weight:500;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-thin-webfont.eot);src:url(../fonts/pfdindisplaypro-thin-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-thin-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-thin-webfont.woff) format('woff');font-weight:100;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-light-webfont.eot);src:url(../fonts/pfdindisplaypro-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-light-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-light-webfont.ttf) format('truetype');font-weight:300;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-italic-webfont.eot);src:url(../fonts/pfdindisplaypro-italic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-italic-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-italic-webfont.ttf) format('truetype');font-weight:400;font-style:italic}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-bold-webfont.eot);src:url(../fonts/pfdindisplaypro-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-bold-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-bold-webfont.woff) format('woff');font-weight:700;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-reg-webfont.eot);src:url(../fonts/pfdindisplaypro-reg-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-reg-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-reg-webfont.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:pt_sans;src:url(../fonts/pts75f-webfont.eot);src:url(../fonts/pts75f-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pts75f-webfont.woff) format('woff'),url(../fonts/pts75f-webfont.ttf) format('truetype');font-weight:700;font-style:normal}@font-face{font-family:pt_sans;src:url(../fonts/pts55f-webfont.eot);src:url(../fonts/pts55f-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pts55f-webfont.woff) format('woff'),url(../fonts/pts55f-webfont.ttf) format('truetype');font-weight:400;font-style:normal}body,html{margin:0;padding:0;height:100%;background:#f8f8f6;color:#464646;font-family:Arial,'Helvetica Neue',sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:18px;-webkit-font-smoothing:antialiased}body{position:relative;height:auto;min-width:1024px}body.no-scroll{overflow:hidden}a{color:#f60;background:0 0;outline:0!important;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}a[class*=icon-]:before{content:' ';display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(../img/sprites.png) no-repeat;margin-right:4px}a.icon-mail:before{width:15px;height:12px;background-position:-223px 0}a.icon-ext-link:before{width:15px;height:13px;background-position:-261px 0}hr{display:block;border:dotted #ccc;border-width:1px 0 0;margin:17px 0;background:0 0}.lt-ie9 .header-body .header-top,.lt-ie9 .main-page .page-wrap .header-wrap{border-bottom:1px solid #ddd}.e-details .item-wrap.event+hr{margin-top:5px}.rub{font-style:normal}.rub:before{content:'\20CF';font-family:pt_sans,sans-serif}.rub i{display:none}.page-wrap{-moz-box-sizing:border-box;box-sizing:border-box;width:1024px;max-width:1310px;padding:0 7px;margin:0 auto}.page-wrap .layout{padding-left:13px}.page-wrap .layout .layout-wrap{padding-left:220px}.page-wrap .layout .layout-wrap:after,.page-wrap .layout .layout-wrap:before{content:" ";display:table}.page-wrap .layout .layout-wrap>*{-moz-box-sizing:border-box;box-sizing:border-box}.page-wrap .layout .layout-wrap>aside{position:relative;float:left;width:220px;padding-right:40px;margin:0 -100% 0 -220px}.page-wrap .layout.main-part .layout-wrap>aside{padding-top:30px}.page-wrap .layout .layout-wrap>aside>.sbg{width:200em;height:150px;background:url(../img/search-bg.jpg) no-repeat #f60;position:absolute;margin-right:40px;right:100%;top:0;border-radius:4px}.page-wrap .layout .layout-wrap .mcl{width:100%;float:right}.page-wrap .layout.mp-announces .layout-wrap{padding:0 257px 0 220px}.page-wrap .layout.mp-announces .layout-wrap aside{float:right;margin-right:-257px;padding-right:0;width:257px}.page-wrap .layout.mp-announces .layout-wrap .mcl{float:left;padding-right:40px}.page-wrap>header{font-family:dindisplay_pro,Arial,sans-serif}.cabinet-links .cl-body,a.l-button{font-family:dindisplay_pro,sans-serif}.page-wrap .header-wrap{padding:5px 0}.main-page .page-wrap .header-wrap{padding:5px 10px 5px 230px;margin:0 -10px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}@-moz-document url-prefix(){.main-page .page-wrap .header-wrap{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}}.page-wrap>header .logo{width:220px;padding:5px 0 0;float:left;margin:0 -100% 0 -220px;-moz-box-sizing:border-box;box-sizing:border-box}.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 0 -13px;width:196px;padding-left:67px;font-family:dindisplay_pro,sans-serif;font-weight:500;font-style:normal;font-size:13px;line-height:13px}.button,.e-form button,.page-wrap>footer,.pgc-buttons button,nav ul{font-family:dindisplay_pro,Arial,sans-serif}.page-wrap>header .logo a{color:#a2a2a2}.page-wrap>header .logo strong{display:block;width:196px;height:0;padding-top:59px;overflow:hidden;background:url(../img/logo.png) no-repeat;margin-left:-67px}.page-wrap>header .logo.beta strong{background:url(../img/logo_beta.png) no-repeat;width:225px}.page-wrap>header .logo b{margin-top:-8px;display:block;font-weight:400}.page-wrap>header .header-body{width:79%;min-width:770px;float:right}.header-body .header-top{-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 510px 1px 25px;margin:0 -10px 0 -25px;font-size:12px;line-height:25px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}@-moz-document url-prefix(){.header-body .header-top{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}}.header-body .header-top.coordinators{padding-right:10px}.header-body ul{margin:0;padding:0;list-style:none}.header-body .header-top ul li{display:inline}.header-body .header-top .ht-main{width:100%;float:left}.header-body .header-top.coordinators .ht-main{width:auto}.header-body .header-top .add-link{width:50%;float:left}a.l-button{color:#f60;font-weight:500;font-size:12px;line-height:15px;display:inline-block;margin-left:-21px;padding:5px;border:1px solid transparent;border-radius:4px}a.l-button:hover{color:#000}a.l-button.ico:before{content:' ';display:inline-block;width:11px;height:12px;background:url(../img/sprites.png) no-repeat;margin:-1px 4px 0 0}.add-link a.l-button.ico:hover:before{background-position:-63px -145px}.header-body .header-top ul{float:left}.lang-switch{color:#a2a2a2;position:absolute;top:0;right:0}.lang-switch li{display:inline-block;margin-left:5px}.header-body .hb-wrap .lang-switch a{color:#464646;text-decoration:underline}.header-body .header-top.coordinators .lang-switch{width:auto}.header-body .header-top .lang-switch li:before{content:'|';margin:-1px 7px 0 3px}.header-body .header-top .lang-switch li:first-child:before{content:'';margin:0;display:none}.header-body .header-top .lang-switch a{color:#464646}.header-body .header-top .lang-switch a:hover{color:#f60}.header-body .header-top .ht-side{width:510px;margin-right:-510px;float:right}.header-body .header-top.coordinators .ht-side{width:auto;margin-right:0}.authorisation-links{float:right;font-weight:500;text-decoration:none;padding-top:20px}.authorisation-links a{margin:0 -6px 0 16px;font-size:14px}.authorisation-links a:first-child{margin-left:0}.authorisation-links a.register{color:#000}.authorisation-links a.register:hover{color:#f60}.authorisation-links a.register:before{background-position:-12px 0;height:13px;margin-top:-2px}.authorisation-links a.register:hover:before{background-position:-24px 0}.authorisation-links a.login:before{background-position:-36px 0;width:9px;height:12px;margin-top:-2px}.authorisation-links a.login:hover:before{background-position:-75px -145px}.cabinet-links{float:right;padding-right:35px;min-width:360px;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:20px}.coordinators .cabinet-links{width:auto}.cabinet-links .cl-body{padding-top:10px;width:100%;float:left;background:#f60;color:#fff;font-size:11px;line-height:20px;font-weight:700;padding-left:10px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;height:44px;margin-top:-10px}.mp-top .recent-expo .re-date,.mp-top .recent-expo .re-title{font-weight:100;font-family:dindisplay_pro,Arial,sans-serif}.cabinet-links .cl-body>div,.cabinet-links .cl-body>ul{display:block;border-right:1px solid #fff;float:right;padding:0 5px}.cabinet-links .cl-body>ul{padding:0 0 12px}.cabinet-links .cl-body>ul>li{display:block;padding:0 2px 12px;margin-bottom:-10px;border-right:1px solid #fff;float:left}.cabinet-links .cl-body>:first-child,.cabinet-links .cl-body>ul>li:first-child{border-left:none}.cabinet-links .cl-body>div.clb-settings{border-right:0}.cabinet-links .cl-body>div.clb-docs a.cl-btn{margin-left:-4px;margin-right:-2px}.cabinet-links .cl-body a{color:#fff;position:relative;display:inline-block;line-height:25px;border:1px solid transparent;border-radius:4px}.cabinet-links .clb-profile a{padding-right:5px}.cabinet-links .cl-body a i{font-size:14px;vertical-align:middle;width:25px;text-align:center}.cabinet-links .cl-body .fa-at{margin-top:-2px}.cabinet-links .cl-body a:hover{border-color:#fff}.cabinet-links .cl-body .clb-messages a{text-align:center;display:table;margin-left:auto;margin-right:auto}a.icon-msg:before,a.icon-user:before{display:inline-block;margin:-2px 3px 0 -1px;vertical-align:middle}.cabinet-links .cl-body a.cl-btn{width:30px;height:0;padding:30px 0 0;overflow:hidden}a.icon-user:before{content:'';width:11px;height:13px;background:url(../img/sprites.png) -283px -101px no-repeat}a.cl-btn:before,a.icon-msg:before{width:13px;content:''}a.icon-msg:before{height:12px;background:url(../img/sprites.png) -268px -88px no-repeat}a.cl-btn:before{display:block;height:13px;background:url(../img/sprites.png) -283px -88px no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -6px}a.icon-gear:before{background-position:-268px -101px}a.icon-cal:before{height:15px;background-position:-60px -17px;margin-top:-7px}a.icon-doc:before{width:10px;height:14px;background-position:-74px -16px;margin:-7px 0 0 -5px}.cabinet-links .logout{width:32px;float:right;margin:0 -35px 0 -32px}.cabinet-links .logout a{position:relative;display:block;width:30px;height:0;padding-top:30px;overflow:hidden;border:1px solid transparent;border-radius:4px;margin:-1px 0 -6px}.cabinet-links .logout a:hover{border-color:#f60;background:#fff}.cabinet-links .logout a:before{content:'';display:block;width:13px;height:12px;background:url(../img/sprites.png) -283px -88px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.page-wrap>footer nav>ul>li,nav ul{display:inline-block}.soc-media-buttons{margin:0;padding:0;list-style:none}.soc-media-buttons li{display:inline-block;line-height:18px;margin-left:2px}.soc-media-buttons li:first-child{margin-left:0}.header-body .header-top .soc-media-buttons{width:auto}.header-body .header-top.coordinators .soc-media-buttons{margin-right:10px}.header-body .header-top .soc-media-buttons li{line-height:14px;margin:0 5px 0 0}.header-body .header-top .soc-media-buttons img{height:14px;vertical-align:middle}.header-body .hb-wrap{padding:22px 0;position:relative}.serv-links{float:left;width:40%}.header-body .hb-wrap .serv-links ul{-moz-box-sizing:border-box;box-sizing:border-box;width:49.9%;min-width:140px;float:left;padding-right:10px}.header-body .hb-wrap ul.soc-media-buttons{width:auto;padding-top:20px;float:left}.header-body .hb-wrap ul li{margin-top:3px}.header-body .hb-wrap ul li:first-child{margin-top:0}.header-body .hb-wrap ul a{color:#a2a2a2}.header-body .hb-wrap ul a:hover{color:#f60;text-decoration:underline}.abn img{max-width:100%;height:auto}.header-body .hb-wrap .abn{float:right;width:468px;height:60px;border:1px solid #eee;margin-right:-470px}.page-wrap>footer{margin-top:20px}.page-wrap>footer .layout-wrap.footer-wrap{padding:25px 10px 25px 230px;margin:0 -10px;box-shadow:inset 0 3px 6px -5px rgba(0,0,0,.4)}.lt-ie9 .page-wrap>footer .layout-wrap.footer-wrap{border-top:1px solid #ddd}.page-wrap>footer .copy{font-size:12px;color:#f60;margin-bottom:10px}.page-wrap>footer nav{width:65%;float:left}nav ul{margin:0;padding:0;list-style:none;font-size:13px;line-height:16px}.page-wrap .layout .layout-wrap>aside nav{margin-bottom:20px}.main-page .page-wrap .layout .layout-wrap>aside nav{margin-bottom:0}aside nav>ul.main-menu>li{margin-top:-4px}aside nav>ul.main-menu>li:first-child{margin-top:0}nav>ul>li.sub>span,nav>ul>li>a{display:block;text-decoration:none;padding:4px 6px 2px;border:1px solid transparent;border-radius:4px}@-moz-document url-prefix(){.page-wrap>footer .footer-wrap{box-shadow:inset 0 3px 5px -5px rgba(0,0,0,.3)}nav ul{line-height:17px}nav>ul>li>a{padding:3px 6px 2px}}aside nav>ul.main-menu>li.sub>span,aside nav>ul.main-menu>li>a{padding:5px 10px 3px}nav>ul>li>a:hover{border-color:#f60}nav .main-menu{font-size:25px;line-height:25px;margin:-5px 0 10px -11px}.page-wrap>footer nav .main-menu{font-size:20px;line-height:20px;margin:-3px 0 1px -10px}.page-wrap>footer nav .main-menu>li{margin-left:10px;letter-spacing:1px}.page-wrap>footer nav .main-menu>li:first-child{margin-left:0}.main-menu>li>a,.main-menu>li>span{color:#464646;padding:5px 9px 2px}@-moz-document url-prefix(){.main-menu>li>a{padding:4px 9px 3px}}.page-wrap>footer nav .main-menu>li.sub>a{padding-right:10px}.main-menu li:hover>a{color:#f60;border-color:#f60}.main-menu>li.sub>a,.main-menu>li.sub>span{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.main-menu>li.sub:hover>a,.main-menu>li.sub:hover>span{color:#ff9e74;background:#f60}.main-menu .sub{position:relative}.main-menu li.sub>a:after,.main-menu li.sub>span:after{content:' ';display:inline-block;vertical-align:middle;width:13px;height:12px;background:url(../img/sprites.png) -46px 0 no-repeat;margin:-3px 0 0 8px}.main-menu .sub:hover>a:after,.main-menu .sub:hover>span:after{background-position:-46px -16px}.page-wrap>footer nav .main-menu li.sub>a:after{width:12px;height:10px;background-position:0 -16px;margin-left:5px}.page-wrap>footer nav .main-menu .sub:hover>a:after{background-position:-13px -16px}.main-menu .sub ul{position:absolute;width:100%;left:0;top:100%;padding:5px 10px;font-size:18px;line-height:22px;letter-spacing:normal;background:#f60;margin-top:-5px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.page-wrap>footer nav .main-menu .sub ul{top:auto;bottom:100%;font-size:16px;line-height:18px;margin:0 0 -5px}.main-menu .sub:hover ul{display:block}.main-menu .sub ul a{text-decoration:none;color:#fff}.main-menu>li.sub ul a:hover{color:#ffc4aa}aside nav ul.s-menu{display:inline-block;font-size:14px;line-height:17px;margin-top:-2px}nav ul.s-menu{margin:0 0 0 -7px}aside nav ul.s-menu>li{margin-top:-2px}.page-wrap>footer nav ul.s-menu>li{margin-left:3px}.page-wrap>footer ul.s-menu>li:first-child,aside nav ul.s-menu>li:first-child{margin:0}aside nav+hr{margin-top:-5px}.page-wrap>footer .counters{width:33.33%;float:right}.page-wrap>footer .counters>ul{display:inline-block;vertical-align:top;margin:0;padding:0;list-style:none;text-align:left}.page-wrap>footer .counters>ul>li{display:inline-block;vertical-align:top;margin:0 0 5px 3px}.swiper-wrapper{margin:0;padding:0;list-style:none}.main-page section.layout{margin:30px 0}.mp-top .recent-expo{position:relative;overflow:hidden;padding-top:5px}.mp-top .recent-expo ul{margin:0;padding:0;list-style:none}.mp-top .recent-expo ul li{float:left;width:100%;display:none}.mp-top .recent-expo ul li:first-child{display:block}.mp-top .recent-expo .re-pict{width:220px;height:220px;margin-right:40px;overflow:hidden;float:left;border-radius:4px;max-width:100%;max-height:100%}.mp-top .recent-expo .re-body{position:relative;overflow:hidden;min-height:220px}.mp-top .recent-expo .re-body .re-info{margin-bottom:70px}.mp-top .recent-expo .re-body .re-info a{text-decoration:none}.mp-top .recent-expo .re-title{font-size:50px;line-height:48px;margin:0 80px 5px 0}.mp-top .recent-expo .re-title a{text-decoration:none}.mp-top .recent-expo .re-date{font-size:24px;line-height:27px;color:#464646;margin-bottom:3px}.mp-top .recent-expo .re-date span{color:#afafaf}.mp-top .recent-expo .re-descr{color:#a2a2a2;font-size:14px;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.mp-top .recent-expo footer{position:absolute;width:100%;bottom:0;left:0}.mp-top .recent-expo .re-buttons{margin-bottom:12px}.mp-top .recent-expo .re-tags{color:#a2a2a2;font-size:11px;line-height:15px}.mp-top .recent-expo .re-tags a{color:#a2a2a2;text-decoration:none}.mp-top .recent-expo .re-tags .re-t-total{color:#d4d4d4;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.mp-top .recent-expo .re-tags a:hover,.mp-top .recent-expo .re-tags a:hover .re-t-total{color:#f60}.mp-top .recent-expo .re-controls{position:absolute;right:0;top:0;z-index:100;display:none}.mp-top .recent-expo .re-controls.enabled{display:block}.mp-top .recent-expo .re-controls a{position:relative;display:inline-block;width:29px;height:0;padding-top:29px;overflow:hidden;background:#e3e3e3;box-shadow:inset 0 1px 0 rgba(0,0,0,.1),0 1px 0 #fff}.mp-top .recent-expo .re-controls a:before{content:' ';display:block;width:10px;height:12px;background:url(../img/sprites.png) -113px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -5px}.mp-top .recent-expo .re-controls a:hover{background:#f60}.mp-top .recent-expo .re-controls a.prev{border-radius:4px 0 0 4px;margin-right:-1px}.mp-top .recent-expo .re-controls a.prev:before{background-position:-113px 0}.mp-top .recent-expo .re-controls a.next{border-radius:0 4px 4px 0;margin-left:-1px}.mp-top .recent-expo .re-controls a.next:before{background-position:-123px 0}.mp-top .recent-expo .re-controls a.next.disabled,.mp-top .recent-expo .re-controls a.prev.disabled{background:#e3e3e3;opacity:.5;cursor:default}.button,.e-form button,.pgc-buttons button{display:inline-block;vertical-align:middle;height:26px;padding:3px 14px 2px;background:0 0;text-decoration:none;color:#f60;border:1px solid #feb17d;text-transform:uppercase;font-weight:700;font-size:13px;line-height:20px;text-shadow:0 1px 0 #fff;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s;transition:background .3s,color .3s;word-spacing:normal;white-space:nowrap}.lc{text-transform:none}.button.lc{font-weight:400;line-height:18px}.button.big{height:36px;font-size:15px;line-height:31px;padding:3px 19px 2px}.e-form .button,.e-form button{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3)}@-moz-document url-prefix(){.button.lc{line-height:17px}}.button:hover,.e-form button:hover,.pgc-buttons button:hover{border-color:#f60;background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.e-form .button:hover,.e-form .input-file:hover .button,.e-form button:hover{background:#ff8000;border-color:#fff}.button.blue{border-color:#90c7e0;color:#2592c5}.button.blue.active,.button.blue:hover{border-color:#2592c5;background:#2592c5;color:#fff}.button.blue2{border-color:#7ed4f5;color:#00adef}.button.blue2 i{font-style:normal;color:#1d447d}.button.blue2:hover{border-color:#1d447d;background:#1d447d;color:#00adef}.button.blue2:hover i{color:#fff}.button.green{border-color:#c1e090;color:#87c525}.button.green.active,.button.green:hover{border-color:#87c525;background:#87c525;color:#fff;text-shadow:none}.button.orange,.button.orange:hover,.cli-services-sm a,.cli-services:hover .button.icon-sm{text-shadow:0 1px 0 rgba(0,0,0,.3)}.button.red{border-color:#e87e7d;color:#d90000}.button.red:hover{border-color:#d90000;background:#d90000;color:#fff}.button.grey{border-color:#c6c6c6;color:#b4b4b4}.button.grey:hover{border-color:#b4b4b4;background:#b4b4b4;color:#fff}.button.orange{border-color:#f60;color:#fff;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%)}.cli-photo-list .cli-phg-bot .cli-pb-button .button{height:29px;line-height:22px;padding-top:4px}.button.more,.cli-photo-list .cli-phg-bot .cli-pb-button .button.more{height:29px;font-size:17px;line-height:19px;text-transform:none;padding-top:4px}.button.more:after{content:' ';display:inline-block;vertical-align:middle;width:5px;height:9px;background:url(../img/sprites.png) -148px -16px no-repeat;margin:1px 0 0 10px}.button.b-more:after{content:'';display:inline-block;vertical-align:middle;width:8px;height:12px;background:url(../img/sprites.png) -175px 0 no-repeat;margin:-1px -5px 0 8px}.button[class*=icon-]:before,button[class*=icon-]:before{content:' ';display:inline-block;vertical-align:middle}.button.blue.more:after{background-position:-165px -14px}.button.more:hover:after{background-position:-165px -23px}.button[class*=icon-]:before{width:16px;height:16px;background:url(../img/sprites.png) no-repeat;margin:-3px 5px 0 0}.button.big[class*=icon-]:before{margin-right:7px}.button.icon-calendar:before{width:14px;background-position:-60px 0}.button.icon-calendar.active:before,.button.icon-calendar:hover:before{background-position:-60px -16px}.button.icon-calendar-o:before{width:13px;background-position:-183px -145px}.button.icon-calendar-o:hover:before{background-position:-197px -145px}.button.icon-save:before{width:12px;height:13px;background-position:-155px -145px;margin-top:-1px}.button.icon-save:hover:before{background-position:-155px -159px}.button.icon-print:before{width:13px;height:13px;background-position:-169px -145px;margin-top:-2px}.button.icon-print:hover:before{background-position:-169px -159px}.button.icon-note:before{width:11px;height:14px;background-position:-74px 0}.button.icon-note.active:before,.button.icon-note:hover:before{background-position:-74px -16px}.button.icon-sm:before{width:8px;height:9px;background-position:-287px -32px;margin-left:-2px}.button.icon-sm:hover:before{background-position:-287px -41px}.button.icon-edit:before{width:14px;height:13px;background-position:-277px 0}.button.icon-edit:hover:before,.button.orange.icon-edit:before{background-position:-277px -15px}.button.icon-del:before{width:12px;height:14px;background-position:-259px -30px}.button.icon-del:hover:before{background-position:-259px -45px}.button.icon-copy:before{width:15px;height:14px;background-position:-261px 0}.button.icon-copy:hover:before{background-position:-261px -15px}.button.icon-info:before{width:10px;height:11px;background-position:-280px -64px}.button.icon-info:hover:before{background-position:-280px -76px}.button.icon-list:before{width:10px;height:9px}.button.blue.icon-list:before{background-position:-175px -52px}.button.green.icon-list:before{background-position:-186px -52px}.button.icon-list:hover:before{background-position:-197px -52px}.button.icon-msg:before{width:11px;height:11px;background-position:-268px -64px}.button.icon-msg:hover:before{background-position:-268px -76px}.button.icon-photo:before{width:11px;height:11px;background-position:-226px -96px}.button.icon-photo:hover:before{background-position:-226px -108px}.button.icon-reply:before{width:11px;height:12px;background-position:-238px -95px}.button.icon-reply:hover:before{background-position:-238px -108px}.button.icon-go:before{width:8px;height:10px;background-position:-291px -64px}.button.icon-go:hover:before{background-position:-291px -75px}.button.icon-check:before,.pgc-buttons button.icon-check:before{width:13px;height:11px;background-position:-106px -16px}.button.icon-check:hover:before,.button.orange.icon-check:before,.pgc-buttons button.icon-check:hover:before{background-position:-120px -16px}.button.icon-find:before{width:12px;height:13px;background-position:-184px 0}.button.icon-find:hover:before{background-position:-250px -95px}.button.icon-bell:before{width:12px;height:13px;background-position:-211px -49px;margin-top:0}.button.icon-bell:hover:before{background-position:-225px -120px}.button.icon-tag:before{width:10px;height:10px;background-position:-239px 0}.button.icon-tag:hover:before{background-position:-250px 0}.button.icon-clip:before{width:14px;height:16px;background-position:-225px -147px;margin-bottom:-1px}.button.icon-clip:hover:before,.e-form .button.icon-clip:before{background-position:-240px -147px}.button.icon-camera:before{width:16px;height:15px;background-position:-300px -85px}.button.icon-camera:hover:before,.button.orange.icon-camera:before{background-position:-300px -101px}.button.icon-view:before{width:15px;height:11px;background-position:-225px -164px}.button.icon-view:hover:before{background-position:-241px -164px}.button.icon-add:before{width:13px;height:14px;background-position:-268px -116px}.button.icon-add:hover:before{background-position:-282px -116px}.e-price-wrap .button.big.orange,button{border:none;outline:0;height:36px;padding:1px 25px 0;font-family:dindisplay_pro,sans-serif;font-weight:700;font-size:15px;line-height:35px;text-transform:uppercase;text-align:center;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);letter-spacing:normal;word-spacing:normal;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box}.e-price-wrap .button.big.orange{height:41px;font-size:17px;line-height:40px}.button.orange:hover,.e-price-wrap .button.big.orange:hover,button:hover{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#ff8000));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.pw-form button{padding:2px 25px 0;height:46px;line-height:44px}.pw-form button[class*=icon-]{padding:2px 40px 0 30px}.pw-reg .pw-form button{width:265px;cursor:pointer}button[class*=icon-]:before{background:url(../img/sprites.png) no-repeat;margin:-2px 7px 0 0}button.icon-check:before{width:13px;height:11px;background-position:-120px -16px}button.icon-save:before{width:13px;height:14px;background-position:-203px -16px}button.icon-arrow:before{width:8px;height:12px;background-position:-176px 0}.in-search-form,.page-wrap section.layout.search-form .layout-wrap{font-size:14px;line-height:18px;color:#fff;background:url(../img/search-bg.jpg) 100% 100% no-repeat #f60}.page-wrap section.layout.search-form .layout-wrap{font-family:dindisplay_pro,Arial,sans-serif;font-weight:400;height:125px;padding:25px 0 25px 420px;margin-left:-200px;border-radius:0 4px 4px 0;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form,.sf-field .input-text input[type=text]{font-weight:400;font-family:dindisplay_pro,Arial,sans-serif}.in-search-form{position:relative;height:150px;margin:0 0 15px -40px;padding:30px 0 5px 40px;z-index:3;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form .s-title,.search-form aside .s-title{font-size:25px;line-height:25px;text-transform:uppercase}.modals .popup-window{display:none}.search-form aside .s-title{white-space:nowrap;margin-right:-20px}.in-search-form .s-title{margin-bottom:15px}.search-form .mcl{padding-right:50px}.search-form-wrap{display:table;width:100%}.search-form-wrap .search-line{display:table-row}.search-form-wrap .search-line .sf-field-wrap{display:table-cell;vertical-align:middle;padding:0 10px 8px 0;color:#ffd9bf;line-height:15px}.search-form-wrap .search-line .sf-field-wrap:first-child{width:48%}.search-form-wrap .search-line .sf-field-wrap+.sf-field-wrap{width:32%}.search-form-wrap .search-line .sf-field-wrap+.sf-field-wrap+.sf-field-wrap{width:20%}.search-line.sl-options a{display:inline-block;color:#fff;text-decoration:none;border-bottom:1px dashed;line-height:13px}.search-line.sl-options a:hover{border-bottom:none}.search-line.sl-options a.sf-clear{position:relative;display:inline-block;vertical-align:middle;border-bottom:none;width:16px;height:0;padding-top:24px;margin:-5px 0 -5px 2px;overflow:hidden}.search-line.sl-options a.sf-clear:before{content:'';display:block;width:6px;height:7px;background:url(../img/sprites.png) -135px -25px no-repeat;position:absolute;left:50%;top:50%;margin:-3px 0 0 -3px}.fancybox-close:before,.mp-photo-gallery .pg-item .pgi-descr .pgi-date b:before,.mp-photo-gallery .re-controls a:before,.mps-sect nav a:after,.online-adviser header b:before,.subscribe-sm ul li a:before,a.more:after{content:' '}.sf-field{position:relative;display:table;width:100%;height:40px;background:#fff;color:#aaa;box-shadow:inset 0 1px 0 #d9d9d9,0 -1px 0 rgba(0,0,0,.2);z-index:1}.sf-field-wrap:first-child .sf-field{border-radius:4px 0 0 4px}.sf-field>*{display:table-cell;vertical-align:middle}.sf-field label{font-size:16px;line-height:20px;font-weight:400;padding:10px 5px 10px 20px;white-space:nowrap}.sf-field .input-text{width:100%;height:100%}.sf-field .input-text input[type=text]{display:block;width:100%;height:100%;background:0 0;border:none;outline:0;padding:10px 10px 10px 0;font-size:16px;line-height:20px;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form button.modal-approve,.in-search-form button.search_submit,.search-form button.modal-approve,.search-form button.search_submit{display:inline-block;vertical-align:top;height:40px;border:1px solid #fff;outline:0;color:#fff;font-family:dindisplay_pro,Arial,sans-serif;font-weight:700;font-size:15px;line-height:41px;text-transform:uppercase;padding:0 25px;border-radius:0 4px 4px 0;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(0,0,0,.2);-webkit-filter:none;filter:none}button.modal-approve{border-radius:4px!important}.in-search-form button.modal-approve:before,.in-search-form button.search_submit:before,.search-form button.modal-approve:before,.search-form button.search_submit:before{content:' ';display:inline-block;vertical-align:middle;width:15px;height:14px;background:url(../img/sprites.png) -98px 0 no-repeat;margin:-2px 5px 0 -1px}.in-search-form button:hover,.search-form button:hover{position:relative;top:-1px}.sf-autocomplete{position:relative;z-index:3048;height:40px;display:none}.sf-autocomplete.show{display:block}.sf-autocomplete .sfa-wrap{position:absolute;left:0;width:100%;top:0;padding:20px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 0 0 3px rgba(0,0,0,.2);visibility:hidden;background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 10%,#efefef 100%);background:-o-linear-gradient(top,#fff 10%,#efefef 100%);background:-webkit-linear-gradient(top,#fff 10%,#efefef 100%);background:-o-linear-gradient(top,#fff 10%,#efefef 100%);background:linear-gradient(to bottom,#fff 10%,#efefef 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);border-radius:4px 0 4px 4px}.sf-autocomplete .sfa-wrap.show{visibility:visible}.ui-autocomplete{position:relative;width:100%;max-height:265px;overflow-y:auto;overflow-x:hidden;left:0!important;top:0!important;padding:5px 10px 0 0;border-top:1px dotted #ccc;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box .csb-menu,.custom-select .cs-scroll-container{max-height:230px}.ui-autocomplete-category{font-size:15px;line-height:17px;color:#f60;padding:8px 10px 0 0}.ui-menu .ui-menu-item{padding:0 10px 0 5px;margin-top:2px}.ui-menu .ui-menu-item a{color:#464646;font-size:15px;line-height:15px;border:none;padding:2px 5px;cursor:pointer}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus{color:#f60;margin:0}.ui-menu .ui-menu-item a i{font-style:normal;color:#a2a2a2}.in-search-form .modal-clear,.search-form .modal-clear{height:40px;border:1px solid #fff;padding:0 25px;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(0,0,0,.2)}.main-page .page-wrap .mp-catalog .layout-wrap{padding:0 10px 30px 230px;margin:0 -10px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}.mp-catalog-lists{display:table;table-layout:fixed;width:100%}.mp-catalog-lists .mpc-list{display:table-cell;vertical-align:top;padding-right:40px;width:33.33%;-moz-box-sizing:border-box;box-sizing:border-box}.mp-catalog-lists .mpc-list:first-child{min-width:260px}.mp-catalog-lists .mpc-list header{font-family:dindisplay_pro,Arial,sans-serif;font-weight:100;font-size:28px;line-height:28px;text-transform:uppercase;color:#f60;margin-bottom:10px}.mp-news-list footer,.mp-news-list header,.mp-photo-gallery,.online-adviser header,.s-news-list footer,.s-news-list header,.s-phone .s-callback,.s-phone .s-tel,.subscribe-sm{font-family:dindisplay_pro,sans-serif}.mp-catalog-lists .mpc-list ul{margin:0 0 7px;padding:0;list-style:none;font-size:12px;line-height:15px}.mp-catalog-lists .mpc-list ul li{margin-bottom:4px}.leter-list a,.mp-catalog-lists .mpc-list ul a{color:#464646;text-decoration:none}.mp-catalog-lists .mpc-list ul a span{text-decoration:underline}.mp-catalog-lists .mpc-list ul a i{font-style:normal;color:#aaa}.leter-list a,.mp-catalog-lists .mpc-list ul a,.mp-catalog-lists .mpc-list ul a *{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.leter-list a:hover,.mp-catalog-lists .mpc-list ul a:hover,.mp-catalog-lists .mpc-list ul a:hover *{color:#f60;text-decoration:none}.mp-catalog-lists .mpc-list footer{font-size:11px}a.more:after{display:inline-block;vertical-align:middle;width:6px;height:7px;background:url(../img/sprites.png) -39px -16px no-repeat;margin-left:5px}a.more.blue2{color:#40bbea}a.more.blue2:after{background-position:-249px -52px}.mp-catalog-lists+.abn{display:inline-block;margin-top:25px;overflow:hidden;border-radius:4px}.main-page .online-adviser .oa-wrap,.main-page .s-phone .sp-wrap{border:none;padding-top:0}.s-phone{margin:0 0 15px;padding-left:25px}.s-phone .s-tel{font-weight:500;font-style:normal;font-size:25px;line-height:25px}.s-phone .s-tel em{display:block;font-style:normal;font-weight:400;font-size:17px;line-height:19px;float:left;margin:0 5px 0 -25px;color:#a2a2a2}@-moz-document url-prefix(){.main-page .page-wrap .mp-catalog .layout-wrap{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}.s-phone .s-tel em{margin-top:1px}}.main-page .s-phone .s-tel em{color:#f60}.s-phone .s-callback{font-weight:400;font-size:10px;text-transform:uppercase;margin-top:-2px}.s-phone .s-callback a{color:#a2a2a2}.s-phone .s-callback a:hover{color:#f60;text-decoration:none}.online-adviser{margin:0 0 15px;padding-left:40px}.main-page .online-adviser{margin-bottom:40px}.online-adviser header{overflow:hidden;font-weight:500;font-size:16px;text-transform:uppercase;padding-left:40px;margin:0 0 8px -40px}.mp-news-list ul,.s-news-list ul,.subscribe-sm ul{padding:0;list-style:none}.online-adviser header a{color:#464646;text-decoration:none}.online-adviser header b{display:block;font-weight:400;font-size:20px;line-height:20px;text-decoration:underline;color:#87c525}.online-adviser header b:before{display:block;width:31px;height:26px;background:url(../img/sprites.png) 0 -33px no-repeat;float:left;margin:0 -100% 0 -40px}.online-adviser header a,.online-adviser header a *{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.online-adviser header a:hover,.online-adviser header a:hover *{color:#f60;text-decoration:none}.online-adviser header a:hover b:before{background-position:-84px -145px}.online-adviser .oa-descr{font-size:11px;line-height:14px;color:#a2a2a2}.subscribe-sm header{font-weight:100;font-size:18px;line-height:18px;text-transform:uppercase;margin-bottom:10px}.subscribe-sm ul{margin:0 -100% 0 0;font-size:10px;line-height:13px}.subscribe-sm ul li{display:inline-block;vertical-align:bottom;margin-left:5px}.subscribe-sm ul li:first-child{margin-left:0}.subscribe-sm ul li a{text-decoration:none}.subscribe-sm ul li a:before{display:block;background:url(../img/sprites.png) no-repeat;margin:0 auto 5px}a.icon-big-email{color:#5e5e5e}.subscribe-sm ul li a.icon-big-email:before{width:30px;height:26px;background-position:-32px -33px}a.icon-big-rss{color:#f60}.subscribe-sm ul li a.icon-big-rss:before{width:25px;height:26px;background-position:-91px -33px}a.icon-big-twitter{color:#00bff3}.subscribe-sm ul li a.icon-big-twitter:before{width:29px;height:25px;background-position:-117px -33px}a.icon-big-ical{color:#ed1c24}.subscribe-sm ul li a.icon-big-ical:before{width:26px;height:29px;background-position:-64px -33px}.mp-news-list header{font-weight:100;font-size:27px;line-height:28px;color:#a2a2a2;margin-bottom:15px}.mp-news-list header a{color:#a2a2a2;text-decoration:none}.mp-news-list header a:hover{color:#f60}.mp-news-list ul{margin:0}.mp-news-list ul li{margin-bottom:20px;overflow:hidden;font-size:12px;line-height:15px}.mp-news-list ul li a{display:block;text-decoration:none;color:#767675}.mp-news-list ul li a:hover{color:#f60}.mp-news-list li a span{display:block}.mp-news-list .nl-pict img{margin-top:11px}.mp-news-list .nl-pict{width:80px;height:80px;overflow:hidden;margin-right:20px;float:left;border-radius:4px;text-align:center;background:#fff;box-shadow:inset 0 1px 0 #e8e8e7}.mp-news-list .nl-body{overflow:hidden}.mp-news-list .nl-text{margin-bottom:5px}.mp-news-list .nl-date{font-size:11px;line-height:13px;color:#f60}.mp-news-list footer a.more{color:#bbb}.mp-news-list footer a.more:after{background-position:-39px -24px}.mp-news-list footer a.more:hover{color:#f60}.mp-news-list footer a.more:hover:after{background-position:-39px -16px}.s-news-list{margin:20px 0}.s-news-list header{font-weight:100;font-size:23px;line-height:25px;color:#a2a2a2;margin-bottom:15px}.s-news-list header a{text-decoration:none;color:#a2a2a2}.s-news-list header a:hover{color:#f60}.s-news-list ul{margin:0}.s-news-list ul li{margin-bottom:15px;overflow:hidden;font-size:12px;line-height:15px}.s-news-list ul li a{display:block;text-decoration:none;color:#767675}.s-news-list ul li a:hover{color:#f60}.s-news-list li a span{display:block}.s-news-list .nl-pict{width:40px;height:40px;overflow:hidden;margin-right:20px}.s-news-list .nl-pict img{width:100%}.s-news-list .nl-body{overflow:hidden}.s-news-list .nl-text{margin-bottom:5px}.s-news-list .nl-date{font-size:11px;line-height:13px;color:#f60}.s-news-list footer a.more{color:#bbb}.s-news-list footer a.more:after{background-position:-39px -24px}.s-news-list footer a.more:hover{color:#f60}.s-news-list footer a.more:hover:after{background-position:-39px -16px}.mp-photo-gallery{margin-left:-220px}.mp-photo-gallery header{font-weight:100;font-size:27px;line-height:28px;color:#a2a2a2;margin-bottom:15px;padding-left:220px}.mp-photo-gallery header .pg-title{width:225px;margin:0 -220px;float:left}.mp-photo-gallery header .pg-title>a{color:#a2a2a2}.mp-photo-gallery header .pg-title>a:hover{color:#f60}.mp-photo-gallery header h2{display:inline-block;font-weight:400;font-size:28px;line-height:28px;margin:0;color:#f60}.mp-photo-gallery header h2 a:hover{color:#464646}.mp-photo-gallery .photo-gallery{position:relative;width:720px;max-width:100%;height:320px;margin:0}.mp-photo-gallery .photo-gallery ul,.mp-photo-gallery li{height:100%;width:100%}.mp-photo-gallery a{display:inline-block;width:100%;text-decoration:none}.mp-photo-gallery li{float:left}.mp-photo-gallery .pg-item{display:inline-block;position:relative;max-width:100%;overflow:hidden;border-radius:4px}.mp-photo-gallery .pg-item .pgi-pict{max-width:100%;text-align:center}.mp-photo-gallery .pg-item .pgi-pict img{margin:0 -50%}.mp-photo-gallery .pg-item .pgi-descr{position:absolute;width:100%;left:0;bottom:0;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;background:rgba(0,0,0,.6);padding:12px 25px 15px 220px;font-size:14px;line-height:16px;display:none}.lt-ie9 .mp-photo-gallery .pg-item .pgi-descr{background:url(../img/semitransparent-ie8.png)}.mp-photo-gallery li:first-child .pg-item .pgi-descr{display:block}.mp-photo-gallery .pg-item .pgi-descr .pgi-date{width:145px;float:left;margin:0 -145px 0 -180px;font-weight:100;font-size:13px;line-height:16px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date b{display:block;font-weight:500;font-size:15px}.mp-partners .mpp-wrap header,.mp-reviews-wrap .mp-reviews header,.mps-sect header,.popup-window .pw-title{font-weight:100;font-family:dindisplay_pro,sans-serif}.mp-partners .mpp-wrap header,.mps-sect header{font-size:27px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date b:before{display:block;width:12px;height:14px;background:url(../img/sprites.png) -85px 0 no-repeat;float:left;margin:2px -12px -14px -16px}.mp-photo-gallery .re-controls{display:none}.mp-photo-gallery .re-controls.enabled{display:block}.mp-photo-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-55px}.mp-photo-gallery .re-controls a:before{display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.mp-photo-gallery .re-controls a.prev{left:0}.mp-photo-gallery .re-controls a.prev:before{background-position:0 -63px}.mp-photo-gallery .re-controls a.next{right:0}.mp-photo-gallery .re-controls a.next:before{background-position:-32px -63px}.mp-photo-gallery .re-controls a.next.disabled,.mp-photo-gallery .re-controls a.prev.disabled{display:none}.mp-partners .layout-wrap{padding-left:200px;margin-left:-200px}.mp-partners .mpp-wrap{margin-left:-200px;padding:10px 0 12px 420px;line-height:71px;background:#fff;border-radius:0 4px 4px 0;box-shadow:0 -1px 0 #f0f0f0}.mp-partners .mpp-wrap header{display:block;float:left;width:220px;margin:0 -220px;color:#a2a2a2}.mp-partners .mpp-wrap ul{margin:0 0 0 -20px;padding:0;list-style:none}.mp-partners .mpp-wrap li{display:inline-block;vertical-align:middle;margin-left:20px}.mps-sect header{line-height:28px;color:#f60;margin-bottom:10px}.mps-sect nav ul{margin:0 -20px 0 -10px;text-transform:none}.mps-sect nav ul li{margin-bottom:2px}.mps-sect nav a{display:inline-block;font-size:14px;line-height:17px;text-decoration:underline;color:#464646;padding:2px 15px 2px 9px;border-color:transparent}.mps-sect nav a:hover{text-decoration:none;color:#f60;border-color:transparent}.mps-sect nav a:after{display:inline-block;vertical-align:middle;width:5px;height:8px;background:url(../img/sprites.png) -86px -16px no-repeat;margin:-1px -12px 0 7px;visibility:hidden}.mps-sect nav a:hover:after{visibility:visible}.hidden,.invisible{visibility:hidden}.mp-reviews-wrap .mp-reviews{width:65.9%;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.mp-reviews-wrap .mp-reviews header{font-size:27px;line-height:28px;color:#a2a2a2;display:table;width:100%;margin-bottom:10px}.mp-reviews-wrap .mp-reviews ul,.popup-window{line-height:17px;font-family:dindisplay_pro,sans-serif}.mp-reviews-wrap .mp-reviews header>*{display:table-cell;width:50%}.mp-reviews-wrap .mp-reviews header .mpr-title a{color:#a2a2a2;text-decoration:none}.mp-reviews-wrap .mp-reviews header .mpr-title a:hover{color:#f60}.mp-reviews-wrap .mp-reviews header .more-link{font-size:13px}.mp-reviews-wrap .mp-reviews ul{margin:0;padding:0;list-style:none;display:table;width:100%;font-size:14px}.mp-reviews-wrap .mp-reviews ul>li{display:table-cell;width:50%;padding-right:35px}.mp-reviews-wrap .mp-reviews li a{display:block;width:220px;color:#464646;text-decoration:none}.mp-reviews-wrap .mp-reviews li a:hover{color:#f60}.mp-reviews-wrap .mp-reviews li .mpr-pict{display:block;overflow:hidden;margin-bottom:7px;border-radius:4px}.mp-reviews-wrap .sbnr{width:33.33%;float:right;padding-top:43px}.mp-reviews-wrap .sbnr .sbnr-wrap{display:inline-block;border:1px solid #e3e3e3}.popups-wrap{position:absolute;left:-20000em;top:-20000em;width:100%;height:1px;overflow:hidden}.fancybox-skin{background:#f8f8f6}.fancybox-close{top:5px;right:5px;width:36px;height:36px;cursor:pointer;z-index:8040;background:0 0}.fancybox-close:before{display:block;width:10px;height:10px;background:url(../img/sprites.png) -133px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.fancybox-close:hover:before{background-position:-144px 0}.popup-window{width:640px;font-size:15px;padding:35px 50px 30px;-moz-box-sizing:border-box;box-sizing:border-box}.popup-window.pw-period{width:530px}.popup-window header{padding-bottom:20px}.popup-window.pw-period header{padding-bottom:30px}.popup-window .pw-title{font-size:35px;line-height:35px;color:#f60}.popup-window footer{border-top:1px dotted #ccc;margin-top:25px;padding-top:25px}.popup-window footer .soc-med-login{display:table}.popup-window footer .soc-med-login>div{display:table-cell;vertical-align:top;line-height:30px}.popup-window footer .soc-med-login .sm-label{font-style:italic;padding-right:15px}.popup-window footer .soc-med-login .sm-body ul{margin:0;padding:0;list-style:none}.popup-window footer .soc-med-login .sm-body ul li{display:inline-block;margin-left:5px}.pw-form .pwf-line{margin-bottom:15px;display:table}#expo_b_popup_2 .pw-form .pwf-line{margin:0 auto 15px}.pw-form .pwf-line.subj-checks{margin-bottom:25px}.pw-form .pwf-line.period{margin-top:25px}.pw-form .pwf-buttons-line{margin-top:30px;display:block}.pw-form .pwf-buttons-line>div,.pw-form .pwf-line>div{display:inline-block;vertical-align:middle;width:auto}.pwf-line>label+div.pwf-field{display:block}.pw-form .pwf-field{padding-right:20px;vertical-align:top;width:310px}.pw-reg .pw-form .pwf-field{width:265px}.pw-form .pwf-field+.pwf-field{padding-right:0}.epf-field{position:relative}.custom-select .custom-select-wrap,.editor-wrap,input[type=email],input[type=password],input[type=text],textarea{border:1px solid #bdbdbd;outline:0;background:#fff;width:100%;height:40px;padding:0 6px;font-family:dindisplay_pro,sans-serif;font-size:15px;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}html[data-useragent*='Trident/7.0'] input[type=password],html[data-useragent*='Trident/7.0'] input[type=text],html[data-useragent*='Trident/7.0'] textarea{padding:0 5px 0 20px}input[type=password]:focus,input[type=text]:focus,textarea:focus{border:2px solid #f60;padding:0 5px}textarea{height:146px;padding:5px;line-height:20px;resize:none}.editor-wrap{height:auto;padding:0;line-height:normal;overflow:hidden}.editor-wrap textarea{border:none;padding:5px;box-shadow:none}textarea:focus{padding:4px}.p-form textarea{height:176px;resize:vertical}.p-form .mf-photos-list textarea{height:146px;resize:none}.pw-form input[type=email],.pw-form input[type=password],.pw-form input[type=text]{height:40px}.pw-period .pw-form .pwf-field+.pwf-field{padding-left:10px}.mf-field .period .pwf-field{display:inline-block;padding-left:30px;font-size:17px;line-height:40px}.period .pwf-field label{font-size:20px;margin:0 5px 0 -15px}.mf-field .period .pwf-field label{font-size:17px}.period input[type=text].date{width:175px;padding-right:35px;background:url(../img/select.png) 100% 50% no-repeat #fff}.period input[type=text].date+button{position:absolute;width:36px;padding:0;overflow:hidden;margin-left:-37px;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0}.period input[type=text].date+button:hover{top:auto}.lt-ie9 .period input[type=text].date+button{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}::-webkit-input-placeholder{color:#a2a2a2}:-moz-placeholder{color:#a2a2a2}::-moz-placeholder{color:#676767}:-ms-input-placeholder{color:#a2a2a2}.placeholder{color:#a2a2a2}label.check{display:inline-block;font-size:13px;line-height:15px;padding-left:27px;word-spacing:normal;cursor:pointer;-moz-box-sizing:border-box;box-sizing:border-box}label.check input{opacity:0;outline:0}.lt-ie9 label.check input{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.lt-ie9 .custom-select select,.lt-ie9 .input-file .if-field-wrap input[type=file]{filter:alpha(opacity=0)}.check .custom-checkbox,.check .custom-radio{position:relative;display:block;width:20px;height:20px;margin:-3px -100% 0 -27px;float:left;background:#fff;border:1px solid #bdbdbd;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}.check .custom-checkbox:before,.check .custom-radio:before{content:' ';display:none;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.check .custom-radio{width:22px;height:22px;border-radius:20px}.check .custom-checkbox:before{width:11px;height:9px;background:url(../img/sprites.png) -93px -16px no-repeat}.check .custom-radio:before{width:10px;height:10px;background:#f60;border-radius:10px}.custom-select,.custom-select select{position:relative}.check .custom-checkbox.checked:before,.check .custom-radio.checked:before{display:block}.custom-select{display:block;text-align:left;line-height:18px;height:40px;-moz-box-sizing:border-box;box-sizing:border-box}.pw-form .custom-select{width:100%;height:40px}.e-form .custom-select{width:200px;height:26px}.custom-select select{width:100%;padding-right:30px;height:40px;opacity:0;z-index:0;cursor:pointer;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box,.custom-select .cs-menu-wrap{background:#fff}.custom-select select[disabled]{cursor:default}.pw-form .custom-select select{height:40px}.custom-select option{padding:2px 10px}.custom-select .custom-select-wrap{display:block;position:absolute;overflow:hidden;left:0;right:0;top:0;z-index:1;padding-top:1px;padding-right:30px;cursor:pointer}.custom-select select[disabled]+.custom-select-wrap{cursor:default}.pw-form .custom-select .custom-select-wrap{line-height:47px;height:40px}.e-form .custom-select .custom-select-wrap{line-height:26px;height:26px;padding-left:7px}.custom-select .custom-select-wrap:after{content:" ";display:block;width:8px;height:5px;overflow:hidden;background:url(../img/sprites.png) -86px -27px no-repeat;position:absolute;right:12px;top:50%;margin-top:-3px}.e-form .custom-select .custom-select-wrap:after{margin-top:-2px}.custom-select .custom-select-text{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:39px}.pw-form .custom-select .custom-select-text{line-height:39px}.e-form .custom-select .custom-select-text{line-height:25px}.custom-select select:focus+.custom-select-wrap{border:2px solid #f60;padding:0 29px 0 19px}.custom-select select:focus+.custom-select-wrap:after{right:11px}.custom-select .cs-menu-wrap{position:absolute;min-width:100%;left:0;top:100%;margin-top:-1px;white-space:nowrap;z-index:50;padding:5px;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.custom-select .scroll-content{padding:5px 18px}.custom-select .scroll-content ul{margin:0;padding:0;list-style:none;font-size:15px;line-height:19px}.custom-select .scroll-content ul li{margin-top:2px;cursor:pointer}.custom-select .scroll-content ul li:first-child{margin-top:0}.custom-select .scroll-content ul li:hover{color:#f60}.input-file{display:block;position:relative}.e-form .input-file{color:#fff;cursor:pointer}.mf-line .input-file{vertical-align:middle}.e-form .input-file .button{float:left;margin-right:10px}.mf-line .input-file .button{float:left;margin-right:20px}.input-file .file-text{display:block;overflow:hidden;height:26px;line-height:26px;text-overflow:ellipsis;font-size:15px;white-space:nowrap}.mf-line .input-file .file-text{font-size:17px;line-height:35px}.mf-line .input-file .file-text.placehlder{color:#aeaeae}.input-file .if-field-wrap{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.input-file .if-field-wrap input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;letter-spacing:10em;-ms-transform:scale(20);-webkit-transform:scale(20);-o-transform:scale(20);transform:scale(20);font-size:200em;opacity:0;cursor:pointer}form{font-family:dindisplay_pro,sans-serif}form.s-message{padding-left:20px}.s-message .mf-line{padding-left:120px;margin:20px 0 10px}.s-message .mf-line label{margin:5px -120px;float:left;font-size:20px;color:#f60}.s-message .mf-buttons-line{padding-left:120px;margin-top:10px}.s-message .mf-buttons-line a{margin-left:25px;font-size:15px}.pwf-msg .msg-help{color:#f60;padding-left:20px;display:none;max-width:234px}.pw-login a.forgot{font-size:14px;color:#464646}.pw-login .pw-form .pwf-field{width:310px}.pw-login a.forgot:hover{color:#f60}.pw-login button{margin-right:20px}.pw-login a.reg{font-weight:500;font-size:16px}.mf-line.afs-type>.mf-field label.check,.pwf-line.subj-checks>.pwf-field label.check{padding-right:0;width:20%}.pwf-line.subj-checks>.pwf-field label.check{font-size:17px}.c-select-box{position:relative;border:1px solid #bdbdbd;outline:0;width:100%;padding:3px;font-family:dindisplay_pro,sans-serif;font-size:15px;line-height:19px;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box.select{padding-bottom:0;min-height:40px}.e-form .c-select-box.select{min-height:26px;padding:0 1px}.c-select-box .csb-title{padding:0 35px 0 0;height:40px;font-size:16px;line-height:40px;border-bottom:1px dotted #cdcdcd;color:#a2a2a2;background:#fff;margin-bottom:3px}.c-select-box .csb-title input{border:none;padding:0 0 0 18px;height:35px;box-shadow:none}.c-select-box .csb-selected-items{display:none;border-bottom:1px dotted #cdcdcd;padding:2px 0;margin-bottom:3px;min-height:30px;line-height:24px}.e-form .c-select-box .csb-selected-items{min-height:18px;line-height:18px;padding:1px 0;margin-bottom:2px}.c-select-box .csb-selected-items.show{display:block}.c-select-box.select .csb-selected-items{display:block;border:none;padding-right:30px;margin-bottom:0;cursor:pointer}.c-select-box.select.disabled .csb-selected-items{cursor:default}.c-select-box.select .csb-selected-items:after{content:" ";display:block;width:8px;height:5px;overflow:hidden;background:url(../img/sprites.png) -86px -27px no-repeat;position:absolute;right:12px;top:20px;margin-top:-3px}.e-form .c-select-box.select .csb-selected-items:after{top:15px}.c-select-box .csb-selected-items .csb-placeholder{display:none;min-height:28px;line-height:28px;padding-left:18px;color:#aeaeae}.c-select-box .csb-selected-items .csb-placeholder.show{display:block}.c-select-box .csb-selected{position:relative;display:none;vertical-align:top;min-height:26px;line-height:25px;color:#f60;white-space:nowrap;margin:0 3px 3px 0;border:1px solid #f60;padding-right:25px;border-radius:3px}.e-form .c-select-box .csb-selected{min-height:16px;margin:0 2px 1px 0}.c-select-box .csb-selected.show{display:inline-block}.c-select-box .csb-selected>*{display:inline-block;vertical-align:middle}.c-select-box .csb-selected .csbs-text{padding-left:15px;line-height:18px;font-size:16px;white-space:normal}.c-select-box .csb-selected a.csbs-del:hover{text-shadow:0 1px 1px rgba(0,0,0,.3)}.c-select-box .csb-selected a.csbs-del{display:block;position:absolute;right:0;top:0;width:25px;overflow:hidden;height:18px;line-height:25px;text-align:right;padding-right:10px;text-decoration:none;font-family:Verdana,sans-serif}.cl-item header,.cli-info .cli-bot,.cli-photo-gallery .pg-title,.page-title h1,.page-title h2,.pagination .pg-body,.popup-gallery .pg-info,.so-text h2,.ui-datepicker{font-family:dindisplay_pro,sans-serif}.e-form .c-select-box .csb-selected a.csbs-del{padding-top:20px}.popup-window .c-select-box.select .csb-menu{max-height:145px}.c-select-box.select .csb-menu-wrap{position:absolute;left:-1px;right:-1px;top:100%;margin-top:-3px;background:#fff;z-index:50;padding:5px;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.e-form .c-select-box.select .csb-menu-wrap{margin-top:0}.c-select-box.places .csb-menu{height:245px}.c-select-box .csb-menu .scroll-content{padding:5px 10px}.c-select-box .csb-menu ul{margin:0;padding:0;list-style:none}.c-select-box .csb-menu ul li{margin-bottom:4px}.c-select-box .csb-menu a,.c-select-box .csb-menu label{cursor:pointer;color:#464646;position:relative;margin-left:12px}.c-select-box .csb-menu label.active{color:#a2a2a2}.c-select-box .csb-menu .places-list>ul>li.active>a,.c-select-box .csb-menu .places-list>ul>li.active>label,.c-select-box .csb-menu a:hover,.c-select-box .csb-menu label:hover{color:#f60}.c-select-box .csb-menu label input[type=checkbox]{opacity:0;outline:0;position:absolute;z-index:-1}.lt-ie9 .c-select-box .csb-menu label input[type=checkbox]{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.c-select-box .csb-menu .places-list{width:260px;float:left}.c-select-box .csb-menu .places-list>ul>li>a{display:inline-block;border-bottom:1px dashed;text-decoration:none;font-size:17px;line-height:15px}.c-select-box .csb-menu .places-list>ul ul{margin:5px 0 0 16px;font-size:16px}.places-list .final-tire{margin-left:16px}.places-list .final-tire .custom-radio-check{padding-left:12px}.c-select-box .csb-menu .places-list>ul>li{margin-bottom:15px}.c-select-box .csb-menu .places-list .active>.sublist{display:block}.c-select-box .csb-menu .places-list .sublist{display:none}.c-select-box .csb-menu .places-list .sublist.parent{display:block}.c-select-box .csb-menu .q-sel{width:190px;float:right}.tabs li,.ui-datepicker-prev{float:left}.c-select-box .csb-menu .q-sel .q-sel-title{font-size:14px;color:#a2a2a2;margin-bottom:3px}.c-select-box .csb-menu .q-sel .q-sel-title+ul{margin-bottom:10px}.c-select-box .csb-menu .q-sel a.clear{display:inline-block;font-size:14px;line-height:12px;text-decoration:none;border-bottom:1px dashed;color:#a2a2a2;margin-left:0}.c-select-box .csb-menu .q-sel a.clear:hover,.ui-datepicker th.ui-datepicker-week-end{color:#f60}.mCSB_scrollTools .mCSB_draggerRail{width:10px;background:#dbdbdb;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_scrollTools .mCSB_dragger{-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px;border:solid #dbdbdb;border-width:2px 1px;-moz-box-sizing:border-box;box-sizing:border-box}.tabs li,.tabs li a{display:block}.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{left:20px;right:20px;bottom:5px;width:auto;height:20px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:12px;background:#dbdbdb}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{height:10px;margin:8px auto;border-width:2px 3px}.pw-subscribe header{margin:-5px 0 20px;padding:0;border-bottom:1px dotted #ccc}.pw-subscribe header .pw-title{float:left;padding:5px 20px 0 0}.tabs{position:relative;margin:0 0 -1px;padding:0;list-style:none;z-index:2}.pw-subscribe header .tabs{margin:0 0 -1px;overflow:hidden}.tabs li{height:51px;-moz-box-sizing:border-box;box-sizing:border-box;opacity:.2;border:dotted transparent;border-width:1px 1px 0;margin-left:5px}.tabs li:hover{opacity:1}.tabs li.active{border:dotted #ccc;border-width:1px 1px 0;background:#fcfcfb;opacity:1}.popup-window .tabs li.active{background:#f8f8f6}.tabs li a{position:relative;height:50px;padding:12px;overflow:hidden;text-decoration:none;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px}.popup-window .tabs li a{width:54px}.tabs li a:before{content:'';display:inline-block;vertical-align:middle;background:url(../img/sprites.png) no-repeat;margin:0 7px 3px 0}.popup-window .tabs li a:before{display:block;margin:0 auto 50px}.tabs li a.icon-big-email:before{width:30px;height:26px;background-position:-32px -33px}.tabs li a.icon-big-rss:before{width:25px;height:26px;background-position:-91px -33px}.tabs li a.icon-big-twitter:before{width:29px;height:25px;background-position:-117px -33px}.tabs li a.icon-big-ical:before{width:26px;height:29px;background-position:-64px -33px}.tabs-content{margin:0;padding:0;list-style:none}.tabs+.tabs-content{position:relative;border-top:1px dotted #ccc;z-index:1;padding-top:20px}.tabs-content>li{display:none}.tabs-content>li.active{display:block}.pw-subscribe .pw-form .pwf-field{width:370px}.pw-subscribe .mail{margin-bottom:25px}.ui-datepicker{display:none;width:200px;height:auto;padding:10px;font-size:13px;border:1px solid #bdbdbd;background:#fff;border-radius:4px;line-height:13px;box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%}.ui-datepicker-header{font-weight:500;text-transform:uppercase;border-bottom:1px dotted #bdbdbd;padding-bottom:6px;margin-bottom:6px;font-size:21px;line-height:33px}.ui-datepicker-title{text-align:center;font-weight:100;color:#f60}.ui-datepicker-next,.ui-datepicker-prev{position:relative;display:inline-block;width:31px;height:0;padding-top:31px;cursor:pointer;border:1px solid #bdbdbd;border-radius:3px;overflow:hidden}.ui-datepicker-next:hover,.ui-datepicker-prev:hover{border-color:#f60;background:#f60}.ui-datepicker-next.ui-state-disabled,.ui-datepicker-prev.ui-state-disabled{border-color:#bdbdbd;background:0 0;opacity:.5}.ui-datepicker-next:before,.ui-datepicker-prev:before{content:' ';display:block;width:10px;height:12px;background:url(../img/sprites.png) -155px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -5px}.ui-datepicker-prev.ui-state-disabled:hover:before,.ui-datepicker-prev:before{background-position:-155px 0;margin-left:-6px}.ui-datepicker-prev:hover:before{background-position:-113px 0}.ui-datepicker-next{float:right}.ui-datepicker-next.ui-state-disabled:hover:before,.ui-datepicker-next:before{background-position:-165px 0;margin-left:-4px}.ui-datepicker-next:hover:before{background-position:-123px 0}.ui-datepicker th{text-transform:uppercase;font-weight:500;padding:0 0 4px}.ui-datepicker tbody td{padding:2px 0;text-align:center}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;border:1px solid #e2e2e2;border-radius:3px;color:#e2e2e2}.ui-datepicker td a{color:#2b2b2b;border-color:#bdbdbd}.ui-datepicker td.ui-datepicker-week-end a{color:#f60;border-color:#f60}.ui-datepicker td a:hover{background:#f0f0f0}.ui-datepicker td.ui-datepicker-today a{background:#565656;border-color:#565656;color:#fff}.ui-datepicker td a.ui-state-active{background:#f60;border-color:#f60;color:#fff}.pw-reply .pw-form .pwf-line{width:100%}.pw-reply .pw-form .pwf-line .pwf-field{display:block;padding-right:0;width:auto}.pwf-line>label{display:block;margin:-5px 0 5px}.pw-reply .pw-form .pwf-line label{font-size:20px;display:block;margin-bottom:10px}.bread-crumbs a:after,.layout-wrap>aside .sbnr .sbnr-wrap,.pagination .pg-body li{display:inline-block}.pw-reply .pw-form .pwf-buttons-line{margin-top:0}.layout-wrap>aside .sbnr{margin:25px 0}.layout-wrap>aside .vk-widget{width:180px;margin:30px 0}.main-part .abn{margin:20px 0;text-align:center}.main-page .abn{margin-bottom:0}.so-text{margin:20px 0;font-size:12px;line-height:15px}.so-text h2{font-weight:100;font-size:30px;line-height:30px;margin:15px 0;color:#f60}.bread-crumbs{margin:17px 0;font-size:11px;line-height:13px}.bread-crumbs a{color:#a2a2a2;margin-right:3px}.bread-crumbs a:hover{color:#f60}.bread-crumbs a:after{content:'→';color:#a2a2a2;margin-left:7px;text-decoration:none}.bread-crumbs b,.bread-crumbs strong{font-weight:400}.page-title{margin:17px 0}.page-title h1,.page-title h2{font-weight:100;font-size:40px;line-height:40px;margin:0;color:#f60}.page-title h1 strong,.page-title h2 strong{font-weight:400;color:#464646}.page-title.clearfix h1,.page-title.clearfix h2{float:left}.p-filter{font-size:12px;color:#a2a2a2;margin:17px 0}.page-title+.p-filter{margin-top:-10px}.p-filter .pf-body{width:100%;float:left;padding:0 280px 0 55px;-moz-box-sizing:border-box;box-sizing:border-box}.p-filter .pf-body .pf-label{width:55px;float:left;margin:0 -55px}.p-filter .pf-body a{color:#464646;white-space:nowrap}.p-filter .pf-body a:hover{color:#f60}.p-filter .ch-dates-range{width:260px;float:right;margin-left:-260px}.p-filter .ch-dates-range a{text-decoration:none;border-bottom:1px dashed;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s}.p-filter .ch-dates-range a:hover{border-bottom:none}.page-body{margin:15px 0 0 -20px}.pagination{margin:25px 0 40px}.pagination .pg-info{float:right;padding-right:20px;font-size:12px;line-height:29px}.pagination .pg-info i{font-style:normal;color:#a2a2a2}.pagination .pg-body{overflow:hidden}.pagination .pg-body ul{margin:0;padding:0;list-style:none;display:inline-block;vertical-align:middle}.pagination .pg-body li a,.pagination .pg-body li b,.pagination .pg-body>a{height:29px;line-height:29px;margin-right:1px;text-decoration:none}.pagination .pg-body li a,.pagination .pg-body li b{display:block;min-width:29px;padding:0 5px;font-weight:700;font-size:16px;text-align:center;border:1px solid #fcaf7b;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:1px}.pagination .pg-body li b{border-color:#f60;background:#f60;color:#fff}.pagination .pg-body>a{display:inline-block;vertical-align:middle;padding:0 7px;font-weight:500;font-size:17px;border:1px solid #fcaf7b;-moz-box-sizing:border-box;box-sizing:border-box}.pagination .pg-body a.pg-prev{border-radius:4px 0 0 4px}.pagination .pg-body a.pg-next{border-radius:0 4px 4px 0}.pagination .pg-body a.pg-next:after,.pagination .pg-body a.pg-prev:before{content:' ';display:inline-block;vertical-align:middle;width:5px;height:8px;background:url(../img/sprites.png) -143px -16px no-repeat;margin-top:-1px}.pagination .pg-body a.pg-prev:before{background-position:-143px -16px;margin-right:7px}.pagination .pg-body a.pg-next:after{background-position:-148px -16px;margin-left:7px}.pagination .pg-body a:hover{background:#fcaf7b;color:#fff}.pagination .pg-body a.pg-prev:hover:before{background-position:-143px -24px}.pagination .pg-body a.pg-next:hover:after{background-position:-148px -24px;margin-left:7px}.pagination .pg-body>a.disabled{border-color:#cdcdcc;background:0 0;color:#babab9;cursor:default;width:29px;overflow:hidden;padding:27px 0 0;position:relative}.pagination .pg-body a.pg-next.disabled:after,.pagination .pg-body a.pg-prev.disabled:before{position:absolute;left:50%;top:50%;margin:-4px 0 0 -3px}.pagination .pg-body a.pg-prev.disabled:before,.pagination .pg-body a.pg-prev.disabled:hover:before{background-position:-153px -16px}.pagination .pg-body a.pg-next.disabled:after,.pagination .pg-body a.pg-next.disabled:hover:after{background-position:-158px -16px}.cat-list{margin:0;padding:0;list-style:none}.cat-list>li.ad{overflow:hidden;margin-bottom:20px}.cat-list>.cl-item,.m-article{position:relative;padding:17px 20px 15px;margin-bottom:20px;background:#fcfcfb;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.cancel,.cancel:after,.hit{position:absolute;left:0;top:0;display:block}.m-article .cat-list>.cl-item{margin-bottom:15px}.cat-list>li.cl-item:hover{background:#fff;box-shadow:0 3px 5px -3px #888}.hit{width:81px;height:81px;background:url(../img/sprites.png) -63px -63px no-repeat;z-index:2}.cancel{width:100%;bottom:0;background:rgba(255,255,255,.75);z-index:20}.lt-ie9 .cancel{background:#fff;-ms-filter:alpha(opacity=75);filter:alpha(opacity=75)}.cancel:after{content:' ';width:81px;height:81px;background:url(../img/sprites.png) -144px -63px no-repeat;z-index:21}.cl-item .cl-item-wrap{padding-left:120px;margin-bottom:10px}.cl-photos .cl-item .cl-item-wrap,.e-cat .cl-item .cl-item-wrap{padding-left:90px;margin-bottom:0}.m-article .cl-item .cl-item-wrap{padding-left:100px;margin-bottom:0}.cl-item .cl-item-wrap>a{color:#464646;text-decoration:none}.cli-pict,.i-pict{width:100px;line-height:96px;text-align:center;background:#fff;margin:3px -100% 0 -120px;float:left;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.i-pict{margin:0 0 10px;position:relative}.i-pict .user-avatar{display:block;width:100%;height:100%}.cl-photos .cli-pict,.e-cat .cli-pict{width:70px;height:70px;line-height:60px;padding:4px;margin-left:-90px}.m-article .cl-item .cli-pict{width:80px;height:80px;line-height:70px;padding:5px;margin-left:-100px}.cat-list li.cl-item:hover .cli-pict{box-shadow:none}.cli-pict img,.i-pict img{max-width:100%;max-height:100%;border-radius:4px}.cli-info{width:100%;float:left;margin-bottom:15px}.e-cat .cli-info{margin-bottom:0}.cat-list.cl-places .cli-info{margin-bottom:7px}.cli-info .cli-top{margin-bottom:10px}.cat-list.cl-places .cli-info .cli-top{margin-bottom:7px}.cl-item .cli-approved{float:right;margin-left:10px;opacity:.25;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;margin-right:10px}.cli-approved img{width:26px;height:auto}.cat-list li.cl-item:hover .cli-approved,.cat-list>li.cl-item.canceled .cli-approved{opacity:1}.cl-item .cli-status{float:right;font-size:11px;line-height:13px;color:#a2a2a2}.cl-item .cli-status .status{height:13px;overflow:hidden}.cl-item .cli-status .status.active{width:13px}.cl-item .cli-status .status:before{content:' ';display:inline-block;width:13px;height:13px;background:url(../img/sprites.png) -211px -32px no-repeat;margin:0 3px -2px 0}.cli-photo-list .cli-phg-bot .cli-pb-button{background-position:-345px -32px}.cl-item .cli-status .status.moderated:before{background-position:-211px -160px}.cl-item .cli-status .status.draft:before{content:none}.cl-item .cli-status b{display:inline-block;font-size:16px;font-weight:400;padding-top:5px}.cl-item .cli-status b:before{content:' ';display:inline-block;vertical-align:middle;width:16px;height:15px;background:url(../img/sprites.png) -171px -16px no-repeat;margin:-2px 5px 0 0}.cl-item .cli-status b.participant{color:#f60}.cl-item .cli-status b.visitor{color:#464646}.cl-item .cli-status b.visitor:before{width:14px;background-position:-188px -16px;margin-top:-2px}.cl-item header{margin-bottom:2px}.cl-item header .cli-title{display:inline-block;vertical-align:top;font-size:30px;line-height:30px;margin:0 6px 0 0;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;max-width:490px}.cl-item header .cli-title a{color:#464646;text-decoration:none}.cat-list li.cl-item:hover header .cli-title,.cl-item header .cli-title a:hover{color:#f60}.cat-list>li.cl-item.canceled header .cli-title{text-decoration:line-through;color:#464646}.cli-info .cli-bot .cli-area a,.cli-info .cli-bot .cli-position a,.cli-place a,.cli-services-sm a,.i-info .i-address a.toggle-map,.i-info .i-area a,.i-info .i-position a,dl.add-info dd a,dl.add-info dd a:hover{text-decoration:none}.cl-item header .cli-rate{display:inline-block;vertical-align:top;color:#f60;font-size:16px;margin-top:2px}.cl-item header .cli-rate:before{content:' ';display:inline-block;vertical-align:baseline;width:14px;height:13px;margin:0 4px -1px 0;background:url(../img/sprites.png) -181px -32px no-repeat;opacity:.5}.cli-info .cli-bot .cli-dim:before,.cli-place:before{height:16px;content:' '}.cli-descr{font-size:12px;line-height:15px;color:#a2a2a2}.cli-info .cli-bot{font-size:15px;line-height:19px}.cli-info .cli-bot .cli-area,.cli-info .cli-bot .cli-date{font-size:17px;line-height:18px;float:left}.cli-info .cli-bot .cli-area{font-weight:500;color:#f60}.cli-info .cli-bot .cli-area a:hover{color:#464646}.cli-info .cli-bot .cli-position{font-size:20px;line-height:21px;font-weight:500;color:#f60;float:left}.cli-info .cli-bot .cli-position a{color:#f60}.cli-info .cli-bot .cli-position a:hover,.cli-place a{color:#464646}.cli-info .cli-bot .cli-dim{font-size:16px;line-height:18px;font-weight:700;float:left}.cli-info .cli-bot .cli-dim:before{display:inline-block;width:16px;background:url(../img/sprites.png) -242px -16px no-repeat;vertical-align:middle;margin:-4px 4px 0 0}.cli-place{float:right;padding-left:15px}.cli-place:before{display:block;width:10px;background:url(../img/sprites.png) -217px -16px no-repeat;float:left;margin:1px -10px 0 -15px}.cli-place a:hover{color:#f60}.cli-buttons{position:relative;width:100%;float:left}.cli-m-buttons{float:left}.cli-m-buttons>*{margin-left:5px}.cli-m-buttons>:first-child{margin-left:0}.cli-services{display:inline-block;vertical-align:top}.cli-services:hover{padding-bottom:10px;margin-bottom:-10px;background:#f60;border-radius:4px 4px 0 0}.cli-services:hover .button.icon-sm{border-color:#f60;background:#f60;color:#fff;box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.cli-services:hover .button.icon-sm:before{background-position:-287px -41px}.cli-services-sm{margin-top:5px;padding:10px 0 1px 15px;position:absolute;background:#f60;color:#fff;font-size:12px;font-weight:700;width:100%;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none;z-index:100}.cli-services:hover .cli-services-sm{display:block}.cli-services-sm ul{margin:0;padding:0;list-style:none}.cli-services-sm ul li{display:inline-block;vertical-align:top;margin:0 10px 9px 0}.cli-services-sm a{display:block;color:#fff;text-transform:uppercase;padding:2px 10px;border:1px solid #ffb880;border-radius:4px}.cli-services-sm a:hover{border-color:#fff;background:#fff;color:#f60;text-shadow:none}.cli-s-buttons{float:right}.cat-list>li>footer{padding-left:120px;font-size:11px;line-height:16px}.cat-list>li>footer .cli-stats{width:120px;text-align:center;margin:0 -100% 0 -130px;float:left}.i-stats{font-size:11px;text-align:center;margin-left:-5px}.cat-list .cli-stats>*,.i-stats>*{display:inline-block;vertical-align:baseline;white-space:nowrap;margin-left:5px}.cat-list .cli-stats>:first-child{margin-left:0}.cat-list .cli-stats>:before,.i-stats>:before{content:' ';display:inline-block;width:11px;height:12px;background:url(../img/sprites.png) -12px 0 no-repeat;margin:0 3px -1px 0}.cat-list .cli-stats .schedule,.cat-list .cli-stats .visitors,.i-stats .schedule,.i-stats .visitors{color:#464646}.cat-list .cli-stats .visitors:before,.i-stats .visitors:before{width:11px;height:12px;background-position:-12px 0;margin:0 2px -1px 0}.cat-list .cli-stats .schedule:before,.i-stats .schedule:before{width:13px;height:14px;background-position:-228px -16px;margin-bottom:-1px}.cat-list .cli-stats .participants,.cat-list .cli-stats .views,.i-stats .participants,.i-stats .views{color:#f60}.cat-list .cli-stats .participants:before,.i-stats .participants:before{width:13px;height:12px;background-position:-197px 0;margin-bottom:-2px}.cat-list .cli-stats .views:before,.i-stats .views:before{width:13px;height:8px;background-position:-148px -52px;margin-bottom:0}.cat-list>li>footer .cli-tags{color:#a2a2a2}.cat-list>li>footer .cli-tags a{color:#a2a2a2;white-space:nowrap}.cat-list>li>footer .cli-tags a:hover{color:#f60}.cli-photo-list .clipl-wrap{margin:0 0 10px}.sli-slides{overflow:hidden;margin-right:-15px}.cli-photo-list ul{margin:0;padding:0;list-style:none;width:100%}.cli-photo-list ul>li{width:25%;padding-right:15px;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.cli-photo-list ul>li a{display:block;overflow:hidden;border-radius:4px}.cli-photo-list ul>li img{width:100%}.clipl-wrap .re-controls{display:none}.clipl-wrap .re-controls.enabled{display:block}.clipl-wrap .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.clipl-wrap .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.clipl-wrap .re-controls a.prev{left:0}.clipl-wrap .re-controls a.prev:before{background-position:0 -63px}.clipl-wrap .re-controls a.next{right:15px}.clipl-wrap .re-controls a.next:before{background-position:-32px -63px}.clipl-wrap .re-controls a.next.disabled,.clipl-wrap .re-controls a.prev.disabled{display:none}.cli-photo-list .cli-phg-bot{width:100%}.cli-photo-list .cli-phg-bot>div{-moz-box-sizing:border-box;box-sizing:border-box}.cli-photo-list .cli-phg-bot .cli-pb-button{width:50%;float:left;padding-right:15px}.cli-photo-list .cli-phg-bot .cli-pb-button .button{width:49%;min-width:175px;text-align:center;margin-right:11px}.cli-photo-list .cli-phg-bot .cli-pb-info{padding-left:15px;float:right;font-size:12px;line-height:29px;color:#a2a2a2}.cli-photo-text{font-size:12px;line-height:15px;margin-bottom:15px}.cli-photo-text>:first-child{margin-top:0}.cli-photo-gallery{margin-right:-15px}.i-photos .cli-photo-gallery{margin-right:-20px}.cli-photo-gallery>ul{margin:0;padding:0;list-style:none}.cli-photo-gallery>ul>li{display:inline-block;vertical-align:top;width:33.3%;padding:0 15px 0 0;margin:0 -4px 15px 0;-moz-box-sizing:border-box;box-sizing:border-box}.i-photos .cli-photo-gallery>ul>li{width:20%;padding-right:20px;margin-bottom:20px}.cli-photo-gallery>ul>li>a{position:relative;display:block;width:100%;overflow:hidden;text-align:center;border-radius:4px}.i-photos .cli-photo-gallery>ul>li>a{height:140px}.cli-photo-gallery>ul>li img{display:block;width:100%}.i-photos .cli-photo-gallery>ul>li img{display:inline-block;width:auto;height:100%;margin:0 -50%}.cli-photo-gallery .pg-title{display:none;position:absolute;background:rgba(0,0,0,.7);color:#fff;font-size:15px;width:100%;left:0;bottom:0;text-align:left;padding:20px;-moz-box-sizing:border-box;box-sizing:border-box}.lt-ie9 .cli-photo-gallery .pg-title{background:url(../img/semitransparent-ie8.png)}.popup-gallery-container{position:fixed;width:100%;height:100%;left:0;top:0;overflow:auto;background:rgba(0,0,0,.75);z-index:1000;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.lt-ie9 .popup-gallery-container{background:url(../img/semitransparent-ie8.png)}.pg-container-wrap{display:table;width:100%;height:100%}.popup-gallery-outer{position:fixed;width:100%;height:100px}.popup-gallery{position:absolute;display:block;width:1040px;height:533px;top:50%;left:50%;margin-top:-266px;margin-left:-520px;border-radius:4px;background-color:#fff}.popup-gallery .pg-wrap{position:relative;background:#fff;padding-left:730px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.popup-gallery .ajax-load-popup{position:absolute;left:0;top:0;width:100%;height:100%}.popup-gallery .ajax-load-popup img{display:block;width:54px;height:55px;position:absolute;top:50%;left:50%;margin-top:-27px;margin-left:-27px}.lt-ie9 .popup-gallery .pg-wrap{border:1px solid #ccc}.popup-gallery .pg-photos{width:730px;height:533px;line-height:530px;background:#eee;margin:0 -730px;float:left}.popup-gallery .pg-photos img{max-width:730px;max-height:533px;text-align:center;vertical-align:middle}.popup-gallery .pg-photos ul{margin:0;padding:0;list-style:none}.popup-gallery .pg-info{padding:15px 20px 145px;width:100%;height:100%;text-align:left;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.pgi-wrap{height:100%;overflow:auto}.pg-photo-title{font-size:20px;padding-right:20px;margin-bottom:10px}.pg-photo-descr,.pg-photo-text{font-size:12px;line-height:15px}.pg-photo-text{font-family:Arial,sans-serif;color:#8d8d8d;margin-bottom:10px}.i-info .i-position,.i-info header,.item-wrap>aside .i-rating{font-family:dindisplay_pro,sans-serif}.popup-gallery .pg-info hr{margin:10px 0}.pg-photo-descr h3{font-size:15px;margin:0 0 3px;font-weight:400}.pg-photo-descr p{margin:3px 0 0}.pg-comments .pgc-title{font-size:15px;margin:0 0 5px}.pg-comments ul{margin:0;padding:0;list-style:none;font-size:12px;line-height:15px;color:#8d8d8d}.pg-comments ul li{margin-top:10px}.pg-only-text .pg-photo-title{font-size:24px;line-height:1em;margin-top:24px;margin-bottom:36px;margin-left:.5em}.pgc-form .pgc-field,.pgc-form label{margin-bottom:5px}.pgc-user{color:#f60}.pgc-form{position:absolute;left:750px;right:20px;bottom:20px}.pgc-form label{display:block;font-size:15px}.pgc-form textarea{height:50px;padding:5px}.pgc-form .pgc-buttons .button,.pgc-form .pgc-buttons button{padding-left:8px;padding-right:8px}.pgc-form .pgc-buttons button{background:0 0;-webkit-filter:none;filter:none}.pgc-form .pgc-buttons button:hover{background:#f60}.pg-photos-controls a{position:absolute;width:60px;height:0;padding-top:533px;overflow:hidden;top:0;opacity:.5}.pg-photos-controls a:hover{opacity:1}.pg-photos-controls a:before{content:' ';display:block;width:21px;height:42px;background:url(../img/sprites.png) -257px -133px no-repeat;position:absolute;left:50%;top:50%;margin:-21px 0 0 -10px}.pg-photos-controls a.pgpc-prev{left:-60px}.pg-photos-controls a.pgpc-next{right:-60px}.pg-photos-controls a.pgpc-next:before{background-position:-279px -133px}.pg-close{display:block;position:absolute;right:0;top:0;width:32px;height:32px;cursor:pointer;z-index:100}.pg-close:before{content:'';display:block;width:10px;height:10px;background:url(../img/sprites.png) -133px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.pg-close:hover:before{background-position:-144px 0}.item-wrap{padding-left:120px}.item-wrap>aside{width:100px;float:left;margin:0 -100% 0 -120px}.item-wrap>aside .i-pict{float:none;margin-bottom:5px}.item-wrap>aside .i-rating{font-size:21px;line-height:22px;text-align:center;color:#f60;padding:4px 10px 3px;margin:15px 0;border:1px solid #fdcfaf;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.item-wrap>aside .i-rating:before{content:' ';display:inline-block;vertical-align:middle;width:20px;height:19px;margin:-3px 5px -2px -2px;background:url(../img/sprites.png) -160px -32px no-repeat;opacity:.5}.item-wrap.event>aside .i-rating{margin-top:22px}.i-info{width:100%;float:left}.i-info .i-address a.toggle-map:before,.i-info header .i-place:before{content:' ';width:10px;background:url(../img/sprites.png) -217px -16px no-repeat}.i-info header{margin-bottom:2px}.i-info header .i-place{float:right;font-size:15px;padding:13px 0 0 15px;max-width:235px;white-space:nowrap}.i-info header .i-place:before{display:block;height:16px;float:left;margin:1px -10px 0 -15px}.i-info header .i-place a{color:#464646;text-decoration:none}.i-info header .i-place a:hover{color:#f60}.i-info .i-title{display:inline-block;font-size:40px;line-height:37px;color:#f60;margin:0 6px 5px 0;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.i-address header,.i-info .i-address,.i-info .i-area{margin-bottom:15px}.i-info .i-position{font-size:20px}.i-info .i-position a{color:#464646}.i-info .i-position a:hover{color:#f60}.i-info .i-descr{font-size:12px;line-height:16px;color:#7e7e7e;height:27px;font-family:Arial,sans-serif}.i-additional .ia-title,.i-address header,.i-info .i-area,.i-info .i-contacts .ic-links,.i-statistics>header,.m-article .sect-title{font-family:dindisplay_pro,sans-serif}.place .i-info .i-descr{min-height:30px}.i-info .i-area{font-weight:500;font-size:22px;line-height:23px}.i-info .i-area a{color:#464646}.i-info .i-area a:hover{color:#f60}.i-address header{font-size:18px;line-height:21px}.i-address header>*{display:inline-block;vertical-align:middle}.i-address header .address{margin-right:10px}.i-info .i-address a.toggle-map{display:inline-block;vertical-align:middle;font-size:15px;line-height:12px;color:#a2a2a2;border-bottom:1px dashed;margin-left:15px}.i-info .i-address.map-opened header a.toggle-map{display:none}.i-info .i-address a.toggle-map:hover{color:#f60}.i-info .i-address a.toggle-map:before{display:block;height:16px;float:left;margin:0 -10px 0 -15px}.i-info .i-address .i-map{position:relative;margin:0 0 20px;display:none}.i-info .i-contacts,.i-info .i-tags{margin-bottom:15px}.place .i-info .i-address .i-map{margin-left:-120px}.i-info .i-address.map-opened .i-map{display:block}.i-info .i-address .i-map .close-map{position:absolute;right:0;bottom:100%;z-index:20;margin-bottom:15px}.i-info .i-address .i-map .map-canvas{width:100%;height:305px;background:#eee;overflow:hidden;border-radius:4px}.i-info .i-tags{font-size:11px;line-height:16px;color:#a2a2a2;margin-top:-5px}.i-info .i-tags a{color:#a2a2a2;white-space:nowrap}.i-info .i-tags a:hover{color:#f60}.i-info .i-contacts .ic-buttons{width:265px;margin-right:40px;float:left}.i-info .i-contacts .ic-buttons .icb-exit-edit{display:none}.i-info .i-contacts .ic-buttons .soc-media-buttons{margin-top:25px}.i-info .i-contacts .ic-links{font-size:15px;line-height:20px;width:310px;float:left}.ic-tel{font-size:20px;line-height:21px;margin-bottom:4px}.i-additional{margin-bottom:15px;font-size:12px;line-height:15px}.i-additional .ia-title{font-size:20px;line-height:23px;margin-bottom:30px}dl.add-info p{margin:0}dl.add-info{margin:0 0 -7px;padding:0;font-size:12px;line-height:15px}dl.add-info dt{min-height:15px;width:178px;float:left;clear:left;margin:0 5px 10px 0}dl.add-info dd{min-height:15px;padding:0;overflow:hidden;margin:0 0 12px}dl.add-info dd a{color:#464646}dl.add-info dd a:hover{color:#f60}dl.add-info dd ul{margin:0;padding:0;list-style:none}dl.add-info dd ul li{margin-bottom:3px}.i-statistics>header{padding-left:120px;margin-bottom:20px;font-weight:500;font-size:20px;line-height:23px;color:#f60}.i-statistics>header b{font-weight:700;font-size:40px;letter-spacing:-2px;margin-right:2px}.i-statistics>header .ish-title{width:100px;margin:0 -100% 0 -120px;float:left;font-weight:400;font-size:17px;line-height:18px;text-align:right;color:#464646}.i-statistics>header .ish-data{width:100%;text-align:justify;padding-right:70px;margin-bottom:-20px;-moz-box-sizing:border-box;box-sizing:border-box}.i-discount .discount-button,.i-steps a.step{text-align:center;font-family:dindisplay_pro,sans-serif;text-transform:uppercase;text-decoration:none}.i-statistics>header .ish-data>*{display:inline-block;padding-top:10px;max-width:30%}.i-statistics>header .ish-data:after{content:'';display:inline-block;width:100%;height:0}.i-statistics>header .ish-data a{text-decoration:none;color:#f60}.i-statistics>header .ish-data a:hover{color:#464646}.m-article .sect-title{font-size:23px;font-weight:700;line-height:24px;margin-top:19px;margin-bottom:15px}.e-details .sect-title,.graph-title{font-weight:300;font-family:dindisplay_pro,sans-serif}.e-details .sect-title{font-size:30px;line-height:32px;color:#feb17d}.m-article .sect-title a:not(.button){color:#464646;text-decoration:none}.m-article .sect-title a:not(.button):hover{color:#f60}.graph-title{font-size:25px;line-height:26px;color:#feb17d}.i-staff-list{margin-bottom:15px}.i-staff-list>ul{margin:0;padding:0 0 0 4px;list-style:none}.i-staff-list>ul>li{display:inline-block;width:33%;margin-left:-4px}.i-staff-list>ul>li>a{text-decoration:none;color:#464646}.i-staff-list .sl-item{padding-left:110px}.i-staff-list .sl-pict{display:block;width:90px;height:90px;overflow:hidden;margin:0 -100% 0 -110px;float:left;border-radius:4px}.i-staff-list .sl-info{display:table;width:100%;height:90px}.i-staff-list .sl-info .sl-info-wrap{display:table-cell;vertical-align:middle;padding-right:40px}.i-staff-list .sl-info .sl-name{font-family:dindisplay_pro,sans-serif;font-weight:500;font-size:19px;line-height:20px;color:#f60;margin-bottom:4px}.i-staff-list a:hover .sl-info .sl-name{color:#464646}.i-staff-list .sl-info .sl-position{font-size:11px;line-height:14px}.i-stats{line-height:15px;margin-bottom:7px}.i-date{font-family:dindisplay_pro,sans-serif;font-size:27px;margin:12px 0 10px}.i-date:after{content:"";display:block;clear:both}.i-date .sharing_block{float:right}.i-discount{margin-top:15px;font-size:10px;line-height:12px;color:#a2a2a2}.i-discount .discount-button{display:block;border:none;outline:0;height:26px;padding:1px 5px 0;font-weight:700;font-size:13px;line-height:25px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0);border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box}.i-discount .discount-button:hover{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#fe9150));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.i-discount .dsc-text{font-size:10px;line-height:11px;margin-top:5px;padding:0 0 0 10px}.i-buttons .ib-main{float:left}.i-buttons .ib-add{float:right}.i-divs{margin-bottom:20px}.i-divs .i-subj{width:55%;float:left;font-family:dindisplay_pro,sans-serif;font-size:14px}.i-divs .i-subj ul{margin:-3px 0 0;padding:0;list-style:none}.i-divs .i-subj a{color:#6d6d6d}.i-divs .i-subj a:hover,.i-steps ul>li.s1,.i-steps ul>li.s1 a{color:#f60}.i-divs .i-tags{width:45%;float:right;margin-bottom:0}.i-divs .i-tags a{white-space:normal}.i-tags.grey,.i-tags.grey a{color:#a2a2a2}.i-tags.grey a:hover{color:#F60}.i-sub-articles{font-family:dindisplay_pro,sans-serif;font-size:16px;padding:0 0 0 10px;background:#fcf4ee;margin-bottom:25px;border-radius:4px}.i-sub-articles ul{margin:0;padding:0;list-style:none;display:table;width:100%}.i-sub-articles ul>li{display:table-cell;padding:15px}.i-steps{margin-bottom:20px}.i-steps .is-title{font-family:dindisplay_pro,sans-serif;font-size:28px;line-height:28px;text-align:center;text-transform:uppercase;margin-bottom:15px;color:#000;font-weight:300}.i-steps ul{margin:0;padding:0;list-style:none;display:table;width:100%}.i-steps ul>li{display:table-cell;width:33.3%;padding:0 3px}.i-steps .label{font-size:12px;line-height:15px;font-style:italic;margin-bottom:5px;white-space:nowrap;text-align:center}.i-steps a.step,.i-steps span.step{position:relative;display:block;height:31px;line-height:30px;border:1px solid;font-weight:700;font-size:16px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.i-steps ul>li span.step{text-transform:uppercase;text-align:center}.i-steps ul>li.s1 a:after,.i-steps ul>li.s1 span:after,.i-steps ul>li.s2 a:after,.i-steps ul>li.s2 a:before,.i-steps ul>li.s3 a:before{content:' ';display:block;width:15px;height:31px;background:url(../img/sprites.png) 0 -144px no-repeat;position:absolute;top:-1px}.i-steps ul>li a:after,.i-steps ul>li span.step:after{right:-1px}.i-steps ul>li a:before,.i-steps ul>li span.step:before{left:-1px}.i-steps ul>li.s1 a:after{background-position:0 -144px}.i-steps ul>li.s1 a:hover{background:#f60;border-color:#f60;color:#fff}.i-steps ul>li.s2,.i-steps ul>li.s2 a{color:#00adef}.i-steps ul>li.s2 a b{color:#1d447d}.i-steps ul>li.s2 a:before{background-position:-15px -144px}.i-steps ul>li.s2 a:after{background-position:-30px -144px}.i-steps ul>li.s2 a:hover{background:#00adef;border-color:#00adef;color:#fff}.i-steps ul>li.s3,.i-steps ul>li.s3 a{color:#ef3976}.i-steps ul>li.s3 a b{color:#08293a}.i-steps ul>li.s3 a:before{background-position:-45px -144px}.i-steps ul>li.s3 a:hover{background:#ef3976;border-color:#ef3976;color:#fff}.i-photo-slides{margin-bottom:25px}.ps-photo-gallery{width:100%;overflow:hidden;border-radius:4px}.ps-photo-gallery ul{margin:0;padding:0;list-style:none;width:100%}.ps-photo-gallery ul>li{width:100%;float:left}.ps-photo-gallery ul>li img{width:100%}.ps-photo-gallery .re-controls{display:none}.ps-photo-gallery .re-controls.enabled{display:block}.ps-photo-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.ps-photo-gallery .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.i-event-description,.ied-title{margin-bottom:15px}.ps-photo-gallery .re-controls a.prev{left:0}.ps-photo-gallery .re-controls a.prev:before{background-position:0 -63px}.ps-photo-gallery .re-controls a.next{right:0}.ps-photo-gallery .re-controls a.next:before{background-position:-32px -63px}.ps-photo-gallery .re-controls a.next.disabled,.ps-photo-gallery .re-controls a.prev.disabled{display:none}.ied-title{font-family:dindisplay_pro,sans-serif;font-weight:400;font-size:21px;line-height:22px}.ied-text{font-size:12px;line-height:15px}.i-event-additional{margin-bottom:20px}.i-event-additional .e-docs{width:30%;float:right;margin:0;padding:0;list-style:none;font-family:dindisplay_pro,sans-serif;font-size:15px;line-height:18px}.i-event-additional .e-docs>li{margin-bottom:5px}.i-event-additional .e-docs a:before{content:' ';display:inline-block;vertical-align:middle;width:11px;height:13px;background:url(../img/sprites.png) -211px 0 no-repeat;margin:-1px 5px 0 0}.i-event-additional .add-info{width:70%;padding-right:30px;-moz-box-sizing:border-box;box-sizing:border-box}.i-members{display:table;width:100%;margin-bottom:15px}.i-members>*{display:table-cell;vertical-align:top;padding-left:25px}.i-members .im-title{display:inline-block;font-family:dindisplay_pro,sans-serif;font-size:23px;font-weight:700;line-height:24px;margin:0 0 12px}.i-members .im-title:before{content:' ';display:block;width:17px;height:15px;background:url(../img/sprites.png) -239px -33px no-repeat;float:left;margin:4px -100% 0 -25px}.i-members .im-visitors .im-title:before{width:13px;background-position:-188px -16px;margin-left:-22px}.i-members a.more{font-size:11px;display:block}.i-members ul{margin:0;padding:0;list-style:none}.i-members ul a{color:#464646}.i-members ul a:hover{color:#f60}.i-members .im-participants{width:70%;padding-right:30px}.i-members .im-participants .button.icon-up:before{background-position:-365px -108px}.i-members .im-participants .button.icon-up:hover:before{background-position:-365px -92px}.i-members .im-title{width:33.3%}.i-members .im-participants a.more{margin-left:-3px}.i-members .im-participants ul{padding:4px 0 0 4px}.i-members .im-participants ul li{display:inline-block;vertical-align:top;width:33.3%;margin-left:-4px;margin-bottom:20px}.eni-area-wrap .eni-area,.eni-stats .enis-item,.eni-stats .enis-item b{vertical-align:middle;display:inline-block}.i-members .im-participants ul li a{display:block;width:140px;font-size:11px;line-height:14px;text-align:center}.i-members .im-participants ul li a .imp-pict{position:relative;display:block;width:140px;overflow:hidden;margin-bottom:5px;border-radius:4px}.i-members .im-participants ul li a img{display:block;width:140px}.i-members .im-participants ul li a .imp-pict:before{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.i-members .im-visitors{width:30%;font-size:12px;line-height:17px}.i-members .im-visitors ul li{margin-bottom:2px}.e-num-info{padding-left:130px;margin-bottom:30px;font-family:dindisplay_pro,sans-serif;min-height:120px;margin-top:30px}.eni-area-wrap{color:#f60;position:relative}.eni-area-wrap .eni-title{position:absolute;top:0;left:0;margin-left:-130px;display:block;width:110px;margin-right:16px;font-size:20px;line-height:21px;text-align:right;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#464646;margin-top:28px}.eni-area-wrap .eni-title:hover{color:#f60}.eni-area-wrap .eni-area{font-weight:700;font-size:120px;line-height:120px;letter-spacing:-2px;margin-bottom:-5px}.e-num-info sup{font-size:60%}.eni-stats{line-height:47px;margin-bottom:10px}.eni-stats .enis-item{margin-right:50px;font-size:20px}.eni-stats .enis-item b{font-size:45px}.eni-founded{font-size:23px;color:#a2a2a2}.eni-areas{margin:20px 0}.eni-areas .enis-col{width:225px;display:inline-block;vertical-align:top;margin-right:16px;font-size:15px;line-height:20px}.eni-areas .enis-col b,.eni-holds .enis-item b{display:block;vertical-align:middle;font-size:45px;line-height:40px;margin-bottom:-5px;letter-spacing:-1px}.eni-areas .enis-col b{margin-bottom:-3px}.eni-areas .enis-col .enc-title{color:#f60;margin-bottom:5px}.eni-areas .enis-col ul{margin:0;padding:0;list-style:none}.eni-areas .enis-col ul li{margin-bottom:2px;color:#a2a2a2}.eni-areas .enis-col ul li i{color:#464646;font-style:normal}.eni-holds{margin:25px 0 25px -130px}.eni-holds .eni-title{display:inline-block;vertical-align:middle;width:110px;margin-right:16px;font-size:17px;line-height:20px;text-align:right;color:#f60}.eni-holds .enis-item{display:inline-block;vertical-align:middle;margin-right:50px;font-size:20px;line-height:21px;text-align:center}.i-events-list+.m-article{margin-top:30px}.h-booking{margin:30px -30px 30px 0;padding:0 20px}.m-article .h-booking{margin:0 -30px 0 0;padding:0}.h-booking header{margin-bottom:15px}.h-booking .sect-title{display:inline-block;font-family:dindisplay_pro,sans-serif;font-size:23px;font-weight:700;line-height:24px;color:#40bbea;width:581px;margin:19px 0}.h-booking .sect-title a{color:#40bbea;text-decoration:none}.h-booking .sect-title a:hover{color:#1d447d}.m-article .h-booking .sect-title{margin:0}.h-booking .sect-title b{font-weight:400;color:#1d447d}.h-booking a.more{font-size:11px}.h-booking ul{margin:0;padding:0 0 0 4px;list-style:none}.h-booking ul li{display:inline-block;vertical-align:top;width:150px;margin-right:40px;text-align:center}.h-booking ul li a{font-size:12px;line-height:15px;color:#32a7d3;display:block}.h-booking .hb-link{margin-bottom:.8em;display:block;line-height:1em}.h-booking .hb-pict{display:block;width:150px;height:150px;overflow:hidden;margin-bottom:7px;border-radius:4px}.h-booking .hb-pict img{width:100%}.h-booking ul li .hb-price{font-family:dindisplay_pro,sans-serif;font-weight:700;font-size:16px;line-height:19px;color:#1d447d;margin:3px 0}.h-booking ul li a.button{font-size:13px}.e-cat .sect-title,.i-events-list .sect-title{font-size:23px;line-height:24px;font-family:dindisplay_pro,sans-serif;font-weight:700}.e-cat{margin-bottom:40px}.e-cat .sect-title,.i-services{margin-bottom:20px}.m-article+.e-cat{margin-top:30px}.e-cat .sect-title{color:#f60;padding:0 20px}.e-cat .sect-title a{color:#f60;text-decoration:none}.e-cat .sect-title a:hover{color:#464646}.i-services li{color:#f60}.i-services .is-wrap{margin-right:-20px}.i-services ul{margin:0;padding:0;list-style:none;width:33.3%;float:left}.i-services ul li{margin-bottom:3px;padding-right:30px}.e-pv-container{margin:20px 0}.div-img-wrap img{display:block;width:100%}.e-video-container{margin-top:20px}.div-video-wrap{background:#000}.div-video-wrap iframe{margin:0 auto;display:block}.i-events-list{margin-bottom:20px}.i-events-list .sect-title{color:#f60;padding-left:20px;margin-bottom:20px}.i-contacts{margin:30px 0}.i-contacts .sect-title{margin-bottom:20px}.i-contacts .ic-wrap{display:table;width:100%;font-size:13px;line-height:16px}.i-contacts .ic-wrap .ic-col{display:table-cell;vertical-align:top;width:55%}.i-contacts .ic-wrap .ic-col:first-child{width:45%;padding-right:30px}.i-contacts .ic-addr{min-height:32px}.i-contacts .ic-wrap .ic-col ul.tels{margin:0;padding:0;list-style:none}.s-comments{margin:30px 0}.s-comments .sect-title{padding-left:20px;margin-bottom:15px;font-family:dindisplay_pro,sans-serif;font-size:22px;line-height:23px;color:#f60}.s-comments .sect-title span{display:inline-block;padding-right:140px}.sc-comments .cl-item-wrap{padding-left:90px}.sc-comments .cli-pict{margin-left:-90px;width:70px;height:70px;line-height:65px;padding:2px}.sc-comments .cli-info{margin-bottom:0}.sc-comments .sc-name{font-family:dindisplay_pro,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#f60;margin:-7px 0 10px}.sc-comments .sc-name a{text-decoration:none;color:#f60}.sc-comments .sc-name a:hover{color:#000}.ma-text h2,.ma-text h3,.order-button,.rq-order-button{color:#f60;font-family:dindisplay_pro,sans-serif}.sc-comments .sc-text{font-size:12px;line-height:16px}.ma-text{font-size:13px;line-height:16px}.ma-text h2{font-weight:400;font-size:25px;line-height:26px;margin:25px 0 20px}.ma-text h3{font-weight:400;font-size:20px;line-height:23px;margin:20px 0 15px}.ma-text p{margin:20px 0}.ma-text>:first-child{margin-top:0}.ma-text .pt-block{margin:25px 0}.ma-text .pt-block img{float:left;margin-right:30px}.ma-text .pt-block.p-right img{float:right;margin-left:30px}.ma-text .pt-block .ptb-text{overflow:hidden}.ma-text .pt-block .ptb-text>:first-child{margin-top:0}.ma-text .pt-block .ptb-text ul{margin:0;padding:0;list-style:none}.ma-text .pt-block .ptb-text ul li{padding-left:16px;margin-bottom:7px}.ma-text .pt-block .ptb-text ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -287px -51px no-repeat;float:left;margin:5px -100% 0 -16px}.s-slide-gallery-wrap{width:100%;overflow:hidden}.s-slide-gallery{margin-right:-15px;overflow:hidden}.s-slide-gallery ul{width:100%}.s-slide-gallery li{width:25%;padding-right:15px;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.s-slide-gallery li a{display:block;overflow:hidden;border-radius:4px}.s-slide-gallery li img{width:100%}.s-slide-gallery .re-controls{display:none}.s-slide-gallery .re-controls.enabled{display:block}.s-slide-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.s-slide-gallery .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.s-order,.s-order .so-col+.so-col{width:100%}.s-slide-gallery .re-controls a.prev{left:0}.s-slide-gallery .re-controls a.prev:before{background-position:0 -63px}.s-slide-gallery .re-controls a.next{right:15px}.s-slide-gallery .re-controls a.next:before{background-position:-32px -63px}.s-slide-gallery .re-controls a.next.disabled,.s-slide-gallery .re-controls a.prev.disabled{display:none}.s-order{margin:25px 0;display:table}.s-order .so-col{display:table-cell;vertical-align:middle;padding-right:40px}.order-button,.rq-order-button{display:inline-block;text-decoration:none;border:1px solid #f60;height:44px;white-space:nowrap;border-radius:4px}.rq-order-button .rqob-wrap{display:table;border:none;border-collapse:collapse}.order-button>a,.order-button>span{display:inline-block;vertical-align:top;padding:1px 20px 0;line-height:43px;height:44px;-moz-box-sizing:border-box;box-sizing:border-box}.rq-order-button .rqob-wrap>*{display:table-cell;padding:0;line-height:43px;height:44px;-moz-box-sizing:border-box;box-sizing:border-box}.order-button .ob-price{font-size:25px}.rq-order-button .rqob-wrap .rqob-price{vertical-align:middle;padding:0 30px;font-size:25px;line-height:44px}.rqob-price small{font-weight:300}.order-button .rqob-button{vertical-align:top}.order-button .ob-text,.rq-order-button .ob-text,.rq-order-button button{font-weight:700;font-size:17px;text-decoration:none;text-transform:uppercase;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);border-radius:0;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.rq-order-button .ob-text,.rq-order-button button{display:block;width:100%;height:44px;font-size:17px;line-height:45px;text-align:center;padding:1px 20px 0;-moz-box-sizing:border-box;box-sizing:border-box}.order-button a.ob-text:hover,.rq-order-button a.ob-text:hover,.rq-order-button button:hover,a.order-button:hover .ob-text{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#ff8000));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.order-button .ob-text:after,.rq-order-button .ob-text:after,.rq-order-button button:after{content:'';display:inline-block;vertical-align:middle;width:8px;height:12px;background:url(../img/sprites.png) -175px 0 no-repeat;margin:-1px 0 0 7px}.s-note p,.s-note ul{margin:7px 0}.order-button .rub,.rq-order-button .rub{font-size:22px}.order-descr{font-size:13px;line-height:15px;color:#f60}.s-note{font-size:12px;line-height:15px}.s-note ul{padding:0;list-style:none}.s-note ul li{padding-left:10px}.s-note ul li:before{content:'-';float:left;margin:0 -100% 0 -10px}.messages-list{margin:0;padding:0;list-style:none}.messages-list>li{padding:20px 20px 5px;background:#fcfcfb;margin-bottom:15px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.messages-list>li.mi-new{padding:19px 19px 4px;border:1px solid #f60;box-shadow:none}.messages-list>li:hover{background:#fff}.messages-list .mi-wrap{position:relative;padding-left:90px;margin-bottom:15px}.messages-list .mi-wrap.me{padding:0 90px 0 0}.messages-list>li>a{color:#464646;text-decoration:none}.messages-list .mi-pict{width:70px;height:70px;line-height:65px;text-align:center;overflow:hidden;margin:0 -100% 0 -90px;float:left;border-radius:4px}.messages-list .me .mi-pict{margin:0 -90px 0 -100%;float:right}.messages-list .mi-pict img{max-width:100%;max-height:100%;vertical-align:middle}.messages-list .mi-body{width:100%;float:left}.messages-list .mi-body>header{padding-right:130px}.messages-list .mi-time{width:110px;float:right;font-size:11px;line-height:16px;color:#a2a2a2;text-align:right;margin:0 0 0 -110px}.messages-list .me .mi-time{float:left;margin:10px 0 0;text-align:left}.messages-list .mi-sender{font-family:dindisplay_pro,sans-serif;font-size:18px;line-height:19px;color:#f60;margin-bottom:7px}.messages-list .mi-sender a{color:#f60;text-decoration:none}.messages-list .mi-sender a:hover{color:#464646}.messages-list .me .mi-sender{color:#2592c5}.messages-list .mi-buttons{margin-bottom:10px;display:none}.set-sect{padding:10px 20px;background:#fcfcfb;margin-bottom:20px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.set-sect.p-form{padding:20px}.set-sect>header{font-family:dindisplay_pro,sans-serif;text-transform:uppercase;color:#a2a2a2;padding:5px 0;cursor:pointer}.a-graphic,.cal-lists,.cl-news header .news-header-body,.e-price,.e-programm .ep-item footer,.e-programm .ep-item header,.e-statistic,.edit-wrap .e-form,.ep-sect-title,.mf-photos-list,.p-calendar,.request-form .rq-form .rqf-title,.request-form .rq-info .rqi-body h2,.request-form .rq-info .rqi-body h3,.request-form .rq-info .rqi-body h4,.set-sect .set-sect-title,.tad-price h3,.targets{font-family:dindisplay_pro,Arial,sans-serif}.set-sect>header:before{content:'';display:inline-block;vertical-align:middle;width:14px;height:15px;background:url(../img/sprites.png) -196px -32px no-repeat;margin:0 4px 0 0}.set-sect.closed>header:before{background-position:-250px -109px}.set-sect .set-sect-body{margin:20px 0 10px}.set-sect.closed .set-sect-body{display:none}.mf-buttons-line{margin-top:25px}.mf-line{margin-bottom:15px}.mf-line.cols-2{display:table;width:100%}.mf-line .mf-field{padding-right:10px;width:65%;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:5px}.mf-line .mf-field.full-width{width:100%}.mf-line.cols-2 .mf-field,.mf-line.cols-2>label{display:table-cell;width:50%;padding:0 0 5px 10px}.mf-line.cols-2 .mf-field:first-child,.mf-line.cols-2>label:first-child{padding:0 10px 5px 0}.mf-line.full-width .mf-field{padding:0 0 5px;width:100%}.ch-pwd .mf-line .mf-field{width:47%}.tabs-content .mf-line .mf-field{display:block}.mf-line.full-width>label{display:block;margin-bottom:5px}.mf-soc-m .sm-i,.mf-soc-m a.clear{display:inline-block;vertical-align:middle}.mf-line>label.check{font-size:15px;margin-right:40px}.mf-line>label.check i{font-style:normal;font-size:12px;color:#a2a2a2}.mf-soc-m{margin:-5px 0 10px}.mf-soc-m .mf-soc-col{padding-right:10px;width:47%;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box}.mfsm-title{font-size:15px;margin-bottom:10px}.mf-soc-m .mf-soc-col+.mf-soc-col .mfsm-title{color:#a2a2a2}.mf-soc-m .sm-i{font-size:18px;line-height:21px;padding-top:4px}.mf-soc-m .sm-i img{vertical-align:middle;margin:-4px 4px 0 0}.mf-soc-m a.clear{position:relative;width:30px;height:0;padding-top:30px;overflow:hidden;margin:-5px 0}.mf-soc-m a.clear:before{content:'';display:block;width:9px;height:10px;background:url(../img/sprites.png) -162px -52px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.mf-soc-m a.clear:hover:before{background-position:-238px -121px}.mf-soc-m .sm-body ul{margin:0;padding:0;list-style:none}.mf-soc-m .sm-body ul li{display:inline-block;margin-right:5px}.mf-checks-title{font-size:15px;margin-bottom:15px;color:#a2a2a2}.mf-announces{padding-left:205px}.mf-announces .mf-subj-checks-title{display:block;width:155px;margin:0 -100% 0 -205px;float:left}.mf-announces .mf-announces-body.disabled{opacity:.5}.lt-ie9 .mf-announces .mf-announces-body.disabled{-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.set-sect.subscribe label.check{font-size:17px}.set-sect.subscribe .tabs-content label.check{font-size:15px}.set-sect.subscribe .mf-subj-checks-title label.check{font-size:17px}.set-sect .tabs-content,.tabs-content .mf-line.subj-checks{margin-bottom:25px}.mf-line.subj-checks>label.check{margin-right:30px}.tabs-content .mf-line{margin-bottom:10px}.tabs-content .mf-line .mf-field .custom-select,.tabs-content .mf-line .mf-field select{width:100%}.mf-line.country{margin:20px 0 5px}.mf-line.subj{margin:20px 0 25px}.mf-line.city>label,.mf-line.country>label,.mf-line.subj>label{display:block;font-size:17px;width:65%;margin:0 0 5px;-moz-box-sizing:border-box;box-sizing:border-box}.p-editable{position:relative}.p-editable.pe-active{padding-left:24px}.i-pict.p-editable.pe-active{padding-left:0}.i-info header .i-place.p-editable.pe-active{padding-left:24px}.i-info header .i-place.p-editable.pe-active:before{content:none}.ed-back a:before,.edit-wrap .e-form .ef-close:before,.edit-wrap .e-form:before,.ep-sect-title a:before,.tg-title:before{content:''}.edit-wrap{position:absolute;left:0;top:0;display:none;margin:-1px 0 0 -6px}.e-btn,.e-btn:before,.p-editable.pe-active .edit-wrap{display:block}.i-pict.p-editable .edit-wrap{left:100%;top:5px;margin:0 0 0 -30px;line-height:1em}.i-place.p-editable .edit-wrap{margin-top:10px}.i-additional .p-editable .edit-wrap,.i-descr.p-editable .edit-wrap{margin-top:-6px}.ic-buttons .p-editable .edit-wrap{margin-top:-2px}.ic-tel.p-editable .edit-wrap{margin-top:0}.e-btn{position:relative;width:24px;height:0;padding-top:24px;overflow:hidden;border-radius:3px;-webkit-transition:none;-o-transition:none;transition:none}.i-pict.p-editable .e-btn{background:#fcfcfb;width:25px}.e-btn:before{position:absolute;left:5px;top:4px;font-size:18px;color:#f60}.e-btn:hover{opacity:.7}.lt-ie9 .e-btn:hover{filter:alpha(opacity=70)}.i-pict.p-editable .e-btn:hover{background:#f60}.p-editable.pe-current .e-btn{width:28px;background:#f60;border-radius:3px 0 0 3px}.p-editable.pe-current .e-left .e-btn{width:28px;border-radius:0 3px 3px 0}.i-pict.p-editable .e-btn:hover,.p-editable.pe-current .e-btn:hover{opacity:1}.lt-ie9 .i-pict.p-editable .e-btn:hover,.lt-ie9 .p-editable.pe-current .e-btn:hover{filter:alpha(opacity=100)}.i-pict.p-editable .e-btn:hover:before,.p-editable.pe-current .e-btn:before{color:#fff}.i-pict.p-editable.pe-current .e-btn{width:33px}.edit-wrap .e-form{position:absolute;left:28px;top:0;width:600px;z-index:2;font-size:12px;line-height:15px;text-align:left;background:#f60;padding:9px 20px 15px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0 3px 3px;display:none}.i-pict.p-editable .edit-wrap .e-form{left:32px}.ic-links .edit-wrap .e-form{width:330px}.edit-wrap.e-left .e-form{left:auto;right:100%;border-radius:3px 0 3px 3px}.edit-wrap .e-form:before{display:block;width:0;height:0;border:1px solid;border-color:#f60 #f60 transparent transparent;border-radius:2px;position:absolute;right:100%;top:24px}.edit-wrap.e-left .e-form:before{border-color:#f60 transparent transparent #f60;right:auto;left:100%}.p-editable.pe-active.pe-current .edit-wrap .e-form{display:block}.edit-wrap .e-form .ef-body{width:420px;float:left;word-spacing:16px;margin-bottom:-10px}.ic-links .edit-wrap .e-form .ef-body{width:150px}.edit-wrap .e-form .epfl{display:inline-block;vertical-align:top;word-spacing:normal;min-width:200px;margin-bottom:10px}.ic-links .edit-wrap .e-form .epfl{width:150px;min-width:0}.i-pict .edit-wrap .e-form .epfl{display:block}.edit-wrap .e-form .ef-body .epf-field>label,.edit-wrap .e-form .ef-body .epfl>label{color:#fff;display:block;margin-bottom:5px}.edit-wrap .e-form .ef-body .epf-field>label{word-spacing:normal}.edit-wrap .e-form .ef-body .epfl>label img{margin:-3px 0 -2px}.edit-wrap .e-form .epfl .c-select-box{width:200px}.e-form .custom-select select,.e-form select{width:200px;height:26px}.e-form input[type=text]{height:29px;line-height:26px;padding-left:6px}.e-form input[type=text]:focus{border-width:1px}.i-title .e-form input[type=text]{width:420px}.edit-wrap .e-form textarea{width:420px;height:90px;border-width:1px}.edit-wrap .e-form .ef-buttons{float:right;padding-top:20px}.edit-wrap .e-form .ef-close{display:block;width:22px;height:0;padding-top:22px;overflow:hidden;position:absolute;right:15px;top:5px}.edit-wrap .e-form .ef-close:before{display:block;width:9px;height:10px;background:url(../img/sprites.png) -63px -159px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -4px}.a-graphic,.ep-item .ep-title span,.tad-price li{position:relative}.ed-back{margin:20px 0}.ed-back a{display:inline-block;font-size:17px;line-height:17px;text-decoration:none;border:1px solid #fcaf7b;padding:5px 25px;border-radius:4px}.ed-back a:before{display:inline-block;width:6px;height:11px;background:url(../img/sprites.png) -157px 0 no-repeat;margin-right:8px}.ed-back a:hover{color:#fff;background:#f60;border-color:#f60}.ed-back a:hover:before{background-position:-115px 0}.e-programm,.ep-sect{margin-bottom:30px}.ep-sect-title{height:12px;border-bottom:1px dotted #ccc;font-size:25px;line-height:25px;font-weight:700}.e-programm .ep-sect-title{height:14px;font-size:30px;line-height:30px}.p-calendar .ep-sect-title{font-size:17px;line-height:20px;border:none;height:auto;color:#959595}.ep-sect-title a{display:inline-block;text-decoration:none;text-transform:uppercase;background:#fcfcfb;padding:0 10px 0 5px;color:#464646}.e-programm .ep-sect-title a{min-width:180px;margin-left:-5px}.p-calendar .ep-sect-title a{color:#959595}.ep-sect-title a:before{display:inline-block;width:18px;height:18px;background:url(../img/sprites.png) -296px -22px no-repeat;margin-right:8px}.e-programm .ep-sect-title a:before{width:21px;height:21px;background-position:-317px 0;margin-right:8px}.eps-opened .ep-sect-title a:before{background-position:-315px -22px}.e-programm .eps-opened .ep-sect-title a:before{background-position:-295px 0}.p-calendar .ep-sect-title a:before{width:13px;height:14px;background-position:-250px -109px;margin-right:5px;vertical-align:middle;margin-top:-2px}.p-calendar .eps-opened .ep-sect-title a:before{background-position:-211px -145px}.ep-sect-body{padding-top:25px;display:none}.eps-opened .ep-sect-body{display:block}.e-programm ul{margin:0;padding:0;list-style:none}.e-programm li{margin-top:20px;padding:15px 0 5px}.e-programm li:first-child{margin-top:0}.e-programm .ep-item{border:1px dotted #ccc;padding:0 10px 0 30px}.e-programm .ep-item header{margin-top:-15px;padding:0 0 0 160px}.ep-item .ep-time{font-size:25px;line-height:25px;color:#f60;background:#fcfcfb;padding:0 5px;float:left;margin:0 -100% 0 -165px}.ep-item .ep-title{display:inline;font-size:22px;line-height:25px;background:#fcfcfb;outline:#fcfcfb solid 6px;outline-offset:-1px}.ep-item .ep-body{font-size:12px;line-height:16px;margin:7px 0}.ep-item .ep-body p{margin:7px 0}.ep-item .ep-body .ep-coord{color:#f60}.e-programm .ep-item footer{font-size:15px;line-height:15px;margin-bottom:-7px}.ep-item .ap-area{display:inline-block;padding:0 5px;color:#8f8f8f;background:#fcfcfb;margin-left:-5px}.e-programm+.i-steps,.e-statistic+.i-steps{margin-top:40px;margin-bottom:15px}.ep-stats{padding:5px 25px 0;border-bottom:1px dotted #ccc;margin-bottom:25px}.ep-stats .eps-item{width:220px;float:right;font-weight:700;font-size:28px;line-height:28px;margin-bottom:-13px}.ep-stats .eps-item:first-child{color:#f60;width:450px;float:left}.ep-stats b{display:block;font-size:120px;line-height:120px;margin-top:-10px;word-spacing:-10px;letter-spacing:-7px;white-space:nowrap}.ep-stats .eps-text{display:block;margin:-18px 0 0;padding:0 5px;background:#fcfcfb;float:left}.ep-info{padding:0 30px;margin-bottom:20px}.ep-info .ep-area-wrap{width:450px;float:left;font-size:80px;line-height:80px}.ep-info .epa-title{font-size:18px;line-height:18px;width:110px;padding-top:12px;float:left}.ep-info .epa-area{display:inline-block;font-weight:100;letter-spacing:-2px;word-spacing:-5px}.ep-info .epa-area sup{display:inline-block;font-size:45px;margin:0 0 0 3px}.ep-info .ep-founded{width:210px;float:right;font-size:16px;line-height:18px;color:#afafae;padding-top:14px}.ep-founded b{display:block;font-size:40px;line-height:40px;letter-spacing:-1px;margin:0 0 -5px -2px}.ep-countries{padding:0 30px 0 140px;border-top:1px dotted #ccc;font-size:18px;color:#f60}.ep-countries .epc-title{color:#feb17d;background:#fcfcfb;margin:-10px -100% 0 -115px;padding:0 5px;float:left}.ep-countries .epc-list{margin-top:-10px;display:table;table-layout:fixed;width:100%}.ep-countries ul{margin:0;padding:0;list-style:none;display:table-cell;vertical-align:top}.ep-countries ul+ul+ul{width:215px}.ep-countries ul li{padding:0 5px;background:#fcfcfb;margin-top:4px;float:left;clear:left}.clear,.clearfix:after,.mf-photos-list li:after,.tad-price li:after{clear:both}.ep-countries ul li:first-child{margin-top:0}.e-price{font-size:15px;line-height:18px;margin-bottom:5px}.epr-title,.pr-list .prl-value{font-weight:700;font-size:28px}.e-price-wrap{margin:0 -20px;padding-top:15px}.epr-layout{display:table;width:100%;border-spacing:20px 0}.eprl-col{border:1px dotted #ccc;display:table-cell;vertical-align:top;padding:0 15px 15px}.eprl-col:first-child{width:350px}.epr-title{margin:-12px 0 20px -5px}.epr-title span{display:inline-block;padding:0 5px;background:#fcfcfb}.epr-subtitle{color:#f60;font-weight:700;text-transform:uppercase;margin-bottom:10px}.pr-list{margin:0 0 20px;padding:0;list-style:none;color:#f60}.pr-list.grey{color:#8b8b8b}.pr-list li{margin-bottom:3px;word-spacing:-2px;white-space:nowrap}.for_participation .pr-list li{display:inline-block;vertical-align:top;width:49%;text-align:center}.for_participation .pr-list .prl-descr,.for_participation .pr-list .prl-value{display:block;max-width:initial;height:auto;white-space:normal}.for_participation .pr-list .prl-value{border-bottom:0;border-radius:4px 4px 0 0}.for_participation .pr-list .prl-descr{border-top:0;border-radius:0 0 4px 4px}.pr-list .prl-value{display:inline-block;vertical-align:middle;border:1px solid #ffd2b2;height:32px;padding:2px 15px 0;line-height:32px;word-spacing:-4px;border-radius:4px 0 0 4px;max-width:94px}.pr-list .prl-value .small{word-spacing:0;white-space:normal;font-size:14px;display:block;line-height:1em;padding-top:2px}.pr-list .prl-descr{display:inline-block;vertical-align:top;border:1px solid #ffd2b2;min-height:34px;padding:0 15px;font-size:18px;line-height:32px;word-spacing:normal;white-space:normal;border-radius:0 4px 4px 0}.pr-list.grey .prl-descr,.pr-list.grey .prl-value{border-color:#c6c6c6}.pr-list .prl-descr span{display:inline-block;vertical-align:middle;line-height:19px}.epr-conditons{margin-top:20px}.epr-conditons p{margin:0}.tp-btn-wrap,.tp-wrap{display:table;table-layout:fixed;width:100%;border-spacing:0;margin-bottom:20px}.tp-btn-wrap>*,.tp-wrap>*{display:table-cell;vertical-align:middle;margin-bottom:0}.t-layout .t-col,.tp-btn-wrap>*{vertical-align:top}.tp-btn-wrap .tp-btn,.tp-wrap .pr-list{width:262px}.tp-btn-wrap .tp-categories,.tp-wrap .tp-descr{font-weight:500;font-size:14px;line-height:17px;text-transform:uppercase;color:#f60}.tp-wrap .tp-descr.grey{color:#8b8b8b}.tp-btn-wrap{margin-bottom:0}.tp-btn-wrap .tp-categories{font-weight:400;text-transform:none}.tp-btn-wrap .tp-categories .tpc-title{font-size:13px;color:#feb17d;margin-bottom:3px}.targets,.tp-btn-wrap .tp-categories ul{font-size:15px;line-height:16px}.tp-btn-wrap .tp-categories ul{margin:0;padding:0 0 0 15px;font-weight:700}.t-layout{display:table;width:100%}.t-layout .t-col{display:table-cell;width:50%;padding-right:20px}.tg-title{font-size:22px;line-height:22px;color:#f60;margin-bottom:10px}.tg-title:before{display:inline-block;width:24px;height:23px;background:url(../img/sprites.png) -300px -41px no-repeat;margin:0 5px -3px 0}.tg-title.icon-case:before{width:23px;height:19px;background-position:-300px -65px;margin:0 6px -1px 0}.targets ul{margin:0;padding:0 0 0 30px;list-style:none}.targets ul li{margin-bottom:5px}.targets small{display:inline-block;font-size:13px}.tad-price ul{margin:0;padding:0;list-style:none}.tad-price li{padding:17px 230px 20px 20px;margin-bottom:20px;background:#fcfcfb;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.tad-price li:after,.tad-price li:before{content:" ";display:table}.tad-price li.p-left{padding:17px 20px 20px 230px}.tad-price .tad-pict{width:190px;float:right;padding:5px 0;margin:0 -210px 0 -100%}.tad-price li.p-left .tad-pict{float:left;margin:0 -100% 0 -210px}.tad-price .tad-pict img{width:190px}.tad-price .tad-pict a:hover img{opacity:.9}.cl-item.cpe-inactive .cl-item-wrap,.cl-item.cpe-inactive .cli-pb-button .button.more,.cl-item.cpe-inactive .cli-pb-info,.cl-item.cpe-inactive .cli-photo-list .clipl-wrap,.set-sect.passed .set-sect-title .afh-right .button,.set-sect.passed .set-sect-title h3{opacity:.5}.tad-price h3{font-weight:400;font-size:25px;line-height:26px;margin:0 0 10px}.tadi-text{font-size:13px;line-height:16px;min-height:55px;margin-bottom:25px}.tad-price p{margin:10px 0 0;color:#464646}.tad-price p:first-child{margin-top:0}.btn-wrap{margin:25px 0 5px}.btn-wrap .tad-prise-descr{padding-left:21px;margin-top:5px;color:#f60}.a-graphic{font-size:12px;line-height:14px;padding-top:10px}.a-graphic table{width:100%}.a-graphic>table>tbody>tr>td{width:100%;padding:0 5px 0 20px;vertical-align:top;background:url(../img/ag-bg.png)}.a-graphic>table>tbody.bottom>tr>td{background:0 0;vertical-align:middle}.a-graphic>table>tbody>tr>td:first-child{width:auto;padding:0 10px 0 0;height:20px;vertical-align:middle;text-align:left;background:0 0}.a-graphic tbody.main table td,.message-standart .fa{vertical-align:bottom}.a-graphic>table>tbody>tr>td>div{display:inline-block;min-width:45px;height:20px;line-height:20px;text-align:right}.a-graphic>table>tbody.bottom>tr>td:first-child{font-size:11px;line-height:12px;color:#aeaeae;height:35px}.a-graphic>table>tbody.bottom>tr>td:first-child div{line-height:12px;text-align:center}.a-graphic table table{table-layout:fixed}.a-graphic table table td{width:20%;padding:0 5px}.a-graphic tbody.bottom table td{text-align:center;font-size:14px;font-weight:500;color:#f60}.a-graphic .at-bar{height:20px;background:#f60;border-radius:4px}.a-graphic .at-bar.bh1{height:20px}.a-graphic .at-bar.bh2{height:40px}.a-graphic .at-bar.bh3{height:60px}.a-graphic .at-bar.bh4{height:80px}.a-graphic .at-bar.bh5{height:100px}.a-graphic .at-bar.bh6{height:120px}.a-graphic .at-bar.bh7{height:140px}.a-graphic .at-bar.bh8{height:160px}.a-graphic .at-bar.bh9{height:180px}.a-graphic .at-bar.bh10{height:200px}.a-graphic .at-bar .atb-text{padding:10px 5px;color:#fff;font-size:13px;text-align:center}.a-graphic .at-bar .atb-text p{margin:30px 0 0}.a-graphic .at-bar .atb-text p:first-child{margin-top:10px;font-size:15px}.a-graphic .at-bar .atb-text p b{display:block;font-weight:500;font-size:20px;line-height:21px;word-spacing:-2px;white-space:nowrap}.a-graphic .at-bar .atb-text p:first-child b{display:block;font-size:25px;line-height:25px;word-spacing:-3px}.p-calendar .ep-sect{margin-bottom:0}.p-calendar .ep-sect-body{padding-top:10px}.p-calendar .ep-sect-body header{height:15px;margin-bottom:25px;text-align:center;border-bottom:1px dotted #ccc}.p-calendar .pc-month-wrap{display:inline-block;padding:0 10px;background:#fcfcfb}.p-calendar .pc-month-wrap a{position:relative;display:inline-block;vertical-align:middle;width:18px;height:0;padding-top:18px;overflow:hidden;background:#464646;border-radius:18px}.p-calendar .pc-month-wrap a:hover{background:#f60}.p-calendar .pc-month-wrap a:before{content:'';display:block;width:8px;height:12px;background:url(../img/sprites.png) -225px -134px no-repeat;position:absolute}.cal-item .cli-title,.ce-ico,.cli-icos,.p-calendar .pc-month{display:inline-block}.p-calendar .pc-month-wrap a.pcm-prev:before{background-position:-225px -134px;left:4px;top:4px}.p-calendar .pc-month-wrap a.pcm-next:before{background-position:-175px 0;right:4px;top:4px}.p-calendar .pc-month{vertical-align:middle;font-weight:700;font-size:30px;line-height:30px;text-transform:uppercase;margin:0 15px}.cal-wrap{margin:0 -20px}.calendar-container{width:100%;position:relative;padding-right:20px;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-container .scroll-content{padding:25px 0 5px;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-container .cal-days td>div{width:136px}.calendar-container table td{border-left:1px dotted #ccc;text-align:center;padding:0}.calendar-container table td:first-child{border-left:none}.calendar-container table tr.c-sep td{height:10px}.calendar-container table td.c-cur{background:#fff0e5;border:solid #ffd8bb;border-width:0 1px}.calendar-container .cal-days td{font-size:25px;color:#959595;padding:8px 0 12px;width:136px}.calendar-container .cal-body+.cal-days td{padding:2px 0 28px}.calendar-container .cal-days td.c-cur>div{position:relative;width:136px;background:#fff0e5;padding-top:33px;margin:-33px -1px 0;border:solid #ffd8bb;border-width:1px 1px 0;border-radius:4px 4px 0 0}.calendar-container .cal-body+.cal-days td.c-cur>div{padding:0 0 32px;margin:0 -1px -32px;border-width:0 1px 1px;border-radius:0 0 4px 4px}.calendar-container .cal-days td b{letter-spacing:-1px;color:#464646;margin-right:3px}.calendar-container .cal-days td i{font-style:normal;font-size:20px}.calendar-container .cal-days td.c-cur{color:#ffb380}.calendar-container .cal-days td.c-cur b{color:#f60}.calendar-container .cal-days td.c-cur .cur-mark{position:absolute;width:100%;left:0;top:10px;font-size:14px;color:#f60}.calendar-container .cal-body+.cal-days td.c-cur .cur-mark{top:auto;bottom:12px}.calendar-container .c-event{position:relative;width:100%;padding:0 5px;background:#f60;color:#fff;margin:0 -5px;text-align:left;border-radius:4px}.calendar-container .c-event.grey{background:#7e7e7e}.calendar-container .c-event.cont-prev{padding-left:20px;margin-left:-20px;border-radius:0 4px 4px 0}.calendar-container .c-event.cont-next{padding-right:20px;margin-right:-20px;border-radius:4px 0 0 4px}.calendar-container .c-event.cont-prev.cont-next{border-radius:0}.calendar-container .c-event .ce-wrap{padding:10px 7px 10px 12px}.calendar-container .c-event h3{margin:0 0 5px;font-weight:400;font-size:13px;line-height:14px}.calendar-container .c-event h3 a{color:#fff;text-decoration:none}.calendar-container .c-event .ce-info{font-size:12px;line-height:14px;color:#ffd0ae}.calendar-container .c-event.grey .ce-info{color:silver}.calendar-container .c-event .ce-info>div{display:inline-block;vertical-align:middle;margin-bottom:4px}.ce-ico{position:relative;vertical-align:middle;width:19px;height:19px;margin-right:2px;border:1px solid #ffb380;border-radius:3px}.c-event.grey .ce-ico,.cal-item .ce-ico.icon-fav{border-color:#bfbfbf}.cl-actions,.cl-sect .cls-title,.cl-sect ul li{border-bottom:1px dotted #ccc}.ce-ico:before{content:'';background:url(../img/sprites.png) no-repeat;position:absolute}.ce-ico.icon-check:before{width:12px;height:9px;background-position:-93px -16px;left:4px;top:5px}.c-event .ce-ico.icon-check:before{background-position:-117px -162px}.ce-ico.icon-fav:before{width:11px;height:11px;background-position:-130px -162px;left:4px;top:4px}.c-event .ce-ico.icon-fav:before{background-position:-142px -162px}.cl-sect{margin-top:20px}.cl-sect:first-child{margin-top:0}.cl-sect .cls-title{font-size:25px;line-height:26px;padding-bottom:10px}.cl-sect ul{margin:0;padding:0;list-style:none}.cl-sect ul li{position:relative;padding:10px 50px 10px 0}.cal-item{padding-left:50px}.cal-item .cali-pict{width:40px;float:left;margin:0 -100% 0 -50px}.cal-item .cali-pict img{width:40px}.cal-item .cli-info{margin-bottom:0}.cal-item .cli-info .cli-top{margin-bottom:3px}.cal-item header{margin-bottom:2px}.cal-item .cli-title{font-size:20px;line-height:22px;color:#f60;margin-right:5px;max-width:550px}.cal-item .cli-title a{color:#f60;text-decoration:none}.cal-item .cli-title a:hover{color:#464646}.cli-icos{vertical-align:top}.adm-form .mf-line .mf-field,.i-wait,.i-wait img,.mfpl-button-line>*{vertical-align:middle}.cal-item .cli-info .cli-bot .cli-date{width:150px;font-size:15px}.cal-item .cli-place{font-size:15px;float:left}.cl-sect ul li .check-wrap{position:absolute;right:5px;top:12px}.cl-actions{padding:15px 0 12px;font-size:15px;line-height:16px}.cl-actions .cla-title{float:left;margin-right:20px;line-height:26px;color:#979797}.cl-actions .cla-btns{overflow:hidden}.cl-actions .cla-btns .button{margin-bottom:4px}.to-prev-cal{font-size:15px;margin-top:20px}.to-prev-cal .icon-back:before{width:11px;height:12px;background-position:-183px -162px;margin-right:7px}.a-bot-buttons-line{margin-top:20px;padding-top:20px;border-top:1px dotted #ccc;word-spacing:16px}.p-form .a-bot-buttons-line{border-top:none;padding-top:0}.a-bot-buttons-line .abb-left{float:left;width:75%}.a-bot-buttons-line .abb-right{float:right}.page-title.clearfix .a-pt-button{float:right;margin:3px 0 -3px}.mfpl-button-line{display:table;width:100%;margin-bottom:20px}.mfpl-button-line>*{display:table-cell}.mfpl-button-line .mfpl-button{padding-right:30px}.mfpl-button-line .mfpl-text{width:100%;font-size:14px;line-height:16px;word-spacing:normal}.mfpl-button-line .mfpl-text p{margin:0;max-width:400px}.i-wait{display:inline-block;font-size:18px}.adm-form .i-wait{display:block;text-align:center;margin-bottom:20px}.i-wait img{margin:-4px 3px 0 0}.mf-photos-list ul{margin:0;padding:0;list-style:none}.mf-photos-list li{border-top:1px dotted #ccc;padding:20px 0 20px 210px}.mf-photos-list li:after,.mf-photos-list li:before{content:" ";display:table}.mf-photos-list .mfpli-pict{width:190px;height:190px;float:left;margin:0 -100% 0 -210px}.mf-photos-list .mfpli-pict img{max-width:190px;max-height:190px;border-radius:4px}.set-sect.adm-form{margin-bottom:22px}.set-sect .set-sect-title h3{margin:0;font-weight:300;font-size:25px;line-height:26px;color:#f60;float:left}.set-sect.not-active .set-sect-title h3{color:#d1d1d1}.set-sect .set-sect-title .afh-right{float:right}.lt-ie9 .set-sect.passed .set-sect-title .afh-right .button,.lt-ie9 .set-sect.passed .set-sect-title h3{filter:alpha(opacity=50)}.set-sect.passed .set-sect-title .afh-right .button:hover{opacity:1}.adm-form .adm-form-body.disabled,.mf-line .rq-sub-sect .rq-sub-sect-body.disabled>*{opacity:.5}.lt-ie9 .set-sect.passed .set-sect-title .afh-right .button:hover{filter:alpha(opacity=100)}.set-sect .set-sect-title .afh-right .sst-info{font-weight:300;font-size:20px;color:#f60}.set-sect .set-sect-title .afh-right .sst-info b{font-weight:500}.lt-ie9 .adm-form .adm-form-body.disabled{filter:alpha(opacity=50)}.adm-form h2{margin:-5px 0 15px;font-weight:100;font-size:30px;line-height:30px;color:#f60}.adm-form hr{margin-bottom:21px}.adm-form .mf-line>label{display:inline-block;font-size:17px;line-height:17px;margin-right:5px}.adm-form .mf-line>label.h2{display:inline-block;font-weight:100;font-size:30px;line-height:30px;color:#f60;vertical-align:middle;margin-top:-6px;padding-bottom:5px}.mf-line.afs-type{word-spacing:16px;padding-top:5px}.set-sect-title+form .mf-line.afs-type{padding-top:0}.mf-line.afs-type label{word-spacing:normal}.mf-line.afs-type .mf-field{padding:0}.mf-stat .mf-stat-add-button,.mfs-additional .mf-line{padding-left:135px}.mf-line.s-subj-tag{word-spacing:16px;margin-top:-5px}.mf-line.s-subj-tag .mf-field{width:45%;word-spacing:normal;vertical-align:top}.mf-line.s-subj-tag .mf-field label{display:block;font-size:17px;line-height:18px;margin-bottom:5px}.button.big.a-more:after,button.big.a-more:after{content:'';display:inline-block;vertical-align:middle;width:7px;height:11px;background:url(../img/sprites.png) -234px -134px no-repeat;margin:-1px -3px 0 7px}.button.big.grey.a-more:after,button.big.grey.a-more:after{background-position:-250px -134px}.button.big.a-more:hover:after,.button.big.orange.a-more:after,button.big.orange.a-more:after{background-position:-242px -134px}.mfs-location .mf-line{word-spacing:16px}.mfs-location .mf-line+.mf-line .mf-field{width:45%}.mfs-additional .mf-line>label{display:inline-block;width:120px;float:left;margin:0 -120px 0 -135px;padding-top:3px}.mf-line.mf-time>label,.mfs-additional.mf-stat .mf-line>label{padding-top:11px}.mfs-additional .mf-line .mf-field{width:100%}.mfs-additional .mf-line .mf-field hr{margin:10px 0 0}.mfs-additional .mf-line .mf-field .mff-col{width:45%;margin-right:25px;float:left}.mfs-additional .mf-line.mf-targets .mf-field .mff-col{width:30%}.mfs-additional .mf-line.mf-targets .mf-field .mff-col:first-child{width:45%}.adm-form-body label.check{font-size:15px;min-height:20px}.mf-targets label.check{width:100%;margin-bottom:7px}.mf-membership label.check{display:inline-block;vertical-align:top;width:45%;margin:0 25px 7px 0}.mf-prod input[type=text],.mf-prod textarea{margin:10px 0}.mf-prod input[type=text]:first-child,.mf-prod textarea:first-child{margin-top:0}.mf-prod input[type=text]{width:75%}.w-time{margin-bottom:10px;word-spacing:22px;display:none}.w-time.show,.w-time:first-child{display:block}.w-time>div{display:inline-block;vertical-align:middle;word-spacing:normal}.w-time .w-time-day{width:125px;display:none}.w-time.show .w-time-day{display:inline-block}.w-time .w-time-wrap{position:relative;width:90px}.w-time .w-time-wrap+.w-time-wrap,.w-time.show .w-time-wrap{margin-left:20px}.w-time.show .w-time-day+.w-time-wrap{margin-left:15px}.w-time .w-time-wrap label{font-size:15px;position:absolute;right:100%;margin-right:7px;top:12px;z-index:10}.adm-form-body .mf-line.mf-logo>label{width:130px}.mf-prod.mf-short-input input[type=text],.mf-year{width:140px}.mf-photos-list+hr{margin-top:5px}.mf-line>label.h3{font-size:20px}.mf-stat-item hr{margin-left:135px}.mf-line.mf-prod+.mf-stat-item hr{margin:-10px 0 20px 135px}.mf-year{margin-bottom:15px}.mf-stat-data{display:table;width:100%}.mf-stat-data>div{display:table-cell;padding-right:20px}.mf-stat-data .sd-participants,.mf-stat-data .sd-visitors{width:35%}.mf-stat-data .sd-participants input[type=text],.mf-stat-data .sd-visitors input[type=text]{width:100%}.mf-stat-data .sd-area{font-size:17px}.mf-stat-data .sd-area input[type=text]{width:70%;margin-right:5px}.mf-line.mf-stat-countries{margin-top:-15px}.mf-stat-countries .c-select-box{width:65%}.adm-form .e-price-wrap{margin:0 -20px 30px;padding-top:0}.adm-form .epr-layout{display:table;width:100%;border-spacing:20px 0}.adm-form .eprl-col{padding:0;border:none}.adm-form .eprl-col-wrap{padding:15px 20px;border:1px dotted #ccc}.adm-form .eprl-col:first-child .eprl-col-wrap{min-width:350px}.adm-form .epr-subtitle{font-size:15px}.adm-form .eprl-col hr{margin:10px 0}.adm-form .eprl-col input[type=text]{padding-left:7px;padding-right:7px}.adm-form .eprl-col input[type=text]:focus{padding-left:6px;padding-right:6px}.adm-form .tp-wrap{margin:0}.adm-form .pr-list{color:#464646;margin-bottom:10px}.adm-form .pr-list input[type=text]{width:75%;margin-right:6px;vertical-align:top}.adm-form .tp-wrap .pr-list input[type=text]{width:115px}.adm-form .eprl-col .custom-select{display:inline-block;vertical-align:top;width:70px}.adm-form .eprl-col .custom-select .custom-select-wrap{padding-left:7px}.adm-form .eprl-col .custom-select .scroll-content{padding-left:2px}.eprl-col .mf-line label{display:block;margin-bottom:5px}.eprl-col .mf-line .mf-field{width:100%;padding:0}.eprl-col .mf-line.mf-min-area label{display:inline-block;margin-bottom:0}.adm-form .eprl-col .mf-line.mf-min-area .mf-field{font-size:15px;width:38%}.adm-form .eprl-col .mf-line.mf-min-area .mf-field input[type=text]{width:78%;margin-right:3px}.adm-form .eprl-col .mf-field .period .pwf-field{padding:0}.adm-form .eprl-col .mf-field .period input.date[type=text]{padding-right:35px}.adm-form .eprl-col .mf-field .period input.date[type=text]:focus{padding-right:34px}.mf-reg-payment input[type=text]{width:120px;margin-right:6px}.mf-line.mf-deadline{margin-bottom:0}.cl-news header .news-s-pict{width:100px;height:100px;overflow:hidden;text-align:center;border-radius:4px;margin-right:20px;float:left}.cl-news header .news-s-pict img{height:100%;margin:0 -50%}.cl-news header .news-header-body{overflow:hidden}.cl-news header .news-header-body h2{margin:0 0 7px;font-weight:500;font-size:25px;line-height:26px}.cl-news header .news-header-body .news-header-date{font-size:15px;color:#f60}.request-form .rq-info{margin-bottom:15px;display:table;width:100%}.request-form .rq-info>*{display:table-cell}.request-form .rq-info .rqi-pict{vertical-align:top;width:130px;padding-right:30px;text-align:center}.request-form.rq-tickets .rq-info .rqi-pict{width:155px}.request-form .rq-info .rqi-body{vertical-align:middle;font-size:13px;line-height:15px}.request-form .rq-info .rqi-body h2,.request-form .rq-info .rqi-body h3,.request-form .rq-info .rqi-body h4{font-weight:400}.request-form .rq-info .rqi-body h2{margin:20px 0 10px;font-size:23px;line-height:24px}.request-form .rq-info .rqi-body h3{font-size:22px;line-height:24px;color:#f60;margin:20px 0 10px}.request-form .rq-info .rqi-body h4{font-size:16px;line-height:19px;margin:20px 0 10px}.request-form .rq-info .rqi-body ul{margin:10px 0;padding:0;list-style:none}.request-form .rq-info .rqi-body ul li{padding-left:15px;margin-bottom:10px}.request-form .rq-info .rqi-body ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:4px -11px 0 -15px}.request-form .rq-info .rqi-body p{margin:10px 0}.request-form .rq-info .rqi-cols{display:table;width:80%;margin:0}.request-form .rq-info .rqi-cols>*,.request-form .rq-info .rqi-cols>ul{display:table-cell;margin:0;width:50%;padding-right:20px}.request-form .rq-info .rqi-cols>ul li{margin-bottom:5px}.request-form .rq-info .rqi-body>:first-child{margin-top:0}.request-form .rq-form{display:none;margin:10px 0}.request-form.rqf-opened .rq-form{display:block}.request-form.rqf-opened .rq-btn-to-hide,.request-form.rqf-opened .rq-to-hide{display:none}.request-form .rq-form .rqf-title{font-weight:100;font-size:30px;line-height:31px;color:#f60;margin-bottom:15px}.request-form hr{margin:25px 0 15px}.request-form .rq-form hr{margin:20px 0}.request-form .rq-btn-wrap{margin-bottom:15px}.request-form .rq-form hr+.rq-btn-wrap{margin-top:25px}.request-form .rq-btn-wrap .rqb-cols{display:table;width:100%}.request-form .rq-btn-wrap .rqb-cols>*{display:table-cell;width:50%}.request-form .rq-btn-wrap .rqb-cols .rqb-button{vertical-align:top}.request-form .rq-btn-wrap .rqb-cols .rqb-text{vertical-align:middle;padding-left:30px;font-family:Arial,sans-serif;font-size:12px;line-height:16px}.request-form .rq-btn-wrap>.button.big.orange,.request-form .rq-btn-wrap>button.big.orange{height:44px;line-height:40px;padding:2px 30px 0;font-size:17px}@-moz-document url-prefix(){.request-form .rq-btn-wrap>.button.big.orange,.request-form .rq-btn-wrap>button.big.orange{line-height:39px}}.rq-catalog .rq-btn-wrap{width:100%;max-width:650px}.rq-remotely .rq-btn-wrap{width:100%;max-width:770px;margin-bottom:0}.rq-tickets .rq-btn-wrap{width:100%;max-width:800px}.rq-translator .rq-btn-wrap{width:100%;margin-top:20px}.rq-translator .rq-form .rq-btn-wrap{width:50%;min-width:420px}.rq-catalog .rq-order-button,.rq-catalog .rq-order-button .rqob-wrap,.rq-remotely .rq-order-button,.rq-remotely .rq-order-button .rqob-wrap,.rq-tickets .rq-order-button,.rq-tickets .rq-order-button .rqob-wrap,.rq-translator .rq-order-button,.rq-translator .rq-order-button .rqob-wrap{width:100%}.rq-participation .rq-btn-wrap,.rq-tour .rq-btn-wrap{margin-left:160px}.rq-participation .rq-form .rq-btn-wrap,.rq-tour .rq-form .rq-btn-wrap{margin-left:0}.request-form .rq-btn-wrap .ob-descr{padding-left:160px;color:#f60;font-family:Arial,sans-serif;font-size:13px;line-height:15px;margin-top:7px}.about_block h2,.about_block_menu li a,.acticle_list_big h3,.archive_block h4,.blog_avtor table tr td,.blog_avtor table tr th,.blog_avtor_right,.blog_avtormidle,.blog_block h1,.blog_block h2,.blog_block h3,.blog_block h4,.contacts_bottom h3,.contacts_top_block_left,.contacts_top_block_right,.country_content h4,.country_content h5,.country_table tr td ul li,.country_towns,.map_info_block,.profile_top h1,.profile_top h3,.profile_top_left_1,.profile_top_right_1,.profile_top_table tr td,.review_list .sc-name,.review_list header,.s-tour .sect-title,.signature_block{font-family:dindisplay_pro,sans-serif}.request-form.rq-tickets .rq-btn-wrap .ob-descr{padding-left:185px}.rq-note{font-size:13px;line-height:15px}hr+.rq-note{margin-top:-3px}.rq-note p{margin:10px 0 0}.rq-note:first-child{margin-top:0}.s-tour .sect-title{color:#f60;font-size:22px;line-height:23px;margin:25px 0 15px;padding-left:20px}.rq-form{padding-top:1px}.rq-form hr:first-child{margin-top:0}.rq-form-sect .mf-line.cols-2{width:auto}.rq-form-sect .mf-line.cols-2.rq-place{width:75%}.rq-form .mf-line.rq-person .mf-field{width:60%}.rq-form-sect .mf-line.cols-2.rq-tickets-data .mf-field:first-child{padding-right:40px}.rq-form-sect .mf-line.cols-2.rq-contacts{width:85%}.rq-form .mf-line label{font-size:17px}.mf-line.cols-2.rq-remotely-what{width:100%}.mf-line.cols-2.rq-remotely-what label{width:150px;padding-right:0}.mf-line.cols-2.rq-remotely-what label em{font-style:normal;font-size:14px;line-height:16px;margin-top:5px;display:block;color:#b0b0b0}.mf-line.cols-2.rq-remotely-what .mf-field,.mf-line.rq-remotely-options .mf-field,.mf-line.rq-remotely-options>label{width:auto}.mf-line.rq-remotely-options .mf-field label{margin-left:15px}.mf-line.rq-remotely-options .mf-field label:first-child{margin-left:0}.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-val{width:280px}.rq-form-sect .mf-line .rq-num input[type=text],.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-val input[type=text]{width:80px;margin-left:7px}.rq-form-sect .mf-line .rq-num input[type=text]:first-child,.rq-form-sect.rq-tour-form .mf-line .rq-num input[type=text]{margin-left:0}.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-type .custom-select{display:inline-block;vertical-align:middle;width:190px;margin-left:7px}.rq-form .rq-btn-wrap{display:none}.request-form.rqf-opened .rq-form .rq-btn-wrap{display:block}.mf-line.rq-tel2 .mf-field{width:50%}.rq-translator .rq-form-sect .mf-line.cols-2.rq-trans{width:100%}.rq-translator .mf-line .mf-field{vertical-align:middle;font-size:17px;width:auto}.rq-translator .rq-form-sect .mf-line.cols-2.rq-trans .mf-field{width:50%}.rq-translator .mf-line .mf-field.rq-num input[type=text]{margin-right:5px}.rq-translator .mf-line.rq-trans .mf-field>label{display:block;margin-bottom:5px}.rq-translator .mf-line>label{display:inline-block;vertical-align:middle;width:150px;margin-top:-6px}.rq-translator .mf-line.rq-p-days>label{width:124px}.rq-form .rq-tour-form .mf-line{display:table;table-layout:fixed;width:100%}.rq-form .rq-tour-form .mf-line>*{display:table-cell;vertical-align:top;width:auto;padding:0}.rq-form .rq-tour-form .mf-line>label{width:160px;padding-top:11px}.rq-form .rq-tour-form .mf-line.rq-p-days>label{width:130px}.rq-tour-form .mf-field>div{display:inline-block;margin-right:20px}.rq-tour-form .rq-sel-cond .custom-select{display:inline-block;vertical-align:middle;margin-left:5px;max-width:290px}.rq-tour-form .rq-sel-cond .custom-select:first-child{margin-left:0}.mf-line.rq-from-city input[type=text]{width:50%}.custom-radio-check.rq-rad-rate{display:inline-block;vertical-align:middle;height:40px;border:1px solid #feb17d;border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;margin-right:2px}.custom-radio-check.rq-rad-rate:hover{border-color:#f60;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.ir,.visuallyhidden{border:0;overflow:hidden}.custom-radio-check.rq-rad-rate .custom-checkbox{display:block;height:38px;line-height:38px;padding:0 12px}.custom-radio-check.rq-rad-rate .custom-checkbox:before{content:'';display:inline-block;vertical-align:middle;height:15px;background:url(../img/sprites.png) -340px -16px no-repeat;margin:-2px -1px 0 0}.custom-radio-check.rq-rad-rate .custom-checkbox.checked:before{background-position:-340px -32px}.custom-radio-check.rq-rad-rate:hover .custom-checkbox:before{background-position:-340px 0}.custom-radio-check.rq-rad-rate.rr1 .custom-checkbox:before{width:15px}.custom-radio-check.rq-rad-rate.rr2 .custom-checkbox:before{width:31px}.custom-radio-check.rq-rad-rate.rr3 .custom-checkbox:before{width:47px}.custom-radio-check.rq-rad-rate.rr4 .custom-checkbox:before{width:63px}.custom-radio-check.rq-rad-rate.rr5 .custom-checkbox:before{width:79px}.custom-radio-check.rq-rad-rate input{position:absolute;cursor:pointer;bottom:110%;right:110%}.rq-tour-form .rq-sel-cond.rq-hotel-loc .custom-select{max-width:150px}.rq-tour-form .rq-sel-cond.rq-h-price label{font-size:14px}.rq-tour-form .rq-sel-cond.rq-h-price input[type=text]{width:80px;margin-left:5px}.rq-tour-form .rq-sel-cond.rq-h-price .custom-select{max-width:120px}.rq-form .rq-tour-form .mf-line.rq-notes{width:95%}.mf-line.rq-options{margin-top:20px}.mf-line.rq-options .mf-field>ul{margin:0;padding:15px 20px;list-style:none}.mf-line.rq-options .mf-field>ul li{margin-top:10px}.mf-line.rq-options .mf-field ul li:first-child{margin-top:0}.mf-line .rq-sub-sect{display:table;background:#f3f3ef}.rq-tour-form .mf-field>div.rq-sub-sect{margin-right:0}.mf-line .rq-sub-sect.transl-service{min-width:595px}.mf-line .rq-sub-sect.transl-service .rq-sub-sect-body{width:355px}.mf-line .rq-sub-sect>*{display:table-cell;vertical-align:top;padding:15px 20px;width:auto}.mf-line .rq-sub-sect.transl-service .rq-switch{width:180px;padding-right:0}.mf-line .rq-sub-sect.avia-tickets{max-width:470px}.mf-line .rq-sub-sect.avia-tickets .rq-sub-sect-body{padding-right:0;padding-bottom:5px}.mf-line .rq-sub-sect .rq-sub-sect-body .check{margin:0 20px 10px 0}.mf-line .rq-s-line{margin-top:12px;font-size:15px}.mf-line .rq-s-line:first-child{margin-top:0}.rq-form .mf-line .rq-sub-sect-body label.check{font-size:15px}.mf-line .rq-s-line label{display:inline-block;vertical-align:middle;font-size:15px}.mf-line .rq-s-line .rq-num{display:inline-block;margin-left:10px}.mf-line .rq-s-line .rq-num input[type=text]{width:60px;margin-right:5px}@media only screen and (min-width:1080px){.page-wrap{width:100%;padding-right:40px}.page-wrap .layout{padding-left:3%}.page-wrap .layout.mp-announces .layout-wrap{padding-right:0}.page-wrap .layout.mp-announces .layout-wrap aside{margin-right:0;width:33.33%;margin-left:-100%}.page-wrap .layout.mp-announces .layout-wrap .mcl{width:66.66%}.eprl-col{padding:0 20px 15px}}@media only screen and (min-width:1100px){.e-price-wrap{margin:0 -40px}.epr-layout{border-spacing:40px 0}}@media only screen and (min-width:1170px){.page-wrap .layout{padding-left:6%}.page-wrap .layout .layout-wrap{padding-left:230px}.main-page .page-wrap .header-wrap,.main-page .page-wrap .mp-catalog .layout-wrap,.page-wrap>footer .layout-wrap.footer-wrap{padding-left:240px}.mp-partners .mpp-wrap,.page-wrap section.layout.search-form .layout-wrap{padding-left:430px}.page-wrap .layout .layout-wrap>aside{width:230px;padding-right:50px;margin-left:-230px}.page-wrap>header .logo{margin-left:-230px}.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{margin-left:-67px}.mp-partners .mpp-wrap header{width:230px;margin-left:-230px}.s-phone{margin-left:-25px}.online-adviser{margin-left:-40px}.s-news-list ul li{padding-left:60px;margin-left:-60px}.mp-photo-gallery .pg-item .pgi-descr,.mp-photo-gallery header,.page-wrap .layout.mp-announces .layout-wrap{padding-left:230px}.s-news-list .nl-pict{margin:0 -40px 0 -60px}.mp-photo-gallery,.mp-photo-gallery header .pg-title{margin-left:-230px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date{margin-left:-190px}}@media only screen and (min-width:1200px){.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{margin-left:-67px}.mp-partners .mpp-wrap ul{margin-left:-30px}.mp-partners .mpp-wrap li{margin-left:30px}.eprl-col:first-child{width:50%}}@media only screen and (min-width:1260px){.header-body .header-top{padding-right:510px}.header-body .header-top .ht-main{width:100%}.header-body .header-top .ht-side{width:505px;margin-right:-505px}.mp-partners .mpp-wrap ul{margin-left:-40px}.mp-partners .mpp-wrap li{margin-left:60px}}.ir{background-color:transparent}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none!important}.visible{display:block!important}.c-select-box .csb-selected.dna-clone{display:inline-block}.visuallyhidden{clip:rect(0 0 0 0);height:1px;margin:-1px;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.mf-line .mf-error,.mf-line .mf-success,.pwf-field .error{font-size:15px;padding-right:10px;padding-bottom:5px;width:65%}.clearfix:after,.clearfix:before{content:" ";display:table}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.pwf-msg .msg-error{color:#fe0238;padding-left:20px}.pwf-msg .msg-help:before{content:'—';float:left;margin:0 -15px 0 -20px}.mf-line .mf-error,.pwf-field .error{color:#ff083c}.mf-line .mf-success{display:none;color:#31ff13}.fancybox-inner{overflow:visible!important}.pw-subj{min-height:480px}.pw-subj .csb-menu .level .sublist{display:none}.pw-subj .csb-menu .level.active .sublist{display:block}.pw-subj .csb-menu .level1{display:none}.pw-subj .csb-menu .level1>ul{margin-left:1em;margin-top:.5em}.pw-subj .csb-menu .level1>ul .trigger{margin-left:1em}.pw-subj .csb-menu .level1.visible{display:block}#mCSB_1,#mCSB_3{min-height:188px}.leter-list{float:left;width:30%;min-height:6em}.leter-list .leter{color:#f60;margin-bottom:1em;list-style:none}.about_pic{float:left;margin:0 20px 10px 0;display:block}.about_block h2{margin:0;padding:10px 0 0;color:#f60;font-size:20px;font-weight:400}.about_block ul{position:relative;left:15px;list-style-type:none}.about_block ul li{padding-left:15px}.about_block ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:4px -11px 0 -15px}.about_block_menu,.contacts_top_block{width:100%;float:left}.about_block a.clolr_1{color:#3b5998}.about_block a.clolr_2{color:#1ab2e8}.about_block a.clolr_3{color:#597da3}.signature_block{padding:15px 0 42px;font-size:13px;color:#8d8c8c;font-weight:400}.signature_block_pic{display:block;float:left;margin:0 30px 0 10px}.signature_block h3{font-size:16px;font-weight:400;margin:0;color:#010101}.signature_block strong{display:block;font-weight:400;color:#f60;padding:0 0 2px}.signature_block p{padding:0;margin:0}.about_block_menu{border-bottom:1px dotted #ccc;list-style-type:none;padding:0;margin:0 0 25px}.about_block_menu li{float:left;height:35px;padding:15px 25px 0;border:1px dotted #fcfcfb;position:relative;top:1px;list-style-type:none;margin:0;overflow:hidden;border-bottom:none}.about_block_menu li a{font-size:18px;color:#f60;text-decoration:none;background:url(../img/libk_bg.png) left bottom repeat-x;display:inline-block;height:18px;-webkit-transition:none;-o-transition:none;transition:none}.about_block_menu li a:hover{background:0 0}.about_block_menu li:first-child{padding-left:0}.about_block_menu li.active{border-color:#ccc;background:#fcfcfb}.about_block_menu li.active a{background:0 0;color:#000}.about_block_menu li.active:first-child{border-left-color:#fcfcfb}.about_block_menu.about_active{border-top:1px dotted #ccc;border-bottom-color:#fcfcfb}.about_block_menu.about_active li{border:none}.about_block_menu.about_active li.m_05{display:none}.contacts_top_block_left{float:left;width:340px;color:#464646;font-size:13px}.contacts_top_block_left strong{font-size:20px;font-weight:400;padding:0 17px 0 0;position:relative;top:5px}.contacts_top_block_left p{padding:0;margin:0}.contacts_top_block_right{float:right;width:396px;border-bottom:1px dotted #ccc;padding:7px 0 15px;font-size:13px;color:#787777}.contacts_top_block_right table tr th{text-align:left;vertical-align:top;padding:1px 10px 1px 0;font-weight:400}.contacts_top_block_right table tr td{text-align:left;vertical-align:top;padding:1px 0}.contacts_top_block_right table tr td a{display:inline-block;position:relative;text-decoration:none;padding:0 0 0 21px}.contacts_top_block_right table tr td a i{font-style:normal;text-decoration:underline}.acticle_list h3 a,.acticle_list strong a,.acticle_list_big h3 a,.add_pic_block,.blog_avtor table tr td h3 a,.blog_link a,.contacts_top_block_right table tr td a:hover i,.map_info_block tr td p a:hover,.profile_top_right_1 p a,.review_list .sc-name a,.review_list header .cli-title a{text-decoration:none}.contacts_top_block_right table tr td a span{display:block;width:15px;height:12px;position:absolute;left:0;top:3px;background:url(../img/sprites.png) -223px 0 no-repeat}.button.icon-call:before{width:12px;height:12px;background-position:-304px -117px}.button.icon-call:hover:before,.button.orange.icon-call:before{background-position:-304px -130px}.contacts_bottom{padding:25px 0 0;font-size:12px;color:#464646}.contacts_bottom h3{font-size:13px;font-weight:400;color:#8b8b8b;padding:0 0 5px;margin:0}.contacts_bottom p{padding:0;margin:0}.contacts_bottom .soc-media-buttons{float:right;margin:0}.contacts_bottom h3 span{font-size:16px;position:relative;color:#464646;top:1px;padding:0 0 0 5px}.contacts_bottom_map{margin:10px 0 -5px;border-bottom:1px dotted #ccc;padding:0 0 26px}.contacts_bottom_map img{display:block;width:100%}.parnters_about_block_table{width:100%}.parnters_about_block_table a:hover{color:#f60}.parnters_about_block_table tr td{text-align:left;vertical-align:top;width:140px;padding:0 0 20px}.parnters_about_block_table tr td.delimiter{width:auto!important}.parnters_about_block_table tr td a{color:#464646;display:block;width:140px;font-size:11px;line-height:14px;text-align:center}.parnters_about_block_table tr td a .imp-pict{position:relative;display:block;width:140px;overflow:hidden;margin-bottom:5px;border-radius:4px}.parnters_about_block_table tr td a img{display:block;width:140px}.parnters_about_block_table tr td a .imp-pict:before{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.review_list{list-style-type:none;padding:0;margin:-10px 0 0}.review_list li{position:relative;border-bottom:1px dotted #ccc;padding:25px 0 19px}.review_list li:first-child{padding-top:0}.review_list li:last-child{border-bottom:none}.review_list .cl-item-wrap{padding-left:90px}.review_list .cli-pict{margin-left:-90px;width:70px;height:70px;line-height:65px;padding:2px}.review_list .cli-info{margin-bottom:0}.review_list .sc-name{font-weight:500;font-size:17px;line-height:20px;color:#f60;margin:-7px 0 10px;position:relative}.review_list .sc-name a:hover,.review_list header .cli-title a:hover{color:#464646}.review_list .sc-name span a{font-weight:400;font-size:12px;float:right}.review_list .sc-name span a:before{content:' ';display:inline-block;vertical-align:middle;width:11px;height:13px;background:url(../img/sprites.png) -211px 0 no-repeat;margin:-1px 5px 0 0}.review_list .sc-text{font-size:12px;line-height:16px}.review_list .cli-top{margin-bottom:10px}.review_list header{margin-bottom:2px}.review_list header .cli-title{display:inline-block;vertical-align:top;font-size:30px;line-height:30px;margin:0 6px 0 0;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;max-width:490px}.add_pic_block,.add_pic_list li a.add_pic_link{-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s}.team_list{width:100%;float:left;margin:0;padding:0;list-style-type:none}.team_list li{display:inline-block;vertical-align:middle;width:33%;font-size:11px;position:relative;line-height:1.25;margin-bottom:2em}.team_list li.delimiter{width:100%;height:25px}.team_list li .team_list_bg{position:relative;float:left;padding:0 0 0 104px}.team_list li .team_list_bg .pic{display:block;position:absolute;left:0;top:50%;margin-top:-45px;width:89px;height:89px;border-radius:4px}.team_list li p{padding:0;margin:0;color:#a6a6a5}.team_list li strong{display:block;font-weight:400;color:#464646;font-size:13px;padding:0 0 5px}.team_list li h4{font-size:21px;font-weight:500;color:#f60;padding:3px 0;margin:0;line-height:1}.blog_block,.team_list li:hover h4{color:#464646}.acticle_list p,.acticle_list_big p{line-height:16px}.team_list li a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../img/spacer.gif)}.blog_block{font-size:12px}.blog_block h1{color:#424242;font-size:25px;font-weight:400;margin:0;padding:0}.blog_block h2,.blog_block h3{color:#424242;margin:0 0 -5px;padding:7px 0 0;font-weight:400}.blog_block h2{font-size:22px}.blog_block h3{font-size:19px}.blog_block h4{color:#f60;font-size:14px;font-weight:400;margin:0 0 -10px;padding:4px 0 0}.blog_block_headline{padding:5px 0 0 120px;position:relative;font-size:13px;min-height:95px}.blog_block_headline.full_width{padding-left:0}.blog_block_headline.full_width h1{font-size:36px;line-height:1}.blog_block_headline.full_width .article_info{list-style:none;padding:0}.blog_block_headline.full_width .article_info li{display:inline-block;margin-right:20px}.blog_block_headline.full_width .article_info a{color:#666}.blog_block_headline.full_width .article_info .fa{color:#F60;margin-right:5px}.article_tags{color:#999}.article_tags a{color:#666}.article_tags a:hover{color:#F60}.blog_block_headline strong{display:block;font-weight:400;font-size:14px;color:#f60;padding:8px 0 10px}.blog_block_headline strong span{padding:0 30px 0 0}.blog_block_headline p{margin:0}.blog_block_headline strong a.flag:before,.blog_block_headline strong a.profile_link:before,.blog_block_headline strong span:before{display:inline-block;vertical-align:middle;margin:0 5px 0 0;content:' '}.blog_block_headline strong span:before{width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;position:relative;top:-2px}.blog_block_headline strong a.profile_link:before{width:11px;height:13px;background:url(../img/sprites.png) -24px 0 no-repeat}.blog_block_headline strong a.flag:before{width:14px;height:14px;background:url(../img/sprites.png) -329px -49px no-repeat}.blog_block_headline .pic{display:block;position:absolute;left:0;top:0;width:100px;height:100px;border-radius:4px}.blog_block_headline .content-text{margin-left:-120px;margin-top:2em}.blog_block .pic_left{float:left;margin:4px 30px 5px 0}.blog_block .pic_left img{display:block;border-radius:4px}.blog_block .pic_left i{font-size:11px;color:#a1a1a1;display:block;padding:3px 0 0}.blog_block .pic_right{float:right;margin:4px 0 10px 10px}.blog_block .pic_right img{display:block;border-radius:4px}.blog_block .pic_right i{font-size:11px;color:#a1a1a1;display:block;padding:3px 0 0}.blog_avtor{padding:20px 0 0;margin:19px 0 0}.blog_avtor table{float:left}.blog_avtor table tr th{text-align:left;vertical-align:top;padding:3px 20px 0 0;font-weight:400;font-size:13px;color:#a2a2a2}.blog_avtor table tr td{text-align:left;vertical-align:middle;padding:0 9px 0 0}.blog_avtor table tr td .pic{display:block;width:50px;height:50px;border-radius:3px}.blog_avtor table tr td h3{padding:0 0 5px;margin:0}.blog_avtor table tr td h3 a{color:#464646;font-size:20px}.blog_avtor table tr td h3 a:hover{color:#f60}.blog_avtor table tr td a.facebook{font-size:13px;color:#3b5998}.blog_avtor_right,.blog_avtormidle{font-size:13px;color:#f60}.blog_avtor table tr td a.facebook:before{content:' ';display:inline-block;vertical-align:middle;width:17px;height:17px;background:url(../img/sprites.png) -304px -144px no-repeat;margin:0 5px 0 0}.blog_avtor_right{float:right}.blog_avtor_right .soc_icons{margin:0 0 12px;display:block}.blog_avtor_right .icon,.blog_avtormidle .icon{display:inline-block;width:12px;height:13px;top:3px;margin:0 3px 0 0;background:url(../img/sprites.png) -305px -162px no-repeat;position:relative}.blog_avtormidle i{font-style:normal;color:#a2a2a2;padding:0 32px 0 0}.article_author .author img{float:left;margin-right:50px}.article_author .author:after{content:'';display:block;clear:both}.article_author .author h4{font-size:40px;font-weight:100;color:#333;margin-bottom:15px;padding-top:25px}.article_author .author li{display:inline-block;list-style:none}.article_author .author li+li{margin-left:20px}.article_author .fa-rss-square{color:#ff6601}.article_author .fa-facebook-square{color:#3b5998}.article_author .fa-linkedin-square{color:#069}.article_author .author_about{font-size:16px;color:#333;line-height:1.5}.blog_link{position:relative}.blog_link .button{position:absolute;right:0;top:-5px}.acticle_list{padding:0 0 0 90px;position:relative;font-size:12px;color:#7b7b7b}.acticle_list .pic{display:block;position:absolute;left:0;top:0;width:70px;height:70px;border-radius:3px}.acticle_list h3{margin:0;padding:2px 0 6px;font-size:22px;font-weight:400;font-family:dindisplay_pro,sans-serif}.acticle_list h3 a{color:#464646}.acticle_list h3 a:hover{color:#f60}.acticle_list strong{display:block;font-weight:400;font-size:13px;color:#f60;padding:5px 0 0}.acticle_list strong span{padding:0 30px 0 0}.acticle_list p{margin:0}.acticle_list strong b:before,.acticle_list strong i:before,.acticle_list strong span:before{display:inline-block;margin:0 5px 0 0;content:' ';vertical-align:middle}.acticle_list strong span:before{width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;position:relative;top:-2px}.acticle_list strong i{font-style:normal;opacity:.5}.acticle_list strong i:before{width:11px;height:13px;background:url(../img/sprites.png) -24px 0 no-repeat;position:relative;top:-1px}.acticle_list strong a:hover i{opacity:1}.acticle_list strong b{font-weight:400;opacity:.6}.acticle_list strong b:before{width:14px;height:14px;background:url(../img/sprites.png) -329px -49px no-repeat}.acticle_list strong a:hover b{opacity:1}.acticle_list_big{padding:0 0 0 270px;position:relative;font-size:12px;color:#7b7b7b;min-height:180px}.acticle_list_big .pic{display:block;position:absolute;left:0;top:0;width:250px;height:180px;border-radius:4px}.acticle_list_big h3{margin:0;padding:2px 0 6px;font-size:22px;font-weight:400}.acticle_list_big h3 a{color:#464646}.acticle_list_big h3 a:hover{color:#f60}.acticle_list_big strong{display:block;font-weight:400;font-size:13px;color:#f60;padding:5px 0 0}.acticle_list_big strong span{padding:0 30px 0 0;display:block;float:left}.acticle_list_big strong span:before{content:' ';display:inline-block;vertical-align:middle;width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;margin:0 5px 0 0;position:relative;top:-2px}.acticle_list_big .icon{display:inline-block;width:12px;height:13px;position:relative;top:3px;margin:0 3px 0 0;background:url(../img/sprites.png) -305px -162px no-repeat}.mf-line1{margin-bottom:0}.acticle_list_big .cli-pict .no-logo{width:100px;margin-top:40px}.acticle_list_big .cli-pict{position:absolute;left:0;top:0;width:250px;height:180px;margin-left:0}.country_table{width:100%;margin:6px 0 12px}.country_table tr td{text-align:left;vertical-align:top;width:50%}.country_table tr td ul{list-style-type:none;margin:0;padding:0}.country_table tr td ul li{padding:2px 0;font-size:14px;color:#a2a2a2;font-weight:500}.country_table tr td ul li strong{color:#a2a2a2;font-weight:500;font-size:16px}.country_table tr td ul li span{padding:0 0 0 9px;font-size:16px;color:#424242}.country_table tr td ul li span a{color:#424242;font-size:18px;font-weight:700}.country_table tr td ul li span a:hover{color:#f60}.country_table tr td ul li i{font-style:normal;float:left;display:block;padding:0 0 5px}.country_map .i-map .close-map{bottom:-50px!important}.country_towns{padding:0 0 0 122px;font-weight:500}.country_towns h4{font-size:14px;color:#a2a2a2;font-weight:500;padding:0;margin:0}.country_towns table{width:100%}.country_towns table tr td{text-align:left;vertical-align:top;width:28%}.country_towns table tr td ul{list-style-type:none;margin:0;padding:0}.country_towns table tr td ul li{font-size:16px;padding:3px 0 2px}.country_towns table tr td ul li a{color:#424242}.country_towns table tr td ul li a:hover{color:#f60}.country_content p{color:#464646}.country_content h4,.country_content h5{color:#f60;padding:0;font-weight:400}.country_content h4{font-size:23px;margin:-5px 0}.country_content h5{font-size:20px;margin:15px 0 -5px}.country_content_table{width:100%;font-size:12px;color:#464646}.country_content_table tr td{text-align:left;vertical-align:top;width:58%}.country_content_table tr td.delimiter{width:auto}.country_content_table tr th{text-align:left;vertical-align:top;width:33%;font-weight:400}.country_content_table h4{font-size:18px;font-weight:400;color:#f60;margin:0;padding:0 0 5px}.country_content_table h4 span{color:#464646}.country_content_table p{padding:0;margin:0}.country_content_table tr td ul{list-style-type:none;padding:0;margin:0}.country_content_table tr td ul li:before{content:'•';display:inline-block;margin:0 5px 0 0;vertical-align:middle}.page-title{position:relative}.page-title .button{position:absolute;right:0;top:4px}.archive_block{padding:0 0 20px}.archive_block h4{float:left;font-size:23px;color:#b8b8b7;font-weight:400;padding:8px 28px 0 0;margin:0}.map_info_block tr td,.map_info_block tr th{text-align:left;vertical-align:top;font-weight:500}.archive_block .select_1{float:left;width:148px;margin:0 10px 0 0}.archive_block .select_2{float:left;width:128px}.show-map_1{float:right}.map_info_block{width:100%}.map_info_block tr th{width:15%;color:#a2a2a2;font-size:14px;padding:9px 0 0}.map_info_block tr td{border-bottom:1px dotted #ccc;padding:8px 0;font-size:16px;color:#424242}.map_info_block tr td.width_1{width:35%}.map_info_block tr td p{padding:1px 0;margin:0}.map_info_block tr td p a{display:inline-block;position:relative;color:#424242}.map_info_block tr td p a i{font-style:normal;position:absolute;right:-125px;top:0;font-size:13px;opacity:.7;display:none}.map_info_block tr td p a i:before{content:'';display:inline-block;margin:0 5px 0 0;vertical-align:middle;width:8px;height:14px;background:url(../img/sprites.png) -330px -65px}.map_info_block tr td p a:hover{color:#f60}.map_info_block tr td p a:hover i{display:block}.map_info_block tr:last-child td{border-bottom:none}.i-photo-slides_1{margin-bottom:0}.button.about{padding:3px 12px 2px;margin:10px 0 0}.button.about:before{content:' ';display:inline-block;vertical-align:middle;width:13px;height:14px;background:url(../img/sprites.png) -328px -81px no-repeat;margin:0 4px 0 0;position:relative;top:-1px}.add_link_teg b:before,.add_link_text b:before,.add_pic_block b:before,.content_list li:before,.places_list .space:before,.profile_top_table tr td ul li:before{content:''}.profile_bottom_table tr td,.profile_top_table tr td{vertical-align:top;text-align:left}.content_list,.content_list li{float:none!important;width:auto!important}.button.about:hover:before{background-position:-328px -98px}.content_list{list-style-type:none;padding:13px 0 0!important}.content_list li{margin:0!important;padding:1px 0 1px 17px!important;color:#464646}.content_list li:before{display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:5px -11px 0 -15px}.i-staff-list>ul>li.delimiter{width:100%;height:25px}.profile_top{padding:21px 0 0 120px;position:relative;min-height:200px}.profile_top_pic{position:absolute;left:0;top:0;width:110px}.profile_top_pic img{display:block;border-radius:4px;float:left}.profile_top_pic .big{width:100px;height:100px}.profile_top_pic .big_link{display:block;width:100px;height:100px}.profile_top_pic .small{width:45px;height:45px;margin:10px 10px 0 0}.profile_top h1,.profile_top h3{color:#f60;font-weight:400;margin:0}.profile_top h1{font-size:40px;padding:0 0 12px}.profile_top h3{font-size:18px;padding:0 0 2px}.profile_top_left_1{float:left;width:72%;font-size:15px;color:#464646}.profile_top_left_1 b{font-size:18px;font-weight:500}.profile_top_right_1,.profile_top_table tr td{font-size:15px}.profile_top_left_1 span,.profile_top_right_1 span{display:inline-block;background:url(../img/sprites.png) no-repeat;position:relative}.profile_top_left_1 span.icon1,.profile_top_right_1 span.icon1{width:16px;height:16px;background-position:-326px -114px;margin:0 5px 0 0;top:3px}.profile_top_left_1 span.icon2,.profile_top_right_1 span.icon2{width:13px;height:19px;background-position:-327px -134px;margin:0 5px 0 0;top:5px}.profile_top_left_1 span.icon3,.profile_top_right_1 span.icon3{width:12px;height:11px;background-position:-327px -154px;margin:0 5px 0 25px;top:1px}.profile_top_left_1 span.icon4,.profile_top_right_1 span.icon4{width:9px;height:15px;background-position:-348px -52px;margin:0 5px 0 0;top:2px}.profile_top_left_1 span.icon5,.profile_top_right_1 span.icon5{width:15px;height:13px;background-position:-346px -70px;margin:0 5px 0 0;top:2px}.profile_top_right_1{float:right;width:26%;text-align:right;color:#464646}.profile_top_left_1 p{margin:0;padding:2px 0}.profile_top_right_1 p{margin:0;padding:4px 0}.profile_top_right_1 p a{color:#464646}.profile_top_right_1 p a:hover{color:#f60}.profile_top_table{width:100%;margin-bottom:16px}.profile_top_table tr td{width:47%;border-bottom:1px dotted #ccc;padding:0 0 16px}.profile_top_table tr td h3{font-size:22px;padding:0 0 10px}.profile_top_table tr td p{padding:0;margin:0}.profile_top_table tr td span{color:#a2a2a2}.profile_top_table tr td ul{list-style-type:none;margin:0;padding:1px 0 9px}.profile_top_table tr td ul li{font-family:Arial,sans-serif;font-size:13px}.profile_top_table tr td ul li:before{display:inline-block;width:12px;height:11px;background:url(../img/sprites.png) -327px -154px no-repeat;margin:0 6px 0 0;top:1px}.profile_top_table_1{margin-bottom:0}.profile_top_table_1 tr td{border-bottom:none;padding:0}.profile_top_table tr td .subjects_list{position:relative}.profile_top_table tr td .subjects_list.more{padding-bottom:21px}.profile_top_table tr td .subjects_list span{display:none;font-size:12px;color:#f60;background:url(../img/subjects_list.png) left bottom repeat-x;position:absolute;left:18px;bottom:15px;height:16px;font-family:Arial,sans-serif;cursor:pointer}.add_indo_table,.add_indo_table tr th b,.add_link_text a.e-btn,.add_link_text_text,.add_pic_block,.add_pic_list li a.add_pic_link,.doings_block .button,.i-staff-list>ul>li a.add_pic_link,.ic-buttons_text,.profile_bottom_table,.profile_bottom_table1,.site_link{font-family:dindisplay_pro,sans-serif}.profile_top_table tr td .subjects_list span:hover{background:0 0}.profile_top_table tr td .subjects_list span i{font-style:normal}.profile_top_table tr td .subjects_list.more span{display:inline-block}.profile_bottom_table{width:100%;font-size:15px;color:#424242}.profile_bottom_table tr td.headline{width:120px;padding:6px 0 0;font-size:17px;color:#464646}.profile_bottom_table tr td.profile_info{width:48%}.profile_bottom_table tr td.profile_info table{width:100%;border-collapse:separate!important}.profile_bottom_table tr td.profile_info table tr td{padding:10px 15px 10px 20px;vertical-align:middle;font-size:18px;color:#ff6701;border:1px solid #fdd0af;border-radius:4px;font-weight:500;white-space:nowrap}.profile_bottom_table tr td.profile_info table tr td.delimiter{width:4px;border:none;padding:0}.profile_bottom_table tr td.profile_info table tr td.delimiter div{width:4px}.profile_bottom_table tr td.profile_info table tr.delimiter td{height:4px;border:none;padding:0}.profile_bottom_table tr td.profile_info table tr td strong{font-weight:bolder;font-size:25px}.profile_bottom_table tr td.buttons{width:31%}.profile_bottom_table tr td.buttons .buttons_bg{padding:30px 0 0}.profile_bottom_table1{width:100%;font-size:17px;color:#464646}.profile_bottom_table1 tr td{text-align:left;vertical-align:middle}.end_reg_list li table tr td,.end_reg_list li table tr th{text-align:left;vertical-align:top}.profile_bottom_table1 tr td.headline{width:120px}.profile_bottom_table1 tr td.width1,.profile_bottom_table1 tr td.width3{width:31%}.profile_bottom_table1 tr td.widths{font-size:20px;color:#f60;font-weight:500}.profile_bottom_table1 tr td.widths strong{font-size:40px;font-weight:700;padding:0 7px 0 0;position:relative;top:3px}.subscribe_link{display:none}.pw-subscribe_doing .pw-title span{font-size:25px;font-weight:200;display:block;margin-top:-6px}.pw-subscribe_doing .pwf-msg a.reg{position:relative;left:-117px}.subscribe_after p{padding:0;margin:-10px 0 0}.subscribe_after{display:none}.places_list .space{color:#464646;font-size:15px;font-weight:500;float:left}.places_list .space:before{display:inline-block;width:16px;height:16px;background:url(../img/space.png) no-repeat;margin:0 4px 0 0;position:relative;top:2px}.places_list .cli-info,.places_list .cli-top{margin-bottom:5px}.places_list .button.about{margin-top:0}.end_reg_list{margin:0;padding:0}.end_reg_list li{padding:0 0 24px;list-style-type:none}.end_reg_list li:last-child{padding:0}.end_reg_list li.input_top{padding-right:140px}.end_reg_list li table tr th{padding:8px 5px 0 0;font-size:17px;color:#000;font-weight:400}.end_reg_list li table tr td p{padding:0 0 25px;margin:0;text-align:center;font-size:13px;color:#a2a2a2}.end_reg_list li table tr td.width1{width:98px;padding:0 9px 0 0}.end_reg_list li table tr td.width2{width:88px;padding:0 9px 0 0}.end_reg_list li table tr td.width3{width:185px}.add_pic_block{display:block;width:100px;height:80px;text-align:center;font-size:12px;color:#a2a2a2;font-weight:500;position:relative;line-height:1;transition:background .3s,color .3s;cursor:pointer;padding:20px 0 0}.add_pic_block span{display:block;width:36px;font-size:40px;background:center center no-repeat;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative;margin:0 auto}.add_pic_block .input{display:block;width:100px;height:100px;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.add_pic_block i{display:block;font-style:normal;padding:10px 0 1px}.add_pic_block b{font-size:14px;font-weight:500}.add_link_text a.e-btn,.add_link_text_text{font-size:17px;font-weight:500}.add_pic_block b:before{display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;position:relative;top:1px;margin:0 4px 0 0}.add_pic_block:hover{color:#f60}.add_pic_block:hover b:before{background-position:-181px -32px}.add_pic_block .add-wrapper{margin:0;padding:0}.pic_block{width:100px;display:block;overflow:hidden}.pic_block .input{opacity:0;position:absolute;top:0;left:0;width:0;height:0;z-index:0}.pic_block img{position:relative;z-index:1}.pic-edit-photo{display:none;line-height:1em;margin-top:.5em}.pe-active .pic-edit-photo-wrap{-moz-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;top:4px;right:4px;z-index:4;padding:4px 1px 4px 4px;background-color:#fff;border-radius:4px;-ms-box-shadow:0 1px 3px rgba(0,0,0,.4);-o-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.pe-active .pic-edit-photo{display:block;text-indent:-9999999px;width:18px;height:16px;margin:0;background:url(../img/sprites.png) -117px -145px no-repeat #fff}.add_link_text{padding-left:0!important;line-height:20px;min-height:25px}.add_link_text_text{color:#a2a2a2;display:inline-block;position:relative}.add_link_text_top{min-height:60px}.add_link_text a{color:#a2a2a2}.add_link_text .edit-wrap{display:inline-block!important;position:relative;left:0;top:0;height:20px;margin:0 5px 0 0!important}.add_link_text a.e-btn{display:inline-block;width:auto;height:auto;color:#a2a2a2;opacity:1;vertical-align:middle;margin:0 5px 0 0;padding:0;line-height:18px}.add_indo_table tr td.click_td b a:hover,.add_indo_table tr td.click_td span a:hover{opacity:.5}.add_link_text a.e-btn .fa{width:24px}.add_link_text a.e-btn .fa:before{display:inline-block;width:16px;height:17px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;position:absolute;top:0;left:0;font-size:18px}.add_link_text b{margin-left:10px}.add_link_text b:before{display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0}.add_link_text_medium a:before{top:2px}.add_link_text.p-editable.pe-current .edit-wrap .e-form{display:block!important;top:-5px}.add_link_text.p-editable.pe-current a.e-btn{text-indent:-9000px;padding:5px 0 5px 5px;left:-5px;position:absolute;top:-5px}.dd_width_2,.dd_width_3{padding-right:23px!important}.add_link_text.p-editable.pe-current a.e-btn:before{position:absolute;left:5px;top:5px;display:block!important;background-position:-405px -51px}.add_link_teg b,.ic-buttons_pos{position:relative}.add_link_text.p-editable.pe-current .add_link_text_text,.i-info header .i-place.add_link_text:before{display:none}.add_link_text_medium,.add_link_text_medium .add_link_text_text,.add_link_text_medium a.e-btn{font-size:15px!important}.i-info header .i-place.add_link_text a{text-decoration:underline;color:#a2a2a2}.add_pic_list li a.add_pic_link,.i-staff-list>ul>li a.add_pic_link{text-decoration:none;line-height:1}.add_link_text a:hover,.i-info header .i-place.add_link_text a:hover{color:#f60}.dd_width_1{width:200px!important}.dd_width_2{width:328px;padding-left:75px!important}.dd_width_3{width:218px}.dd_width_4{width:320px!important}.dd_width_5{width:260px!important}.i-place.add_link_text.p-editable.pe-current .add_link_text_text{display:block;padding-left:35px;top:0}.i-place.add_link_text.p-editable.pe-current a.e-btn:before{left:10px}.add_link_text a:hover:before{background-position:-425px -52px}.add_indo_table tr th b:before,.add_link_teg b:before{background:url(../img/sprites.png) -365px -53px no-repeat;height:12px}.add_link_teg .select{float:left;width:368px;margin:0 13px 0 0;min-height:36px}.add_link_teg b{float:left;top:10px;font-size:15px;color:#a2a2a2;font-family:dindisplay_pro,sans-serif;font-weight:500}.add_link_teg b:before{display:inline-block;width:14px;margin:0 4px 0 0}.ic-buttons_text{left:0;top:32px;font-size:13px;color:#a2a2a2;font-weight:500}.add_indent{margin-bottom:4px}.ic-links_indent{padding-top:5px}.soc-media-buttons1{display:inline-block;position:relative;margin:0!important;top:-2px;left:5px}.soc-media-indent{margin:10px 0 0}.add_indo_table tr td.click_td b a:before,.add_indo_table tr td.click_td span a:before,.add_indo_table tr th b:before{display:inline-block;margin:0 4px 0 0;content:''}.pe-current .soc-media-buttons1{position:static}.add_indo_table{width:100%}.add_indo_table tr th{text-align:left;vertical-align:top;font-size:19px;color:#a2a2a2;font-weight:400;padding:0 0 13px}.add_indo_table tr th b{font-size:20px;color:#a2a2a2;font-weight:500}.add_indo_table tr th b:before{width:14px}.add_indo_table tr td{text-align:left;vertical-align:middle;font-size:17px;color:#464646;padding:5px 0}.add_pic_list li a.add_pic_link,.i-staff-list>ul>li a.add_pic_link,.s-news-list .nl-pict{text-align:center;box-shadow:inset 0 1px 0 #e8e8e7}.add_indo_table tr td.click_td span{color:#f60;font-size:14px}.add_indo_table tr td.click_td span a{color:#f60}.add_indo_table tr td.click_td span a:before{width:11px;height:12px;background:url(../img/sprites.png);position:relative;top:2px}.add_indo_table tr td.click_td b{color:#f60;font-weight:400;font-size:14px}.add_indo_table tr td.click_td b a{color:#f60}.add_indo_table tr td.click_td b a:before{width:12px;height:13px;background:url(../img/sprites.png) -368px -69px;position:relative;top:2px}.add_indo_table tr td .headline{width:1px;height:1px;position:relative}.add_indo_table tr td .headline p{position:absolute;left:0;top:5px}.add_pic_list li{position:relative}.add_pic_list li span.close{display:block;position:absolute;right:29px;top:9px;width:16px;height:16px;background:url(../img/sprites.png) -385px -72px no-repeat;cursor:pointer}.add_pic_list li span.close:hover{background-position:-404px -72px}.add_pic_list li a.add_pic_link{background:#fff;display:block;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;color:#a2a2a2;font-weight:500;position:relative;transition:background .3s,color .3s}.add_pic_list li a.add_pic_link span,.i-staff-list>ul>li a.add_pic_link{-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s}.add_pic_list li a.add_pic_link span{display:block;margin:30px auto 0;width:46px;height:46px;border-radius:50%;background:url(../img/add_pic_block_bg2.png) center center no-repeat #d0d0d0;transition:background .3s,color .3s;position:relative}.add_pic_list li a.add_pic_link .input{display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.add_pic_list li a.add_pic_link i{display:block;font-style:normal;padding:10px 0 1px}.add_pic_list li a.add_pic_link b{font-size:14px;font-weight:500}.add_pic_list li a.add_pic_link b:before{content:'';display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0;position:relative;top:1px}.add_pic_list li a.add_pic_link:hover{color:#f60}.add_pic_list li a.add_pic_link:hover span{background-color:#f60}.add_pic_list li a.add_pic_link:hover b:before{background-position:-181px -32px}.i-staff-list>ul>li a.add_pic_link{background:#fff;display:block;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;width:90px;height:79px;padding:11px 0 0;font-size:13px;color:#a2a2a2;font-weight:500;position:relative;transition:background .3s,color .3s}.events-filter,.stub{-moz-box-sizing:border-box}.i-staff-list>ul>li a.add_pic_link span{display:block;margin:0 auto;width:27px;height:27px;border-radius:50%;background:url(../img/add_pic_block_bg1.png) center center no-repeat #d0d0d0;-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s;transition:background .3s,color .3s;position:relative}.service-page .error-blob,.specify-link{-webkit-transition:all .3s;-o-transition:all .3s}.i-staff-list>ul>li a.add_pic_link .input{display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.i-staff-list>ul>li a.add_pic_link i{display:block;font-style:normal;padding:10px 0 1px}.i-staff-list>ul>li a.add_pic_link b:before,.site_link a:before{display:inline-block;position:relative;content:''}.i-staff-list>ul>li a.add_pic_link b{font-size:14px;font-weight:500}.i-staff-list>ul>li a.add_pic_link b:before{width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0;top:1px}.i-staff-list>ul>li a.add_pic_link:hover{color:#f60}.i-staff-list>ul>li a.add_pic_link:hover span{background-color:#f60}.i-staff-list>ul>li a.add_pic_link:hover b:before{background-position:-181px -32px}.reason_block{font-size:11px;color:#f60;line-height:13px;margin:-10px 0 0}.reason_block p{padding:6px 0 0;margin:0}.i-info header{position:relative}.site_link{font-size:13px;font-weight:500;margin-bottom:.4em}.site_link a{color:#a2a2a2;text-decoration:underline}.site_link a:hover{text-decoration:none}.site_link a:before{width:16px;height:16px;background:url(../img/sprites.png) -426px -93px;margin:0 5px 0 0;top:4px}.i-contacts1{margin-top:0!important}.i-additional1{margin-bottom:0!important}.cl-item_active{border:1px solid #fe9232}.doings_block{padding-right:0}.doings_block .button{border-color:#ccc;margin:0 10px 10px 0;font-weight:400;color:#424242;font-size:17px}.doings_block .button:hover{color:#fff;border-color:#ff7600}.doings_block .button.more:after{background-position:-158px -16px}.doings_block .button.more:hover:after{background-position:-165px -23px}.button.dark_green{border-color:#a5c67d;color:#4e9000}.button.dark_green:hover{border-color:#4e9000;background:#4e9000;color:#fff}.button.icon-up:before{width:13px;height:15px;background-position:-348px -92px}.button.icon-up:hover:before{background-position:-365px -92px}.s-news-list .nl-pict{float:left;margin:0 10px 5px 0;border-radius:4px;background:#fff;padding:6px 3px 3px}.add_company{text-align:right}.add_company a{color:#fff;text-decoration:underline;word-spacing:normal;position:relative;top:-6px}.add_company a:hover{text-decoration:none;color:#fff}.add_company a:before{content:'';background:url(../img/sprites.png) -405px -51px;display:inline-block!important;width:16px;height:17px;position:relative;left:-5px;top:4px}.add_company a:hover:before{background:url(../img/sprites.png) -405px -51px!important}.hide-element{display:none!important}.show-element{display:block!important}.i-additional .add_link_text .edit-wrap>.e-btn{display:none}.wait-ajax{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:4}.wait-ajax img{display:block;position:absolute;left:50%;top:50%;margin-top:-27px;margin-left:-27px}.wait-ajax.absolute{position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(191,191,191,.3);display:none}.dna-template{display:none}.pw-body .place-box{min-height:282px;position:relative}.c-select-box.topics .csb-title ul.ui-autocomplete{background:#FFF;border:1px solid #CCC;margin-left:0;z-index:1020}.main-field-complete{z-index:3;height:auto}.button.icon-eye:before{width:15px;height:11px;background-position:-225px -164px}.body-fixed,.modal-wrapper{width:100%;height:100%;position:fixed}.button.icon-eye.active:before,.button.icon-eye:hover:before{background-position:-241px -164px}.full-visible{visibility:visible!important}.ov-hidden{overflow:hidden!important}.body-fixed,.search_form .scroll-container{overflow:hidden}.specify-link{color:#464646;text-decoration:none;transition:all .3s;display:block;float:right;clear:right}.specify-link:hover{text-decoration:underline;color:#f60}.no-wrap{white-space:nowrap}.pd-top-14{padding-top:14px}.mt-0{margin-top:0}button.gray{background:#dbdbdb;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdbdb),color-stop(100%,#bdbdbd));background:-webkit-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-o-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-webkit-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-o-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:linear-gradient(to bottom,#dbdbdb 0,#bdbdbd 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bdbdbd', GradientType=0)}.button.apply-filter,.events-filter .csb-selected{filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0)}button.gray:hover{background:#dbdbdb}.inline-block{display:inline-block;vertical-align:top}.modal-wrapper{top:0;left:0;background:rgba(0,0,0,.8);z-index:4}.disable-inner:before{display:none!important}.right{float:right}.min-height{min-height:27px}.mb-05em{margin-bottom:.5em}.mb-2em{margin-bottom:2em}.mb-1em{margin-bottom:1em}.bd-dashed{border-bottom:1px dashed #f60}.orange-text{color:#f60}.stub{text-align:center;background:#fff;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;box-sizing:border-box}.pw-subj .q-sel{top:0;position:absolute;right:0;margin-top:1em}.search-modal-overlay{position:fixed;bottom:0;right:0;top:0;left:0;z-index:10;background:url(../lib/fancybox/fancybox_overlay.png);display:none;overflow-y:auto}.events-filter .c-select-box,.events-filter .csb-selected-items{background-color:transparent}.search-modal-wrap{position:absolute;z-index:11;top:50%;left:50%;width:640px;height:auto;min-height:360px;margin-bottom:3em}.events-feed-page{margin-top:-14px;margin-bottom:2em}.events-feed-page h2{font-size:16px;font-weight:400;margin-left:1em;color:#fff;margin-bottom:0}.events-filter{clear:both;margin-left:-2%;box-sizing:border-box}.events-filter .c-select-box{border:0;padding:0;box-shadow:none}.events-filter .csb-selected{background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(67%,#fff),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:linear-gradient(to bottom,#fff 67%,#f5f5f5 100%);padding-bottom:0}.events-filter a{color:#fff;text-decoration:underline}.events-filter a:hover{text-decoration:none}.events-filter:after{content:'';display:block;clear:both}.events-filter .csb-selected a{color:#f60}.events-filter .col{margin-left:2%;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:1px}.events-filter-box .csb-selected-items{display:block;border:0;padding:8px;min-height:initial}.events-filter-box .csb-selected-items .csb-selected{margin-bottom:8px}.events-filter-box .csb-selected.dna-clone{display:inline-block}.events-feed-page .cl-exhibitions{border-top:1px dotted #cdcdcd;padding-top:1.5em;margin-top:2em}.events-feed-page .events-filter{display:none;border-radius:4px 0 4px 4px;background:#F60;padding-right:2%;-ms-box-shadow:0 1px 3px rgba(0,0,0,.4);-o-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.events-filter-wrap{position:relative;overflow:visible;margin-bottom:1em}.events-filter-wrap .button{margin-top:-40px;float:right;line-height:32px;height:36px;position:relative}.events-filter-wrap .button.active:after{position:absolute;content:'';display:block;width:100%;height:5px;background:#f60;border:1px solid #f60;left:0;margin-left:-1px;bottom:0;margin-bottom:-5px}.events-filter-wrap .button.active{background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);border-color:#f60;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);border-bottom-left-radius:0;border-bottom-right-radius:0}.button.apply-filter{background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(67%,#fff),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:linear-gradient(to bottom,#fff 67%,#f5f5f5 100%);color:#f60;margin-top:0;-moz-border-radius:4px 4px 0 0;border-bottom:0;display:none;border-radius:4px 4px 0 0}.button.apply-filter.icon-check:hover{box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);text-shadow:none}.button.apply-filter.icon-check:hover:before{background-position:-106px -16px}.events-feed-page .filter-hint-block{border:1px dashed #87C525;display:none;border-radius:4px}.events-feed-page .filter-hint-block p{margin:8px;text-align:center;color:#464646}.events-feed-page .filter-hint-block p .red{font-weight:700;color:#d80000}.message-not-found{margin-top:19px;margin-left:40px;padding-left:60px;padding-top:18px}.message-not-found .fa{color:#f60;font-size:48px;vertical-align:middle;margin-left:-40px;margin-top:-24px}.message-not-found span{display:inline-block}.message-not-found .message{font-family:dindisplay_pro,Arial,sans-serif;font-size:18px;margin-left:14px;line-height:1.2em}.mp-search .clear-all-button,.search-form-wrap .clear-all-button{display:none;width:17px;height:17px;background:url(../img/sprites.png) -385px -72px no-repeat;cursor:pointer;vertical-align:top;margin-top:2px}.mp-search .clear-all-button.active,.search-form-wrap .clear-all-button.active,.search-modal-wrap .ui-menu .ui-menu-item a{display:inline-block}.mp-search .clear-all-button:active,.search-form-wrap .clear-all-button:active{background-position:-385px -89px}.mp-search .pw-period .pwf-field.err input{border:2px #D80000}.search-modal-wrap .ui-menu .ui-menu-item .subj-category{display:inline-block;color:#a2a2a2;font-size:15px;line-height:15px;border:none;padding:2px 5px;cursor:pointer;text-decoration:none;min-height:0;font-weight:400;white-space:normal}.search-modal-wrap .ui-autocomplete{width:533px}.err-message-box:before,.required.err:before{width:15px;height:16px;content:''}.search-modal-wrap .ui-menu .ui-menu-item{white-space:nowrap}.search-modal-wrap .ui-menu li{margin-bottom:4px}.search-modal-wrap .ui-menu{line-height:15px}@media (max-width:1086px){.mp-search .search-form-wrap{max-width:764px;overflow:hidden;display:block}.mp-search .search-form-wrap .search-line{display:block;word-spacing:-4px}.mp-search .search-form-wrap .search-line .sf-field-wrap{display:inline-block;word-spacing:normal;-moz-box-sizing:border-box;box-sizing:border-box}}.required{position:relative}.required.err input{border:2px #d80000}.required.err:before{display:block;position:absolute;top:50%;right:0;margin-right:32px;margin-top:-8px;background:url(../img/sprites.png) -360px -159px;z-index:1}.err-message-box{display:none!important}.err-message-box.active{display:block!important;padding-left:24px;color:#ce0000}.err-message-box:before{display:block;background:url(../img/sprites.png) -390px -159px;margin-left:-24px;float:left}.err-message-box.red:before{background:url(../img/sprites.png) -360px -159px}.button.removecalendar{border-color:#2592c5;background:#2592c5;color:#fff;text-shadow:none}.button.removecalendar:before{background-position:-60px -16px}.button.removecalendar:hover{background:#4c9ec4}.button.unvisit{border-color:#f60;background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.button.unvisit:before,.button.unvisit:hover:before{background-position:-64px -159px;width:9px;height:10px;margin-top:0}.button.unvisit:hover{background:#FF8635}.place .i-info .i-descr-readmore{display:block;padding-bottom:1em;margin-bottom:36px;border-bottom:dashed 1px #7e7e7e;font-size:15px;color:#a2a2a2;text-decoration:none}.place .i-info .i-descr-readmore:hover{text-decoration:underline}.note-wrap,.note-wrap-disabled{display:inline-block;vertical-align:top;position:relative}.add_link_teg .e-btn,.edit-profile .i-info .add_link_text_text,.look-also a:before,.сallback-modal .submit:after{vertical-align:middle}.note-wrap-disabled .note-overlay{display:none}.note-wrap .note-overlay{margin-top:5px;padding:10px 14px;position:absolute;background:#87c525;color:#fff;font-size:12px;font-weight:700;width:240px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none;z-index:10}.look-also a,.note-wrap:hover .note-overlay{display:block}.note-wrap:hover .note-text{width:100%;height:100px}.note-wrap:hover .note-text:focus{border:1px solid #6EA01E}.note-wrap:hover .note-button{-webkit-transition:none;-o-transition:none;transition:none;border-color:#87c525;background:#87c525;color:#fff;text-shadow:none;position:relative}.note-wrap:hover .note-button:before{background-position:-74px -16px}.note-wrap:hover .note-button:after{content:'';border:1px solid #87c525;display:block;position:absolute;background:#87c525;width:100%;height:8px;bottom:0;left:0;margin-left:-1px;margin-bottom:-8px}.main-page.note-wrap .note-overlay{bottom:0;margin-bottom:26px}.main-page.note-wrap:hover .note-button:after{margin-bottom:22px}.look-also a{position:relative;color:#6d6d6d;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;margin-bottom:.5em}.look-also a:before,.service-page .error-field.simple-wrap{display:inline-block}.look-also a:hover{color:#f60;text-decoration:none}.look-also a:hover:before{background-position:-235px -134px}.look-also a:before{content:'';height:9px;top:50%;margin-top:-4px;width:8px;background:url(../img/sprites.png) -251px -134px no-repeat;margin-right:10px}.service-page .error-field{position:relative;-moz-box-sizing:border-box;box-sizing:border-box}.service-page .error-field.simple-wrap:before{margin-right:16px;margin-top:-8px}.mf-line.cols-2 .mf-field.error-field:first-child:before{margin-right:30px}.service-page .error-field:before{content:'';display:block;position:absolute;top:50%;right:0;margin-right:20px;margin-top:-11px;width:15px;height:16px;background:url(../img/sprites.png) -360px -159px}.after-register-modal .pwf-line .hint-box:after,.error-blob:after,.error-blob:before,.thanks-page .help-block .figure:after{content:" ";pointer-events:none}.service-page .error-field input{border-color:#d80000}.service-page .error-blob{border-width:2px;border-color:#d80000;background:#696969;text-align:center;color:#fff;position:absolute;padding:8px 16px;top:0;left:50%;margin-top:-41px;width:160px;margin-left:-100px;border-radius:4px;display:none;font-size:14px;transition:all .3s}.service-page .error-field:hover .error-blob{display:block}.error-blob:after,.error-blob:before{top:100%;left:50%;border:solid transparent;height:0;width:0;position:absolute;border-color:#696969 transparent transparent}.error-blob:after{border-width:3px;margin-left:-3px}.error-blob:before{border-width:9px;margin-left:-9px}.service-page .error-blob ul{margin:0;padding:0;display:block;list-style-type:none}.cal-scroll-button .sprite{display:block;width:17px;height:17px;border-radius:10px;background:#464646;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;padding-left:4px;padding-top:3px;-moz-box-sizing:border-box;box-sizing:border-box}.cal-scroll-button .sprite:before{display:block;content:'';width:8px;height:12px;background:url(../img/sprites.png) -225px -134px no-repeat}.cal-scroll-button:hover .sprite{background:#f60}.cal-scroll-button{position:absolute;top:0;width:34px;height:34px;border-radius:17px;background:#FCFCFB;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:9px;padding-top:9px;cursor:pointer;margin-top:96px}.cal-scroll-button.to-left{left:0;margin-left:6px}.cal-scroll-button.to-right{right:0;margin-right:6px}.cal-scroll-button.to-right .sprite{padding-left:5px}.cal-scroll-button.to-right .sprite:before{background-position:-175px 0}.calenadar-body{overflow:hidden}.calenadar-body .mCSB_scrollTools_horizontal{opacity:0!important}.no-events .c-event{background-color:#CACACA}.no-events .c-event .ce-wrap{-moz-box-sizing:border-box;box-sizing:border-box;height:60px;text-align:center;padding-top:20px;font-size:20px;color:#464646;overflow:hidden;position:relative;font-family:dindisplay_pro,sans-serif;text-shadow:0 1px 0 rgba(255,255,255,.8)}#get_filters,.filter_form_header{text-shadow:1px 1px rgba(0,0,0,.35);text-transform:uppercase}.no-events .c-event .ce-wrap .message{position:absolute;text-align:center}.no-events .c-event .ce-wrap.small{font-size:14px;padding-top:14px}.edit-profile .edit-wrap{display:block}.edit-profile .i-title .e-form{margin-top:7px}.edit-profile .full-width .static-value{height:27px}.edit-profile .pe-current .e-form{display:block}.edit-profile .social.pe-current .i-descr{opacity:0}.edit-profile .p-editable{padding-left:22px}.edit-profile .p-editable.i-place{padding-left:36px}.edit-profile .p-editable.social .e-btn.full-complete{color:#f60}.edit-profile .p-editable.social .e-btn.full-complete:hover{opacity:.7}.edit-profile .i-pict.p-editable{padding:0}.edit-profile .ic-tel .custom-radio-check{position:relative}.edit-profile .i-pict.p-editable img{z-index:0}.edit-profile .ic-tel .epfl{margin-bottom:0}.edit-profile .check{color:#f5f5f5;margin-top:4px;margin-bottom:0;padding-left:4px}.edit-profile .check .custom-checkbox{width:14px;height:14px;margin:-1px 5px 0 0}.my-companies-block:after{content:'';display:block;clear:both}.my-companies-block .ia-title{font-family:dindisplay_pro,sans-serif;font-size:20px;line-height:23px;margin-bottom:10px}.my-companies-block .company{display:block;-moz-box-sizing:border-box;box-sizing:border-box;width:23%;float:left;margin-right:2%;margin-top:20px}.my-companies-block .company .logo,.my-companies-block .company .logo img{width:100%;height:auto;display:block}.my-companies-block .company a{display:block;margin-left:auto;margin-right:auto}.my-companies-block .company .logo{-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-top:1px solid #CCCBC6;background-color:#fff;overflow:hidden;min-height:141px;position:relative}.after-register-modal .required.err .select2-choice,.create-company-modal .select-input.err .select2-choices{border:2px #d80000}.my-companies-block .company .logo img.portrait{height:141px;width:auto;margin-left:auto;margin-right:auto}.my-companies-block .company .logo img.no-logo{position:absolute;margin-top:-29px;margin-left:-30px;top:50%;left:50%;width:60px;height:58px}.my-companies-block .company .title{display:block;color:#606060;margin-top:8px;text-decoration:underline;text-align:center;position:relative}.my-companies-block .company .title .e-btn{padding:0;border-radius:0;height:16px;top:3px}.my-companies-block .company a:hover .title{text-decoration:none}.my-companies-block.editable .company .fa:before{position:absolute;left:0;top:0;font-size:18px;color:#f60}.add-company-block{margin-top:2em}.edit-profile .hidden{display:none}.edit-profile .i-info .e-btn{margin-right:0}.edit-profile .ic-buttons .add_link_text{display:inline-block}.edit-profile .ic-buttons .p-editable{padding-left:0}.create-company-modal .select-input.err{width:auto}.p-editable.pe-current .e-btn.social{background-color:transparent}.p-editable.pe-current .e-btn.social:before,.p-editable.pe-current.social .e-form:before,.p-editable.social .edit-label{display:none}.edit-profile.company .add-info .edit-label,.p-editable.pe-current.social .edit-label{display:block;width:24px;margin-left:-24px;padding-left:5px;padding-top:4px;padding-bottom:4px;background-color:#f60;position:absolute;top:0;left:0;border-radius:3px 0 0 3px}.edit-profile.company .add-info .edit-label .fa,.p-editable.pe-current.social .edit-label .fa{font-size:18px;color:#fff}.edit-profile .editable-wrap .static-value.website{height:27px!important}.edit-profile .editable-wrap .static-value.address{line-height:28px;min-height:27px;display:block}.edit-profile .i-contacts .editable-wrap .static-value{display:block;height:23px}.edit-profile .editable-wrap>p{display:block;margin:0}.edit-profile .i-additional .editable-wrap>p{min-height:23px}.edit-profile .i-additional .editable-wrap .static-value{min-height:27px}.edit-profile .editable-wrap:before{display:none}.add_link_teg .tags,.edit-profile .theme-wrap .input,.edit-profile .theme-wrap .label{display:inline-block}.edit-profile .social .e-form .err:before{margin-right:9px}.edit-profile .add_link_teg .select2-input{line-height:36px!important;font-size:16px!important}.edit-profile .description-text{font-size:14px}.edit-profile .add_link_teg .label{float:none;margin-left:12px}.outer-profile .i-additional{margin-bottom:36px}.outer-profile .i-info .i-title{margin-bottom:14px}.outer-profile .i-contacts .ic-buttons{margin-right:0;padding-left:32px}.outer-profile .i-contacts .ic-buttons .soc-media-buttons{margin-top:0;margin-bottom:16px;padding-left:8px}.outer-profile .i-info .i-contacts{margin-bottom:24px;margin-top:24px}.outer-profile .ic-tel{margin-bottom:14px}.add_link_teg .tags{font-size:12px;margin-top:0}.edit-profile.company .i-additional .e-btn{vertical-align:middle;margin-right:3px}.edit-profile.company .i-additional dl.add-info dd,.edit-profile.company .i-additional dl.add-info dt{min-height:24px;line-height:24px;padding-top:5px;margin-bottom:0}.edit-profile.company .description-text{padding-top:4px}.edit-profile.company .description-text p{line-height:15px;font-size:12px}.edit-profile .theme-wrap .label{font-size:15px;color:#a2a2a2;font-family:dindisplay_pro,sans-serif;font-weight:500;display:inline-block;position:relative;padding-right:6px}.edit-profile .theme-wrap .label p{display:inline}.company-preview .i-info .i-contacts .ic-buttons .soc-media-buttons{margin-top:12px}.company-preview .i-info .brief{font-size:12px;line-height:16px;color:#7e7e7e;font-family:Arial,sans-serif}.message-register-success .message,.message-standart .message{font-family:dindisplay_pro,Arial,sans-serif}.address-wrap .i-descr,.error-404 .figure,.error-404 h2,.event-page .title,.thanks-page .left-part figcaption,ol.numeric li:before{font-family:dindisplay_pro,sans-serif}.company-preview .i-info .brief p{margin:0}.company-preview .i-info,.company-preview .pw-open{margin-bottom:1em}.company-preview .i-info .i-tags{font-size:12px}.company-preview .soc-media-buttons{margin-top:2px!important}.profile-preview-btn{margin-top:1em;margin-bottom:2em}.company-preview .specialization,.edit-profile .specialization .static-value{font-size:13px;font-weight:400;color:#7D7D7D}.edit-profile .specialization{margin-bottom:1em}.edit-profile .specialization .p-editable{min-height:27px}.edit-profile .theme-form select{opacity:0}.about-page .tab{display:none}.about-page .tab.active{display:block}.about-page .tabs-body{padding-top:20px}.about-page .tabs-opening{margin-bottom:20px}.team_list .stub{display:block;position:absolute;left:0;top:50%;margin-top:-40px;width:89px;height:89px;text-align:center;padding-top:15px}.team_list li .team_list_bg .stub img{display:inline;position:relative;top:0;margin-top:0;width:auto;height:auto}.сallback-modal{width:534px}.сallback-modal .pw-form .pwf-field{width:340px}.сallback-modal .submit:before{display:none}.сallback-modal .submit:after{content:' ';display:inline-block;background:url(../img/sprites.png) -176px 0 no-repeat;margin:-2px 7px 0 6px;width:8px;height:12px}.subscribe-modal .required.err:before,.сallback-modal .required.err:before{margin-top:2px}.subscribe-modal{width:560px;color:#000}.subscribe-modal .pw-form .pwf-field{width:340px}.subscribe-modal .submit{cursor:pointer}.subscribe-modal .pw-title{font-size:26px;font-weight:300}.subscribe-modal .sub-header{margin-top:0}.subscribe-modal .submit-arrow{display:inline-block;margin-left:20px}.subscribe-modal header{padding-bottom:0}.subscribe-modal .gray{color:#8d807f}.subscribe-modal .small{font-size:.9em}.subscribe-modal.lessons .form-side{float:left;width:60%;position:relative;z-index:1;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:14px}.subscribe-modal.lessons .image-side{float:left;width:40%}.subscribe-modal.lessons .image-side img{position:absolute;width:233px;margin-left:-42px;margin-bottom:-19px;z-index:0}.subscribe-modal.lessons .label-header{font-size:18px}.subscribe-modal.lessons .label-header .small{font-size:.8em}.subscribe-modal.lessons .pw-form .pwf-field{width:214px}.subscribe-modal.lessons .pw-form .submit{height:42px;line-height:42px;width:214px}.subscribe-modal.lessons .submit-arrow{position:absolute;right:0;margin-right:-20px}.invite-modal{width:560px;color:#000}.invite-modal .logos{display:table;margin-left:auto;margin-right:auto;margin-bottom:26px}.invite-modal .logos .item{display:inline-block;margin-left:16px}.invite-modal .logos .item:first-child{margin-left:0}.invite-modal .label p{margin:0}.invite-modal .pw-title{font-size:24px;font-weight:400;line-height:25px}.invite-modal .button{height:42px;line-height:42px;padding-top:0;padding-bottom:0;font-size:15px;width:214px;text-align:center}.invite-modal .submit-arrow{display:inline-block;margin-left:20px}.add-event-page .set-sect.not-active .form-wrap{display:none}.add-event-page .w-time .mCSB_inside>.mCSB_container{margin-right:0}.add-event-page .w-time .mCustomScrollBox{overflow:hidden!important}.reg-form .msg-help .error{color:#d80000}.after-register-modal .pw-form .pwf-line{margin-bottom:0}.after-register-modal .pw-form .pwf-field{padding:0}.after-register-modal .pwf-field input[type=text]{line-height:30px;height:30px}.after-register-modal .pw-form .input_top .pwf-field,.after-register-modal .pw-form .pwf-line{display:block!important}.after-register-modal .input_top select{width:100%}.after-register-modal input[type=text]:focus{padding:0 6px}.after-register-modal .required.err:before{margin-right:8px;margin-top:-27px}.after-register-modal .input_bottom .required.err:before{margin-right:8px;margin-top:-7px}.after-register-modal .input_top .required.err:before{margin-right:8px;margin-top:-8px}.thank-registering{font-size:16px}.thank-registering header{padding-bottom:16px!important}.after-register-modal .pwf-line.phone .err-message-box{font-size:13px}.after-register-modal .pwf-line .err-message-box{margin-top:4px}.after-register-modal .pwf-line .hint-box{display:none;width:62px;position:absolute;text-align:center;margin-left:31px;padding:8px 12px;color:#000;background-color:#aaa;opacity:.6;margin-top:-68px;border-radius:4px}.message-register-success,.message-standart{margin-top:40px}.after-register-modal .pwf-line .err+.hint-box{display:none!important}.after-register-modal .pwf-line .hint-box:after{top:100%;left:50%;height:0;width:0;position:absolute;border:4px solid rgba(170,170,170,0);border-top-color:#aaa;margin-left:-4px}.message-register-success .fa{color:#f60;font-size:80px;margin-bottom:40px}.message-register-success span{display:block;text-align:center}.message-register-success .message{font-size:26px}.message-standart .fa{color:#f60;font-size:40px;margin-right:9px}.message-standart .message{font-size:18px;line-height:40px;display:inline-block}.recovery-page{padding-bottom:2.6em;-moz-box-sizing:border-box;box-sizing:border-box}.recovery-page .label{font-size:18px;margin-bottom:1.5em;margin-top:1.5em}.recovery-page .error-text,.recovery-page .input{display:inline-block}.recovery-page .submit{height:40px;line-height:40px;display:block;margin:2em 0 0 24px}.recovery-page .input input{margin-left:24px;width:340px}.recovery-page .input.err:before{margin-right:12px}.recovery-page .error-text{padding-left:12px;font-size:14px;color:#d80000}.event-page .title{font-size:23px;line-height:24px;margin:0 0 12px}.event-page .title .fa{font-size:.8em}.advertise-window .pwf-msg{color:#f60;padding-top:8px;padding-left:24px}.advertise-window .pwf-field{width:310px!important}.advertise-window header .pw-title{font-weight:400;margin:19px 0}.advertise-window header{padding-bottom:0}.event-news-subscribe-modal .pw-form .pwf-field{width:340px}.expo-place-page .i-info .i-descr{height:auto}.expo-place-page .i-descr-readmore{margin-bottom:1em;display:block}.eni-areas.stat .enis-col{text-align:center;display:inline-block;width:auto;padding-right:32px}.eni-areas.stat .eni-title{float:left;margin-left:-130px;display:block;width:110px;margin-right:16px;font-size:20px;line-height:21px;text-align:right;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#f60}.news-filter-block .mf-line.s-subj-tag .mf-field label{margin-bottom:1em}.news-filter-block .select2-container-multi .select2-choices .select2-search-field:first-child input{line-height:36px}.address-wrap .map-wrap{margin-top:1em;margin-bottom:2em}.address-wrap .i-descr{font-size:18px;line-height:21px;color:#464646}.address-wrap .map-wrap .gmap-canvas{height:308px}.address-wrap .map-toggle{display:block;float:right;color:#a2a2a2;text-decoration:none;position:relative;z-index:2}.address-wrap .map-toggle:hover{color:#f60}.address-wrap .map-toggle:hover .label{border:0}.address-wrap .map-toggle .label{font-size:15px;line-height:12px;text-decoration:none;border-bottom:1px dashed}.address-wrap .map-toggle .fa{font-size:1.3em}.paid-partner-link{text-transform:uppercase;padding:15px;text-align:center;display:block;font-weight:700}.paid-partner-block{margin-top:3em}.paid-partner-block .desc{color:#f60;text-align:center;margin-top:6px}.paid-partner-block .partner-title{margin-bottom:4px;text-align:center}.thanks-page .left-part{float:left;position:relative;width:188px;text-align:center;padding-top:12px}.thanks-page .left-part figcaption{position:absolute;top:0;left:50%;margin-top:50px;margin-left:-37px}.thanks-page .left-part figcaption span{display:block;font-weight:700;font-size:32px;line-height:32px}.thanks-page .left-part figcaption span.orange-text{font-size:68px;line-height:30px}.thanks-page .right-part{margin-left:190px}.thanks-page h3{font-size:18px;color:#59666e}.thanks-page .help-block{position:relative}.thanks-page .help-block .item{width:33.333%;float:left}.thanks-page .help-block .figure{display:block;width:60px;height:60px;float:left;margin-right:12px;background:#f60;position:relative}.thanks-page .help-block .figure:after{position:absolute;top:100%;right:0;height:0;width:0;border-style:solid;border-width:0 10px 10px 0;border-color:transparent #f60 transparent transparent}.thanks-page .help-block .icon{background:url(../img/thanks_sprite.png) no-repeat;margin-left:auto;margin-right:auto}.thanks-page .help-block .list{width:32px;height:37px;margin-top:12px}.thanks-page .help-block .mail{width:42px;height:39px;margin-top:10px;background-position:-32px 0}.thanks-page .help-block .zoom{width:43px;height:39px;margin-top:12px;background-position:-74px 0}.period .pwf-field .error-blob{line-height:18px}.service-page .period .pwf-field.error-field:before{margin-right:13px;margin-top:-8px}.organizer-modal .organizer-name{border-bottom:1px solid #f26c2a}.error-404 .items-list{-webkit-column-count:3;-moz-column-count:3;column-count:3;list-style:none inside;margin:0;display:block}.conf_extra,.conference_for ul,.filter_form ul,ol.numeric li,ul.orange{list-style:none}.error-404 .items-list li{margin-bottom:8px;display:block;position:relative}.error-404 .items-list .fa{display:block;float:left;font-size:6px;line-height:16px}.error-404 .items-list a{display:block;margin-left:16px;line-height:1.2em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;text-decoration:none;color:#464646}.error-404 .items-list a:hover{color:#f60}.error-404 .title{font-size:16px;padding-top:12px}.error-404 h2{color:#f60;font-size:30px;line-height:30px;font-weight:400}.error-404 .figure{display:block;color:#f60;float:left;font-size:96px;margin-right:22px;line-height:1em}.sharing_block .social-likes{margin:0;background:#fff;min-height:unset;padding:5px}.sharing_block .social-likes.fixed{position:fixed;top:0;z-index:1000;box-shadow:0 0 2px #aaa;border-radius:0 0 3px 3px}.sharing_block .social-likes__widget{margin:0;border-radius:2px;float:left}.sharing_block .social-likes__widget:not(:first-child){margin-left:5px}.sharing_block .social-likes__button{padding:.04em .15em .18em 1.65em}.news_sharing:after{content:"";display:block;clear:both}.article_sharing .sharing_block,.article_sharing h5{display:inline-block;vertical-align:middle}.news_sharing .sharing_block{float:right}.article_sharing{border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;margin:15px -20px 0;padding:10px 20px;background-color:#fff}.article_sharing .sharing_block .social-likes{padding:0}.article_sharing h5{margin:0 10px 0 0;font-size:14px;font-weight:500;color:#999}.filters .links_block,.filters .period_block{margin-bottom:30px;text-align:center}.filter_form{background-color:#fff;border-radius:3px}.filter_form_header{background-color:#f60;text-align:center;color:#fff;border-radius:3px 3px 0 0;line-height:40px;font-size:13px;font-weight:700}.filter_form_clear_all{border-left:1px solid #eee;border-right:1px solid #eee}.filter_form_clear_all a{display:block;padding:10px;background:#f2f2f2;text-decoration:none}.filter_form_clear_all span{display:inline-block;vertical-align:middle;margin-left:5px;color:#464646;border-bottom:1px dotted #464646}.filter_form ul{padding-left:0}.filter_block_label,.filter_form li label{padding:5px 10px;display:block}.filter_form .filters{border:1px solid #eee;border-top:0;border-radius:0 0 3px 3px}.filter_block_label{color:#f60;font-size:16px;font-weight:700;cursor:pointer}.filter_block_label:after{content:"";display:block;clear:both}.filter_block_label+ul{margin-top:0}.filter_block_label i{float:right;color:#898989}.filters input[type=checkbox]{display:none}.filters input[type=checkbox]+label{cursor:pointer}.filters input[type=checkbox]+label span{display:inline-block;vertical-align:top;width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}.filters input[type=checkbox]+label span i{font-style:normal;color:#b3b3b3}.filters input[type=checkbox]+label:hover{background:#eee}.filters input[type=checkbox]:checked+label{background:#ffbc88}.filters input[type=checkbox]+label:before{content:"";display:inline-block;vertical-align:middle;margin-right:5px;width:10px;height:10px;border:1px solid #c2c2c2;border-radius:2px;background:#fff}.filters input[type=checkbox]:checked+label:before{background:url(../img/cc.png) 1px 1px no-repeat #fff}.filter_help_text{display:block;color:#a3a3a3;line-height:1.2;padding:0 10px}.filters .links_block{margin-top:-15px}.filters .links_block a,.filters .period_block a{display:inline-block;margin-bottom:5px;text-decoration:none;border-bottom:1px dashed #f60}#get_filters{display:block;background-color:#f60;text-align:center;color:#fff;border-radius:3px;line-height:40px;font-size:12px;font-weight:700;text-decoration:none}#id_date_from,#id_date_to,.filterPeriod,.none,label[for=id_date_from],label[for=id_date_to]{display:none}.filterPeriod{width:530px}#filter_form_wraper{position:relative}.filters_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.7);display:none}#expo_b_aside_2>a{display:block;text-align:center;margin-top:15px}ul.orange{padding-left:25px}ul.orange li:before{content:'•';color:#F60;margin-right:10px;font-size:18px;line-height:inherit}ul.checked{list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0RDgyMDE2NEMzRENFMzExOTc2OEQwODY2QzY0MTY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCODk5MUY3MDlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCODk5MUY2RjlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MGFiYjJjOC1kNTUzLTVlNDQtOTM1NC1lZDA0ZDI1ZGQ3ZGMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMmU2ZDI0NS0yM2NkLTExZTYtODdiNy1jYTVkZWJmZmMzZTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4kZ+7fAAABq0lEQVR42qzUO0ibURjG8URihSraC0gFpSCuCrVegnaoF8Sl4FCRiuBmRaSQENDNRekggnXwMlQFxcFBEVsRrHERoRoXRdtBvICDUMwidJBC+j/yBE4ODaaQAz++c97vyxPek/PFG4lEPGkYPvh9aQh6gWnE4mHPUI0j1OMWYTTrftiqz6rmRRBDuECjCXuNZSzh2hTxGweam3Gs+Y3CsnV9ixM04NLLnh0ymcB4im0VYgXl+IUaBd5t3Ccs/sf+fEWBWm6JB5mRgW481LoDT5MEVWFTQWb0YMd+wIS91B7MYw77qHCCXmEDj7WewWfUumH96v1KtefYxnutS/EFuVr/QK+Cn7hhXchBCCOqZ2ESC1hDnup/0Klfu03HJeHkFuvqUaD5goDW75x2h7Gn+SPku2GmnahVC+oacILOMGit17Hrttln7YcdOOrUQmovPvx444bZbSYL/K63xB4ptRkfMQWad3BLa899bbajKMlBjWnvVv9xrw6VbtgpplCGBzo/poVMa+6z5uaZVgzogCeEfcBPjOlfwLR8jibNo069BB/1uW922F8BBgAx/1yfsUyMnAAAAABJRU5ErkJggg==)}ol.numeric{counter-reset:myCounter;padding-left:25px}ol.numeric li:before{counter-increment:myCounter;content:counter(myCounter)'.';color:#a8a8a8;margin-right:10px;font-weight:700;font-size:18px;line-height:18px;vertical-align:middle}blockquote{margin-right:0;margin-left:0;border-left:2px solid #F60;padding-left:15px;font-style:italic;font-size:16px}.article_comments,.full_sharing,.recommended_articles{border-top:1px dashed #ccc;margin-left:-20px;margin-right:-20px}.full_sharing{padding:28px 20px;border-bottom:1px dashed #ccc}.full_sharing .social-likes__button{font-weight:500}.recommended_articles{padding:33px 20px}.recommended_articles h2{font-size:40px;font-weight:100;line-height:1;color:#333;margin-bottom:30px}.recommended_articles .articles{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.recommended_articles .article{width:217px}.recommended_articles img{margin-bottom:25px}.recommended_articles a{font-size:14px;font-weight:700;color:#333;text-decoration:none}.recommended_articles a:hover{text-decoration:underline;color:#F60}.recommended_articles time{display:block;padding-top:7px}.recommended_articles time i{color:#F60}.article_comments{padding:33px 20px 0}.article_comments h2{font-size:40px;font-weight:100;line-height:1;color:#333;margin-bottom:30px}.article_comments form button{margin-top:15px}.comment{padding:20px}.comment_author{font-size:18px;color:#F60;margin-bottom:8px}.comment_author time{margin-left:20px;border-left:1px solid #ccc;padding-left:20px;line-height:inherit;font-size:13px;color:#666}.comment_author time i{color:#F60}.comment_text{font-size:14px;color:#333;line-height:1.3;margin-bottom:10px}.comment a{text-decoration:none}.comment a span{color:#333;margin-left:5px}.comment a:hover span{color:#F60;text-decoration:underline}.comment>.comment{margin:45px 0 0 100px;border:1px solid #f4f4f3;background-color:#f8faf9;border-radius:3px;position:relative}.comment>.comment:before{content:'';display:block;width:20px;height:20px;background:url(../../img/comment_arrow.png);position:absolute;left:20px;top:-19px}.connference_speakers h3{font:600 28px dindisplay_pro;color:#000}.speakers_slider>.speaker:not(:first-child){display:none}.speakers_slider{margin:0 auto;width:872px}.speakers_slider .speaker{width:196px;margin:0 11px}.speaker_img{position:relative;border-radius:3px}.speaker_img .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,102,0,.8);color:#fff;padding:10px;vertical-align:middle;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;border-radius:3px}.speaker_img .overlay span{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;text-align:center}.speakers_slider .speaker:hover .overlay{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.speakers_slider .speaker h5{font:600 18px dindisplay_pro;color:#464646;text-align:center;margin-bottom:0}.speakers_slider .speaker>span{display:block;text-align:center;color:#F60}.speakers_slider .slick-prev:before{content:'‹';font-family:Arial,sans-serif;color:#b7b7b6;font-size:38px;font-weight:100}.speakers_slider .slick-next:before{content:'›';font-family:Arial,sans-serif;color:#b7b7b6;font-size:38px;font-weight:100}.last_photos_slider .slick-next:before,.last_photos_slider .slick-prev:before{color:#b7b7b6;font-size:80px;font-weight:100;font-family:dindisplay_pro,sans-serif}.last_photos_slider{margin-bottom:22px;border-radius:5px}.last_photos_slider>img:not(:first-child),.last_photos_thumbs>img:not(:first-child){display:none}.last_photos_slider .slick-prev{left:0;top:0;bottom:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;background:rgba(0,0,0,.5);height:100%;z-index:100;width:60px;text-align:center}.last_photos_slider .slick-next:focus,.last_photos_slider .slick-prev:focus{background:rgba(0,0,0,.5)}.last_photos_slider .slick-prev:before{content:'‹'}.last_photos_slider .slick-prev:hover{background:rgba(0,0,0,.8)}.last_photos_slider .slick-next{top:0;right:0;bottom:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;background:rgba(0,0,0,.5);height:100%;z-index:100;width:60px;text-align:center}.last_photos_slider .slick-next:before{content:'›'}.last_photos_slider .slick-next:hover{background:rgba(0,0,0,.8)}.conference_about h2{font-weight:500;color:#000;font-size:28px}.i-photo-slides h2{font-family:dindisplay_pro,sans-serif;font-size:28px;color:#000}.last_photos_thumbs{width:765px;margin:0 auto}.last_photos_thumbs img{margin:0 10px}.top_page_banner{display:block;width:1200px;height:130px;margin:10px auto;background-color:#00A6C7}.conference_interested{background-color:#fff;border:1px solid #f8f8f6;border-radius:3px;padding:22px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.conference_for{-webkit-box-flex:5;-webkit-flex:5;-moz-box-flex:5;-ms-flex:5;flex:5}.confererence_price{-webkit-box-flex:2;-webkit-flex:2;-moz-box-flex:2;-ms-flex:2;flex:2}.conference_interested h3{font:400 22px dindisplay_pro,sans-serif;color:#000;margin:0 0 20px}.conference_interested h3 i{color:#cecece}.conference_interested h3 .fa-tag{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.conference_for ul{padding-left:0}.conference_for li{-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:-webkit-calc(100%/3);width:calc(100%/3);border-bottom:1px dotted #e8e8e8;font:italic 300 14px dindisplay_pro,sans-serif;color:#999;padding-left:20px;line-height:30px}.conference_price{-moz-box-sizing:border-box;box-sizing:border-box;float:right;background-color:#fff5eb;border:1px solid #f4b576;border-left:0;padding:0 15px;border-radius:0 3px 3px 0;font:400 22px dindisplay_pro,sans-serif;line-height:39px;color:#f60;position:relative}.conference_price:before{content:"";display:inline-block;vertical-align:middle;width:14px;height:40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0RDgyMDE2NEMzRENFMzExOTc2OEQwODY2QzY0MTY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOUQwQUJFQUFBNDExMUU2OThBREVBQTJBRjU0MzcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOUQwQUJFOUFBNDExMUU2OThBREVBQTJBRjU0MzcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYjE0NjJhNy1lN2FkLTIzNDktOGRhYy05M2UyOTljYjIxYzUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3YWRjMTQ1YS04YTJkLTExZTYtODkxZS1hOGNhNWExYjdhZWYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7XRKkHAAACeklEQVR42pyWz2sTQRTH3+zsz9T8Am1qW9LaBko3EIqKQitqEVREgxfRg+KlKvgDPEj9G0TbS1GE4sVrperBHvRi/XUSbMUIotRQUYk9xNrG/Nrd8e1Qa02z290+eMwsO59833sz+yaEMQZerTBxdT8ON9ETxCuIUD+RtCeKnqY0GgcRvNuokjxKaaSVP4gelLpxGBG0SOdfyDbHUBEgOFwgonpd2tKnSs09uFpwBxGScbgjhJpPqvoRIGpo1ZpV4BI0Rjcm0qqeBhBo3Yjq5TgqbupKK/rh/0JzVUS1c0Kw6bbWcwKASq5FWwYRaiOinNG2nW4gWmTNvVkZy5DU1usJWlZEtRRRglOBnWeIUzGcFC9Krds9QxxENQ2rd1yM6eDHbMU+Gm4JETngG+ynkTj4NfsApIRgzHmFZUJl5ikYufcAuHNikw5yx14OJogWdeQqM5NglQug7b7Cn8tvx6CSfclDbXTLz8hlQEkdA9wu7vbc+D7NwQ2Eyr5ztEHTzsOxCLEkhncPWHkBWGmez8XNKQ7OsepvR1Du2AOCEoDi5A0oPhvmc7l9Fy9O1iotxKkadoiJgpzYx7021ClrMbeuHF+Y+ey6wMdmfrbCzIo/sOHQtXmwjHHTPhk+FW0bqX55jUfK8gei6iurmJ+ofpv2rWjb5ern50VW+uUPRNWPzCgPljIP8YswvPWcmoZ8V2zsOqV0u/fVem8GjB8fxkvv7rsqO90ddte6hc35rJpM490R9gau+IHzRFSGpPZeVWrZuvZtVed+HBYC0YPajoF/L2zQiy8+GvxkfH3DWGGOu+DjlF0qZx6Y5s9Zb6HWhH1g6V9H5x8BBgA34gsmw854LQAAAABJRU5ErkJggg==);position:absolute;top:0;left:-13px}.conf_extra li{display:inline-block;margin-right:50px}.conf_extra a{text-decoration:none}.conf_extra span{display:inline-block;text-decoration:underline;margin-left:5px}.conf_extra a:hover span{text-decoration:none}.conf_visitors h3{font:500 28px dindisplay_pro,sans-serif;margin-bottom:15px}.conf_visitors .visitors-list{list-style:none;padding-left:0}.conf_visitors .visitors-list li{display:inline-block;width:25%}.conf_visitors .visitors-list a{display:block;font:400 14px dindisplay_pro,sans-serif;color:#464646;padding-left:15px;line-height:1.5;border-left:2px solid #F60}.conf_comments form h3,.conf_comments form p,.place_detail,.place_image{display:inline-block;vertical-align:top}.conf_comments,.place_detail{font-family:dindisplay_pro,sans-serif}.conf_visitors .visitors-list a:hover{color:#F60}.conf_place{border:1px solid #f8f8f6;background-color:#fff;border-radius:5px;padding:0 20px 20px;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:40px}.place_detail{-moz-box-sizing:border-box;box-sizing:border-box;width:-webkit-calc(100% - 350px);width:calc(100% - 350px);padding-right:35px;padding-top:35px}.place_detail h3{font-size:28px;margin-top:0}.place_detail h4{color:#F60;font-size:22px;font-weight:400;text-transform:uppercase;margin-top:0}.place_detail h4 i{margin-left:5px}.place_image{width:350px}.place_detail .grey{font-size:15px;color:#999}.place_detail p{font-size:16px;color:#333;line-height:28px}.сomment_form textarea.error{border:2px solid #d80000;padding:4px}.conf_comments{padding-top:30px}.conf_comments h2{font:500 28px dindisplay_pro}.conf_comments .сomment_form{border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:20px 0}.conf_comments form h3{width:195px;font-size:16px}.conf_comments form p{width:-webkit-calc(100% - 195px);width:calc(100% - 195px)}.conf_comments form label{display:none}.conf_comments form button{margin-top:15px}.conf_comments form textarea{border-color:#e8e8e7;border-radius:0;box-shadow:none;height:119px}.сomment_form .delete_parent{display:inline-block;vertical-align:middle;margin-left:25px;text-decoration:none;font-size:16px;padding-top:12px}.сomment_form .delete_parent i{color:#666}.сomment_form .delete_parent:hover i{color:#F60}.conf_sharing{text-align:center;padding-top:20px}.conf_sharing .social-likes__button{border-radius:3px;font-weight:500}.new_article{font-size:16px;line-height:28px}.white_block{background-color:#fff;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc}.new_article .white_block{margin-left:-20px;margin-right:-20px;padding:0 20px} \ No newline at end of file +.authorisation-links a,.cabinet-links .cl-body,.header-body .header-top,.lang-switch li,nav ul{text-transform:uppercase}.page-wrap .layout .layout-wrap:after,hr{clear:both}a.l-button.ico:before,img{vertical-align:middle}.cabinet-links .cl-body a,.header-body .hb-wrap ul a,.page-wrap>header .logo a,.rub,a.l-button,a:hover{text-decoration:none}.button.orange,.e-price-wrap .button.big.orange,button{filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.a-graphic table,.calendar-container table,.mp-catalog-lists,.search-form-wrap,.sf-field,.tp-btn-wrap,.tp-wrap,.ui-datepicker table{border-collapse:collapse}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{height:1px;padding:0}fieldset{border:0;margin:0;padding:0}.chromeframe{background:#c00;color:#fee;padding:1em;margin:0;font-size:16px}.chromeframe a{color:#fee}.chromeframe a:hover{color:#fff}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-med-webfont.eot);src:url(../fonts/pfdindisplaypro-med-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-med-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-med-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-med-webfont.svg#pf_dindisplay_promedium) format('svg');font-weight:500;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-thin-webfont.eot);src:url(../fonts/pfdindisplaypro-thin-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-thin-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-thin-webfont.woff) format('woff');font-weight:100;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-light-webfont.eot);src:url(../fonts/pfdindisplaypro-light-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-light-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-light-webfont.ttf) format('truetype');font-weight:300;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-italic-webfont.eot);src:url(../fonts/pfdindisplaypro-italic-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-italic-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-italic-webfont.ttf) format('truetype');font-weight:400;font-style:italic}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-bold-webfont.eot);src:url(../fonts/pfdindisplaypro-bold-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-bold-webfont.ttf) format('truetype'),url(../fonts/pfdindisplaypro-bold-webfont.woff) format('woff');font-weight:700;font-style:normal}@font-face{font-family:dindisplay_pro;src:url(../fonts/pfdindisplaypro-reg-webfont.eot);src:url(../fonts/pfdindisplaypro-reg-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pfdindisplaypro-reg-webfont.woff) format('woff'),url(../fonts/pfdindisplaypro-reg-webfont.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:pt_sans;src:url(../fonts/pts75f-webfont.eot);src:url(../fonts/pts75f-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pts75f-webfont.woff) format('woff'),url(../fonts/pts75f-webfont.ttf) format('truetype');font-weight:700;font-style:normal}@font-face{font-family:pt_sans;src:url(../fonts/pts55f-webfont.eot);src:url(../fonts/pts55f-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/pts55f-webfont.woff) format('woff'),url(../fonts/pts55f-webfont.ttf) format('truetype');font-weight:400;font-style:normal}body,html{margin:0;padding:0;height:100%;background:#f8f8f6;color:#464646;font-family:Arial,'Helvetica Neue',sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:18px;-webkit-font-smoothing:antialiased}body{position:relative;height:auto;min-width:1024px}body.no-scroll{overflow:hidden}a{color:#f60;background:0 0;outline:0!important;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}a[class*=icon-]:before{content:' ';display:inline-block;vertical-align:middle;width:16px;height:16px;background:url(../img/sprites.png) no-repeat;margin-right:4px}a.icon-mail:before{width:15px;height:12px;background-position:-223px 0}a.icon-ext-link:before{width:15px;height:13px;background-position:-261px 0}hr{display:block;border:dotted #ccc;border-width:1px 0 0;margin:17px 0;background:0 0}.lt-ie9 .header-body .header-top,.lt-ie9 .main-page .page-wrap .header-wrap{border-bottom:1px solid #ddd}.e-details .item-wrap.event+hr{margin-top:5px}.rub{font-style:normal}.rub:before{content:'\20CF';font-family:pt_sans,sans-serif}.rub i{display:none}.page-wrap{-moz-box-sizing:border-box;box-sizing:border-box;width:1024px;max-width:1310px;padding:0 7px;margin:0 auto}.page-wrap .layout{padding-left:13px}.page-wrap .layout .layout-wrap{padding-left:220px}.page-wrap .layout .layout-wrap:after,.page-wrap .layout .layout-wrap:before{content:" ";display:table}.page-wrap .layout .layout-wrap>*{-moz-box-sizing:border-box;box-sizing:border-box}.page-wrap .layout .layout-wrap>aside{position:relative;float:left;width:220px;padding-right:40px;margin:0 -100% 0 -220px}.page-wrap .layout.main-part .layout-wrap>aside{padding-top:30px}.page-wrap .layout .layout-wrap>aside>.sbg{width:200em;height:150px;background:url(../img/search-bg.jpg) no-repeat #f60;position:absolute;margin-right:40px;right:100%;top:0;border-radius:4px}.page-wrap .layout .layout-wrap .mcl{width:100%;float:right}.page-wrap .layout.mp-announces .layout-wrap{padding:0 257px 0 220px}.page-wrap .layout.mp-announces .layout-wrap aside{float:right;margin-right:-257px;padding-right:0;width:257px}.page-wrap .layout.mp-announces .layout-wrap .mcl{float:left;padding-right:40px}.page-wrap>header{font-family:dindisplay_pro,Arial,sans-serif}.cabinet-links .cl-body,a.l-button{font-family:dindisplay_pro,sans-serif}.page-wrap .header-wrap{padding:5px 0}.main-page .page-wrap .header-wrap{padding:5px 10px 5px 230px;margin:0 -10px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}@-moz-document url-prefix(){.main-page .page-wrap .header-wrap{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}}.page-wrap>header .logo{width:220px;padding:5px 0 0;float:left;margin:0 -100% 0 -220px;-moz-box-sizing:border-box;box-sizing:border-box}.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 0 -13px;width:196px;padding-left:67px;font-family:dindisplay_pro,sans-serif;font-weight:500;font-style:normal;font-size:13px;line-height:13px}.button,.e-form button,.page-wrap>footer,.pgc-buttons button,nav ul{font-family:dindisplay_pro,Arial,sans-serif}.page-wrap>header .logo a{color:#a2a2a2}.page-wrap>header .logo strong{display:block;width:196px;height:0;padding-top:59px;overflow:hidden;background:url(../img/logo.png) no-repeat;margin-left:-67px}.page-wrap>header .logo.beta strong{background:url(../img/logo_beta.png) no-repeat;width:225px}.page-wrap>header .logo b{margin-top:-8px;display:block;font-weight:400}.page-wrap>header .header-body{width:79%;min-width:770px;float:right}.header-body .header-top{-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 510px 1px 25px;margin:0 -10px 0 -25px;font-size:12px;line-height:25px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}@-moz-document url-prefix(){.header-body .header-top{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}}.header-body .header-top.coordinators{padding-right:10px}.header-body ul{margin:0;padding:0;list-style:none}.header-body .header-top ul li{display:inline}.header-body .header-top .ht-main{width:100%;float:left}.header-body .header-top.coordinators .ht-main{width:auto}.header-body .header-top .add-link{width:50%;float:left}a.l-button{color:#f60;font-weight:500;font-size:12px;line-height:15px;display:inline-block;margin-left:-21px;padding:5px;border:1px solid transparent;border-radius:4px}a.l-button:hover{color:#000}a.l-button.ico:before{content:' ';display:inline-block;width:11px;height:12px;background:url(../img/sprites.png) no-repeat;margin:-1px 4px 0 0}.add-link a.l-button.ico:hover:before{background-position:-63px -145px}.header-body .header-top ul{float:left}.lang-switch{color:#a2a2a2;position:absolute;top:0;right:0}.lang-switch li{display:inline-block;margin-left:5px}.header-body .hb-wrap .lang-switch a{color:#464646;text-decoration:underline}.header-body .header-top.coordinators .lang-switch{width:auto}.header-body .header-top .lang-switch li:before{content:'|';margin:-1px 7px 0 3px}.header-body .header-top .lang-switch li:first-child:before{content:'';margin:0;display:none}.header-body .header-top .lang-switch a{color:#464646}.header-body .header-top .lang-switch a:hover{color:#f60}.header-body .header-top .ht-side{width:510px;margin-right:-510px;float:right}.header-body .header-top.coordinators .ht-side{width:auto;margin-right:0}.authorisation-links{float:right;font-weight:500;text-decoration:none;padding-top:20px}.authorisation-links a{margin:0 -6px 0 16px;font-size:14px}.authorisation-links a:first-child{margin-left:0}.authorisation-links a.register{color:#000}.authorisation-links a.register:hover{color:#f60}.authorisation-links a.register:before{background-position:-12px 0;height:13px;margin-top:-2px}.authorisation-links a.register:hover:before{background-position:-24px 0}.authorisation-links a.login:before{background-position:-36px 0;width:9px;height:12px;margin-top:-2px}.authorisation-links a.login:hover:before{background-position:-75px -145px}.cabinet-links{float:right;padding-right:35px;min-width:360px;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:20px}.coordinators .cabinet-links{width:auto}.cabinet-links .cl-body{padding-top:10px;width:100%;float:left;background:#f60;color:#fff;font-size:11px;line-height:20px;font-weight:700;padding-left:10px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;height:44px;margin-top:-10px}.mp-top .recent-expo .re-date,.mp-top .recent-expo .re-title{font-weight:100;font-family:dindisplay_pro,Arial,sans-serif}.cabinet-links .cl-body>div,.cabinet-links .cl-body>ul{display:block;border-right:1px solid #fff;float:right;padding:0 5px}.cabinet-links .cl-body>ul{padding:0 0 12px}.cabinet-links .cl-body>ul>li{display:block;padding:0 2px 12px;margin-bottom:-10px;border-right:1px solid #fff;float:left}.cabinet-links .cl-body>:first-child,.cabinet-links .cl-body>ul>li:first-child{border-left:none}.cabinet-links .cl-body>div.clb-settings{border-right:0}.cabinet-links .cl-body>div.clb-docs a.cl-btn{margin-left:-4px;margin-right:-2px}.cabinet-links .cl-body a{color:#fff;position:relative;display:inline-block;line-height:25px;border:1px solid transparent;border-radius:4px}.cabinet-links .clb-profile a{padding-right:5px}.cabinet-links .cl-body a i{font-size:14px;vertical-align:middle;width:25px;text-align:center}.cabinet-links .cl-body .fa-at{margin-top:-2px}.cabinet-links .cl-body a:hover{border-color:#fff}.cabinet-links .cl-body .clb-messages a{text-align:center;display:table;margin-left:auto;margin-right:auto}a.icon-msg:before,a.icon-user:before{display:inline-block;margin:-2px 3px 0 -1px;vertical-align:middle}.cabinet-links .cl-body a.cl-btn{width:30px;height:0;padding:30px 0 0;overflow:hidden}a.icon-user:before{content:'';width:11px;height:13px;background:url(../img/sprites.png) -283px -101px no-repeat}a.cl-btn:before,a.icon-msg:before{width:13px;content:''}a.icon-msg:before{height:12px;background:url(../img/sprites.png) -268px -88px no-repeat}a.cl-btn:before{display:block;height:13px;background:url(../img/sprites.png) -283px -88px no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -6px}a.icon-gear:before{background-position:-268px -101px}a.icon-cal:before{height:15px;background-position:-60px -17px;margin-top:-7px}a.icon-doc:before{width:10px;height:14px;background-position:-74px -16px;margin:-7px 0 0 -5px}.cabinet-links .logout{width:32px;float:right;margin:0 -35px 0 -32px}.cabinet-links .logout a{position:relative;display:block;width:30px;height:0;padding-top:30px;overflow:hidden;border:1px solid transparent;border-radius:4px;margin:-1px 0 -6px}.cabinet-links .logout a:hover{border-color:#f60;background:#fff}.cabinet-links .logout a:before{content:'';display:block;width:13px;height:12px;background:url(../img/sprites.png) -283px -88px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.page-wrap>footer nav>ul>li,nav ul{display:inline-block}.soc-media-buttons{margin:0;padding:0;list-style:none}.soc-media-buttons li{display:inline-block;line-height:18px;margin-left:2px}.soc-media-buttons li:first-child{margin-left:0}.header-body .header-top .soc-media-buttons{width:auto}.header-body .header-top.coordinators .soc-media-buttons{margin-right:10px}.header-body .header-top .soc-media-buttons li{line-height:14px;margin:0 5px 0 0}.header-body .header-top .soc-media-buttons img{height:14px;vertical-align:middle}.header-body .hb-wrap{padding:22px 0;position:relative}.serv-links{float:left;width:40%}.header-body .hb-wrap .serv-links ul{-moz-box-sizing:border-box;box-sizing:border-box;width:49.9%;min-width:140px;float:left;padding-right:10px}.header-body .hb-wrap ul.soc-media-buttons{width:auto;padding-top:20px;float:left}.header-body .hb-wrap ul li{margin-top:3px}.header-body .hb-wrap ul li:first-child{margin-top:0}.header-body .hb-wrap ul a{color:#a2a2a2}.header-body .hb-wrap ul a:hover{color:#f60;text-decoration:underline}.abn img{max-width:100%;height:auto}.header-body .hb-wrap .abn{float:right;width:468px;height:60px;border:1px solid #eee;margin-right:-470px}.page-wrap>footer{margin-top:20px}.page-wrap>footer .layout-wrap.footer-wrap{padding:25px 10px 25px 230px;margin:0 -10px;box-shadow:inset 0 3px 6px -5px rgba(0,0,0,.4)}.lt-ie9 .page-wrap>footer .layout-wrap.footer-wrap{border-top:1px solid #ddd}.page-wrap>footer .copy{font-size:12px;color:#f60;margin-bottom:10px}.page-wrap>footer nav{width:65%;float:left}nav ul{margin:0;padding:0;list-style:none;font-size:13px;line-height:16px}.page-wrap .layout .layout-wrap>aside nav{margin-bottom:20px}.main-page .page-wrap .layout .layout-wrap>aside nav{margin-bottom:0}aside nav>ul.main-menu>li{margin-top:-4px}aside nav>ul.main-menu>li:first-child{margin-top:0}nav>ul>li.sub>span,nav>ul>li>a{display:block;text-decoration:none;padding:4px 6px 2px;border:1px solid transparent;border-radius:4px}@-moz-document url-prefix(){.page-wrap>footer .footer-wrap{box-shadow:inset 0 3px 5px -5px rgba(0,0,0,.3)}nav ul{line-height:17px}nav>ul>li>a{padding:3px 6px 2px}}aside nav>ul.main-menu>li.sub>span,aside nav>ul.main-menu>li>a{padding:5px 10px 3px}nav>ul>li>a:hover{border-color:#f60}nav .main-menu{font-size:25px;line-height:25px;margin:-5px 0 10px -11px}.page-wrap>footer nav .main-menu{font-size:20px;line-height:20px;margin:-3px 0 1px -10px}.page-wrap>footer nav .main-menu>li{margin-left:10px;letter-spacing:1px}.page-wrap>footer nav .main-menu>li:first-child{margin-left:0}.main-menu>li>a,.main-menu>li>span{color:#464646;padding:5px 9px 2px}@-moz-document url-prefix(){.main-menu>li>a{padding:4px 9px 3px}}.page-wrap>footer nav .main-menu>li.sub>a{padding-right:10px}.main-menu li:hover>a{color:#f60;border-color:#f60}.main-menu>li.sub>a,.main-menu>li.sub>span{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.main-menu>li.sub:hover>a,.main-menu>li.sub:hover>span{color:#ff9e74;background:#f60}.main-menu .sub{position:relative}.main-menu li.sub>a:after,.main-menu li.sub>span:after{content:' ';display:inline-block;vertical-align:middle;width:13px;height:12px;background:url(../img/sprites.png) -46px 0 no-repeat;margin:-3px 0 0 8px}.main-menu .sub:hover>a:after,.main-menu .sub:hover>span:after{background-position:-46px -16px}.page-wrap>footer nav .main-menu li.sub>a:after{width:12px;height:10px;background-position:0 -16px;margin-left:5px}.page-wrap>footer nav .main-menu .sub:hover>a:after{background-position:-13px -16px}.main-menu .sub ul{position:absolute;width:100%;left:0;top:100%;padding:5px 10px;font-size:18px;line-height:22px;letter-spacing:normal;background:#f60;margin-top:-5px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.page-wrap>footer nav .main-menu .sub ul{top:auto;bottom:100%;font-size:16px;line-height:18px;margin:0 0 -5px}.main-menu .sub:hover ul{display:block}.main-menu .sub ul a{text-decoration:none;color:#fff}.main-menu>li.sub ul a:hover{color:#ffc4aa}aside nav ul.s-menu{display:inline-block;font-size:14px;line-height:17px;margin-top:-2px}nav ul.s-menu{margin:0 0 0 -7px}aside nav ul.s-menu>li{margin-top:-2px}.page-wrap>footer nav ul.s-menu>li{margin-left:3px}.page-wrap>footer ul.s-menu>li:first-child,aside nav ul.s-menu>li:first-child{margin:0}aside nav+hr{margin-top:-5px}.page-wrap>footer .counters{width:33.33%;float:right}.page-wrap>footer .counters>ul{display:inline-block;vertical-align:top;margin:0;padding:0;list-style:none;text-align:left}.page-wrap>footer .counters>ul>li{display:inline-block;vertical-align:top;margin:0 0 5px 3px}.swiper-wrapper{margin:0;padding:0;list-style:none}.main-page section.layout{margin:30px 0}.mp-top .recent-expo{position:relative;overflow:hidden;padding-top:5px}.mp-top .recent-expo ul{margin:0;padding:0;list-style:none}.mp-top .recent-expo ul li{float:left;width:100%;display:none}.mp-top .recent-expo ul li:first-child{display:block}.mp-top .recent-expo .re-pict{width:220px;height:220px;margin-right:40px;overflow:hidden;float:left;border-radius:4px;max-width:100%;max-height:100%}.mp-top .recent-expo .re-body{position:relative;overflow:hidden;min-height:220px}.mp-top .recent-expo .re-body .re-info{margin-bottom:70px}.mp-top .recent-expo .re-body .re-info a{text-decoration:none}.mp-top .recent-expo .re-title{font-size:50px;line-height:48px;margin:0 80px 5px 0}.mp-top .recent-expo .re-title a{text-decoration:none}.mp-top .recent-expo .re-date{font-size:24px;line-height:27px;color:#464646;margin-bottom:3px}.mp-top .recent-expo .re-date span{color:#afafaf}.mp-top .recent-expo .re-descr{color:#a2a2a2;font-size:14px;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.mp-top .recent-expo footer{position:absolute;width:100%;bottom:0;left:0}.mp-top .recent-expo .re-buttons{margin-bottom:12px}.mp-top .recent-expo .re-tags{color:#a2a2a2;font-size:11px;line-height:15px}.mp-top .recent-expo .re-tags a{color:#a2a2a2;text-decoration:none}.mp-top .recent-expo .re-tags .re-t-total{color:#d4d4d4;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.mp-top .recent-expo .re-tags a:hover,.mp-top .recent-expo .re-tags a:hover .re-t-total{color:#f60}.mp-top .recent-expo .re-controls{position:absolute;right:0;top:0;z-index:100;display:none}.mp-top .recent-expo .re-controls.enabled{display:block}.mp-top .recent-expo .re-controls a{position:relative;display:inline-block;width:29px;height:0;padding-top:29px;overflow:hidden;background:#e3e3e3;box-shadow:inset 0 1px 0 rgba(0,0,0,.1),0 1px 0 #fff}.mp-top .recent-expo .re-controls a:before{content:' ';display:block;width:10px;height:12px;background:url(../img/sprites.png) -113px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -5px}.mp-top .recent-expo .re-controls a:hover{background:#f60}.mp-top .recent-expo .re-controls a.prev{border-radius:4px 0 0 4px;margin-right:-1px}.mp-top .recent-expo .re-controls a.prev:before{background-position:-113px 0}.mp-top .recent-expo .re-controls a.next{border-radius:0 4px 4px 0;margin-left:-1px}.mp-top .recent-expo .re-controls a.next:before{background-position:-123px 0}.mp-top .recent-expo .re-controls a.next.disabled,.mp-top .recent-expo .re-controls a.prev.disabled{background:#e3e3e3;opacity:.5;cursor:default}.button,.e-form button,.pgc-buttons button{display:inline-block;vertical-align:middle;height:26px;padding:3px 14px 2px;background:0 0;text-decoration:none;color:#f60;border:1px solid #feb17d;text-transform:uppercase;font-weight:700;font-size:13px;line-height:20px;text-shadow:0 1px 0 #fff;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s;transition:background .3s,color .3s;word-spacing:normal;white-space:nowrap}.lc{text-transform:none}.button.lc{font-weight:400;line-height:18px}.button.big{height:36px;font-size:15px;line-height:31px;padding:3px 19px 2px}.e-form .button,.e-form button{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3)}@-moz-document url-prefix(){.button.lc{line-height:17px}}.button:hover,.e-form button:hover,.pgc-buttons button:hover{border-color:#f60;background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.e-form .button:hover,.e-form .input-file:hover .button,.e-form button:hover{background:#ff8000;border-color:#fff}.button.blue{border-color:#90c7e0;color:#2592c5}.button.blue.active,.button.blue:hover{border-color:#2592c5;background:#2592c5;color:#fff}.button.blue2{border-color:#7ed4f5;color:#00adef}.button.blue2 i{font-style:normal;color:#1d447d}.button.blue2:hover{border-color:#1d447d;background:#1d447d;color:#00adef}.button.blue2:hover i{color:#fff}.button.green{border-color:#c1e090;color:#87c525}.button.green.active,.button.green:hover{border-color:#87c525;background:#87c525;color:#fff;text-shadow:none}.button.orange,.button.orange:hover,.cli-services-sm a,.cli-services:hover .button.icon-sm{text-shadow:0 1px 0 rgba(0,0,0,.3)}.button.red{border-color:#e87e7d;color:#d90000}.button.red:hover{border-color:#d90000;background:#d90000;color:#fff}.button.grey{border-color:#c6c6c6;color:#b4b4b4}.button.grey:hover{border-color:#b4b4b4;background:#b4b4b4;color:#fff}.button.orange{border-color:#f60;color:#fff;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%)}.cli-photo-list .cli-phg-bot .cli-pb-button .button{height:29px;line-height:22px;padding-top:4px}.button.more,.cli-photo-list .cli-phg-bot .cli-pb-button .button.more{height:29px;font-size:17px;line-height:19px;text-transform:none;padding-top:4px}.button.more:after{content:' ';display:inline-block;vertical-align:middle;width:5px;height:9px;background:url(../img/sprites.png) -148px -16px no-repeat;margin:1px 0 0 10px}.button.b-more:after{content:'';display:inline-block;vertical-align:middle;width:8px;height:12px;background:url(../img/sprites.png) -175px 0 no-repeat;margin:-1px -5px 0 8px}.button[class*=icon-]:before,button[class*=icon-]:before{content:' ';display:inline-block;vertical-align:middle}.button.blue.more:after{background-position:-165px -14px}.button.more:hover:after{background-position:-165px -23px}.button[class*=icon-]:before{width:16px;height:16px;background:url(../img/sprites.png) no-repeat;margin:-3px 5px 0 0}.button.big[class*=icon-]:before{margin-right:7px}.button.icon-calendar:before{width:14px;background-position:-60px 0}.button.icon-calendar.active:before,.button.icon-calendar:hover:before{background-position:-60px -16px}.button.icon-calendar-o:before{width:13px;background-position:-183px -145px}.button.icon-calendar-o:hover:before{background-position:-197px -145px}.button.icon-save:before{width:12px;height:13px;background-position:-155px -145px;margin-top:-1px}.button.icon-save:hover:before{background-position:-155px -159px}.button.icon-print:before{width:13px;height:13px;background-position:-169px -145px;margin-top:-2px}.button.icon-print:hover:before{background-position:-169px -159px}.button.icon-note:before{width:11px;height:14px;background-position:-74px 0}.button.icon-note.active:before,.button.icon-note:hover:before{background-position:-74px -16px}.button.icon-sm:before{width:8px;height:9px;background-position:-287px -32px;margin-left:-2px}.button.icon-sm:hover:before{background-position:-287px -41px}.button.icon-edit:before{width:14px;height:13px;background-position:-277px 0}.button.icon-edit:hover:before,.button.orange.icon-edit:before{background-position:-277px -15px}.button.icon-del:before{width:12px;height:14px;background-position:-259px -30px}.button.icon-del:hover:before{background-position:-259px -45px}.button.icon-copy:before{width:15px;height:14px;background-position:-261px 0}.button.icon-copy:hover:before{background-position:-261px -15px}.button.icon-info:before{width:10px;height:11px;background-position:-280px -64px}.button.icon-info:hover:before{background-position:-280px -76px}.button.icon-list:before{width:10px;height:9px}.button.blue.icon-list:before{background-position:-175px -52px}.button.green.icon-list:before{background-position:-186px -52px}.button.icon-list:hover:before{background-position:-197px -52px}.button.icon-msg:before{width:11px;height:11px;background-position:-268px -64px}.button.icon-msg:hover:before{background-position:-268px -76px}.button.icon-photo:before{width:11px;height:11px;background-position:-226px -96px}.button.icon-photo:hover:before{background-position:-226px -108px}.button.icon-reply:before{width:11px;height:12px;background-position:-238px -95px}.button.icon-reply:hover:before{background-position:-238px -108px}.button.icon-go:before{width:8px;height:10px;background-position:-291px -64px}.button.icon-go:hover:before{background-position:-291px -75px}.button.icon-check:before,.pgc-buttons button.icon-check:before{width:13px;height:11px;background-position:-106px -16px}.button.icon-check:hover:before,.button.orange.icon-check:before,.pgc-buttons button.icon-check:hover:before{background-position:-120px -16px}.button.icon-find:before{width:12px;height:13px;background-position:-184px 0}.button.icon-find:hover:before{background-position:-250px -95px}.button.icon-bell:before{width:12px;height:13px;background-position:-211px -49px;margin-top:0}.button.icon-bell:hover:before{background-position:-225px -120px}.button.icon-tag:before{width:10px;height:10px;background-position:-239px 0}.button.icon-tag:hover:before{background-position:-250px 0}.button.icon-clip:before{width:14px;height:16px;background-position:-225px -147px;margin-bottom:-1px}.button.icon-clip:hover:before,.e-form .button.icon-clip:before{background-position:-240px -147px}.button.icon-camera:before{width:16px;height:15px;background-position:-300px -85px}.button.icon-camera:hover:before,.button.orange.icon-camera:before{background-position:-300px -101px}.button.icon-view:before{width:15px;height:11px;background-position:-225px -164px}.button.icon-view:hover:before{background-position:-241px -164px}.button.icon-add:before{width:13px;height:14px;background-position:-268px -116px}.button.icon-add:hover:before{background-position:-282px -116px}.e-price-wrap .button.big.orange,button{border:none;outline:0;height:36px;padding:1px 25px 0;font-family:dindisplay_pro,sans-serif;font-weight:700;font-size:15px;line-height:35px;text-transform:uppercase;text-align:center;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);letter-spacing:normal;word-spacing:normal;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box}.e-price-wrap .button.big.orange{height:41px;font-size:17px;line-height:40px}.button.orange:hover,.e-price-wrap .button.big.orange:hover,button:hover{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#ff8000));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.pw-form button{padding:2px 25px 0;height:46px;line-height:44px}.pw-form button[class*=icon-]{padding:2px 40px 0 30px}.pw-reg .pw-form button{width:265px;cursor:pointer}button[class*=icon-]:before{background:url(../img/sprites.png) no-repeat;margin:-2px 7px 0 0}button.icon-check:before{width:13px;height:11px;background-position:-120px -16px}button.icon-save:before{width:13px;height:14px;background-position:-203px -16px}button.icon-arrow:before{width:8px;height:12px;background-position:-176px 0}.in-search-form,.page-wrap section.layout.search-form .layout-wrap{font-size:14px;line-height:18px;color:#fff;background:url(../img/search-bg.jpg) 100% 100% no-repeat #f60}.page-wrap section.layout.search-form .layout-wrap{font-family:dindisplay_pro,Arial,sans-serif;font-weight:400;height:125px;padding:25px 0 25px 420px;margin-left:-200px;border-radius:0 4px 4px 0;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form,.sf-field .input-text input[type=text]{font-weight:400;font-family:dindisplay_pro,Arial,sans-serif}.in-search-form{position:relative;height:150px;margin:0 0 15px -40px;padding:30px 0 5px 40px;z-index:3;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form .s-title,.search-form aside .s-title{font-size:25px;line-height:25px;text-transform:uppercase}.modals .popup-window{display:none}.search-form aside .s-title{white-space:nowrap;margin-right:-20px}.in-search-form .s-title{margin-bottom:15px}.search-form .mcl{padding-right:50px}.search-form-wrap{display:table;width:100%}.search-form-wrap .search-line{display:table-row}.search-form-wrap .search-line .sf-field-wrap{display:table-cell;vertical-align:middle;padding:0 10px 8px 0;color:#ffd9bf;line-height:15px}.search-form-wrap .search-line .sf-field-wrap:first-child{width:48%}.search-form-wrap .search-line .sf-field-wrap+.sf-field-wrap{width:32%}.search-form-wrap .search-line .sf-field-wrap+.sf-field-wrap+.sf-field-wrap{width:20%}.search-line.sl-options a{display:inline-block;color:#fff;text-decoration:none;border-bottom:1px dashed;line-height:13px}.search-line.sl-options a:hover{border-bottom:none}.search-line.sl-options a.sf-clear{position:relative;display:inline-block;vertical-align:middle;border-bottom:none;width:16px;height:0;padding-top:24px;margin:-5px 0 -5px 2px;overflow:hidden}.search-line.sl-options a.sf-clear:before{content:'';display:block;width:6px;height:7px;background:url(../img/sprites.png) -135px -25px no-repeat;position:absolute;left:50%;top:50%;margin:-3px 0 0 -3px}.fancybox-close:before,.mp-photo-gallery .pg-item .pgi-descr .pgi-date b:before,.mp-photo-gallery .re-controls a:before,.mps-sect nav a:after,.online-adviser header b:before,.subscribe-sm ul li a:before,a.more:after{content:' '}.sf-field{position:relative;display:table;width:100%;height:40px;background:#fff;color:#aaa;box-shadow:inset 0 1px 0 #d9d9d9,0 -1px 0 rgba(0,0,0,.2);z-index:1}.sf-field-wrap:first-child .sf-field{border-radius:4px 0 0 4px}.sf-field>*{display:table-cell;vertical-align:middle}.sf-field label{font-size:16px;line-height:20px;font-weight:400;padding:10px 5px 10px 20px;white-space:nowrap}.sf-field .input-text{width:100%;height:100%}.sf-field .input-text input[type=text]{display:block;width:100%;height:100%;background:0 0;border:none;outline:0;padding:10px 10px 10px 0;font-size:16px;line-height:20px;-moz-box-sizing:border-box;box-sizing:border-box}.in-search-form button.modal-approve,.in-search-form button.search_submit,.search-form button.modal-approve,.search-form button.search_submit{display:inline-block;vertical-align:top;height:40px;border:1px solid #fff;outline:0;color:#fff;font-family:dindisplay_pro,Arial,sans-serif;font-weight:700;font-size:15px;line-height:41px;text-transform:uppercase;padding:0 25px;border-radius:0 4px 4px 0;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(0,0,0,.2);-webkit-filter:none;filter:none}button.modal-approve{border-radius:4px!important}.in-search-form button.modal-approve:before,.in-search-form button.search_submit:before,.search-form button.modal-approve:before,.search-form button.search_submit:before{content:' ';display:inline-block;vertical-align:middle;width:15px;height:14px;background:url(../img/sprites.png) -98px 0 no-repeat;margin:-2px 5px 0 -1px}.in-search-form button:hover,.search-form button:hover{position:relative;top:-1px}.sf-autocomplete{position:relative;z-index:3048;height:40px;display:none}.sf-autocomplete.show{display:block}.sf-autocomplete .sfa-wrap{position:absolute;left:0;width:100%;top:0;padding:20px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 0 0 3px rgba(0,0,0,.2);visibility:hidden;background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 10%,#efefef 100%);background:-o-linear-gradient(top,#fff 10%,#efefef 100%);background:-webkit-linear-gradient(top,#fff 10%,#efefef 100%);background:-o-linear-gradient(top,#fff 10%,#efefef 100%);background:linear-gradient(to bottom,#fff 10%,#efefef 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);border-radius:4px 0 4px 4px}.sf-autocomplete .sfa-wrap.show{visibility:visible}.ui-autocomplete{position:relative;width:100%;max-height:265px;overflow-y:auto;overflow-x:hidden;left:0!important;top:0!important;padding:5px 10px 0 0;border-top:1px dotted #ccc;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box .csb-menu,.custom-select .cs-scroll-container{max-height:230px}.ui-autocomplete-category{font-size:15px;line-height:17px;color:#f60;padding:8px 10px 0 0}.ui-menu .ui-menu-item{padding:0 10px 0 5px;margin-top:2px}.ui-menu .ui-menu-item a{color:#464646;font-size:15px;line-height:15px;border:none;padding:2px 5px;cursor:pointer}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus{color:#f60;margin:0}.ui-menu .ui-menu-item a i{font-style:normal;color:#a2a2a2}.in-search-form .modal-clear,.search-form .modal-clear{height:40px;border:1px solid #fff;padding:0 25px;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px 0 rgba(0,0,0,.2)}.main-page .page-wrap .mp-catalog .layout-wrap{padding:0 10px 30px 230px;margin:0 -10px;box-shadow:0 3px 6px -5px rgba(0,0,0,.4)}.mp-catalog-lists{display:table;table-layout:fixed;width:100%}.mp-catalog-lists .mpc-list{display:table-cell;vertical-align:top;padding-right:40px;width:33.33%;-moz-box-sizing:border-box;box-sizing:border-box}.mp-catalog-lists .mpc-list:first-child{min-width:260px}.mp-catalog-lists .mpc-list header{font-family:dindisplay_pro,Arial,sans-serif;font-weight:100;font-size:28px;line-height:28px;text-transform:uppercase;color:#f60;margin-bottom:10px}.mp-news-list footer,.mp-news-list header,.mp-photo-gallery,.online-adviser header,.s-news-list footer,.s-news-list header,.s-phone .s-callback,.s-phone .s-tel,.subscribe-sm{font-family:dindisplay_pro,sans-serif}.mp-catalog-lists .mpc-list ul{margin:0 0 7px;padding:0;list-style:none;font-size:12px;line-height:15px}.mp-catalog-lists .mpc-list ul li{margin-bottom:4px}.leter-list a,.mp-catalog-lists .mpc-list ul a{color:#464646;text-decoration:none}.mp-catalog-lists .mpc-list ul a span{text-decoration:underline}.mp-catalog-lists .mpc-list ul a i{font-style:normal;color:#aaa}.leter-list a,.mp-catalog-lists .mpc-list ul a,.mp-catalog-lists .mpc-list ul a *{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.leter-list a:hover,.mp-catalog-lists .mpc-list ul a:hover,.mp-catalog-lists .mpc-list ul a:hover *{color:#f60;text-decoration:none}.mp-catalog-lists .mpc-list footer{font-size:11px}a.more:after{display:inline-block;vertical-align:middle;width:6px;height:7px;background:url(../img/sprites.png) -39px -16px no-repeat;margin-left:5px}a.more.blue2{color:#40bbea}a.more.blue2:after{background-position:-249px -52px}.mp-catalog-lists+.abn{display:inline-block;margin-top:25px;overflow:hidden;border-radius:4px}.main-page .online-adviser .oa-wrap,.main-page .s-phone .sp-wrap{border:none;padding-top:0}.s-phone{margin:0 0 15px;padding-left:25px}.s-phone .s-tel{font-weight:500;font-style:normal;font-size:25px;line-height:25px}.s-phone .s-tel em{display:block;font-style:normal;font-weight:400;font-size:17px;line-height:19px;float:left;margin:0 5px 0 -25px;color:#a2a2a2}@-moz-document url-prefix(){.main-page .page-wrap .mp-catalog .layout-wrap{box-shadow:0 3px 5px -5px rgba(0,0,0,.3)}.s-phone .s-tel em{margin-top:1px}}.main-page .s-phone .s-tel em{color:#f60}.s-phone .s-callback{font-weight:400;font-size:10px;text-transform:uppercase;margin-top:-2px}.s-phone .s-callback a{color:#a2a2a2}.s-phone .s-callback a:hover{color:#f60;text-decoration:none}.online-adviser{margin:0 0 15px;padding-left:40px}.main-page .online-adviser{margin-bottom:40px}.online-adviser header{overflow:hidden;font-weight:500;font-size:16px;text-transform:uppercase;padding-left:40px;margin:0 0 8px -40px}.mp-news-list ul,.s-news-list ul,.subscribe-sm ul{padding:0;list-style:none}.online-adviser header a{color:#464646;text-decoration:none}.online-adviser header b{display:block;font-weight:400;font-size:20px;line-height:20px;text-decoration:underline;color:#87c525}.online-adviser header b:before{display:block;width:31px;height:26px;background:url(../img/sprites.png) 0 -33px no-repeat;float:left;margin:0 -100% 0 -40px}.online-adviser header a,.online-adviser header a *{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.online-adviser header a:hover,.online-adviser header a:hover *{color:#f60;text-decoration:none}.online-adviser header a:hover b:before{background-position:-84px -145px}.online-adviser .oa-descr{font-size:11px;line-height:14px;color:#a2a2a2}.subscribe-sm header{font-weight:100;font-size:18px;line-height:18px;text-transform:uppercase;margin-bottom:10px}.subscribe-sm ul{margin:0 -100% 0 0;font-size:10px;line-height:13px}.subscribe-sm ul li{display:inline-block;vertical-align:bottom;margin-left:5px}.subscribe-sm ul li:first-child{margin-left:0}.subscribe-sm ul li a{text-decoration:none}.subscribe-sm ul li a:before{display:block;background:url(../img/sprites.png) no-repeat;margin:0 auto 5px}a.icon-big-email{color:#5e5e5e}.subscribe-sm ul li a.icon-big-email:before{width:30px;height:26px;background-position:-32px -33px}a.icon-big-rss{color:#f60}.subscribe-sm ul li a.icon-big-rss:before{width:25px;height:26px;background-position:-91px -33px}a.icon-big-twitter{color:#00bff3}.subscribe-sm ul li a.icon-big-twitter:before{width:29px;height:25px;background-position:-117px -33px}a.icon-big-ical{color:#ed1c24}.subscribe-sm ul li a.icon-big-ical:before{width:26px;height:29px;background-position:-64px -33px}.mp-news-list header{font-weight:100;font-size:27px;line-height:28px;color:#a2a2a2;margin-bottom:15px}.mp-news-list header a{color:#a2a2a2;text-decoration:none}.mp-news-list header a:hover{color:#f60}.mp-news-list ul{margin:0}.mp-news-list ul li{margin-bottom:20px;overflow:hidden;font-size:12px;line-height:15px}.mp-news-list ul li a{display:block;text-decoration:none;color:#767675}.mp-news-list ul li a:hover{color:#f60}.mp-news-list li a span{display:block}.mp-news-list .nl-pict img{margin-top:11px}.mp-news-list .nl-pict{width:80px;height:80px;overflow:hidden;margin-right:20px;float:left;border-radius:4px;text-align:center;background:#fff;box-shadow:inset 0 1px 0 #e8e8e7}.mp-news-list .nl-body{overflow:hidden}.mp-news-list .nl-text{margin-bottom:5px}.mp-news-list .nl-date{font-size:11px;line-height:13px;color:#f60}.mp-news-list footer a.more{color:#bbb}.mp-news-list footer a.more:after{background-position:-39px -24px}.mp-news-list footer a.more:hover{color:#f60}.mp-news-list footer a.more:hover:after{background-position:-39px -16px}.s-news-list{margin:20px 0}.s-news-list header{font-weight:100;font-size:23px;line-height:25px;color:#a2a2a2;margin-bottom:15px}.s-news-list header a{text-decoration:none;color:#a2a2a2}.s-news-list header a:hover{color:#f60}.s-news-list ul{margin:0}.s-news-list ul li{margin-bottom:15px;overflow:hidden;font-size:12px;line-height:15px}.s-news-list ul li a{display:block;text-decoration:none;color:#767675}.s-news-list ul li a:hover{color:#f60}.s-news-list li a span{display:block}.s-news-list .nl-pict{width:40px;height:40px;overflow:hidden;margin-right:20px}.s-news-list .nl-pict img{width:100%}.s-news-list .nl-body{overflow:hidden}.s-news-list .nl-text{margin-bottom:5px}.s-news-list .nl-date{font-size:11px;line-height:13px;color:#f60}.s-news-list footer a.more{color:#bbb}.s-news-list footer a.more:after{background-position:-39px -24px}.s-news-list footer a.more:hover{color:#f60}.s-news-list footer a.more:hover:after{background-position:-39px -16px}.mp-photo-gallery{margin-left:-220px}.mp-photo-gallery header{font-weight:100;font-size:27px;line-height:28px;color:#a2a2a2;margin-bottom:15px;padding-left:220px}.mp-photo-gallery header .pg-title{width:225px;margin:0 -220px;float:left}.mp-photo-gallery header .pg-title>a{color:#a2a2a2}.mp-photo-gallery header .pg-title>a:hover{color:#f60}.mp-photo-gallery header h2{display:inline-block;font-weight:400;font-size:28px;line-height:28px;margin:0;color:#f60}.mp-photo-gallery header h2 a:hover{color:#464646}.mp-photo-gallery .photo-gallery{position:relative;width:720px;max-width:100%;height:320px;margin:0}.mp-photo-gallery .photo-gallery ul,.mp-photo-gallery li{height:100%;width:100%}.mp-photo-gallery a{display:inline-block;width:100%;text-decoration:none}.mp-photo-gallery li{float:left}.mp-photo-gallery .pg-item{display:inline-block;position:relative;max-width:100%;overflow:hidden;border-radius:4px}.mp-photo-gallery .pg-item .pgi-pict{max-width:100%;text-align:center}.mp-photo-gallery .pg-item .pgi-pict img{margin:0 -50%}.mp-photo-gallery .pg-item .pgi-descr{position:absolute;width:100%;left:0;bottom:0;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;background:rgba(0,0,0,.6);padding:12px 25px 15px 220px;font-size:14px;line-height:16px;display:none}.lt-ie9 .mp-photo-gallery .pg-item .pgi-descr{background:url(../img/semitransparent-ie8.png)}.mp-photo-gallery li:first-child .pg-item .pgi-descr{display:block}.mp-photo-gallery .pg-item .pgi-descr .pgi-date{width:145px;float:left;margin:0 -145px 0 -180px;font-weight:100;font-size:13px;line-height:16px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date b{display:block;font-weight:500;font-size:15px}.mp-partners .mpp-wrap header,.mp-reviews-wrap .mp-reviews header,.mps-sect header,.popup-window .pw-title{font-weight:100;font-family:dindisplay_pro,sans-serif}.mp-partners .mpp-wrap header,.mps-sect header{font-size:27px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date b:before{display:block;width:12px;height:14px;background:url(../img/sprites.png) -85px 0 no-repeat;float:left;margin:2px -12px -14px -16px}.mp-photo-gallery .re-controls{display:none}.mp-photo-gallery .re-controls.enabled{display:block}.mp-photo-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-55px}.mp-photo-gallery .re-controls a:before{display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.mp-photo-gallery .re-controls a.prev{left:0}.mp-photo-gallery .re-controls a.prev:before{background-position:0 -63px}.mp-photo-gallery .re-controls a.next{right:0}.mp-photo-gallery .re-controls a.next:before{background-position:-32px -63px}.mp-photo-gallery .re-controls a.next.disabled,.mp-photo-gallery .re-controls a.prev.disabled{display:none}.mp-partners .layout-wrap{padding-left:200px;margin-left:-200px}.mp-partners .mpp-wrap{margin-left:-200px;padding:10px 0 12px 420px;line-height:71px;background:#fff;border-radius:0 4px 4px 0;box-shadow:0 -1px 0 #f0f0f0}.mp-partners .mpp-wrap header{display:block;float:left;width:220px;margin:0 -220px;color:#a2a2a2}.mp-partners .mpp-wrap ul{margin:0 0 0 -20px;padding:0;list-style:none}.mp-partners .mpp-wrap li{display:inline-block;vertical-align:middle;margin-left:20px}.mps-sect header{line-height:28px;color:#f60;margin-bottom:10px}.mps-sect nav ul{margin:0 -20px 0 -10px;text-transform:none}.mps-sect nav ul li{margin-bottom:2px}.mps-sect nav a{display:inline-block;font-size:14px;line-height:17px;text-decoration:underline;color:#464646;padding:2px 15px 2px 9px;border-color:transparent}.mps-sect nav a:hover{text-decoration:none;color:#f60;border-color:transparent}.mps-sect nav a:after{display:inline-block;vertical-align:middle;width:5px;height:8px;background:url(../img/sprites.png) -86px -16px no-repeat;margin:-1px -12px 0 7px;visibility:hidden}.mps-sect nav a:hover:after{visibility:visible}.hidden,.invisible{visibility:hidden}.mp-reviews-wrap .mp-reviews{width:65.9%;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.mp-reviews-wrap .mp-reviews header{font-size:27px;line-height:28px;color:#a2a2a2;display:table;width:100%;margin-bottom:10px}.mp-reviews-wrap .mp-reviews ul,.popup-window{line-height:17px;font-family:dindisplay_pro,sans-serif}.mp-reviews-wrap .mp-reviews header>*{display:table-cell;width:50%}.mp-reviews-wrap .mp-reviews header .mpr-title a{color:#a2a2a2;text-decoration:none}.mp-reviews-wrap .mp-reviews header .mpr-title a:hover{color:#f60}.mp-reviews-wrap .mp-reviews header .more-link{font-size:13px}.mp-reviews-wrap .mp-reviews ul{margin:0;padding:0;list-style:none;display:table;width:100%;font-size:14px}.mp-reviews-wrap .mp-reviews ul>li{display:table-cell;width:50%;padding-right:35px}.mp-reviews-wrap .mp-reviews li a{display:block;width:220px;color:#464646;text-decoration:none}.mp-reviews-wrap .mp-reviews li a:hover{color:#f60}.mp-reviews-wrap .mp-reviews li .mpr-pict{display:block;overflow:hidden;margin-bottom:7px;border-radius:4px}.mp-reviews-wrap .sbnr{width:33.33%;float:right;padding-top:43px}.mp-reviews-wrap .sbnr .sbnr-wrap{display:inline-block;border:1px solid #e3e3e3}.popups-wrap{position:absolute;left:-20000em;top:-20000em;width:100%;height:1px;overflow:hidden}.fancybox-skin{background:#f8f8f6}.fancybox-close{top:5px;right:5px;width:36px;height:36px;cursor:pointer;z-index:8040;background:0 0}.fancybox-close:before{display:block;width:10px;height:10px;background:url(../img/sprites.png) -133px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.fancybox-close:hover:before{background-position:-144px 0}.popup-window{width:640px;font-size:15px;padding:35px 50px 30px;-moz-box-sizing:border-box;box-sizing:border-box}.popup-window.pw-period{width:530px}.popup-window header{padding-bottom:20px}.popup-window.pw-period header{padding-bottom:30px}.popup-window .pw-title{font-size:35px;line-height:35px;color:#f60}.popup-window footer{border-top:1px dotted #ccc;margin-top:25px;padding-top:25px}.popup-window footer .soc-med-login{display:table}.popup-window footer .soc-med-login>div{display:table-cell;vertical-align:top;line-height:30px}.popup-window footer .soc-med-login .sm-label{font-style:italic;padding-right:15px}.popup-window footer .soc-med-login .sm-body ul{margin:0;padding:0;list-style:none}.popup-window footer .soc-med-login .sm-body ul li{display:inline-block;margin-left:5px}.pw-form .pwf-line{margin-bottom:15px;display:table}#expo_b_popup_2 .pw-form .pwf-line{margin:0 auto 15px}.pw-form .pwf-line.subj-checks{margin-bottom:25px}.pw-form .pwf-line.period{margin-top:25px}.pw-form .pwf-buttons-line{margin-top:30px;display:block}.pw-form .pwf-buttons-line>div,.pw-form .pwf-line>div{display:inline-block;vertical-align:middle;width:auto}.pwf-line>label+div.pwf-field{display:block}.pw-form .pwf-field{padding-right:20px;vertical-align:top;width:310px}.pw-reg .pw-form .pwf-field{width:265px}.pw-form .pwf-field+.pwf-field{padding-right:0}.epf-field{position:relative}.custom-select .custom-select-wrap,.editor-wrap,input[type=email],input[type=password],input[type=text],textarea{border:1px solid #bdbdbd;outline:0;background:#fff;width:100%;height:40px;padding:0 6px;font-family:dindisplay_pro,sans-serif;font-size:15px;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}html[data-useragent*='Trident/7.0'] input[type=password],html[data-useragent*='Trident/7.0'] input[type=text],html[data-useragent*='Trident/7.0'] textarea{padding:0 5px 0 20px}input[type=password]:focus,input[type=text]:focus,textarea:focus{border:2px solid #f60;padding:0 5px}textarea{height:146px;padding:5px;line-height:20px;resize:none}.editor-wrap{height:auto;padding:0;line-height:normal;overflow:hidden}.editor-wrap textarea{border:none;padding:5px;box-shadow:none}textarea:focus{padding:4px}.p-form textarea{height:176px;resize:vertical}.p-form .mf-photos-list textarea{height:146px;resize:none}.pw-form input[type=email],.pw-form input[type=password],.pw-form input[type=text]{height:40px}.pw-period .pw-form .pwf-field+.pwf-field{padding-left:10px}.mf-field .period .pwf-field{display:inline-block;padding-left:30px;font-size:17px;line-height:40px}.period .pwf-field label{font-size:20px;margin:0 5px 0 -15px}.mf-field .period .pwf-field label{font-size:17px}.period input[type=text].date{width:175px;padding-right:35px;background:url(../img/select.png) 100% 50% no-repeat #fff}.period input[type=text].date+button{position:absolute;width:36px;padding:0;overflow:hidden;margin-left:-37px;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0}.period input[type=text].date+button:hover{top:auto}.lt-ie9 .period input[type=text].date+button{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}::-webkit-input-placeholder{color:#a2a2a2}:-moz-placeholder{color:#a2a2a2}::-moz-placeholder{color:#676767}:-ms-input-placeholder{color:#a2a2a2}.placeholder{color:#a2a2a2}label.check{display:inline-block;font-size:13px;line-height:15px;padding-left:27px;word-spacing:normal;cursor:pointer;-moz-box-sizing:border-box;box-sizing:border-box}label.check input{opacity:0;outline:0}.lt-ie9 label.check input{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.lt-ie9 .custom-select select,.lt-ie9 .input-file .if-field-wrap input[type=file]{filter:alpha(opacity=0)}.check .custom-checkbox,.check .custom-radio{position:relative;display:block;width:20px;height:20px;margin:-3px -100% 0 -27px;float:left;background:#fff;border:1px solid #bdbdbd;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}.check .custom-checkbox:before,.check .custom-radio:before{content:' ';display:none;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.check .custom-radio{width:22px;height:22px;border-radius:20px}.check .custom-checkbox:before{width:11px;height:9px;background:url(../img/sprites.png) -93px -16px no-repeat}.check .custom-radio:before{width:10px;height:10px;background:#f60;border-radius:10px}.custom-select,.custom-select select{position:relative}.check .custom-checkbox.checked:before,.check .custom-radio.checked:before{display:block}.custom-select{display:block;text-align:left;line-height:18px;height:40px;-moz-box-sizing:border-box;box-sizing:border-box}.pw-form .custom-select{width:100%;height:40px}.e-form .custom-select{width:200px;height:26px}.custom-select select{width:100%;padding-right:30px;height:40px;opacity:0;z-index:0;cursor:pointer;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box,.custom-select .cs-menu-wrap{background:#fff}.custom-select select[disabled]{cursor:default}.pw-form .custom-select select{height:40px}.custom-select option{padding:2px 10px}.custom-select .custom-select-wrap{display:block;position:absolute;overflow:hidden;left:0;right:0;top:0;z-index:1;padding-top:1px;padding-right:30px;cursor:pointer}.custom-select select[disabled]+.custom-select-wrap{cursor:default}.pw-form .custom-select .custom-select-wrap{line-height:47px;height:40px}.e-form .custom-select .custom-select-wrap{line-height:26px;height:26px;padding-left:7px}.custom-select .custom-select-wrap:after{content:" ";display:block;width:8px;height:5px;overflow:hidden;background:url(../img/sprites.png) -86px -27px no-repeat;position:absolute;right:12px;top:50%;margin-top:-3px}.e-form .custom-select .custom-select-wrap:after{margin-top:-2px}.custom-select .custom-select-text{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:39px}.pw-form .custom-select .custom-select-text{line-height:39px}.e-form .custom-select .custom-select-text{line-height:25px}.custom-select select:focus+.custom-select-wrap{border:2px solid #f60;padding:0 29px 0 19px}.custom-select select:focus+.custom-select-wrap:after{right:11px}.custom-select .cs-menu-wrap{position:absolute;min-width:100%;left:0;top:100%;margin-top:-1px;white-space:nowrap;z-index:50;padding:5px;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.custom-select .scroll-content{padding:5px 18px}.custom-select .scroll-content ul{margin:0;padding:0;list-style:none;font-size:15px;line-height:19px}.custom-select .scroll-content ul li{margin-top:2px;cursor:pointer}.custom-select .scroll-content ul li:first-child{margin-top:0}.custom-select .scroll-content ul li:hover{color:#f60}.input-file{display:block;position:relative}.e-form .input-file{color:#fff;cursor:pointer}.mf-line .input-file{vertical-align:middle}.e-form .input-file .button{float:left;margin-right:10px}.mf-line .input-file .button{float:left;margin-right:20px}.input-file .file-text{display:block;overflow:hidden;height:26px;line-height:26px;text-overflow:ellipsis;font-size:15px;white-space:nowrap}.mf-line .input-file .file-text{font-size:17px;line-height:35px}.mf-line .input-file .file-text.placehlder{color:#aeaeae}.input-file .if-field-wrap{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.input-file .if-field-wrap input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;letter-spacing:10em;-ms-transform:scale(20);-webkit-transform:scale(20);-o-transform:scale(20);transform:scale(20);font-size:200em;opacity:0;cursor:pointer}form{font-family:dindisplay_pro,sans-serif}form.s-message{padding-left:20px}.s-message .mf-line{padding-left:120px;margin:20px 0 10px}.s-message .mf-line label{margin:5px -120px;float:left;font-size:20px;color:#f60}.s-message .mf-buttons-line{padding-left:120px;margin-top:10px}.s-message .mf-buttons-line a{margin-left:25px;font-size:15px}.pwf-msg .msg-help{color:#f60;padding-left:20px;display:none;max-width:234px}.pw-login a.forgot{font-size:14px;color:#464646}.pw-login .pw-form .pwf-field{width:310px}.pw-login a.forgot:hover{color:#f60}.pw-login button{margin-right:20px}.pw-login a.reg{font-weight:500;font-size:16px}.mf-line.afs-type>.mf-field label.check,.pwf-line.subj-checks>.pwf-field label.check{padding-right:0;width:20%}.pwf-line.subj-checks>.pwf-field label.check{font-size:17px}.c-select-box{position:relative;border:1px solid #bdbdbd;outline:0;width:100%;padding:3px;font-family:dindisplay_pro,sans-serif;font-size:15px;line-height:19px;border-radius:3px;box-shadow:inset 0 2px 2px -2px #aaa;-moz-box-sizing:border-box;box-sizing:border-box}.c-select-box.select{padding-bottom:0;min-height:40px}.e-form .c-select-box.select{min-height:26px;padding:0 1px}.c-select-box .csb-title{padding:0 35px 0 0;height:40px;font-size:16px;line-height:40px;border-bottom:1px dotted #cdcdcd;color:#a2a2a2;background:#fff;margin-bottom:3px}.c-select-box .csb-title input{border:none;padding:0 0 0 18px;height:35px;box-shadow:none}.c-select-box .csb-selected-items{display:none;border-bottom:1px dotted #cdcdcd;padding:2px 0;margin-bottom:3px;min-height:30px;line-height:24px}.e-form .c-select-box .csb-selected-items{min-height:18px;line-height:18px;padding:1px 0;margin-bottom:2px}.c-select-box .csb-selected-items.show{display:block}.c-select-box.select .csb-selected-items{display:block;border:none;padding-right:30px;margin-bottom:0;cursor:pointer}.c-select-box.select.disabled .csb-selected-items{cursor:default}.c-select-box.select .csb-selected-items:after{content:" ";display:block;width:8px;height:5px;overflow:hidden;background:url(../img/sprites.png) -86px -27px no-repeat;position:absolute;right:12px;top:20px;margin-top:-3px}.e-form .c-select-box.select .csb-selected-items:after{top:15px}.c-select-box .csb-selected-items .csb-placeholder{display:none;min-height:28px;line-height:28px;padding-left:18px;color:#aeaeae}.c-select-box .csb-selected-items .csb-placeholder.show{display:block}.c-select-box .csb-selected{position:relative;display:none;vertical-align:top;min-height:26px;line-height:25px;color:#f60;white-space:nowrap;margin:0 3px 3px 0;border:1px solid #f60;padding-right:25px;border-radius:3px}.e-form .c-select-box .csb-selected{min-height:16px;margin:0 2px 1px 0}.c-select-box .csb-selected.show{display:inline-block}.c-select-box .csb-selected>*{display:inline-block;vertical-align:middle}.c-select-box .csb-selected .csbs-text{padding-left:15px;line-height:18px;font-size:16px;white-space:normal}.c-select-box .csb-selected a.csbs-del:hover{text-shadow:0 1px 1px rgba(0,0,0,.3)}.c-select-box .csb-selected a.csbs-del{display:block;position:absolute;right:0;top:0;width:25px;overflow:hidden;height:18px;line-height:25px;text-align:right;padding-right:10px;text-decoration:none;font-family:Verdana,sans-serif}.cl-item header,.cli-info .cli-bot,.cli-photo-gallery .pg-title,.page-title h1,.page-title h2,.pagination .pg-body,.popup-gallery .pg-info,.so-text h2,.ui-datepicker{font-family:dindisplay_pro,sans-serif}.e-form .c-select-box .csb-selected a.csbs-del{padding-top:20px}.popup-window .c-select-box.select .csb-menu{max-height:145px}.c-select-box.select .csb-menu-wrap{position:absolute;left:-1px;right:-1px;top:100%;margin-top:-3px;background:#fff;z-index:50;padding:5px;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.e-form .c-select-box.select .csb-menu-wrap{margin-top:0}.c-select-box.places .csb-menu{height:245px}.c-select-box .csb-menu .scroll-content{padding:5px 10px}.c-select-box .csb-menu ul{margin:0;padding:0;list-style:none}.c-select-box .csb-menu ul li{margin-bottom:4px}.c-select-box .csb-menu a,.c-select-box .csb-menu label{cursor:pointer;color:#464646;position:relative;margin-left:12px}.c-select-box .csb-menu label.active{color:#a2a2a2}.c-select-box .csb-menu .places-list>ul>li.active>a,.c-select-box .csb-menu .places-list>ul>li.active>label,.c-select-box .csb-menu a:hover,.c-select-box .csb-menu label:hover{color:#f60}.c-select-box .csb-menu label input[type=checkbox]{opacity:0;outline:0;position:absolute;z-index:-1}.lt-ie9 .c-select-box .csb-menu label input[type=checkbox]{-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.c-select-box .csb-menu .places-list{width:260px;float:left}.c-select-box .csb-menu .places-list>ul>li>a{display:inline-block;border-bottom:1px dashed;text-decoration:none;font-size:17px;line-height:15px}.c-select-box .csb-menu .places-list>ul ul{margin:5px 0 0 16px;font-size:16px}.places-list .final-tire{margin-left:16px}.places-list .final-tire .custom-radio-check{padding-left:12px}.c-select-box .csb-menu .places-list>ul>li{margin-bottom:15px}.c-select-box .csb-menu .places-list .active>.sublist{display:block}.c-select-box .csb-menu .places-list .sublist{display:none}.c-select-box .csb-menu .places-list .sublist.parent{display:block}.c-select-box .csb-menu .q-sel{width:190px;float:right}.tabs li,.ui-datepicker-prev{float:left}.c-select-box .csb-menu .q-sel .q-sel-title{font-size:14px;color:#a2a2a2;margin-bottom:3px}.c-select-box .csb-menu .q-sel .q-sel-title+ul{margin-bottom:10px}.c-select-box .csb-menu .q-sel a.clear{display:inline-block;font-size:14px;line-height:12px;text-decoration:none;border-bottom:1px dashed;color:#a2a2a2;margin-left:0}.c-select-box .csb-menu .q-sel a.clear:hover,.ui-datepicker th.ui-datepicker-week-end{color:#f60}.mCSB_scrollTools .mCSB_draggerRail{width:10px;background:#dbdbdb;border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_scrollTools .mCSB_dragger{-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px;border:solid #dbdbdb;border-width:2px 1px;-moz-box-sizing:border-box;box-sizing:border-box}.tabs li,.tabs li a{display:block}.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{left:20px;right:20px;bottom:5px;width:auto;height:20px}.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:12px;background:#dbdbdb}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{height:10px;margin:8px auto;border-width:2px 3px}.pw-subscribe header{margin:-5px 0 20px;padding:0;border-bottom:1px dotted #ccc}.pw-subscribe header .pw-title{float:left;padding:5px 20px 0 0}.tabs{position:relative;margin:0 0 -1px;padding:0;list-style:none;z-index:2}.pw-subscribe header .tabs{margin:0 0 -1px;overflow:hidden}.tabs li{height:51px;-moz-box-sizing:border-box;box-sizing:border-box;opacity:.2;border:dotted transparent;border-width:1px 1px 0;margin-left:5px}.tabs li:hover{opacity:1}.tabs li.active{border:dotted #ccc;border-width:1px 1px 0;background:#fcfcfb;opacity:1}.popup-window .tabs li.active{background:#f8f8f6}.tabs li a{position:relative;height:50px;padding:12px;overflow:hidden;text-decoration:none;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px}.popup-window .tabs li a{width:54px}.tabs li a:before{content:'';display:inline-block;vertical-align:middle;background:url(../img/sprites.png) no-repeat;margin:0 7px 3px 0}.popup-window .tabs li a:before{display:block;margin:0 auto 50px}.tabs li a.icon-big-email:before{width:30px;height:26px;background-position:-32px -33px}.tabs li a.icon-big-rss:before{width:25px;height:26px;background-position:-91px -33px}.tabs li a.icon-big-twitter:before{width:29px;height:25px;background-position:-117px -33px}.tabs li a.icon-big-ical:before{width:26px;height:29px;background-position:-64px -33px}.tabs-content{margin:0;padding:0;list-style:none}.tabs+.tabs-content{position:relative;border-top:1px dotted #ccc;z-index:1;padding-top:20px}.tabs-content>li{display:none}.tabs-content>li.active{display:block}.pw-subscribe .pw-form .pwf-field{width:370px}.pw-subscribe .mail{margin-bottom:25px}.ui-datepicker{display:none;width:200px;height:auto;padding:10px;font-size:13px;border:1px solid #bdbdbd;background:#fff;border-radius:4px;line-height:13px;box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%}.ui-datepicker-header{font-weight:500;text-transform:uppercase;border-bottom:1px dotted #bdbdbd;padding-bottom:6px;margin-bottom:6px;font-size:21px;line-height:33px}.ui-datepicker-title{text-align:center;font-weight:100;color:#f60}.ui-datepicker-next,.ui-datepicker-prev{position:relative;display:inline-block;width:31px;height:0;padding-top:31px;cursor:pointer;border:1px solid #bdbdbd;border-radius:3px;overflow:hidden}.ui-datepicker-next:hover,.ui-datepicker-prev:hover{border-color:#f60;background:#f60}.ui-datepicker-next.ui-state-disabled,.ui-datepicker-prev.ui-state-disabled{border-color:#bdbdbd;background:0 0;opacity:.5}.ui-datepicker-next:before,.ui-datepicker-prev:before{content:' ';display:block;width:10px;height:12px;background:url(../img/sprites.png) -155px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-6px 0 0 -5px}.ui-datepicker-prev.ui-state-disabled:hover:before,.ui-datepicker-prev:before{background-position:-155px 0;margin-left:-6px}.ui-datepicker-prev:hover:before{background-position:-113px 0}.ui-datepicker-next{float:right}.ui-datepicker-next.ui-state-disabled:hover:before,.ui-datepicker-next:before{background-position:-165px 0;margin-left:-4px}.ui-datepicker-next:hover:before{background-position:-123px 0}.ui-datepicker th{text-transform:uppercase;font-weight:500;padding:0 0 4px}.ui-datepicker tbody td{padding:2px 0;text-align:center}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;border:1px solid #e2e2e2;border-radius:3px;color:#e2e2e2}.ui-datepicker td a{color:#2b2b2b;border-color:#bdbdbd}.ui-datepicker td.ui-datepicker-week-end a{color:#f60;border-color:#f60}.ui-datepicker td a:hover{background:#f0f0f0}.ui-datepicker td.ui-datepicker-today a{background:#565656;border-color:#565656;color:#fff}.ui-datepicker td a.ui-state-active{background:#f60;border-color:#f60;color:#fff}.pw-reply .pw-form .pwf-line{width:100%}.pw-reply .pw-form .pwf-line .pwf-field{display:block;padding-right:0;width:auto}.pwf-line>label{display:block;margin:-5px 0 5px}.pw-reply .pw-form .pwf-line label{font-size:20px;display:block;margin-bottom:10px}.bread-crumbs a:after,.layout-wrap>aside .sbnr .sbnr-wrap,.pagination .pg-body li{display:inline-block}.pw-reply .pw-form .pwf-buttons-line{margin-top:0}.layout-wrap>aside .sbnr{margin:25px 0}.layout-wrap>aside .vk-widget{width:180px;margin:30px 0}.main-part .abn{margin:20px 0;text-align:center}.main-page .abn{margin-bottom:0}.so-text{margin:20px 0;font-size:12px;line-height:15px}.so-text h2{font-weight:100;font-size:30px;line-height:30px;margin:15px 0;color:#f60}.bread-crumbs{margin:17px 0;font-size:11px;line-height:13px}.bread-crumbs a{color:#a2a2a2;margin-right:3px}.bread-crumbs a:hover{color:#f60}.bread-crumbs a:after{content:'→';color:#a2a2a2;margin-left:7px;text-decoration:none}.bread-crumbs b,.bread-crumbs strong{font-weight:400}.page-title{margin:17px 0}.page-title h1,.page-title h2{font-weight:100;font-size:40px;line-height:40px;margin:0;color:#f60}.page-title h1 strong,.page-title h2 strong{font-weight:400;color:#464646}.page-title.clearfix h1,.page-title.clearfix h2{float:left}.p-filter{font-size:12px;color:#a2a2a2;margin:17px 0}.page-title+.p-filter{margin-top:-10px}.p-filter .pf-body{width:100%;float:left;padding:0 280px 0 55px;-moz-box-sizing:border-box;box-sizing:border-box}.p-filter .pf-body .pf-label{width:55px;float:left;margin:0 -55px}.p-filter .pf-body a{color:#464646;white-space:nowrap}.p-filter .pf-body a:hover{color:#f60}.p-filter .ch-dates-range{width:260px;float:right;margin-left:-260px}.p-filter .ch-dates-range a{text-decoration:none;border-bottom:1px dashed;-webkit-transition:border .3s;-o-transition:border .3s;transition:border .3s}.p-filter .ch-dates-range a:hover{border-bottom:none}.page-body{margin:15px 0 0 -20px}.pagination{margin:25px 0 40px}.pagination .pg-info{float:right;padding-right:20px;font-size:12px;line-height:29px}.pagination .pg-info i{font-style:normal;color:#a2a2a2}.pagination .pg-body{overflow:hidden}.pagination .pg-body ul{margin:0;padding:0;list-style:none;display:inline-block;vertical-align:middle}.pagination .pg-body li a,.pagination .pg-body li b,.pagination .pg-body>a{height:29px;line-height:29px;margin-right:1px;text-decoration:none}.pagination .pg-body li a,.pagination .pg-body li b{display:block;min-width:29px;padding:0 5px;font-weight:700;font-size:16px;text-align:center;border:1px solid #fcaf7b;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:1px}.pagination .pg-body li b{border-color:#f60;background:#f60;color:#fff}.pagination .pg-body>a{display:inline-block;vertical-align:middle;padding:0 7px;font-weight:500;font-size:17px;border:1px solid #fcaf7b;-moz-box-sizing:border-box;box-sizing:border-box}.pagination .pg-body a.pg-prev{border-radius:4px 0 0 4px}.pagination .pg-body a.pg-next{border-radius:0 4px 4px 0}.pagination .pg-body a.pg-next:after,.pagination .pg-body a.pg-prev:before{content:' ';display:inline-block;vertical-align:middle;width:5px;height:8px;background:url(../img/sprites.png) -143px -16px no-repeat;margin-top:-1px}.pagination .pg-body a.pg-prev:before{background-position:-143px -16px;margin-right:7px}.pagination .pg-body a.pg-next:after{background-position:-148px -16px;margin-left:7px}.pagination .pg-body a:hover{background:#fcaf7b;color:#fff}.pagination .pg-body a.pg-prev:hover:before{background-position:-143px -24px}.pagination .pg-body a.pg-next:hover:after{background-position:-148px -24px;margin-left:7px}.pagination .pg-body>a.disabled{border-color:#cdcdcc;background:0 0;color:#babab9;cursor:default;width:29px;overflow:hidden;padding:27px 0 0;position:relative}.pagination .pg-body a.pg-next.disabled:after,.pagination .pg-body a.pg-prev.disabled:before{position:absolute;left:50%;top:50%;margin:-4px 0 0 -3px}.pagination .pg-body a.pg-prev.disabled:before,.pagination .pg-body a.pg-prev.disabled:hover:before{background-position:-153px -16px}.pagination .pg-body a.pg-next.disabled:after,.pagination .pg-body a.pg-next.disabled:hover:after{background-position:-158px -16px}.cat-list{margin:0;padding:0;list-style:none}.cat-list>li.ad{overflow:hidden;margin-bottom:20px}.cat-list>.cl-item,.m-article{position:relative;padding:17px 20px 15px;margin-bottom:20px;background:#fcfcfb;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.cancel,.cancel:after,.hit{position:absolute;left:0;top:0;display:block}.m-article .cat-list>.cl-item{margin-bottom:15px}.cat-list>li.cl-item:hover{background:#fff;box-shadow:0 3px 5px -3px #888}.hit{width:81px;height:81px;background:url(../img/sprites.png) -63px -63px no-repeat;z-index:2}.cancel{width:100%;bottom:0;background:rgba(255,255,255,.75);z-index:20}.lt-ie9 .cancel{background:#fff;-ms-filter:alpha(opacity=75);filter:alpha(opacity=75)}.cancel:after{content:' ';width:81px;height:81px;background:url(../img/sprites.png) -144px -63px no-repeat;z-index:21}.cl-item .cl-item-wrap{padding-left:120px;margin-bottom:10px}.cl-photos .cl-item .cl-item-wrap,.e-cat .cl-item .cl-item-wrap{padding-left:90px;margin-bottom:0}.m-article .cl-item .cl-item-wrap{padding-left:100px;margin-bottom:0}.cl-item .cl-item-wrap>a{color:#464646;text-decoration:none}.cli-pict,.i-pict{width:100px;line-height:96px;text-align:center;background:#fff;margin:3px -100% 0 -120px;float:left;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.i-pict{margin:0 0 10px;position:relative}.i-pict .user-avatar{display:block;width:100%;height:100%}.cl-photos .cli-pict,.e-cat .cli-pict{width:70px;height:70px;line-height:60px;padding:4px;margin-left:-90px}.m-article .cl-item .cli-pict{width:80px;height:80px;line-height:70px;padding:5px;margin-left:-100px}.cat-list li.cl-item:hover .cli-pict{box-shadow:none}.cli-pict img,.i-pict img{max-width:100%;max-height:100%;border-radius:4px}.cli-info{width:100%;float:left;margin-bottom:15px}.e-cat .cli-info{margin-bottom:0}.cat-list.cl-places .cli-info{margin-bottom:7px}.cli-info .cli-top{margin-bottom:10px}.cat-list.cl-places .cli-info .cli-top{margin-bottom:7px}.cl-item .cli-approved{float:right;margin-left:10px;opacity:.25;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;margin-right:10px}.cli-approved img{width:26px;height:auto}.cat-list li.cl-item:hover .cli-approved,.cat-list>li.cl-item.canceled .cli-approved{opacity:1}.cl-item .cli-status{float:right;font-size:11px;line-height:13px;color:#a2a2a2}.cl-item .cli-status .status{height:13px;overflow:hidden}.cl-item .cli-status .status.active{width:13px}.cl-item .cli-status .status:before{content:' ';display:inline-block;width:13px;height:13px;background:url(../img/sprites.png) -211px -32px no-repeat;margin:0 3px -2px 0}.cli-photo-list .cli-phg-bot .cli-pb-button{background-position:-345px -32px}.cl-item .cli-status .status.moderated:before{background-position:-211px -160px}.cl-item .cli-status .status.draft:before{content:none}.cl-item .cli-status b{display:inline-block;font-size:16px;font-weight:400;padding-top:5px}.cl-item .cli-status b:before{content:' ';display:inline-block;vertical-align:middle;width:16px;height:15px;background:url(../img/sprites.png) -171px -16px no-repeat;margin:-2px 5px 0 0}.cl-item .cli-status b.participant{color:#f60}.cl-item .cli-status b.visitor{color:#464646}.cl-item .cli-status b.visitor:before{width:14px;background-position:-188px -16px;margin-top:-2px}.cl-item header{margin-bottom:2px}.cl-item header .cli-title{display:inline-block;vertical-align:top;font-size:30px;line-height:30px;margin:0 6px 0 0;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;max-width:490px}.cl-item header .cli-title a{color:#464646;text-decoration:none}.cat-list li.cl-item:hover header .cli-title,.cl-item header .cli-title a:hover{color:#f60}.cat-list>li.cl-item.canceled header .cli-title{text-decoration:line-through;color:#464646}.cli-info .cli-bot .cli-area a,.cli-info .cli-bot .cli-position a,.cli-place a,.cli-services-sm a,.i-info .i-address a.toggle-map,.i-info .i-area a,.i-info .i-position a,dl.add-info dd a,dl.add-info dd a:hover{text-decoration:none}.cl-item header .cli-rate{display:inline-block;vertical-align:top;color:#f60;font-size:16px;margin-top:2px}.cl-item header .cli-rate:before{content:' ';display:inline-block;vertical-align:baseline;width:14px;height:13px;margin:0 4px -1px 0;background:url(../img/sprites.png) -181px -32px no-repeat;opacity:.5}.cli-info .cli-bot .cli-dim:before,.cli-place:before{height:16px;content:' '}.cli-descr{font-size:12px;line-height:15px;color:#a2a2a2}.cli-info .cli-bot{font-size:15px;line-height:19px}.cli-info .cli-bot .cli-area,.cli-info .cli-bot .cli-date{font-size:17px;line-height:18px;float:left}.cli-info .cli-bot .cli-area{font-weight:500;color:#f60}.cli-info .cli-bot .cli-area a:hover{color:#464646}.cli-info .cli-bot .cli-position{font-size:20px;line-height:21px;font-weight:500;color:#f60;float:left}.cli-info .cli-bot .cli-position a{color:#f60}.cli-info .cli-bot .cli-position a:hover,.cli-place a{color:#464646}.cli-info .cli-bot .cli-dim{font-size:16px;line-height:18px;font-weight:700;float:left}.cli-info .cli-bot .cli-dim:before{display:inline-block;width:16px;background:url(../img/sprites.png) -242px -16px no-repeat;vertical-align:middle;margin:-4px 4px 0 0}.cli-place{float:right;padding-left:15px}.cli-place:before{display:block;width:10px;background:url(../img/sprites.png) -217px -16px no-repeat;float:left;margin:1px -10px 0 -15px}.cli-place a:hover{color:#f60}.cli-buttons{position:relative;width:100%;float:left}.cli-m-buttons{float:left}.cli-m-buttons>*{margin-left:5px}.cli-m-buttons>:first-child{margin-left:0}.cli-services{display:inline-block;vertical-align:top}.cli-services:hover{padding-bottom:10px;margin-bottom:-10px;background:#f60;border-radius:4px 4px 0 0}.cli-services:hover .button.icon-sm{border-color:#f60;background:#f60;color:#fff;box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.cli-services:hover .button.icon-sm:before{background-position:-287px -41px}.cli-services-sm{margin-top:5px;padding:10px 0 1px 15px;position:absolute;background:#f60;color:#fff;font-size:12px;font-weight:700;width:100%;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none;z-index:100}.cli-services:hover .cli-services-sm{display:block}.cli-services-sm ul{margin:0;padding:0;list-style:none}.cli-services-sm ul li{display:inline-block;vertical-align:top;margin:0 10px 9px 0}.cli-services-sm a{display:block;color:#fff;text-transform:uppercase;padding:2px 10px;border:1px solid #ffb880;border-radius:4px}.cli-services-sm a:hover{border-color:#fff;background:#fff;color:#f60;text-shadow:none}.cli-s-buttons{float:right}.cat-list>li>footer{padding-left:120px;font-size:11px;line-height:16px}.cat-list>li>footer .cli-stats{width:120px;text-align:center;margin:0 -100% 0 -130px;float:left}.i-stats{font-size:11px;text-align:center;margin-left:-5px}.cat-list .cli-stats>*,.i-stats>*{display:inline-block;vertical-align:baseline;white-space:nowrap;margin-left:5px}.cat-list .cli-stats>:first-child{margin-left:0}.cat-list .cli-stats>:before,.i-stats>:before{content:' ';display:inline-block;width:11px;height:12px;background:url(../img/sprites.png) -12px 0 no-repeat;margin:0 3px -1px 0}.cat-list .cli-stats .schedule,.cat-list .cli-stats .visitors,.i-stats .schedule,.i-stats .visitors{color:#464646}.cat-list .cli-stats .visitors:before,.i-stats .visitors:before{width:11px;height:12px;background-position:-12px 0;margin:0 2px -1px 0}.cat-list .cli-stats .schedule:before,.i-stats .schedule:before{width:13px;height:14px;background-position:-228px -16px;margin-bottom:-1px}.cat-list .cli-stats .participants,.cat-list .cli-stats .views,.i-stats .participants,.i-stats .views{color:#f60}.cat-list .cli-stats .participants:before,.i-stats .participants:before{width:13px;height:12px;background-position:-197px 0;margin-bottom:-2px}.cat-list .cli-stats .views:before,.i-stats .views:before{width:13px;height:8px;background-position:-148px -52px;margin-bottom:0}.cat-list>li>footer .cli-tags{color:#a2a2a2}.cat-list>li>footer .cli-tags a{color:#a2a2a2;white-space:nowrap}.cat-list>li>footer .cli-tags a:hover{color:#f60}.cli-photo-list .clipl-wrap{margin:0 0 10px}.sli-slides{overflow:hidden;margin-right:-15px}.cli-photo-list ul{margin:0;padding:0;list-style:none;width:100%}.cli-photo-list ul>li{width:25%;padding-right:15px;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.cli-photo-list ul>li a{display:block;overflow:hidden;border-radius:4px}.cli-photo-list ul>li img{width:100%}.clipl-wrap .re-controls{display:none}.clipl-wrap .re-controls.enabled{display:block}.clipl-wrap .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.clipl-wrap .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.clipl-wrap .re-controls a.prev{left:0}.clipl-wrap .re-controls a.prev:before{background-position:0 -63px}.clipl-wrap .re-controls a.next{right:15px}.clipl-wrap .re-controls a.next:before{background-position:-32px -63px}.clipl-wrap .re-controls a.next.disabled,.clipl-wrap .re-controls a.prev.disabled{display:none}.cli-photo-list .cli-phg-bot{width:100%}.cli-photo-list .cli-phg-bot>div{-moz-box-sizing:border-box;box-sizing:border-box}.cli-photo-list .cli-phg-bot .cli-pb-button{width:50%;float:left;padding-right:15px}.cli-photo-list .cli-phg-bot .cli-pb-button .button{width:49%;min-width:175px;text-align:center;margin-right:11px}.cli-photo-list .cli-phg-bot .cli-pb-info{padding-left:15px;float:right;font-size:12px;line-height:29px;color:#a2a2a2}.cli-photo-text{font-size:12px;line-height:15px;margin-bottom:15px}.cli-photo-text>:first-child{margin-top:0}.cli-photo-gallery{margin-right:-15px}.i-photos .cli-photo-gallery{margin-right:-20px}.cli-photo-gallery>ul{margin:0;padding:0;list-style:none}.cli-photo-gallery>ul>li{display:inline-block;vertical-align:top;width:33.3%;padding:0 15px 0 0;margin:0 -4px 15px 0;-moz-box-sizing:border-box;box-sizing:border-box}.i-photos .cli-photo-gallery>ul>li{width:20%;padding-right:20px;margin-bottom:20px}.cli-photo-gallery>ul>li>a{position:relative;display:block;width:100%;overflow:hidden;text-align:center;border-radius:4px}.i-photos .cli-photo-gallery>ul>li>a{height:140px}.cli-photo-gallery>ul>li img{display:block;width:100%}.i-photos .cli-photo-gallery>ul>li img{display:inline-block;width:auto;height:100%;margin:0 -50%}.cli-photo-gallery .pg-title{display:none;position:absolute;background:rgba(0,0,0,.7);color:#fff;font-size:15px;width:100%;left:0;bottom:0;text-align:left;padding:20px;-moz-box-sizing:border-box;box-sizing:border-box}.lt-ie9 .cli-photo-gallery .pg-title{background:url(../img/semitransparent-ie8.png)}.popup-gallery-container{position:fixed;width:100%;height:100%;left:0;top:0;overflow:auto;background:rgba(0,0,0,.75);z-index:1000;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.lt-ie9 .popup-gallery-container{background:url(../img/semitransparent-ie8.png)}.pg-container-wrap{display:table;width:100%;height:100%}.popup-gallery-outer{position:fixed;width:100%;height:100px}.popup-gallery{position:absolute;display:block;width:1040px;height:533px;top:50%;left:50%;margin-top:-266px;margin-left:-520px;border-radius:4px;background-color:#fff}.popup-gallery .pg-wrap{position:relative;background:#fff;padding-left:730px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.popup-gallery .ajax-load-popup{position:absolute;left:0;top:0;width:100%;height:100%}.popup-gallery .ajax-load-popup img{display:block;width:54px;height:55px;position:absolute;top:50%;left:50%;margin-top:-27px;margin-left:-27px}.lt-ie9 .popup-gallery .pg-wrap{border:1px solid #ccc}.popup-gallery .pg-photos{width:730px;height:533px;line-height:530px;background:#eee;margin:0 -730px;float:left}.popup-gallery .pg-photos img{max-width:730px;max-height:533px;text-align:center;vertical-align:middle}.popup-gallery .pg-photos ul{margin:0;padding:0;list-style:none}.popup-gallery .pg-info{padding:15px 20px 145px;width:100%;height:100%;text-align:left;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.pgi-wrap{height:100%;overflow:auto}.pg-photo-title{font-size:20px;padding-right:20px;margin-bottom:10px}.pg-photo-descr,.pg-photo-text{font-size:12px;line-height:15px}.pg-photo-text{font-family:Arial,sans-serif;color:#8d8d8d;margin-bottom:10px}.i-info .i-position,.i-info header,.item-wrap>aside .i-rating{font-family:dindisplay_pro,sans-serif}.popup-gallery .pg-info hr{margin:10px 0}.pg-photo-descr h3{font-size:15px;margin:0 0 3px;font-weight:400}.pg-photo-descr p{margin:3px 0 0}.pg-comments .pgc-title{font-size:15px;margin:0 0 5px}.pg-comments ul{margin:0;padding:0;list-style:none;font-size:12px;line-height:15px;color:#8d8d8d}.pg-comments ul li{margin-top:10px}.pg-only-text .pg-photo-title{font-size:24px;line-height:1em;margin-top:24px;margin-bottom:36px;margin-left:.5em}.pgc-form .pgc-field,.pgc-form label{margin-bottom:5px}.pgc-user{color:#f60}.pgc-form{position:absolute;left:750px;right:20px;bottom:20px}.pgc-form label{display:block;font-size:15px}.pgc-form textarea{height:50px;padding:5px}.pgc-form .pgc-buttons .button,.pgc-form .pgc-buttons button{padding-left:8px;padding-right:8px}.pgc-form .pgc-buttons button{background:0 0;-webkit-filter:none;filter:none}.pgc-form .pgc-buttons button:hover{background:#f60}.pg-photos-controls a{position:absolute;width:60px;height:0;padding-top:533px;overflow:hidden;top:0;opacity:.5}.pg-photos-controls a:hover{opacity:1}.pg-photos-controls a:before{content:' ';display:block;width:21px;height:42px;background:url(../img/sprites.png) -257px -133px no-repeat;position:absolute;left:50%;top:50%;margin:-21px 0 0 -10px}.pg-photos-controls a.pgpc-prev{left:-60px}.pg-photos-controls a.pgpc-next{right:-60px}.pg-photos-controls a.pgpc-next:before{background-position:-279px -133px}.pg-close{display:block;position:absolute;right:0;top:0;width:32px;height:32px;cursor:pointer;z-index:100}.pg-close:before{content:'';display:block;width:10px;height:10px;background:url(../img/sprites.png) -133px 0 no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.pg-close:hover:before{background-position:-144px 0}.item-wrap{padding-left:120px}.item-wrap>aside{width:100px;float:left;margin:0 -100% 0 -120px}.item-wrap>aside .i-pict{float:none;margin-bottom:5px}.item-wrap>aside .i-rating{font-size:21px;line-height:22px;text-align:center;color:#f60;padding:4px 10px 3px;margin:15px 0;border:1px solid #fdcfaf;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box}.item-wrap>aside .i-rating:before{content:' ';display:inline-block;vertical-align:middle;width:20px;height:19px;margin:-3px 5px -2px -2px;background:url(../img/sprites.png) -160px -32px no-repeat;opacity:.5}.item-wrap.event>aside .i-rating{margin-top:22px}.i-info{width:100%;float:left}.i-info .i-address a.toggle-map:before,.i-info header .i-place:before{content:' ';width:10px;background:url(../img/sprites.png) -217px -16px no-repeat}.i-info header{margin-bottom:2px}.i-info header .i-place{float:right;font-size:15px;padding:13px 0 0 15px;max-width:235px;white-space:nowrap}.i-info header .i-place:before{display:block;height:16px;float:left;margin:1px -10px 0 -15px}.i-info header .i-place a{color:#464646;text-decoration:none}.i-info header .i-place a:hover{color:#f60}.i-info .i-title{display:inline-block;font-size:40px;line-height:37px;color:#f60;margin:0 6px 5px 0;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.i-address header,.i-info .i-address,.i-info .i-area{margin-bottom:15px}.i-info .i-position{font-size:20px}.i-info .i-position a{color:#464646}.i-info .i-position a:hover{color:#f60}.i-info .i-descr{font-size:12px;line-height:16px;color:#7e7e7e;height:27px;font-family:Arial,sans-serif}.i-additional .ia-title,.i-address header,.i-info .i-area,.i-info .i-contacts .ic-links,.i-statistics>header,.m-article .sect-title{font-family:dindisplay_pro,sans-serif}.place .i-info .i-descr{min-height:30px}.i-info .i-area{font-weight:500;font-size:22px;line-height:23px}.i-info .i-area a{color:#464646}.i-info .i-area a:hover{color:#f60}.i-address header{font-size:18px;line-height:21px}.i-address header>*{display:inline-block;vertical-align:middle}.i-address header .address{margin-right:10px}.i-info .i-address a.toggle-map{display:inline-block;vertical-align:middle;font-size:15px;line-height:12px;color:#a2a2a2;border-bottom:1px dashed;margin-left:15px}.i-info .i-address.map-opened header a.toggle-map{display:none}.i-info .i-address a.toggle-map:hover{color:#f60}.i-info .i-address a.toggle-map:before{display:block;height:16px;float:left;margin:0 -10px 0 -15px}.i-info .i-address .i-map{position:relative;margin:0 0 20px;display:none}.i-info .i-contacts,.i-info .i-tags{margin-bottom:15px}.place .i-info .i-address .i-map{margin-left:-120px}.i-info .i-address.map-opened .i-map{display:block}.i-info .i-address .i-map .close-map{position:absolute;right:0;bottom:100%;z-index:20;margin-bottom:15px}.i-info .i-address .i-map .map-canvas{width:100%;height:305px;background:#eee;overflow:hidden;border-radius:4px}.i-info .i-tags{font-size:11px;line-height:16px;color:#a2a2a2;margin-top:-5px}.i-info .i-tags a{color:#a2a2a2;white-space:nowrap}.i-info .i-tags a:hover{color:#f60}.i-info .i-contacts .ic-buttons{width:265px;margin-right:40px;float:left}.i-info .i-contacts .ic-buttons .icb-exit-edit{display:none}.i-info .i-contacts .ic-buttons .soc-media-buttons{margin-top:25px}.i-info .i-contacts .ic-links{font-size:15px;line-height:20px;width:310px;float:left}.ic-tel{font-size:20px;line-height:21px;margin-bottom:4px}.i-additional{margin-bottom:15px;font-size:12px;line-height:15px}.i-additional .ia-title{font-size:20px;line-height:23px;margin-bottom:30px}dl.add-info p{margin:0}dl.add-info{margin:0 0 -7px;padding:0;font-size:12px;line-height:15px}dl.add-info dt{min-height:15px;width:178px;float:left;clear:left;margin:0 5px 10px 0}dl.add-info dd{min-height:15px;padding:0;overflow:hidden;margin:0 0 12px}dl.add-info dd a{color:#464646}dl.add-info dd a:hover{color:#f60}dl.add-info dd ul{margin:0;padding:0;list-style:none}dl.add-info dd ul li{margin-bottom:3px}.i-statistics>header{padding-left:120px;margin-bottom:20px;font-weight:500;font-size:20px;line-height:23px;color:#f60}.i-statistics>header b{font-weight:700;font-size:40px;letter-spacing:-2px;margin-right:2px}.i-statistics>header .ish-title{width:100px;margin:0 -100% 0 -120px;float:left;font-weight:400;font-size:17px;line-height:18px;text-align:right;color:#464646}.i-statistics>header .ish-data{width:100%;text-align:justify;padding-right:70px;margin-bottom:-20px;-moz-box-sizing:border-box;box-sizing:border-box}.i-discount .discount-button,.i-steps a.step{text-align:center;font-family:dindisplay_pro,sans-serif;text-transform:uppercase;text-decoration:none}.i-statistics>header .ish-data>*{display:inline-block;padding-top:10px;max-width:30%}.i-statistics>header .ish-data:after{content:'';display:inline-block;width:100%;height:0}.i-statistics>header .ish-data a{text-decoration:none;color:#f60}.i-statistics>header .ish-data a:hover{color:#464646}.m-article .sect-title{font-size:23px;font-weight:700;line-height:24px;margin-top:19px;margin-bottom:15px}.e-details .sect-title,.graph-title{font-weight:300;font-family:dindisplay_pro,sans-serif}.e-details .sect-title{font-size:30px;line-height:32px;color:#feb17d}.m-article .sect-title a:not(.button){color:#464646;text-decoration:none}.m-article .sect-title a:not(.button):hover{color:#f60}.graph-title{font-size:25px;line-height:26px;color:#feb17d}.i-staff-list{margin-bottom:15px}.i-staff-list>ul{margin:0;padding:0 0 0 4px;list-style:none}.i-staff-list>ul>li{display:inline-block;width:33%;margin-left:-4px}.i-staff-list>ul>li>a{text-decoration:none;color:#464646}.i-staff-list .sl-item{padding-left:110px}.i-staff-list .sl-pict{display:block;width:90px;height:90px;overflow:hidden;margin:0 -100% 0 -110px;float:left;border-radius:4px}.i-staff-list .sl-info{display:table;width:100%;height:90px}.i-staff-list .sl-info .sl-info-wrap{display:table-cell;vertical-align:middle;padding-right:40px}.i-staff-list .sl-info .sl-name{font-family:dindisplay_pro,sans-serif;font-weight:500;font-size:19px;line-height:20px;color:#f60;margin-bottom:4px}.i-staff-list a:hover .sl-info .sl-name{color:#464646}.i-staff-list .sl-info .sl-position{font-size:11px;line-height:14px}.i-stats{line-height:15px;margin-bottom:7px}.i-date{font-family:dindisplay_pro,sans-serif;font-size:27px;margin:12px 0 10px}.i-date:after{content:"";display:block;clear:both}.i-date .sharing_block{float:right}.i-discount{margin-top:15px;font-size:10px;line-height:12px;color:#a2a2a2}.i-discount .discount-button{display:block;border:none;outline:0;height:26px;padding:1px 5px 0;font-weight:700;font-size:13px;line-height:25px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0);border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box}.i-discount .discount-button:hover{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#fe9150));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.i-discount .dsc-text{font-size:10px;line-height:11px;margin-top:5px;padding:0 0 0 10px}.i-buttons .ib-main{float:left}.i-buttons .ib-add{float:right}.i-divs{margin-bottom:20px}.i-divs .i-subj{width:55%;float:left;font-family:dindisplay_pro,sans-serif;font-size:14px}.i-divs .i-subj ul{margin:-3px 0 0;padding:0;list-style:none}.i-divs .i-subj a{color:#6d6d6d}.i-divs .i-subj a:hover,.i-steps ul>li.s1,.i-steps ul>li.s1 a{color:#f60}.i-divs .i-tags{width:45%;float:right;margin-bottom:0}.i-divs .i-tags a{white-space:normal}.i-tags.grey,.i-tags.grey a{color:#a2a2a2}.i-tags.grey a:hover{color:#F60}.i-sub-articles{font-family:dindisplay_pro,sans-serif;font-size:16px;padding:0 0 0 10px;background:#fcf4ee;margin-bottom:25px;border-radius:4px}.i-sub-articles ul{margin:0;padding:0;list-style:none;display:table;width:100%}.i-sub-articles ul>li{display:table-cell;padding:15px}.i-steps{margin-bottom:20px}.i-steps .is-title{font-family:dindisplay_pro,sans-serif;font-size:28px;line-height:28px;text-align:center;text-transform:uppercase;margin-bottom:15px;color:#000;font-weight:300}.i-steps ul{margin:0;padding:0;list-style:none;display:table;width:100%}.i-steps ul>li{display:table-cell;width:33.3%;padding:0 3px}.i-steps .label{font-size:12px;line-height:15px;font-style:italic;margin-bottom:5px;white-space:nowrap;text-align:center}.i-steps a.step,.i-steps span.step{position:relative;display:block;height:31px;line-height:30px;border:1px solid;font-weight:700;font-size:16px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.i-steps ul>li span.step{text-transform:uppercase;text-align:center}.i-steps ul>li.s1 a:after,.i-steps ul>li.s1 span:after,.i-steps ul>li.s2 a:after,.i-steps ul>li.s2 a:before,.i-steps ul>li.s3 a:before{content:' ';display:block;width:15px;height:31px;background:url(../img/sprites.png) 0 -144px no-repeat;position:absolute;top:-1px}.i-steps ul>li a:after,.i-steps ul>li span.step:after{right:-1px}.i-steps ul>li a:before,.i-steps ul>li span.step:before{left:-1px}.i-steps ul>li.s1 a:after{background-position:0 -144px}.i-steps ul>li.s1 a:hover{background:#f60;border-color:#f60;color:#fff}.i-steps ul>li.s2,.i-steps ul>li.s2 a{color:#00adef}.i-steps ul>li.s2 a b{color:#1d447d}.i-steps ul>li.s2 a:before{background-position:-15px -144px}.i-steps ul>li.s2 a:after{background-position:-30px -144px}.i-steps ul>li.s2 a:hover{background:#00adef;border-color:#00adef;color:#fff}.i-steps ul>li.s3,.i-steps ul>li.s3 a{color:#ef3976}.i-steps ul>li.s3 a b{color:#08293a}.i-steps ul>li.s3 a:before{background-position:-45px -144px}.i-steps ul>li.s3 a:hover{background:#ef3976;border-color:#ef3976;color:#fff}.i-photo-slides{margin-bottom:25px}.ps-photo-gallery{width:100%;overflow:hidden;border-radius:4px}.ps-photo-gallery ul{margin:0;padding:0;list-style:none;width:100%}.ps-photo-gallery ul>li{width:100%;float:left}.ps-photo-gallery ul>li img{width:100%}.ps-photo-gallery .re-controls{display:none}.ps-photo-gallery .re-controls.enabled{display:block}.ps-photo-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.ps-photo-gallery .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.i-event-description,.ied-title{margin-bottom:15px}.ps-photo-gallery .re-controls a.prev{left:0}.ps-photo-gallery .re-controls a.prev:before{background-position:0 -63px}.ps-photo-gallery .re-controls a.next{right:0}.ps-photo-gallery .re-controls a.next:before{background-position:-32px -63px}.ps-photo-gallery .re-controls a.next.disabled,.ps-photo-gallery .re-controls a.prev.disabled{display:none}.ied-title{font-family:dindisplay_pro,sans-serif;font-weight:400;font-size:21px;line-height:22px}.ied-text{font-size:12px;line-height:15px}.i-event-additional{margin-bottom:20px}.i-event-additional .e-docs{width:30%;float:right;margin:0;padding:0;list-style:none;font-family:dindisplay_pro,sans-serif;font-size:15px;line-height:18px}.i-event-additional .e-docs>li{margin-bottom:5px}.i-event-additional .e-docs a:before{content:' ';display:inline-block;vertical-align:middle;width:11px;height:13px;background:url(../img/sprites.png) -211px 0 no-repeat;margin:-1px 5px 0 0}.i-event-additional .add-info{width:70%;padding-right:30px;-moz-box-sizing:border-box;box-sizing:border-box}.i-members{display:table;width:100%;margin-bottom:15px}.i-members>*{display:table-cell;vertical-align:top;padding-left:25px}.i-members .im-title{display:inline-block;font-family:dindisplay_pro,sans-serif;font-size:23px;font-weight:700;line-height:24px;margin:0 0 12px}.i-members .im-title:before{content:' ';display:block;width:17px;height:15px;background:url(../img/sprites.png) -239px -33px no-repeat;float:left;margin:4px -100% 0 -25px}.i-members .im-visitors .im-title:before{width:13px;background-position:-188px -16px;margin-left:-22px}.i-members a.more{font-size:11px;display:block}.i-members ul{margin:0;padding:0;list-style:none}.i-members ul a{color:#464646}.i-members ul a:hover{color:#f60}.i-members .im-participants{width:70%;padding-right:30px}.i-members .im-participants .button.icon-up:before{background-position:-365px -108px}.i-members .im-participants .button.icon-up:hover:before{background-position:-365px -92px}.i-members .im-title{width:33.3%}.i-members .im-participants a.more{margin-left:-3px}.i-members .im-participants ul{padding:4px 0 0 4px}.i-members .im-participants ul li{display:inline-block;vertical-align:top;width:33.3%;margin-left:-4px;margin-bottom:20px}.eni-area-wrap .eni-area,.eni-stats .enis-item,.eni-stats .enis-item b{vertical-align:middle;display:inline-block}.i-members .im-participants ul li a{display:block;width:140px;font-size:11px;line-height:14px;text-align:center}.i-members .im-participants ul li a .imp-pict{position:relative;display:block;width:140px;overflow:hidden;margin-bottom:5px;border-radius:4px}.i-members .im-participants ul li a img{display:block;width:140px}.i-members .im-participants ul li a .imp-pict:before{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.i-members .im-visitors{width:30%;font-size:12px;line-height:17px}.i-members .im-visitors ul li{margin-bottom:2px}.e-num-info{padding-left:130px;margin-bottom:30px;font-family:dindisplay_pro,sans-serif;min-height:120px;margin-top:30px}.eni-area-wrap{color:#f60;position:relative}.eni-area-wrap .eni-title{position:absolute;top:0;left:0;margin-left:-130px;display:block;width:110px;margin-right:16px;font-size:20px;line-height:21px;text-align:right;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#464646;margin-top:28px}.eni-area-wrap .eni-title:hover{color:#f60}.eni-area-wrap .eni-area{font-weight:700;font-size:120px;line-height:120px;letter-spacing:-2px;margin-bottom:-5px}.e-num-info sup{font-size:60%}.eni-stats{line-height:47px;margin-bottom:10px}.eni-stats .enis-item{margin-right:50px;font-size:20px}.eni-stats .enis-item b{font-size:45px}.eni-founded{font-size:23px;color:#a2a2a2}.eni-areas{margin:20px 0}.eni-areas .enis-col{width:225px;display:inline-block;vertical-align:top;margin-right:16px;font-size:15px;line-height:20px}.eni-areas .enis-col b,.eni-holds .enis-item b{display:block;vertical-align:middle;font-size:45px;line-height:40px;margin-bottom:-5px;letter-spacing:-1px}.eni-areas .enis-col b{margin-bottom:-3px}.eni-areas .enis-col .enc-title{color:#f60;margin-bottom:5px}.eni-areas .enis-col ul{margin:0;padding:0;list-style:none}.eni-areas .enis-col ul li{margin-bottom:2px;color:#a2a2a2}.eni-areas .enis-col ul li i{color:#464646;font-style:normal}.eni-holds{margin:25px 0 25px -130px}.eni-holds .eni-title{display:inline-block;vertical-align:middle;width:110px;margin-right:16px;font-size:17px;line-height:20px;text-align:right;color:#f60}.eni-holds .enis-item{display:inline-block;vertical-align:middle;margin-right:50px;font-size:20px;line-height:21px;text-align:center}.i-events-list+.m-article{margin-top:30px}.h-booking{margin:30px -30px 30px 0;padding:0 20px}.m-article .h-booking{margin:0 -30px 0 0;padding:0}.h-booking header{margin-bottom:15px}.h-booking .sect-title{display:inline-block;font-family:dindisplay_pro,sans-serif;font-size:23px;font-weight:700;line-height:24px;color:#40bbea;width:581px;margin:19px 0}.h-booking .sect-title a{color:#40bbea;text-decoration:none}.h-booking .sect-title a:hover{color:#1d447d}.m-article .h-booking .sect-title{margin:0}.h-booking .sect-title b{font-weight:400;color:#1d447d}.h-booking a.more{font-size:11px}.h-booking ul{margin:0;padding:0 0 0 4px;list-style:none}.h-booking ul li{display:inline-block;vertical-align:top;width:150px;margin-right:40px;text-align:center}.h-booking ul li a{font-size:12px;line-height:15px;color:#32a7d3;display:block}.h-booking .hb-link{margin-bottom:.8em;display:block;line-height:1em}.h-booking .hb-pict{display:block;width:150px;height:150px;overflow:hidden;margin-bottom:7px;border-radius:4px}.h-booking .hb-pict img{width:100%}.h-booking ul li .hb-price{font-family:dindisplay_pro,sans-serif;font-weight:700;font-size:16px;line-height:19px;color:#1d447d;margin:3px 0}.h-booking ul li a.button{font-size:13px}.e-cat .sect-title,.i-events-list .sect-title{font-size:23px;line-height:24px;font-family:dindisplay_pro,sans-serif;font-weight:700}.e-cat{margin-bottom:40px}.e-cat .sect-title,.i-services{margin-bottom:20px}.m-article+.e-cat{margin-top:30px}.e-cat .sect-title{color:#f60;padding:0 20px}.e-cat .sect-title a{color:#f60;text-decoration:none}.e-cat .sect-title a:hover{color:#464646}.i-services li{color:#f60}.i-services .is-wrap{margin-right:-20px}.i-services ul{margin:0;padding:0;list-style:none;width:33.3%;float:left}.i-services ul li{margin-bottom:3px;padding-right:30px}.e-pv-container{margin:20px 0}.div-img-wrap img{display:block;width:100%}.e-video-container{margin-top:20px}.div-video-wrap{background:#000}.div-video-wrap iframe{margin:0 auto;display:block}.i-events-list{margin-bottom:20px}.i-events-list .sect-title{color:#f60;padding-left:20px;margin-bottom:20px}.i-contacts{margin:30px 0}.i-contacts .sect-title{margin-bottom:20px}.i-contacts .ic-wrap{display:table;width:100%;font-size:13px;line-height:16px}.i-contacts .ic-wrap .ic-col{display:table-cell;vertical-align:top;width:55%}.i-contacts .ic-wrap .ic-col:first-child{width:45%;padding-right:30px}.i-contacts .ic-addr{min-height:32px}.i-contacts .ic-wrap .ic-col ul.tels{margin:0;padding:0;list-style:none}.s-comments{margin:30px 0}.s-comments .sect-title{padding-left:20px;margin-bottom:15px;font-family:dindisplay_pro,sans-serif;font-size:22px;line-height:23px;color:#f60}.s-comments .sect-title span{display:inline-block;padding-right:140px}.sc-comments .cl-item-wrap{padding-left:90px}.sc-comments .cli-pict{margin-left:-90px;width:70px;height:70px;line-height:65px;padding:2px}.sc-comments .cli-info{margin-bottom:0}.sc-comments .sc-name{font-family:dindisplay_pro,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#f60;margin:-7px 0 10px}.sc-comments .sc-name a{text-decoration:none;color:#f60}.sc-comments .sc-name a:hover{color:#000}.ma-text h2,.ma-text h3,.order-button,.rq-order-button{color:#f60;font-family:dindisplay_pro,sans-serif}.sc-comments .sc-text{font-size:12px;line-height:16px}.ma-text{font-size:13px;line-height:16px}.ma-text h2{font-weight:400;font-size:25px;line-height:26px;margin:25px 0 20px}.ma-text h3{font-weight:400;font-size:20px;line-height:23px;margin:20px 0 15px}.ma-text p{margin:20px 0}.ma-text>:first-child{margin-top:0}.ma-text .pt-block{margin:25px 0}.ma-text .pt-block img{float:left;margin-right:30px}.ma-text .pt-block.p-right img{float:right;margin-left:30px}.ma-text .pt-block .ptb-text{overflow:hidden}.ma-text .pt-block .ptb-text>:first-child{margin-top:0}.ma-text .pt-block .ptb-text ul{margin:0;padding:0;list-style:none}.ma-text .pt-block .ptb-text ul li{padding-left:16px;margin-bottom:7px}.ma-text .pt-block .ptb-text ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -287px -51px no-repeat;float:left;margin:5px -100% 0 -16px}.s-slide-gallery-wrap{width:100%;overflow:hidden}.s-slide-gallery{margin-right:-15px;overflow:hidden}.s-slide-gallery ul{width:100%}.s-slide-gallery li{width:25%;padding-right:15px;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.s-slide-gallery li a{display:block;overflow:hidden;border-radius:4px}.s-slide-gallery li img{width:100%}.s-slide-gallery .re-controls{display:none}.s-slide-gallery .re-controls.enabled{display:block}.s-slide-gallery .re-controls a{display:block;width:71px;height:0;padding-top:71px;overflow:hidden;position:absolute;top:50%;margin-top:-35px}.s-slide-gallery .re-controls a:before{content:' ';display:block;width:31px;height:62px;background:url(../img/sprites.png) 0 -63px no-repeat;position:absolute;left:50%;top:50%;margin:-31px 0 0 -15px}.s-order,.s-order .so-col+.so-col{width:100%}.s-slide-gallery .re-controls a.prev{left:0}.s-slide-gallery .re-controls a.prev:before{background-position:0 -63px}.s-slide-gallery .re-controls a.next{right:15px}.s-slide-gallery .re-controls a.next:before{background-position:-32px -63px}.s-slide-gallery .re-controls a.next.disabled,.s-slide-gallery .re-controls a.prev.disabled{display:none}.s-order{margin:25px 0;display:table}.s-order .so-col{display:table-cell;vertical-align:middle;padding-right:40px}.order-button,.rq-order-button{display:inline-block;text-decoration:none;border:1px solid #f60;height:44px;white-space:nowrap;border-radius:4px}.rq-order-button .rqob-wrap{display:table;border:none;border-collapse:collapse}.order-button>a,.order-button>span{display:inline-block;vertical-align:top;padding:1px 20px 0;line-height:43px;height:44px;-moz-box-sizing:border-box;box-sizing:border-box}.rq-order-button .rqob-wrap>*{display:table-cell;padding:0;line-height:43px;height:44px;-moz-box-sizing:border-box;box-sizing:border-box}.order-button .ob-price{font-size:25px}.rq-order-button .rqob-wrap .rqob-price{vertical-align:middle;padding:0 30px;font-size:25px;line-height:44px}.rqob-price small{font-weight:300}.order-button .rqob-button{vertical-align:top}.order-button .ob-text,.rq-order-button .ob-text,.rq-order-button button{font-weight:700;font-size:17px;text-decoration:none;text-transform:uppercase;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);border-radius:0;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.rq-order-button .ob-text,.rq-order-button button{display:block;width:100%;height:44px;font-size:17px;line-height:45px;text-align:center;padding:1px 20px 0;-moz-box-sizing:border-box;box-sizing:border-box}.order-button a.ob-text:hover,.rq-order-button a.ob-text:hover,.rq-order-button button:hover,a.order-button:hover .ob-text{background:#ff8000;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fe9150),color-stop(100%,#ff8000));background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-webkit-linear-gradient(top,#fe9150 0,#ff8000 100%);background:-o-linear-gradient(top,#fe9150 0,#ff8000 100%);background:linear-gradient(to bottom,#fe9150 0,#ff8000 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe9150', endColorstr='#ff8000', GradientType=0)}.order-button .ob-text:after,.rq-order-button .ob-text:after,.rq-order-button button:after{content:'';display:inline-block;vertical-align:middle;width:8px;height:12px;background:url(../img/sprites.png) -175px 0 no-repeat;margin:-1px 0 0 7px}.s-note p,.s-note ul{margin:7px 0}.order-button .rub,.rq-order-button .rub{font-size:22px}.order-descr{font-size:13px;line-height:15px;color:#f60}.s-note{font-size:12px;line-height:15px}.s-note ul{padding:0;list-style:none}.s-note ul li{padding-left:10px}.s-note ul li:before{content:'-';float:left;margin:0 -100% 0 -10px}.messages-list{margin:0;padding:0;list-style:none}.messages-list>li{padding:20px 20px 5px;background:#fcfcfb;margin-bottom:15px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.messages-list>li.mi-new{padding:19px 19px 4px;border:1px solid #f60;box-shadow:none}.messages-list>li:hover{background:#fff}.messages-list .mi-wrap{position:relative;padding-left:90px;margin-bottom:15px}.messages-list .mi-wrap.me{padding:0 90px 0 0}.messages-list>li>a{color:#464646;text-decoration:none}.messages-list .mi-pict{width:70px;height:70px;line-height:65px;text-align:center;overflow:hidden;margin:0 -100% 0 -90px;float:left;border-radius:4px}.messages-list .me .mi-pict{margin:0 -90px 0 -100%;float:right}.messages-list .mi-pict img{max-width:100%;max-height:100%;vertical-align:middle}.messages-list .mi-body{width:100%;float:left}.messages-list .mi-body>header{padding-right:130px}.messages-list .mi-time{width:110px;float:right;font-size:11px;line-height:16px;color:#a2a2a2;text-align:right;margin:0 0 0 -110px}.messages-list .me .mi-time{float:left;margin:10px 0 0;text-align:left}.messages-list .mi-sender{font-family:dindisplay_pro,sans-serif;font-size:18px;line-height:19px;color:#f60;margin-bottom:7px}.messages-list .mi-sender a{color:#f60;text-decoration:none}.messages-list .mi-sender a:hover{color:#464646}.messages-list .me .mi-sender{color:#2592c5}.messages-list .mi-buttons{margin-bottom:10px;display:none}.set-sect{padding:10px 20px;background:#fcfcfb;margin-bottom:20px;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.set-sect.p-form{padding:20px}.set-sect>header{font-family:dindisplay_pro,sans-serif;text-transform:uppercase;color:#a2a2a2;padding:5px 0;cursor:pointer}.a-graphic,.cal-lists,.cl-news header .news-header-body,.e-price,.e-programm .ep-item footer,.e-programm .ep-item header,.e-statistic,.edit-wrap .e-form,.ep-sect-title,.mf-photos-list,.p-calendar,.request-form .rq-form .rqf-title,.request-form .rq-info .rqi-body h2,.request-form .rq-info .rqi-body h3,.request-form .rq-info .rqi-body h4,.set-sect .set-sect-title,.tad-price h3,.targets{font-family:dindisplay_pro,Arial,sans-serif}.set-sect>header:before{content:'';display:inline-block;vertical-align:middle;width:14px;height:15px;background:url(../img/sprites.png) -196px -32px no-repeat;margin:0 4px 0 0}.set-sect.closed>header:before{background-position:-250px -109px}.set-sect .set-sect-body{margin:20px 0 10px}.set-sect.closed .set-sect-body{display:none}.mf-buttons-line{margin-top:25px}.mf-line{margin-bottom:15px}.mf-line.cols-2{display:table;width:100%}.mf-line .mf-field{padding-right:10px;width:65%;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;padding-bottom:5px}.mf-line .mf-field.full-width{width:100%}.mf-line.cols-2 .mf-field,.mf-line.cols-2>label{display:table-cell;width:50%;padding:0 0 5px 10px}.mf-line.cols-2 .mf-field:first-child,.mf-line.cols-2>label:first-child{padding:0 10px 5px 0}.mf-line.full-width .mf-field{padding:0 0 5px;width:100%}.ch-pwd .mf-line .mf-field{width:47%}.tabs-content .mf-line .mf-field{display:block}.mf-line.full-width>label{display:block;margin-bottom:5px}.mf-soc-m .sm-i,.mf-soc-m a.clear{display:inline-block;vertical-align:middle}.mf-line>label.check{font-size:15px;margin-right:40px}.mf-line>label.check i{font-style:normal;font-size:12px;color:#a2a2a2}.mf-soc-m{margin:-5px 0 10px}.mf-soc-m .mf-soc-col{padding-right:10px;width:47%;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box}.mfsm-title{font-size:15px;margin-bottom:10px}.mf-soc-m .mf-soc-col+.mf-soc-col .mfsm-title{color:#a2a2a2}.mf-soc-m .sm-i{font-size:18px;line-height:21px;padding-top:4px}.mf-soc-m .sm-i img{vertical-align:middle;margin:-4px 4px 0 0}.mf-soc-m a.clear{position:relative;width:30px;height:0;padding-top:30px;overflow:hidden;margin:-5px 0}.mf-soc-m a.clear:before{content:'';display:block;width:9px;height:10px;background:url(../img/sprites.png) -162px -52px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}.mf-soc-m a.clear:hover:before{background-position:-238px -121px}.mf-soc-m .sm-body ul{margin:0;padding:0;list-style:none}.mf-soc-m .sm-body ul li{display:inline-block;margin-right:5px}.mf-checks-title{font-size:15px;margin-bottom:15px;color:#a2a2a2}.mf-announces{padding-left:205px}.mf-announces .mf-subj-checks-title{display:block;width:155px;margin:0 -100% 0 -205px;float:left}.mf-announces .mf-announces-body.disabled{opacity:.5}.lt-ie9 .mf-announces .mf-announces-body.disabled{-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.set-sect.subscribe label.check{font-size:17px}.set-sect.subscribe .tabs-content label.check{font-size:15px}.set-sect.subscribe .mf-subj-checks-title label.check{font-size:17px}.set-sect .tabs-content,.tabs-content .mf-line.subj-checks{margin-bottom:25px}.mf-line.subj-checks>label.check{margin-right:30px}.tabs-content .mf-line{margin-bottom:10px}.tabs-content .mf-line .mf-field .custom-select,.tabs-content .mf-line .mf-field select{width:100%}.mf-line.country{margin:20px 0 5px}.mf-line.subj{margin:20px 0 25px}.mf-line.city>label,.mf-line.country>label,.mf-line.subj>label{display:block;font-size:17px;width:65%;margin:0 0 5px;-moz-box-sizing:border-box;box-sizing:border-box}.p-editable{position:relative}.p-editable.pe-active{padding-left:24px}.i-pict.p-editable.pe-active{padding-left:0}.i-info header .i-place.p-editable.pe-active{padding-left:24px}.i-info header .i-place.p-editable.pe-active:before{content:none}.ed-back a:before,.edit-wrap .e-form .ef-close:before,.edit-wrap .e-form:before,.ep-sect-title a:before,.tg-title:before{content:''}.edit-wrap{position:absolute;left:0;top:0;display:none;margin:-1px 0 0 -6px}.e-btn,.e-btn:before,.p-editable.pe-active .edit-wrap{display:block}.i-pict.p-editable .edit-wrap{left:100%;top:5px;margin:0 0 0 -30px;line-height:1em}.i-place.p-editable .edit-wrap{margin-top:10px}.i-additional .p-editable .edit-wrap,.i-descr.p-editable .edit-wrap{margin-top:-6px}.ic-buttons .p-editable .edit-wrap{margin-top:-2px}.ic-tel.p-editable .edit-wrap{margin-top:0}.e-btn{position:relative;width:24px;height:0;padding-top:24px;overflow:hidden;border-radius:3px;-webkit-transition:none;-o-transition:none;transition:none}.i-pict.p-editable .e-btn{background:#fcfcfb;width:25px}.e-btn:before{position:absolute;left:5px;top:4px;font-size:18px;color:#f60}.e-btn:hover{opacity:.7}.lt-ie9 .e-btn:hover{filter:alpha(opacity=70)}.i-pict.p-editable .e-btn:hover{background:#f60}.p-editable.pe-current .e-btn{width:28px;background:#f60;border-radius:3px 0 0 3px}.p-editable.pe-current .e-left .e-btn{width:28px;border-radius:0 3px 3px 0}.i-pict.p-editable .e-btn:hover,.p-editable.pe-current .e-btn:hover{opacity:1}.lt-ie9 .i-pict.p-editable .e-btn:hover,.lt-ie9 .p-editable.pe-current .e-btn:hover{filter:alpha(opacity=100)}.i-pict.p-editable .e-btn:hover:before,.p-editable.pe-current .e-btn:before{color:#fff}.i-pict.p-editable.pe-current .e-btn{width:33px}.edit-wrap .e-form{position:absolute;left:28px;top:0;width:600px;z-index:2;font-size:12px;line-height:15px;text-align:left;background:#f60;padding:9px 20px 15px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0 3px 3px;display:none}.i-pict.p-editable .edit-wrap .e-form{left:32px}.ic-links .edit-wrap .e-form{width:330px}.edit-wrap.e-left .e-form{left:auto;right:100%;border-radius:3px 0 3px 3px}.edit-wrap .e-form:before{display:block;width:0;height:0;border:1px solid;border-color:#f60 #f60 transparent transparent;border-radius:2px;position:absolute;right:100%;top:24px}.edit-wrap.e-left .e-form:before{border-color:#f60 transparent transparent #f60;right:auto;left:100%}.p-editable.pe-active.pe-current .edit-wrap .e-form{display:block}.edit-wrap .e-form .ef-body{width:420px;float:left;word-spacing:16px;margin-bottom:-10px}.ic-links .edit-wrap .e-form .ef-body{width:150px}.edit-wrap .e-form .epfl{display:inline-block;vertical-align:top;word-spacing:normal;min-width:200px;margin-bottom:10px}.ic-links .edit-wrap .e-form .epfl{width:150px;min-width:0}.i-pict .edit-wrap .e-form .epfl{display:block}.edit-wrap .e-form .ef-body .epf-field>label,.edit-wrap .e-form .ef-body .epfl>label{color:#fff;display:block;margin-bottom:5px}.edit-wrap .e-form .ef-body .epf-field>label{word-spacing:normal}.edit-wrap .e-form .ef-body .epfl>label img{margin:-3px 0 -2px}.edit-wrap .e-form .epfl .c-select-box{width:200px}.e-form .custom-select select,.e-form select{width:200px;height:26px}.e-form input[type=text]{height:29px;line-height:26px;padding-left:6px}.e-form input[type=text]:focus{border-width:1px}.i-title .e-form input[type=text]{width:420px}.edit-wrap .e-form textarea{width:420px;height:90px;border-width:1px}.edit-wrap .e-form .ef-buttons{float:right;padding-top:20px}.edit-wrap .e-form .ef-close{display:block;width:22px;height:0;padding-top:22px;overflow:hidden;position:absolute;right:15px;top:5px}.edit-wrap .e-form .ef-close:before{display:block;width:9px;height:10px;background:url(../img/sprites.png) -63px -159px no-repeat;position:absolute;left:50%;top:50%;margin:-5px 0 0 -4px}.a-graphic,.ep-item .ep-title span,.tad-price li{position:relative}.ed-back{margin:20px 0}.ed-back a{display:inline-block;font-size:17px;line-height:17px;text-decoration:none;border:1px solid #fcaf7b;padding:5px 25px;border-radius:4px}.ed-back a:before{display:inline-block;width:6px;height:11px;background:url(../img/sprites.png) -157px 0 no-repeat;margin-right:8px}.ed-back a:hover{color:#fff;background:#f60;border-color:#f60}.ed-back a:hover:before{background-position:-115px 0}.e-programm,.ep-sect{margin-bottom:30px}.ep-sect-title{height:12px;border-bottom:1px dotted #ccc;font-size:25px;line-height:25px;font-weight:700}.e-programm .ep-sect-title{height:14px;font-size:30px;line-height:30px}.p-calendar .ep-sect-title{font-size:17px;line-height:20px;border:none;height:auto;color:#959595}.ep-sect-title a{display:inline-block;text-decoration:none;text-transform:uppercase;background:#fcfcfb;padding:0 10px 0 5px;color:#464646}.e-programm .ep-sect-title a{min-width:180px;margin-left:-5px}.p-calendar .ep-sect-title a{color:#959595}.ep-sect-title a:before{display:inline-block;width:18px;height:18px;background:url(../img/sprites.png) -296px -22px no-repeat;margin-right:8px}.e-programm .ep-sect-title a:before{width:21px;height:21px;background-position:-317px 0;margin-right:8px}.eps-opened .ep-sect-title a:before{background-position:-315px -22px}.e-programm .eps-opened .ep-sect-title a:before{background-position:-295px 0}.p-calendar .ep-sect-title a:before{width:13px;height:14px;background-position:-250px -109px;margin-right:5px;vertical-align:middle;margin-top:-2px}.p-calendar .eps-opened .ep-sect-title a:before{background-position:-211px -145px}.ep-sect-body{padding-top:25px;display:none}.eps-opened .ep-sect-body{display:block}.e-programm ul{margin:0;padding:0;list-style:none}.e-programm li{margin-top:20px;padding:15px 0 5px}.e-programm li:first-child{margin-top:0}.e-programm .ep-item{border:1px dotted #ccc;padding:0 10px 0 30px}.e-programm .ep-item header{margin-top:-15px;padding:0 0 0 160px}.ep-item .ep-time{font-size:25px;line-height:25px;color:#f60;background:#fcfcfb;padding:0 5px;float:left;margin:0 -100% 0 -165px}.ep-item .ep-title{display:inline;font-size:22px;line-height:25px;background:#fcfcfb;outline:#fcfcfb solid 6px;outline-offset:-1px}.ep-item .ep-body{font-size:12px;line-height:16px;margin:7px 0}.ep-item .ep-body p{margin:7px 0}.ep-item .ep-body .ep-coord{color:#f60}.e-programm .ep-item footer{font-size:15px;line-height:15px;margin-bottom:-7px}.ep-item .ap-area{display:inline-block;padding:0 5px;color:#8f8f8f;background:#fcfcfb;margin-left:-5px}.e-programm+.i-steps,.e-statistic+.i-steps{margin-top:40px;margin-bottom:15px}.ep-stats{padding:5px 25px 0;border-bottom:1px dotted #ccc;margin-bottom:25px}.ep-stats .eps-item{width:220px;float:right;font-weight:700;font-size:28px;line-height:28px;margin-bottom:-13px}.ep-stats .eps-item:first-child{color:#f60;width:450px;float:left}.ep-stats b{display:block;font-size:120px;line-height:120px;margin-top:-10px;word-spacing:-10px;letter-spacing:-7px;white-space:nowrap}.ep-stats .eps-text{display:block;margin:-18px 0 0;padding:0 5px;background:#fcfcfb;float:left}.ep-info{padding:0 30px;margin-bottom:20px}.ep-info .ep-area-wrap{width:450px;float:left;font-size:80px;line-height:80px}.ep-info .epa-title{font-size:18px;line-height:18px;width:110px;padding-top:12px;float:left}.ep-info .epa-area{display:inline-block;font-weight:100;letter-spacing:-2px;word-spacing:-5px}.ep-info .epa-area sup{display:inline-block;font-size:45px;margin:0 0 0 3px}.ep-info .ep-founded{width:210px;float:right;font-size:16px;line-height:18px;color:#afafae;padding-top:14px}.ep-founded b{display:block;font-size:40px;line-height:40px;letter-spacing:-1px;margin:0 0 -5px -2px}.ep-countries{padding:0 30px 0 140px;border-top:1px dotted #ccc;font-size:18px;color:#f60}.ep-countries .epc-title{color:#feb17d;background:#fcfcfb;margin:-10px -100% 0 -115px;padding:0 5px;float:left}.ep-countries .epc-list{margin-top:-10px;display:table;table-layout:fixed;width:100%}.ep-countries ul{margin:0;padding:0;list-style:none;display:table-cell;vertical-align:top}.ep-countries ul+ul+ul{width:215px}.ep-countries ul li{padding:0 5px;background:#fcfcfb;margin-top:4px;float:left;clear:left}.clear,.clearfix:after,.mf-photos-list li:after,.tad-price li:after{clear:both}.ep-countries ul li:first-child{margin-top:0}.e-price{font-size:15px;line-height:18px;margin-bottom:5px}.epr-title,.pr-list .prl-value{font-weight:700;font-size:28px}.e-price-wrap{margin:0 -20px;padding-top:15px}.epr-layout{display:table;width:100%;border-spacing:20px 0}.eprl-col{border:1px dotted #ccc;display:table-cell;vertical-align:top;padding:0 15px 15px}.eprl-col:first-child{width:350px}.epr-title{margin:-12px 0 20px -5px}.epr-title span{display:inline-block;padding:0 5px;background:#fcfcfb}.epr-subtitle{color:#f60;font-weight:700;text-transform:uppercase;margin-bottom:10px}.pr-list{margin:0 0 20px;padding:0;list-style:none;color:#f60}.pr-list.grey{color:#8b8b8b}.pr-list li{margin-bottom:3px;word-spacing:-2px;white-space:nowrap}.for_participation .pr-list li{display:inline-block;vertical-align:top;width:49%;text-align:center}.for_participation .pr-list .prl-descr,.for_participation .pr-list .prl-value{display:block;max-width:initial;height:auto;white-space:normal}.for_participation .pr-list .prl-value{border-bottom:0;border-radius:4px 4px 0 0}.for_participation .pr-list .prl-descr{border-top:0;border-radius:0 0 4px 4px}.pr-list .prl-value{display:inline-block;vertical-align:middle;border:1px solid #ffd2b2;height:32px;padding:2px 15px 0;line-height:32px;word-spacing:-4px;border-radius:4px 0 0 4px;max-width:94px}.pr-list .prl-value .small{word-spacing:0;white-space:normal;font-size:14px;display:block;line-height:1em;padding-top:2px}.pr-list .prl-descr{display:inline-block;vertical-align:top;border:1px solid #ffd2b2;min-height:34px;padding:0 15px;font-size:18px;line-height:32px;word-spacing:normal;white-space:normal;border-radius:0 4px 4px 0}.pr-list.grey .prl-descr,.pr-list.grey .prl-value{border-color:#c6c6c6}.pr-list .prl-descr span{display:inline-block;vertical-align:middle;line-height:19px}.epr-conditons{margin-top:20px}.epr-conditons p{margin:0}.tp-btn-wrap,.tp-wrap{display:table;table-layout:fixed;width:100%;border-spacing:0;margin-bottom:20px}.tp-btn-wrap>*,.tp-wrap>*{display:table-cell;vertical-align:middle;margin-bottom:0}.t-layout .t-col,.tp-btn-wrap>*{vertical-align:top}.tp-btn-wrap .tp-btn,.tp-wrap .pr-list{width:262px}.tp-btn-wrap .tp-categories,.tp-wrap .tp-descr{font-weight:500;font-size:14px;line-height:17px;text-transform:uppercase;color:#f60}.tp-wrap .tp-descr.grey{color:#8b8b8b}.tp-btn-wrap{margin-bottom:0}.tp-btn-wrap .tp-categories{font-weight:400;text-transform:none}.tp-btn-wrap .tp-categories .tpc-title{font-size:13px;color:#feb17d;margin-bottom:3px}.targets,.tp-btn-wrap .tp-categories ul{font-size:15px;line-height:16px}.tp-btn-wrap .tp-categories ul{margin:0;padding:0 0 0 15px;font-weight:700}.t-layout{display:table;width:100%}.t-layout .t-col{display:table-cell;width:50%;padding-right:20px}.tg-title{font-size:22px;line-height:22px;color:#f60;margin-bottom:10px}.tg-title:before{display:inline-block;width:24px;height:23px;background:url(../img/sprites.png) -300px -41px no-repeat;margin:0 5px -3px 0}.tg-title.icon-case:before{width:23px;height:19px;background-position:-300px -65px;margin:0 6px -1px 0}.targets ul{margin:0;padding:0 0 0 30px;list-style:none}.targets ul li{margin-bottom:5px}.targets small{display:inline-block;font-size:13px}.tad-price ul{margin:0;padding:0;list-style:none}.tad-price li{padding:17px 230px 20px 20px;margin-bottom:20px;background:#fcfcfb;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s}.tad-price li:after,.tad-price li:before{content:" ";display:table}.tad-price li.p-left{padding:17px 20px 20px 230px}.tad-price .tad-pict{width:190px;float:right;padding:5px 0;margin:0 -210px 0 -100%}.tad-price li.p-left .tad-pict{float:left;margin:0 -100% 0 -210px}.tad-price .tad-pict img{width:190px}.tad-price .tad-pict a:hover img{opacity:.9}.cl-item.cpe-inactive .cl-item-wrap,.cl-item.cpe-inactive .cli-pb-button .button.more,.cl-item.cpe-inactive .cli-pb-info,.cl-item.cpe-inactive .cli-photo-list .clipl-wrap,.set-sect.passed .set-sect-title .afh-right .button,.set-sect.passed .set-sect-title h3{opacity:.5}.tad-price h3{font-weight:400;font-size:25px;line-height:26px;margin:0 0 10px}.tadi-text{font-size:13px;line-height:16px;min-height:55px;margin-bottom:25px}.tad-price p{margin:10px 0 0;color:#464646}.tad-price p:first-child{margin-top:0}.btn-wrap{margin:25px 0 5px}.btn-wrap .tad-prise-descr{padding-left:21px;margin-top:5px;color:#f60}.a-graphic{font-size:12px;line-height:14px;padding-top:10px}.a-graphic table{width:100%}.a-graphic>table>tbody>tr>td{width:100%;padding:0 5px 0 20px;vertical-align:top;background:url(../img/ag-bg.png)}.a-graphic>table>tbody.bottom>tr>td{background:0 0;vertical-align:middle}.a-graphic>table>tbody>tr>td:first-child{width:auto;padding:0 10px 0 0;height:20px;vertical-align:middle;text-align:left;background:0 0}.a-graphic tbody.main table td,.message-standart .fa{vertical-align:bottom}.a-graphic>table>tbody>tr>td>div{display:inline-block;min-width:45px;height:20px;line-height:20px;text-align:right}.a-graphic>table>tbody.bottom>tr>td:first-child{font-size:11px;line-height:12px;color:#aeaeae;height:35px}.a-graphic>table>tbody.bottom>tr>td:first-child div{line-height:12px;text-align:center}.a-graphic table table{table-layout:fixed}.a-graphic table table td{width:20%;padding:0 5px}.a-graphic tbody.bottom table td{text-align:center;font-size:14px;font-weight:500;color:#f60}.a-graphic .at-bar{height:20px;background:#f60;border-radius:4px}.a-graphic .at-bar.bh1{height:20px}.a-graphic .at-bar.bh2{height:40px}.a-graphic .at-bar.bh3{height:60px}.a-graphic .at-bar.bh4{height:80px}.a-graphic .at-bar.bh5{height:100px}.a-graphic .at-bar.bh6{height:120px}.a-graphic .at-bar.bh7{height:140px}.a-graphic .at-bar.bh8{height:160px}.a-graphic .at-bar.bh9{height:180px}.a-graphic .at-bar.bh10{height:200px}.a-graphic .at-bar .atb-text{padding:10px 5px;color:#fff;font-size:13px;text-align:center}.a-graphic .at-bar .atb-text p{margin:30px 0 0}.a-graphic .at-bar .atb-text p:first-child{margin-top:10px;font-size:15px}.a-graphic .at-bar .atb-text p b{display:block;font-weight:500;font-size:20px;line-height:21px;word-spacing:-2px;white-space:nowrap}.a-graphic .at-bar .atb-text p:first-child b{display:block;font-size:25px;line-height:25px;word-spacing:-3px}.p-calendar .ep-sect{margin-bottom:0}.p-calendar .ep-sect-body{padding-top:10px}.p-calendar .ep-sect-body header{height:15px;margin-bottom:25px;text-align:center;border-bottom:1px dotted #ccc}.p-calendar .pc-month-wrap{display:inline-block;padding:0 10px;background:#fcfcfb}.p-calendar .pc-month-wrap a{position:relative;display:inline-block;vertical-align:middle;width:18px;height:0;padding-top:18px;overflow:hidden;background:#464646;border-radius:18px}.p-calendar .pc-month-wrap a:hover{background:#f60}.p-calendar .pc-month-wrap a:before{content:'';display:block;width:8px;height:12px;background:url(../img/sprites.png) -225px -134px no-repeat;position:absolute}.cal-item .cli-title,.ce-ico,.cli-icos,.p-calendar .pc-month{display:inline-block}.p-calendar .pc-month-wrap a.pcm-prev:before{background-position:-225px -134px;left:4px;top:4px}.p-calendar .pc-month-wrap a.pcm-next:before{background-position:-175px 0;right:4px;top:4px}.p-calendar .pc-month{vertical-align:middle;font-weight:700;font-size:30px;line-height:30px;text-transform:uppercase;margin:0 15px}.cal-wrap{margin:0 -20px}.calendar-container{width:100%;position:relative;padding-right:20px;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-container .scroll-content{padding:25px 0 5px;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-container .cal-days td>div{width:136px}.calendar-container table td{border-left:1px dotted #ccc;text-align:center;padding:0}.calendar-container table td:first-child{border-left:none}.calendar-container table tr.c-sep td{height:10px}.calendar-container table td.c-cur{background:#fff0e5;border:solid #ffd8bb;border-width:0 1px}.calendar-container .cal-days td{font-size:25px;color:#959595;padding:8px 0 12px;width:136px}.calendar-container .cal-body+.cal-days td{padding:2px 0 28px}.calendar-container .cal-days td.c-cur>div{position:relative;width:136px;background:#fff0e5;padding-top:33px;margin:-33px -1px 0;border:solid #ffd8bb;border-width:1px 1px 0;border-radius:4px 4px 0 0}.calendar-container .cal-body+.cal-days td.c-cur>div{padding:0 0 32px;margin:0 -1px -32px;border-width:0 1px 1px;border-radius:0 0 4px 4px}.calendar-container .cal-days td b{letter-spacing:-1px;color:#464646;margin-right:3px}.calendar-container .cal-days td i{font-style:normal;font-size:20px}.calendar-container .cal-days td.c-cur{color:#ffb380}.calendar-container .cal-days td.c-cur b{color:#f60}.calendar-container .cal-days td.c-cur .cur-mark{position:absolute;width:100%;left:0;top:10px;font-size:14px;color:#f60}.calendar-container .cal-body+.cal-days td.c-cur .cur-mark{top:auto;bottom:12px}.calendar-container .c-event{position:relative;width:100%;padding:0 5px;background:#f60;color:#fff;margin:0 -5px;text-align:left;border-radius:4px}.calendar-container .c-event.grey{background:#7e7e7e}.calendar-container .c-event.cont-prev{padding-left:20px;margin-left:-20px;border-radius:0 4px 4px 0}.calendar-container .c-event.cont-next{padding-right:20px;margin-right:-20px;border-radius:4px 0 0 4px}.calendar-container .c-event.cont-prev.cont-next{border-radius:0}.calendar-container .c-event .ce-wrap{padding:10px 7px 10px 12px}.calendar-container .c-event h3{margin:0 0 5px;font-weight:400;font-size:13px;line-height:14px}.calendar-container .c-event h3 a{color:#fff;text-decoration:none}.calendar-container .c-event .ce-info{font-size:12px;line-height:14px;color:#ffd0ae}.calendar-container .c-event.grey .ce-info{color:silver}.calendar-container .c-event .ce-info>div{display:inline-block;vertical-align:middle;margin-bottom:4px}.ce-ico{position:relative;vertical-align:middle;width:19px;height:19px;margin-right:2px;border:1px solid #ffb380;border-radius:3px}.c-event.grey .ce-ico,.cal-item .ce-ico.icon-fav{border-color:#bfbfbf}.cl-actions,.cl-sect .cls-title,.cl-sect ul li{border-bottom:1px dotted #ccc}.ce-ico:before{content:'';background:url(../img/sprites.png) no-repeat;position:absolute}.ce-ico.icon-check:before{width:12px;height:9px;background-position:-93px -16px;left:4px;top:5px}.c-event .ce-ico.icon-check:before{background-position:-117px -162px}.ce-ico.icon-fav:before{width:11px;height:11px;background-position:-130px -162px;left:4px;top:4px}.c-event .ce-ico.icon-fav:before{background-position:-142px -162px}.cl-sect{margin-top:20px}.cl-sect:first-child{margin-top:0}.cl-sect .cls-title{font-size:25px;line-height:26px;padding-bottom:10px}.cl-sect ul{margin:0;padding:0;list-style:none}.cl-sect ul li{position:relative;padding:10px 50px 10px 0}.cal-item{padding-left:50px}.cal-item .cali-pict{width:40px;float:left;margin:0 -100% 0 -50px}.cal-item .cali-pict img{width:40px}.cal-item .cli-info{margin-bottom:0}.cal-item .cli-info .cli-top{margin-bottom:3px}.cal-item header{margin-bottom:2px}.cal-item .cli-title{font-size:20px;line-height:22px;color:#f60;margin-right:5px;max-width:550px}.cal-item .cli-title a{color:#f60;text-decoration:none}.cal-item .cli-title a:hover{color:#464646}.cli-icos{vertical-align:top}.adm-form .mf-line .mf-field,.i-wait,.i-wait img,.mfpl-button-line>*{vertical-align:middle}.cal-item .cli-info .cli-bot .cli-date{width:150px;font-size:15px}.cal-item .cli-place{font-size:15px;float:left}.cl-sect ul li .check-wrap{position:absolute;right:5px;top:12px}.cl-actions{padding:15px 0 12px;font-size:15px;line-height:16px}.cl-actions .cla-title{float:left;margin-right:20px;line-height:26px;color:#979797}.cl-actions .cla-btns{overflow:hidden}.cl-actions .cla-btns .button{margin-bottom:4px}.to-prev-cal{font-size:15px;margin-top:20px}.to-prev-cal .icon-back:before{width:11px;height:12px;background-position:-183px -162px;margin-right:7px}.a-bot-buttons-line{margin-top:20px;padding-top:20px;border-top:1px dotted #ccc;word-spacing:16px}.p-form .a-bot-buttons-line{border-top:none;padding-top:0}.a-bot-buttons-line .abb-left{float:left;width:75%}.a-bot-buttons-line .abb-right{float:right}.page-title.clearfix .a-pt-button{float:right;margin:3px 0 -3px}.mfpl-button-line{display:table;width:100%;margin-bottom:20px}.mfpl-button-line>*{display:table-cell}.mfpl-button-line .mfpl-button{padding-right:30px}.mfpl-button-line .mfpl-text{width:100%;font-size:14px;line-height:16px;word-spacing:normal}.mfpl-button-line .mfpl-text p{margin:0;max-width:400px}.i-wait{display:inline-block;font-size:18px}.adm-form .i-wait{display:block;text-align:center;margin-bottom:20px}.i-wait img{margin:-4px 3px 0 0}.mf-photos-list ul{margin:0;padding:0;list-style:none}.mf-photos-list li{border-top:1px dotted #ccc;padding:20px 0 20px 210px}.mf-photos-list li:after,.mf-photos-list li:before{content:" ";display:table}.mf-photos-list .mfpli-pict{width:190px;height:190px;float:left;margin:0 -100% 0 -210px}.mf-photos-list .mfpli-pict img{max-width:190px;max-height:190px;border-radius:4px}.set-sect.adm-form{margin-bottom:22px}.set-sect .set-sect-title h3{margin:0;font-weight:300;font-size:25px;line-height:26px;color:#f60;float:left}.set-sect.not-active .set-sect-title h3{color:#d1d1d1}.set-sect .set-sect-title .afh-right{float:right}.lt-ie9 .set-sect.passed .set-sect-title .afh-right .button,.lt-ie9 .set-sect.passed .set-sect-title h3{filter:alpha(opacity=50)}.set-sect.passed .set-sect-title .afh-right .button:hover{opacity:1}.adm-form .adm-form-body.disabled,.mf-line .rq-sub-sect .rq-sub-sect-body.disabled>*{opacity:.5}.lt-ie9 .set-sect.passed .set-sect-title .afh-right .button:hover{filter:alpha(opacity=100)}.set-sect .set-sect-title .afh-right .sst-info{font-weight:300;font-size:20px;color:#f60}.set-sect .set-sect-title .afh-right .sst-info b{font-weight:500}.lt-ie9 .adm-form .adm-form-body.disabled{filter:alpha(opacity=50)}.adm-form h2{margin:-5px 0 15px;font-weight:100;font-size:30px;line-height:30px;color:#f60}.adm-form hr{margin-bottom:21px}.adm-form .mf-line>label{display:inline-block;font-size:17px;line-height:17px;margin-right:5px}.adm-form .mf-line>label.h2{display:inline-block;font-weight:100;font-size:30px;line-height:30px;color:#f60;vertical-align:middle;margin-top:-6px;padding-bottom:5px}.mf-line.afs-type{word-spacing:16px;padding-top:5px}.set-sect-title+form .mf-line.afs-type{padding-top:0}.mf-line.afs-type label{word-spacing:normal}.mf-line.afs-type .mf-field{padding:0}.mf-stat .mf-stat-add-button,.mfs-additional .mf-line{padding-left:135px}.mf-line.s-subj-tag{word-spacing:16px;margin-top:-5px}.mf-line.s-subj-tag .mf-field{width:45%;word-spacing:normal;vertical-align:top}.mf-line.s-subj-tag .mf-field label{display:block;font-size:17px;line-height:18px;margin-bottom:5px}.button.big.a-more:after,button.big.a-more:after{content:'';display:inline-block;vertical-align:middle;width:7px;height:11px;background:url(../img/sprites.png) -234px -134px no-repeat;margin:-1px -3px 0 7px}.button.big.grey.a-more:after,button.big.grey.a-more:after{background-position:-250px -134px}.button.big.a-more:hover:after,.button.big.orange.a-more:after,button.big.orange.a-more:after{background-position:-242px -134px}.mfs-location .mf-line{word-spacing:16px}.mfs-location .mf-line+.mf-line .mf-field{width:45%}.mfs-additional .mf-line>label{display:inline-block;width:120px;float:left;margin:0 -120px 0 -135px;padding-top:3px}.mf-line.mf-time>label,.mfs-additional.mf-stat .mf-line>label{padding-top:11px}.mfs-additional .mf-line .mf-field{width:100%}.mfs-additional .mf-line .mf-field hr{margin:10px 0 0}.mfs-additional .mf-line .mf-field .mff-col{width:45%;margin-right:25px;float:left}.mfs-additional .mf-line.mf-targets .mf-field .mff-col{width:30%}.mfs-additional .mf-line.mf-targets .mf-field .mff-col:first-child{width:45%}.adm-form-body label.check{font-size:15px;min-height:20px}.mf-targets label.check{width:100%;margin-bottom:7px}.mf-membership label.check{display:inline-block;vertical-align:top;width:45%;margin:0 25px 7px 0}.mf-prod input[type=text],.mf-prod textarea{margin:10px 0}.mf-prod input[type=text]:first-child,.mf-prod textarea:first-child{margin-top:0}.mf-prod input[type=text]{width:75%}.w-time{margin-bottom:10px;word-spacing:22px;display:none}.w-time.show,.w-time:first-child{display:block}.w-time>div{display:inline-block;vertical-align:middle;word-spacing:normal}.w-time .w-time-day{width:125px;display:none}.w-time.show .w-time-day{display:inline-block}.w-time .w-time-wrap{position:relative;width:90px}.w-time .w-time-wrap+.w-time-wrap,.w-time.show .w-time-wrap{margin-left:20px}.w-time.show .w-time-day+.w-time-wrap{margin-left:15px}.w-time .w-time-wrap label{font-size:15px;position:absolute;right:100%;margin-right:7px;top:12px;z-index:10}.adm-form-body .mf-line.mf-logo>label{width:130px}.mf-prod.mf-short-input input[type=text],.mf-year{width:140px}.mf-photos-list+hr{margin-top:5px}.mf-line>label.h3{font-size:20px}.mf-stat-item hr{margin-left:135px}.mf-line.mf-prod+.mf-stat-item hr{margin:-10px 0 20px 135px}.mf-year{margin-bottom:15px}.mf-stat-data{display:table;width:100%}.mf-stat-data>div{display:table-cell;padding-right:20px}.mf-stat-data .sd-participants,.mf-stat-data .sd-visitors{width:35%}.mf-stat-data .sd-participants input[type=text],.mf-stat-data .sd-visitors input[type=text]{width:100%}.mf-stat-data .sd-area{font-size:17px}.mf-stat-data .sd-area input[type=text]{width:70%;margin-right:5px}.mf-line.mf-stat-countries{margin-top:-15px}.mf-stat-countries .c-select-box{width:65%}.adm-form .e-price-wrap{margin:0 -20px 30px;padding-top:0}.adm-form .epr-layout{display:table;width:100%;border-spacing:20px 0}.adm-form .eprl-col{padding:0;border:none}.adm-form .eprl-col-wrap{padding:15px 20px;border:1px dotted #ccc}.adm-form .eprl-col:first-child .eprl-col-wrap{min-width:350px}.adm-form .epr-subtitle{font-size:15px}.adm-form .eprl-col hr{margin:10px 0}.adm-form .eprl-col input[type=text]{padding-left:7px;padding-right:7px}.adm-form .eprl-col input[type=text]:focus{padding-left:6px;padding-right:6px}.adm-form .tp-wrap{margin:0}.adm-form .pr-list{color:#464646;margin-bottom:10px}.adm-form .pr-list input[type=text]{width:75%;margin-right:6px;vertical-align:top}.adm-form .tp-wrap .pr-list input[type=text]{width:115px}.adm-form .eprl-col .custom-select{display:inline-block;vertical-align:top;width:70px}.adm-form .eprl-col .custom-select .custom-select-wrap{padding-left:7px}.adm-form .eprl-col .custom-select .scroll-content{padding-left:2px}.eprl-col .mf-line label{display:block;margin-bottom:5px}.eprl-col .mf-line .mf-field{width:100%;padding:0}.eprl-col .mf-line.mf-min-area label{display:inline-block;margin-bottom:0}.adm-form .eprl-col .mf-line.mf-min-area .mf-field{font-size:15px;width:38%}.adm-form .eprl-col .mf-line.mf-min-area .mf-field input[type=text]{width:78%;margin-right:3px}.adm-form .eprl-col .mf-field .period .pwf-field{padding:0}.adm-form .eprl-col .mf-field .period input.date[type=text]{padding-right:35px}.adm-form .eprl-col .mf-field .period input.date[type=text]:focus{padding-right:34px}.mf-reg-payment input[type=text]{width:120px;margin-right:6px}.mf-line.mf-deadline{margin-bottom:0}.cl-news header .news-s-pict{width:100px;height:100px;overflow:hidden;text-align:center;border-radius:4px;margin-right:20px;float:left}.cl-news header .news-s-pict img{height:100%;margin:0 -50%}.cl-news header .news-header-body{overflow:hidden}.cl-news header .news-header-body h2{margin:0 0 7px;font-weight:500;font-size:25px;line-height:26px}.cl-news header .news-header-body .news-header-date{font-size:15px;color:#f60}.request-form .rq-info{margin-bottom:15px;display:table;width:100%}.request-form .rq-info>*{display:table-cell}.request-form .rq-info .rqi-pict{vertical-align:top;width:130px;padding-right:30px;text-align:center}.request-form.rq-tickets .rq-info .rqi-pict{width:155px}.request-form .rq-info .rqi-body{vertical-align:middle;font-size:13px;line-height:15px}.request-form .rq-info .rqi-body h2,.request-form .rq-info .rqi-body h3,.request-form .rq-info .rqi-body h4{font-weight:400}.request-form .rq-info .rqi-body h2{margin:20px 0 10px;font-size:23px;line-height:24px}.request-form .rq-info .rqi-body h3{font-size:22px;line-height:24px;color:#f60;margin:20px 0 10px}.request-form .rq-info .rqi-body h4{font-size:16px;line-height:19px;margin:20px 0 10px}.request-form .rq-info .rqi-body ul{margin:10px 0;padding:0;list-style:none}.request-form .rq-info .rqi-body ul li{padding-left:15px;margin-bottom:10px}.request-form .rq-info .rqi-body ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:4px -11px 0 -15px}.request-form .rq-info .rqi-body p{margin:10px 0}.request-form .rq-info .rqi-cols{display:table;width:80%;margin:0}.request-form .rq-info .rqi-cols>*,.request-form .rq-info .rqi-cols>ul{display:table-cell;margin:0;width:50%;padding-right:20px}.request-form .rq-info .rqi-cols>ul li{margin-bottom:5px}.request-form .rq-info .rqi-body>:first-child{margin-top:0}.request-form .rq-form{display:none;margin:10px 0}.request-form.rqf-opened .rq-form{display:block}.request-form.rqf-opened .rq-btn-to-hide,.request-form.rqf-opened .rq-to-hide{display:none}.request-form .rq-form .rqf-title{font-weight:100;font-size:30px;line-height:31px;color:#f60;margin-bottom:15px}.request-form hr{margin:25px 0 15px}.request-form .rq-form hr{margin:20px 0}.request-form .rq-btn-wrap{margin-bottom:15px}.request-form .rq-form hr+.rq-btn-wrap{margin-top:25px}.request-form .rq-btn-wrap .rqb-cols{display:table;width:100%}.request-form .rq-btn-wrap .rqb-cols>*{display:table-cell;width:50%}.request-form .rq-btn-wrap .rqb-cols .rqb-button{vertical-align:top}.request-form .rq-btn-wrap .rqb-cols .rqb-text{vertical-align:middle;padding-left:30px;font-family:Arial,sans-serif;font-size:12px;line-height:16px}.request-form .rq-btn-wrap>.button.big.orange,.request-form .rq-btn-wrap>button.big.orange{height:44px;line-height:40px;padding:2px 30px 0;font-size:17px}@-moz-document url-prefix(){.request-form .rq-btn-wrap>.button.big.orange,.request-form .rq-btn-wrap>button.big.orange{line-height:39px}}.rq-catalog .rq-btn-wrap{width:100%;max-width:650px}.rq-remotely .rq-btn-wrap{width:100%;max-width:770px;margin-bottom:0}.rq-tickets .rq-btn-wrap{width:100%;max-width:800px}.rq-translator .rq-btn-wrap{width:100%;margin-top:20px}.rq-translator .rq-form .rq-btn-wrap{width:50%;min-width:420px}.rq-catalog .rq-order-button,.rq-catalog .rq-order-button .rqob-wrap,.rq-remotely .rq-order-button,.rq-remotely .rq-order-button .rqob-wrap,.rq-tickets .rq-order-button,.rq-tickets .rq-order-button .rqob-wrap,.rq-translator .rq-order-button,.rq-translator .rq-order-button .rqob-wrap{width:100%}.rq-participation .rq-btn-wrap,.rq-tour .rq-btn-wrap{margin-left:160px}.rq-participation .rq-form .rq-btn-wrap,.rq-tour .rq-form .rq-btn-wrap{margin-left:0}.request-form .rq-btn-wrap .ob-descr{padding-left:160px;color:#f60;font-family:Arial,sans-serif;font-size:13px;line-height:15px;margin-top:7px}.about_block h2,.about_block_menu li a,.acticle_list_big h3,.archive_block h4,.blog_avtor table tr td,.blog_avtor table tr th,.blog_avtor_right,.blog_avtormidle,.blog_block h1,.blog_block h2,.blog_block h3,.blog_block h4,.contacts_bottom h3,.contacts_top_block_left,.contacts_top_block_right,.country_content h4,.country_content h5,.country_table tr td ul li,.country_towns,.map_info_block,.profile_top h1,.profile_top h3,.profile_top_left_1,.profile_top_right_1,.profile_top_table tr td,.review_list .sc-name,.review_list header,.s-tour .sect-title,.signature_block{font-family:dindisplay_pro,sans-serif}.request-form.rq-tickets .rq-btn-wrap .ob-descr{padding-left:185px}.rq-note{font-size:13px;line-height:15px}hr+.rq-note{margin-top:-3px}.rq-note p{margin:10px 0 0}.rq-note:first-child{margin-top:0}.s-tour .sect-title{color:#f60;font-size:22px;line-height:23px;margin:25px 0 15px;padding-left:20px}.rq-form{padding-top:1px}.rq-form hr:first-child{margin-top:0}.rq-form-sect .mf-line.cols-2{width:auto}.rq-form-sect .mf-line.cols-2.rq-place{width:75%}.rq-form .mf-line.rq-person .mf-field{width:60%}.rq-form-sect .mf-line.cols-2.rq-tickets-data .mf-field:first-child{padding-right:40px}.rq-form-sect .mf-line.cols-2.rq-contacts{width:85%}.rq-form .mf-line label{font-size:17px}.mf-line.cols-2.rq-remotely-what{width:100%}.mf-line.cols-2.rq-remotely-what label{width:150px;padding-right:0}.mf-line.cols-2.rq-remotely-what label em{font-style:normal;font-size:14px;line-height:16px;margin-top:5px;display:block;color:#b0b0b0}.mf-line.cols-2.rq-remotely-what .mf-field,.mf-line.rq-remotely-options .mf-field,.mf-line.rq-remotely-options>label{width:auto}.mf-line.rq-remotely-options .mf-field label{margin-left:15px}.mf-line.rq-remotely-options .mf-field label:first-child{margin-left:0}.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-val{width:280px}.rq-form-sect .mf-line .rq-num input[type=text],.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-val input[type=text]{width:80px;margin-left:7px}.rq-form-sect .mf-line .rq-num input[type=text]:first-child,.rq-form-sect.rq-tour-form .mf-line .rq-num input[type=text]{margin-left:0}.rq-form-sect .mf-line.cols-2 .mf-field.rq-area-type .custom-select{display:inline-block;vertical-align:middle;width:190px;margin-left:7px}.rq-form .rq-btn-wrap{display:none}.request-form.rqf-opened .rq-form .rq-btn-wrap{display:block}.mf-line.rq-tel2 .mf-field{width:50%}.rq-translator .rq-form-sect .mf-line.cols-2.rq-trans{width:100%}.rq-translator .mf-line .mf-field{vertical-align:middle;font-size:17px;width:auto}.rq-translator .rq-form-sect .mf-line.cols-2.rq-trans .mf-field{width:50%}.rq-translator .mf-line .mf-field.rq-num input[type=text]{margin-right:5px}.rq-translator .mf-line.rq-trans .mf-field>label{display:block;margin-bottom:5px}.rq-translator .mf-line>label{display:inline-block;vertical-align:middle;width:150px;margin-top:-6px}.rq-translator .mf-line.rq-p-days>label{width:124px}.rq-form .rq-tour-form .mf-line{display:table;table-layout:fixed;width:100%}.rq-form .rq-tour-form .mf-line>*{display:table-cell;vertical-align:top;width:auto;padding:0}.rq-form .rq-tour-form .mf-line>label{width:160px;padding-top:11px}.rq-form .rq-tour-form .mf-line.rq-p-days>label{width:130px}.rq-tour-form .mf-field>div{display:inline-block;margin-right:20px}.rq-tour-form .rq-sel-cond .custom-select{display:inline-block;vertical-align:middle;margin-left:5px;max-width:290px}.rq-tour-form .rq-sel-cond .custom-select:first-child{margin-left:0}.mf-line.rq-from-city input[type=text]{width:50%}.custom-radio-check.rq-rad-rate{display:inline-block;vertical-align:middle;height:40px;border:1px solid #feb17d;border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;margin-right:2px}.custom-radio-check.rq-rad-rate:hover{border-color:#f60;background:#f60;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8000),color-stop(100%,#f60));background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:-webkit-linear-gradient(top,#ff8000 0,#f60 100%);background:-o-linear-gradient(top,#ff8000 0,#f60 100%);background:linear-gradient(to bottom,#ff8000 0,#f60 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ff6600', GradientType=0)}.ir,.visuallyhidden{border:0;overflow:hidden}.custom-radio-check.rq-rad-rate .custom-checkbox{display:block;height:38px;line-height:38px;padding:0 12px}.custom-radio-check.rq-rad-rate .custom-checkbox:before{content:'';display:inline-block;vertical-align:middle;height:15px;background:url(../img/sprites.png) -340px -16px no-repeat;margin:-2px -1px 0 0}.custom-radio-check.rq-rad-rate .custom-checkbox.checked:before{background-position:-340px -32px}.custom-radio-check.rq-rad-rate:hover .custom-checkbox:before{background-position:-340px 0}.custom-radio-check.rq-rad-rate.rr1 .custom-checkbox:before{width:15px}.custom-radio-check.rq-rad-rate.rr2 .custom-checkbox:before{width:31px}.custom-radio-check.rq-rad-rate.rr3 .custom-checkbox:before{width:47px}.custom-radio-check.rq-rad-rate.rr4 .custom-checkbox:before{width:63px}.custom-radio-check.rq-rad-rate.rr5 .custom-checkbox:before{width:79px}.custom-radio-check.rq-rad-rate input{position:absolute;cursor:pointer;bottom:110%;right:110%}.rq-tour-form .rq-sel-cond.rq-hotel-loc .custom-select{max-width:150px}.rq-tour-form .rq-sel-cond.rq-h-price label{font-size:14px}.rq-tour-form .rq-sel-cond.rq-h-price input[type=text]{width:80px;margin-left:5px}.rq-tour-form .rq-sel-cond.rq-h-price .custom-select{max-width:120px}.rq-form .rq-tour-form .mf-line.rq-notes{width:95%}.mf-line.rq-options{margin-top:20px}.mf-line.rq-options .mf-field>ul{margin:0;padding:15px 20px;list-style:none}.mf-line.rq-options .mf-field>ul li{margin-top:10px}.mf-line.rq-options .mf-field ul li:first-child{margin-top:0}.mf-line .rq-sub-sect{display:table;background:#f3f3ef}.rq-tour-form .mf-field>div.rq-sub-sect{margin-right:0}.mf-line .rq-sub-sect.transl-service{min-width:595px}.mf-line .rq-sub-sect.transl-service .rq-sub-sect-body{width:355px}.mf-line .rq-sub-sect>*{display:table-cell;vertical-align:top;padding:15px 20px;width:auto}.mf-line .rq-sub-sect.transl-service .rq-switch{width:180px;padding-right:0}.mf-line .rq-sub-sect.avia-tickets{max-width:470px}.mf-line .rq-sub-sect.avia-tickets .rq-sub-sect-body{padding-right:0;padding-bottom:5px}.mf-line .rq-sub-sect .rq-sub-sect-body .check{margin:0 20px 10px 0}.mf-line .rq-s-line{margin-top:12px;font-size:15px}.mf-line .rq-s-line:first-child{margin-top:0}.rq-form .mf-line .rq-sub-sect-body label.check{font-size:15px}.mf-line .rq-s-line label{display:inline-block;vertical-align:middle;font-size:15px}.mf-line .rq-s-line .rq-num{display:inline-block;margin-left:10px}.mf-line .rq-s-line .rq-num input[type=text]{width:60px;margin-right:5px}@media only screen and (min-width:1080px){.page-wrap{width:100%;padding-right:40px}.page-wrap .layout{padding-left:3%}.page-wrap .layout.mp-announces .layout-wrap{padding-right:0}.page-wrap .layout.mp-announces .layout-wrap aside{margin-right:0;width:33.33%;margin-left:-100%}.page-wrap .layout.mp-announces .layout-wrap .mcl{width:66.66%}.eprl-col{padding:0 20px 15px}}@media only screen and (min-width:1100px){.e-price-wrap{margin:0 -40px}.epr-layout{border-spacing:40px 0}}@media only screen and (min-width:1170px){.page-wrap .layout{padding-left:6%}.page-wrap .layout .layout-wrap{padding-left:230px}.main-page .page-wrap .header-wrap,.main-page .page-wrap .mp-catalog .layout-wrap,.page-wrap>footer .layout-wrap.footer-wrap{padding-left:240px}.mp-partners .mpp-wrap,.page-wrap section.layout.search-form .layout-wrap{padding-left:430px}.page-wrap .layout .layout-wrap>aside{width:230px;padding-right:50px;margin-left:-230px}.page-wrap>header .logo{margin-left:-230px}.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{margin-left:-67px}.mp-partners .mpp-wrap header{width:230px;margin-left:-230px}.s-phone{margin-left:-25px}.online-adviser{margin-left:-40px}.s-news-list ul li{padding-left:60px;margin-left:-60px}.mp-photo-gallery .pg-item .pgi-descr,.mp-photo-gallery header,.page-wrap .layout.mp-announces .layout-wrap{padding-left:230px}.s-news-list .nl-pict{margin:0 -40px 0 -60px}.mp-photo-gallery,.mp-photo-gallery header .pg-title{margin-left:-230px}.mp-photo-gallery .pg-item .pgi-descr .pgi-date{margin-left:-190px}}@media only screen and (min-width:1200px){.page-wrap>header .logo h1,.page-wrap>header .logo h2,.page-wrap>header .logo h3{margin-left:-67px}.mp-partners .mpp-wrap ul{margin-left:-30px}.mp-partners .mpp-wrap li{margin-left:30px}.eprl-col:first-child{width:50%}}@media only screen and (min-width:1260px){.header-body .header-top{padding-right:510px}.header-body .header-top .ht-main{width:100%}.header-body .header-top .ht-side{width:505px;margin-right:-505px}.mp-partners .mpp-wrap ul{margin-left:-40px}.mp-partners .mpp-wrap li{margin-left:60px}}.ir{background-color:transparent}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none!important}.visible{display:block!important}.c-select-box .csb-selected.dna-clone{display:inline-block}.visuallyhidden{clip:rect(0 0 0 0);height:1px;margin:-1px;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.mf-line .mf-error,.mf-line .mf-success,.pwf-field .error{font-size:15px;padding-right:10px;padding-bottom:5px;width:65%}.clearfix:after,.clearfix:before{content:" ";display:table}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.pwf-msg .msg-error{color:#fe0238;padding-left:20px}.pwf-msg .msg-help:before{content:'—';float:left;margin:0 -15px 0 -20px}.mf-line .mf-error,.pwf-field .error{color:#ff083c}.mf-line .mf-success{display:none;color:#31ff13}.fancybox-inner{overflow:visible!important}.pw-subj{min-height:480px}.pw-subj .csb-menu .level .sublist{display:none}.pw-subj .csb-menu .level.active .sublist{display:block}.pw-subj .csb-menu .level1{display:none}.pw-subj .csb-menu .level1>ul{margin-left:1em;margin-top:.5em}.pw-subj .csb-menu .level1>ul .trigger{margin-left:1em}.pw-subj .csb-menu .level1.visible{display:block}#mCSB_1,#mCSB_3{min-height:188px}.leter-list{float:left;width:30%;min-height:6em}.leter-list .leter{color:#f60;margin-bottom:1em;list-style:none}.about_pic{float:left;margin:0 20px 10px 0;display:block}.about_block h2{margin:0;padding:10px 0 0;color:#f60;font-size:20px;font-weight:400}.about_block ul{position:relative;left:15px;list-style-type:none}.about_block ul li{padding-left:15px}.about_block ul li:before{content:'';display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:4px -11px 0 -15px}.about_block_menu,.contacts_top_block{width:100%;float:left}.about_block a.clolr_1{color:#3b5998}.about_block a.clolr_2{color:#1ab2e8}.about_block a.clolr_3{color:#597da3}.signature_block{padding:15px 0 42px;font-size:13px;color:#8d8c8c;font-weight:400}.signature_block_pic{display:block;float:left;margin:0 30px 0 10px}.signature_block h3{font-size:16px;font-weight:400;margin:0;color:#010101}.signature_block strong{display:block;font-weight:400;color:#f60;padding:0 0 2px}.signature_block p{padding:0;margin:0}.about_block_menu{border-bottom:1px dotted #ccc;list-style-type:none;padding:0;margin:0 0 25px}.about_block_menu li{float:left;height:35px;padding:15px 25px 0;border:1px dotted #fcfcfb;position:relative;top:1px;list-style-type:none;margin:0;overflow:hidden;border-bottom:none}.about_block_menu li a{font-size:18px;color:#f60;text-decoration:none;background:url(../img/libk_bg.png) left bottom repeat-x;display:inline-block;height:18px;-webkit-transition:none;-o-transition:none;transition:none}.about_block_menu li a:hover{background:0 0}.about_block_menu li:first-child{padding-left:0}.about_block_menu li.active{border-color:#ccc;background:#fcfcfb}.about_block_menu li.active a{background:0 0;color:#000}.about_block_menu li.active:first-child{border-left-color:#fcfcfb}.about_block_menu.about_active{border-top:1px dotted #ccc;border-bottom-color:#fcfcfb}.about_block_menu.about_active li{border:none}.about_block_menu.about_active li.m_05{display:none}.contacts_top_block_left{float:left;width:340px;color:#464646;font-size:13px}.contacts_top_block_left strong{font-size:20px;font-weight:400;padding:0 17px 0 0;position:relative;top:5px}.contacts_top_block_left p{padding:0;margin:0}.contacts_top_block_right{float:right;width:396px;border-bottom:1px dotted #ccc;padding:7px 0 15px;font-size:13px;color:#787777}.contacts_top_block_right table tr th{text-align:left;vertical-align:top;padding:1px 10px 1px 0;font-weight:400}.contacts_top_block_right table tr td{text-align:left;vertical-align:top;padding:1px 0}.contacts_top_block_right table tr td a{display:inline-block;position:relative;text-decoration:none;padding:0 0 0 21px}.contacts_top_block_right table tr td a i{font-style:normal;text-decoration:underline}.acticle_list h3 a,.acticle_list strong a,.acticle_list_big h3 a,.add_pic_block,.blog_avtor table tr td h3 a,.blog_link a,.contacts_top_block_right table tr td a:hover i,.map_info_block tr td p a:hover,.profile_top_right_1 p a,.review_list .sc-name a,.review_list header .cli-title a{text-decoration:none}.contacts_top_block_right table tr td a span{display:block;width:15px;height:12px;position:absolute;left:0;top:3px;background:url(../img/sprites.png) -223px 0 no-repeat}.button.icon-call:before{width:12px;height:12px;background-position:-304px -117px}.button.icon-call:hover:before,.button.orange.icon-call:before{background-position:-304px -130px}.contacts_bottom{padding:25px 0 0;font-size:12px;color:#464646}.contacts_bottom h3{font-size:13px;font-weight:400;color:#8b8b8b;padding:0 0 5px;margin:0}.contacts_bottom p{padding:0;margin:0}.contacts_bottom .soc-media-buttons{float:right;margin:0}.contacts_bottom h3 span{font-size:16px;position:relative;color:#464646;top:1px;padding:0 0 0 5px}.contacts_bottom_map{margin:10px 0 -5px;border-bottom:1px dotted #ccc;padding:0 0 26px}.contacts_bottom_map img{display:block;width:100%}.parnters_about_block_table{width:100%}.parnters_about_block_table a:hover{color:#f60}.parnters_about_block_table tr td{text-align:left;vertical-align:top;width:140px;padding:0 0 20px}.parnters_about_block_table tr td.delimiter{width:auto!important}.parnters_about_block_table tr td a{color:#464646;display:block;width:140px;font-size:11px;line-height:14px;text-align:center}.parnters_about_block_table tr td a .imp-pict{position:relative;display:block;width:140px;overflow:hidden;margin-bottom:5px;border-radius:4px}.parnters_about_block_table tr td a img{display:block;width:140px}.parnters_about_block_table tr td a .imp-pict:before{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:4px;box-shadow:inset 0 1px 0 rgba(0,0,0,.2)}.review_list{list-style-type:none;padding:0;margin:-10px 0 0}.review_list li{position:relative;border-bottom:1px dotted #ccc;padding:25px 0 19px}.review_list li:first-child{padding-top:0}.review_list li:last-child{border-bottom:none}.review_list .cl-item-wrap{padding-left:90px}.review_list .cli-pict{margin-left:-90px;width:70px;height:70px;line-height:65px;padding:2px}.review_list .cli-info{margin-bottom:0}.review_list .sc-name{font-weight:500;font-size:17px;line-height:20px;color:#f60;margin:-7px 0 10px;position:relative}.review_list .sc-name a:hover,.review_list header .cli-title a:hover{color:#464646}.review_list .sc-name span a{font-weight:400;font-size:12px;float:right}.review_list .sc-name span a:before{content:' ';display:inline-block;vertical-align:middle;width:11px;height:13px;background:url(../img/sprites.png) -211px 0 no-repeat;margin:-1px 5px 0 0}.review_list .sc-text{font-size:12px;line-height:16px}.review_list .cli-top{margin-bottom:10px}.review_list header{margin-bottom:2px}.review_list header .cli-title{display:inline-block;vertical-align:top;font-size:30px;line-height:30px;margin:0 6px 0 0;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;max-width:490px}.add_pic_block,.add_pic_list li a.add_pic_link{-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s}.team_list{width:100%;float:left;margin:0;padding:0;list-style-type:none}.team_list li{display:inline-block;vertical-align:middle;width:33%;font-size:11px;position:relative;line-height:1.25;margin-bottom:2em}.team_list li.delimiter{width:100%;height:25px}.team_list li .team_list_bg{position:relative;float:left;padding:0 0 0 104px}.team_list li .team_list_bg .pic{display:block;position:absolute;left:0;top:50%;margin-top:-45px;width:89px;height:89px;border-radius:4px}.team_list li p{padding:0;margin:0;color:#a6a6a5}.team_list li strong{display:block;font-weight:400;color:#464646;font-size:13px;padding:0 0 5px}.team_list li h4{font-size:21px;font-weight:500;color:#f60;padding:3px 0;margin:0;line-height:1}.blog_block,.team_list li:hover h4{color:#464646}.acticle_list p,.acticle_list_big p{line-height:16px}.team_list li a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../img/spacer.gif)}.blog_block{font-size:12px}.blog_block h1{color:#424242;font-size:25px;font-weight:400;margin:0;padding:0}.blog_block h2,.blog_block h3{color:#424242;margin:0 0 -5px;padding:7px 0 0;font-weight:400}.blog_block h2{font-size:22px}.blog_block h3{font-size:19px}.blog_block h4{color:#f60;font-size:14px;font-weight:400;margin:0 0 -10px;padding:4px 0 0}.blog_block_headline{padding:5px 0 0 120px;position:relative;font-size:13px;min-height:95px}.blog_block_headline.full_width{padding-left:0}.blog_block_headline.full_width h1{font-size:36px;line-height:1}.blog_block_headline.full_width .article_info{list-style:none;padding:0}.blog_block_headline.full_width .article_info li{display:inline-block;margin-right:50px}.blog_block_headline.full_width .article_info a{color:#666}.blog_block_headline.full_width .article_info .fa{color:#F60;margin-right:5px}.article_tags{color:#999}.article_tags a{color:#666}.article_tags a:hover{color:#F60}.blog_block_headline strong{display:block;font-weight:400;font-size:14px;color:#f60;padding:8px 0 10px}.blog_block_headline strong span{padding:0 30px 0 0}.blog_block_headline p{margin:0}.blog_block_headline strong a.flag:before,.blog_block_headline strong a.profile_link:before,.blog_block_headline strong span:before{display:inline-block;vertical-align:middle;margin:0 5px 0 0;content:' '}.blog_block_headline strong span:before{width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;position:relative;top:-2px}.blog_block_headline strong a.profile_link:before{width:11px;height:13px;background:url(../img/sprites.png) -24px 0 no-repeat}.blog_block_headline strong a.flag:before{width:14px;height:14px;background:url(../img/sprites.png) -329px -49px no-repeat}.blog_block_headline .pic{display:block;position:absolute;left:0;top:0;width:100px;height:100px;border-radius:4px}.blog_block_headline .content-text{margin-left:-120px;margin-top:2em}.blog_block .pic_left{float:left;margin:4px 30px 5px 0}.blog_block .pic_left img{display:block;border-radius:4px}.blog_block .pic_left i{font-size:11px;color:#a1a1a1;display:block;padding:3px 0 0}.blog_block .pic_right{float:right;margin:4px 0 10px 10px}.blog_block .pic_right img{display:block;border-radius:4px}.blog_block .pic_right i{font-size:11px;color:#a1a1a1;display:block;padding:3px 0 0}.blog_avtor{padding:20px 0 0;margin:19px 0 0}.blog_avtor table{float:left}.blog_avtor table tr th{text-align:left;vertical-align:top;padding:3px 20px 0 0;font-weight:400;font-size:13px;color:#a2a2a2}.blog_avtor table tr td{text-align:left;vertical-align:middle;padding:0 9px 0 0}.blog_avtor table tr td .pic{display:block;width:50px;height:50px;border-radius:3px}.blog_avtor table tr td h3{padding:0 0 5px;margin:0}.blog_avtor table tr td h3 a{color:#464646;font-size:20px}.blog_avtor table tr td h3 a:hover{color:#f60}.blog_avtor table tr td a.facebook{font-size:13px;color:#3b5998}.blog_avtor_right,.blog_avtormidle{font-size:13px;color:#f60}.blog_avtor table tr td a.facebook:before{content:' ';display:inline-block;vertical-align:middle;width:17px;height:17px;background:url(../img/sprites.png) -304px -144px no-repeat;margin:0 5px 0 0}.blog_avtor_right{float:right}.blog_avtor_right .soc_icons{margin:0 0 12px;display:block}.blog_avtor_right .icon,.blog_avtormidle .icon{display:inline-block;width:12px;height:13px;top:3px;margin:0 3px 0 0;background:url(../img/sprites.png) -305px -162px no-repeat;position:relative}.blog_avtormidle i{font-style:normal;color:#a2a2a2;padding:0 32px 0 0}.article_author{padding-bottom:20px}.article_author .author img{float:left;margin-right:50px;border-radius:74px}.article_author .author:after{content:'';display:block;clear:both}.article_author .author h4{font-size:40px;font-weight:100;color:#333;margin-bottom:15px;padding-top:25px}.article_author .author li{display:inline-block;list-style:none}.article_author .author li+li{margin-left:20px}.article_author .author ul .fa-envelope{color:#F60;margin-right:12px}.author .author_position{font-size:14px;color:#999}.article_author .author .fa+a{color:#666}.article_author .fa-rss-square{color:#ff6601;font-size:16px}.article_author .fa-facebook-square{color:#3b5998;font-size:16px}.article_author .fa-linkedin-square{color:#069;font-size:16px}.article_author .author_about{font-size:16px;color:#333;line-height:1.5;padding-top:15px}.blog_link{position:relative}.blog_link .button{position:absolute;right:0;top:-5px}.acticle_list{padding:0 0 0 90px;position:relative;font-size:12px;color:#7b7b7b}.acticle_list .pic{display:block;position:absolute;left:0;top:0;width:70px;height:70px;border-radius:3px}.acticle_list h3{margin:0;padding:2px 0 6px;font-size:22px;font-weight:400;font-family:dindisplay_pro,sans-serif}.acticle_list h3 a{color:#464646}.acticle_list h3 a:hover{color:#f60}.acticle_list strong{display:block;font-weight:400;font-size:13px;color:#f60;padding:5px 0 0}.acticle_list strong span{padding:0 30px 0 0}.acticle_list p{margin:0}.acticle_list strong b:before,.acticle_list strong i:before,.acticle_list strong span:before{display:inline-block;margin:0 5px 0 0;content:' ';vertical-align:middle}.acticle_list strong span:before{width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;position:relative;top:-2px}.acticle_list strong i{font-style:normal;opacity:.5}.acticle_list strong i:before{width:11px;height:13px;background:url(../img/sprites.png) -24px 0 no-repeat;position:relative;top:-1px}.acticle_list strong a:hover i{opacity:1}.acticle_list strong b{font-weight:400;opacity:.6}.acticle_list strong b:before{width:14px;height:14px;background:url(../img/sprites.png) -329px -49px no-repeat}.acticle_list strong a:hover b{opacity:1}.acticle_list_big{padding:0 0 0 270px;position:relative;font-size:12px;color:#7b7b7b;min-height:180px}.acticle_list_big .pic{display:block;position:absolute;left:0;top:0;width:250px;height:180px;border-radius:4px}.acticle_list_big h3{margin:0;padding:2px 0 6px;font-size:22px;font-weight:400}.acticle_list_big h3 a{color:#464646}.acticle_list_big h3 a:hover{color:#f60}.acticle_list_big strong{display:block;font-weight:400;font-size:13px;color:#f60;padding:5px 0 0}.acticle_list_big strong span{padding:0 30px 0 0;display:block;float:left}.acticle_list_big strong span:before{content:' ';display:inline-block;vertical-align:middle;width:13px;height:16px;background:url(../img/sprites.png) -183px -145px no-repeat;margin:0 5px 0 0;position:relative;top:-2px}.acticle_list_big .icon{display:inline-block;width:12px;height:13px;position:relative;top:3px;margin:0 3px 0 0;background:url(../img/sprites.png) -305px -162px no-repeat}.mf-line1{margin-bottom:0}.acticle_list_big .cli-pict .no-logo{width:100px;margin-top:40px}.acticle_list_big .cli-pict{position:absolute;left:0;top:0;width:250px;height:180px;margin-left:0}.country_table{width:100%;margin:6px 0 12px}.country_table tr td{text-align:left;vertical-align:top;width:50%}.country_table tr td ul{list-style-type:none;margin:0;padding:0}.country_table tr td ul li{padding:2px 0;font-size:14px;color:#a2a2a2;font-weight:500}.country_table tr td ul li strong{color:#a2a2a2;font-weight:500;font-size:16px}.country_table tr td ul li span{padding:0 0 0 9px;font-size:16px;color:#424242}.country_table tr td ul li span a{color:#424242;font-size:18px;font-weight:700}.country_table tr td ul li span a:hover{color:#f60}.country_table tr td ul li i{font-style:normal;float:left;display:block;padding:0 0 5px}.country_map .i-map .close-map{bottom:-50px!important}.country_towns{padding:0 0 0 122px;font-weight:500}.country_towns h4{font-size:14px;color:#a2a2a2;font-weight:500;padding:0;margin:0}.country_towns table{width:100%}.country_towns table tr td{text-align:left;vertical-align:top;width:28%}.country_towns table tr td ul{list-style-type:none;margin:0;padding:0}.country_towns table tr td ul li{font-size:16px;padding:3px 0 2px}.country_towns table tr td ul li a{color:#424242}.country_towns table tr td ul li a:hover{color:#f60}.country_content p{color:#464646}.country_content h4,.country_content h5{color:#f60;padding:0;font-weight:400}.country_content h4{font-size:23px;margin:-5px 0}.country_content h5{font-size:20px;margin:15px 0 -5px}.country_content_table{width:100%;font-size:12px;color:#464646}.country_content_table tr td{text-align:left;vertical-align:top;width:58%}.country_content_table tr td.delimiter{width:auto}.country_content_table tr th{text-align:left;vertical-align:top;width:33%;font-weight:400}.country_content_table h4{font-size:18px;font-weight:400;color:#f60;margin:0;padding:0 0 5px}.country_content_table h4 span{color:#464646}.country_content_table p{padding:0;margin:0}.country_content_table tr td ul{list-style-type:none;padding:0;margin:0}.country_content_table tr td ul li:before{content:'•';display:inline-block;margin:0 5px 0 0;vertical-align:middle}.page-title{position:relative}.page-title .button{position:absolute;right:0;top:4px}.archive_block{padding:0 0 20px}.archive_block h4{float:left;font-size:23px;color:#b8b8b7;font-weight:400;padding:8px 28px 0 0;margin:0}.map_info_block tr td,.map_info_block tr th{text-align:left;vertical-align:top;font-weight:500}.archive_block .select_1{float:left;width:148px;margin:0 10px 0 0}.archive_block .select_2{float:left;width:128px}.show-map_1{float:right}.map_info_block{width:100%}.map_info_block tr th{width:15%;color:#a2a2a2;font-size:14px;padding:9px 0 0}.map_info_block tr td{border-bottom:1px dotted #ccc;padding:8px 0;font-size:16px;color:#424242}.map_info_block tr td.width_1{width:35%}.map_info_block tr td p{padding:1px 0;margin:0}.map_info_block tr td p a{display:inline-block;position:relative;color:#424242}.map_info_block tr td p a i{font-style:normal;position:absolute;right:-125px;top:0;font-size:13px;opacity:.7;display:none}.map_info_block tr td p a i:before{content:'';display:inline-block;margin:0 5px 0 0;vertical-align:middle;width:8px;height:14px;background:url(../img/sprites.png) -330px -65px}.map_info_block tr td p a:hover{color:#f60}.map_info_block tr td p a:hover i{display:block}.map_info_block tr:last-child td{border-bottom:none}.i-photo-slides_1{margin-bottom:0}.button.about{padding:3px 12px 2px;margin:10px 0 0}.button.about:before{content:' ';display:inline-block;vertical-align:middle;width:13px;height:14px;background:url(../img/sprites.png) -328px -81px no-repeat;margin:0 4px 0 0;position:relative;top:-1px}.add_link_teg b:before,.add_link_text b:before,.add_pic_block b:before,.content_list li:before,.places_list .space:before,.profile_top_table tr td ul li:before{content:''}.profile_bottom_table tr td,.profile_top_table tr td{vertical-align:top;text-align:left}.content_list,.content_list li{float:none!important;width:auto!important}.button.about:hover:before{background-position:-328px -98px}.content_list{list-style-type:none;padding:13px 0 0!important}.content_list li{margin:0!important;padding:1px 0 1px 17px!important;color:#464646}.content_list li:before{display:block;width:11px;height:8px;background:url(../img/sprites.png) -250px -124px no-repeat;float:left;margin:5px -11px 0 -15px}.i-staff-list>ul>li.delimiter{width:100%;height:25px}.profile_top{padding:21px 0 0 120px;position:relative;min-height:200px}.profile_top_pic{position:absolute;left:0;top:0;width:110px}.profile_top_pic img{display:block;border-radius:4px;float:left}.profile_top_pic .big{width:100px;height:100px}.profile_top_pic .big_link{display:block;width:100px;height:100px}.profile_top_pic .small{width:45px;height:45px;margin:10px 10px 0 0}.profile_top h1,.profile_top h3{color:#f60;font-weight:400;margin:0}.profile_top h1{font-size:40px;padding:0 0 12px}.profile_top h3{font-size:18px;padding:0 0 2px}.profile_top_left_1{float:left;width:72%;font-size:15px;color:#464646}.profile_top_left_1 b{font-size:18px;font-weight:500}.profile_top_right_1,.profile_top_table tr td{font-size:15px}.profile_top_left_1 span,.profile_top_right_1 span{display:inline-block;background:url(../img/sprites.png) no-repeat;position:relative}.profile_top_left_1 span.icon1,.profile_top_right_1 span.icon1{width:16px;height:16px;background-position:-326px -114px;margin:0 5px 0 0;top:3px}.profile_top_left_1 span.icon2,.profile_top_right_1 span.icon2{width:13px;height:19px;background-position:-327px -134px;margin:0 5px 0 0;top:5px}.profile_top_left_1 span.icon3,.profile_top_right_1 span.icon3{width:12px;height:11px;background-position:-327px -154px;margin:0 5px 0 25px;top:1px}.profile_top_left_1 span.icon4,.profile_top_right_1 span.icon4{width:9px;height:15px;background-position:-348px -52px;margin:0 5px 0 0;top:2px}.profile_top_left_1 span.icon5,.profile_top_right_1 span.icon5{width:15px;height:13px;background-position:-346px -70px;margin:0 5px 0 0;top:2px}.profile_top_right_1{float:right;width:26%;text-align:right;color:#464646}.profile_top_left_1 p{margin:0;padding:2px 0}.profile_top_right_1 p{margin:0;padding:4px 0}.profile_top_right_1 p a{color:#464646}.profile_top_right_1 p a:hover{color:#f60}.profile_top_table{width:100%;margin-bottom:16px}.profile_top_table tr td{width:47%;border-bottom:1px dotted #ccc;padding:0 0 16px}.profile_top_table tr td h3{font-size:22px;padding:0 0 10px}.profile_top_table tr td p{padding:0;margin:0}.profile_top_table tr td span{color:#a2a2a2}.profile_top_table tr td ul{list-style-type:none;margin:0;padding:1px 0 9px}.profile_top_table tr td ul li{font-family:Arial,sans-serif;font-size:13px}.profile_top_table tr td ul li:before{display:inline-block;width:12px;height:11px;background:url(../img/sprites.png) -327px -154px no-repeat;margin:0 6px 0 0;top:1px}.profile_top_table_1{margin-bottom:0}.profile_top_table_1 tr td{border-bottom:none;padding:0}.profile_top_table tr td .subjects_list{position:relative}.profile_top_table tr td .subjects_list.more{padding-bottom:21px}.profile_top_table tr td .subjects_list span{display:none;font-size:12px;color:#f60;background:url(../img/subjects_list.png) left bottom repeat-x;position:absolute;left:18px;bottom:15px;height:16px;font-family:Arial,sans-serif;cursor:pointer}.add_indo_table tr th b,.add_link_teg b,.add_link_text a.e-btn,.add_link_text_text,.add_pic_block,.add_pic_list li a.add_pic_link,.doings_block .button,.edit-profile .theme-wrap .label,.i-staff-list>ul>li a.add_pic_link,.ic-buttons_text,.my-companies-block .ia-title,.no-events .c-event .ce-wrap,.profile_bottom_table,.profile_bottom_table1,.site_link{font-family:dindisplay_pro,sans-serif}.profile_top_table tr td .subjects_list span:hover{background:0 0}.profile_top_table tr td .subjects_list span i{font-style:normal}.profile_top_table tr td .subjects_list.more span{display:inline-block}.profile_bottom_table{width:100%;font-size:15px;color:#424242}.profile_bottom_table tr td.headline{width:120px;padding:6px 0 0;font-size:17px;color:#464646}.profile_bottom_table tr td.profile_info{width:48%}.profile_bottom_table tr td.profile_info table{width:100%;border-collapse:separate!important}.profile_bottom_table tr td.profile_info table tr td{padding:10px 15px 10px 20px;vertical-align:middle;font-size:18px;color:#ff6701;border:1px solid #fdd0af;border-radius:4px;font-weight:500;white-space:nowrap}.profile_bottom_table tr td.profile_info table tr td.delimiter{width:4px;border:none;padding:0}.profile_bottom_table tr td.profile_info table tr td.delimiter div{width:4px}.profile_bottom_table tr td.profile_info table tr.delimiter td{height:4px;border:none;padding:0}.profile_bottom_table tr td.profile_info table tr td strong{font-weight:bolder;font-size:25px}.profile_bottom_table tr td.buttons{width:31%}.profile_bottom_table tr td.buttons .buttons_bg{padding:30px 0 0}.profile_bottom_table1{width:100%;font-size:17px;color:#464646}.profile_bottom_table1 tr td{text-align:left;vertical-align:middle}.end_reg_list li table tr td,.end_reg_list li table tr th{text-align:left;vertical-align:top}.profile_bottom_table1 tr td.headline{width:120px}.profile_bottom_table1 tr td.width1,.profile_bottom_table1 tr td.width3{width:31%}.profile_bottom_table1 tr td.widths{font-size:20px;color:#f60;font-weight:500}.profile_bottom_table1 tr td.widths strong{font-size:40px;font-weight:700;padding:0 7px 0 0;position:relative;top:3px}.subscribe_link{display:none}.pw-subscribe_doing .pw-title span{font-size:25px;font-weight:200;display:block;margin-top:-6px}.pw-subscribe_doing .pwf-msg a.reg{position:relative;left:-117px}.subscribe_after p{padding:0;margin:-10px 0 0}.subscribe_after{display:none}.places_list .space{color:#464646;font-size:15px;font-weight:500;float:left}.places_list .space:before{display:inline-block;width:16px;height:16px;background:url(../img/space.png) no-repeat;margin:0 4px 0 0;position:relative;top:2px}.places_list .cli-info,.places_list .cli-top{margin-bottom:5px}.places_list .button.about{margin-top:0}.end_reg_list{margin:0;padding:0}.end_reg_list li{padding:0 0 24px;list-style-type:none}.end_reg_list li:last-child{padding:0}.end_reg_list li.input_top{padding-right:140px}.end_reg_list li table tr th{padding:8px 5px 0 0;font-size:17px;color:#000;font-weight:400}.end_reg_list li table tr td p{padding:0 0 25px;margin:0;text-align:center;font-size:13px;color:#a2a2a2}.end_reg_list li table tr td.width1{width:98px;padding:0 9px 0 0}.end_reg_list li table tr td.width2{width:88px;padding:0 9px 0 0}.end_reg_list li table tr td.width3{width:185px}.add_pic_block{display:block;width:100px;height:80px;text-align:center;font-size:12px;color:#a2a2a2;font-weight:500;position:relative;line-height:1;transition:background .3s,color .3s;cursor:pointer;padding:20px 0 0}.add_pic_block span{display:block;width:36px;font-size:40px;background:center center no-repeat;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative;margin:0 auto}.add_pic_block .input{display:block;width:100px;height:100px;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.add_pic_block i{display:block;font-style:normal;padding:10px 0 1px}.add_pic_block b{font-size:14px;font-weight:500}.add_link_text a.e-btn,.add_link_text_text{font-size:17px;font-weight:500}.add_pic_block b:before{display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;position:relative;top:1px;margin:0 4px 0 0}.add_pic_block:hover{color:#f60}.add_pic_block:hover b:before{background-position:-181px -32px}.add_pic_block .add-wrapper{margin:0;padding:0}.pic_block{width:100px;display:block;overflow:hidden}.pic_block .input{opacity:0;position:absolute;top:0;left:0;width:0;height:0;z-index:0}.pic_block img{position:relative;z-index:1}.pic-edit-photo{display:none;line-height:1em;margin-top:.5em}.pe-active .pic-edit-photo-wrap{-moz-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;top:4px;right:4px;z-index:4;padding:4px 1px 4px 4px;background-color:#fff;border-radius:4px;-ms-box-shadow:0 1px 3px rgba(0,0,0,.4);-o-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.pe-active .pic-edit-photo{display:block;text-indent:-9999999px;width:18px;height:16px;margin:0;background:url(../img/sprites.png) -117px -145px no-repeat #fff}.add_link_text{padding-left:0!important;line-height:20px;min-height:25px}.add_link_text_text{color:#a2a2a2;display:inline-block;position:relative}.add_link_text_top{min-height:60px}.add_link_text a{color:#a2a2a2}.add_link_text .edit-wrap{display:inline-block!important;position:relative;left:0;top:0;height:20px;margin:0 5px 0 0!important}.add_link_text a.e-btn{display:inline-block;width:auto;height:auto;color:#a2a2a2;opacity:1;vertical-align:middle;margin:0 5px 0 0;padding:0;line-height:18px}.add_indo_table tr td.click_td b a:hover,.add_indo_table tr td.click_td span a:hover{opacity:.5}.add_link_text a.e-btn .fa{width:24px}.add_link_text a.e-btn .fa:before{display:inline-block;width:16px;height:17px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;position:absolute;top:0;left:0;font-size:18px}.add_link_text b{margin-left:10px}.add_link_text b:before{display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0}.add_link_text_medium a:before{top:2px}.add_link_text.p-editable.pe-current .edit-wrap .e-form{display:block!important;top:-5px}.add_link_text.p-editable.pe-current a.e-btn{text-indent:-9000px;padding:5px 0 5px 5px;left:-5px;position:absolute;top:-5px}.dd_width_2,.dd_width_3{padding-right:23px!important}.add_link_text.p-editable.pe-current a.e-btn:before{position:absolute;left:5px;top:5px;display:block!important;background-position:-405px -51px}.add_link_teg b,.ic-buttons_pos{position:relative}.add_link_text.p-editable.pe-current .add_link_text_text,.i-info header .i-place.add_link_text:before{display:none}.add_link_text_medium,.add_link_text_medium .add_link_text_text,.add_link_text_medium a.e-btn{font-size:15px!important}.i-info header .i-place.add_link_text a{text-decoration:underline;color:#a2a2a2}.add_pic_list li a.add_pic_link,.i-staff-list>ul>li a.add_pic_link{text-decoration:none;line-height:1}.add_link_text a:hover,.i-info header .i-place.add_link_text a:hover{color:#f60}.dd_width_1{width:200px!important}.dd_width_2{width:328px;padding-left:75px!important}.dd_width_3{width:218px}.dd_width_4{width:320px!important}.dd_width_5{width:260px!important}.i-place.add_link_text.p-editable.pe-current .add_link_text_text{display:block;padding-left:35px;top:0}.i-place.add_link_text.p-editable.pe-current a.e-btn:before{left:10px}.add_link_text a:hover:before{background-position:-425px -52px}.add_indo_table tr th b:before,.add_link_teg b:before{background:url(../img/sprites.png) -365px -53px no-repeat;height:12px}.add_link_teg .select{float:left;width:368px;margin:0 13px 0 0;min-height:36px}.add_link_teg b{float:left;top:10px;font-size:15px;color:#a2a2a2;font-weight:500}.add_link_teg b:before{display:inline-block;width:14px;margin:0 4px 0 0}.ic-buttons_text{left:0;top:32px;font-size:13px;color:#a2a2a2;font-weight:500}.add_indent{margin-bottom:4px}.ic-links_indent{padding-top:5px}.soc-media-buttons1{display:inline-block;position:relative;margin:0!important;top:-2px;left:5px}.soc-media-indent{margin:10px 0 0}.add_indo_table tr td.click_td b a:before,.add_indo_table tr td.click_td span a:before,.add_indo_table tr th b:before{display:inline-block;margin:0 4px 0 0;content:''}.pe-current .soc-media-buttons1{position:static}.add_indo_table{width:100%;font-family:dindisplay_pro,sans-serif}.add_indo_table tr th{text-align:left;vertical-align:top;font-size:19px;color:#a2a2a2;font-weight:400;padding:0 0 13px}.add_indo_table tr th b{font-size:20px;color:#a2a2a2;font-weight:500}.add_indo_table tr th b:before{width:14px}.add_indo_table tr td{text-align:left;vertical-align:middle;font-size:17px;color:#464646;padding:5px 0}.add_pic_list li a.add_pic_link,.i-staff-list>ul>li a.add_pic_link,.s-news-list .nl-pict{text-align:center;box-shadow:inset 0 1px 0 #e8e8e7}.add_indo_table tr td.click_td span{color:#f60;font-size:14px}.add_indo_table tr td.click_td span a{color:#f60}.add_indo_table tr td.click_td span a:before{width:11px;height:12px;background:url(../img/sprites.png);position:relative;top:2px}.add_indo_table tr td.click_td b{color:#f60;font-weight:400;font-size:14px}.add_indo_table tr td.click_td b a{color:#f60}.add_indo_table tr td.click_td b a:before{width:12px;height:13px;background:url(../img/sprites.png) -368px -69px;position:relative;top:2px}.add_indo_table tr td .headline{width:1px;height:1px;position:relative}.add_indo_table tr td .headline p{position:absolute;left:0;top:5px}.add_pic_list li{position:relative}.add_pic_list li span.close{display:block;position:absolute;right:29px;top:9px;width:16px;height:16px;background:url(../img/sprites.png) -385px -72px no-repeat;cursor:pointer}.add_pic_list li span.close:hover{background-position:-404px -72px}.add_pic_list li a.add_pic_link{background:#fff;display:block;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;color:#a2a2a2;font-weight:500;position:relative;transition:background .3s,color .3s}.add_pic_list li a.add_pic_link span,.i-staff-list>ul>li a.add_pic_link{-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s}.add_pic_list li a.add_pic_link span{display:block;margin:30px auto 0;width:46px;height:46px;border-radius:50%;background:url(../img/add_pic_block_bg2.png) center center no-repeat #d0d0d0;transition:background .3s,color .3s;position:relative}.add_pic_list li a.add_pic_link .input{display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.add_pic_list li a.add_pic_link i{display:block;font-style:normal;padding:10px 0 1px}.add_pic_list li a.add_pic_link b{font-size:14px;font-weight:500}.add_pic_list li a.add_pic_link b:before{content:'';display:inline-block;width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0;position:relative;top:1px}.add_pic_list li a.add_pic_link:hover{color:#f60}.add_pic_list li a.add_pic_link:hover span{background-color:#f60}.add_pic_list li a.add_pic_link:hover b:before{background-position:-181px -32px}.i-staff-list>ul>li a.add_pic_link{background:#fff;display:block;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;width:90px;height:79px;padding:11px 0 0;font-size:13px;color:#a2a2a2;font-weight:500;position:relative;transition:background .3s,color .3s}.events-filter,.stub{-moz-box-sizing:border-box}.i-staff-list>ul>li a.add_pic_link span{display:block;margin:0 auto;width:27px;height:27px;border-radius:50%;background:url(../img/add_pic_block_bg1.png) center center no-repeat #d0d0d0;-webkit-transition:background .3s,color .3s;-o-transition:background .3s,color .3s;transition:background .3s,color .3s;position:relative}.service-page .error-blob,.specify-link{-webkit-transition:all .3s;-o-transition:all .3s}.i-staff-list>ul>li a.add_pic_link .input{display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.i-staff-list>ul>li a.add_pic_link i{display:block;font-style:normal;padding:10px 0 1px}.i-staff-list>ul>li a.add_pic_link b:before,.site_link a:before{display:inline-block;position:relative;content:''}.i-staff-list>ul>li a.add_pic_link b{font-size:14px;font-weight:500}.i-staff-list>ul>li a.add_pic_link b:before{width:14px;height:12px;background:url(../img/sprites.png) -365px -53px no-repeat;margin:0 4px 0 0;top:1px}.i-staff-list>ul>li a.add_pic_link:hover{color:#f60}.i-staff-list>ul>li a.add_pic_link:hover span{background-color:#f60}.i-staff-list>ul>li a.add_pic_link:hover b:before{background-position:-181px -32px}.reason_block{font-size:11px;color:#f60;line-height:13px;margin:-10px 0 0}.reason_block p{padding:6px 0 0;margin:0}.i-info header{position:relative}.site_link{font-size:13px;font-weight:500;margin-bottom:.4em}.site_link a{color:#a2a2a2;text-decoration:underline}.site_link a:hover{text-decoration:none}.site_link a:before{width:16px;height:16px;background:url(../img/sprites.png) -426px -93px;margin:0 5px 0 0;top:4px}.i-contacts1{margin-top:0!important}.i-additional1{margin-bottom:0!important}.cl-item_active{border:1px solid #fe9232}.doings_block{padding-right:0}.doings_block .button{border-color:#ccc;margin:0 10px 10px 0;font-weight:400;color:#424242;font-size:17px}.doings_block .button:hover{color:#fff;border-color:#ff7600}.doings_block .button.more:after{background-position:-158px -16px}.doings_block .button.more:hover:after{background-position:-165px -23px}.button.dark_green{border-color:#a5c67d;color:#4e9000}.button.dark_green:hover{border-color:#4e9000;background:#4e9000;color:#fff}.button.icon-up:before{width:13px;height:15px;background-position:-348px -92px}.button.icon-up:hover:before{background-position:-365px -92px}.s-news-list .nl-pict{float:left;margin:0 10px 5px 0;border-radius:4px;background:#fff;padding:6px 3px 3px}.add_company{text-align:right}.add_company a{color:#fff;text-decoration:underline;word-spacing:normal;position:relative;top:-6px}.add_company a:hover{text-decoration:none;color:#fff}.add_company a:before{content:'';background:url(../img/sprites.png) -405px -51px;display:inline-block!important;width:16px;height:17px;position:relative;left:-5px;top:4px}.add_company a:hover:before{background:url(../img/sprites.png) -405px -51px!important}.hide-element{display:none!important}.show-element{display:block!important}.i-additional .add_link_text .edit-wrap>.e-btn{display:none}.wait-ajax{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:4}.wait-ajax img{display:block;position:absolute;left:50%;top:50%;margin-top:-27px;margin-left:-27px}.wait-ajax.absolute{position:absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(191,191,191,.3);display:none}.dna-template{display:none}.pw-body .place-box{min-height:282px;position:relative}.c-select-box.topics .csb-title ul.ui-autocomplete{background:#FFF;border:1px solid #CCC;margin-left:0;z-index:1020}.main-field-complete{z-index:3;height:auto}.button.icon-eye:before{width:15px;height:11px;background-position:-225px -164px}.body-fixed,.modal-wrapper{width:100%;height:100%;position:fixed}.button.icon-eye.active:before,.button.icon-eye:hover:before{background-position:-241px -164px}.full-visible{visibility:visible!important}.ov-hidden{overflow:hidden!important}.body-fixed,.search_form .scroll-container{overflow:hidden}.specify-link{color:#464646;text-decoration:none;transition:all .3s;display:block;float:right;clear:right}.specify-link:hover{text-decoration:underline;color:#f60}.no-wrap{white-space:nowrap}.pd-top-14{padding-top:14px}.mt-0{margin-top:0}button.gray{background:#dbdbdb;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdbdb),color-stop(100%,#bdbdbd));background:-webkit-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-o-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-webkit-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:-o-linear-gradient(top,#dbdbdb 0,#bdbdbd 100%);background:linear-gradient(to bottom,#dbdbdb 0,#bdbdbd 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bdbdbd', GradientType=0)}.button.apply-filter,.events-filter .csb-selected{filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0)}button.gray:hover{background:#dbdbdb}.inline-block{display:inline-block;vertical-align:top}.modal-wrapper{top:0;left:0;background:rgba(0,0,0,.8);z-index:4}.disable-inner:before{display:none!important}.right{float:right}.min-height{min-height:27px}.mb-05em{margin-bottom:.5em}.mb-2em{margin-bottom:2em}.mb-1em{margin-bottom:1em}.bd-dashed{border-bottom:1px dashed #f60}.orange-text{color:#f60}.stub{text-align:center;background:#fff;box-shadow:inset 0 1px 0 #e8e8e7;border-radius:4px;box-sizing:border-box}.pw-subj .q-sel{top:0;position:absolute;right:0;margin-top:1em}.search-modal-overlay{position:fixed;bottom:0;right:0;top:0;left:0;z-index:10;background:url(../lib/fancybox/fancybox_overlay.png);display:none;overflow-y:auto}.events-filter .c-select-box,.events-filter .csb-selected-items{background-color:transparent}.search-modal-wrap{position:absolute;z-index:11;top:50%;left:50%;width:640px;height:auto;min-height:360px;margin-bottom:3em}.events-feed-page{margin-top:-14px;margin-bottom:2em}.events-feed-page h2{font-size:16px;font-weight:400;margin-left:1em;color:#fff;margin-bottom:0}.events-filter{clear:both;margin-left:-2%;box-sizing:border-box}.events-filter .c-select-box{border:0;padding:0;box-shadow:none}.events-filter .csb-selected{background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(67%,#fff),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:linear-gradient(to bottom,#fff 67%,#f5f5f5 100%);padding-bottom:0}.events-filter a{color:#fff;text-decoration:underline}.events-filter a:hover{text-decoration:none}.events-filter:after{content:'';display:block;clear:both}.events-filter .csb-selected a{color:#f60}.events-filter .col{margin-left:2%;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:1px}.events-filter-box .csb-selected-items{display:block;border:0;padding:8px;min-height:initial}.events-filter-box .csb-selected-items .csb-selected{margin-bottom:8px}.events-filter-box .csb-selected.dna-clone{display:inline-block}.events-feed-page .cl-exhibitions{border-top:1px dotted #cdcdcd;padding-top:1.5em;margin-top:2em}.events-feed-page .events-filter{display:none;border-radius:4px 0 4px 4px;background:#F60;padding-right:2%;-ms-box-shadow:0 1px 3px rgba(0,0,0,.4);-o-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.events-filter-wrap{position:relative;overflow:visible;margin-bottom:1em}.events-filter-wrap .button{margin-top:-40px;float:right;line-height:32px;height:36px;position:relative}.events-filter-wrap .button.active:after{position:absolute;content:'';display:block;width:100%;height:5px;background:#f60;border:1px solid #f60;left:0;margin-left:-1px;bottom:0;margin-bottom:-5px}.events-filter-wrap .button.active{background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);border-color:#f60;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);border-bottom-left-radius:0;border-bottom-right-radius:0}.button.apply-filter{background:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(67%,#fff),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-webkit-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:-o-linear-gradient(top,#fff 67%,#f5f5f5 100%);background:linear-gradient(to bottom,#fff 67%,#f5f5f5 100%);color:#f60;margin-top:0;-moz-border-radius:4px 4px 0 0;border-bottom:0;display:none;border-radius:4px 4px 0 0}.button.apply-filter.icon-check:hover{box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);text-shadow:none}.button.apply-filter.icon-check:hover:before{background-position:-106px -16px}.events-feed-page .filter-hint-block{border:1px dashed #87C525;display:none;border-radius:4px}.events-feed-page .filter-hint-block p{margin:8px;text-align:center;color:#464646}.events-feed-page .filter-hint-block p .red{font-weight:700;color:#d80000}.message-not-found{margin-top:19px;margin-left:40px;padding-left:60px;padding-top:18px}.message-not-found .fa{color:#f60;font-size:48px;vertical-align:middle;margin-left:-40px;margin-top:-24px}.message-not-found span{display:inline-block}.message-not-found .message{font-family:dindisplay_pro,Arial,sans-serif;font-size:18px;margin-left:14px;line-height:1.2em}.mp-search .clear-all-button,.search-form-wrap .clear-all-button{display:none;width:17px;height:17px;background:url(../img/sprites.png) -385px -72px no-repeat;cursor:pointer;vertical-align:top;margin-top:2px}.mp-search .clear-all-button.active,.search-form-wrap .clear-all-button.active,.search-modal-wrap .ui-menu .ui-menu-item a{display:inline-block}.mp-search .clear-all-button:active,.search-form-wrap .clear-all-button:active{background-position:-385px -89px}.mp-search .pw-period .pwf-field.err input{border:2px #D80000}.search-modal-wrap .ui-menu .ui-menu-item .subj-category{display:inline-block;color:#a2a2a2;font-size:15px;line-height:15px;border:none;padding:2px 5px;cursor:pointer;text-decoration:none;min-height:0;font-weight:400;white-space:normal}.search-modal-wrap .ui-autocomplete{width:533px}.err-message-box:before,.required.err:before{width:15px;height:16px;content:''}.search-modal-wrap .ui-menu .ui-menu-item{white-space:nowrap}.search-modal-wrap .ui-menu li{margin-bottom:4px}.search-modal-wrap .ui-menu{line-height:15px}@media (max-width:1086px){.mp-search .search-form-wrap{max-width:764px;overflow:hidden;display:block}.mp-search .search-form-wrap .search-line{display:block;word-spacing:-4px}.mp-search .search-form-wrap .search-line .sf-field-wrap{display:inline-block;word-spacing:normal;-moz-box-sizing:border-box;box-sizing:border-box}}.required{position:relative}.required.err input{border:2px #d80000}.required.err:before{display:block;position:absolute;top:50%;right:0;margin-right:32px;margin-top:-8px;background:url(../img/sprites.png) -360px -159px;z-index:1}.err-message-box{display:none!important}.err-message-box.active{display:block!important;padding-left:24px;color:#ce0000}.err-message-box:before{display:block;background:url(../img/sprites.png) -390px -159px;margin-left:-24px;float:left}.err-message-box.red:before{background:url(../img/sprites.png) -360px -159px}.button.removecalendar{border-color:#2592c5;background:#2592c5;color:#fff;text-shadow:none}.button.removecalendar:before{background-position:-60px -16px}.button.removecalendar:hover{background:#4c9ec4}.button.unvisit{border-color:#f60;background:#f60;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3);box-shadow:inset 0 1px 0 rgba(0,0,0,.1)}.button.unvisit:before,.button.unvisit:hover:before{background-position:-64px -159px;width:9px;height:10px;margin-top:0}.button.unvisit:hover{background:#FF8635}.place .i-info .i-descr-readmore{display:block;padding-bottom:1em;margin-bottom:36px;border-bottom:dashed 1px #7e7e7e;font-size:15px;color:#a2a2a2;text-decoration:none}.place .i-info .i-descr-readmore:hover{text-decoration:underline}.note-wrap,.note-wrap-disabled{display:inline-block;vertical-align:top;position:relative}.add_link_teg .e-btn,.edit-profile .i-info .add_link_text_text,.look-also a:before,.сallback-modal .submit:after{vertical-align:middle}.note-wrap-disabled .note-overlay{display:none}.note-wrap .note-overlay{margin-top:5px;padding:10px 14px;position:absolute;background:#87c525;color:#fff;font-size:12px;font-weight:700;width:240px;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:none;z-index:10}.look-also a,.note-wrap:hover .note-overlay{display:block}.note-wrap:hover .note-text{width:100%;height:100px}.note-wrap:hover .note-text:focus{border:1px solid #6EA01E}.note-wrap:hover .note-button{-webkit-transition:none;-o-transition:none;transition:none;border-color:#87c525;background:#87c525;color:#fff;text-shadow:none;position:relative}.note-wrap:hover .note-button:before{background-position:-74px -16px}.note-wrap:hover .note-button:after{content:'';border:1px solid #87c525;display:block;position:absolute;background:#87c525;width:100%;height:8px;bottom:0;left:0;margin-left:-1px;margin-bottom:-8px}.main-page.note-wrap .note-overlay{bottom:0;margin-bottom:26px}.main-page.note-wrap:hover .note-button:after{margin-bottom:22px}.look-also a{position:relative;color:#6d6d6d;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;margin-bottom:.5em}.look-also a:before,.service-page .error-field.simple-wrap{display:inline-block}.look-also a:hover{color:#f60;text-decoration:none}.look-also a:hover:before{background-position:-235px -134px}.look-also a:before{content:'';height:9px;top:50%;margin-top:-4px;width:8px;background:url(../img/sprites.png) -251px -134px no-repeat;margin-right:10px}.service-page .error-field{position:relative;-moz-box-sizing:border-box;box-sizing:border-box}.service-page .error-field.simple-wrap:before{margin-right:16px;margin-top:-8px}.mf-line.cols-2 .mf-field.error-field:first-child:before{margin-right:30px}.service-page .error-field:before{content:'';display:block;position:absolute;top:50%;right:0;margin-right:20px;margin-top:-11px;width:15px;height:16px;background:url(../img/sprites.png) -360px -159px}.after-register-modal .pwf-line .hint-box:after,.error-blob:after,.error-blob:before,.thanks-page .help-block .figure:after{content:" ";pointer-events:none}.service-page .error-field input{border-color:#d80000}.service-page .error-blob{border-width:2px;border-color:#d80000;background:#696969;text-align:center;color:#fff;position:absolute;padding:8px 16px;top:0;left:50%;margin-top:-41px;width:160px;margin-left:-100px;border-radius:4px;display:none;font-size:14px;transition:all .3s}.service-page .error-field:hover .error-blob{display:block}.error-blob:after,.error-blob:before{top:100%;left:50%;border:solid transparent;height:0;width:0;position:absolute;border-color:#696969 transparent transparent}.error-blob:after{border-width:3px;margin-left:-3px}.error-blob:before{border-width:9px;margin-left:-9px}.service-page .error-blob ul{margin:0;padding:0;display:block;list-style-type:none}.cal-scroll-button .sprite{display:block;width:17px;height:17px;border-radius:10px;background:#464646;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;padding-left:4px;padding-top:3px;-moz-box-sizing:border-box;box-sizing:border-box}.cal-scroll-button .sprite:before{display:block;content:'';width:8px;height:12px;background:url(../img/sprites.png) -225px -134px no-repeat}.cal-scroll-button:hover .sprite{background:#f60}.cal-scroll-button{position:absolute;top:0;width:34px;height:34px;border-radius:17px;background:#FCFCFB;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:9px;padding-top:9px;cursor:pointer;margin-top:96px}.cal-scroll-button.to-left{left:0;margin-left:6px}.cal-scroll-button.to-right{right:0;margin-right:6px}.cal-scroll-button.to-right .sprite{padding-left:5px}.cal-scroll-button.to-right .sprite:before{background-position:-175px 0}.calenadar-body{overflow:hidden}.calenadar-body .mCSB_scrollTools_horizontal{opacity:0!important}.no-events .c-event{background-color:#CACACA}.no-events .c-event .ce-wrap{-moz-box-sizing:border-box;box-sizing:border-box;height:60px;text-align:center;padding-top:20px;font-size:20px;color:#464646;overflow:hidden;position:relative;text-shadow:0 1px 0 rgba(255,255,255,.8)}#get_filters,.filter_form_header{text-shadow:1px 1px rgba(0,0,0,.35);text-transform:uppercase}.no-events .c-event .ce-wrap .message{position:absolute;text-align:center}.no-events .c-event .ce-wrap.small{font-size:14px;padding-top:14px}.edit-profile .edit-wrap{display:block}.edit-profile .i-title .e-form{margin-top:7px}.edit-profile .full-width .static-value{height:27px}.edit-profile .pe-current .e-form{display:block}.edit-profile .social.pe-current .i-descr{opacity:0}.edit-profile .p-editable{padding-left:22px}.edit-profile .p-editable.i-place{padding-left:36px}.edit-profile .p-editable.social .e-btn.full-complete{color:#f60}.edit-profile .p-editable.social .e-btn.full-complete:hover{opacity:.7}.edit-profile .i-pict.p-editable{padding:0}.edit-profile .ic-tel .custom-radio-check{position:relative}.edit-profile .i-pict.p-editable img{z-index:0}.edit-profile .ic-tel .epfl{margin-bottom:0}.edit-profile .check{color:#f5f5f5;margin-top:4px;margin-bottom:0;padding-left:4px}.edit-profile .check .custom-checkbox{width:14px;height:14px;margin:-1px 5px 0 0}.my-companies-block:after{content:'';display:block;clear:both}.my-companies-block .ia-title{font-size:20px;line-height:23px;margin-bottom:10px}.my-companies-block .company{display:block;-moz-box-sizing:border-box;box-sizing:border-box;width:23%;float:left;margin-right:2%;margin-top:20px}.my-companies-block .company .logo,.my-companies-block .company .logo img{width:100%;height:auto;display:block}.my-companies-block .company a{display:block;margin-left:auto;margin-right:auto}.my-companies-block .company .logo{-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-top:1px solid #CCCBC6;background-color:#fff;overflow:hidden;min-height:141px;position:relative}.after-register-modal .required.err .select2-choice,.create-company-modal .select-input.err .select2-choices{border:2px #d80000}.my-companies-block .company .logo img.portrait{height:141px;width:auto;margin-left:auto;margin-right:auto}.my-companies-block .company .logo img.no-logo{position:absolute;margin-top:-29px;margin-left:-30px;top:50%;left:50%;width:60px;height:58px}.my-companies-block .company .title{display:block;color:#606060;margin-top:8px;text-decoration:underline;text-align:center;position:relative}.my-companies-block .company .title .e-btn{padding:0;border-radius:0;height:16px;top:3px}.my-companies-block .company a:hover .title{text-decoration:none}.my-companies-block.editable .company .fa:before{position:absolute;left:0;top:0;font-size:18px;color:#f60}.add-company-block{margin-top:2em}.edit-profile .hidden{display:none}.edit-profile .i-info .e-btn{margin-right:0}.edit-profile .ic-buttons .add_link_text{display:inline-block}.edit-profile .ic-buttons .p-editable{padding-left:0}.create-company-modal .select-input.err{width:auto}.p-editable.pe-current .e-btn.social{background-color:transparent}.p-editable.pe-current .e-btn.social:before,.p-editable.pe-current.social .e-form:before,.p-editable.social .edit-label{display:none}.edit-profile.company .add-info .edit-label,.p-editable.pe-current.social .edit-label{display:block;width:24px;margin-left:-24px;padding-left:5px;padding-top:4px;padding-bottom:4px;background-color:#f60;position:absolute;top:0;left:0;border-radius:3px 0 0 3px}.edit-profile.company .add-info .edit-label .fa,.p-editable.pe-current.social .edit-label .fa{font-size:18px;color:#fff}.edit-profile .editable-wrap .static-value.website{height:27px!important}.edit-profile .editable-wrap .static-value.address{line-height:28px;min-height:27px;display:block}.edit-profile .i-contacts .editable-wrap .static-value{display:block;height:23px}.edit-profile .editable-wrap>p{display:block;margin:0}.edit-profile .i-additional .editable-wrap>p{min-height:23px}.edit-profile .i-additional .editable-wrap .static-value{min-height:27px}.edit-profile .editable-wrap:before{display:none}.add_link_teg .tags,.edit-profile .theme-wrap .input,.edit-profile .theme-wrap .label{display:inline-block}.edit-profile .social .e-form .err:before{margin-right:9px}.edit-profile .add_link_teg .select2-input{line-height:36px!important;font-size:16px!important}.edit-profile .description-text{font-size:14px}.edit-profile .add_link_teg .label{float:none;margin-left:12px}.outer-profile .i-additional{margin-bottom:36px}.outer-profile .i-info .i-title{margin-bottom:14px}.outer-profile .i-contacts .ic-buttons{margin-right:0;padding-left:32px}.outer-profile .i-contacts .ic-buttons .soc-media-buttons{margin-top:0;margin-bottom:16px;padding-left:8px}.outer-profile .i-info .i-contacts{margin-bottom:24px;margin-top:24px}.outer-profile .ic-tel{margin-bottom:14px}.add_link_teg .tags{font-size:12px;margin-top:0}.edit-profile.company .i-additional .e-btn{vertical-align:middle;margin-right:3px}.edit-profile.company .i-additional dl.add-info dd,.edit-profile.company .i-additional dl.add-info dt{min-height:24px;line-height:24px;padding-top:5px;margin-bottom:0}.edit-profile.company .description-text{padding-top:4px}.edit-profile.company .description-text p{line-height:15px;font-size:12px}.edit-profile .theme-wrap .label{font-size:15px;color:#a2a2a2;font-weight:500;display:inline-block;position:relative;padding-right:6px}.edit-profile .theme-wrap .label p{display:inline}.company-preview .i-info .i-contacts .ic-buttons .soc-media-buttons{margin-top:12px}.company-preview .i-info .brief{font-size:12px;line-height:16px;color:#7e7e7e;font-family:Arial,sans-serif}.message-register-success .message,.message-standart .message{font-family:dindisplay_pro,Arial,sans-serif}.address-wrap .i-descr,.error-404 .figure,.error-404 h2,.event-page .title,.thanks-page .left-part figcaption,ol.numeric li:before{font-family:dindisplay_pro,sans-serif}.company-preview .i-info .brief p{margin:0}.company-preview .i-info,.company-preview .pw-open{margin-bottom:1em}.company-preview .i-info .i-tags{font-size:12px}.company-preview .soc-media-buttons{margin-top:2px!important}.profile-preview-btn{margin-top:1em;margin-bottom:2em}.company-preview .specialization,.edit-profile .specialization .static-value{font-size:13px;font-weight:400;color:#7D7D7D}.edit-profile .specialization{margin-bottom:1em}.edit-profile .specialization .p-editable{min-height:27px}.edit-profile .theme-form select{opacity:0}.about-page .tab{display:none}.about-page .tab.active{display:block}.about-page .tabs-body{padding-top:20px}.about-page .tabs-opening{margin-bottom:20px}.team_list .stub{display:block;position:absolute;left:0;top:50%;margin-top:-40px;width:89px;height:89px;text-align:center;padding-top:15px}.team_list li .team_list_bg .stub img{display:inline;position:relative;top:0;margin-top:0;width:auto;height:auto}.сallback-modal{width:534px}.сallback-modal .pw-form .pwf-field{width:340px}.сallback-modal .submit:before{display:none}.сallback-modal .submit:after{content:' ';display:inline-block;background:url(../img/sprites.png) -176px 0 no-repeat;margin:-2px 7px 0 6px;width:8px;height:12px}.subscribe-modal .required.err:before,.сallback-modal .required.err:before{margin-top:2px}.subscribe-modal{width:560px;color:#000}.subscribe-modal .pw-form .pwf-field{width:340px}.subscribe-modal .submit{cursor:pointer}.subscribe-modal .pw-title{font-size:26px;font-weight:300}.subscribe-modal .sub-header{margin-top:0}.subscribe-modal .submit-arrow{display:inline-block;margin-left:20px}.subscribe-modal header{padding-bottom:0}.subscribe-modal .gray{color:#8d807f}.subscribe-modal .small{font-size:.9em}.subscribe-modal.lessons .form-side{float:left;width:60%;position:relative;z-index:1;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:14px}.subscribe-modal.lessons .image-side{float:left;width:40%}.subscribe-modal.lessons .image-side img{position:absolute;width:233px;margin-left:-42px;margin-bottom:-19px;z-index:0}.subscribe-modal.lessons .label-header{font-size:18px}.subscribe-modal.lessons .label-header .small{font-size:.8em}.subscribe-modal.lessons .pw-form .pwf-field{width:214px}.subscribe-modal.lessons .pw-form .submit{height:42px;line-height:42px;width:214px}.subscribe-modal.lessons .submit-arrow{position:absolute;right:0;margin-right:-20px}.invite-modal{width:560px;color:#000}.invite-modal .logos{display:table;margin-left:auto;margin-right:auto;margin-bottom:26px}.invite-modal .logos .item{display:inline-block;margin-left:16px}.invite-modal .logos .item:first-child{margin-left:0}.invite-modal .label p{margin:0}.invite-modal .pw-title{font-size:24px;font-weight:400;line-height:25px}.invite-modal .button{height:42px;line-height:42px;padding-top:0;padding-bottom:0;font-size:15px;width:214px;text-align:center}.invite-modal .submit-arrow{display:inline-block;margin-left:20px}.add-event-page .set-sect.not-active .form-wrap{display:none}.add-event-page .w-time .mCSB_inside>.mCSB_container{margin-right:0}.add-event-page .w-time .mCustomScrollBox{overflow:hidden!important}.reg-form .msg-help .error{color:#d80000}.after-register-modal .pw-form .pwf-line{margin-bottom:0}.after-register-modal .pw-form .pwf-field{padding:0}.after-register-modal .pwf-field input[type=text]{line-height:30px;height:30px}.after-register-modal .pw-form .input_top .pwf-field,.after-register-modal .pw-form .pwf-line{display:block!important}.after-register-modal .input_top select{width:100%}.after-register-modal input[type=text]:focus{padding:0 6px}.after-register-modal .required.err:before{margin-right:8px;margin-top:-27px}.after-register-modal .input_bottom .required.err:before{margin-right:8px;margin-top:-7px}.after-register-modal .input_top .required.err:before{margin-right:8px;margin-top:-8px}.thank-registering{font-size:16px}.thank-registering header{padding-bottom:16px!important}.after-register-modal .pwf-line.phone .err-message-box{font-size:13px}.after-register-modal .pwf-line .err-message-box{margin-top:4px}.after-register-modal .pwf-line .hint-box{display:none;width:62px;position:absolute;text-align:center;margin-left:31px;padding:8px 12px;color:#000;background-color:#aaa;opacity:.6;margin-top:-68px;border-radius:4px}.message-register-success,.message-standart{margin-top:40px}.after-register-modal .pwf-line .err+.hint-box{display:none!important}.after-register-modal .pwf-line .hint-box:after{top:100%;left:50%;height:0;width:0;position:absolute;border:4px solid rgba(170,170,170,0);border-top-color:#aaa;margin-left:-4px}.message-register-success .fa{color:#f60;font-size:80px;margin-bottom:40px}.message-register-success span{display:block;text-align:center}.message-register-success .message{font-size:26px}.message-standart .fa{color:#f60;font-size:40px;margin-right:9px}.message-standart .message{font-size:18px;line-height:40px;display:inline-block}.recovery-page{padding-bottom:2.6em;-moz-box-sizing:border-box;box-sizing:border-box}.recovery-page .label{font-size:18px;margin-bottom:1.5em;margin-top:1.5em}.recovery-page .error-text,.recovery-page .input{display:inline-block}.recovery-page .submit{height:40px;line-height:40px;display:block;margin:2em 0 0 24px}.recovery-page .input input{margin-left:24px;width:340px}.recovery-page .input.err:before{margin-right:12px}.recovery-page .error-text{padding-left:12px;font-size:14px;color:#d80000}.event-page .title{font-size:23px;line-height:24px;margin:0 0 12px}.event-page .title .fa{font-size:.8em}.advertise-window .pwf-msg{color:#f60;padding-top:8px;padding-left:24px}.advertise-window .pwf-field{width:310px!important}.advertise-window header .pw-title{font-weight:400;margin:19px 0}.advertise-window header{padding-bottom:0}.event-news-subscribe-modal .pw-form .pwf-field{width:340px}.expo-place-page .i-info .i-descr{height:auto}.expo-place-page .i-descr-readmore{margin-bottom:1em;display:block}.eni-areas.stat .enis-col{text-align:center;display:inline-block;width:auto;padding-right:32px}.eni-areas.stat .eni-title{float:left;margin-left:-130px;display:block;width:110px;margin-right:16px;font-size:20px;line-height:21px;text-align:right;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;color:#f60}.news-filter-block .mf-line.s-subj-tag .mf-field label{margin-bottom:1em}.news-filter-block .select2-container-multi .select2-choices .select2-search-field:first-child input{line-height:36px}.address-wrap .map-wrap{margin-top:1em;margin-bottom:2em}.address-wrap .i-descr{font-size:18px;line-height:21px;color:#464646}.address-wrap .map-wrap .gmap-canvas{height:308px}.address-wrap .map-toggle{display:block;float:right;color:#a2a2a2;text-decoration:none;position:relative;z-index:2}.address-wrap .map-toggle:hover{color:#f60}.address-wrap .map-toggle:hover .label{border:0}.address-wrap .map-toggle .label{font-size:15px;line-height:12px;text-decoration:none;border-bottom:1px dashed}.address-wrap .map-toggle .fa{font-size:1.3em}.paid-partner-link{text-transform:uppercase;padding:15px;text-align:center;display:block;font-weight:700}.paid-partner-block{margin-top:3em}.paid-partner-block .desc{color:#f60;text-align:center;margin-top:6px}.paid-partner-block .partner-title{margin-bottom:4px;text-align:center}.thanks-page .left-part{float:left;position:relative;width:188px;text-align:center;padding-top:12px}.thanks-page .left-part figcaption{position:absolute;top:0;left:50%;margin-top:50px;margin-left:-37px}.thanks-page .left-part figcaption span{display:block;font-weight:700;font-size:32px;line-height:32px}.thanks-page .left-part figcaption span.orange-text{font-size:68px;line-height:30px}.thanks-page .right-part{margin-left:190px}.thanks-page h3{font-size:18px;color:#59666e}.thanks-page .help-block{position:relative}.thanks-page .help-block .item{width:33.333%;float:left}.thanks-page .help-block .figure{display:block;width:60px;height:60px;float:left;margin-right:12px;background:#f60;position:relative}.thanks-page .help-block .figure:after{position:absolute;top:100%;right:0;height:0;width:0;border-style:solid;border-width:0 10px 10px 0;border-color:transparent #f60 transparent transparent}.thanks-page .help-block .icon{background:url(../img/thanks_sprite.png) no-repeat;margin-left:auto;margin-right:auto}.thanks-page .help-block .list{width:32px;height:37px;margin-top:12px}.thanks-page .help-block .mail{width:42px;height:39px;margin-top:10px;background-position:-32px 0}.thanks-page .help-block .zoom{width:43px;height:39px;margin-top:12px;background-position:-74px 0}.period .pwf-field .error-blob{line-height:18px}.service-page .period .pwf-field.error-field:before{margin-right:13px;margin-top:-8px}.organizer-modal .organizer-name{border-bottom:1px solid #f26c2a}.error-404 .items-list{-webkit-column-count:3;-moz-column-count:3;column-count:3;list-style:none inside;margin:0;display:block}.conf_extra,.conf_visitors .visitors-list,.conference_for ul,.filter_form ul,ol.numeric li,ul.orange{list-style:none}.error-404 .items-list li{margin-bottom:8px;display:block;position:relative}.error-404 .items-list .fa{display:block;float:left;font-size:6px;line-height:16px}.error-404 .items-list a{display:block;margin-left:16px;line-height:1.2em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;text-decoration:none;color:#464646}.error-404 .items-list a:hover{color:#f60}.error-404 .title{font-size:16px;padding-top:12px}.error-404 h2{color:#f60;font-size:30px;line-height:30px;font-weight:400}.error-404 .figure{display:block;color:#f60;float:left;font-size:96px;margin-right:22px;line-height:1em}.sharing_block .social-likes{margin:0;background:#fff;min-height:unset;padding:5px}.sharing_block .social-likes.fixed{position:fixed;top:0;z-index:1000;box-shadow:0 0 2px #aaa;border-radius:0 0 3px 3px}.sharing_block .social-likes__widget{margin:0;border-radius:2px;float:left}.sharing_block .social-likes__widget:not(:first-child){margin-left:5px}.sharing_block .social-likes__button{padding:.04em .15em .18em 1.65em}.news_sharing:after{content:"";display:block;clear:both}.article_sharing .sharing_block,.article_sharing h5{display:inline-block;vertical-align:middle}.news_sharing .sharing_block{float:right}.article_sharing{border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;border-left:2px solid #F60;margin:15px -20px 0;padding:10px 20px;background-color:#fff}.article_sharing .sharing_block .social-likes{padding:0}.article_sharing h5{margin:0 10px 0 0;font-size:14px;font-weight:500;color:#999}.filters .links_block,.filters .period_block{margin-bottom:30px;text-align:center}.filter_form{background-color:#fff;border-radius:3px}.filter_form_header{background-color:#f60;text-align:center;color:#fff;border-radius:3px 3px 0 0;line-height:40px;font-size:13px;font-weight:700}.filter_form_clear_all{border-left:1px solid #eee;border-right:1px solid #eee}.filter_form_clear_all a{display:block;padding:10px;background:#f2f2f2;text-decoration:none}.filter_form_clear_all span{display:inline-block;vertical-align:middle;margin-left:5px;color:#464646;border-bottom:1px dotted #464646}.filter_form ul{padding-left:0}.filter_block_label,.filter_form li label{padding:5px 10px;display:block}.filter_form .filters{border:1px solid #eee;border-top:0;border-radius:0 0 3px 3px}.filter_block_label{color:#f60;font-size:16px;font-weight:700;cursor:pointer}.filter_block_label:after{content:"";display:block;clear:both}.filter_block_label+ul{margin-top:0}.filter_block_label i{float:right;color:#898989}.filters input[type=checkbox]{display:none}.filters input[type=checkbox]+label{cursor:pointer}.filters input[type=checkbox]+label span{display:inline-block;vertical-align:top;width:-webkit-calc(100% - 20px);width:calc(100% - 20px)}.filters input[type=checkbox]+label span i{font-style:normal;color:#b3b3b3}.filters input[type=checkbox]+label:hover{background:#eee}.filters input[type=checkbox]:checked+label{background:#ffbc88}.filters input[type=checkbox]+label:before{content:"";display:inline-block;vertical-align:middle;margin-right:5px;width:10px;height:10px;border:1px solid #c2c2c2;border-radius:2px;background:#fff}.filters input[type=checkbox]:checked+label:before{background:url(../img/cc.png) 1px 1px no-repeat #fff}.filter_help_text{display:block;color:#a3a3a3;line-height:1.2;padding:0 10px}.filters .links_block{margin-top:-15px}.filters .links_block a,.filters .period_block a{display:inline-block;margin-bottom:5px;text-decoration:none;border-bottom:1px dashed #f60}#get_filters{display:block;background-color:#f60;text-align:center;color:#fff;border-radius:3px;line-height:40px;font-size:12px;font-weight:700;text-decoration:none}#id_date_from,#id_date_to,.filterPeriod,.none,label[for=id_date_from],label[for=id_date_to]{display:none}.filterPeriod{width:530px}#filter_form_wraper{position:relative}.filters_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.7);display:none}#expo_b_aside_2>a{display:block;text-align:center;margin-top:15px}ul.orange{padding-left:25px}ul.orange li:before{content:'•';color:#F60;margin-right:30px;font-size:18px;line-height:inherit}ul.checked{list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0RDgyMDE2NEMzRENFMzExOTc2OEQwODY2QzY0MTY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCODk5MUY3MDlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCODk5MUY2RjlDNDgxMUU2OUI3REU4RTIyMEQwNTVDQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MGFiYjJjOC1kNTUzLTVlNDQtOTM1NC1lZDA0ZDI1ZGQ3ZGMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMmU2ZDI0NS0yM2NkLTExZTYtODdiNy1jYTVkZWJmZmMzZTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4kZ+7fAAABq0lEQVR42qzUO0ibURjG8URihSraC0gFpSCuCrVegnaoF8Sl4FCRiuBmRaSQENDNRekggnXwMlQFxcFBEVsRrHERoRoXRdtBvICDUMwidJBC+j/yBE4ODaaQAz++c97vyxPek/PFG4lEPGkYPvh9aQh6gWnE4mHPUI0j1OMWYTTrftiqz6rmRRBDuECjCXuNZSzh2hTxGweam3Gs+Y3CsnV9ixM04NLLnh0ymcB4im0VYgXl+IUaBd5t3Ccs/sf+fEWBWm6JB5mRgW481LoDT5MEVWFTQWb0YMd+wIS91B7MYw77qHCCXmEDj7WewWfUumH96v1KtefYxnutS/EFuVr/QK+Cn7hhXchBCCOqZ2ESC1hDnup/0Klfu03HJeHkFuvqUaD5goDW75x2h7Gn+SPku2GmnahVC+oacILOMGit17Hrttln7YcdOOrUQmovPvx444bZbSYL/K63xB4ptRkfMQWad3BLa899bbajKMlBjWnvVv9xrw6VbtgpplCGBzo/poVMa+6z5uaZVgzogCeEfcBPjOlfwLR8jibNo069BB/1uW922F8BBgAx/1yfsUyMnAAAAABJRU5ErkJggg==)}ul.checked li{padding-left:17px}ol.numeric{counter-reset:myCounter;padding-left:25px}ol.numeric li:before{counter-increment:myCounter;content:counter(myCounter)'.';color:#a8a8a8;margin-right:20px;font-weight:700;font-size:18px;line-height:18px;vertical-align:middle}blockquote{margin-right:0;margin-left:0;border-left:2px solid #F60;padding-left:15px;font-style:italic;font-size:16px}.article_comments,.full_sharing,.recommended_articles{border-top:1px dashed #ccc;margin-left:-20px;margin-right:-20px}.full_sharing{padding:28px 20px;border-bottom:1px dashed #ccc}.full_sharing .social-likes__button{font-weight:500}.recommended_articles{padding:33px 20px}.recommended_articles h2{font-size:40px;font-weight:100;line-height:1;color:#333;margin-bottom:30px}.recommended_articles .articles{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.recommended_articles .article{width:217px}.recommended_articles img{margin-bottom:25px}.recommended_articles a{font-size:14px;font-weight:700;color:#333;text-decoration:none}.recommended_articles a:hover{text-decoration:underline;color:#F60}.recommended_articles time{display:block;padding-top:7px}.recommended_articles time i{color:#F60}.article_comments{padding:33px 20px 0}.article_comments h2{font-size:40px;font-weight:100;line-height:1;color:#333;margin-bottom:30px}.article_comments form button{margin-top:15px}.comment{padding:20px}.comment_author{font-size:18px;color:#F60;margin-bottom:8px}.comment_author time{margin-left:20px;border-left:1px solid #ccc;padding-left:20px;line-height:inherit;font-size:13px;color:#666}.comment_author time i{color:#F60}.comment_text{font-size:14px;color:#333;line-height:1.3;margin-bottom:10px}.comment a{text-decoration:none}.comment a span{color:#333;margin-left:5px}.comment a:hover span{color:#F60;text-decoration:underline}.comment>.comment{margin:45px 0 0 100px;border:1px solid #f4f4f3;background-color:#f8faf9;border-radius:3px;position:relative}.comment>.comment:before{content:'';display:block;width:20px;height:20px;background:url(../../img/comment_arrow.png);position:absolute;left:20px;top:-19px}.connference_speakers h3{font:600 28px dindisplay_pro;color:#000}.speakers_slider>.speaker:not(:first-child){display:none}.speakers_slider{margin:0 auto;width:872px}.speakers_slider .speaker{width:196px;margin:0 11px}.speaker_img{position:relative;border-radius:3px}.speaker_img .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,102,0,.8);color:#fff;padding:10px;vertical-align:middle;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;border-radius:3px}.speaker_img .overlay span{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;text-align:center}.speakers_slider .speaker:hover .overlay{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.speakers_slider .speaker h5{font:600 18px dindisplay_pro;color:#464646;text-align:center;margin-bottom:0}.speakers_slider .speaker>span{display:block;text-align:center;color:#F60}.speakers_slider .slick-prev:before{content:'‹';font-family:Arial,sans-serif;color:#b7b7b6;font-size:38px;font-weight:100}.speakers_slider .slick-next:before{content:'›';font-family:Arial,sans-serif;color:#b7b7b6;font-size:38px;font-weight:100}.last_photos_slider .slick-next:before,.last_photos_slider .slick-prev:before{font-family:dindisplay_pro,sans-serif;color:#b7b7b6;font-size:80px;font-weight:100}.last_photos_slider{margin-bottom:22px;border-radius:5px}.last_photos_slider>img:not(:first-child),.last_photos_thumbs>img:not(:first-child){display:none}.last_photos_slider .slick-prev{left:0;top:0;bottom:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;background:rgba(0,0,0,.5);height:100%;z-index:100;width:60px;text-align:center}.last_photos_slider .slick-next:focus,.last_photos_slider .slick-prev:focus{background:rgba(0,0,0,.5)}.last_photos_slider .slick-prev:before{content:'‹'}.last_photos_slider .slick-prev:hover{background:rgba(0,0,0,.8)}.last_photos_slider .slick-next{top:0;right:0;bottom:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;background:rgba(0,0,0,.5);height:100%;z-index:100;width:60px;text-align:center}.last_photos_slider .slick-next:before{content:'›'}.last_photos_slider .slick-next:hover{background:rgba(0,0,0,.8)}.conference_about h2{font-weight:500;color:#000;font-size:28px}.conference_about .ied-text{font:16px/28px dindisplay_pro,sans-serif;color:#333}.i-photo-slides h2{font-family:dindisplay_pro,sans-serif;font-size:28px;color:#000}.last_photos_thumbs{width:765px;margin:0 auto}.last_photos_thumbs img{margin:0 10px}.top_page_banner{display:block;width:1200px;height:130px;margin:10px auto;background-color:#00A6C7}.conference_interested{background-color:#fff;border:1px solid #f8f8f6;border-radius:3px;padding:22px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.conference_for{-webkit-box-flex:5;-webkit-flex:5;-moz-box-flex:5;-ms-flex:5;flex:5}.confererence_price{-webkit-box-flex:2;-webkit-flex:2;-moz-box-flex:2;-ms-flex:2;flex:2}.conference_interested h3{font:400 22px dindisplay_pro,sans-serif;color:#000;margin:0 0 20px}.conference_for h3:before{content:'';display:inline-block;width:16px;height:18px;background:url(../img/sprites.png) -384px -108px;margin-right:10px}.confererence_price h3:before{content:'';display:inline-block;width:22px;height:18px;background:url(../img/sprites.png) -407px -109px;margin-right:5px}.conference_for ul{padding-left:0}.conference_for li{-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:-webkit-calc(100%/3);width:calc(100%/3);border-bottom:1px dotted #e8e8e8;font:italic 300 14px dindisplay_pro,sans-serif;color:#999;padding-left:20px;line-height:30px}.conference_price{-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:43px;background-color:#fff5eb;border:1px solid #f4b576;border-left:0;padding:0 15px;border-radius:0 3px 3px 0;font:400 22px dindisplay_pro,sans-serif;line-height:39px;color:#f60;position:relative}.conf_place,.place_detail{-moz-box-sizing:border-box}.conference_price:before{content:"";display:inline-block;vertical-align:middle;width:14px;height:40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0RDgyMDE2NEMzRENFMzExOTc2OEQwODY2QzY0MTY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOUQwQUJFQUFBNDExMUU2OThBREVBQTJBRjU0MzcxNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOUQwQUJFOUFBNDExMUU2OThBREVBQTJBRjU0MzcxNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphYjE0NjJhNy1lN2FkLTIzNDktOGRhYy05M2UyOTljYjIxYzUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3YWRjMTQ1YS04YTJkLTExZTYtODkxZS1hOGNhNWExYjdhZWYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7XRKkHAAACeklEQVR42pyWz2sTQRTH3+zsz9T8Am1qW9LaBko3EIqKQitqEVREgxfRg+KlKvgDPEj9G0TbS1GE4sVrperBHvRi/XUSbMUIotRQUYk9xNrG/Nrd8e1Qa02z290+eMwsO59833sz+yaEMQZerTBxdT8ON9ETxCuIUD+RtCeKnqY0GgcRvNuokjxKaaSVP4gelLpxGBG0SOdfyDbHUBEgOFwgonpd2tKnSs09uFpwBxGScbgjhJpPqvoRIGpo1ZpV4BI0Rjcm0qqeBhBo3Yjq5TgqbupKK/rh/0JzVUS1c0Kw6bbWcwKASq5FWwYRaiOinNG2nW4gWmTNvVkZy5DU1usJWlZEtRRRglOBnWeIUzGcFC9Krds9QxxENQ2rd1yM6eDHbMU+Gm4JETngG+ynkTj4NfsApIRgzHmFZUJl5ikYufcAuHNikw5yx14OJogWdeQqM5NglQug7b7Cn8tvx6CSfclDbXTLz8hlQEkdA9wu7vbc+D7NwQ2Eyr5ztEHTzsOxCLEkhncPWHkBWGmez8XNKQ7OsepvR1Du2AOCEoDi5A0oPhvmc7l9Fy9O1iotxKkadoiJgpzYx7021ClrMbeuHF+Y+ey6wMdmfrbCzIo/sOHQtXmwjHHTPhk+FW0bqX55jUfK8gei6iurmJ+ofpv2rWjb5ern50VW+uUPRNWPzCgPljIP8YswvPWcmoZ8V2zsOqV0u/fVem8GjB8fxkvv7rsqO90ddte6hc35rJpM490R9gau+IHzRFSGpPZeVWrZuvZtVed+HBYC0YPajoF/L2zQiy8+GvxkfH3DWGGOu+DjlF0qZx6Y5s9Zb6HWhH1g6V9H5x8BBgA34gsmw854LQAAAABJRU5ErkJggg==);position:absolute;top:0;left:-13px}.conf_extra .file:before,.conf_extra .globe:before{content:'';height:17px;display:inline-block}.conf_extra li{display:inline-block;margin-right:50px}.conf_extra a{text-decoration:none;font-family:dindisplay_pro,sans-serif}.conf_extra span{display:inline-block;text-decoration:underline;margin-left:5px;font-size:16px}.conf_extra a:hover span,h1 .preview_toggle{text-decoration:none}.conf_extra i{display:inline-block;vertical-align:middle}.conf_extra .globe:before{width:17px;background:url(../img/sprites.png) -423px -31px}.conf_extra .file:before{width:14px;background:url(../img/sprites.png) -425px -12px}.conf_visitors h3{font:500 28px dindisplay_pro,sans-serif;margin-bottom:15px}.conf_visitors .visitors-list{padding-left:0}.conf_visitors .visitors-list li{display:inline-block;width:25%}.conf_visitors .visitors-list a{display:block;font:400 14px dindisplay_pro,sans-serif;color:#464646;padding-left:15px;line-height:1.5;border-left:2px solid #F60}.conf_comments form h3,.conf_comments form p,.place_detail,.place_image{display:inline-block;vertical-align:top}.conf_comments,.place_detail{font-family:dindisplay_pro,sans-serif}.conf_visitors .visitors-list a:hover{color:#F60}.conf_place{border:1px solid #f8f8f6;background-color:#fff;border-radius:5px;padding:0 20px 20px;box-sizing:border-box;margin-top:40px}.place_detail{box-sizing:border-box;width:-webkit-calc(100% - 350px);width:calc(100% - 350px);padding-right:35px;padding-top:35px}.place_detail h3{font-size:28px;margin-top:0}.place_detail h4{color:#F60;font-size:22px;font-weight:400;text-transform:uppercase;margin-top:0}.conf_comments form button,.twitter_email_form button{margin-top:15px}.place_detail h4 i{margin-left:5px}.place_image{width:350px}.place_detail .grey{font-size:15px;color:#999}.place_detail p{font-size:16px;color:#333;line-height:28px}.сomment_form textarea.error{border:2px solid #d80000;padding:4px}.conf_comments{padding-top:30px}.conf_comments h2{font:500 28px dindisplay_pro}.conf_comments .сomment_form{border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:20px 0}.conf_comments form h3{width:195px;font-size:16px}.conf_comments form p{width:-webkit-calc(100% - 195px);width:calc(100% - 195px)}.conf_comments form label{display:none}.conf_comments form textarea{border-color:#e8e8e7;border-radius:0;box-shadow:none;height:119px}.сomment_form .delete_parent{display:inline-block;vertical-align:middle;margin-left:25px;text-decoration:none;font-size:16px;padding-top:12px}.сomment_form .delete_parent i{color:#666}.сomment_form .delete_parent:hover i{color:#F60}.conf_sharing{text-align:center;padding-top:20px}.conf_sharing .social-likes__button{border-radius:3px;font-weight:500}.new_article{font-size:16px;line-height:28px}.new_article img{min-width:100%;height:auto!important}.white_block{background-color:#fff;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc}.ib-main .addcalendar:hover,.ib-main .removecalendar,.ib-main .removecalendar:hover{background-color:#ef3976;border-color:#ef3976}.new_article .white_block{margin-left:-20px;margin-right:-20px;padding:0 20px}.new_article.hidden{display:none}h1 .preview_toggle{float:right;border:1px solid #ccc;color:#838383;text-transform:uppercase;font:14px/38px dindisplay_pro,sans-serif;width:180px;text-align:center;border-radius:3px;margin-left:15px}h1 .preview_toggle:hover{border-color:#F60;color:#F60}.twitter_email_form input{max-width:300px}.twitter_email_form .errorlist{margin:0;list-style:none;padding-left:0;color:#d80000}.no_login{font-size:18px}.conference_themes .i-subj{width:35%;padding-left:25px;-moz-box-sizing:border-box;box-sizing:border-box}.conference_themes .i-tags{width:65%}.ib-main .note-wrap,.ib-main .note-wrap+a,.ib-main a+a{margin-left:5px}.ib-main .addcalendar{color:#ef3976;border-color:#ef3976}.ib-main .addcalendar:hover{color:#fff}.ib-main .addcalendar:before{background-position:-406px -90px} \ No newline at end of file diff --git a/static/client/img/sprites.png b/static/client/img/sprites.png index d59322af3cfe399830264748cb9032946cc755f7..d61bf472237c481e94d1eb6890b749fb0c1f9df2 100644 GIT binary patch literal 52175 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

~gpVz7##$rXkZbqS>p6ItD#EParZ0yA0xPsMW&j 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
    9)5pQheV>q={7tfI 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.width()?.9*r.width():h[0],f=Math.abs(i("#mCSB_"+n.idx+"_container")[0].offsetLeft),g=l[1][0].offsetLeft,m=l[1].parent().width()-l[1].width(),v=e.deltaX||e.deltaY||a;else var c="y",h=[Math.round(s*n.scrollRatio.y),parseInt(o.mouseWheel.scrollAmount)],u="auto"!==o.mouseWheel.scrollAmount?h[1]:h[0]>=r.height()?.9*r.height():h[0],f=Math.abs(i("#mCSB_"+n.idx+"_container")[0].offsetTop),g=l[0][0].offsetTop,m=l[0].parent().height()-l[0].height(),v=e.deltaY||a;"y"===c&&!n.overflowed[0]||"x"===c&&!n.overflowed[1]||(o.mouseWheel.invert&&(v=-v),o.mouseWheel.normalizeDelta&&(v=0>v?-1:1),(v>0&&0!==g||0>v&&g!==m||o.mouseWheel.preventDefault)&&(e.stopImmediatePropagation(),e.preventDefault()),p._scrollTo(t,(f-v*u).toString(),{dir:c}))}})}},_disableMousewheel:function(e,t){var n=t.nodeName.toLowerCase(),o=e.data(a).opt.mouseWheel.disableOver,s=["select","textarea"];return i.inArray(n,o)>-1&&!(i.inArray(n,s)>-1&&!i(t).is(":focus"))},_draggerRail:function(){var e=i(this),t=e.data(a),n=a+"_"+t.idx,o=i("#mCSB_"+t.idx+"_container"),s=o.parent(),r=i(".mCSB_"+t.idx+"_scrollbar .mCSB_draggerContainer");r.bind("touchstart."+n+" pointerdown."+n+" MSPointerDown."+n,function(e){h=!0}).bind("touchend."+n+" pointerup."+n+" MSPointerUp."+n,function(e){h=!1}).bind("click."+n,function(n){if(i(n.target).hasClass("mCSB_draggerContainer")||i(n.target).hasClass("mCSB_draggerRail")){p._stop(e);var a=i(this),r=a.find(".mCSB_dragger");if(a.parent(".mCSB_scrollTools_horizontal").length>0){if(!t.overflowed[1])return;var l="x",c=n.pageX>r.offset().left?-1:1,d=Math.abs(o[0].offsetLeft)-c*(.9*s.width())}else{if(!t.overflowed[0])return;var l="y",c=n.pageY>r.offset().top?-1:1,d=Math.abs(o[0].offsetTop)-c*(.9*s.height())}p._scrollTo(e,d.toString(),{dir:l,scrollEasing:"mcsEaseInOut"})}})},_focus:function(){var e=i(this),n=e.data(a),o=n.opt,s=a+"_"+n.idx,r=i("#mCSB_"+n.idx+"_container"),l=r.parent();r.bind("focusin."+s,function(n){var a=i(t.activeElement),s=r.find(".mCustomScrollBox").length,c=0;a.is(o.advanced.autoScrollOnFocus)&&(p._stop(e),clearTimeout(e[0]._focusTimeout),e[0]._focusTimer=s?(c+17)*s:0,e[0]._focusTimeout=setTimeout(function(){var t=[a.offset().top-r.offset().top,a.offset().left-r.offset().left],i=[r[0].offsetTop,r[0].offsetLeft],n=[i[0]+t[0]>=0&&i[0]+t[0]=0&&i[0]+t[1]a");l.bind("mousedown."+s+" touchstart."+s+" pointerdown."+s+" MSPointerDown."+s+" mouseup."+s+" touchend."+s+" pointerup."+s+" MSPointerUp."+s+" mouseout."+s+" pointerout."+s+" MSPointerOut."+s+" click."+s,function(a){function s(t,i){o.scrollAmount=n.snapAmount||n.scrollButtons.scrollAmount,p._sequentialScroll.call(this,e,t,i)}if(a.preventDefault(),p._mouseBtnLeft(a)){var r=i(this).attr("class");switch(o.type=n.scrollButtons.scrollType,a.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===o.type)return;h=!0,t.tweenRunning=!1,s("on",r);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===o.type)return;h=!1,o.dir&&s("off",r);break;case"click":if("stepped"!==o.type||t.tweenRunning)return;s("on",r)}}})},_keyboard:function(){var e=i(this),n=e.data(a),o=n.opt,s=n.sequential,r=a+"_"+n.idx,l=i("#mCSB_"+n.idx),c=i("#mCSB_"+n.idx+"_container"),d=c.parent(),h="input,textarea,select,datalist,keygen,[contenteditable='true']";l.attr("tabindex","0").bind("blur."+r+" keydown."+r+" keyup."+r,function(a){function r(t,i){s.type=o.keyboard.scrollType,s.scrollAmount=o.snapAmount||o.keyboard.scrollAmount,"stepped"===s.type&&n.tweenRunning||p._sequentialScroll.call(this,e,t,i)}switch(a.type){case"blur":n.tweenRunning&&s.dir&&r("off",null);break;case"keydown":case"keyup":var l=a.keyCode?a.keyCode:a.which,u="on";if("x"!==o.axis&&(38===l||40===l)||"y"!==o.axis&&(37===l||39===l)){if((38===l||40===l)&&!n.overflowed[0]||(37===l||39===l)&&!n.overflowed[1])return;"keyup"===a.type&&(u="off"),i(t.activeElement).is(h)||(a.preventDefault(),a.stopImmediatePropagation(),r(u,l))}else if(33===l||34===l){if((n.overflowed[0]||n.overflowed[1])&&(a.preventDefault(),a.stopImmediatePropagation()),"keyup"===a.type){p._stop(e);var f=34===l?-1:1;if("x"===o.axis||"yx"===o.axis&&n.overflowed[1]&&!n.overflowed[0])var g="x",m=Math.abs(c[0].offsetLeft)-f*(.9*d.width());else var g="y",m=Math.abs(c[0].offsetTop)-f*(.9*d.height());p._scrollTo(e,m.toString(),{dir:g,scrollEasing:"mcsEaseInOut"})}}else if((35===l||36===l)&&!i(t.activeElement).is(h)&&((n.overflowed[0]||n.overflowed[1])&&(a.preventDefault(),a.stopImmediatePropagation()),"keyup"===a.type)){if("x"===o.axis||"yx"===o.axis&&n.overflowed[1]&&!n.overflowed[0])var g="x",m=35===l?Math.abs(d.width()-c.outerWidth(!1)):0;else var g="y",m=35===l?Math.abs(d.height()-c.outerHeight(!1)):0;p._scrollTo(e,m.toString(),{dir:g,scrollEasing:"mcsEaseInOut"})}}})},_sequentialScroll:function(e,t,n){function o(t){var i="stepped"!==c.type,n=t?i?l.scrollInertia/1.5:l.scrollInertia:1e3/60,a=t?i?7.5:40:2.5,s=[Math.abs(d[0].offsetTop),Math.abs(d[0].offsetLeft)],h=[r.scrollRatio.y>10?10:r.scrollRatio.y,r.scrollRatio.x>10?10:r.scrollRatio.x],u="x"===c.dir[0]?s[1]+c.dir[1]*(h[1]*a):s[0]+c.dir[1]*(h[0]*a),f="x"===c.dir[0]?s[1]+c.dir[1]*parseInt(c.scrollAmount):s[0]+c.dir[1]*parseInt(c.scrollAmount),g="auto"!==c.scrollAmount?f:u,m=t?i?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",v=t?!0:!1;return t&&17>n&&(g="x"===c.dir[0]?s[1]:s[0]),p._scrollTo(e,g.toString(),{dir:c.dir[0],scrollEasing:m,dur:n,onComplete:v}),t?void(c.dir=!1):(clearTimeout(c.step),void(c.step=setTimeout(function(){o()},n)))}function s(){clearTimeout(c.step),p._stop(e)}var r=e.data(a),l=r.opt,c=r.sequential,d=i("#mCSB_"+r.idx+"_container"),h="stepped"===c.type?!0:!1;switch(t){case"on":if(c.dir=["mCSB_buttonRight"===n||"mCSB_buttonLeft"===n||39===n||37===n?"x":"y","mCSB_buttonUp"===n||"mCSB_buttonLeft"===n||38===n||37===n?-1:1],p._stop(e),p._isNumeric(n)&&"stepped"===c.type)return;o(h);break;case"off":s(),(h||r.tweenRunning&&c.dir)&&o(!0)}},_arr:function(e){var t=i(this).data(a).opt,n=[];return"function"==typeof e&&(e=e()),e instanceof Array?n=e.length>1?[e[0],e[1]]:"x"===t.axis?[null,e[0]]:[e[0],null]:(n[0]=e.y?e.y:e.x||"x"===t.axis?null:e,n[1]=e.x?e.x:e.y||"y"===t.axis?null:e),"function"==typeof n[0]&&(n[0]=n[0]()),"function"==typeof n[1]&&(n[1]=n[1]()),n},_to:function(e,t){if(null!=e&&"undefined"!=typeof e){var n=i(this),o=n.data(a),s=o.opt,r=i("#mCSB_"+o.idx+"_container"),l=r.parent(),c=typeof e;t||(t="x"===s.axis?"x":"y");var d="x"===t?r.outerWidth(!1):r.outerHeight(!1),h="x"===t?r.offset().left:r.offset().top,f="x"===t?r[0].offsetLeft:r[0].offsetTop,g="x"===t?"left":"top";switch(c){case"function":return e();case"object":if(e.nodeType)var m="x"===t?i(e).offset().left:i(e).offset().top;else if(e.jquery){if(!e.length)return;var m="x"===t?e.offset().left:e.offset().top}return m-h;case"string":case"number":if(p._isNumeric.call(null,e))return Math.abs(e);if(-1!==e.indexOf("%"))return Math.abs(d*parseInt(e)/100);if(-1!==e.indexOf("-="))return Math.abs(f-parseInt(e.split("-=")[1]));if(-1!==e.indexOf("+=")){var v=f+parseInt(e.split("+=")[1]);return v>=0?0:Math.abs(v)}if(-1!==e.indexOf("px")&&p._isNumeric.call(null,e.split("px")[0]))return Math.abs(e.split("px")[0]);if("top"===e||"left"===e)return 0;if("bottom"===e)return Math.abs(l.height()-r.outerHeight(!1));if("right"===e)return Math.abs(l.width()-r.outerWidth(!1));if("first"===e||"last"===e){var w=r.find(":"+e),m="x"===t?i(w).offset().left:i(w).offset().top;return m-h}if(i(e).length){var m="x"===t?i(e).offset().left:i(e).offset().top;return m-h}return r.css(g,e),void u.update.call(null,n[0])}}},_autoUpdate:function(e){function t(){clearTimeout(h[0].autoUpdate),h[0].autoUpdate=setTimeout(function(){return d.advanced.updateOnSelectorChange&&(f=s(),f!==x)?(r(),void(x=f)):(d.advanced.updateOnContentResize&&(g=[h.outerHeight(!1),h.outerWidth(!1),v.height(),v.width(),b()[0],b()[1]],(g[0]!==y[0]||g[1]!==y[1]||g[2]!==y[2]||g[3]!==y[3]||g[4]!==y[4]||g[5]!==y[5])&&(r(),y=g)),d.advanced.updateOnImageLoad&&(m=n(),m!==C&&(h.find("img").each(function(){o(this.src)}),C=m)),void((d.advanced.updateOnSelectorChange||d.advanced.updateOnContentResize||d.advanced.updateOnImageLoad)&&t()))},60)}function n(){var e=0;return d.advanced.updateOnImageLoad&&(e=h.find("img").length),e}function o(e){function t(e,t){return function(){return t.apply(e,arguments)}}function i(){this.onload=null,r()}var n=new Image;n.onload=t(n,i),n.src=e}function s(){d.advanced.updateOnSelectorChange===!0&&(d.advanced.updateOnSelectorChange="*");var e=0,t=h.find(d.advanced.updateOnSelectorChange);return d.advanced.updateOnSelectorChange&&t.length>0&&t.each(function(){e+=i(this).height()+i(this).width()}),e}function r(){clearTimeout(h[0].autoUpdate),u.update.call(null,l[0])}var l=i(this),c=l.data(a),d=c.opt,h=i("#mCSB_"+c.idx+"_container");if(e)return clearTimeout(h[0].autoUpdate),void p._delete.call(null,h[0].autoUpdate);var f,g,m,v=h.parent(),w=[i("#mCSB_"+c.idx+"_scrollbar_vertical"),i("#mCSB_"+c.idx+"_scrollbar_horizontal")],b=function(){return[w[0].is(":visible")?w[0].outerHeight(!0):0,w[1].is(":visible")?w[1].outerWidth(!0):0]},x=s(),y=[h.outerHeight(!1),h.outerWidth(!1),v.height(),v.width(),b()[0],b()[1]],C=n();t()},_snapAmount:function(e,t,i){return Math.round(e/t)*t-i},_stop:function(e){var t=e.data(a),n=i("#mCSB_"+t.idx+"_container,#mCSB_"+t.idx+"_container_wrapper,#mCSB_"+t.idx+"_dragger_vertical,#mCSB_"+t.idx+"_dragger_horizontal");n.each(function(){p._stopTween.call(this)})},_scrollTo:function(e,t,n){function o(e){return l&&c.callbacks[e]&&"function"==typeof c.callbacks[e]}function s(){return[c.callbacks.alwaysTriggerOffsets||b>=x[0]+C,c.callbacks.alwaysTriggerOffsets||-S>=b]}function r(){var t=[f[0].offsetTop,f[0].offsetLeft],i=[v[0].offsetTop,v[0].offsetLeft],a=[f.outerHeight(!1),f.outerWidth(!1)],o=[u.height(),u.width()];e[0].mcs={content:f,top:t[0],left:t[1],draggerTop:i[0],draggerLeft:i[1],topPct:Math.round(100*Math.abs(t[0])/(Math.abs(a[0])-o[0])),leftPct:Math.round(100*Math.abs(t[1])/(Math.abs(a[1])-o[1])),direction:n.dir}}var l=e.data(a),c=l.opt,d={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:c.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},n=i.extend(d,n),h=[n.dur,n.drag?0:n.dur],u=i("#mCSB_"+l.idx),f=i("#mCSB_"+l.idx+"_container"),g=c.callbacks.onTotalScrollOffset?p._arr.call(e,c.callbacks.onTotalScrollOffset):[0,0],m=c.callbacks.onTotalScrollBackOffset?p._arr.call(e,c.callbacks.onTotalScrollBackOffset):[0,0];if(l.trigger=n.trigger,"_resetY"!==t||l.contentReset.y||(o("onOverflowYNone")&&c.callbacks.onOverflowYNone.call(e[0]),l.contentReset.y=1),"_resetX"!==t||l.contentReset.x||(o("onOverflowXNone")&&c.callbacks.onOverflowXNone.call(e[0]),l.contentReset.x=1),"_resetY"!==t&&"_resetX"!==t){switch(!l.contentReset.y&&e[0].mcs||!l.overflowed[0]||(o("onOverflowY")&&c.callbacks.onOverflowY.call(e[0]),l.contentReset.x=null),!l.contentReset.x&&e[0].mcs||!l.overflowed[1]||(o("onOverflowX")&&c.callbacks.onOverflowX.call(e[0]),l.contentReset.x=null),c.snapAmount&&(t=p._snapAmount(t,c.snapAmount,c.snapOffset)),n.dir){case"x":var v=i("#mCSB_"+l.idx+"_dragger_horizontal"),w="left",b=f[0].offsetLeft,x=[u.width()-f.outerWidth(!1),v.parent().width()-v.width()],y=[t,0===t?0:t/l.scrollRatio.x],C=g[1],S=m[1],_=C>0?C/l.scrollRatio.x:0,T=S>0?S/l.scrollRatio.x:0;break;case"y":var v=i("#mCSB_"+l.idx+"_dragger_vertical"),w="top",b=f[0].offsetTop,x=[u.height()-f.outerHeight(!1),v.parent().height()-v.height()],y=[t,0===t?0:t/l.scrollRatio.y],C=g[0],S=m[0],_=C>0?C/l.scrollRatio.y:0,T=S>0?S/l.scrollRatio.y:0}y[1]<0||0===y[0]&&0===y[1]?y=[0,0]:y[1]>=x[1]?y=[x[0],x[1]]:y[0]=-y[0],e[0].mcs||r(),clearTimeout(f[0].onCompleteTimeout),(l.tweenRunning||!(0===b&&y[0]>=0||b===x[0]&&y[0]<=x[0]))&&(p._tweenTo.call(null,v[0],w,Math.round(y[1]),h[1],n.scrollEasing),p._tweenTo.call(null,f[0],w,Math.round(y[0]),h[0],n.scrollEasing,n.overwrite,{onStart:function(){n.callbacks&&n.onStart&&!l.tweenRunning&&(o("onScrollStart")&&(r(),c.callbacks.onScrollStart.call(e[0])),l.tweenRunning=!0,p._onDragClasses(v),l.cbOffsets=s())},onUpdate:function(){n.callbacks&&n.onUpdate&&o("whileScrolling")&&(r(),c.callbacks.whileScrolling.call(e[0]))},onComplete:function(){if(n.callbacks&&n.onComplete){"yx"===c.axis&&clearTimeout(f[0].onCompleteTimeout);var t=f[0].idleTimer||0;f[0].onCompleteTimeout=setTimeout(function(){o("onScroll")&&(r(),c.callbacks.onScroll.call(e[0])),o("onTotalScroll")&&y[1]>=x[1]-_&&l.cbOffsets[0]&&(r(),c.callbacks.onTotalScroll.call(e[0])),o("onTotalScrollBack")&&y[1]<=T&&l.cbOffsets[1]&&(r(),c.callbacks.onTotalScrollBack.call(e[0])),l.tweenRunning=!1,f[0].idleTimer=0,p._onDragClasses(v,"hide")},t)}}}))}},_tweenTo:function(t,i,n,a,o,s,r){function l(){t._mcsstop||(x||m.call(),x=p._getTime()-b,c(),x>=t._mcstime&&(t._mcstime=x>t._mcstime?x+f-(x-t._mcstime):x+f-1,t._mcstime0?(t._mcscurrVal=u(t._mcstime,y,S,a,o),C[i]=Math.round(t._mcscurrVal)+"px"):C[i]=n+"px",v.call()}function d(){f=1e3/60,t._mcstime=x+f,g=e.requestAnimationFrame?e.requestAnimationFrame:function(e){return c(),setTimeout(e,.01)},t._mcsid=g(l)}function h(){null!=t._mcsid&&(e.requestAnimationFrame?e.cancelAnimationFrame(t._mcsid):clearTimeout(t._mcsid),t._mcsid=null)}function u(e,t,i,n,a){switch(a){case"linear":case"mcsLinear":return i*e/n+t;case"mcsLinearOut":return e/=n,e--,i*Math.sqrt(1-e*e)+t;case"easeInOutSmooth":return e/=n/2,1>e?i/2*e*e+t:(e--,-i/2*(e*(e-2)-1)+t);case"easeInOutStrong":return e/=n/2,1>e?i/2*Math.pow(2,10*(e-1))+t:(e--,i/2*(-Math.pow(2,-10*e)+2)+t);case"easeInOut":case"mcsEaseInOut":return e/=n/2,1>e?i/2*e*e*e+t:(e-=2,i/2*(e*e*e+2)+t);case"easeOutSmooth":return e/=n,e--,-i*(e*e*e*e-1)+t;case"easeOutStrong":return i*(-Math.pow(2,-10*e/n)+1)+t;case"easeOut":case"mcsEaseOut":default:var o=(e/=n)*e,s=o*e;return t+i*(.499999999999997*s*o+-2.5*o*o+5.5*s+-6.5*o+4*e)}}var f,g,r=r||{},m=r.onStart||function(){},v=r.onUpdate||function(){},w=r.onComplete||function(){},b=p._getTime(),x=0,y=t.offsetTop,C=t.style;"left"===i&&(y=t.offsetLeft);var S=n-y;t._mcsstop=0,"none"!==s&&h(),d()},_getTime:function(){return e.performance&&e.performance.now?e.performance.now():e.performance&&e.performance.webkitNow?e.performance.webkitNow():Date.now?Date.now():(new Date).getTime()},_stopTween:function(){var t=this;null!=t._mcsid&&(e.requestAnimationFrame?e.cancelAnimationFrame(t._mcsid):clearTimeout(t._mcsid),t._mcsid=null,t._mcsstop=1)},_delete:function(e){try{delete e}catch(t){e=null}},_mouseBtnLeft:function(e){return!(e.which&&1!==e.which)},_pointerTouch:function(e){var t=e.originalEvent.pointerType;return!(t&&"touch"!==t&&2!==t)},_isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)}};i.fn[n]=function(e){return u[e]?u[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void i.error("Method "+e+" does not exist"):u.init.apply(this,arguments)},i[n]=function(e){return u[e]?u[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void i.error("Method "+e+" does not exist"):u.init.apply(this,arguments)},i[n].defaults=s,e[n]=!0,i(e).load(function(){i(o)[n]()})})}(window,document),function(e,t,i,n){"use strict";var a=i("html"),o=i(e),s=i(t),r=i.fancybox=function(){r.open.apply(this,arguments)},l=navigator.userAgent.match(/msie/i),c=null,d=t.createTouch!==n,h=function(e){return e&&e.hasOwnProperty&&e instanceof i},u=function(e){return e&&"string"===i.type(e)},p=function(e){return u(e)&&e.indexOf("%")>0},f=function(e){return e&&!(e.style.overflow&&"hidden"===e.style.overflow)&&(e.clientWidth&&e.scrollWidth>e.clientWidth||e.clientHeight&&e.scrollHeight>e.clientHeight)},g=function(e,t){var i=parseInt(e,10)||0;return t&&p(e)&&(i=r.getViewport()[t]/100*i),Math.ceil(i)},m=function(e,t){return g(e,t)+"px"};i.extend(r,{version:"2.1.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,pixelRatio:1,autoSize:!0,autoHeight:!1,autoWidth:!1,autoResize:!0,autoCenter:!d,fitToView:!0,aspectRatio:!1,topRatio:.5,leftRatio:.5,scrolling:"auto",wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3e3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},iframe:{scrolling:"auto",preload:!0},swf:{wmode:"transparent",allowfullscreen:"true",allowscriptaccess:"always"},keys:{next:{13:"left",34:"up",39:"left",40:"up"},prev:{8:"right",33:"down",37:"right",38:"down"},close:[27],play:[32],toggle:[70]},direction:{next:"left",prev:"right"},scrollOutside:!0,index:0,type:null,href:null,content:null,title:null,tpl:{wrap:'
    ',image:'',iframe:'",error:'

    The requested content cannot be loaded.
    Please try again later.

    ',closeBtn:'
    ',next:'',prev:''},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:!0,title:!0},onCancel:i.noop,beforeLoad:i.noop,afterLoad:i.noop,beforeShow:i.noop,afterShow:i.noop,beforeChange:i.noop,beforeClose:i.noop,afterClose:i.noop},group:{},opts:{},previous:null,coming:null,current:null,isActive:!1,isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(e,t){return e&&(i.isPlainObject(t)||(t={}),!1!==r.close(!0))?(i.isArray(e)||(e=h(e)?i(e).get():[e]),i.each(e,function(a,o){var s,l,c,d,p,f,g,m={};"object"===i.type(o)&&(o.nodeType&&(o=i(o)),h(o)?(m={href:o.data("fancybox-href")||o.attr("href"),title:o.data("fancybox-title")||o.attr("title"),isDom:!0,element:o},i.metadata&&i.extend(!0,m,o.metadata())):m=o),s=t.href||m.href||(u(o)?o:null),l=t.title!==n?t.title:m.title||"",c=t.content||m.content,d=c?"html":t.type||m.type,!d&&m.isDom&&(d=o.data("fancybox-type"),d||(p=o.prop("class").match(/fancybox\.(\w+)/),d=p?p[1]:null)),u(s)&&(d||(r.isImage(s)?d="image":r.isSWF(s)?d="swf":"#"===s.charAt(0)?d="inline":u(o)&&(d="html",c=o)),"ajax"===d&&(f=s.split(/\s+/,2),s=f.shift(),g=f.shift())),c||("inline"===d?s?c=i(u(s)?s.replace(/.*(?=#[^\s]+$)/,""):s):m.isDom&&(c=o):"html"===d?c=s:d||s||!m.isDom||(d="inline",c=o)),i.extend(m,{href:s,type:d,content:c,title:l,selector:g}),e[a]=m}),r.opts=i.extend(!0,{},r.defaults,t),t.keys!==n&&(r.opts.keys=t.keys?i.extend({},r.defaults.keys,t.keys):!1),r.group=e,r._start(r.opts.index)):void 0},cancel:function(){var e=r.coming;e&&!1!==r.trigger("onCancel")&&(r.hideLoading(),r.ajaxLoad&&r.ajaxLoad.abort(),r.ajaxLoad=null,r.imgPreload&&(r.imgPreload.onload=r.imgPreload.onerror=null),e.wrap&&e.wrap.stop(!0,!0).trigger("onReset").remove(),r.coming=null,r.current||r._afterZoomOut(e))},close:function(e){r.cancel(),!1!==r.trigger("beforeClose")&&(r.unbindEvents(),r.isActive&&(r.isOpen&&e!==!0?(r.isOpen=r.isOpened=!1,r.isClosing=!0,i(".fancybox-item, .fancybox-nav").remove(),r.wrap.stop(!0,!0).removeClass("fancybox-opened"),r.transitions[r.current.closeMethod]()):(i(".fancybox-wrap").stop(!0).trigger("onReset").remove(),r._afterZoomOut())))},play:function(e){var t=function(){clearTimeout(r.player.timer)},i=function(){t(),r.current&&r.player.isActive&&(r.player.timer=setTimeout(r.next,r.current.playSpeed))},n=function(){t(),s.unbind(".player"),r.player.isActive=!1,r.trigger("onPlayEnd")},a=function(){r.current&&(r.current.loop||r.current.index=a.index?"next":"prev"],r.router=i||"jumpto",a.loop&&(0>e&&(e=a.group.length+e%a.group.length),e%=a.group.length),a.group[e]!==n&&(r.cancel(),r._start(e)))},reposition:function(e,t){var n,a=r.current,o=a?a.wrap:null;o&&(n=r._getPosition(t),e&&"scroll"===e.type?(delete n.position,o.stop(!0,!0).animate(n,200)):(o.css(n),a.pos=i.extend({},a.dim,n)))},update:function(e){var t=e&&e.type,i=!t||"orientationchange"===t;i&&(clearTimeout(c),c=null),r.isOpen&&!c&&(c=setTimeout(function(){var n=r.current;n&&!r.isClosing&&(r.wrap.removeClass("fancybox-tmp"),(i||"load"===t||"resize"===t&&n.autoResize)&&r._setDimension(),"scroll"===t&&n.canShrink||r.reposition(e),r.trigger("onUpdate"),c=null)},i&&!d?0:300))},toggle:function(e){r.isOpen&&(r.current.fitToView="boolean"===i.type(e)?e:!r.current.fitToView,d&&(r.wrap.removeAttr("style").addClass("fancybox-tmp"),r.trigger("onUpdate")),r.update())},hideLoading:function(){s.unbind(".loading"),i("#fancybox-loading").remove()},showLoading:function(){var e,t;r.hideLoading(),e=i('
    ').click(r.cancel).appendTo("body"),s.bind("keydown.loading",function(e){27===(e.which||e.keyCode)&&(e.preventDefault(),r.cancel())}),r.defaults.fixed||(t=r.getViewport(),e.css({position:"absolute",top:.5*t.h+t.y,left:.5*t.w+t.x}))},getViewport:function(){var t=r.current&&r.current.locked||!1,i={x:o.scrollLeft(),y:o.scrollTop()};return t?(i.w=t[0].clientWidth,i.h=t[0].clientHeight):(i.w=d&&e.innerWidth?e.innerWidth:o.width(),i.h=d&&e.innerHeight?e.innerHeight:o.height()),i},unbindEvents:function(){r.wrap&&h(r.wrap)&&r.wrap.unbind(".fb"),s.unbind(".fb"),o.unbind(".fb")},bindEvents:function(){var e,t=r.current;t&&(o.bind("orientationchange.fb"+(d?"":" resize.fb")+(t.autoCenter&&!t.locked?" scroll.fb":""),r.update),e=t.keys,e&&s.bind("keydown.fb",function(a){var o=a.which||a.keyCode,s=a.target||a.srcElement;return 27===o&&r.coming?!1:void(a.ctrlKey||a.altKey||a.shiftKey||a.metaKey||s&&(s.type||i(s).is("[contenteditable]"))||i.each(e,function(e,s){return t.group.length>1&&s[o]!==n?(r[e](s[o]),a.preventDefault(),!1):i.inArray(o,s)>-1?(r[e](),a.preventDefault(),!1):void 0}))}),i.fn.mousewheel&&t.mouseWheel&&r.wrap.bind("mousewheel.fb",function(e,n,a,o){for(var s=e.target||null,l=i(s),c=!1;l.length&&!(c||l.is(".fancybox-skin")||l.is(".fancybox-wrap"));)c=f(l[0]),l=i(l).parent();0===n||c||r.group.length>1&&!t.canShrink&&(o>0||a>0?r.prev(o>0?"down":"left"):(0>o||0>a)&&r.next(0>o?"up":"right"),e.preventDefault())}))},trigger:function(e,t){var n,a=t||r.coming||r.current;if(a){if(i.isFunction(a[e])&&(n=a[e].apply(a,Array.prototype.slice.call(arguments,1))),n===!1)return!1;a.helpers&&i.each(a.helpers,function(t,n){n&&r.helpers[t]&&i.isFunction(r.helpers[t][e])&&r.helpers[t][e](i.extend(!0,{},r.helpers[t].defaults,n),a)}),s.trigger(e)}},isImage:function(e){return u(e)&&e.match(/(^data:image\/.*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg)((\?|#).*)?$)/i)},isSWF:function(e){return u(e)&&e.match(/\.(swf)((\?|#).*)?$/i)},_start:function(e){var t,n,a,o,s,l={};if(e=g(e),t=r.group[e]||null,!t)return!1;if(l=i.extend(!0,{},r.opts,t),o=l.margin,s=l.padding,"number"===i.type(o)&&(l.margin=[o,o,o,o]),"number"===i.type(s)&&(l.padding=[s,s,s,s]),l.modal&&i.extend(!0,l,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{closeClick:!1}}}),l.autoSize&&(l.autoWidth=l.autoHeight=!0),"auto"===l.width&&(l.autoWidth=!0),"auto"===l.height&&(l.autoHeight=!0),l.group=r.group,l.index=e,r.coming=l,!1===r.trigger("beforeLoad"))return void(r.coming=null);if(a=l.type,n=l.href,!a)return r.coming=null,r.current&&r.router&&"jumpto"!==r.router?(r.current.index=e,r[r.router](r.direction)):!1;if(r.isActive=!0,("image"===a||"swf"===a)&&(l.autoHeight=l.autoWidth=!1,l.scrolling="visible"),"image"===a&&(l.aspectRatio=!0),"iframe"===a&&d&&(l.scrolling="scroll"),l.wrap=i(l.tpl.wrap).addClass("fancybox-"+(d?"mobile":"desktop")+" fancybox-type-"+a+" fancybox-tmp "+l.wrapCSS).appendTo(l.parent||"body"),i.extend(l,{skin:i(".fancybox-skin",l.wrap),outer:i(".fancybox-outer",l.wrap),inner:i(".fancybox-inner",l.wrap)}),i.each(["Top","Right","Bottom","Left"],function(e,t){l.skin.css("padding"+t,m(l.padding[e]))}),r.trigger("onReady"),"inline"===a||"html"===a){if(!l.content||!l.content.length)return r._error("content")}else if(!n)return r._error("href");"image"===a?r._loadImage():"ajax"===a?r._loadAjax():"iframe"===a?r._loadIframe():r._afterLoad()},_error:function(e){i.extend(r.coming,{type:"html",autoWidth:!0,autoHeight:!0,minWidth:0,minHeight:0,scrolling:"no",hasError:e,content:r.coming.tpl.error}),r._afterLoad()},_loadImage:function(){var e=r.imgPreload=new Image;e.onload=function(){this.onload=this.onerror=null,r.coming.width=this.width/r.opts.pixelRatio,r.coming.height=this.height/r.opts.pixelRatio,r._afterLoad()},e.onerror=function(){this.onload=this.onerror=null,r._error("image")},e.src=r.coming.href,e.complete!==!0&&r.showLoading()},_loadAjax:function(){var e=r.coming;r.showLoading(),r.ajaxLoad=i.ajax(i.extend({},e.ajax,{url:e.href,error:function(e,t){r.coming&&"abort"!==t?r._error("ajax",e):r.hideLoading()},success:function(t,i){"success"===i&&(e.content=t,r._afterLoad())}}))},_loadIframe:function(){var e=r.coming,t=i(e.tpl.iframe.replace(/\{rnd\}/g,(new Date).getTime())).attr("scrolling",d?"auto":e.iframe.scrolling).attr("src",e.href);i(e.wrap).bind("onReset",function(){try{i(this).find("iframe").hide().attr("src","//about:blank").end().empty()}catch(e){}}),e.iframe.preload&&(r.showLoading(),t.one("load",function(){i(this).data("ready",1),d||i(this).bind("load.fb",r.update),i(this).parents(".fancybox-wrap").width("100%").removeClass("fancybox-tmp").show(),r._afterLoad()})),e.content=t.appendTo(e.inner),e.iframe.preload||r._afterLoad()},_preloadImages:function(){var e,t,i=r.group,n=r.current,a=i.length,o=n.preload?Math.min(n.preload,a-1):0;for(t=1;o>=t;t+=1)e=i[(n.index+t)%a],"image"===e.type&&e.href&&((new Image).src=e.href)},_afterLoad:function(){var e,t,n,a,o,s,l=r.coming,c=r.current,d="fancybox-placeholder";if(r.hideLoading(),l&&r.isActive!==!1){if(!1===r.trigger("afterLoad",l,c))return l.wrap.stop(!0).trigger("onReset").remove(),void(r.coming=null);switch(c&&(r.trigger("beforeChange",c),c.wrap.stop(!0).removeClass("fancybox-opened").find(".fancybox-item, .fancybox-nav").remove()),r.unbindEvents(),e=l,t=l.content,n=l.type,a=l.scrolling,i.extend(r,{wrap:e.wrap,skin:e.skin,outer:e.outer,inner:e.inner,current:e,previous:c}),o=e.href,n){case"inline":case"ajax":case"html":e.selector?t=i("
    ").html(t).find(e.selector):h(t)&&(t.data(d)||t.data(d,i('
    ').insertAfter(t).hide()),t=t.show().detach(),e.wrap.bind("onReset",function(){i(this).find(t).length&&t.hide().replaceAll(t.data(d)).data(d,!1)}));break;case"image":t=e.tpl.image.replace("{href}",o);break;case"swf":t='',s="",i.each(e.swf,function(e,i){t+='',s+=" "+e+'="'+i+'"'}),t+='"}h(t)&&t.parent().is(e.inner)||e.inner.append(t),r.trigger("beforeShow"),e.inner.css("overflow","yes"===a?"scroll":"no"===a?"hidden":a),r._setDimension(),r.reposition(),r.isOpen=!1,r.coming=null,r.bindEvents(),r.isOpened?c.prevMethod&&r.transitions[c.prevMethod]():i(".fancybox-wrap").not(e.wrap).stop(!0).trigger("onReset").remove(),r.transitions[r.isOpened?e.nextMethod:e.openMethod](),r._preloadImages()}},_setDimension:function(){var e,t,n,a,o,s,l,c,d,h,u,f,v,w,b,x=r.getViewport(),y=0,C=!1,S=!1,_=r.wrap,T=r.skin,k=r.inner,E=r.current,M=E.width,P=E.height,I=E.minWidth,L=E.minHeight,O=E.maxWidth,B=E.maxHeight,D=E.scrolling,A=E.scrollOutside?E.scrollbarWidth:0,R=E.margin,W=g(R[1]+R[3]),H=g(R[0]+R[2]);if(_.add(T).add(k).width("auto").height("auto").removeClass("fancybox-tmp"),e=g(T.outerWidth(!0)-T.width()),t=g(T.outerHeight(!0)-T.height()),n=W+e,a=H+t,o=p(M)?(x.w-n)*g(M)/100:M,s=p(P)?(x.h-a)*g(P)/100:P,"iframe"===E.type){if(w=E.content,E.autoHeight&&1===w.data("ready"))try{w[0].contentWindow.document.location&&(k.width(o).height(9999),b=w.contents().find("body"),A&&b.css("overflow-x","hidden"),s=b.outerHeight(!0))}catch(N){}}else(E.autoWidth||E.autoHeight)&&(k.addClass("fancybox-tmp"),E.autoWidth||k.width(o),E.autoHeight||k.height(s),E.autoWidth&&(o=k.width()),E.autoHeight&&(s=k.height()),k.removeClass("fancybox-tmp"));if(M=g(o),P=g(s),d=o/s,I=g(p(I)?g(I,"w")-n:I),O=g(p(O)?g(O,"w")-n:O),L=g(p(L)?g(L,"h")-a:L),B=g(p(B)?g(B,"h")-a:B),l=O,c=B,E.fitToView&&(O=Math.min(x.w-n,O),B=Math.min(x.h-a,B)),f=x.w-W,v=x.h-H,E.aspectRatio?(M>O&&(M=O,P=g(M/d)),P>B&&(P=B,M=g(P*d)),I>M&&(M=I,P=g(M/d)),L>P&&(P=L,M=g(P*d))):(M=Math.max(I,Math.min(M,O)),E.autoHeight&&"iframe"!==E.type&&(k.width(M),P=k.height()),P=Math.max(L,Math.min(P,B))),E.fitToView)if(k.width(M).height(P),_.width(M+e),h=_.width(),u=_.height(),E.aspectRatio)for(;(h>f||u>v)&&M>I&&P>L&&!(y++>19);)P=Math.max(L,Math.min(B,P-10)),M=g(P*d),I>M&&(M=I,P=g(M/d)),M>O&&(M=O,P=g(M/d)),k.width(M).height(P),_.width(M+e),h=_.width(),u=_.height();else M=Math.max(I,Math.min(M,M-(h-f))),P=Math.max(L,Math.min(P,P-(u-v)));A&&"auto"===D&&s>P&&f>M+e+A&&(M+=A),k.width(M).height(P),_.width(M+e),h=_.width(),u=_.height(),C=(h>f||u>v)&&M>I&&P>L,S=E.aspectRatio?l>M&&c>P&&o>M&&s>P:(l>M||c>P)&&(o>M||s>P),i.extend(E,{dim:{width:m(h),height:m(u)},origWidth:o,origHeight:s,canShrink:C,canExpand:S,wPadding:e,hPadding:t,wrapSpace:u-T.outerHeight(!0),skinSpace:T.height()-P}),!w&&E.autoHeight&&P>L&&B>P&&!S&&k.height("auto")},_getPosition:function(e){var t=r.current,i=r.getViewport(),n=t.margin,a=r.wrap.width()+n[1]+n[3],o=r.wrap.height()+n[0]+n[2],s={position:"absolute",top:n[0],left:n[3]};return t.autoCenter&&t.fixed&&!e&&o<=i.h&&a<=i.w?s.position="fixed":t.locked||(s.top+=i.y,s.left+=i.x),s.top=m(Math.max(s.top,s.top+(i.h-o)*t.topRatio)),s.left=m(Math.max(s.left,s.left+(i.w-a)*t.leftRatio)),s},_afterZoomIn:function(){var e=r.current;e&&(r.isOpen=r.isOpened=!0,r.wrap.css("overflow","visible").addClass("fancybox-opened"), r.update(),(e.closeClick||e.nextClick&&r.group.length>1)&&r.inner.css("cursor","pointer").bind("click.fb",function(t){i(t.target).is("a")||i(t.target).parent().is("a")||(t.preventDefault(),r[e.closeClick?"close":"next"]())}),e.closeBtn&&i(e.tpl.closeBtn).appendTo(r.skin).bind("click.fb",function(e){e.preventDefault(),r.close()}),e.arrows&&r.group.length>1&&((e.loop||e.index>0)&&i(e.tpl.prev).appendTo(r.outer).bind("click.fb",r.prev),(e.loop||e.index
    ').appendTo(r.coming?r.coming.parent:e.parent),this.fixed=!1,e.fixed&&r.defaults.fixed&&(this.overlay.addClass("fancybox-overlay-fixed"),this.fixed=!0)},open:function(e){var t=this;e=i.extend({},this.defaults,e),this.overlay?this.overlay.unbind(".overlay").width("auto").height("auto"):this.create(e),this.fixed||(o.bind("resize.overlay",i.proxy(this.update,this)),this.update()),e.closeClick&&this.overlay.bind("click.overlay",function(e){return i(e.target).hasClass("fancybox-overlay")?(r.isActive?r.close():t.close(),!1):void 0}),this.overlay.css(e.css).show()},close:function(){var e,t;o.unbind("resize.overlay"),this.el.hasClass("fancybox-lock")&&(i(".fancybox-margin").removeClass("fancybox-margin"),e=o.scrollTop(),t=o.scrollLeft(),this.el.removeClass("fancybox-lock"),o.scrollTop(e).scrollLeft(t)),i(".fancybox-overlay").remove().hide(),i.extend(this,{overlay:null,fixed:!1})},update:function(){var e,i="100%";this.overlay.width(i).height("100%"),l?(e=Math.max(t.documentElement.offsetWidth,t.body.offsetWidth),s.width()>e&&(i=s.width())):s.width()>o.width()&&(i=s.width()),this.overlay.width(i).height(s.height())},onReady:function(e,t){var n=this.overlay;i(".fancybox-overlay").stop(!0,!0),n||this.create(e),e.locked&&this.fixed&&t.fixed&&(n||(this.margin=s.height()>o.height()?i("html").css("margin-right").replace("px",""):!1),t.locked=this.overlay.append(t.wrap),t.fixed=!1),e.showEarly===!0&&this.beforeShow.apply(this,arguments)},beforeShow:function(e,t){var n,a;t.locked&&(this.margin!==!1&&(i("*").filter(function(){return"fixed"===i(this).css("position")&&!i(this).hasClass("fancybox-overlay")&&!i(this).hasClass("fancybox-wrap")}).addClass("fancybox-margin"),this.el.addClass("fancybox-margin")),n=o.scrollTop(),a=o.scrollLeft(),this.el.addClass("fancybox-lock"),o.scrollTop(n).scrollLeft(a)),this.open(e)},onUpdate:function(){this.fixed||this.update()},afterClose:function(e){this.overlay&&!r.coming&&this.overlay.fadeOut(e.speedOut,i.proxy(this.close,this))}},r.helpers.title={defaults:{type:"float",position:"bottom"},beforeShow:function(e){var t,n,a=r.current,o=a.title,s=e.type;if(i.isFunction(o)&&(o=o.call(a.element,a)),u(o)&&""!==i.trim(o)){switch(t=i('
    '+o+"
    "),s){case"inside":n=r.skin;break;case"outside":n=r.wrap;break;case"over":n=r.inner;break;default:n=r.skin,t.appendTo("body"),l&&t.width(t.width()),t.wrapInner(''),r.current.margin[2]+=Math.abs(g(t.css("margin-bottom")))}t["top"===e.position?"prependTo":"appendTo"](n)}}},i.fn.fancybox=function(e){var t,n=i(this),a=this.selector||"",o=function(o){var s,l,c=i(this).blur(),d=t;o.ctrlKey||o.altKey||o.shiftKey||o.metaKey||c.is(".fancybox-wrap")||(s=e.groupAttr||"data-fancybox-group",l=c.attr(s),l||(s="rel",l=c.get(0)[s]),l&&""!==l&&"nofollow"!==l&&(c=a.length?i(a):n,c=c.filter("["+s+'="'+l+'"]'),d=c.index(this)),e.index=d,r.open(c,e)!==!1&&o.preventDefault())};return e=e||{},t=e.index||0,a&&e.live!==!1?s.undelegate(a,"click.fb-start").delegate(a+":not('.fancybox-item, .fancybox-nav')","click.fb-start",o):n.unbind("click.fb-start").bind("click.fb-start",o),this.filter("[data-fancybox-start=1]").trigger("click"),this},s.ready(function(){var t,o;i.scrollbarWidth===n&&(i.scrollbarWidth=function(){var e=i('
    ').appendTo("body"),t=e.children(),n=t.innerWidth()-t.height(99).innerWidth();return e.remove(),n}),i.support.fixedPosition===n&&(i.support.fixedPosition=function(){var e=i('
    ').appendTo("body"),t=20===e[0].offsetTop||15===e[0].offsetTop;return e.remove(),t}()),i.extend(r.defaults,{scrollbarWidth:i.scrollbarWidth(),fixed:i.support.fixedPosition,parent:i("body")}),t=i(e).width(),a.addClass("fancybox-lock-test"),o=i(e).width(),a.removeClass("fancybox-lock-test"),i("").appendTo("head")})}(window,document,jQuery),function(e,t,i){function n(e){var t={},n=/^jQuery\d+$/;return i.each(e.attributes,function(e,i){i.specified&&!n.test(i.name)&&(t[i.name]=i.value)}),t}function a(e,t){var n=this,a=i(n);if(n.value==a.attr("placeholder")&&a.hasClass("placeholder"))if(a.data("placeholder-password")){if(a=a.hide().next().show().attr("id",a.removeAttr("id").data("placeholder-id")),e===!0)return a[0].value=t;a.focus()}else n.value="",a.removeClass("placeholder"),n==s()&&n.select()}function o(){var e,t=this,o=i(t),s=this.id;if(""==t.value){if("password"==t.type){if(!o.data("placeholder-textinput")){try{e=o.clone().attr({type:"text"})}catch(r){e=i("").attr(i.extend(n(this),{type:"text"}))}e.removeAttr("name").data({"placeholder-password":o,"placeholder-id":s}).bind("focus.placeholder",a),o.data({"placeholder-textinput":e,"placeholder-id":s}).before(e)}o=o.removeAttr("id").hide().prev().attr("id",s).show()}o.addClass("placeholder"),o[0].value=o.attr("placeholder")}else o.removeClass("placeholder")}function s(){try{return t.activeElement}catch(e){}}var r,l,c="placeholder"in t.createElement("input"),d="placeholder"in t.createElement("textarea"),h=i.fn,u=i.valHooks,p=i.propHooks;c&&d?(l=h.placeholder=function(){return this},l.input=l.textarea=!0):(l=h.placeholder=function(){var e=this;return e.filter((c?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":a,"blur.placeholder":o}).data("placeholder-enabled",!0).trigger("blur.placeholder"),e},l.input=c,l.textarea=d,r={get:function(e){var t=i(e),n=t.data("placeholder-password");return n?n[0].value:t.data("placeholder-enabled")&&t.hasClass("placeholder")?"":e.value},set:function(e,t){var n=i(e),r=n.data("placeholder-password");return r?r[0].value=t:n.data("placeholder-enabled")?(""==t?(e.value=t,e!=s()&&o.call(e)):n.hasClass("placeholder")?a.call(e,!0,t)||(e.value=t):e.value=t,n):e.value=t}},c||(u.input=r,p.value=r),d||(u.textarea=r,p.value=r),i(function(){i(t).delegate("form","submit.placeholder",function(){var e=i(".placeholder",this).each(a);setTimeout(function(){e.each(o)},10)})}),i(e).bind("beforeunload.placeholder",function(){i(".placeholder").each(function(){this.value=""})}))}(this,document,jQuery),function(){var e,t;jQuery.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=jQuery.uaMatch(navigator.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),jQuery.browser=t,jQuery.sub=function(){function e(t,i){return new e.fn.init(t,i)}jQuery.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(i,n){return n&&n instanceof jQuery&&!(n instanceof e)&&(n=e(n)),jQuery.fn.init.call(this,i,n,t)},e.fn.init.prototype=e.fn;var t=e(document);return e}}(),function(e){e.fn.photoTag=function(t){function i(e){e.parent().css({overflow:"visible"}),e.parent().find(".utag-bot, .utag-top, .utag-right, .utag-left").show(),e.parent().find(".utag-bot").css({top:e.parent().css("height")}),e.parent().find(".utag-right").css({height:e.parent().css("height"),left:e.parent().css("width")}),e.parent().find(".utag-left").css({height:e.parent().css("height")}),e.parent().stop().animate({opacity:1},500)}function n(e){e.parent().stop().animate({opacity:0},500,function(){e.parent().css({overflow:"hidden"})}),e.parent().find(".utag-bot, .utag-top, .utag-right, .utag-left").hide()}function a(e){e.css({overflow:"visible"}),e.find(".utag-bot, .utag-top, .utag-right, .utag-left").show(),e.find(".utag-bot").css({top:e.css("height")}),e.find(".utag-right").css({height:e.css("height"),left:e.css("width")}),e.find(".utag-left").css({height:e.css("height")}),e.stop().animate({opacity:1},500)}function o(e){e.stop().animate({opacity:0},500,function(){e.css({overflow:"hidden"})}),e.find(".utag-bot, .utag-top, .utag-right, .utag-left").hide()}function s(){e(".highlight-tag").each(function(){e(this).mouseenter(function(){a(e("#photoTag-tag_"+e(this).attr("tag-id")))}).mouseleave(function(){o(e("#photoTag-tag_"+e(this).attr("tag-id")))})})}var r={deleteTagsUrl:"/photo/delete-tag/",addTagUrl:"/add-tag.php",parametersForNewTag:{name:{parameterKey:"name",isAutocomplete:!0,label:"Name"}},parametersForRequest:["image-id","album-id"],literals:{communicationProblem:"Произошла ошибка. Изменения не сохранены.",saveTag:"Добавить",cancelTag:"",addNewTag:"Отметить человека",removeTag:"X"},tag:{tagIdParameter:"tag-id",defaultWidth:100,defaultHeight:100,isResizable:!0,minWidth:50,minHeight:50,maxWidth:150,maxHeight:150,cssClass:"photoTag-tag",idPrefix:"photoTag-tag_",showDeleteLinkOnTag:!0,deleteLinkCssClass:"photoTag-delete",deleteLinkIdPrefix:"photoTag-delete_",flashAfterCreation:!0,newTagFormWidth:170,newTagFormClass:"photoTag-newTagForm"},imageWrapBox:{cssClass:"photoTag-wrap",idPrefix:"photoTag-wrap_",addNewLinkIdPrefix:"photoTag-add_",controlPaneIdPrefix:"photoTag-cpanel_",showTagList:!0,tagListCssClass:"photoTag-taglist",tagListIdPrefix:"photoTag-taglist_",tagListRemoveItemIdPrefix:"photoTag-removeTag",canvasIdPrefix:"photoTag-canvas_",controlPanelHeight:25},showAddTagLinks:!0,externalAddTagLinks:{bind:!0,selector:".addTag"},isEnabledToEditTags:!0,manageError:"internal function, user can bind a new one. function(response)",beforeTagRequest:"bind by user, function( parameters )"},l={tags:{}},t=e.extend(!0,r,t),c=function(i){var n={};return e.each(t.parametersForRequest,function(e,t){var a=i.attr("data-"+t);a&&(n[t]=a)}),n},d=function(i){e.isFunction(t.manageError)?t.manageError(i):i.message?alert(i.message):alert(t.literals.communicationProblem)},h=function(a,o){a.click(function(s){s.preventDefault();var r=a.attr("href").substring(1),l=c(o);l[t.tag.tagIdParameter]=r,e.getJSON(t.deleteTagsUrl,l,function(e){e.result||d(e)}),e("#"+t.tag.deleteLinkIdPrefix+r).parents().eq(1).remove(),e("#"+t.imageWrapBox.tagListRemoveItemIdPrefix+r).parent().remove();var h=e("span.comma"),u=e("a.highlight-tag");return e("ul.photoTag-taglist li").last().find(h).remove(),e("ul.photoTag-taglist li").last().find(u).mouseover(function(){i(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))}).mouseleave(function(){n(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))}),!1})},u=function(i,n,a){e(i).click(function(i){i.preventDefault(),0==e("#"+t.tag.idPrefix+"expo").length&&(S(a),e("#"+t.imageWrapBox.idPrefix+a).append(C(n)),m(e("#"+t.tag.idPrefix+"expo"),n,a))})},p=function(t,i){var n=(e(this),e(this).position()),a=n.left,o=n.top;e("#expoTagBoxForm")&&e("#expoTagBoxForm").css({top:o,left:a+e(this).width()+10}),e("#photoTag-tag_expo .utag-right").css({height:e(this).height(),left:e(this).width()}),e("#photoTag-tag_expo .utag-left").css({height:e(this).height()}),e("#photoTag-tag_expo .utag-bot").css({top:e(this).height()})},f=function(t,i){e("#expoTagBoxForm")&&e("#expoTagBoxForm").css({display:"none"})},g=function(t,i){var n=(e(this),e(this).position()),a=n.left,o=n.top;e("#expoTagBoxForm")&&e("#expoTagBoxForm").css({display:"block",top:o,left:a+e(this).width()+10})},m=function(i,n,a){i.draggable({containment:n,cursor:"move",drag:p,start:f,stop:g,grid:[1,1]}),i.resizable({handles:"n, e, s, w, ne, se, sw, nw",maxHeight:n.height(),maxWidth:n.width(),minHeight:t.tag.minHeight,minWidth:t.tag.minWidth,containment:n,resize:p}),v(i,n,a),e(".utag-bot").css({top:t.tag.defaultWidth}),e(".utag-right").css({height:t.tag.defaultHeight,left:t.tag.defaultWidth}),e(".utag-left").css({height:t.tag.defaultHeight})},v=function(i,n,a){var o=e('
    '),r=e('
    '),l=e(i).position();r.css({position:"absolute",top:l.top,left:l.left+i.width()+10,width:t.tag.newTagFormWidth}),r.append(e('
    '));var c=e("#"+t.imageWrapBox.idPrefix+a);c.append(r),e("#expoNewTagFormContent").append(o),e.each(t.parametersForNewTag,function(t,i){var n=e('
    ');if(i.label){var a=e("");e("
    ");a.append(i.label),e("#expoNewTagForm").append(a)}e("#expoNewTagForm").append(n),e("#expoInput_name").bind("keydown",function(t){t.keyCode===e.ui.keyCode.TAB&&e(this).data("ui-autocomplete").menu.active&&t.preventDefault()}).autocomplete({appendTo:e(".ptListHolder"),minLength:1,source:function(t,i){var n=e.ui.autocomplete.escapeRegex(t.term),a=new RegExp("^"+n,"i"),o=e.grep(photoTagData,function(e){return a.test(e.label||e.value||e)}),s=new RegExp(n,"i"),r=e.grep(photoTagData,function(t){return e.inArray(t,o)<0&&s.test(t.label||t.value||t)});i(o.concat(r))},focus:function(){return!1},select:function(t,i){e("#hidden_expoInput_name").val(i.item.id)}}),e("#expoInput_name").parent().append(e(''))});var h=e('");e("#expoNewTagForm").append(h);var u=e("");e("#expoNewTagForm").append(u);var p=e('');p.click(function(e){return e.preventDefault(),w(),_(a),!1}),e("#expoNewTagForm").append(p),e("#expoNewTagForm").submit(function(i){i.preventDefault();var o=e("#"+t.tag.idPrefix+"expo"),r={left:o.position().left,top:o.position().top,width:o.width(),height:o.height()};e.getJSON(t.addTagUrl+"?"+e.param(r)+"&"+e(this).serialize(),function(i){if(void 0!=i.result&&!i.result)return void d(i);var o=x(i.tag,n);e("#"+t.imageWrapBox.idPrefix+a).append(o),s(),E(o,i.tag,n,a)}),w(),_(a)})},w=function(){e("#"+t.tag.idPrefix+"expo").remove(),e("#expoTagBoxForm").remove()},b=function(i,n,a,o){var s=e('
    '),r={position:"absolute",top:Math.round(a.top)+"px",left:Math.round(a.left)+"px",height:n.height+"px",width:n.width+"px",opacity:o};return s.css(r),s.append(' 
    '),s},x=function(i,n){i.height&&i.width||(i.height=t.tag.defaultHeight,i.width=t.tag.defaultWidth);var a={width:i.width,height:i.height},o={top:i.top,left:i.left},s=b(i.id,a,o,0),r=e("
    ");if(r.append(i.text.replace(/ /g," ")),s.append(r),t.isEnabledToEditTags&&i.isDeleteEnable&&t.tag.showDeleteLinkOnTag){var l=e('');h(l,n)}return s.find(".taghover").append(l),s},y=function(a,o){e(".photoTag-taglist").html().length>0&&e(".photoTag-taglist li").last().append(', ');var s=e("
  1. ");if(a.url){var r=e(''+a.text+"");s.append(r)}else s.append(a.text);if(a.isDeleteEnable){var l=e('  ');h(l,o),s.append(l)}var c=e("a.highlight-tag");return e("ul.photoTag-taglist li").last().find(c).mouseover(function(){i(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))}).mouseleave(function(){n(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))}),s},C=function(e,i){var n={width:t.tag.defaultWidth,height:t.tag.defaultHeight},a={top:e.height()/2-n.height/2,left:e.width()/2-n.width/2};l.expoId++;var o=b("expo",n,a,1);return o},S=function(t){e.each(l.tags[t],function(){e(this).css({opacity:0}),e(this).hide()})},_=function(t){e.each(l.tags[t],function(){e(this).show()})},T=function(i,n){var a=e(''+t.literals.addNewTag+"");return u(a,i,n),a},k=function(i,n){var a=i.height(),o=i.width(),s=e('
    '),r=e('
    ');s.append(r);var l=e('
    ');if(s.append(l),i.wrap(s),t.externalAddTagLinks.bind){var c=e(t.externalAddTagLinks.selector);c.each(function(){u(this,i,n)})}else e("#"+t.imageWrapBox.controlPaneIdPrefix+n).append(T(i,n));var d=e("
    ");if(e("#"+t.imageWrapBox.canvasIdPrefix+n).wrap(d),t.imageWrapBox.showTagList){var h=e('
      ');e(".pg-photo-descr#imgid"+n).append(h)}},E=function(a,o,s,r){if(t.tag.flashAfterCreation&&(e(a).css({opacity:1}),e(a).stop().animate({opacity:0},800)),t.imageWrapBox.showTagList){var l=y(o,s);e("#"+t.imageWrapBox.tagListIdPrefix+r).append(l);var c=e("a.highlight-tag");e("ul.photoTag-taglist li").last().find(c).mouseover(function(){i(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))}).mouseleave(function(){n(e("#photoTag-tag_"+e(this).attr("tag-id")).find(".taghover"))})}},M=function(i,n){k(n,i.id);var a=l.tags[i.id]={};e.each(i.Tags,function(){var o=x(this,n);a[this.id]=o,e("#"+t.imageWrapBox.idPrefix+i.id).append(o),s(),E(o,this,n,i.id)})};return this.each(function(){var i=e(this),n=c(i);(!e.isFunction(t.beforeTagRequest)||t.beforeTagRequest(n))&&e.getJSON(t.requestTagsUrl,n,function(n){return void 0==n.result||n.result?(n.options&&(t=e.extend(!0,t,n.options)),void e.each(n.Image,function(){M(this,i)})):void d(n)})}),this}}(jQuery);var dna={clone:function(e,t,i){var n=$.extend({fade:!1,top:!1,container:null,empty:!1,html:!1,callback:null},i),a=dna.store.getTemplate(e);a.nested&&!n.container&&dna.core.berserk("Container missing for nested template: "+e),n.empty&&dna.empty(e);for(var o=t instanceof Array?t:[t],s=$(),r=0;r0&&i(window,e.split(".")),n}},dna.ui={toElem:function(e,t){return e instanceof jQuery?e:e?$(e.target):$(t)},deleteElem:function(e){var t=dna.ui.toElem(e,this);return dna.core.remove(t),t},slideFade:function(e,t,i){function n(){e.css(r)}var a={opacity:0,transition:"opacity 0s ease 0s"},o={opacity:1,transition:"opacity 0.4s ease-in"},s={opacity:0,transition:"opacity 0.4s ease-out"},r={transition:"opacity 0s ease 0s"};return window.setTimeout(n,1e3),i?e.css(a).hide().slideDown({complete:t}).css(o):e.css(s).slideUp({complete:t}),e},slideFadeIn:function(e,t){return dna.ui.slideFade(e,t,!0)},slideFadeOut:function(e,t){return dna.ui.slideFade(e,t,!1)},slideFadeToggle:function(e,t){return dna.ui.slideFade(e,t,e.is(":hidden"))},slideFadeDelete:function(e){return dna.ui.slideFadeOut(e,dna.ui.deleteElem)},slidingFlasher:function(e,t){return e.is(":hidden")?dna.ui.slideFadeIn(e,t):e.hide().fadeIn()},smoothMove:function(e,t){function i(){var i=n.clone();t?e.after(n.hide()).before(i):e.before(n.hide()).after(i),dna.ui.slideFadeIn(n),dna.ui.slideFadeDelete(i)}var n=t?e.prev():e.next();n.length&&i()},focus:function(e){return e.focus()}},dna.placeholder={setup:function(){function e(){var e=$(this).stop();return dna.getClones(e.data().placeholder).length?e.fadeOut():e.fadeIn()}$("[data-placeholder]").each(e)}},$(dna.placeholder.setup),dna.pageToken={put:function(e,t){return sessionStorage[e+window.location.pathname]=JSON.stringify(t),t},get:function(e,t){var i=sessionStorage[e+window.location.pathname];return void 0===i?t:JSON.parse(i)}},dna.panels={key:function(e){return"#"+e.attr("id")+"-panels"},display:function(e,t,i){function n(){dna.pageToken.put(s,t),i&&o.data().hash&&window.history.pushState(null,null,"#"+o.data().hash)}var a,o,s=dna.panels.key(e),r=e.find(".menu-item");void 0===t&&(t=dna.pageToken.get(s,0)),t=Math.max(0,Math.min(t,r.length-1)),r.removeClass("selected").eq(t).addClass("selected"),a=$(s).children().hide().removeClass("displayed"),o=a.eq(t).fadeIn().addClass("displayed"),n(),dna.util.apply(e.data().callback,o)},rotate:function(e){var t=$(e.target).closest(".menu-item"),i=t.closest(".dna-menu");dna.panels.display(i,i.find(".menu-item").index(t),!0)},reload:function(e){dna.panels.display($("#"+e))},refresh:function(){function e(e){return e.filter("[data-hash="+n+"]").index()}function t(e){return e.first().closest(".dna-template").length>0}function i(){var i=$(this),a=dna.panels.key(i),o=$(a).children().addClass("panel");if(0===i.find(".menu-item").length&&i.children().addClass("menu-item"),!t(o)&&!t(i.children())){var s=n&&o.first().data().hash?e(o):dna.pageToken.get(a,0);dna.panels.display(i,s)}}var n=window.location.hash.slice(1);$(".dna-menu").each(i)},setup:function(){dna.panels.refresh(),$(document).on("click",".dna-menu .menu-item",dna.panels.rotate)}},$(dna.panels.setup),dna.compile={regexDnaField:/^[\s]*(~~|\{\{).*(~~|\}\})[\s]*$/,regexDnaBasePair:/~~|{{|}}/,regexDnaBasePairs:/~~|\{\{|\}\}/g,setupNucleotide:function(e){return void 0===e.data().dnaRules&&(e.data().dnaRules={}),e.addClass("dna-nucleotide")},isDnaField:function(){var e=$(this)[0].childNodes[0];return e&&e.nodeValue&&e.nodeValue.match(dna.compile.regexDnaField)},field:function(){var e=dna.compile.setupNucleotide($(this));return e.data().dnaRules.text=$.trim(e.text()).replace(dna.compile.regexDnaBasePairs,""),e.empty()},propsAndAttrs:function(){function e(e,t){s.push(e),e=e.replace(/^data-prop-/,"").toLowerCase(),t=t.replace(dna.compile.regexDnaBasePairs,""),a.push(e,t),"checked"===e&&n.is("input")?n.addClass("dna-update-model").data().dnaField=t:"selected"===e&&n.is("option")&&(n.parent().addClass("dna-update-model").end().data().dnaField=t)}function t(e,t){var i=t.split(dna.compile.regexDnaBasePair);"[value]"===i[1]&&(i[1]=!0),o.push(e.replace(/^data-attr-/,""),i),s.push(e);var a="input:not(:checkbox, :radio)";"value"===e&&n.is(a)&&""===i[0]&&""===i[2]&&(n.addClass("dna-update-model").data().dnaField=i[1])}function i(){/^data-prop-/.test(this.name)?e(this.name,this.value):3===this.value.split(dna.compile.regexDnaBasePair).length&&t(this.name,this.value)}var n=$(this),a=[],o=[],s=[];return $.each(n.get(0).attributes,i),a.length>0&&(dna.compile.setupNucleotide(n).data().dnaRules.props=a),o.length>0&&(dna.compile.setupNucleotide(n).data().dnaRules.attrs=o),n.data().transform&&(dna.compile.setupNucleotide(n).data().dnaRules.transform=n.data().transform),n.data().callback&&(dna.compile.setupNucleotide(n).data().dnaRules.callback=n.data().callback),n.removeAttr(s.join(" "))},getDataField:function(e,t){return $.trim(e.data(t).replace(dna.compile.regexDnaBasePairs,""))},subTemplateName:function(e,t){var i=e instanceof jQuery?dna.getClone(e).data().dnaRules.template:e;return i+"-"+t+"-instance"},rules:function(e,t,i){function n(){var e=dna.compile.setupNucleotide($(this)),n=dna.compile.getDataField(e,t);e.data().dnaRules[t]=i?n.split(","):n}return e.filter("[data-"+t+"]").each(n).removeAttr("data-"+t)},separators:function(e){function t(){return 3===this.nodeType&&!/\S/.test(this.nodeValue)}function i(e,i,n){i&&(e.contents().last().filter(t).remove(),e.append($("").addClass(n).html(i)))}function n(){var e=$(this);i(e,e.data().separator,"dna-separator"),i(e,e.data().lastSeparator,"dna-last-separator")}e.find(".dna-template, .dna-sub-clone").addBack().each(n)},template:function(e){function t(){$(this).data().dnaRules={template:$(this).attr("id")}}function i(){$(this).attr("type",$(this).data().attrType)}var n=$("#"+e);n.length||dna.core.berserk("Template not found: "+e),n.find(".dna-template").addBack().each(t).removeAttr("id");var a=n.find("*").addBack();return a.filter(dna.compile.isDnaField).each(dna.compile.field),dna.compile.rules(a,"array").addClass("dna-sub-clone"),dna.compile.rules(a,"class",!0),dna.compile.rules(a,"require"),dna.compile.rules(a,"missing"),dna.compile.rules(a,"truthy"),dna.compile.rules(a,"falsey"),dna.compile.rules(a.filter("select"),"option").addClass("dna-update-model"),a.each(dna.compile.propsAndAttrs),dna.compile.separators(n),$("input[data-attr-type]").each(i),dna.store.stash(n)}},dna.store={templates:{},stash:function(e){function t(){var e=$(this),t=e.data().dnaRules.template,i={name:t,elem:e,container:e.parent().addClass("dna-container").addClass("dna-contains-"+t),nested:0!==e.parent().closest(".dna-clone").length,separators:e.find(".dna-separator, .dna-last-separator").length,index:e.index(), elemsAbove:e.index()>0,elemsBelow:e.nextAll().length>0,clones:0};dna.store.templates[t]=i,e.removeClass("dna-template").addClass("dna-clone").addClass(t).detach()}function i(){var e=$(this),t=e.data().dnaRules.array,i=dna.compile.subTemplateName(n,t);dna.compile.setupNucleotide(e.parent().addClass("dna-array")).data().dnaRules.loop={name:i,field:t},e.data().dnaRules.template=i}var n=e.data().dnaRules.template;return e.find(".dna-template").addBack().each(t),e.find(".dna-sub-clone").each(i).each(t),dna.store.templates[n]},getTemplate:function(e){return dna.store.templates[e]||dna.compile.template(e)}},dna.events={initializers:[],elementSetup:function(e,t){function i(){dna.util.apply($(this).data().onLoad,[$(this),t])}var n="[data-on-load]",a=e?e.find(n).addBack(n):$(n);return a.not(".dna-initialized").each(i).addClass("dna-initialized")},runInitializers:function(e,t){function i(){var t=this.selector?e.find(this.selector).addBack(this.selector):e;dna.util.apply(this.func,[t.addClass("dna-initialized")].concat(this.params))}return dna.events.elementSetup(e,t),$.each(dna.events.initializers,i),e},setup:function(){function e(e,t,i){return e=e.closest("[data-"+t+"]"),dna.util.apply(e.data(t),[e,i])}function t(t){function i(e){return e.dnaRules&&e.dnaRules.option||e.dnaField}function n(e,t){dna.getModel(e)[i(e.data())]=t(e)}function a(e){return e.val()}function o(e){return e.is(":checked")}function s(){n($(this),o)}function r(){var e=dna.getClone(l,{main:!0});0!==e.length&&(l.is("input:checkbox")?n(l,o):l.is("input:radio")?$("input:radio[name="+l.attr("name")+"]").each(s):l.is("input")||l.data().dnaRules.option?n(l,a):l.is("select")&&l.find("option").each(s),dna.refresh(e))}var l=$(t.target);l.hasClass("dna-update-model")&&r(),e(l,t.type.replace("key","key-"),t)}function i(t){13===t.which&&e($(t.target),"enter-key",t)}function n(t){function i(){function i(){o.dnaLastUpdated=Date.now(),o.dnaTimeoutId=void 0,e(a,"smart-update",t)}var s=o.smartThrottle?Number(o.smartThrottle):n;o.dnaLastValue=a.val(),o.dnaTimeoutId||(Date.now()1&&(e.toggleClass(i[1],a),i[2]&&e.toggleClass(i[2],!a))}function c(e,i){function a(e){dna.core.inject($(this),s[e],e,n)}function o(){r.remove(),dna.clone(i.name,s,{container:e,html:n.html})}var s=dna.util.value(t,i.field),r=e.children("."+i.name.replace(/[.]/g,"\\."));s?s.length===r.length?r.each(a):o():t[i.field]=[]}function d(){var e=$(this),i=e.data().dnaRules;i.transform&&dna.util.apply(i.transform,t),i.text&&a(e,i.text),i.props&&o(e,i.props),i.attrs&&s(e,i.attrs),i["class"]&&l(e,i["class"]),i.require&&e.toggle(void 0!==dna.util.value(t,i.require)),i.missing&&e.toggle(void 0===dna.util.value(t,i.missing)),i.truthy&&e.toggle(dna.util.realTruth(dna.util.value(t,i.truthy))),i.falsey&&e.toggle(!dna.util.realTruth(dna.util.value(t,i.falsey))),i.loop&&c(e,i.loop),i.option&&r(e,dna.util.value(t,i.option)),i.callback&&dna.util.apply(i.callback,e)}function h(e){e.filter(".dna-nucleotide").each(d),e.length&&h(e.children().not(".dna-sub-clone"))}return h(e),e.data().dnaModel=t,e},replicate:function(e,t,i,n){function a(){var t=r.children("."+e.name);t.find(".dna-separator").show().end().last().find(".dna-separator").hide(),t.find(".dna-last-separator").hide().end().eq(-2).find(".dna-last-separator").show().closest(".dna-clone").find(".dna-separator").hide()}var o=e.elem.clone(!0,!0);e.clones++,dna.core.inject(o,t,i,n);var s=".dna-contains-"+e.name.replace(/[.]/g,"\\."),r=n.container?n.container.find(s).addBack(s):e.container;return n.top&&!e.elemsAbove?r.prepend(o):n.top||e.elemsBelow?n.top?r.children().eq(e.index-1).after(o):r.children().eq(e.index+r.children().filter(".dna-clone").length).before(o):r.append(o),e.separators&&a(),dna.events.runInitializers(o,t),n.callback&&n.callback(o,t),n.fade&&dna.ui.slideFadeIn(o),o},remove:function(e){return e.remove(),dna.placeholder.setup(),e},berserk:function(e){throw"dna.js error -> "+e}},function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)}(function(e,t){"use strict";function i(e,t){this.container=e,this.options=t,this.init()}function n(t,i){this.widget=t,this.options=e.extend({},i),this.detectService(),this.service&&this.init()}function a(e){function t(e,t){return t.toUpper()}var i={},n=e.data();for(var a in n){var o=n[a];"yes"===o?o=!0:"no"===o&&(o=!1),i[a.replace(/-(\w)/g,t)]=o}return i}function o(e,t){return s(e,t,encodeURIComponent)}function s(e,t,i){return e.replace(/\{([^\}]+)\}/g,function(e,n){return n in t?i?i(t[n]):t[n]:e})}function r(e,t){var i=h+e;return i+" "+i+"_"+t}function l(t,i){function n(s){"keydown"===s.type&&27!==s.which||e(s.target).closest(t).length||(t.removeClass(u),a.off(o,n),e.isFunction(i)&&i())}var a=e(document),o="click touchstart keydown";a.on(o,n)}function c(e){var t=10;if(document.documentElement.getBoundingClientRect){var i=parseInt(e.css("left"),10),n=parseInt(e.css("top"),10),a=e[0].getBoundingClientRect();a.leftwindow.innerWidth-t&&e.css("left",window.innerWidth-a.right-t+i),a.topwindow.innerHeight-t&&e.css("top",window.innerHeight-a.bottom-t+n)}e.addClass(u)}var d="social-likes",h=d+"__",u=d+"_opened",p="https:"===location.protocol?"https:":"http:",f={facebook:{counterUrl:"https://graph.facebook.com/fql?q=SELECT+total_count+FROM+link_stat+WHERE+url%3D%22{url}%22&callback=?",convertNumber:function(e){return e.data[0].total_count},popupUrl:"https://www.facebook.com/sharer/sharer.php?u={url}",popupWidth:600,popupHeight:359},twitter:{popupUrl:"https://twitter.com/intent/tweet?url={url}&text={title}",popupWidth:600,popupHeight:250,click:function(){return/[\.\?:\-–—]\s*$/.test(this.options.title)||(this.options.title+=":"),!0}},mailru:{counterUrl:p+"//connect.mail.ru/share_count?url_list={url}&callback=1&func=?",convertNumber:function(e){for(var t in e)if(e.hasOwnProperty(t))return e[t].shares},popupUrl:"https://connect.mail.ru/share?share_url={url}&title={title}",popupWidth:492,popupHeight:500},vkontakte:{counterUrl:"https://vk.com/share.php?act=count&url={url}&index={index}",counter:function(t,i){var n=f.vkontakte;n._||(n._=[],window.VK||(window.VK={}),window.VK.Share={count:function(e,t){n._[e].resolve(t)}});var a=n._.length;n._.push(i),e.getScript(o(t,{index:a})).fail(i.reject)},popupUrl:"https://vk.com/share.php?url={url}&title={title}",popupWidth:655,popupHeight:450},odnoklassniki:{counterUrl:p+"//connect.ok.ru/dk?st.cmd=extLike&ref={url}&uid={index}",counter:function(t,i){var n=f.odnoklassniki;n._||(n._=[],window.ODKL||(window.ODKL={}),window.ODKL.updateCount=function(e,t){n._[e].resolve(t)});var a=n._.length;n._.push(i),e.getScript(o(t,{index:a})).fail(i.reject)},popupUrl:"https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&service=odnoklassniki&st.shareUrl={url}",popupWidth:580,popupHeight:336},plusone:{counterUrl:p+"//share.yandex.ru/gpp.xml?url={url}&callback=?",convertNumber:function(e){return parseInt(e.replace(/\D/g,""),10)},popupUrl:"https://plus.google.com/share?url={url}",popupWidth:500,popupHeight:550},pinterest:{counterUrl:p+"//api.pinterest.com/v1/urls/count.json?url={url}&callback=?",convertNumber:function(e){return e.count},popupUrl:"https://pinterest.com/pin/create/button/?url={url}&description={title}",popupWidth:740,popupHeight:550}},g={promises:{},fetch:function(t,i,n){g.promises[t]||(g.promises[t]={});var a=g.promises[t];if(!n.forceUpdate&&a[i])return a[i];var s=e.extend({},f[t],n),r=e.Deferred(),l=s.counterUrl&&o(s.counterUrl,{url:i});return l&&e.isFunction(s.counter)?s.counter(l,r):s.counterUrl?e.getJSON(l).done(function(t){try{var i=t;e.isFunction(s.convertNumber)&&(i=s.convertNumber(t)),r.resolve(i)}catch(n){r.reject()}}).fail(r.reject):r.reject(),a[i]=r.promise(),a[i]}};e.fn.socialLikes=function(t){return this.each(function(){var n=e(this),o=n.data(d);o?e.isPlainObject(t)&&o.update(t):(o=new i(n,e.extend({},e.fn.socialLikes.defaults,t,a(n))),n.data(d,o))})},e.fn.socialLikes.defaults={url:window.location.href.replace(window.location.hash,""),title:document.title,counters:!0,zeroes:!1,wait:500,timeout:1e4,popupCheckInterval:500,singleTitle:"Share"},i.prototype={init:function(){this.container.addClass(d),this.single=this.container.hasClass(d+"_single"),this.initUserButtons(),this.countersLeft=0,this.number=0,this.container.on("counter."+d,e.proxy(this.updateCounter,this));var t=this.container.children();this.makeSingleButton(),this.buttons=[],t.each(e.proxy(function(t,i){var a=new n(e(i),this.options);this.buttons.push(a),a.options.counterUrl&&this.countersLeft++},this)),this.options.counters?(this.timer=setTimeout(e.proxy(this.appear,this),this.options.wait),this.timeout=setTimeout(e.proxy(this.ready,this,!0),this.options.timeout)):this.appear()},initUserButtons:function(){!this.userButtonInited&&window.socialLikesButtons&&e.extend(!0,f,socialLikesButtons),this.userButtonInited=!0},makeSingleButton:function(){if(this.single){var t=this.container;t.addClass(d+"_vertical"),t.wrap(e("
      ",{"class":d+"_single-w"})),t.wrapInner(e("
      ",{"class":d+"__single-container"}));var i=t.parent(),n=e("
      ",{"class":r("widget","single")}),a=e(s('
      {title}
      ',{buttonCls:r("button","single"),iconCls:r("icon","single"),title:this.options.singleTitle}));n.append(a),i.append(n),n.on("click",function(){var e=d+"__widget_active";return n.toggleClass(e),n.hasClass(e)?(t.css({left:-(t.width()-n.width())/2,top:-t.height()}),c(t),l(t,function(){n.removeClass(e)})):t.removeClass(u),!1}),this.widget=n}},update:function(t){if(t.forceUpdate||t.url!==this.options.url){this.number=0,this.countersLeft=this.buttons.length,this.widget&&this.widget.find("."+d+"__counter").remove(),e.extend(this.options,t);for(var i=0;i",{"class":r("counter","single")}),this.widget.append(t)),t}},n.prototype={init:function(){this.detectParams(),this.initHtml(),setTimeout(e.proxy(this.initCounter,this),0)},update:function(t){e.extend(this.options,{forceUpdate:!1},t),this.widget.find("."+d+"__counter").remove(),this.initCounter()},detectService:function(){var t=this.widget.data("service");if(!t){for(var i=this.widget[0],n=i.classList||i.className.split(" "),a=0;a",{"class":this.getElementClassNames("button"),html:i.html()});if(t.clickUrl){var s=o(t.clickUrl,{url:t.url,title:t.title}),r=e("",{href:s});this.cloneDataAttrs(i,r),i.replaceWith(r),this.widget=i=r}else i.on("click",e.proxy(this.click,this));i.removeClass(this.service),i.addClass(this.getElementClassNames("widget")),a.prepend(e("",{"class":this.getElementClassNames("icon")})),i.empty().append(a),this.button=a},initCounter:function(){if(this.options.counters)if(this.options.counterNumber)this.updateCounter(this.options.counterNumber);else{var t={counterUrl:this.options.counterUrl,forceUpdate:this.options.forceUpdate};g.fetch(this.service,this.options.url,t).always(e.proxy(this.updateCounter,this))}},cloneDataAttrs:function(e,t){var i=e.data();for(var n in i)i.hasOwnProperty(n)&&t.data(n,i[n])},getElementClassNames:function(e){return r(e,this.service)},updateCounter:function(t){t=parseInt(t,10)||0;var i={"class":this.getElementClassNames("counter"),text:t};t||this.options.zeroes||(i["class"]+=" "+d+"__counter_empty",i.text="");var n=e("",i);this.widget.append(n),this.widget.trigger("counter."+d,[this.service,t])},click:function(t){var i=this.options,n=!0;if(e.isFunction(i.click)&&(n=i.click.call(this,t)),n){var a=o(i.popupUrl,{url:i.url,title:i.title});a=this.addAdditionalParamsToUrl(a),this.openPopup(a,{width:i.popupWidth,height:i.popupHeight})}return!1},addAdditionalParamsToUrl:function(t){var i=e.param(e.extend(this.widget.data(),this.options.data));if(e.isEmptyObject(i))return t;var n=-1===t.indexOf("?")?"?":"&";return t+n+i},openPopup:function(t,i){var n=Math.round(screen.width/2-i.width/2),a=0;screen.height>i.height&&(a=Math.round(screen.height/3-i.height/2));var o=window.open(t,"sl_"+this.service,"left="+n+",top="+a+",width="+i.width+",height="+i.height+",personalbar=0,toolbar=0,scrollbars=1,resizable=1");if(o){o.focus(),this.widget.trigger("popup_opened."+d,[this.service,o]);var s=setInterval(e.proxy(function(){o.closed&&(clearInterval(s),this.widget.trigger("popup_closed."+d,this.service))},this),this.options.popupCheckInterval)}else location.href=t}},e(function(){e("."+d).socialLikes()})});var map;!function(e){var t=e(window),i=(e("html"),e("body"),e(document));e.widget("custom.catcomplete",e.ui.autocomplete,{_renderMenu:function(t,i){var n=this,a="";e.each(i,function(e,i){i.category!=a&&(t.append("
    • "+i.category+"
    • "),a=i.category),n._renderItemData(t,i)})}}),e(function(){function n(e){return(e.getDate()<10?"0":"")+e.getDate()+"."+(e.getMonth()<9?"0":"")+(e.getMonth()+1)+"."+e.getFullYear()}e("#send_message_form").on("submit",function(t){t.preventDefault(),$this=e(this);var i=$this.serialize(),n=$this.attr("action");e.post(n,i,function(t){t.success&&(e.fancybox.close(),$this.find("#id_body").val(""))})}),e("#reply_form").on("submit",function(t){t.preventDefault(),$this=e(this);var i=$this.serialize(),n=e("#reply_message").val(),a="/profile/messages/reply/"+n+"/";e.post(a,i,function(t){t.success&&(e.fancybox.close(),$this.find("#id_recipient").val(""),$this.find("#id_body").val(""))})}),e(".visit, .unvisit").on("click",function(t){t.preventDefault();var i=e(this),n=e(this).attr("href");e.get(n,function(t){t.not_authorized?e.fancybox.open("#pw-login"):t.success&&(t["in"]?i.hasClass("visit")&&(i.hide(),i.siblings(".unvisit").show()):i.hasClass("unvisit")&&(i.hide(),i.siblings(".visit").show()))})}),e("#paswd_change").on("submit",function(t){t.preventDefault();var i=e(this).serialize(),n="/profile/change-password/",a=e(this);e.post(n,i,function(t){if(t.success)e("#paswd_change .mf-success").fadeIn(300),setTimeout(function(){e("#paswd_change .mf-success").fadeOut(300)},3e3),a.find("#id_old password").val("");else{e("#paswd_change .mf-error").parent().remove();var i=e("
      ").attr("class","mf-line").append(e("
      ").attr("class","mf-error").append(t.errors[0]));a.find(".mf-buttons-line").before(i)}})}),e(".reg").on("click",function(t){t.preventDefault(),e(".register").click()}),e.fn.customSelect=function(){return e(this).each(function(){var t=e(this),i=t.children("option"),n=t.children("option").length,a=e(":selected",t);t.addClass("s-hidden"),t.wrap('
      '),t.after('
      ');var o=t.next("div.custom-select-wrap"),s=o.children(".custom-select-text"),r=0!=a.length?a.text():t.children("option").eq(0).text();s.text(r),0!=i.index(a)||t.children("option").eq(0).val()&&t.children("option").eq(0).attr("value")||s.addClass("placeholder");for(var l=e('
      ').insertAfter(o),c=l.find(".scroll-content"),d=e("