

/* Start:/bitrix/templates/yoga/components/bitrix/menu/top_main/style.css?1569394084110*/
#nav li.highlight a{color:#fff;border-radius: 6px;background-color: #ff7900;padding-left:8px;font-weight:540;}
/* End */


/* Start:/bitrix/templates/yoga/components/bitrix/news.list/map2019/style.css?15789218592741*/
﻿.map-center:after{
	display:block;
	clear:both;
	content:"";
}
.map-center h3{
	color:#0076c1;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0 0 9px;
}

.map-center h3 a{
	color:#0076c1;
}

.map-center .wrap{
	overflow:hidden;
	width:180px;
	margin:0 auto;
	position:relative;
	z-index:10;
}
.map-center .map{
	width:264px;
	height:314px;
	position:relative;
	z-index:5;
	background:url('/bitrix/templates/yoga/images/bg-metro.png') no-repeat;
}
.map-center .map ul{
	margin:0;
	padding:0;
	list-style:none;
}
.map-center .map ul li{
	position:absolute;
	width:18px;
	height:18px;
	top:0;
	left:0;
}
.map-center .map ul li a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	width:18px;
	height:16px;
}
.map-center .map ul li a span{
	float:left;
	width:36px;
	height:18px;
	background:url('/bitrix/templates/yoga/images/dot03.png') no-repeat;
}
.map-center .map ul li.active a span,
.map-center .map ul li a:hover span{
	margin:0 0 0 -18px;
}

.map-center .map ul .c005{ /* YP Бутово */
	left:100px; top:285px;
}
.map-center .map ul .c006{ /* YP Беломорская */
	left:75px; top:17px;
}
.map-center .map ul .c010{ /* YP Измайлово */
	left:220px; top:55px;
}
.map-center .map ul .c011{ /* YP Красная пресня */
	left:85px; top:100px;
}
.map-center .map ul .c012{ /* YP Крылатское */
	left:15px; top:77px;
}
.map-center .map ul .c014{ /* YP Метрополис */
	left:75px; top:45px;
}
.map-center .map ul .c016{ /* YP Нахимовский */
	left:131px; top:217px;
}
.map-center .map ul .c017{ /* YP Перово */
	left:230px; top:110px;
}
.map-center .map ul .c018{ /* YP Новокузнецкая */
	left:146px; top:150px;
}
.map-center .map ul .c020{ /* Таганка */
	left:178px; top:148px;
}
.map-center .map ul .c022{ /* YP Университет */
	left:34px; top:154px;
}
.map-center .map ul .c023{ /* YP Чистые пруды */
	left:154px; top:104px;
}
.map-center .map ul .c028{ /* YP Одинцово */
	left:10px; top:133px;
}
.map-center .map ul .c029{ /* YP Куркино */
	left:53px; top:1px;
}
.map-center .map ul .c044{ /* YP ВДНХ */
	left:170px; top:46px;
}
.map-center .map ul .c051{ /* YP Митино */
	left:15px; top:30px;
}
.map-center .map ul .c056{ /* YP Ломоносовский */
	left:50px; top:175px;
}
.map-center .map ul .c058{ /* YP Пушкинская */
	left:120px; top:113px;
}
.map-center .map img{
	vertical-align:top;
}
.map-center .text{
	font:italic 11px Georgia, "Times New Roman", Times, serif;
	position:relative;
	z-index:10;
}
.map-center .text strong{
	color:#004285;
}
#zoom-link {position:absolute;display:block;right:0;bottom:12px;width:30px;height:25px;text-decoration:none;}
/* End */


/* Start:/bitrix/templates/yoga/components/bitrix/menu/site_map/style.css?13328289402878*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/yoga/components/bitrix/menu/site_map/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/yoga/components/bitrix/menu/site_map/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/yoga/components/bitrix/menu/site_map/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/yoga/components/bitrix/menu/site_map/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/yoga/components/bitrix/menu/site_map/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/bitrix/templates/yoga/components/bitrix/system.auth.form/.default/style.css?15614694291176*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/yoga/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/yoga/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}
div.bx-system-auth-form div.form-group input {
display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    outline: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
div.bx-system-auth-form input.btn {float:right;margin-right:1%;}
/* End */


/* Start:/bitrix/templates/yoga/styles.css?1605736417140907*/
body{
	margin:0;
	color:#000;
	font:12px tahoma, geneva, sans-serif;
	background:#fff url(/bitrix/templates/yoga/images/bg-body-orange.jpg) no-repeat 50% 0;
}
#ymap {width: 100%;height: 650px;}
#pagebody {background:#fff url(/bitrix/templates/yoga/images/bg-body-orange.jpg) no-repeat 50% 0;}
#pagebody.pink-page{
	background:#fff url(/bitrix/templates/yoga/images/bg-body-pink.jpg) no-repeat 50% 0;
}
#pagebody.blue-page{
	background:#fff url(/bitrix/templates/yoga/images/bg-body-blue.jpg) no-repeat 50% 0;
}
#pagebody.violet-page{
	background:#fff url(/bitrix/templates/yoga/images/bg-body-violet.jpg) no-repeat 50% 0;
}
#pagebody.green-page{
	background:#fff url(/bitrix/templates/yoga/images/bg-body-green.jpg) no-repeat 50% 0;
}
#pagebody.brown-page{
	background:#fff url(/bitrix/templates/yoga/images/bg-body-brown.jpg) no-repeat 50% 0;
}
img{
	border-style:none;
}
a{
	color:#ff7f00;
	outline:none;
	text-decoration:none;
}
.pink-page a{
	color:#c52769;
}
.blue-page a{
	color:#0076c1;
}
.violet-page a{
	color:#5e2e91;
}
.green-page a{
	color:#669900;
}
.brown-page a{
	color:#9A4C00;
}
a:hover{
	text-decoration:underline;
}
input, textarea, select{
	font:100% tahoma, geneva, sans-serif;
	vertical-align:middle;
	outline:none;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
p{
	margin:0 0 6px 0;
	line-height:18px;
}

.main-content div {
	margin:0 0 6px 0;
	line-height:18px;
}
.main-content p i {color: #363636;}

#wrapper{
	margin:0 auto;
	width:1024px;
}
#header{
	overflow:hidden;
	width:982px;
	margin:0 auto;
	position:relative;
}

span.betta {color:#C7E0F0;font-weight:bold;position:absolute;top:12px;left:72px;font-size:11px;}

.logo{
	margin:9px 27px 0 2px;
	width:81px;
	height:113px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	display:inline;
}
#header .wrap .tel2{
	float:right;
	margin-right:0;
	margin-bottom:0;
	display:inline;
	font:18px Arial, Helvetica, sans-serif;
	width:142px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/bitrix/templates/yoga/images/phone.png) no-repeat;
	position:relative;
}
#header .wrap .tel2 .telnote{
	position:absolute;
	bottom:0px;
	right:0px;
	text-indent: 0px;
	font-size: 11px;
}
.logo a{
	height:100%;
	display:block;
	background:url(/bitrix/templates/yoga/images/logo.jpg) no-repeat;
}
* html .logo{
	margin-right:24px;
}
#header .col{
	overflow:hidden;
	height:138px;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
}
#header .row{
	overflow:hidden;
	width:100%;
	margin:0 0 11px;
}
#header .menu{
	float:left;
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
	display:inline;
}
#header .menu li{
	float:left;
	margin:0 18px 0 0;
}
#header .menu li a{
	float:left;
	color:#fff;
}
#header .box{
	float:right;
	margin:0 5px 0 0;
	display:inline;
}
#header .login{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#header .login li{
	float:left;
	margin-left:16px;
	display:inline;
}
#header .login li a{
	float:left;
	color:#fff;
}
.language{
	float:left;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	display:inline;
	background:url(/bitrix/templates/yoga/images/separator01.png) no-repeat;
}
.language li{
	float:left;
	margin:0 0 0 21px;
	display:inline;
}
.language li a{
	float:left;
	color:#fff;
}
.language li.active a{
	color:#d7d7d7;
}
#header .wrap{
	overflow:hidden;
	width:100%;
	margin:0 0 1px;
}
#header .wrap blockquote{
	float:left;
	margin:2px 0 0;
}
#header .wrap blockquote div{
	float:left;
	line-height:14px;
}
#header .wrap blockquote q{
		quotes: none;
		color:#c7e0f0;
		font:italic 12px Georgia, "Times New Roman", Times, serif;
}
q:before{content:"";}
q:after{content:"";}
#header .wrap cite{
	color:#77bbe6;
	padding-left:7px;
}
#header .wrap .tel{
	float:right;
	margin-right:0;
	display:inline;
	font:18px Arial, Helvetica, sans-serif;
}
#header .wrap .tel strong{
	margin-left:5px;
}
#header .holder{
	overflow:hidden;
	width:100%;
}
#nav{
	float:left;
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
}
#nav li{
	float:left;
	margin-right:7px;
}
#nav li a{
	float:left;
	cursor:pointer;
	color:#fff;
	font:17px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
#nav li a:hover{
	text-decoration:none;
}
#nav li a span{
	float:left;
	height:22px;
	padding:1px 0 0;
}
#nav li.active a span{
	background:url(/bitrix/templates/yoga/images/nav-l.png) no-repeat;
	color:#0076c1;
	padding:3px 0 0 8px;
	height:20px;
	font-size:14px;
}
#nav li.active a:hover span{
	text-decoration:none;
}
#nav li a:hover span{
	text-decoration:underline;
}
#nav li a em{
	font-style:normal;
	width:8px;
	height:23px;
	float:left;
}
#nav li.active a em{
	background:url(/bitrix/templates/yoga/images/nav-r.png) no-repeat;
}
#nav li.active{
	margin-right:15px;
}
.search-form{
	float:right;
	width:179px;
	height:18px;
	padding:3px 0;
	margin-right:21px;
	display:inline;
	background:url(/bitrix/templates/yoga/images/bg-search.png) no-repeat;
}

.search-form-wide{
	float:right;
	width:728px;
	height:18px;
	padding:3px 0;
	margin:0 4px 4px 0;
	display:inline;
	background:url(/bitrix/templates/yoga/images/bg-search-wide.png) no-repeat;
}

.search-form fieldset,.search-form-wide fieldset{
	float:left;
}
.search-form .text{
	margin:0 4px 0 11px;
	display:inline;
	position:relative;
	padding:0;
	float:left;
	border:0;
	background:none;
	width:140px;
	color:#000;
	height:18px;
	font:11px/18px Arial, Helvetica, sans-serif;
}
.search-form-wide .text{
	margin:0 4px 0 11px;
	display:inline;
	position:relative;
	padding:0;
	float:left;
	border:0;
	background:none;
	width:689px;
	color:#000;
	height:18px;
	font:11px/18px Arial, Helvetica, sans-serif;
}
.search-form .btn,.search-form-wide .btn{
	float:left;
	margin:0;
	position:relative;
	padding:0;
	background:url(/bitrix/templates/yoga/images/search-btn.png) no-repeat;
	width:18px;
	height:18px;
	cursor:pointer;
	border:0;
	overflow:hidden;
	text-indent:-9999px;
}
#main{
	width:1002px;
	padding:15px 25px 20px 17px;
}
#main:after{
	display:block;
	clear:both;
	content:"";
}
#content{
	float:left;
	width:75%;
}
#content.align-r{
	float:right;
	width:75%;
}
.wrap-top-main-menu{
	width:100%;
	border-bottom:solid 1px #ccc;
	padding:0 0 4px;
	margin:0 0 21px;
}
.wrap-top-main-menu:after{
	display:block;
	clear:both;
	content:"";
}
.wrap-top-main-menu .menu{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font:14px Conv_MetaBookCapsC, Arial, Helvetica, sans-serif;
}
.wrap-top-main-menu .menu li{
	float:left;
	margin-right:10px;
}
.wrap-top-main-menu .menu li a{
	float:left;
	cursor:pointer;
}
.wrap-top-main-menu .menu li.active a{
	text-decoration:none;
	background:#ff7e00 url(/bitrix/templates/yoga/images/bg-top-main-menu-l-o.gif) no-repeat;
	color:#fff;
}
.wrap-top-main-menu .menu li.highlighted a {
	color: #fff;
	background: #2dadff url(/bitrix/templates/yoga/images/bg-top-main-menu-l-b.gif) no-repeat;
}
.wrap-top-main-menu .menu li.highlighted a span {
	padding: 3px 10px 0;
	height: 19px;
	font-size: 12px;
	font-weight:bold;
	background: url(/bitrix/templates/yoga/images/bg-top-main-menu-r-b.gif) no-repeat 100% 0;
}
.pink-page .wrap-top-main-menu .menu li.active a{
	background:#f54d94 url(/bitrix/templates/yoga/images/bg-top-main-menu-l-p.gif) no-repeat;
}
.violet-page .wrap-top-main-menu .menu li.active a{
	background:#9d54ea url(/bitrix/templates/yoga/images/bg-top-main-menu-l-v.gif) no-repeat;
}
.blue-page .wrap-top-main-menu .menu li.active a{
	background:#2dadff url(/bitrix/templates/yoga/images/bg-top-main-menu-l-b.gif) no-repeat;
}
.green-page .wrap-top-main-menu .menu li.active a{
	background:#8ec53f url(/bitrix/templates/yoga/images/bg-top-main-menu-l-g.gif) no-repeat;
}
.wrap-top-main-menu .menu li a span{
	float:left;
	height:20px;
	padding:2px 0 0;
}
.wrap-top-main-menu .menu li.active a span{
	padding:3px 10px 0;
	height:19px;
	font-size:12px;
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-o.gif) no-repeat 100% 0;
}
.pink-page .wrap-top-main-menu .menu li.active a span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-p.gif) no-repeat 100% 0;
}
.violet-page .wrap-top-main-menu .menu li.active a span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-v.gif) no-repeat 100% 0;
}
.blue-page .wrap-top-main-menu .menu li.active a span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-b.gif) no-repeat 100% 0;
}
.green-page .wrap-top-main-menu .menu li.active a span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-g.gif) no-repeat 100% 0;
}
#sidebar{
	float:right;
	margin:0 0 0 -28px;
	width:230px;
	padding:0 0 0 28px;
}
.quick-notes{
	overflow:hidden;
	width:100%;
	display:table;
	text-align:center;
	padding:0;
	margin:0 0 29px;
	position:relative;
	list-style:none;
}
.content-quick-notes{
	margin-bottom:5px;
}
.quick-notes li{
	padding:15px 0 0;
	width:100%;
	overflow:hidden;
}
* html .quick-notes li{
	padding-top:7px;
}
* + html .quick-notes li{
	padding-top:7px;
}
.content-quick-notes li{
	display:table-cell;
	vertical-align:middle;
	padding:0;
	width:33%;
}
.quick-notes .bg-img{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
* html .quick-notes .bg-img{
	float:left;
}
* + html .quick-notes .bg-img{
	float:left;
}
.quick-notes .text{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 15px;
}
* html .quick-notes .text{
	float:left;
}
* + html .quick-notes .text{
	float:left;
}
.quick-notes .title{
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	vertical-align:top;
	background:url(/bitrix/templates/yoga/images/line01.gif) no-repeat 50% 100%;
	margin:0 auto;
	padding:0 0 5px;
	display:block;
	position:relative;
	z-index:5;
}

.quick-notes .title a{
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.quick-notes a{
	color:#a1a1a1;
	font-size:11px;
	position:relative;
	z-index:5;
}
.block-shadow{
	overflow:hidden;
	width:240px;
	margin:0 -5px 28px;
	position:relative;
}
.block-shadow .t{
	background:url(/bitrix/templates/yoga/images/bg-news-t.gif) no-repeat;
	height:8px;
	overflow:hidden;
}
.block-shadow .b{
	background:url(/bitrix/templates/yoga/images/bg-news-b.gif) no-repeat;
	height:8px;
	overflow:hidden;
}
.block-shadow .c{
	background:url(/bitrix/templates/yoga/images/bg-news-c.gif) repeat-y;
	height:1%;
	padding:3px 24px;
}
.block-shadow .text:after{
	display:block;
	clear:both;
	content:"";
}
.block-shadow .c:after{
	display:block;
	clear:both;
	content:"";
}
.block-shadow .ads-ban{
	width:218px;
	position:relative;
        margin:1% 0;
}
.block-shadow .ads-ban img{
	vertical-align:top;
}
.block-shadow h3,.side-col .block-shadow h3{
	border-bottom:solid 1px #7fbae0;
	color:#7fbae0;
	text-align:center;
	margin:-3px 0 21px;
	font:14px/33px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.block-shadow h3 a,.side-col .block-shadow h3 a {color:#7fbae0;}
* html .block-shadow h3{
	padding:8px 0;
}
.content-block-shadow .violet-text h3,
.block-shadow .violet-text h3 {
	color:#5E2E91;
	border-bottom:solid 1px #5E2E91;
}
.block-shadow .violet-text h3 a {color:#5E2E91;}
h2.violet-text{
	color:#9954d0;
	border-bottom:solid 1px #9954d0;
}
.block-shadow h3 img{
	vertical-align:middle;
	margin:0 3px;
}
.blue-block h2 {
	color:#0076c1;
	border-bottom:solid 1px #0076c1;
}
.blue-block h2 a {
	color:#0076c1;
}
.stock-news .news,
.content-block-shadow .news,
.block-shadow .news{
	margin:0;
	padding:0;
	list-style:none;
}
.stock-news .news li,
.content-block-shadow .news li,
.block-shadow .news li{
	margin-bottom:14px;
	overflow:hidden;
	height:1%;
}
.stock-news .news li .visual,
.block-shadow .news li .visual{
	float: left;
	margin: 0 8px 0 0;
}
.stock-news .news .visual img,
.content-block-shadow .news .visual img,
.block-shadow .news li .visual img{
	vertical-align:top;
}
.stock-news .news li .name,
.content-block-shadow .news .name,
.block-shadow .news li .name{
	margin-bottom:4px;
	font:bold 12px/14px Georgia, "Times New Roman", Times, serif;
}

.block-shadow .news li .name span.bullet {
	color:#0076c1;
	font-size:16px;
}

.stock-news .news li .name a,
.content-block-shadow .news .name a,
.block-shadow .news li .name a{
	color:#000;
}
.stock-news .news li p,
.content-block-shadow .news li p,
.block-shadow .news li p{
	margin:0;
	font:italic 11px/14px Georgia, "Times New Roman", Times, serif;
}
.stock-news .news li p a,
.content-block-shadow .news li p a,
.block-shadow .news li p a{
	color:#0076c1;
}
.content-block-shadow .violet-text li p a,
.block-shadow .violet-text li p a{
	color:#5E2E91;
}
.block-shadow .more{
	border:0 !important;
	margin:0 0 15px !important;
	width:100%;
	text-align:center;
}
.stock-list .more a,
.block-shadow .more a{
	color:#808080;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.blog-list,
.seminars-list{
	height:1%;
	position:relative;
	padding:0 0 25px;
	margin:0;
}

.seminars-list a {

	color: #5e2e91;

}

.blog-list .more,
.seminars-list .more{
	border:0 !important;
	text-align:center;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.blog-list .more,
.events-list .more a, .seminars-list .more a{
	color:#808080;
}
.seminars-list:after{
	display:block;
	clear:both;
	content:"";
}
.blog-list:after{
	display:block;
	clear:both;
	content:"";
}

.seminars-list h3 {
	border-bottom:solid 1px #9954d0 !important;
	color:#9954d0 !important;
	margin:0 0 21px !important;
	padding:2px 0 3px !important;
	letter-spacing:1px !important;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
}

.seminars-list table{
	border-collapse:collapse;
	width:100%;
	margin:5px 0 2px;
	border:dotted 1px #ccc;
	border-width:1px 0;
	font: 12px tahoma, geneva, sans-serif;
}
.seminars-list table .time{
	color:#5e2e91;
	padding:4px 10px;
	width:34px;
}
.seminars-list table td{
	padding:4px 0;
}
.seminars-list table .col2{
	width:160px;
}
.seminars-list table .col3{
	width:140px;
}
.seminars-list table .write{
	background:url(/bitrix/templates/yoga/images/ico30.gif) no-repeat;
	width:13px;
	height:13px;
	margin:0 auto;
	display:block;
}
.seminars-list table .write:hover{
	text-decoration:none;
}

.blog-list h3{
	border-bottom:solid 1px #FF7E00 !important;
	color:#D7700C !important;
	margin:0 0 21px !important;
	padding:2px 0 3px !important;
	letter-spacing:1px !important;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
}
.blog-list h3.indent,
.seminars-list h3.indent{
	text-indent:85px;
}
.blog-list .bg-ico,
.content-events-list .bg-ico{
	position:absolute;
	top:0;
	left:152px;
	background:url(/bitrix/templates/yoga/images/ico02.gif) no-repeat;
	width:61px;
	height:37px;
}
.middle-gallery .bg-ico-r, .content-events-list .bg-ico-r{
	position:absolute;
	top:0;
	left:22px;
	background:url(/bitrix/templates/yoga/images/ico02-r.gif) no-repeat;
	width:61px;
	height:37px;
}

.blog-list .list,
.seminars-list .list{
	margin:0 0 -10px;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.blog-list .list li,
.seminars-list .list li{
	overflow:hidden;
	height:1%;
	margin-bottom:27px;
}
.blog-list .list .holder,
.seminars-list .list .holder{
	overflow:hidden;
	height:1%;
	margin-bottom:10px;
}
.blog-list .list .visual,
.seminars-list .list .visual{
	float:left;
	margin:0 9px 0 0;
}
* html .blog-list .list .visual,
* html .seminars-list .list .visual{
	margin-right:6px;
}
.blog-list .list .visual img,
.seminars-list .list .visual img{
	vertical-align:top;
}
.blog-list .list .info,
.seminars-list .list .info{
	overflow:hidden;
	height:1%;
	text-align:center;
}
.blog-list .list .date{
	color:#808080;
	font:10px tahoma, geneva, sans-serif;
}
.seminars-list .list .date{
	border:solid 1px #c7b7d9;
	border-width:1px 0;
	color:#9954d0;
	padding:6px 0;
	margin-bottom:8px;
}

.events-list .link a,
.seminars-list .link a{
	color:gray;
	font:12px tahoma, geneva, sans-serif;
}

.blog-list .list .channel{
	border:solid 1px #c7b7d9;
	border-width:1px 0;
	padding:6px 0;
	margin-bottom:8px;
	color:#848484;
	font-weight:bold;
	font-style:italic;
}
.blog-list .list .channel img{
	float:left;
	margin:-3px 0 0;
}
.blog-list .list .channel span{
	display:block;
	text-align:center;
	overflow:hidden;
	height:1%;
}
.blog-list .list .info strong,
.seminars-list .list .info strong{
	font-size:14px;
	line-height:16px;
	display:block;
	margin-bottom:6px;
}
.blog-list .list .info strong a,
.seminars-list .list .info strong a{
	color:#000;
}
.blog-list .list .info .link,
.seminars-list .list .info .link{
	font:11px/11px Arial, Helvetica, sans-serif;
}
.blog-list .list p,
.seminars-list .list p{
	font-size:11px;
	line-height:14px;
	text-align: left;
}
.blog-list .list p a,
.seminars-list .list p a{
	color:#9954d0;
	font-style:italic;
}
.blog-list .bg-img{
	position:absolute;
	left:0;
	top:0;
}
.wrap-main-title{
	background:url(/bitrix/templates/yoga/images/line-orange.gif) repeat-x 0 100%;
	padding:2px 0 7px;
	width:100%;
	margin:0 0 15px;
	position:relative;
}
.wrap-main-title:after{
	display:block;
	clear:both;
	content:"";
}
.wrap-main-title.wrap-main-title-indent{
	margin-bottom:30px;
}
h1{
	color:#7a7a7a;
	font:24px Conv_MetaBookCapsC , Arial, Helvetica, sans-serif;
	margin:0;
	overflow:hidden;
}
.wrap-main-title .menu{
	float:right;
	margin:6px 0 0;
	font:italic 12px/20px Georgia, "Times New Roman", Times, serif;
}
* html .wrap-main-title .menu{
	margin-left:-3px;
}
.wrap-main-title .menu .title{
	float:left;
	color:#9b9b9b;
}
.wrap-main-title .menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.wrap-main-title .menu li{
	float:left;
	margin-left:9px;
	display:inline;
}
.wrap-main-title .menu li.active{
	background:#595959;
	padding:0 5px;
}
.wrap-main-title .menu li.active a:hover,
.wrap-main-title .menu li.active a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}
.wrap-main-title .menu li a{
	float:left;
}
.content-block-shadow .bg-img,
.wrap-main-title .bg-img{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.pink-page .wrap-main-title{
	background:url(/bitrix/templates/yoga/images/line-pink.gif) repeat-x 0 100%;
}
.blue-page .wrap-main-title{
	background:url(/bitrix/templates/yoga/images/line-blue.gif) repeat-x 0 100%;
}
.violet-page .wrap-main-title{
	background:url(/bitrix/templates/yoga/images/line-violet.gif) repeat-x 0 100%;
}
.green-page .wrap-main-title{
	background:url(/bitrix/templates/yoga/images/line-green.gif) repeat-x 0 100%;
}
.slogan p,
.slogan{
	font:italic 18px/24px Georgia, "Times New Roman", Times, serif;
	color:#7a7a7a;
	margin:0 0 5px;
}
.slogan .more{
	font-size:12px;
	clear:both;
}
h2{
	border-bottom:solid 1px #ff7e00;
	position:relative;
	color:#d7700c;
	margin:0 0 18px;
	padding:2px 0 3px;
	font:13px/15px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
h2 span{
	position:relative;
	z-index:5;
}
h2 .bg-img{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.pink-page h2{
	color:#c52769;
	border-bottom:solid 1px #c52769;
}
.blue-page h2{
	color:#1692e1;
	border-bottom:solid 1px #1692e1;
}
.violet-page h2{
	color:#5e2e91;
	border-bottom:solid 1px #5e2e91;
}
.green-page h2{
	color:#669900;
	border-bottom:solid 1px #669900;
}
.three-columns{
	width:750px;
	margin:0 -20px 27px 0;
}
.three-columns:after{
	display:block;
	clear:both;
	content:"";
}
.three-columns .col{
	float:left;
	width:230px;
	margin-right:20px;
}

.three-columns .heading{
	color:#323232;
	font:bold italic 14px/18px Georgia, "Times New Roman", Times, serif;
	border-bottom:solid 1px #bfbfbf;
	margin:0 0 5px;
	padding:0 0 7px;
}
.three-columns .note{
	color:#353535;
	margin-bottom:27px;
}
.three-columns .note p {
	font:italic 14px/15px Georgia, "Times New Roman", Times, serif;
}
.exercises-list{
	margin:0 0 27px;
	padding:0;
	list-style:none;
}
.exercises-list li{
	margin-bottom:8px;
}
.exercises-list li .opener a{
	line-height:12px;
}
.exercises-list li .opener span{
	font-size:12px;
	color:#1a1a1a;
}
.exercises-list li .opener a:hover span{
	text-decoration:underline;
}
.exercises-list li .opener a:hover{
	text-decoration:none;
}
.exercises-list li .opener em{
	color:#7f7f7f;
	font-style:normal;
	font-size:11px;
}
.exercises-list li .visual{
	display:none;
	margin:5px 0 20px;
}
.exercises-list li .visual img{
	vertical-align:top;
}
.exercises-list li.active .visual{
	display:block;
}
.three-columns .more{
	border-top:solid 1px #bfbfbf;
	text-align:center;
	font-style:italic;
	padding:3px 0 0;
}
.three-columns .more a{
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.description-lesson{
	overflow:hidden;
	height:1%;
}
.description-lesson h3{
	margin:0 0 16px;
	border-bottom:solid 1px #ff7e00;
	color:#d7700c;
	text-align:center;
	padding:0 0 4px;
	font:13px/26px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.description-lesson h3 a{color:#d7700c;}

.description-lesson h3 img{
	vertical-align:middle;
	margin:0 5px;
}

.description-lesson .title{
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-bottom:-2px;
}

.description-lesson .note .title a{
	color:#000;
}

.description-lesson .name{
	color:#333;
	font-size:11px;
	margin-bottom:6px;
}
.description-lesson p{
	margin:0 0 17px;
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
}
.description-lesson .lesson{
	margin:0 0 19px;
	padding:18px 0 0;
	list-style:none;
	border-top:solid 1px #bfbfbf;
}
.description-lesson .lesson li{
	line-height:12px;
	color:#1a1a1a;
	margin-bottom:12px;
}
.description-lesson .lesson li a{
	color:#1a1a1a;
}
.description-lesson .visual{
	position:relative;
	margin-bottom:13px;
	height:1%;
}
.description-lesson .visual img{
	vertical-align:top;
}
.description-lesson .visual .play{
	position:absolute;
	top:50%;
	left:50%;
	background:url(/bitrix/templates/yoga/images/play-btn.png) no-repeat;
	width:68px;
	height:68px;
	margin:-34px 0 0 -34px;
	text-indent: -9999px;
}
.description-lesson .title-lesson{
	font:bold italic 11px/14px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.information-block{
	width:100%;
	padding:0 0 28px;
	position:relative;
	z-index:2;
}
.information-block:after{
	display:block;
	clear:both;
	content:"";
}
.information-block .side-box{
	float:right;
	width:230px;
}
.information-block .side-box .more{
	margin-top:-14px;
}
.information-block .align-left{
	float:left;
}
.information-block .comment-blog{
	margin:0;
	padding:0;
	list-style:none;
}
.information-block .comment-blog .img-wrap{
	float:left;
	margin:0 14px 0 0;
}
.information-block .comment-blog .img-wrap img{
	vertical-align:top;
}
* html .information-block .comment-blog .img-wrap{
	margin-right:-3px;
}
.information-block .comment-blog li{
	margin:0 0 23px;
}
.information-block .comment-blog .wrap{
	overflow:hidden;
	height:1%;
}
.information-block .comment-blog .name-box{
	overflow:hidden;
	height:1%;
	margin-bottom:5px;
}
.information-block .comment-blog .visual{
	float:left;
	margin:0 5px 0 0;
	text-align:center;
	width:26px;
}
* html .information-block .comment-blog .visual{
	margin-right:2px;
}
.information-block .comment-blog .visual img{
	vertical-align:top;
}
.information-block .comment-blog .box{
	overflow:hidden;
	height:1%;
	line-height:14px;
}
.information-block .comment-blog .box span{
	display:block;
	font-size:11px;
	margin-bottom:3px;
	color:#333;
}
.information-block .comment-blog .box strong{
	color:#000;
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.information-block .comment-blog .row{
	overflow:hidden;
	height:1%;
	margin-top:4px;
	border-bottom: solid 1px #CCC;
}
.information-block .comment-blog .num{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	height:1%;
	clear:both;
	margin-top:8px;
	background:url(/bitrix/templates/yoga/images/bg-comment-r.gif) no-repeat 100% 0;
}
.information-block .comment-blog .num em{
	float:left;
	color:#fff;
	min-width:18px;
	height:15px;
	text-align:center;
	font:9px Arial, Helvetica, sans-serif;
	background:url(/bitrix/templates/yoga/images/bg-comment-l.gif) no-repeat;
}
* html .information-block .comment-blog .num em{
	width:18px;
}

.information-block .comment-blog .num em a{color:#fff;}

.information-block .comment-blog .row a{
	font-size:11px;
}
.information-block .comment-blog .row span{
	color:#656565;
	font-size:9px;
	display:inline;
	margin:0;
}
.information-block .comment-blog .row-title{
	margin:4px 0;
	overflow:hidden;
	height:1%;
	font:14px Arial, Helvetica, sans-serif;
}
.information-block .name-channel{
	color:#848484;
	font:bold italic 12px/15px Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	height:1%;
	padding:5px 0 0 4px;
}
.information-block .comment-blog p{
	color:#313131;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}
.information-block .comment-blog .img-block{
	border:solid 1px #cccccc;
	border-width:1px 0;
	margin:5px 0 8px;
	padding:9px 0;
	text-align:center;
}
.information-block .comment-blog .img-block img{
	vertical-align:top;
}
.information-block .more{
	text-align:center;
	margin:0 0 24px;
	padding:3px 0 0;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.tag-cloud{
	overflow:hidden;
	height:1%;
	margin-bottom:23px;
}
.tag-cloud .title{
	color:#333;
	margin:0 0 7px;
	text-align:center;
	font:bold italic 14px Georgia, "Times New Roman", Times, serif;
}
.side-col{
	float:left;
	width:230px;
	margin-right:20px;
	display:inline;
}

* html .side-col{
	margin-right:17px;
}
.side-col h3{
	margin:0 0 15px;
	padding:0 0 4px;
	border-bottom:solid 1px #ff7e00;
	position:relative;
	font-weight:normal;
	color:#000;
	height:1%;
	font:bold italic 13px Georgia, "Times New Roman", Times, serif;
}
.green-page .side-col h3{
	border-color:#669900;
}
.pink-page .side-col h3{
	border-color:#c52769;
}
.blue-page .side-col h3{
	border-color:#2dadff;
}
.violet-page .side-col h3{
	border-color:#5e2e91;
}
.brown-page .side-col h3{
	border-color:#c29466;
}
.side-col h3 span{
	position:relative;
	z-index:5;
	padding:0 0 0 1px;
}
.side-col h3 .bg-img{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.side-col .tag-cloud {
	margin-bottom:23px;
}
.side-col .tag-cloud ul{
	border:0;
	padding:0;
}
.tag-cloud ul{
	margin:0;
	padding:3px 0;
	list-style:none;
	border:solid 1px #bfbfbf;
	border-width:1px 0;
	text-align:justify;
}
.tag-cloud ul li{
	display:inline;
	line-height:16px;
}
.tag-cloud ul li a{
	color:#b1aaaa;
}
.tag-cloud .size10{
	font-size:10px;
}
.tag-cloud .size11{
	font-size:11px;
}
.tag-cloud .size12{
	font-size:12px;
}
.tag-cloud .size13{
	font-size:13px;
}
.tag-cloud .size14{
	font-size:14px;
}

.tag-cloud .size15{
	font-size:15px;
}
.tag-cloud .size16{
	font-size:16px;
}
.tag-cloud .bl{
	font-weight:bold;
}
.tag-cloud .black a{
	color:#44445c;
}
.information-block .info-box{
	float:left;
	width:479px;
}
.information-block .info-box .title{
	margin:0 0 5px;
	font:bold italic 14px Georgia, "Times New Roman", Times, serif;
}
.information-block .info-box .plaer{
	overflow:hidden;
	height:1%;
	margin:0 0 41px;
}
.information-block .info-box .plaer img{
	vertical-align:top;
}
.gallery-ads{
	width:479px;
	position:relative;
	margin:0 0 53px;
}
.gallery-ads:after{
	display:block;
	clear:both;
	content:"";
}
.gallery-ads .bg-img{
	position:absolute;
	top:-5px;
	left:-74px;
	z-index:10;
}
.gallery-ads .wrap{
	width:479px;
	overflow:hidden;
	position:relative;
	z-index:5;
}
.gallery-ads .wrap ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	float:left;
}
.gallery-ads .wrap li{
	float:left;
	width:479px;
}
.gallery-ads .wrap .visual{
	float:left;
	position:relative;
	width:254px;
	height:254px;
	overflow:hidden;
	margin:0 9px 0 0;
}
.gallery-ads .wrap .visual img{
	vertical-align:top;
}
* html .gallery-ads .wrap .visual{
	margin-right:6px;
}
.gallery-ads .wrap .visual .mask{
	position:absolute;
	top:0;
	left:0;
	background:url(/bitrix/templates/yoga/images/mask.png) no-repeat;
	width:254px;
	height:254px;
}
.gallery-ads .switch{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:10;
	text-align:center;
	width:250px;
	right:-12px;
	top:21px;
}
.gallery-ads .switch li{
	display:inline-block;
	margin:0 2px;
	overflow:hidden;
	height:7px;
	width:8px;
}
* html .gallery-ads .switch li{
	display:inline;
	margin:0 4px;
}
* + html .gallery-ads .switch li{
	display:inline;
	margin:0 4px;
}
.gallery-ads .switch li a{
	background:url(/bitrix/templates/yoga/images/dot01.png) no-repeat -8px 0;
	height:7px;
	width:8px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
.gallery-ads .switch li.active a,
.gallery-ads .switch li a:hover{
	text-decoration:none;
	background-position:0 0;
}
.gallery-ads .text{
	overflow:hidden;
	height:1%;
	text-align:center;
	padding:48px 9px 0 0;
}
.gallery-ads .text .heading{
	font-size:18px;
	line-height:20px;
	margin:0 0 2px;
}
.gallery-ads .text .row{
	margin:0 0 8px;
}
.gallery-ads .text .row a{
	color:#ff7f00;
	font:italic 11px/13px Georgia, "Times New Roman", Times, serif;
}
.gallery-ads .text .note{
	color:#7c7c7c;
	padding:14px 0;
	margin:0 0 5px;
	font:12px/13px Georgia, "Times New Roman", Times, serif;
	border:solid 1px #e5e5e5;
	border-width:1px 0;
}
.gallery-ads .text .date{
	font:italic 11px/13px Georgia, "Times New Roman", Times, serif;
	color:#888;
}
.information-block .diverse-box{
	overflow:hidden;
	height:1%;
	margin-top:-5px;
}
.information-block .diverse-box .ads{
	float:left;
	width:230px;
	margin:0 19px 0 0;
	padding:0;
	list-style:none;
}
.information-block .diverse-box .ads .text{
	overflow:hidden;
	height:1%;
}
.information-block .diverse-box .ads .visual{
	float:left;
	margin:3px 25px 0 0;
}
.information-block .diverse-box .ads .visual img{
	vertical-align:top;
}
* html .information-block .diverse-box .ads .visual{
	margin-right:18px;
}
* + html .information-block .diverse-box .ads .visual{
	margin-right:18px;
}
.information-block .diverse-box .ads .name{
	color:#818181;
}
.information-block .diverse-box .ads .title{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	margin:0 0 -1px;
	color:#333333;
}
.information-block .diverse-box .ads .link{
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	margin:0 0 9px;
}
.information-block .diverse-box .ads li{
	margin:0 0 47px;
	overflow:hidden;
	height:1%;
}
.information-block .diverse-box .ads p{
	margin:0;
	color:#333;
	font:italic 12px/15px Georgia, "Times New Roman", Times, serif;
}
.information-block .diverse-box .detailed-information{
	float:left;
	width:230px;
}
.information-block .diverse-box .detailed-information .name{
	color:#333;
	font:bold 14px/15px Georgia, "Times New Roman", Times, serif;
}
.information-block .diverse-box .detailed-information .link{
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	margin:0 0 6px;
}
.information-block .diverse-box .detailed-information .visual{
	border:solid 1px #bfbfbf;
	border-width:1px 0;
	padding:17px 0;
	text-align:center;
	margin:0 0 9px;
}
.information-block .diverse-box .detailed-information .visual img{
	vertical-align:top;
}
.information-block .diverse-box .detailed-information p{
	margin:0 0 9px;
	color:#333;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}
.information-block .diverse-box .articles-list{
	margin:0 -17px 0 0;
	padding:3px 0 0;
	list-style:none;
	width:494px;
}
.information-block .diverse-box .articles-list .visual{
	margin-top:9px;
}
.information-block .diverse-box .articles-list li{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	width:230px;
	margin:0 14px 14px 0;
}
* html .information-block .diverse-box .articles-list li{
	margin-right:17px;
}
* + html .information-block .diverse-box .articles-list li{
	margin-right:17px;
}
.information-block .articles-list .heading{
	font-size:18px;
	line-height:18px;
	color:#333;
}
.information-block .articles-list .note{
	font-size:12px;
	color:#333;
	font:italic 11px/12px Georgia, "Times New Roman", Times, serif;
}
.information-block .articles-list .name{
	font:12px tahoma, geneva, sans-serif !important;
}
#main .container{
	width:100%;
	margin:0 0 30px;
}
#main .container:after{
	display:block;
	clear:both;
	content:"";
}
.item-list{
	width:100%;
	overflow:hidden;
	padding:9px 0 32px;
}
.item-list h3{
	background:url(/bitrix/templates/yoga/images/bg-gallery.jpg) no-repeat 50% 0;
	margin:0 0 12px;
	padding:0;
	height:32px;
	text-align:center;
	color:#888;
	font:14px Georgia, "Times New Roman", Times, serif;
}

.item-list h3 a{
	color:#888;
	font:14px Georgia, "Times New Roman", Times, serif;
}

.item-list ul{
	margin:0 -21px 0 0;
	padding:0;
	list-style:none;
	width:1000px;
	padding:0 0 0 1px;
}
.item-list ul li{
	display:inline-block;
	vertical-align:top;
	width:229px;
	margin:0 17px 17px 0;
}
* + html .item-list ul li{
	margin-right:21px;
}
* html .item-list ul li{
	margin-right:19px;
}
.item-list ul li .visual{
/*	border:solid 1px #e2e2e2;*/
	display:table-cell;
	vertical-align:middle;
	height:123px;
	width:229px;
	text-align:center;
}
.item-list ul li .name{
	color:#956e12;
	font-size:12px;
	font-weight:bold;
	padding:11px 0 0;
        min-height:40px;
}
.item-list ul li .name a{
	color:#956e12;
}
.item-list ul li .note{
	border-bottom:solid 1px #ccc;
	margin:0 0 4px;
	padding:0 0 8px;
}
.item-list ul li .price{
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.bigmenu{
	width:1000px;
	margin:0 -21px 0 0;
	overflow:hidden;
	background:url(/bitrix/templates/yoga/images/line02.gif) no-repeat;
	padding:23px 0 0;
}
.bigmenu .col{
	float:left;
	width:213px;
	padding:0 20px 0 0;
	margin:0 17px 0 0;
}
.bigmenu h4{
	margin:0 0 3px;
	color:#ababab;
	font-weight:normal;
	font-size:13px;
}
.bigmenu ul{
	margin:0 0 19px;
	padding:0;
	list-style:none;
}
.bigmenu ul li{
	margin-bottom:3px;
}
.bigmenu ul li a{
	color:#808080;
	font-size:11px;
}
#footer{
	width:982px;
	border-top:solid 1px #ccc;
	padding:14px 0 50px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .row{
	overflow:hidden;
	height:1%;
	font-size:12px;
	font-weight:bold;
	margin-bottom:14px;
}
#footer .copyright{
	float:left;
	color:#000;
	margin-left:15px;
}
#footer .buy{
	float:right;
	margin-right:97px;
}
#footer .buy span{
	float:left;
	font-weight:normal;
	margin-right:5px;
}
#footer .buy a{
	float:left;
	color:#000;
}
#footer p{
	line-height:13px;
	width:630px;
	font-size:11px;
}
.my-contact .two-columns{
	float:left;
	width:500px;
	overflow:hidden;
}
.my-contact h2{
	margin:0 0 18px;
}
.my-contact .my-info{
	overflow:hidden;
	height:1%;
}
.my-contact .my-info .visual{
	text-align:center;
	margin:0 0 16px;
}
.my-contact .my-info .visual img{
	vertical-align:top;
}
.my-contact .my-info .note{
	color:#7a7a7a;
	margin:0 0 18px;
}
.my-contact .my-info p{
	margin:0 0 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}
.my-contact .my-info p a{
	color:#B2B2B2;
	font-style:italic;
}
.my-contact .my-info .list{
	margin:0;
	padding:12px 0 0;
	list-style:none;
	border-top:solid 1px #cacaca;
}
.my-contact .my-info .list li{
	text-align:center;
	margin-bottom:8px;
}
.my-contact .box{
	margin-right:20px;
}
.three-columns .container{
	overflow:hidden;
	height:1%;
	margin-bottom:26px;
}
.my-contact .box .list{
	margin:0 -17px 0 0;
	padding:6px 0 0;
	list-style:none;
	width:500px;
	overflow:hidden;
}
.my-contact .box .list li{
	display:inline-block;
	vertical-align:top;
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:0 17px 17px 0;
	width: 230px;
}
* html .my-contact .box .list li{
	margin-right:20px;
}
* + html .my-contact .box .list li{
	margin-right:20px;
}
.my-contact .box .list .name{
	font-weight:bold;
	margin:0 0 8px;
}
.my-contact .box .list p{
	margin:0;
}
.my-contact .box .list p a{
	font-style:italic;
	color:#b2b2b2;
}
.support{
	margin:0 0 7px;
	padding:0;
	list-style:none;
	text-align:justify;
}
.support li{
	display:inline;
	padding:10px 0;
}
.support li a{
	vertical-align:middle;
	display:inline-block;
}
.support li img{
	padding:5px 0;
}
.my-contact .more a{
	color:#b2b2b2;
}
.my-contact .contact{
	overflow:hidden;
	height:1%;
}
.my-contact .contact{
	margin:-4px 0 5px;
	overflow:hidden;
	height:1%;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.my-contact .contact dt{
	margin:0 3px 0 0;
	font-weight:bold;
}
.my-contact .contact dd{
	margin:0 0 7px;
}
.my-contact .contact .tel{
	font:14px Arial, Helvetica, sans-serif;
}
.my-contact .contact address{
	font-style:normal;
}
.my-contact .more{
	margin-bottom:24px;
}
.side-menu{
	width:100%;
	margin:0 0 25px;
}
.side-menu ul{
	margin:0 -10px 0 0;
	padding:0;
	list-style:none;
	width:240px;
	font-size:14px;
	font-weight:bold;
}
.side-menu ul li{
	overflow:hidden;
	line-height:14px;
	margin:0 0 2px;
	position:relative;
}
.side-menu ul li .wrap{
	padding:3px 10px 3px 4px;
	margin:0;
	width:auto;
}
.side-menu .shop-menu li .wrap{
	background:url(/bitrix/templates/yoga/images/arrow04.gif) no-repeat 0 6px;
	padding-left:14px;
}
.side-menu ul li a{
	color:#ff7f00;
}
.pink-page .side-menu ul li a{
	color:#c52769;
}
.blue-page .side-menu ul li a{
	color:#0076c1;
}
.violet-page .side-menu ul li a{
	color:#5e2e91;
}
.green-page .side-menu ul li a{
	color:#669900;
}
.brown-page .side-menu ul li a{
	color:#9A4C00;
}

.side-menu ul li.active .level2 li.active a {color:#fff;background-color:#FF8610;padding:0 2px;}
.side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-o.gif) no-repeat 0 50%;
}
.pink-page .side-menu ul li.active .level2 li.active a {background-color:#C52769;}
.pink-page .side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-p.gif) no-repeat 0 50%;
}
.blue-page .side-menu ul li.active .level2 li.active a {background-color:#2DADFF;}
.blue-page .side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-b.gif) no-repeat 0 50%;
}
.violet-page .side-menu ul li.active .level2 li.active a{background-color:#A35FEB;}
.violet-page .side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-v.gif) no-repeat 0 50%;
}
.green-page .side-menu ul li.active .level2 li.active a {background-color:#A8D410;}
.green-page .side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-g.gif) no-repeat 0 50%;
}
.brown-page .side-menu ul li.active .level2 li.active a {background-color:#A87210;}
.brown-page .side-menu ul li.active .wrap{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-br.gif) no-repeat 0 50%;
}
.side-menu ul li.active-level2 .wrap{
	background:none !important;
}
.side-menu .shop-menu li.active-level2 .wrap{
	background:url(/bitrix/templates/yoga/images/arrow04.gif) no-repeat 0 6px !important;
}
.side-menu ul li.active a{
	color:#fff;
}
.side-menu ul li.active-level2 .wrap a{
	color:#1a1a1a;
}
.side-menu ul li .level2{
	margin:0 0 -2px;
	padding:1px 0;
	list-style:none;
	display:none;
	width:auto;
}
.side-menu ul li.active-level2 .level2,
.side-menu ul li.active .level2{
	display:block;
}
.side-menu ul li .level2 li{
	padding:0;
	padding:3px 0 3px 14px;
}
.side-menu .shop-menu li .level2 li{
	padding-left:30px;
}
.side-menu ul li .level2 li a{
	color:#ff7f00;
	background:none;
}
.pink-page .side-menu ul li .level2 li a{
	color:#c52769;
}
.blue-page .side-menu ul li .level2 li a{
	color:#0076c1;
}
.violet-page .side-menu ul li .level2 li a{
	color:#5e2e91;
}
.green-page .side-menu ul li .level2 li a{
	color:#669900;
}
.brown-page .side-menu ul li .level2 li a{
	color:#9A4C00;
}

.side-menu ul li.active-level2  .level2 li.active a{
	color:#fff;
}
.main-content{
	float:right;
	width:480px;
}
.main-content .top-hoilder,.top-hoilder{
	overflow:hidden;
	width:100%;
	margin:0 0 19px;
}
.top-hoilder h2{
	color:#343434;
	overflow:hidden;
	height:1%;
	font:bold 22px Georgia, "Times New Roman", Times, serif;
	border:0;
	margin:0;
	padding:0;
}
.top-hoilder .menu{
	float:right;
	margin:7px 0 0;
	padding:0 0 0;
	list-style:none;
}
* html .top-hoilder .menu{
	margin-left:-3px;
}
.top-hoilder .menu li{
	float:left;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	padding:3px 2px;
	margin:0 0 0 5px;
}
.main-content .top-hoilder .menu li.active{
		padding:3px 2px;
}

 .top-hoilder .menu li.active{
	background:#595959;
}
.top-hoilder .menu li.active a{
	font-weight:bold;
	color:#fff;
}
.min-version-blog{
/*	width:496px;*/
	margin-right:-16px !important;
}
.min-version-blog li{
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin:0 16px 23px 0 !important;
}
.paging{
	overflow:hidden;
	width:100%;
}
.paging .prev,
.paging .next{
	float:right;
	color:#646464;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	margin-top:3px;
}
.paging .prev{
	float:left;
}
* html .paging .prev{
	margin-right:-3px;
}
* html .paging .next{
	margin-left:-3px;
}
.paging ul{
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0 10px;
	list-style:none;
	text-align:center;
}
.paging ul li{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	font:13px Arial, Helvetica, sans-serif;
	height:19px;
	padding:2px 3px 0;
}
.paging ul li.active{
	background:#595959;
}
.paging ul li a,
.paging ul li span{
	float:left;
	color:#343434;
	padding:0 3px;	
}
.paging ul li.active a:hover,
.paging ul li.active a,
.paging ul li.active span{
	color:#343434;
	color:#fff;
	text-decoration:none;
}
.wrap-main-nav{
	width:100%;
	overflow:hidden;
	margin:0 0 26px;
}
.wrap-main-nav.wrap-main-nav-indent{
	margin-top:30px;
}
.wrap-main-nav h2{
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	color:#333;
	font:bold 22px/25px Georgia, "Times New Roman", Times, serif;
	border:0;
	position:relative;
}
.wrap-main-nav .menu,
.main-content .menu{
	margin:5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	font:italic 12px/20px Georgia, "Times New Roman", Times, serif;
}
* html .wrap-main-nav .menu{
	margin-left:-3px;
}

.wrap-main-nav .social-ads, .wrap-main-title .social-ads{
	float:right;
	width:202px;
}
.wrap-main-nav h1, .wrap-main-title h1{
	width:528px;
}

.wrap-main-nav .social-ads img{
	vertical-align:top;
}

.side-col .social-ads{
	text-align:center;
	margin-bottom:25px;
}

.wrap-main-nav .row,
.main-content .row{
	overflow:hidden;
	width:100%;
	margin:0 0 10px;
	padding:0 0 4px;
	border-bottom:solid 1px #ccc;
}
.wrap-main-nav .menu li,
.main-content .menu li{
	float:left;
	margin-left:9px;
}
.wrap-main-nav .menu li.active,
.main-content .menu li.active{
	background:#595959;
	padding:0 5px;
}
.wrap-main-nav .menu li.active a:hover,
.wrap-main-nav .menu li.active a,
.main-content .menu li.active a:hover,
.main-content .menu li.active a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.wrap-main-nav .menu li a,
.main-content .menu li a{
	float:left;
}
.map-holder{
	overflow:hidden;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
	margin:0 0 28px;
}
.map-holder p{
	margin:0 0 15px;
}
.map-holder .box{
	overflow:hidden;
	height:1%;
}
.map-holder .box .title{
	float:left;
	width:124px;
	font-style:italic;
}
* html .map-holder .box .title{
	margin-right:-3px;
}
.map-holder .box .text{
	overflow:hidden;
	height:1%;
}
.map-holder .box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.map-holder .box ul li{
	margin-bottom:8px;
}
.middle-gallery,
.big-gallery{
	overflow:hidden;
	width:480px;
	margin:0 0 28px;
}
.big-gallery .block{
	width:480px;
	position:relative;
	height:319px;
	margin:0 0 3px;
}
.big-gallery .next,
.big-gallery .prev{
	position:absolute;
	top:0;
	left:0;
	width:32px;
	overflow:hidden;
	z-index:10;
	overflow:hidden;
	text-indent:-9999px;
}
.big-gallery .next span,
.big-gallery .prev span{
	background:url(/bitrix/templates/yoga/images/btn01.png) no-repeat;
	width:64px;
	height:319px;
	display:block;
}
.big-gallery .next{
	left:auto;
	right:0;
}
.big-gallery .next span{
	margin:0 0 0 -32px;
}

.middle-gallery ul.gallery .next,
.middle-gallery ul.gallery .prev{
	position:absolute;
	top:-11px;
	left:0;
	width:22px;
	overflow:hidden;
	z-index:10;
	overflow:hidden;
	text-indent:-9999px;
}
.middle-gallery ul.gallery .next span,
.middle-gallery ul.gallery .prev span{
	background:url(/bitrix/templates/yoga/images/btn05.png) no-repeat;
	width:44px;
	height:227px;
	display:block;
}
.middle-gallery ul.gallery .next{
	left:auto;
	right:0;
}
.middle-gallery ul.gallery .next span{
	margin:0 0 0 -22px;
}

.middle-gallery ul.gallery,
.big-gallery .block ul{
	margin:0;
	padding:0;
	list-style:none;
	width:480px;
	height:319px;
	overflow:hidden;
	position:relative;
	z-index:5;
}
.middle-gallery ul.gallery{
	height:204px;
}
.middle-green ul.gallery{
	height:204px;
}
.big-gallery a,
.middle-green a{
	text-decoration:none;
}
.middle-gallery ul.gallery li,
.big-gallery .block ul li{
	position:absolute;
	left:0;
	right:0;
	width:480px;
	height:319px;
	z-index:1;
/*	background:#ddd;*/
	text-align:center;
}
.middle-gallery ul.gallery li{
	height:204px;
}
.middle-gallery ul.gallery li{
	height:286px;
}
.middle-gallery ul.gallery li img,
.big-gallery .block ul li img{
	vertical-align:top;
}
.middle-gallery ul.gallery li.active,
.big-gallery .block ul li.active{
	z-index:5;
}
.big-gallery .block .row{
	position:absolute;
	left:0;
	bottom:7px;
	z-index:7;
	width:480px;
	text-align:center;
	display:none;
	border:none;
}
.big-gallery .block .active .row{
	display:block;
}
.big-gallery .block .bg-3d{
	background:url(/bitrix/templates/yoga/images/bg-3d01.png) no-repeat;
	width:33px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}
.big-gallery .block .zoom{
	background:url(/bitrix/templates/yoga/images/zoom.png) no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 5px;
}
.middle-gallery .holder,
.big-gallery .holder{
	overflow:hidden;
	width:100%;
	margin:0 0 4px;
}
.middle-gallery .switch,
.big-gallery .switch{
	margin:3px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.middle-green .switch{
	float:left;
}
.big-gallery .align-center{
	text-align:center;
}
.big-gallery .align-center .switch{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	height:1%;
	float:none;
	text-align:center;
}
.big-gallery .align-center .switch li{
	float:none;
	display:inline-block;
	margin:0 2px;
}
* html .big-gallery .align-center .switch li{
	margin:0 5px;
}
* + html .big-gallery .align-center .switch li{
	margin:0 5px;
}
.middle-gallery .switch{
	margin-top:9px;
}
* html .big-gallery .switch{
	margin-left:-3px;
}
.middle-gallery .switch li,
.big-gallery .switch li{
	float:left;
	margin:0 2px 2px 5px;
	overflow:hidden;
	height:7px;
	width:8px;
}
.middle-green .switch li{
	margin:0 5px 0 2px;
}
.middle-gallery .switch li a,
.big-gallery .switch li a{
	background:url(/bitrix/templates/yoga/images/dot02.gif) no-repeat;
	height:7px;
	width:8px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
.middle-gallery .switch li a{
	background:url(/bitrix/templates/yoga/images/dot06.gif) no-repeat;
}
.middle-green .switch li a{
	background:url(/bitrix/templates/yoga/images/dot09.gif) no-repeat;
}
.middle-gallery .switch li.active a,
.middle-gallery .switch li a:hover,
.big-gallery .switch li.active a,
.big-gallery .switch li a:hover{
	text-decoration:none;
	background-position:-8px 0;
}
.big-gallery .holder em{
	overflow:hidden;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
	clear:both;
}
.middle-gallery .box{
	width:444px;
	background:url(/bitrix/templates/yoga/images/bg-dot-gallery.png);
	position:absolute;
	bottom:0;
	left:0;
	padding:9px 18px;
	text-align:left;
}
.middle-gallery .box .heading{
	color: #FFFFFF;
    display: block;
    font-size: 24px;
    font-weight: bold;
	margin-bottom:6px;
}
.middle-gallery .box .text{
	color: #FFFFFF;
    display: block;
    font: 12px/14px Arial,Helvetica,sans-serif;
}
.visual-listing ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:9999px;
	height:55px;
}
.visual-listing ul li{
	float:left;
	margin-right:5px;
	position:relative;
	background:#ddd;
	text-align:center;
}
.visual-listing ul li img{
	vertical-align:top;
}
.visual-listing ul li a{
	float:left;
	padding:1px;
	text-decoration:none;
	cursor:pointer;
}
.visual-listing ul li .mask{
	position:absolute;
	top:0;
	left:0;
	height:51px;
	visibility:hidden;
	border: 2px solid #ff7f00;
}
.blue-page .visual-listing ul li .mask{
/*	background:url(/bitrix/templates/yoga/images/mask02.png) no-repeat;*/
	border: 2px solid #7FCDFF;
}

.green-page .visual-listing ul li .mask{
/*	background:url(/bitrix/templates/yoga/images/mask02-g.png) no-repeat;*/
	border: 2px solid #669900;
}
.visual-listing ul li.active a .mask,
.visual-listing ul li a:hover .mask{
	visibility:visible;
}
.visual-listing ul li .bg-3d{
	position:absolute;
	top:5px;
	left:5px;
	background:url(/bitrix/templates/yoga/images/bg-3d02.png) no-repeat;
	width:25px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}
.visual-listing{
	overflow:hidden;
	width:480px;
	height:76px;
	position:relative;
	overflow:hidden;
}
.visual-listing .hscroll-bar{
	position:absolute;
	margin:0;
	padding:0;
	overflow:hidden;
}
.visual-listing .hscroll-line{
	overflow: hidden;
	background:#ddd;
}
.visual-listing .hscroll-slider{
	background:url(/bitrix/templates/yoga/images/bg-scroll-o.gif) no-repeat;
	overflow:hidden;
	width:47px;
	cursor:pointer;
}
.blue-page .visual-listing .hscroll-slider{
	background:url(/bitrix/templates/yoga/images/bg-scroll.gif) no-repeat;
}
.green-page .visual-listing .hscroll-slider{
	background:url(/bitrix/templates/yoga/images/bg-scroll-g.gif) no-repeat;
}
.content-block-shadow{
	overflow:hidden;
	width:488px;
	margin:0 -4px;
	position:relative;
}
.content-block-shadow .t{
	background:url(/bitrix/templates/yoga/images/bg-main-news-t.gif) no-repeat;
	height:8px;
	overflow:hidden;
}
.content-block-shadow .b{
	background:url(/bitrix/templates/yoga/images/bg-main-news-b.gif) no-repeat;
	height:8px;
	overflow:hidden;
}
.content-block-shadow .c{
	background:url(/bitrix/templates/yoga/images/bg-main-news-c.gif) repeat-y;
	overflow:hidden;
	height:1%;
	padding:10px 24px 0;
}
.content-block-shadow h3{
	border-bottom:solid 1px #7fbae0;
	color:#7fbae0;
	margin:0 0 22px;
	padding:3px 0 4px;
	position:relative;
	font:italic 13px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.content-block-shadow h3 span{
	position:relative;
	z-index:5;
	padding:0 3px 0 0;
}
.content-block-shadow .news li{
	margin-bottom:20px;
}
.content-block-shadow .news li .visual{
	float:left;
	margin:0 19px 0 0;
}
* html .content-block-shadow .news li .visual{
	margin-right:16px;
}
.content-block-shadow .news .wrap{
	overflow:hidden;
	height:1%;
}
.content-block-shadow .more{
	text-align:center;
	margin:-13px 0 7px;
}
.content-block-shadow .more a{
	font-style:italic;
	color:#808080;
}
.my-address{
	margin:-5px 0 0;
	padding:0 20px;
	overflow:hidden;
	height:1%;
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.my-address h4 {font-size:16px;margin:4px 0;}
.my-address .visual{
	margin:0 0 30px;
}
.my-address .visual img{
	vertical-align:top;
}
.my-address .box{
	border:solid 1px #ccc;
	border-width:1px 0;
	padding:2px 0 8px;
	margin:0 0 6px;
	border-top:none;
}
.my-address .street{
	overflow:hidden;
	height:1%;
	color:#717171;
	line-height:14px;
	margin:0 0 9px;
}
.my-address .street img{
	margin:0 1px;
	vertical-align:middle;
}
.my-address .street span{
	margin:0 1px;
	padding-left:12px;
	white-space:nowrap;
}
.my-address .address{
	color:#171717;
	font-style:normal;
	font-size:11px;
	line-height:11px;
	margin:0 0 12px;
}
.my-address .tel{
	font-size:14px;
	color:#171717;
	margin:0 0 10px;
}
.my-address .day{
	color:#323232;
	font-size:11px;
	line-height:11px;
	margin:0 0 12px;
}
.my-address .mail{
	font-style:normal;
	margin:0 0 3px;
}
.my-address .skype{
	margin:0 0 10px;
}
.my-address .skype a{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 20px;
	height:1%;
	background:url(/bitrix/templates/yoga/images/ico17.gif) no-repeat;
}
.my-address .status{
	color:#717171;
	font-size:11px;
}

.my-address .pricelevel{
	color:#0076c1;
	font-size:12px;
	margin:0 0 8px;
}

.my-address ul{
	text-align:left;
	font-size:12px;
}

.my-address ul li{
        color:#717171;
	font-weight:bold;
}

.my-address .row{
	overflow:hidden;
	height:1%;
}
.my-address .row span{
	display:block;
	color:#717171;
	float:11px;
	line-height:14px;
	margin:0 0 8px;
}
.my-address .row ul{
	margin:0 0 8px;
	padding:0;
	list-style:none;
	text-align:center;
}
.my-address .row ul li{
	display:inline;
	margin:0 4px;
}
.my-address .row ul li img{
	vertical-align:top;
}
.teachers-list{
	height:1%;
	margin:0 0 24px;
}
.teachers-list h3{
	color:#669933;
	border-bottom:solid 1px #669933 !important;
	margin:0 0 22px;
	padding:3px 0 4px;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.teachers-list ul li a{
	color:#669933;
}
.teachers-list ul{
	margin:0 0 24px;
	padding:0;
	list-style:none;
}
.teachers-list li{
	overflow:hidden;
	height:1%;
	margin:0 0 20px;
}
.teachers-list li .visual{
	float:left;
	margin:0 19px 0 0;
}
.teachers-list li .visual img{
	vertical-align:top;
}
* html .teachers-list li .visual{
	margin-right:16px;
}
.teachers-list li .text{
	overflow:hidden;
	padding:3px 0 0;
	height:1%;
	font:12px Georgia, "Times New Roman", Times, serif;
}
.teachers-list li .name{
	font-weight:bold;
	font-size:13px;
	color:#323232;
}
.teachers-list li .name a{
	color:#323232;
}
.teachers-list li .status{
	color:#808080;
	font-style:italic;
}
.teachers-list li .schedule{
	color:#669933;
	font-style:italic;
}
.teachers-list .more{
	text-align:center;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.teachers-list .more a{
	color:#808080;
}
.services-list{
	overflow:hidden;
	width:100%;
	margin-bottom:26px;
}
.services-list h3{
	color:#fff;
	text-align:center;
	background:#0076c1 url(/bitrix/templates/yoga/images/bg-title.gif) no-repeat 50% 50%;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	border:0;
	padding:12px 55px 8px 45px;
}
.services-list h3 a{color:#fff;}
.services-list ul{
	margin:-10px 0 0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	height:1%;
}
.services-list li{
	overflow:hidden;
	height:1%;
	margin:-1px 0 1px;
	padding:10px 0 6px;
}
.services-list li .visual{
	float:left;
	margin:4px 10px 0 0;
}
.services-list li .visual img{
	vertical-align:top;

}
* html .services-list li .visual{
	margin-right:7px;
}
.services-list li .text{
	overflow:hidden;
	height:1%;
}
.services-list li a strong,
.services-list li .title{
	color:#0076c1;
	font-weight:bold;
	font-size:12px;
}
.services-list p{
	font-size:10px;
	color:#434343;
	line-height:14px;
}
.trainings-list{
	height:1%;
	margin:0 0 24px;
	border-top:solid 1px #ccc;
}

.trainings-list ul li a{
	color:#669933;
}
.trainings-list ul{
	margin:0 0 24px;
	padding:0;
	list-style:none;
}
.trainings-list li{
	overflow:hidden;
	height:1%;
	margin:0 0 20px;
}
.trainings-list li .visual{
	float:left;
	margin:0 19px 0 0;
}
.trainings-list li .visual img{
	vertical-align:top;
}
* html .trainings-list li .visual{
	margin-right:16px;
}
.trainings-list li .text{
	overflow:hidden;
	padding:3px 0 0;
	height:1%;
	font:12px Georgia, "Times New Roman", Times, serif;
}

.trainings-list li .text .name{
	padding:16px 0 0 0;
}

.trainings-list li .text .name a{
	font-weight:bold;
}

.social-plugin{
	overflow:hidden;
	width:100%;
	margin-bottom:27px;
}
.social-plugin img{
	vertical-align:top;
}
.table-block{
	height:1%;
	overflow:hidden;
	margin:0 0 33px;
}
.table-block .top-row{
	padding:0 0 1px;
	margin:0 0 18px;
	border-bottom:solid 1px #ccc;
	font:12px Georgia, "Times New Roman", Times, serif;
}
.table-block .top-row a{
	float:right;
	font-style:italic;
	margin:3px 0 0;
}
.table-block .top-row h4{
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#000;
}
.table-block .top-row h4 span{
	text-transform:uppercase;
}
.table-block .daily-schedule{
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
}
.table-block .day{
	font:bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 10px;
	text-align:center;
	margin:0 0 3px;
}
.table-block .day span{
	background:#fff;
	padding:0 10px;
}
.table-block table{
	border-collapse:collapse;
	width:100%;
	color:#4b4b4b;
	font-size:11px;
	margin:0 0 22px;
}
.table-block table th,
.table-block table td{
	font-weight:normal;
	padding:7px 3px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
	font-size:13px;
}
.table-block table .col1{
	width:150px;
}
.table-block table .col2{
	width:70px;
}
.table-block table .col2s{
	width:95px;
}
.table-block table .col3{
	width:220px;
}
.table-block table .col2a,
.table-block table .col4{
	width:106px;
}
.table-block table .col21{
	width:66px;
}
.table-block table .col22{
	width:116px;
}
.table-block table .col23{
	width:133px;
}
.table-block table .col24{
	width:162px;
}
.table-block table th{
	color:#909090;
	line-height:13px;
	font-size:12px !important;
	font-weight:bold;
}
.table-block .daily-schedule table th{
	padding:2px 3px 12px;
	background:url(/bitrix/templates/yoga/images/bg-table-title.gif) repeat-x;
}
.table-block .time{
	color:#1692e1;
	padding:0 20px 0 0;
	font-size:11px;
}
.table-block .price{
	color:#1692e1;
	font-size:11px;
	text-align:center;
}

.table-block .size11{
	font-size:11px;
}
.green-page .table-block .time{
	color:#669900;
}
.green-page .table-block .price{
	color:#669900;
}
.table-block .name, .table-block .name a{
	color:#4b4b4b;
}
.table-block .write,
.table-block .close{
	background:url(/bitrix/templates/yoga/images/ico19.gif) no-repeat;
	margin:0 auto;
	width:13px;
	height:13px;
	display:block;
}
.table-block .write{
	background:url(/bitrix/templates/yoga/images/ico18.gif) no-repeat;
}
.green-page .table-block .write{
	background:url(/bitrix/templates/yoga/images/ico33.gif) no-repeat;
}
.table-block .write:hover{
	text-decoration:none;
}
.table-block p{
	font-size:11px;font-weight:bold;
}
.table-block .daily-schedule .col4{
	text-align:center;
}
.table-block .more{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:-13px;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.table-block .more a{
	color:#7f7f7f;
}
.blogs-teachers-list{
	width:100%;
	overflow:hidden;
}
.blogs-teachers-list h2{
	margin:0 0 25px;
	border-bottom:solid 1px #ff7e00;
	color:#d7700c;
}
.blogs-teachers-list .list{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
}
.blogs-teachers-list .list li{
	overflow:hidden;
	width:100%;
	border-bottom:dotted 1px #ccc;
	padding:0 0 22px;
	margin:0 0 15px;
}

.blogs-teachers-list .list .date{
	color:#808080;
	font:10px tahoma, geneva, sans-serif;
}

.blogs-teachers-list .list .name{
	float:left;
	margin:2px 0 0;
	padding:0 20px 0 0;
	width:227px;
}
* html .blogs-teachers-list .list .name{
	margin-right:-3px;
}
.blogs-teachers-list .list .visual{
	float:left;
}
* html .blogs-teachers-list .list .visual{
	margin-right:-3px;
}
.blogs-teachers-list .list .visual img{
	vertical-align:top;
}
.blogs-teachers-list .text{
	overflow:hidden;
	height:1%;
	padding:0 0 0 8px;
}
.blogs-teachers-list .text strong{
	display:block;
}
.blogs-teachers-list .text span{
	display:block;
	font-style:italic;
	color:#949494;
}
.blogs-teachers-list .info{
	overflow:hidden;
	height:1%;
}
.blogs-teachers-list .info .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.blogs-teachers-list .info .title a{
	color:#000;
}
.blogs-teachers-list .info p a{
	font-style:italic;
	color:#ff7f00;
}
.blogs-teachers-list .more{
	text-align:center;
	margin-top:-11px;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.blogs-teachers-list .more a{
	color:#7f7f7f;
	margin:0 10px;
}
.description-article{
	width:100%;
}
.description-article:after{
	display:block;
	clear:both;
	content:"";
}
.description-article .visual{
	float:left;
	margin:2px 9px 0 0;
}
.description-article .visual img{
	vertical-align:top;
}
* html .description-article .visual{
	margin-right:6px;
}
.description-article .text{
	overflow:hidden;
	height:1%;
}
.description-article .title{
	font-size:18px;
	color:#000;
	margin:0 0 23px;
}
.description-article .title a{
	color:#000;
}
.description-article p{
	margin:0;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}
.description-article p a{
	font-style:italic;
}
.description-article h2{
	margin:0 0 8px;
}
.min-list{
	margin:0;
	padding:16px 0 0;
	list-style:none;
	color:#333;
}
.min-list li{
	margin:0 0 30px;
}
.min-list li .title{
	font-size:18px;
	margin-bottom:17px;
}
.min-list li p{
	margin:0;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}
.min-list li .more{
	text-align:center;
	margin:15px 0 0 !important;
}
.my-library{
	overflow:hidden;
	width:100%;
}
.my-library .container{
	overflow:hidden;
	height:1%;
}
.my-library .info{
	float:left;
	width:230px;
	margin:0 21px 0 0;
}
* html .my-library .info{
	margin-right:18px;
}
.my-library .info .heading{
	font-size:18px;
	line-height:18px;
	color:#333;
	margin:0 0 7px;
}

.my-library .info .heading a{
	color:#333;
}
.my-library .info .visual{
	text-align:center;
	padding:4px 0 11px;
}
.my-library .info .visual img{
	vertical-align:top;
}
.my-library .info .note{
	font-size:12px;
	color:#333;
	font:italic 11px/15px Georgia, "Times New Roman", Times, serif;
}
.my-library .info .name{
	font:12px tahoma, geneva, sans-serif;
	color:#7e7e7e;
}
.my-library .list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.my-library .list li{
	overflow:hidden;
	height:1%;
	margin:0 0 16px;
}
.my-library .list li .visual{
	width:120px;
	text-align:center;
	float:left;
	margin:3px 14px 0 0;
}
.my-library .list li .visual img{
	vertical-align:top;
}
* html .my-library .list li .visual{
	margin-right:11px;
}
.my-library .list li .wrap{
	overflow:hidden;
	height:1%;
}
.my-library .list li .name{
	color:#7e7e7e;
}
.my-library .list li .title{
	color:#333;
	font-size:18px;
	line-height:18px;
	margin:0 0 4px;
}
.my-library .list li .title a{
	color:#333;
}
.my-library .list li p{
	margin:0;
	font:italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.my-library h2{
	margin:0 0 16px;
}
.top-note{
	width:100%;
	min-height:87px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
* html .top-note{
	height:87px;
}
.top-note h2{
	margin:0 0 4px;
	color:#333;
	font-size:14px;
	line-height:24px;
	padding:0;
	border-bottom-color:#ccc;
}
.top-note p{
	margin:0;
	font-style:italic;
	color:#808080;
	font-size:11px;
	line-height:12px;
}
.events-list{
	overflow:hidden;
	height:1%;
}
.events-list .day{
	font:bold italic 14px/24px Georgia, "Times New Roman", Times, serif;
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 14px;
	text-align:center;
	margin-bottom:9px;
}
.events-list .day span{
	background:#fff;
	padding:0 10px;
}
.events-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.events-list ul li{
	overflow:hidden;
	height:1%;
	margin-bottom:30px;
}
.events-list .visual{
	float:left;
	margin:2px 14px 0 0;
}
.events-list .visual img{
	vertical-align:top;
}
* html .events-list .visual{
	margin-right:11px;
}
.events-list .text{
	overflow:hidden;
	height:1%;
}
.events-list .date{
/*	color:#808080;
	font-size:10px;
*/
	border:solid 1px #c7b7d9;
	border-width:1px 0;
	color:#9954d0;
	padding:6px 0;
	margin-bottom:8px;
}
.events-list .title{
	margin-bottom:4px;
	font:bold 14px Georgia, "Times New Roman", Times, serif !important;
}
.events-list .title a{
	color:#000;
}
.events-list p{
	margin:0;
	font:12px/15px Georgia, "Times New Roman", Times, serif;
}
.events-list table{
	border-collapse:collapse;
	width:100%;
	margin:5px 0 2px;
	border:dotted 1px #ccc;
	border-width:1px 0;
}
.events-list table .time{
	color:#5e2e91;
	padding:4px 10px;
	width:34px;
}
.events-list table td{
	padding:4px 0;
}
.events-list table .col2{
	width:153px;
}
.events-list table .col3{
	width:140px;
}
.events-list table .write{
	background:url(/bitrix/templates/yoga/images/ico30.gif) no-repeat;
	width:13px;
	height:13px;
	margin:0 auto;
	display:block;
}
.events-list table .write:hover{
	text-decoration:none;
}
.event-form{
	width:100%;
}
.event-form:after{
	display:block;
	clear:both;
	content:"";
}
.event-form .note{
	color:#808080;
	font:italic 11px/12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	min-height:90px;
	padding-top:4px;
}
* html .event-form .note{
	height:90px;
}
.event-form .row{
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 7px;
	text-align:center;
	margin:0 0 7px;
	font:13px Conv_MetaBookCapsC, Arial, Helvetica, sans-serif;
}
.event-form .row span{
	background:#fff;
	display:block;
	width:90px;
	margin:0 auto;
}
.event-form .wrap{
	width:180px;
	margin:15px auto 26px;
	overflow:hidden;
}

.calendar-header h3 {
	border-bottom:solid 1px #9954d0 !important;
	color:#9954d0 !important;
	padding:2px 0 3px !important;
	margin:0;
	letter-spacing:1px !important;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
}

.calendar_inline{
	overflow:hidden;
	width:230px;
	margin:0 0 26px;
	padding:30px 0 0;
}
.calendar_inline .month{
	position:relative;
	width:230px;
	overflow:hidden;
	height:30px;
	background:url(/bitrix/templates/yoga/images/dot05.gif) repeat-x 0 100%;
}
.month-holder{
	overflow:hidden;
	width:100%;
	padding:5px 0 0;
	background:#ece5f4 url(/bitrix/templates/yoga/images/calendar-t.gif) no-repeat;
}
.green-page .month-holder{
	background:#ecf4e5 url(/bitrix/templates/yoga/images/calendar-t-green.gif) no-repeat;
}
.month-holder .title{
	font:bold italic 12px/15px Georgia, "Times New Roman", Times, serif;
	color:#5e5c62;
	display:block;
	text-align:center;
	margin:0 0 3px;
}
.calendar_inline .month-holder .month{
	height:22px;
}
.calendar_inline .month .next,
.calendar_inline .month .prev,
.ui-datepicker-prev,
.ui-datepicker-next{
	position:absolute;
	top:0;
	left:10px;
	width:17px;
	height:17px;
	overflow:hidden;
	cursor:pointer;
	z-index:10;
}
.calendar_inline .month .next{
	left:auto;
	right:10px;
}
.calendar_inline .month .next span,
.calendar_inline .month .prev span{
	width:34px;
	height:17px;
	display:block;
	background:url(/bitrix/templates/yoga/images/arrow01.png) no-repeat;
	text-indent:-9999px;
}
.calendar_inline .month .next span{
	margin-left:-17px;
}
.calendar_inline .month ul{
	margin:0;
	padding:0;
	list-style:none;
	width:230px;
	overflow:hidden;
	height:17px;
}
.calendar_inline .month ul li{
	position:absolute;
	width:230px;
	height:17px;
	text-align:center;
	color:#5e2e91;
	font:bold italic 12px/17px Georgia, "Times New Roman", Times, serif;
	display:none;
}
.calendar_inline .month ul li.active{
	display:block;
}
.ui-datepicker-title {text-align:center;}
.ui-datepicker-month {
	color:#5e2e91;
	font:bold italic 12px/17px Georgia, "Times New Roman", Times, serif;
}
.green-page .ui-datepicker-month{
	color:#669933;
}
.ui-datepicker-year{display:none;}
.calendar_inline .block{
	background:#f5f5f5 url(/bitrix/templates/yoga/images/calendar-b.gif) no-repeat 0 100%;
	padding:1px 10px 5px;
	height:1%;
}
.ui-datepicker-week-end{
	color:#5e2e91;
}
.green-page .ui-datepicker-week-end{
	color:#669933;
}
.calendar_inline .block .day{
	margin:0 0 4px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.calendar_inline .block .day li{
	float:left;
	width:30px;
	text-align:center;
	font-size:9px;
	color:#5e2e91;
}
.calendar_inline .block .more{
	text-align:center;
	overflow:hidden;
	width:100%;
}
.calendar_inline .block .more a{
	color:#808080;
	font:italic 11px/15px Georgia, "Times New Roman", Times, serif;
}
.calendar_inline .block table{
	border-collapse:collapse;
	width:100%;
}
.calendar_inline .block table td{
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.calendar_inline .block table .date, .calendar_inline .ui-state-default{
	color:#000;
	display:block;
	height:24px;
	padding:6px 0 0;
	width:30px;
	position:relative;
	z-index:5;
}
.calendar_inline .block table td.altdate .date{
	color:#939393;
}
.calendar_inline .block table td.active .date,
.calendar_inline .ui-datepicker-current-day .ui-state-default{
	text-decoration:none;
	background:#dfcff0;
	z-index:1;
}
.green-page .calendar_inline .block table td.active .date,
.green-page .calendar_inline .ui-datepicker-current-day .ui-state-default{
	background:#e3eebc;
}
.calendar_inline .block table .holder{
	height:30px;
	width:30px;
	position:relative;
}
.calendar_inline .block .developments{
	position:absolute;
	bottom:-4px;
	right:-4px;
	width:18px;
	height:17px;
	text-align:center;
	color:#fff;
	font-size:11px;
	padding:1px 0 0;
	background:url(/bitrix/templates/yoga/images/bollet01.png) no-repeat;
	z-index:10;
}
.green-page .calendar_inline .block .developments{
	background:url(/bitrix/templates/yoga/images/bollet02.png) no-repeat;
}
.calendar_inline .block .developments:hover{
	text-decoration:none;
}
.popup-calendar{
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:217px;
	display:none;
}
.popup-calendar .t{
	font:bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	background:url(/bitrix/templates/yoga/images/bg-popup-calendar-t.png) no-repeat;
	height:25px;
	overflow:hidden;
	padding:25px 0 0;
}
.popup-map .b,
.popup-calendar .b{
	background:url(/bitrix/templates/yoga/images/bg-popup-calendar-b.png) no-repeat;
	overflow:hidden;
	height:17px;
}
.popup-map .c,
.popup-calendar .c{
	height:1%;
	padding:5px 15px;
	background:url(/bitrix/templates/yoga/images/bg-popup-calendar-c.png) repeat-y;
}
.popup-calendar .c:after{
	display:block;
	clear:both;
	content:"";
}
.popup-calendar .list{
	margin:0 0 -15px;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.popup-calendar .list li{
	margin:0 0 15px;
}

.popup-calendar .list li:after{
	display:block;
	clear:both;
	content:"";
}

.popup-calendar ._list a{
	display:block;
}
.popup-calendar .list a:hover{
	text-decoration:none;
}
.popup-calendar .list .title{
	display:block;
	color:#171717;
}
.popup-calendar .list .box span,
.popup-calendar .list .title span{
	font-weight:normal;
}
.popup-calendar .list .box{
	color:#717171;
}
.popup-map{
	position:absolute;
	top:0;
	right:0;
	z-index:190;
	width:217px;
	display:none;
}
.popup-map .t{
	background:url(/bitrix/templates/yoga/images/bg-popup-map-t.png) no-repeat;
	overflow:hidden;
	height:50px;
}
.popup-map .c:after{
	display:block;
	clear:both;
	content:"";
}
.popup-map .c{
	padding:0 15px;
}
.popup-map .text{
	overflow:hidden;
	width:100%;
	float:left;
	position:relative;
	margin:-18px 0 0;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.popup-map .text a{
	color:#717171;
}
.popup-map .text a:hover{
	text-decoration:none;
}
.event-form .tabs{
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.violet-page .event-form .tabs{
	border-bottom:solid 2px #9d54ea;
}
.green-page .event-form .tabs{
	border-bottom:solid 2px #99cc33;
}
.blue-page .event-form .tabs{
	border-bottom:solid 2px #2dadff;
}
.event-form .tabs li{
	float:left;
	margin-right:7px;
}
.event-form .tabs li a{
	float:left;
	cursor:pointer;
	color:#000;
	font:13px Conv_MetaBookCapsC, Arial, Helvetica, sans-serif;
}
.event-form .tabs li.active{
	margin:0;
}
.event-form .tabs li.active a:hover,
.event-form .tabs li.active a{
	color:#fff;
	text-decoration:none;
}
.violet-page .event-form .tabs li.active a{
	background:#9d54ea url(/bitrix/templates/yoga/images/tab01-l.gif) no-repeat;
}
.green-page .event-form .tabs li.active a{
	background:#96c930 url(/bitrix/templates/yoga/images/tab02-l.gif) no-repeat;
}
.blue-page .event-form .tabs li.active a{
	background:#2dadff url(/bitrix/templates/yoga/images/tab03-l.gif) no-repeat;
}
.event-form .tabs li span{
	float:left;
	height:17px;
	padding:2px 0 0;
}
.event-form .tabs li.active span{
	padding:2px 13px 0 9px;
}
.violet-page .event-form .tabs li.active span{
	background:url(/bitrix/templates/yoga/images/tab01-r.gif) no-repeat 100% 0;
}
.green-page .event-form .tabs li.active span{
	background:url(/bitrix/templates/yoga/images/tab02-r.gif) no-repeat 100% 0;
}
.blue-page .event-form .tabs li.active span{
	background:url(/bitrix/templates/yoga/images/tab03-r.gif) no-repeat 100% 0;
}
.event-form .checkbox-list{
	margin:0 0 6px;
	padding:0;
	list-style:none;
}
.event-form .checkbox-list li{
	overflow:hidden;
	height:1%;
	margin:0 0 3px;
}
.event-form .tabs-holder .heading{
	color:#808080;
	margin:3px 0 0;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.event-form .checkbox-list li.indent{
	margin:0 0 20px;
}
.event-form .checkbox-list .checkbox{
	float:left;
	margin:0;
	padding:0;
	width:15px;
	height:15px;
}
* html .event-form .checkbox-list{
	margin-right:-3px;
}
.event-form .checkbox-list label{
	overflow:hidden;
	height:1%;
	display:block;
	padding:1px 0 0 3px;
}
.event-form .tabs-holder{
	background:#f3f3f3;
	padding:13px 10px 17px;
}
.useful-list{
	border:solid 1px #ccc;
	border-width:1px 0;
	margin:0;
	padding:27px 0 21px;
	list-style:none;
	text-align:center;
}
.useful-list li{
	margin-bottom:6px;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.calendar-holder{
	overflow:hidden;
	width:480px;
	float:left;
}
.calendar-holder .calendar_inline{
	float:right;
}
.calendar-holder .middle-gallery{
	float:left;
	margin-bottom:33px;
}
.three-columns .block-shadow .news .name{
	font-size:12px;
	line-height:17px;
}
.tours-list{
	overflow:hidden;
	width:100%;
	padding:1px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.tours-list .list{
	margin:0;
	padding:0;
	list-style:none;
}
.tours-list .list li{
	margin-bottom:25px;
}
.tours-list .list .title{
	overflow:hidden;
	height:1%;
	margin-bottom:8px;
	text-align:center;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
.tours-list .list .title a{
	color:#000;
}
.tours-list .list .visual{
	overflow:hidden;
	height:1%;
	text-align:center;
	margin-bottom:10px;
}
.tours-list .list .visual img{
	vertical-align:top;
}
.tours-list .list .date{
	border:solid 1px #ccc;
	border-width:1px 0;
	color:#757575;
	font-size:13px;
	padding:5px 0;
	text-align:center;
	margin-bottom:9px;
}
.tours-list .list p{
	margin:0;
	line-height:14px;
	font-size:11px;
}
.tours-list .more{
	border:0 !important;
}
.tours-list .more a{
	color:#808080;
}
.article-block{
	overflow:hidden;
	height:1%;
	font-family:Arial, Helvetica, sans-serif;;
}
.article-block p{
	margin:0 0 15px;
	line-height:18px;
}
.article-block .note{
	float:right;
	margin:0;
	width:230px;
	border:solid 1px #c7c7c7;
	font-style:italic;
	color:#848484;
	border-width:1px 0;
	padding:10px 0;
	margin:0 0 10px 15px;
}
.article-block .note dt{
	margin:0;
	float:left;
	background:#fff;
}
.article-block .note dd{
	margin:0 0 3px;
	text-align:right;
	background:url(/bitrix/templates/yoga/images/dot05.gif) repeat-x 0 95%;
}
.article-block .note dd span{
	background:#fff;
}
.article-block .comment-box{
	float:right;
	width:230px;
	margin:0 0 10px 15px;
}
.article-block .comment-box .title{
	border:solid 1px #c7c7c7;
	border-width:1px 0;
	color:#808080;
	font-size:11px;
	padding:4px 0;
	text-align:center;
	margin-bottom:15px;
}
.article-block .comment-box ul{
	margin:0 0 -10px;
	padding:0;
	list-style:none;
}
.article-block .comment-box ul li{
	margin-bottom:10px;
}
.article-block .comment-box .row{
	overflow:hidden;
	margin-bottom:3px;
	height:1%;
}
.article-block .comment-box .ico{
	float:left;
	margin:1px 13px 0 0;
}
.article-block .comment-box .ico img{
	vertical-align:top;
}
* html .article-block .comment-box .ico{
	margin-right:10px;
}
.article-block .comment-box .col{
	overflow:hidden;
	height:1%;
}
.article-block .comment-box .name{
	margin-bottom:-2px;
	font-weight:bold;
}
.article-block .comment-box .name a{
	color:#000;
}
.article-block .comment-box em{
	color:#848484;
}
.article-block .comment-box p{
	margin:0;
	font-style:italic;
}
.article-block .big-gallery{
	margin:26px 0 11px;
}
.article-block .more{
	overflow:hidden;
	width:100%;
	text-align:left;
	padding:0 0 0 2px;
	margin:0;
}
.table-block .title{
	color:#333;
	font:bold 18px/18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0 0 3px;
	border-bottom:solid 1px #ccc;
}
.table-block .address{
	overflow:hidden;
	height:1%;
	background:#f3f3f3;
	color:#808080;
	padding:2px 20px 8px;
	margin-bottom:10px;
}
.table-block .schedule .address{
	margin-bottom:0;
}
.table-block .address .row{
	overflow:hidden;
	height:1%;
}
.table-block .address .street{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.table-block .address .street li{
	float:left;
	margin-right:5px;
}
.table-block .address .street li span{
	white-space:nowrap;
	padding-left:12px;
}
.table-block .address .row a{
	float:right;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.table-block .address address{
	font-style:normal;
	line-height:12px;
}
.table-block .address .tel{
	font:12px/14px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
.table-block .schedule th{
	padding-bottom:3px;
}
.table-block .schedule .col1{
	width:44px;
}
.table-block .schedule .col2{
	width:181px;
}
.table-block .schedule .col3{
	width:68px;
	text-align:center;
}
.table-block .schedule .col4{
	width:182px;
	text-align:center;
}
.table-block .schedule .col5{
	
}
.table-block .hall{
	text-align:center;
	display:block;
	font-size:11px;
}
.table-block .schedule .time{
	text-align:left;
}
.my-comment{
	margin:0 0 0 auto;
	width:480px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.catgoods .heading,.my-comment .heading{
	border-bottom:solid 1px #ccc;
	font-size:14px;
	font-weight:bold;
	margin-bottom:17px;
}
.my-comment .list{
	overflow:hidden;
	height:1%;
	margin:0 0 13px;
	padding:0;
	list-style:none;
}
.my-comment .list li{
	overflow:hidden;
	width:100%;
}
.my-comment .visual{
	float:left;
	margin:2px 9px 0 0;
}
.my-comment .visual img{
	vertical-align:top;
}
* html .my-comment .visual{
	margin-right:6px;
}
.my-comment .text{
	overflow:hidden;
	height:1%;
	position:relative;
}
.my-comment .text .holder{
	margin-bottom:10px;
}
.my-comment .text .min-rating-holder{
	position:absolute;
	right:0;
	top:0;
}
.my-comment .text .min-rating-holder em{
	color:#848484;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
}
.my-comment .text .min-rating-holder .min-rating{
	display:inline-block;
	top:1px;
}
* html .my-comment .text .min-rating-holder .min-rating{
	display:inline;
}
* + html .my-comment .text .min-rating-holder .min-rating{
	display:inline;
}
.my-comment .name{
	font-weight:bold;
	padding-right:165px;
}
.my-comment .title{
	font-weight:bold;
}
.my-comment .name a{
	color:#000;
}
.my-comment .status{
	font-style:italic;
	color:#848484;
	margin-bottom:13px;
}
.my-comment p{
	margin:0 0 15px;
	line-height:15px;
}
.my-comment .more{
	overflow:hidden;
	width:100%;
	font-size:11px;
	margin:0 0 12px;
}
.my-comment .more a{
	float:left;
	border-bottom:dashed 1px;
	color:#808080;
	font-style:italic;
}
.my-comment .more a:hover{
	text-decoration:none;
	border:0;
	padding:0 0 1px;
}
.my-comment .btn-holder{
	overflow:hidden;
	height:1%;
}
.my-comment .btn{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	height:1%;
	background:#2dadff url(/bitrix/templates/yoga/images/bg-top-main-menu-l-b.gif) no-repeat;
	color:#fff;
	cursor:pointer;
	font:12px Conv_MetaBookCapsC, Arial, Helvetica, sans-serif;
}
.green-page .my-comment .btn{
	background:#8ec53f url(/bitrix/templates/yoga/images/bg-top-main-menu-l-g.gif) no-repeat;
}
.violet-page .my-comment .btn{
	background:#9d54ea url(/bitrix/templates/yoga/images/bg-top-main-menu-l-v.gif) no-repeat;
}
.brown-page .my-comment .btn{
	background:#784e00 url(/bitrix/templates/yoga/images/bg-top-main-menu-l-br.gif) no-repeat;
}
.my-comment .btn:hover{
	text-decoration:none;
}
.my-comment .btn span{
	float:left;
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-b.gif) no-repeat 100% 0;
	height:19px;
	padding:3px 13px 0;
}
.green-page .my-comment .btn span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-g.gif) no-repeat 100% 0;
}
.violet-page .my-comment .btn span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-v.gif) no-repeat 100% 0;
}
.brown-page .my-comment .btn span{
	background:url(/bitrix/templates/yoga/images/bg-top-main-menu-r-br.gif) no-repeat 100% 0;
}
/*
.lessons-list{
	overflow:hidden;
	height:1%;
	margin:0 0 24px;
}
.lessons-list h3{
	margin:0 0 16px;
	border-bottom:solid 1px #ff7e00;
	color:#d7700c;
	text-align:center;
	padding:0 0 4px;
	font:13px/26px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.lessons-list h3 img{
	vertical-align:middle;
	margin:0 5px;
}
.lessons-list .list{
	margin:0 0 -4px;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lessons-list .list li{
	margin-bottom:17px;
}
.lessons-list .list .visual{
	position:relative;
	height:1%;
	margin-bottom:9px;
}
.lessons-list .list .visual img{
	vertical-align:top;
}
.lessons-list .list .visual .btn{
	position:absolute;
	top:50%;
	left:50%;
	background:url(/bitrix/templates/yoga/images/play-btn.png) no-repeat;
	width:68px;
	height:68px;
	margin:-34px 0 0 -34px;
	overflow:hidden;
	text-indent:-9999px;
}
.lessons-list .list .heading{
	font-weight:bold;
	margin:0 0 9px;
}
.lessons-list .list .heading a{
	color:#000;
}
.lessons-list .list p{
	margin:0;
	font-style:italic;
	line-height:14px;
}
.lessons-list .more{
	text-align:center;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lessons-list .more a{
	color:#808080;
}
*/
.content-holder{
	width:100%;
}
.content-holder:after{
	display:block;
	clear:both;
	content:"";
}
.content-holder h2{
	color: #000000;
	font: italic bold 13px Georgia,"Times New Roman",Times,serif;
	margin: 0 0 15px;
	padding: 0 0 4px 1px;
}
.content-holder .side-menu{
	margin-bottom:0;
}
.min-gallery{
	width:230px;
	float:right;
	margin:5px 0 10px 15px!important;
}
.min-gallery .note{
	font-style:italic;
	color:#808080;
	font-size:10px;
	line-height:10px;
	border:none;
	text-align:center;
	padding:0;
	margin:6px 0 0;
}
.min-gallery .gallery{
	width:230px;
	height:152px;
	overflow:hidden;
	position:relative;
}
.min-gallery .gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:1;
}
.min-gallery .gallery ul li{
	position:absolute;
	top:0;
	left:0;
	width:230px;
	height:152px;
	z-index:1;
}
.min-gallery .gallery ul li img{
	vertical-align:top;
}
.min-gallery .gallery ul li.active{
	z-index:10;
}
.min-gallery .gallery .prev,
.min-gallery .gallery .next{
	height:152px;
	width:18px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:15;
}
.min-gallery .gallery .disabled{display:none;}
.min-gallery .gallery .next{
	left:auto;
	right:0;
}
.min-gallery .gallery .prev span,
.min-gallery .gallery .next span{
	width:36px;
	height:152px;
	background:url(/bitrix/templates/yoga/images/btn02.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
.min-gallery .gallery .next span{
	margin-left:-18px;
}
#sort-letter{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	text-align:justify;
}
#sort-letter li{
	float:left;
	text-align:center;
}
#sort-letter li a{
	display:block;
	cursor:pointer;
	font:12px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
#sort-letter li span{
	display:block;
	height:13px;
}
#sort-letter li.active a{
	background:#ff7e00 url(/bitrix/templates/yoga/images/bg-letter-l-o.gif) no-repeat;
	color:#fff;
	font-size:12px;
}
.green-page #sort-letter li.active a{
	background:#99cc33 url(/bitrix/templates/yoga/images/bg-letter-l-g.gif) no-repeat;
}
#sort-letter li.active a:hover{
	text-decoration:none;
}
#sort-letter li.active span{
	background:url(/bitrix/templates/yoga/images/bg-letter-r-o.gif) no-repeat 100% 0;
	padding:0;
}
.green-page #sort-letter li.active span{
	background:url(/bitrix/templates/yoga/images/bg-letter-r-g.gif) no-repeat 100% 0;
}
* html #sort-letter li span{
	float:left;
}
* html #sort-letter li a{
	float:left;
}
.main-list{
	margin:0 0 9px;
	padding:0;
	list-style:none;
	width:100%;
}
.main-list .status{
	color:#808080;
	font-size:11px;
}
.main-list li{
	display:inline-block;
	vertical-align:top;
	width:113px;
	padding:0 2px 25px;
	text-align:center;
}
* html .main-list li{
	margin-right:3px;
}
* + html .main-list li{
	margin-right:3px;
}
.main-list li .visual{
	text-align:center;
	margin:0 0 8px;
}
.main-list li .visual img{
	vertical-align:top;
}
.main-list li .text{
	font:11px/13px verdana, geneva, sans-serif;
}
.main-list li .text a{
	color:#323232;
}
.details-description-lessons{
	overflow:hidden;
	height:1%;
}
.details-description-lessons h2{
	
}
.details-description-lessons .block{
	overflow:hidden;
	height:1%;
	margin-bottom:7px;
}
.details-description-lessons .holder{
	overflow:hidden;
	height:1%;
}
.details-description-lessons .visual-box{
	float:left;
	margin:3px 18px 6px 0;
	width:230px;
}
.details-description-lessons .visual-box img{
	vertical-align:top;
}
* html .details-description-lessons .visual-box{
	margin-right:15px;
}
.details-description-lessons .visual-box .visual{
	position:relative;
	margin:0 0 11px;
}
.details-description-lessons .pose{
	line-height:12px;
}
.details-description-lessons .pose span{
	display:block;
	color:#1a1a1a;
}
.details-description-lessons .pose span a{
	color:#1a1a1a;
}
.details-description-lessons .pose em{
	display:block;
	font-style:normal;
	color:#7f7f7f;
	font-size:11px;
}
.details-description-lessons .box{
	overflow:hidden;
	height:1%;
}
.details-description-lessons .box .list{
	margin:0;
	padding:0;
	list-style:none;
}
.details-description-lessons .box .list li{
	margin:0 0 12px;
	line-height:12px;
	color:#1a1a1a;
}
.details-description-lessons .box .list li a{
	color:#1a1a1a;
}
.details-description-lessons .more{
	border-top:solid 1px #bfbfbf;
	margin:0;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:3px 0 0;
	text-align:center;
	font-style:italic;
}
.details-description-lessons .description{
	color:#353535;
	margin:0 0 27px;
	font:italic 14px/18px Georgia,"Times New Roman",Times,serif;
}
.details-description-lessons .visual .play{
	background:url(/bitrix/templates/yoga/images/play-btn.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 -34px;
	text-indent:-9999px;
	overflow:hidden;
}
.details-description-lessons .box .title{
	font:bold italic 11px/11px Georgia,"Times New Roman",Times,serif;
	border-bottom:solid 1px #bfbfbf;
	color:#000;
	margin:0 0 9px;
	padding:0 0 3px;
}
.details-description-lessons .box .wrap{
	margin-bottom:30px;
}
.details-description-lessons .visual-box .note{
	overflow:hidden;
	height:1%;
}
.details-description-lessons .visual-box .note .title{
	font:bold 13px/13px Georgia,"Times New Roman",Times,serif;
}
.details-description-lessons .visual-box .note .title a{
	color:#000;
}
.details-description-lessons .visual-box .note .name{
	color:#333;
	font-size:11px;
	margin-bottom:11px;
}
.details-description-lessons .visual-box p{
	font:italic 12px/15px Georgia,"Times New Roman",Times,serif;
	color:#353535;
}
.audio-list{
	overflow:hidden;
	height:1%;
	margin:-2px 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.audio-list .heading{
	background:#e7e7e7;
}
.audio-list .heading{
	font-style:italic;
	line-height:15px;
	padding:9px 14px;
}
.audio-list ul{
	margin:0 0 -5px;
	padding:0;
	list-style:none;
}
.audio-list ul li{
	margin-bottom:15px;
}
.audio-list ul .title{
	font-size:14px;
}
.audio-list ul .name{
	color:#a8a8a8;
	font-style:italic;
	margin-bottom:5px;
}
.audio-list img{
	vertical-align:top;
}
.audio-list .player{
	overflow:hidden;
	height:1%;
}
.audio-list .download{
	overflow:hidden;
	height:1%;
}
.audio-list .download a{
	float:right;
	background:url(/bitrix/templates/yoga/images/arrow02.gif) no-repeat 100% 4px;
	font-style:italic;
	padding:0 10px 0 0;
	margin-right:7px;
	display:inline;
	font-size:10px;
}
.audio-list .box{
	background:#f6f6f6;
	padding:8px 14px;
}
.audio-list .more{
	margin:0;
}
.details-description-lessons .side-col .description{
	margin:0;
}
.top-hoilder-slogan{
	overflow:hidden;
	min-height:40px;
}
* html .top-hoilder-slogan{
	height:133px;
	overflow:visible;
}
.left-holder-slogan .visual{
	margin: 0 0 12px 0;
	text-align:center;
	font-family:Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
* html .top-hoilder-slogan .visual{
	margin-right:17px;
}
.left-holder-slogan .visual img{
	vertical-align:top;
	margin:0 0 9px;
}
.left-holder-slogan .visual strong{
	font-weight:normal;
	display:block;
	font-size:13px;
}
.top-hoilder-slogan .visual span{
	color:#808080;
	font-size:11px;
	display:block;
}
.top-hoilder-slogan .text{
	overflow:hidden;
	font:12px/15px Georgia,"Times New Roman",Times,serif;
}
.top-hoilder-slogan .text p{
	margin:0;
}
.event-form .altnote{
	line-height:15px;
	padding:0;
	min-height:131px;
}
* html .event-form .altnote{
	height:133px;
}
.top-wrapper{
	overflow:hidden;
	height:1%;
	margin:0 0 21px !important;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.top-wrapper .row{
	overflow:hidden;
	height:1%;
	border-bottom:solid 1px #ccc;
	padding:0 0 3px;
	margin:0 0 3px;
}
.top-wrapper .row a{
	float:right;
	font-style:italic;
	margin:2px 0 0;
}
.top-wrapper .row h2{
	color:#000;
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	border:0;
	font:bold 14px Georgia,"Times New Roman",Times,serif;
}
.top-wrapper .note{
	color:#808080;
	font-size:11px;
	font-style:italic;
	line-height:12px;
}
.my-address, .my-contact-info{
	border:solid 1px #e6e6e6;
	overflow:hidden;
	height:1%;
	text-align:center;
	padding:13px 5px 0;
}
.my-contact-info .visual{
	margin-bottom:10px;
	position:relative;
}
.my-contact-info .visual .edit{
	position:absolute;
	right:13px;
	top:3px;
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/bitrix/templates/yoga/images/ico49.gif) no-repeat;
}
.my-contact-info .visual img{
	vertical-align:top;
}
.my-contact-info .status{
	padding:4px 0 18px;
}
.my-contact-info .status span{
	color:#808080;
}
.my-contact-info .my-tel{
	margin:0 0 11px;
}
.my-contact-info .my-tel span,
.my-contact-info .email span{
	color:#808080;
}
.my-contact-info .email strong{
	color:#2288c9;
	font-weight:normal;
	font-size:13px;
}
.my-contact-info .info{
	margin:0 0 15px;
	padding:0;
	list-style:none;
}
.my-contact-info .info li{
	margin-bottom:2px;
}
.my-contact-info .box{
	font:13px Arial, Helvetica, sans-serif;
	margin:0 0 15px;
}
.my-contact-info .tel{
	color:#303030;
	margin:0 0 2px;
}
.my-contact-info address{
	font-style:normal;
	margin:0 0 2px;
}
.my-contact-info .skype a{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 20px;
	height:1%;
	background:url(/bitrix/templates/yoga/images/ico17.gif) no-repeat;
}
.my-contact-info .message{
	font:italic 12px/18px Georgia,"Times New Roman",Times,serif;
}
.my-contact-info .row{
	color:#717171;
	font:11px/14px Arial, Helvetica, sans-serif;
	margin:14px 0 11px;
}
.my-contact-info .row span{
	display:block;
	margin-bottom:8px;
}
.my-contact-info .row ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.my-contact-info .row ul li{
	display:inline;
	margin:0 4px;
}
.my-contact-info .row ul li img{
	vertical-align:top;
}
.my-address .title, .my-contact-info .title{
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 10px;
	color:#808080;
	width:auto;
	margin:0 -5px 8px;
	padding:0 5px;
	font:bold 12px/18px Georgia,"Times New Roman",Times,serif;
}
.my-address .title span, .my-contact-info .title span{
	background:#fff;
	padding:0 10px;
}
.my-contact-info .list{
	margin:0;
	padding:0;
	list-style:none;
}
.my-contact-info .list li{
	margin-bottom:10px;
}
.my-contact-info .more a{
	font:italic 12px Georgia,"Times New Roman",Times,serif;
	color:#656565;
	border-bottom:dashed 1px;
}
.my-contact-info .more a:hover{
	text-decoration:none;
	border:0;
}
.my-block{
	overflow:hidden;
	height:1%;
	margin-bottom:43px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-block .description{
	line-height:15px;
	margin:0 0 18px;
}
.my-block .wrap{
	overflow:hidden;
/*	width:500px; */
	margin:0 -20px 0 0;
}
.my-block .wrap .box{
	float:left;
	width:230px;
	margin:0 20px 0 0;
}
.my-block .wrap .box .row{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
	border-bottom:solid 1px #ccc;
}
.my-block .wrap .box h2{
	overflow:hidden;
	height:1%;
	font:bold 14px Georgia,"Times New Roman",Times,serif;
	color:#000;
	border:0;
	padding:0;
	margin:0;
}
.my-block .wrap .row a{
	float:right;
	font-style:italic;
	margin-top:2px;
}
.my-block .wrap .heading{
	font-weight:bold;
	line-height:16px;
	margin-bottom:13px;
}
.my-block .wrap .heading a{
	color:#000;
}
.my-block .wrap p{
	margin:0 0 5px;
	line-height:15px;
}
.my-block .wrap p a{
	font-style:italic;
}
.my-block .holder{
	display:table;
	width:100%;
	margin-bottom:13px;
}
.my-block .holder .visual{
	display:table-cell;
	vertical-align:middle;
	width:88px;
	padding:0 10px 0 0;
}
.my-block .holder .visual img{
	vertical-align:top;
}
.my-block .holder .heading{
	display:table-cell;
	vertical-align:middle;
	width:132px;
	text-align:center;
	margin:0;
}
.my-block .more{
	overflow:hidden;
	text-align:center;
	height:1%;
	font-style:italic;
	padding:0;
	margin:0;
}
.day-checkbox-list{
	margin:14px 0 19px;
	padding:0;
	list-style:none;
	width:100%;
	text-align:center;
}
.day-checkbox-list li{
	display:inline-block;
	vertical-align:top;
	width:20px;
	font:13px/14px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
* html .day-checkbox-list li{
	width:24px;
}
* + html .day-checkbox-list li{
	width:24px;
}

.time-list{
	margin:13px 0 1px;
	padding:0;
	list-style:none;
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.time-list li{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	height:1%;
	padding:1px 4px;
	margin:0 2px;
}
.time-list li a{
	float:left;
	font-style:italic;
}
.time-list li.active{
	background:#595959;
}
.time-list li.active a:hover,
.time-list li.active a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.season-ticket{
	overflow:hidden;
	height:1%;
	margin-bottom:22px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.season-ticket .note{
	overflow:hidden;
	height:1%;
	color:#7a7a7a;
	font-style:italic;
	margin:0 0 24px;
}
.season-ticket .note div{
	font-size:18px;
	line-height:24px;
	margin-bottom:7px;
}
.season-ticket .note p{
	padding:0;
	font-size:12px;
}
.season-ticket .list{
	margin:0 -20px 25px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:750px;
}
.season-ticket .list li{
	float:left;
	width:25%;
}
.season-ticket .list .visual{
	float:left;
	margin:2px 8px 0 1px;
}
* html .season-ticket .list .visual{
	margin-right:5px;
}
.season-ticket .list .visual img{
	vertical-align:top;
}
.season-ticket .list .box{
	overflow:hidden;
	height:1%;
	color:#0b7cc4;
}
.season-ticket .list .title{
	margin-bottom:-4px;
	font:14px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
.season-ticket .list .num{
	font-size:16px;
	font-weight:bold;
	margin-bottom:-2px;
}
.season-ticket .list .buy{
	color:#595959;
	font-size:12px;
	font-style:italic;
}

.season-ticket-c .list{
	margin:0 -20px 25px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:480px;
}
.season-ticket-c .list li{
	float:left;
	width:33.3%;
}
.season-ticket-c .list .visual{
	margin:2px 8px 0 1px;
}
* html .season-ticket-c .list .visual{
	margin-right:5px;
}
.season-ticket-c .list .visual img{
	vertical-align:top;
}
.season-ticket-c .list .box{
	overflow:hidden;
	height:1%;
	color:#0b7cc4;
}
.season-ticket-c .list .title{
	margin-bottom:-4px;
	font:14px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
.season-ticket-c .list .num{
	font-size:16px;
	font-weight:bold;
	margin-bottom:-2px;
}
.season-ticket-c .list .buy{
	color:#595959;
	font-size:12px;
	font-style:italic;
}
.price-table{
	border-collapse:collapse;
	width:100%;
	margin-bottom:48px;
}
.price-table th{
	color:#7a7a7a;
	font:12px/12px Conv_MetaBookC , Arial, Helvetica, sans-serif;
	padding:0 0 4px;
	border-bottom:solid 1px #ccc;
}
.price-table .col1{
	width:220px;
	text-align:left;
	color:#000;
	font:bold italic 14px/14px Georgia,"Times New Roman",Times,serif;
}

.price-table .divrow{
	text-align:left;
	color:#000;
	font:bold italic 14px/14px Georgia,"Times New Roman",Times,serif;
	border-top:solid 1px #ccc;
}
.price-table .divrow.timeBase, .price-table .divrow .timeBase{
	color:#888;
	font:12px/12px Georgia,"Times New Roman",Times,serif;
}
.price-table .col3,
.price-table .col4,
.price-table .col2{
	width:137px;
}
.price-table td{
	padding:8px 0;
	text-align:center;
}
.price-table .box{
	overflow:hidden;
	height:1%;
	text-align:left;
}
.price-table .box .title{
	margin:0 0 4px;
	font:13px Conv_MetaBookC , Arial, Helvetica, sans-serif;
}
.price-table .box .title a{
	color:#000;
	font-weight:bold;
}
.price-table .box .list{
	margin:0 0 4px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.price-table .box .list li{
	float:left;
	color:#7e7e7e;
	font:11px Arial, Helvetica, sans-serif;
}
.price-table .box .list li img{
	float:left;
	margin:4px 3px 0 0;
}
.price-table .box .list li span{
	float:left;
	padding-left:12px;
	margin-right:3px;
	white-space:nowrap;
}
span.line_230{
	background: url(/upload/iblock/bd7/linepic230.gif) no-repeat 0 50%;
}
span.line_231{
	background: url(/upload/iblock/e0f/linepic231.gif) no-repeat 0 50%;
}
span.line_232{
	background: url(/upload/iblock/5cb/linepic232.gif) no-repeat 0 50%;
}
span.line_233{
	background: url(/upload/iblock/195/linepic233.gif) no-repeat 0 50%;
}
span.line_234{
	background: url(/upload/iblock/687/linepic234.gif) no-repeat 0 50%;
}
span.line_235{
	background: url(/upload/iblock/b19/linepic235.gif) no-repeat 0 50%;
}
span.line_236{
	background: url(/upload/iblock/7f9/linepic236.gif) no-repeat 0 50%;
}
span.line_237{
	background: url(/upload/iblock/2bb/linepic237.gif) no-repeat 0 50%;
}
span.line_238{
	background: url(/upload/iblock/89b/linepic238.gif) no-repeat 0 50%;
}
span.line_240{
	background: url(/upload/iblock/344/linepic240.gif) no-repeat 0 50%;
}
span.line_338{
	background: url(/upload/iblock/5fd/linepic338.gif) no-repeat 0 50%;
}
span.line_1027{
	background: url(/upload/iblock/47e/linepic1027.gif) no-repeat 0 50%;
}
.price-table .box .more{
	font:italic 12px Georgia,"Times New Roman",Times,serif;
}
.price-table .price, .price-table-c .price{
	overflow:hidden;
	height:1%;
	color:#4d4d4d;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.price-table .price em, .price-table-c .price em{
	font-style:normal;
}
.price-table .price span, .price-table-c .price span{
	font-size:18px;
}
.price-table .close,
.price-table .dot{
	display:block;
	margin:0 auto;
	width:6px;
	height:6px;
	overflow:hidden;
	background:url(/bitrix/templates/yoga/images/dot08.gif) no-repeat;
}
.price-table .close{
	background-position:0 -6px;
}
.price-table .heading{
	font:italic 10px Georgia,"Times New Roman",Times,serif;
	background:url(/bitrix/templates/yoga/images/dot07.gif) repeat-x 0 18px;
	border:0;
	padding:11px 0 0;
	text-align:left;
}
.price-table .heading span{
	background:#fff;
	padding-right:6px;
}
.price-table .dash{
	background:#000;
	width:26px;
	height:1px;
	margin:0 auto;
	overflow:hidden;
}

.article-block .visual-wrap{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
}
.article-block .visual-wrap img{
	vertical-align:top;
}
.article-block .importantly{
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
}
.article-block .importantly p{
	margin:0;
}
.article-block .importantly .heading{
	font-weight:bold;
}
.article-block .importantly .block{
	background:#f0f0f0;
	margin-top:15px;
	padding:10px 15px;
}
.article-block .importantly ul{
	margin:0;
	padding:15px 0 15px 15px;
	list-style:none;
	line-height:15px;
}
.sign-up{
	background:url(/bitrix/templates/yoga/images/btn03.gif) no-repeat;
	color:#fff !important;
	font:13px Conv_MetaBookC , Arial, Helvetica, sans-serif;
	display:block;
	width:93px;
	height:19px;
	padding:3px 0 0 9px;
	text-align:left;
}
.sign-up:hover{
	text-decoration:none;
}
.article-block .my-comment{
	margin-top:30px;
}
.ads-tour{
	text-align:center;
	margin:0 -10px 27px;
	width:212px;
	font-family:Arial, Helvetica, sans-serif;
}
.ads-tour .heading{
	margin:0 0 11px;
        color: gray;
	font:bold 12px/18px Georgia,"Times New Roman",Times,serif;
}
.ads-tour .date{
	margin-bottom:27px;
}
.ads-tour .date strong{
	font-size:16px;
	display:block;
	margin-bottom:3px;
}
.ads-tour .date span{
	display:block;
	font-size:12px;
}
.ads-tour .title{
        color: gray;
	font:bold 12px/18px Georgia,"Times New Roman",Times,serif;
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 50%;
	padding:0 8px;
	margin:0 -8px 14px;
	width:212px;
}
.ads-tour .title span{
	background:#fff;
	padding:0 10px;
}
.ads-tour .info{
	overflow:hidden;
	height:1%;
	margin-bottom:21px;
}
.ads-tour .info .visual{
	float:left;
	margin:0 7px;
	display:inline;
}
.ads-tour .info .visual img{
	vertical-align:top;
}
* html .ads-tour .info .visual{
	margin-right:-3px;
}
.ads-tour .info .text{
	overflow:hidden;
	height:1%;
	padding-top:3px;
}
.ads-tour .info .text strong{
	font-size:13px;
	display:block;
}
.ads-tour .info .text span{
	color:#808080;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
}
.ads-tour .info .text em{
	display:block;
}
.ads-tour .country{
	font-weight:bold;
	font-size:13px;
	margin:-2px 0 17px;
}
.ads-tour .box{
	padding:2px 0 15px;
}
.ads-tour .box span,
.ads-tour .box strong{
	display:block;
	margin:0 0 1px;
}
.ads-tour .box em{
	font-size:12px;
	display:block;
}
.ads-tour .sign-up{
	margin:0 auto 22px;
}
.ads-tour .container{
	margin:0 !important;
	padding:6px 0 0 !important;
}
.ads-tour .container a{
	color:#000;
}
.content-events-list {

	position:relative;

}

.content-events-list a{
	color: #5e2e91;
}

.middle-gallery h3, .content-events-list h3{
	border-bottom:solid 1px #9954d0 !important;
	color:#9954d0 !important;
	margin:0 0 21px !important;
	padding:2px 0 3px !important;
	letter-spacing:1px !important;
	font:14px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
	font-weight:normal;
	height:1%;
}

.middle-gallery h3.indent, .content-events-list h3.indent{

	text-indent: 85px;

}
.content-seminars-list ul{
	width:500px;
	margin:0 -20px 0 0;
}
.content-seminars-list li{
	display:inline-block;
	vertical-align:top;
	width:230px;
}
.content-seminars-list li{
	margin-right:17px;
}


* html .content-seminars-list li{
	margin-right:20px;
}
* + html .content-seminars-list li{
	margin-right:20px;
}
.title-article{
	font:italic 18px/23px Georgia, "Times New Roman", Times, serif;
	color:#7a7a7a;
	padding:0 0 15px 1px;
}
.services-menu{
	margin:0 -10px 0 0;
	padding:0;
	width:240px;
	position:relative;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.services-menu li{
	overflow:hidden;
	height:1%;
	margin-bottom:5px;
}
.services-menu li .row{
	display:block;
	padding: 3px 10px 3px 4px;
	height:1%;
	overflow:hidden;
}
.blue-page .services-menu li.active .row{
	background:url(/bitrix/templates/yoga/images/arrow-sidemenu-b2.gif) no-repeat 0 50%;
}
.services-menu li .row:hover{
	text-decoration:none;
}
.services-menu .row .visual{
	float:left;
	margin:0 8px 0 0;
}
.services-menu .row .visual img{
	vertical-align:top;
}
* html .services-menu .row .visual{
	margin-right:5px;
}
.services-menu .row .text{
	overflow:hidden;
	height:1%;
	display:block;
}
.services-menu .row .text strong{
	font-size:12px;
	font-weight:bold;
	display:block;
	line-height:14px;
	margin:0 0 3px;
}
.services-menu .row .text span{
	color:#434343;
	display:block;
	font-size:11px;
	line-height:12px;
}
.services-menu .row:hover .text strong{
	text-decoration:underline;
}
.services-menu li.active .row:hover .text strong,
.services-menu li.active .row .text span,
.services-menu li.active .row .text strong{
	color:#fff;
	text-decoration:none;
}
.services-menu li.active .row .text strong{
	font-size:13px;
}
.services-menu li .level2{
	border-bottom:solid 1px #ccc;
	width:230px;
	padding:10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:none;
}
.services-menu li.active .level2{
	display:block;
}
.services-menu li .level2 .title{
	color:#818181;
	font-style:italic;
	text-align:center;
	margin:0 0 4px;
	background:url(/bitrix/templates/yoga/images/dot04.gif) repeat-x 0 50%;
}
.services-menu li .level2 .title span{
	padding:0 10px;
	background:#fff;
}
.services-menu li .level2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
.services-menu li .level2 li{
	overflow:hidden;
	height:1%;
	padding:3px 10px 3px 4px;
	margin:0 0 8px;
}
.services-menu li .level2 li .visual{
	float:left;
	margin:0 10px 0 0;
}
.services-menu li .level2 li .visual img{
	vertical-align:top;
}
* html .services-menu li .level2 li .visual{
	margin-right:7px;
}
.services-menu li .level2 li .box{
	overflow:hidden;
	height:1%;
}
.services-menu li .level2 li .heading{
	font-weight:bold;
	margin-bottom:-2px;
}
.services-menu li .level2 li .heading a{
	color:#000;
}
.services-menu li .level2 li em{
	color:#848484;
}
.brief-description{
	width:100%;
	position:relative;
	margin:-9px 0 17px;
}
.brief-description p{
	position:relative;
	z-index:2;
	width:241px;
	line-height:16px;
}
.brief-description .bg-img{
	bottom:-23px;
	right:0;
	position:absolute;
	z-index:1;
}
.brief-description .bg-img img{
	vertical-align:top;
}
.visual-services-menu{
	margin:0 -10px 0 0;
	padding:0;
	width:750px;
	list-style:none;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
.visual-services-menu li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:230px;
	margin:0 17px 13px 0;
}
* html .visual-services-menu li{
	margin-right:20px;
}
* + html .visual-services-menu li{
	margin-right:20px;
}
.visual-services-menu .visual{
	margin-bottom:-10px;
}
.visual-services-menu .visual img{
	vertical-align:top;
}
.visual-services-menu .title{
	color:#0076c1;
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
}
.visual-services-menu p{
	color:#434343;
	line-height:12px;
	margin-bottom:7px;
}
.visual-services-menu .more{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#818181;
	font-style:italic;
}
.visual-beginners-menu{
	margin:0 -10px 0 0;
	padding:0;
	width:750px;
	list-style:none;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
.visual-beginners-menu li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:355px;
	margin:0 17px 13px 0;
}
* html .visual-beginners-menu li{
	margin-right:20px;
}
* + html .visual-beginners-menu li{
	margin-right:20px;
}
.visual-beginners-menu .visual{
	margin-bottom:-10px;
}
.visual-beginners-menu .visual img{
	vertical-align:top;
}
.visual-beginners-menu .title{
	color:#0076c1;
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}
.beginners-list {list-style-type:none;}
.beginners-list li {padding:6px 0 6px 20px;background:url('/bitrix/templates/yoga/images/yoga_ill_bullet.png') 0 6px no-repeat;}
.ui-slider {
	
}
.ui-slider-handle {
	position: absolute;
	top: 0;
	height: 40px;
    width: 8px;
}
.ui-slider-handle:hover, .ui-slider-handle a:hover{text-decoration:none;}
.time-range{
	width:205px;
	padding:0 10px 30px;
	background:url(/bitrix/templates/yoga/images/bg-time.gif) repeat-x 0 12px;
	position:relative;
	 height: 30px;
}
.ui-slider {
	width:100%;
	position:relative;
}
.time-range:after{
	display:block;
	clear:both;
	content:"";
}
.time-range .r{
	float:right;
	height:40px;
}

.time-range .l{
	float:left;
	height:40px;
	margin-left:-8px;
}

.time-range .ui-slider-range{
	overflow:hidden;
	height:40px;
	position:absolute;
	background:url(/bitrix/templates/yoga/images/bg-time-scroll.gif) repeat-x 0 15px;
}
.time-range .roller{
	width:8px;
	height:40px;
}
.time-range .r .roller{
	right:auto;
	left:0;
}
.time-range .roller a{
	width:8px;
	height:26px;
	display:block;
	padding:15px 0 0;
}
.time-range .roller a:hover{
	text-decoration:none;
}
.time-range .l .roller a{
	background:url(/bitrix/templates/yoga/images/roller-l.gif) no-repeat 0 100%;
}
.time-range .r .roller a{
	background:url(/bitrix/templates/yoga/images/roller-r.gif) no-repeat 0 100%;
}
.time-range .roller .time{
	width:100%;
	position:absolute;
	margin:0;
}
.time-range .roller .time:after{
	display:block;
	clear:both;
	content:"";
}
.time-range .roller .holder{
	position:relative;
	float:left;
	left:50%;
}
.time-range .roller span{
	position:relative;
	float:left;
	left:-50%;
	font-size:10px;
}
.ui-datepicker {
	position: relative;
}
.ui-datepicker-header {
	position: absolute;
	top: -25px;
	width:100%;
}
/*
.ui-datepicker-prev{
	background:url(/bitrix/templates/yoga/images/arrow01.png) no-repeat;
	text-indent:-9999px;
}*/
.ui-datepicker-prev {left: 3px;}
.ui-datepicker-next{
	right: 0;
	left: auto;
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	width:34px;
	height:17px;
	display:block;
	background:url(/bitrix/templates/yoga/images/arrow01.png) no-repeat;
	text-indent:-9999px;
}
.ui-datepicker-next span{
	margin-left:-17px;
}
.calendar-frame {
	width: 230px;
	float: right;
}
.calendar-frame .calendar_inline{
	background:  #ECE5F4;
	padding-top: 21px;
}
.green-page .calendar-frame .calendar_inline{
	background:  #ecf4e5;
}
.calendar-frame .ui-datepicker-header{
	top: -21px;
}
.halls-list{
	overflow:hidden;
	width:100%;
}
.halls-list .title{
	border-bottom:solid 1px #b7b7b7;
	font: italic 12px Georgia,"Times New Roman",Times,serif;
	padding:0 0 4px 1px;
	color:#b7b7b7;
	margin:0 0 10px;
}
.halls-list .list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.halls-list .list li{
	margin:0 0 10px;
}
.halls-list .list li a{
	color:#3b3b3b;
}
.services-list-shadow{
	margin:0 -15px 0 0;
	padding:0;
	list-style:none;
	width:494px;
}
.services-list-shadow li{
	display:inline-block;
	vertical-align:top;
	width:238px;
	margin:0 10px 28px -3px;
}
* html .services-list-shadow li{
	margin-right:12px;
}
* + html .services-list-shadow li{
	margin-right:12px;
}
.services-list-shadow .t{
	background:url(/bitrix/templates/yoga/images/shadow-services-t.jpg) no-repeat;
	height:2px;
	overflow:hidden;
}
.services-list-shadow .b{
	background:url(/bitrix/templates/yoga/images/shadow-services-b.jpg) no-repeat;
	height:7px;
	overflow:hidden;
}
.services-list-shadow .c{
	background:url(/bitrix/templates/yoga/images/shadow-services-c.jpg) repeat;
	overflow:hidden;
	width:204px;
	padding:0 18px 12px 16px;
}
.services-list-shadow .visual{
	width:230px;
	margin:0 -13px 4px;
}
.services-list-shadow .visual img{
	vertical-align:top;
}
.services-list-shadow .title{
	color:#0076c1;
	padding:0 0 4px;
	font:bold 18px Arial, Helvetica, sans-serif;
}
.services-list-shadow .title a{
	color:#0076c1;
}
.services-list-shadow p{
	margin:0;
	font-size:10px;
	line-height:12px;
	color:#434343;
}
.stock-list{
	overflow:hidden;
	height:1%;
	border-top:solid 0px #d5d5d5;
	font:11px Georgia,"Times New Roman",Times,serif;
	text-align:center;
	padding:1px 0 18px;
}

.stock-list h3{
	border-bottom:solid 1px #0076c1 !important;
	margin:0 0 21px !important;
	padding:2px 0 3px !important;
	color:#0076c1 !important;
	letter-spacing:1px !important;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
}

 .stock-list h3 a{
	color:#0076c1 !important;
	letter-spacing:1px !important;
	font:13px FreeSetCyrillic, tahoma, geneva, sans-serif !important;
}

.stock-list h3 img{

	vertical-align: middle;
	margin-top: 0pt;
	margin-right: 6px;
	margin-bottom: 0pt;
	margin-left: 6px;
}

.stock-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.stock-list ul li{
	margin-bottom:14px;
}
.stock-list .title{
	color:#0076c1;
	font-weight:bold;
	margin-bottom:3px;
}
.stock-list .title a{
	color:#0076c1;
}
.stock-list p{
	margin:0;
	font-style:italic;
	line-height:14px;
}
.stock-list .more{
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.stock-list .more a{
	color:#808080;
}

.corp-block a{
	color:#0076c1;
}

.corp-block h2{
	color:#0076c1;
	border-bottom:solid 1px #0076c1;
}

.corp-block p, .corp-block ul {
    margin-top: 6px;
    font: 11px/14px Georgia, Times New Roman;
}

.corp-block ul {
    text-align:left;
    padding-left:20px;
}

.corp-block .more {
	border-top: solid 1px #bfbfbf;
	text-align: center;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 18px;
}
.corp-block .more a{
	color:#808080;
}

.quick-menu-wrapper{
	height:1%;
	position:relative;
}
.quick-menu-wrapper:after{
	display:block;
	clear:both;
	content:"";
}
.quick-menu-wrapper .quick-menu{
	margin:0;
	padding:0 0 51px;
	list-style:none;
	font:14px/14px FreeSetCyrillic, tahoma, geneva, sans-serif;
	font-weight:bold;
	width:190px;
	overflow:hidden;
}
.quick-menu-wrapper .quick-menu li{
	padding:0 0 10px 21px;
	background:url(/bitrix/templates/yoga/images/arrow03.gif) no-repeat 7px 2px;
}
.quick-menu-wrapper .quick-menu li a{
	color:#000;
}
.quick-menu-wrapper .switch {
	position:absolute;
	bottom:32px;
	left:209px;
	z-index:10;
}
.quick-menu-wrapper .switch ul{
	margin:0;
	padding:0;
	list-style:none;
}
.quick-menu-wrapper .switch li{
	float:left;
	margin-right:8px;
}
.quick-menu-wrapper .switch li a{
	text-decoration:none;
	float:left;
	background:url(/bitrix/templates/yoga/images/dot06.gif) no-repeat;
	width:8px;
	height:7px;
	text-indent:-9999px;
	overflow:hidden;
}
.quick-menu-wrapper .switch li a.active,
.quick-menu-wrapper .switch li a:hover{
	background-position:-8px 0;
}
.quick-menu-wrapper .min-gallery-img{
	position:absolute;
	bottom:0;
	left:-19px;
	z-index:5;
}
.quick-menu-wrapper .min-gallery-img .holder-min-gallery{
	background:url(/bitrix/templates/yoga/images/bg-min-gallery.png) no-repeat;
	width:288px;
	height:156px;
	overflow:hidden;
}
.quick-menu-wrapper .min-gallery-img .wrap-min-gallery{
	width:225px;
	overflow:hidden;
	height:94px;
	margin:31px 0 0 32px;
}
.quick-menu-wrapper .min-gallery-img ul{
	 margin:0;
	 padding:0;
	 list-style:none;
	 width:9999px;
	 overflow:hidden;
}
.quick-menu-wrapper .min-gallery-img li{
	float:left;
	margin:0 18px 0 0;
}
.quick-menu-wrapper .min-gallery-img li img{
	vertical-align:top;
}
.quick-menu-wrapper .wrap-big-gallery{
	position:absolute;
	bottom:45px;
	left:208px;
	overflow:hidden;
	width:525px;
	height:227px;
	z-index:0;
	margin:0;
	padding:0;
	list-style:none;
}
.quick-menu-wrapper .wrap-big-gallery img{
	vertical-align:top;
}
.quick-menu-wrapper .wrap-big-gallery a{
	text-decoration:none;
}
.quick-menu-wrapper .wrap-big-gallery li.active{
	display:block;
	z-index:5;
}
.quick-menu-wrapper #up-big-gallery{
	position:absolute;
	top:-43px;
	left:208px;
	z-index:1;
	width:525px;
	height:28px;
	overflow:hidden;
//	background:url(/bitrix/templates/yoga/images/bg-body-orange.png) no-repeat 47% -110px;
}

.quick-menu-wrapper .wrap-big-gallery li{
	position:absolute;
	top:0;
	left:0;
	width:525px;
	height:314px;
	overflow:hidden;
}

.wrap-big-gallery .next,
.wrap-big-gallery .prev{
	position:absolute;
	top:0;
	left:0;
	width:22px;
	overflow:hidden;
	z-index:10;
	overflow:hidden;
	text-indent:-9999px;
}
.wrap-big-gallery .next span,
.wrap-big-gallery .prev span{
	background:url(/bitrix/templates/yoga/images/btn05.png) no-repeat;
	width:44px;
	height:227px;
	display:block;
}
.wrap-big-gallery .next{
	left:auto;
	right:0;
}
.wrap-big-gallery .next span{
	margin:0 0 0 -22px;
}

.description-holder{
	font:14px/18px Georgia,"Times New Roman",Times,serif;
	color:#323232;
}
.holder-article-list{
	font:12px/14px Georgia,"Times New Roman",Times,serif;
}
.holder-article-list .description{
	color:#808080;
	line-height:18px;
	font-size:14px;
	font-style:italic;
	margin:0 0 14px;
}
.holder-article-list .list{
	margin:0 0 -20px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
.holder-article-list .list li{
	overflow:hidden;
	height:1%;
	margin:0 0 25px;
}
.holder-article-list .list .visual{
	float:left;
	margin:0 15px 0 0;
}
* html .holder-article-list .list .visual{
	margin-right:12px;
}
.holder-article-list .list .visual img{
	vertical-align:top;
}
.holder-article-list .list .box{
	overflow:hidden;
	height:1%;
}
.holder-article-list .list a{
	color:#7f7f7f;
	font-style:italic;
}
.holder-article-list .list p{
	margin:0 0 15px;
}
.holder-article-list .list .title{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:0 0 8px;
}
.holder-article-list.alt-form-title .title{
	font-weight:normal;
	font-style:normal;
}
.holder-article-list.alt2-form-title .title{
	color:#333;
	font:bold 12px tahoma, geneva, sans-serif;
	text-transform:uppercase;
}
.bg-border-holder{
	border-top:solid 1px #b8b8b8;
}
.top-heading-table{
	overflow:hidden;
	height:1%;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	margin:0 0 13px;
}
.top-heading-table .heading{
	font-size:18px;
}
.top-heading-table p{
	margin:0;
	line-height:18px;
	font-size:14px;
}
.box-holder-table{
	border:solid 1px #ccc;
	border-width:1px 0;
	padding:7px 0;
}
.top-title-holder{
	font:italic bold 14px/18px Georgia,"Times New Roman",Times,serif;
}
.top-title-holder h4{
	margin:0 0 4px;
}
.box-holder-table table{
	margin:0;
}
.list-training-programs{
	margin:0 -20px 0 0;
	padding:0;
	list-style:none;
	width:749px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.list-training-programs li{
	display:inline-block;
	vertical-align:top;
	width:167px;
	text-align:center;
	margin:0 18px 18px 0;
}
* html .list-training-programs li{
	margin-right:20px;
}
* + html .list-training-programs li{
	margin-right:20px;
}
.list-training-programs li .visual{
	display:block;
	text-decoration:none;
	margin-bottom:12px;
}
.list-training-programs li .top-panel{
	display:table-cell;
	vertical-align:middle;
	width:167px;
	height:42px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#92cf36;
}
* + html .list-training-programs li .top-panel{
	display:block;
}
* html .list-training-programs li .top-panel{
	display:block;
}
.list-training-programs li .top-panel span{
	width:167px;
}
.list-training-programs img{
	vertical-align:top;
}
.list-training-programs .box a{
	font-style:italic;
	color:#7f7f7f;
}
.list-training-programs .box p{
	margin:0 0 2px;
}
/*
	last
*/
.top-account{
	float:left;
	margin:4px 0 0 3px;
}
.top-account strong{
	background:url(/bitrix/templates/yoga/images/bg-my-account-l.png) no-repeat;
	float:left;
	height:17px;
	color:#0076c1;
	font-size:11px;
	overflow:hidden;
	line-height:15px;
	padding:0 0 0 7px;
}
.top-account strong span{
	font-size:10px;
	font-weight:normal;
}
.top-account strong b{
	background:url(/bitrix/templates/yoga/images/ico48.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
}
.top-account em{
	float:left;
	background:url(/bitrix/templates/yoga/images/bg-my-account-r.png) no-repeat;
	width:7px;
	height:17px;
	font-style:normal;
}
.my-account{
	text-align:center;
	margin:0 0 7px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-account .title{
	color:#353535;
	font-size:22px;
	font-weight:bold;
	margin-bottom:3px;
}
.my-account .box{
	background:url(/bitrix/templates/yoga/images/bg-account.gif) no-repeat 50% 0;
	color:#fff;
	font-size:15px;
	height:42px;
	padding:5px 16px 0;
	margin-bottom:5px;
}
.my-account .box font.errortext{
	color:#fff !important;
}
.my-account .box span{
	font-size:25px;
}
.my-account .more{
	font-style:italic;
	color:#ff7e00;
}
.my-basket{
	width:100%;
	overflow:hidden;
	margin-bottom:48px;
}
.my-basket .heading{
	font:24px FreeSetCyrillic, tahoma, geneva, sans-serif;
	color:#fff;
	height:38px;
	text-align:center;
	padding:55px 0 0;
	background:url(/bitrix/templates/yoga/images/bg-basket-t.gif) no-repeat;
}
.my-basket .num{
	background:#dccdb3;
	border-bottom:solid 1px #b8afa0;
	color:#313131;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:14px 7px 8px;
}
.my-basket .more{
	font-style:italic;
	padding:2px 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-basket .more a{
	color:#9a4c00;
}
.my-basket .price-box{
	background:#f5f0e8;
	padding:8px 7px 6px;
}
.my-basket .price-box .row{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	color:#323232;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.my-basket .price-box .row strong{
	float:right;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-basket .price-box .row span{
	float:left;
}
.my-basket .price-box .btn-order{
	background:url(/bitrix/templates/yoga/images/bg-btn-order.gif) no-repeat;
	width:196px;
	height:31px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 auto 9px;
	display:block;
	padding:9px 0 0;
}
.my-basket .price-box .support{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.my-basket .price-box .support li{
	display:inline;
	margin:0 2px;
}
.my-basket .price-box .support li img{
	vertical-align:top;
}
.my-basket .bottom-list{
	background:url(/bitrix/templates/yoga/images/bg-basket-b.jpg) no-repeat 50% 100%;
	margin:0;
	padding:22px 20px 40px;
	text-align:center;
	list-style:none;
	min-height:100px;
	border-top:solid 1px #cbac6e;
	font-family:Georgia,"Times New Roman",Times,serif;
}
* html .my-basket .bottom-list{
	height:100px;
}
.my-basket .bottom-list li{
	margin-bottom:5px;
}
.my-basket .bottom-list li a{
	color:#9a4c00;
	font-style:italic;
}
.bonus-box{
	background:url(/bitrix/templates/yoga/images/ico54.gif) no-repeat 50% 100%;
	padding:0 0 29px;
	margin-bottom:42px;
}
.bonus-box .title{
	background:url(/bitrix/templates/yoga/images/bg-bonus.gif) no-repeat;
	text-align:center;
	height:34px;
	font:24px FreeSetCyrillic, tahoma, geneva, sans-serif;
	color:#343434;
	padding:7px 0 0;
}
.bonus-box .box{
	background:#e1f7f8;
	border-bottom:solid 1px #99e3e9;
	padding:14px 10px 16px;
}
.bonus-box .box p{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
.bonus-box .box .row{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.bonus-box .box .row strong{
	float:right;
}
.bonus-box .box .row span{
	overflow:hidden;
	height:1%;
}
.bonus-box .list-link{
	margin:0;
	padding:13px 0 11px;
	list-style:none;
	text-align:center;
	font-style:italic;
	border-bottom:solid 1px #99e3e9;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.bonus-box .list-link li{
	margin-bottom:5px;
}
.bonus-box .list-link li a{
	color:#aacbcd;
}
.min-rating span,
.min-rating{
	background:url(/bitrix/templates/yoga/images/bg-min-star.png) no-repeat;
	width:46px;
	height:8px;
	overflow:hidden;
	position:relative;
}
.min-rating span{
	background-position:0 -8px;
	position:absolute;
	top:0;
	left:0;
}
.history-views{
	margin-bottom:50px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.history-views .action{
	background:url(/bitrix/templates/yoga/images/bg-action.gif) no-repeat 50% 0;
	width:230px;
	height:26px;
	text-align:center;
	color:#fff;
	padding:24px 0 0;
	margin-bottom:25px;
	font:bold 18px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.history-views .more{
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;
	border-top:solid 1px #ccc;
	font-style:italic;
	padding:3px 0 0;
}
.history-views .more a{
	color:#6b6b6b;
}
.history-views .heading{
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #ffb266;
	padding:0 0 3px;
	margin-bottom:14px;
}
.brown-page .history-views .heading{
	border-color:#c29466;
}
.history-views .list{
	margin:0;
	padding:0;
	list-style:none;
}
.history-views .list li{
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}
.history-views .list li .visual{
	float:left;
	border:solid 1px #ccc;
	margin:3px 9px 0 0;
}
.history-views .list li .visual img{
	vertical-align:top;
}
.history-views .list li .box{
	overflow:hidden;
	height:1%;
}
.history-views .list li .title{
	font:bold 12px Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.history-views .list li .title a{
	color:#9a4c00;
}
.history-views .list li .min-rating{
	margin-bottom:3px;
}
.history-views .list li p{
	margin:0;
}
.history-views .list li .price{
	font-weight:bold;
	font-size:10px;
}
.history-views .list li .price strong{
	font-size:14px;
}
.my-schedule{
	width:100%;
	overflow:hidden;
	margin:0 0 35px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-schedule .more{
	margin:0;
}
.my-schedule h2{
	margin:0 0 4px;
	color:#323232;
	border:0;
	padding:0;
	font:bold 22px Georgia,"Times New Roman",Times,serif;
}
.my-schedule .my-list{
	margin:0 0 5px;
	padding:0;
	list-style:none;
	border-top:solid 1px #c2c2c2;
	background:url(/bitrix/templates/yoga/images/bg-my-list.gif) repeat-y 100% 0;
}
.my-schedule .my-list li{
	border-bottom:solid 1px #c2c2c2;
	width:100%;
	overflow:hidden;
	padding:5px 0 0;
}
.my-schedule .my-list .date{
	float:left;
	color:#343434;
	font-weight:bold;
	font-style:italic;
	width:108px;
	font-size:11px;
}
.my-schedule .my-list .date.red{
	color:#d64949;
}
.my-schedule .my-list .holder{
	float:left;
	width:372px;
}
.my-schedule .my-list .row{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.my-schedule .my-list .last-col{
	width:26px;
	float:right;
}
.my-schedule .my-list .last-col .edit,
.my-schedule .my-list .last-col .add{
	background:url(/bitrix/templates/yoga/images/bg-add.gif) no-repeat;
	width:16px;
	height:16px;
	text-align:center;
	display:block;
	margin:0 auto;
}
.my-schedule .my-list .last-col .edit{
	background-position:0 -16px;
}
.my-schedule .my-list .time{
	float:left;
	width:62px;
	font-size:14px;
	font-weight:bold;
	margin-top:-3px;
}
.my-schedule .my-list .time span{
	overflow:hidden;
	height:1%;
	text-align:center;
	color:#4c4c4c;
	display:block;
}
.my-schedule .my-list .time strong{
	float:right;
}
.my-schedule .my-list .col{
	font-weight:bold;
	width:105px;
	padding:0 11px;
	float:left;
}
.my-schedule .my-list .name{
	float:left;
	width:150px;
}
.my-schedule .my-list .name span,
.my-schedule .my-list .name strong{
	display:block;
}
.my-message{
	margin-bottom:14px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.my-message h2{
	margin:0 0 4px;
	color:#323232;
	border:0;
	padding:0;
	font:bold 18px Georgia,"Times New Roman",Times,serif;
}
.my-message .message-list{
	margin:0 0 5px;
	padding:0;
	list-style:none;
	border-top:solid 0 #ccc;
}
.my-message .message-list li{
	border-bottom:dotted 1px #dedede;
	padding:6px 10px 9px 31px;
}
.my-message .message-list li .title{
	font-weight:bold;
	color:#000;
}
.my-message .message-list li .name{
	font-style:italic;
}
.my-message .message-list li.attention{
	background:url(/bitrix/templates/yoga/images/ico55.gif) no-repeat 2px 0;
}
.my-message .message-list li.mail{
	background:url(/bitrix/templates/yoga/images/ico56.gif) no-repeat 2px 8px;
}
.my-table{
	width:100%;
	overflow:hidden;
}
.my-table h2{
	margin:0 0 4px;
	color:#323232;
	border:0;
	padding:0;
	font:bold 22px Georgia,"Times New Roman",Times,serif;
}
.my-table table{
	border-collapse:collapse;
	width:100%;
	font-family:Georgia,"Times New Roman",Times,serif;
	border:solid 1px #dedede;
	border-width:1px 0;
	margin-bottom:5px;
}
.my-table table td{
	padding:1px 0;
	border-bottom:dotted 1px #dedede;
}
.my-table.my-history table td{
	padding:7px 0;
}
.my-table table td .name strong{
	display:block;
	font-size:14px;
}
.my-table table td .name span{
	display:block;
}
.my-table table td .name em{
	display:block;
}
.my-table table td .date{
	font-size:14px;
	text-align:right;
	padding:0 15px;
}
.holder-list{
	width:100%;
}
.holder-list h3{
	margin:0 0 7px;
	font:bold 14px Georgia,"Times New Roman",Times,serif;
}
.holder-list .main-list li{
	padding-left:0;
	padding-right:0;
}
* html .holder-list .main-list li{
	margin-right:2px;
}
* + html .holder-list .main-list li{
	margin-right:2px;
}
.top-panel-shop{
	height:100px;
	position:relative;
	overflow:hidden;
	margin:-15px 0 18px;
	color:#fff;
}
.top-panel-shop .by-shop{
	position:absolute;
	left:0;
	top:13px;
	text-align:center;
	width:230px;
}
.top-panel-shop .by-shop .name{
	margin-bottom:9px;
}
.top-panel-shop .by-shop .name a {
	font:24px Conv_MetaBookCapsC , Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}
.top-panel-shop .by-shop .text a{
	font:italic 11px/11px Georgia,"Times New Roman",Times,serif;
	color:#fff;
	text-decoration:none;
}
.top-panel-shop .menu{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:35px;
	left:254px;
	font:14px Georgia,"Times New Roman",Times,serif;
}
.top-panel-shop .menu li{
	float:left;
	margin:0 16px 0 0;
}
.top-panel-shop .menu li a{
	color:#fff;
}
.top-panel-shop .tel{
	position:absolute;
	top:17px;
	right:0;
	text-align:center;
	width:230px;
}
.top-panel-shop .tel .text{
	margin-bottom:4px;
	font:11px FreeSetCyrillic, tahoma, geneva, sans-serif;
}
.top-panel-shop .tel .holder{
	font:18px Arial, Helvetica, sans-serif;
}
.big-rating span,
.big-rating{
	background:url(/bitrix/templates/yoga/images/bg-big-star.png) no-repeat;
	width:75px;
	height:14px;
	overflow:hidden;
	position:relative;
}
.big-rating span{
	background-position:0 -14px;
	position:absolute;
	top:0;
	left:0;
}
.wrap-main-nav .big-rating{
	float:right;
	margin-top:6px;
}
.side-col-shopindent{
	padding-top:31px;
}
.main-content-shopindent{
	padding-top:22px;
}
.item-block{
	width:100%;
	padding:0 0 50px;
}
.item-block .item-gallery{
	text-align:center;
	margin:0 0 8px;
}
.item-block .item-gallery .visual{
	width:100%;
	margin:0 0 35px;
}
.item-block .item-gallery img{
	vertical-align:top;
}
.item-block .item-gallery .gallery{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.item-block .item-gallery .gallery li{
	margin:0 1px;
	display:inline-block;
	vertical-align:top;
}
.item-block .item-gallery .gallery li a{
	padding:1px;
}
* + html .item-block .item-gallery .gallery li{
	display:inline;
}
* html .item-block .item-gallery .gallery li{
	display:inline;
}
.item-block .item-gallery .gallery li a{
	display:block;
}
.item-block .item-gallery .gallery li.active a,
.item-block .item-gallery .gallery li a:hover{
	border:solid 1px #976900;
	padding:0;
}
.item-info{
	width:100%;
	font-family:Georgia,"Times New Roman",Times,serif;
	border-top:solid 1px #ccc;
	font-size:11px;
	padding:11px 0 0;
	margin:0 0 8px;
}
.item-info .holder{
	width:100%;
	overflow:hidden;
	margin-bottom:-8px;
}
.item-info .info{
	float:left;
	width:240px;
	padding:6px 10px 0 0;
	margin:0 0 21px;
	list-style:none;
}
.item-info .info li{
	margin-bottom:1px;
}
.item-info .box{
	overflow:hidden;
	height:1%;
}
.item-info .box .row{
	width:100%;
	overflow:hidden;
	margin:0 0 18px;
	border:none;
}
.item-info .box .row .title{
	float:left;
	padding:0 6px 0;
}

.item-info .box .row .wrap-row{
	overflow:hidden;
	height:1%;
	text-align:right;
}
.item-info .box .row .holder-row{
	float:right;
}
.item-info .box .wrap{
	float:left;
	margin:0 0 0 8px;
}
.item-info .box .wrap .radio{
	float:left;
	width:15px;
	height:15px;
	margin:4px 3px 0 0;
	padding:0;
}
.item-info .box .wrap label{
	float:left;
}
.item-info .box .wrap label img{
	float:left;
	margin:0 3px 0 0;
}
.item-info .box .wrap label span{
	float:left;
	padding:4px 0 0;
}
.item-info .box .price{
	float:right;
	font-weight:bold;
	line-height:24px;
}
.item-info .box .price strong{
	font-size:24px;
}
.item-info .box .price span{
	font-size:18px;
}
.item-info .btn-holder{
	border-top:solid 1px #ccc;
	padding:10px 0 32px;
	background:url(/bitrix/templates/yoga/images/ico58.gif) no-repeat 50% 100%;
}
.item-info .btn-holder input{
	background:url(/bitrix/templates/yoga/images/bg-btn-add-item.gif) no-repeat;
	width:219px;
	height:40px;
	color:#fff;
	display:block;
	margin:0 auto;
	padding:0 0 4px;
	font-size:16px;
	border:0;
	cursor:pointer;
	line-height:34px;
}
.item-block .item-description{
	margin-bottom:13px;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.item-block .item-description p{
	margin:0;
	line-height:15px;
}
.related-products{
	width:100%;
	margin:0 0 33px;
}
.related-products .title{
	margin-bottom:4px;
	font:bold 14px Georgia,"Times New Roman",Times,serif;
}
.related-products ul{
	margin:0 0 3px;
	padding:9px 0 0 8px;
	list-style:none;
	border:dotted 1px #cea982;
	border-width:1px 0;
	background:#f4efe2;
}
.related-products li{
	display:inline-block;
	vertical-align:top;
	width:107px;
	padding:0 0 7px 5px;
	text-align:center;
}
* html .related-products li{
	display:inline;
	padding-left:7px;
}
* + html .related-products li{
	display:inline;
	padding-left:7px;
}
.related-products li .visual{
	text-align:center;
	margin-bottom:6px;
}
.related-products li .visual img{
	vertical-align:top;
}
.related-products li .name{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.related-products li .price{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
}
.related-products li .price strong{
	font-size:14px;
}
.related-products li .price span{
	font-size:10px;
}
.related-products .more{
	margin:0;
	padding:0;
}
.related-products .more a{
	color:#808080;
	border-bottom:dashed 1px;
	font-size:11px;
}
.related-products .more a:hover{
	padding:0 0 1px;
	border:0;
	text-decoration:none;
}
.wrap-main-nav .filter{
	width:100%;
	overflow:hidden;
	font-style:italic;
	color:#494949;
	margin:-5px 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
}
.wrap-main-nav .filter span{
	float:left;
	margin-right:10px;
}
.wrap-main-nav .filter ul{
	margin:0;
	padding:0;
	list-style:none;
}
.wrap-main-nav .filter ul li{
	float:left;
	margin-right:10px;
}
.wrap-main-nav .filter ul li a{
	color:#494949;
}
.wrap-main-nav .filter ul li.active a{
	text-decoration:underline;
}
.item-box{
	margin:0 -16px 0 0;
	padding:0;
	width:498px;
	list-style:none;
}
.item-box li{
	display:inline-block;
	vertical-align:top;
	width:232px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 14px 24px 0;
}
* html .item-box li{
	display:inline;
	margin-right:17px;
}
* + html .item-box li{
	display:inline;
	margin-right:17px;
}
.item-box li .title{
	margin-left:3px;
}
.item-box li .title a{
	color:#656565;
	font-size:11px;
}
.item-box li .holder{
	width:100%;
	background:url(/bitrix/templates/yoga/images/bg-item-c.gif) repeat-y;
}
.item-box li .wrap{
	background:url(/bitrix/templates/yoga/images/bg-item-t.gif) no-repeat;
	width:100%;
}
.item-box li .holder-inner{
	background:url(/bitrix/templates/yoga/images/bg-item-b.gif) no-repeat 0 100%;
	height:210px;
	padding:7px 8px 23px;
}
.item-box li .visual{
	width:100%;
	border-bottom:solid 1px #ececec;
	text-align:center;
	padding:0 0 3px;
	margin-bottom:4px;
}
.item-box li .visual img{
	vertical-align:top;
}
.item-box li .name{
	padding:0 5px;
}
.item-box li p{
	margin:0 5px 4px;
}
.item-box li .price{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	text-align:center;
	margin:-14px 0 0;
}
.item-box li .price strong{
	font-size:16px;
	display:block;
	margin-bottom:0;
}
.item-box li .price span{
	display:block;
}

.item-box li .price.red strong {color:#b40105;}
.item-box li .big-rating{
	margin-left:5px;
}
.item-box li .new{
	background:url(/bitrix/templates/yoga/images/new.gif) no-repeat;
	width:55px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 -4px;
}
.item-box li .old-price{
	font-size:16px;
	position:relative;
	margin:0 0 -6px;
	width:100%;
	line-height:24px;
	font-weight:normal;
}
.item-box li .old-price span{
	position:absolute;
	top:5px;
	left:50%;
	background:url(/bitrix/templates/yoga/images/bg-last-price.png) no-repeat;
	width:58px;
	height:15px;
	margin:0 0 0 -29px;
}
.item-block .gray-link{
	margin:0;
	padding:0;
}
.item-block .gray-link a{
	color:#545454;
}
.imgcode {width:72px;height:72px;}

#tofav {text-align:center;margin:6px 0 6px 0;}

.seti {text-align:center;}
.seti a {width:33px;height:33px;display:inline-block;margin:3px;}
.seti a img {width:33px;height:33px;border:none;}
.seti_footer {}
.seti_footer a {width:33px;height:33px;display:inline-block;margin-bottom:3px;}
.seti_footer a img {width:33px;height:33px;border:none;}

/* +Бонусная программа+ */
.bonus-program .status {
  width:33.333333%;
  position: relative;
  float:left;
  padding-top: 20px;
}

.bonus-program .status img {
  display: block;
  width: 161px;
  height: 121px;
}
.bonus-program .status.gold img {width: 211px;}

.bonus-program .status .percent {
  position: absolute;
  top: 62px;
  left: 155px;
  font-size: 30px;
  font-weight: bold;
}
.bonus-program .status.gold .percent {left: 175px;}

.bonus-program .status .text {
  display: block;
  width: 161px;
  margin-top: 15px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.bonus-program .status.gold .text {width: 211px;}

.bonus-program .bronze {
  color: #cf954d;
}
.bonus-program .silver {
  color: #c0c0c0;
}
.bonus-program .gold {
  color: #f9c51f;
}

.bonus-program .bonus-line {
  width: 100%;
  height: 16px;
  clear: both;
  position: relative;
  padding: 30px 0px;
}

.bonus-program .bonus-line .circle {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bonus-program .bonus-line .double-line {
  display: block;
  width: 50%;
  height: 5px;
  float: left;
  margin-top:4px;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}

.bonus-program .bonus-line .bronze {
  background-color: #cf954d;
  left:0;
}
.bonus-program .bonus-line .silver {
  background-color: #c0c0c0;
  left:50%;
  margin-left: -8px;
}
.bonus-program .bonus-line .gold {
  background-color: #f9c51f;
  right:0;
}


.bonus-program .infoblock div {
  width: 49%;
  height: 86px;
  position:relative;
  margin-bottom: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.bonus-program .infoblock div .icon {
  width:51px;
  height:51px;
  display: block;
  position:absolute;
  top:0;
  left:0;
  margin: 18px 0px 0px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bonus-program .infoblock .active-balance {background-color: #4a7ec0;}
.bonus-program .infoblock .active-balance .icon {background: url(/img/infoblock-icon1.png) no-repeat 0 0;}
.bonus-program .infoblock .buy-count {background-color: #ffda54;}
.bonus-program .infoblock .buy-count .icon {background: url(/img/infoblock-icon2.png) no-repeat 0 0;}
.bonus-program .infoblock .discount-level .icon {background: url(/img/infoblock-icon3.png) no-repeat 0 0;}
.bonus-program .infoblock .discount-level.bronze {background-color: #cf954d;}
.bonus-program .infoblock .discount-level.silver {background-color: #c0c0c0;}
.bonus-program .infoblock .discount-level.gold {background-color: #f9c51f;}
.bonus-program .infoblock .saving {background-color: #6153c7;}
.bonus-program .infoblock .saving .icon {background: url(/img/infoblock-icon4.png) no-repeat 0 0;}


.bonus-program .infoblock div .name {
  display:block;
  margin-top: 12px;
  margin-bottom: 3px;
  padding-right:40px;
  text-align:right;
  color:#fff;
  font-size:16px;
}
.bonus-program .infoblock div .number {
  display:block;
  margin-bottom:3px;
  padding-right:40px;
  text-align:right;
  color:#fff;
  font-size:24px;
  font-weight:bold;
}
.bonus-program .infoblock div .comment {
  display:block;
  color:#fff;
  font-size:11px;
  text-align:center;
}

.bonus-description {
  clear:both;
  padding-top:10px;
  padding-bottom:30px;
}
.bonus-description h3 {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  color:#5e2e91;
  border-bottom: #ccc 1px solid;
}


.bonusProgram h1 {
  text-align:center;
  text-transform:uppercase;
  color:#db8232;
  font-weight:800;
  font-size:30px;
}
.bonusProgram p,.bonusProgram ul {width:90%;margin:20px auto;font-size:16px;line-height:120%;}
.bonusProgram p.text-center {text-align:center;}
.bonusProgram .bonusRegButton {
  width:270px;
  height:44px;
  line-height:44px;
  display:block;
  margin:30px auto 40px auto;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  cursor:pointer;
  background-color:#db8232;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#bonusRegForm {
  background-color: #4a7ec0;
  padding: 20px 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#bonusRegForm .modal-header {
  display:block;
  position:relative;
  clear:both;
  height:115px;
  padding: 0px;
  background-color: #fff;
}
#bonusRegForm .modal-header img {margin-top:10px;}
#bonusRegForm .modal-header h2 {
  width:400px;
  height:115px;
  margin:0px auto;
  padding:20px 0px 0px 20px;
  font-family:serif;
  font-size:30px;
  color:#fff;
  line-height:110%;
  text-transform:uppercase;
  box-sizing: border-box;
  background-color: #4a7ec0;
  border:none;
}
#bonusRegForm .modal-header h2 span {font-size:24px;}
#bonusRegForm .modal-body {
  display:block;
  position:relative;
  clear:both;
  padding: 0px 40px;
  background-color: #fff;
}
#bonusRegForm .modal-body form {
  width:400px;
  margin:0px auto;
}
#bonusRegForm .modal-body form label {
  width:100%;
  height:30px;
  display:block;
  position:relative;
  clear:both;
  padding-top:10px;
}
#bonusRegForm .modal-body form label span {
  width:150px;
  height:30px;
  display:inline-block;
  font-family:serif;
  font-size:22px;
  font-weight:normal;
  color: #000;
  text-align:right;
}
#bonusRegForm .modal-body form label input {
  width:440px;
  height:30px;
  float:right;
  padding:0px 10px;
  box-sizing: border-box;
  border:none;
  border-bottom:#d7d7d7 1px solid;
}

#bonusRegForm .modal-body form label.abnumber {
  height:70px;
  padding:15px 0px;
}
#bonusRegForm .modal-body form label.abnumber span {
  width:100%;
  height:30px;
  display:block;
  font-family:serif;
  font-size:22px;
  font-weight:normal;
  color: #000;
  text-align:center;
}
#bonusRegForm .modal-body form label.abnumber input {
  width:100%;
  height:40px;
  display:block;
  float:none;
  padding:0px 10px;
  box-sizing: border-box;
  background-color:#d7d7d7;
  border:none;
  border-bottom:#d7d7d7 1px solid;
}


#bonusRegForm .modal-body form label.icr-label {
    height:20px;
    position: relative;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 30px;
    font-family: globerRegular;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #262626;
    cursor:pointer;
}
#bonusRegForm .modal-body form label.icr-label .icr-item {
    width:18px;
    height:18px;
    display: block;
    position: absolute;
    left: 0px;
    outline: none;
    cursor: pointer;
    background: url(/img/icr-cloudy-skin.png) no-repeat;
}
#bonusRegForm .modal-body form label.icr-label .icr-text {
    display: inline;
    vertical-align: middle;
    font-size:14px;
}
#bonusRegForm .modal-body form label.icr-label.checked .type_checkbox {background-position: -150px 0;}
#bonusRegForm .modal-body form label.icr-label .type_checkbox {background-position: 0 0;}
#bonusRegForm .modal-body form label.icr-label .icr-hidden {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}


#bonusRegForm .modal-body form label.bonusRegButton {height:44px;padding:15px 0px;}
#bonusRegForm .modal-body form label.bonusRegButton input {
  width:270px;
  height:44px;
  line-height:44px;
  display:block;
  float:none;
  margin: 0px auto 0px auto;
  font-size:18px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  cursor:pointer;
  background-color:#db8232;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#bonusRegForm .modal-footer {
  display:block;
  position:relative;
  clear:both;
  padding-top:20px;
  padding-left:20px;
}
#bonusRegForm .modal-footer p {margin:0px;color:#fff;}



.pull-left {float:left;}
.pull-right {float:right;}

.information-block .blue-block .swiper-container .swiper-button-next {top:0px!important;opacity:1;height:100%;right:0;background-color:#fff;}
.information-block .blue-block .swiper-container .swiper-button-prev {top:0px!important;opacity:1;height:100%;left:0;background-color:#fff;}

.green-page .swiper-pagination-bullet-active {background:#8ec53f !important;}
.green-page .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238ec53f'%2F%3E%3C%2Fsvg%3E");
}
.green-page .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238ec53f'%2F%3E%3C%2Fsvg%3E");
}

/* End */


/* Start:/bitrix/templates/yoga/template_styles.css?15924754312326*/
.about_topblock {width:100%;height:auto;clear:both;padding-top:5px;}
.about_topblock a img {border:none;}
.about_topblock div a {
  margin:0px 0px 6px 0px;
}

.about_centerblock {width:100%;height:auto;clear:both;margin-bottom:20px;}
.about_centerblock h2 {padding-bottom:4px;font-size:16px;color:#616161;}
.about_centerblock h2 a.more {float:right;font-size:12px;}

.about_centerblock h2.blue {border-bottom:#0076c1 1px solid;}
.about_centerblock h2.green {border-bottom:#669900 1px solid;}
.about_centerblock h2.gray {border-bottom:#888 1px solid;}
.about_centerblock h2.orange {border-bottom:#d7700c 1px solid;}
.about_centerblock h2.pink {border-bottom:#c52769 1px solid;}

.about_centerblock h2.blue a {color:#0076c1;}
.about_centerblock h2.green a {color:#669900;}
.about_centerblock h2.gray a {color:#888;}
.about_centerblock h2.orange a {color:#d7700c;}
.about_centerblock h2.pink a {color:#c52769;}

.about_centerblock div p {line-height:normal;}
.about_centerblock div ul {margin:0px;padding-left:14px;}
.about_centerblock div ul li {margin-bottom:5px;}

.about_rblock div {width:100%;height:auto;margin:40px 0px;}
.about_rblock .more {
  display:block;
  border-top: solid 1px #bfbfbf;
  text-align: center;
  font-style: italic;
  padding: 3px 0 0;
}
.about_rblock .more a {color: #b2b2b2;}
.about_rblock .contact {
  margin: -4px 0 5px;
  overflow: hidden;
  height: 1%;
  line-height: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.about_rblock .contact dt {margin: 0 3px 0 0;font-weight: bold;}
.about_rblock .contact dd {margin: 0 0 7px;}
.about_rblock .contact .tel {font: 18px Arial, Helvetica, sans-serif;}
.about_rblock .contact address {font-style: normal;}
.about_rblock .list {
  margin: 0 -17px 0 0;
  padding: 6px 0 0;
  list-style: none;
  overflow: hidden;
}
.about_rblock .list li {
  display: inline-block;
  vertical-align: top;
  font: 12px Georgia, "Times New Roman", Times, serif;
  margin: 0 17px 17px 0;
  width: 230px;
}
.about_rblock .list .name {
  font-weight: bold;
  margin: 0 0 8px;
}
.about_rblock .list p a {
  font-style: italic;
  color: #b2b2b2;
}
#clasSignForm .form-item {padding:8px 0;}
#clasSignForm h2{float:left;width:95%}
.classign_field_err {color:red;}
.btn-sign {border: 1px solid #669900 !important;; background-color:#fff;color:#669900 !important;}
/* End */
/* /bitrix/templates/yoga/components/bitrix/menu/top_main/style.css?1569394084110 */
/* /bitrix/templates/yoga/components/bitrix/news.list/map2019/style.css?15789218592741 */
/* /bitrix/templates/yoga/components/bitrix/menu/site_map/style.css?13328289402878 */
/* /bitrix/templates/yoga/components/bitrix/system.auth.form/.default/style.css?15614694291176 */
/* /bitrix/templates/yoga/styles.css?1605736417140907 */
/* /bitrix/templates/yoga/template_styles.css?15924754312326 */
