/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }




/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 14, 2013 */



@font-face {
    font-family: 'pf_din_text_comp_promedium';
    src: url('assets/fonts/pfdintextcomppro-medium-webfont.eot');
    src: url('assets/fonts/pfdintextcomppro-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/pfdintextcomppro-medium-webfont.woff') format('woff'),
         url('assets/fonts/pfdintextcomppro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helioscondregular';
    src: url('assets/fonts/helioscond-webfont.eot');
    src: url('assets/fonts/helioscond-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/helioscond-webfont.woff') format('woff'),
         url('assets/fonts/helioscond-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helioscondbold';
    src: url('assets/fonts/helioscondbold-webfont.eot');
    src: url('assets/fonts/helioscondbold-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/helioscondbold-webfont.woff') format('woff'),
         url('assets/fonts/helioscondbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url('assets/fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('assets/fonts/pfdintextcondpro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
         url('assets/fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_din_text_comp_proregular';
    src: url('assets/fonts/pfdintextcomppro-regular-webfont.eot');
    src: url('assets/fonts/pfdintextcomppro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/pfdintextcomppro-regular-webfont.woff') format('woff'),
         url('assets/fonts/pfdintextcomppro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_din_text_comp_probold';
    src: url('assets/fonts/pfdintextcomppro-bold-webfont.eot');
    src: url('assets/fonts/pfdintextcomppro-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/pfdintextcomppro-bold-webfont.woff') format('woff'),
         url('assets/fonts/pfdintextcomppro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('assets/fonts/flexslider-icon.eot');
	src:url('assets/fonts/flexslider-icon.eot#iefix') format('embedded-opentype'),
		url('assets/fonts/flexslider-icon.woff') format('woff'),
		url('assets/fonts/flexslider-icon.ttf') format('truetype'),
		url('assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { /*margin: 0 0 60px; background: #fff; border: 4px solid #fff; */position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 15px; height: 30px; margin: 0; position: absolute; top: 50%; margin-top:-15px; z-index: 10; overflow: hidden; cursor: pointer; background:url(assets/img/arr-soc.png) 0 0 no-repeat; text-indent:999px; }
.flex-direction-nav .flex-prev { left: -20px; }
.flex-direction-nav .flex-next { right: -20px; text-align: right; background-position:0 -30px; }

.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 20px; border:1px solid #d8d8d8; }
.flex-control-paging li a:hover {  }
.flex-control-paging li a.flex-active { background: #cceefc; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}







a, a:active, a:visited { color: #000; }
a:hover { color: #018ccc; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	text-align:center;
}

header .slider {
	margin:0 0 0 20px;
	float:left;
	height:282px;
	width:940px;
}
header .social { float: right; }

#logo { text-align: left; float: left; width: 25%; margin: 0 0 16px 0; }
.header-address { width: 50%; float: left; text-align: center; padding-top: 18px; }
.header-phone { width: 25%; float: left; text-align: right; }


#wrapper {
	width: 100%;
	max-width:980px;
	text-align:left;
	margin:0 auto;
	padding:75px 0 0 0;
}


.clear {
	float:none;
	clear:both;
	font-size:0;
	height:0;
}

.slides { width:940px; height:252px; overflow:hidden; }
.flexslider .slides li, .flexslider .slides img { width:940px; height:252px; }

.social a.vk, .social a.tw, .social a.fb, .social a.ins {
	display:inline-block;
	width:23px;
	height:23px;
	margin-left:2px;
}
.social a.vk { background-position:0 -60px; background-image:url(assets/img/arr-soc.png); }
.social a.tw { background-position:0 -83px; background-image:url(assets/img/arr-soc.png); }
.social a.fb { background-position:0 -106px; background-image:url(assets/img/arr-soc.png); }
.social a.ins { background-position:0 -129px; background-image:url(assets/img/arr-soc.png); }
.flexslider ul { list-style-type:none;  }

header .address {
	display:block;
	float:right;
	width:294px;
	height:140px;
	background:url(assets/img/contacts.png) 0 0 no-repeat;
	float:right;
	margin:13px 0 0 0;
}
nav ul {
	list-style-type:none;
	font-family: 'pf_din_text_comp_promedium';
	margin-left: 60px;
}
nav li {
	font-size:26px;
	text-transform:uppercase;
	display:inline-block;
	margin:7px 2px 8px;
	padding:0 9px;
	line-height:38px;
	height:38px;
	position:relative;
	z-index:180;
}
nav li.active { background: #018ccc; color: #fff; }
nav li.active > a { color: #fff; }
header nav li:first-child { margin:0 6px 0 0; }
nav li a { text-decoration:none; }
nav ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:-5px;
	z-index:181;
	padding:5px;
	background:#fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.35);
}

nav li:hover ul { display:block; }
nav ul ul li {
	display:block;
	font-size:20px;
	margin:0;
	line-height:30px;
	height:30px;
	white-space:nowrap;
	padding:0;
}

.kurs { float:right; }	
.btn-blue {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2caae1), color-stop(1, #427dc2) );
	background:-moz-linear-gradient( center top, #2caae1 5%, #427dc2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2caae1', endColorstr='#427dc2');
	background-color:#2caae1;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:16px;
	height:40px;
	line-height:40px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);
	padding:0 16px;
}
.btn-blue:hover { color:#fff; }
a.btn-blue { color:#fff; }

#body {
	background:url(assets/img/body-grad.png) 0 0 repeat-x;
	padding-top:60px;
	position:relative;
	margin-bottom:80px;
	overflow:hidden;
}
.content {
	width:728px;
	float:right;
	padding-bottom:185px;
}

/*a span.compact { display: inline-block; }*/

aside { width:246px; }
aside .social-temp { margin-top:30px; vertical-align:bottom; width:239px; }
aside .social-temp.insta { margin-left:10px; }

.afisha { float:right; width:737px; }
.afisha-page .afisha { width:728px; }

footer { text-align:center; width:728px; bottom:0; }
footer .logo { margin-bottom:22px; }

@media only screen and (max-width : 640px) {
	#wrapper { padding: 10pt 0 0 0; }
	#body { width: 100%; }

	header .slider { width: 100%; margin: 0; height: 140px; }
	.slides { width: 100%; height: 110px; }
	.flexslider .slides li, .flexslider .slides img { width: 100%; height: 140px; }

	#logo {  width: 100%; float: none; margin: 0 auto; text-align: center; }
	.header-address {  width: 100%; float: none; margin: 30px 0 0 0; text-align: center; }
	.header-phone {  width: 100%; float: none !important; margin: -80px 0 35px 0; padding: 0; text-align: center;}

	aside { display: none; }
	nav ul { margin-left: 0; }

	.content { width: 100%; }
	.afisha, .afisha-page .afisha { width: 100%; }
	footer { width: 100%; }
	footer nav { display: none; }

	nav li { line-height: 18px; height: 18px; width: 26%; }

	nav li:nth-child(3n) {

	}
}

.main-events { overflow:hidden; }
.main-events .item {
	border:1px solid #eaeaea;
	padding:2px;
	background:#f5f5f5;
	margin:0 5px 11px 0;
	width:172px;
	display:inline-block;
	vertical-align:top;
}
.main-events .item .in {
	border:1px solid #eaeaea;
	padding:1px;
	height:229px;
}
.main-events .item .desc { font-size:13px; padding:3px 6px 6px 12px; }
.main-events { width:740px; }
.name-group { color:#018ccc; }

.cal { width:239px; margin-top:-33px; }
.cal .d {
	float:left;
	width:33px;
	height:33px;
	line-height:33px;
	border-left:1px solid #c9c9ca;
	border-bottom:1px solid #c9c9ca;
	text-align:center;
	font-weight:bold;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea) );
	background:-moz-linear-gradient( center top, #ffffff 0, #eaeaea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	background-color:#ffffff;
}
.cal .d a { text-decoration:none; color:#4b4f52; }
.cal .d.unact { color:#a4a8ab }
.cal .d a:hover { color:#018ccc; }
.days-week .d { color:#b6babb; background:none; }
.days-week { background-color:#e9e9e9; overflow:hidden; }
.cal .cal-body {
	border-top:1px solid #c9c9ca;
	border-right:1px solid #c9c9ca;
	overflow:hidden;
}
.cal .days-week .d { border-left:none; width:34px; }
.cal .days-week .d:first-child { border-left:1px solid #b6babb; width:33px; }
.month { font-weight:bold; text-align:center; line-height:33px; }

.big-img { vertical-align:bottom; margin-bottom:47px; width:720px; }

h1 {
	font-size:26px;
	text-transform:uppercase;
	font-family: 'pf_din_text_comp_promedium';
	padding-bottom:20px;
	line-height:1em;
}
.content .text {
	padding:0 0 0 20px;
	font-family: 'pf_din_text_cond_proregular';
	font-size: 16px;
	line-height: 1.2em;
}
.text p, .text table, .text img, .text ul {
	margin-bottom:1.3em;
}
.text strong, .text b {
	font-weight:normal;
	font-family: 'pf_din_text_comp_promedium';
	font-size:1.2em;
}
.text ul  {
	padding-left:30px;
}

.text h2, .price-table h2 {
	font-size: 26px;
	font-family: 'pf_din_text_comp_promedium';
	margin-bottom:1em;
	padding-top:0.5em;
}
.content .contacts .sposob { width:215px; }
.content .contacts { width:720px; }

@media only screen and (max-width : 640px) {
	.content .text { padding: 0 10px; }
	.fancybox img { width: 100%; }
	.content .contacts { width: 96%; padding: 2%; }
	.content .contacts .sposob { width: 48%; margin: 8pt 0; }
}

.content .sposob {
	display:inline-block;
	width:200px;
	margin:0 20px 20px 0;
	font-family: 'pf_din_text_cond_proregular';
	font-size:16px;
	line-height:1.3em;
	vertical-align:top;
}
.content .sposob .h3 {
	text-transform:uppercase;
	font-family: 'pf_din_text_comp_promedium';
	font-size:18px;
}
.content .sposob .note, .content .sposob a {
	color:#018ccc;
}
.operators {
	list-style-type:none;
}
.operators li {
	display:inline-block;
	vertical-align:top;
	margin:5px 10px 5px 0;
}
.content .sposob .operators li a{
	text-decoration:none;
	color:#000;
}


.afisha .item {
	width:100%;
	display:inline-block;
	padding-bottom:27px;
	margin-bottom:17px;
	overflow:hidden;
	vertical-align:top;
}
.afisha-page .afisha .main-af-img {
	float:left;
}
.afisha-page .afisha .desc .right {
	float: none;
	clear:both;
	height:95px;
}
.afisha-page .afisha .desc {
	width:350px;
	float:right;
}
.afisha-page .afisha .desc .name-group {
	font-size:48px;
}

.afisha-page .afisha .desc .date {
	font-size:38px;
	height:38px;
	line-height:38px;
}
.afisha-page .afisha .desc .time {
	font-size:23px;
	font-family: 'pf_din_text_comp_promedium';
}
.afisha-page .afisha .price {
	float:right;
}
.afisha-page .afisha .price span a {
	display: block;
	margin: 4px 0;
	padding: 1px 4px;
}

a.ponominalu-button { display: inline-block; cursor: pointer; white-space: nowrap; padding: 9px 16px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: rgb(255, 255, 255); font-family: Arial; font-size: 14px; text-align: center; margin-bottom: 8px; text-decoration: none; background-color: rgb(0, 154, 212); }
a.kassir-button { display: inline-block; cursor: pointer; white-space: nowrap; padding: 9px 16px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: rgb(255, 255, 255); font-family: Arial; font-size: 14px; text-align: center; margin-bottom: 8px; text-decoration: none; background-color: rgb(0, 154, 212); }

a.ponominalu-button-main { display: inline-block; cursor: pointer; white-space: nowrap; padding: 1px 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: rgb(255, 255, 255); font-family: Arial; font-size: 12px; text-align: center; margin-bottom: 8px; text-decoration: none; background-color: rgb(0, 154, 212); }
a.ponominalu-button-main-big { padding: 1px 40px !important; }
a.kassir-button-main { display: inline-block; cursor: pointer; white-space: nowrap; padding: 1px 40px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: rgb(255, 255, 255); font-family: Arial; font-size: 12px; text-align: center; margin-bottom: 8px; text-decoration: none; background-color: rgb(0, 154, 212); }
a.kassir-button-main-small { padding: 1px 10px !important; }

.afisha .desc .left { float:left; }

@media only screen and (max-width : 640px) { 
	.afisha-page .afisha .desc { width: 100%; float: none; }
	.afisha-page .afisha .desc .right { margin-right: 6pt; }
	.afisha .desc .left { margin-left: 6pt; }
	.afisha .desc .price { margin-right: 6pt; }
	.afisha .item { border-bottom: 2px dashed #ccc; }
}

.afisha .desc .date {
	color:#018ccc;
	font-size:22px;
	font-family: 'pf_din_text_comp_promedium';
	letter-spacing: -1px;
	line-height:1em;
}
.afisha .desc .date .week {
	font-family: 'pf_din_text_cond_proregular';
	color:#000;
	font-size:18px;
}
.afisha .desc .time {
	font-size:18px;	
	font-family: 'pf_din_text_cond_proregular';
	letter-spacing: -1px;
	line-height:1em;
}
.afisha .desc .price {
	font-size:10px;
	color:#fff;
}
.afisha .desc .price a {
	display:inline-block;
	padding:0 5px;
	margin-right:6px;
	text-decoration:none;
	color:#fff;
}

.afisha .desc .price .p1 a {
	background:#018ccc;
}
.afisha .desc .price .p2 a {
	background:#6cbce1;
}
.afisha .desc .price .p3 a {
	background:#9cd2eb;
}

.p4 a, .p5 a {
	color:#d3323b ; 
	border: 2px solid #d3323b; 
	padding: 1px 11px; 
	float:right; 
	font-family: 'pf_din_text_cond_proregular';	
	font-size:12px;
	line-height:1em;
	text-decoration: none;
	border-radius: 2px;
	margin-top: -4px;	
	
	width: 44px;
	text-align: center;	
}

.p5 a {
	margin-left: 9px;
}

.specialPriceLabel {
	font-family: 'pf_din_text_comp_promedium';	
	line-height:1em;
	float:right; 
	color:#d3323b; 
	letter-spacing: 1px;
}

.afisha .desc .right {
	float:right;
	text-align:right;
}
.afisha .desc .name-group {
	font-size:32px;
	font-family: 'pf_din_text_comp_promedium';
	color:#000;
	text-transform:uppercase;
	line-height:1.0em;
	text-align:right;
	margin-bottom: 0px;
}
.afisha .desc .name-group a {
	text-decoration:none;
}
.afisha .desc .name-program {
	font-size:22px;
	/*color:#018ccc;*/
	color: #666;
	font-family: 'pf_din_text_comp_proregular';
	text-transform:uppercase;
	line-height:1em;
}


.afisha .item:last-child, .afisha.group .item {
	border-bottom:none;
}
.afisha.group {
	font-family: 'pf_din_text_cond_proregular';
}

/*  Афиша в мероприятии */
.afisha.group { float:right; width:717px; }
.afisha.group .desc .right { float:right; text-align:right; width:400px; }
.afisha.group table { width: 100%; }
.price-td { padding-right: 200px; }
.gr-text.text { padding-left: 0px; }

@media only screen and (max-width : 640px) { 
	.afisha.group { width: 100%; }
	.afisha.group .desc .right { width: 100%; padding: 6pt; }
	.afisha.group table { margin: 0 6pt; }
	.afisha.group iframe { width: 100% !important; }
	.price-td { padding-right: 0; }
	.social-buttons { margin: 0 6pt; }
	.gr-text.text { padding: 0 6pt; }
}

.afisha.group .desc .left { float:left; }
.afisha.group .desc .date {
	color:#018ccc;
	font-size:56px;
	font-family: 'pf_din_text_comp_promedium';
	letter-spacing: -2px;
	line-height:42px;
	padding-top:15px;
}
.afisha.group .desc .date .week {
	font-size:22px;
	letter-spacing: 0px;
}
.afisha.group .desc .time {
	font-size:36px;	
	font-family: 'pf_din_text_comp_promedium';
	letter-spacing: -2px;
	line-height:1em;
}
.afisha.group .desc .price {
	font-size:20px;
	color:#fff;
}
.afisha.group .desc .price span {
	display:inline-block;
	padding:0 5px;
	margin-right:6px;
}
.afisha.group .desc .price .p1 {
	background:#018ccc;
}
.afisha.group .desc .price .p2 {
	background:#6cbce1;
}
.afisha.group .desc .price .p3 {
	background:#9cd2eb;
}

.afisha.group .desc .name-group {
	font-size:72px;
	font-family: 'pf_din_text_comp_promedium';
	color:#000;
	text-transform:uppercase;
	line-height:0.9em;
}
.afisha.group .desc .name-program {
	font-size:32px;
	color:#018ccc;
	font-family: 'pf_din_text_comp_proregular';
	text-transform:uppercase;
	line-height:1em;
}

.afisha.group .aimg { margin-bottom:20px; }

.main-af-img { vertical-align:bottom; margin-bottom:5px; }

.afisha .item .main-af-img { width:353px; }
.afisha.group .main-af-img { vertical-align:bottom; width:717px; }
.afisha.group .item {
	padding-bottom:27px;
	margin-bottom:17px;
	overflow:hidden;
	border-bottom:1px solid #ececec;
	width:717px;
}

@media only screen and (max-width : 640px) { 
	.afisha .item .main-af-img { width: 100%; }
	.afisha.group .main-af-img { width: 100%; }
	.afisha.group .item { width: 100%; }
}

.afisha.group .item:last-child, .afisha.group .item { border-bottom:none; }
.afisha.group { font-family: 'pf_din_text_cond_proregular'; }


/* end Афиша в мероприятии */


p.h1 {	
	font-family: 'pf_din_text_comp_proregular';
	font-size: 22px;
}
p.h1 b{
	font-family: 'pf_din_text_comp_promedium';
	text-transform:uppercase;
	font-weight:normal;
}
p.coord {
	font-family: 'pf_din_text_comp_proregular';
	font-size: 22px;
	color:#018ccc;
	float:right;
	margin-right:28px;
}
.map {
	padding:20px 0 54px;
}
.gr-text {
	padding-bottom:60px;
}
.gr-text a, .gr-text .tags {
	color:#2d97d0
}
.price-table td {
	background:#5eafdb;
	font-size:16px;
	color:#fff;
	padding:5px 10px;
	line-height:1.2em;
	vertical-align:top;
}
.price-table td.frst {
	background:#85c3e4;
}
.price-table {
	padding-bottom:20px;
	font-size:16px;
}
.price-table p {
	padding-bottom:1.3em;
}

.price-table td small {
	font-size:0.7em;
	line-height:1em;
}
.price-table table {
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom:1.6em;
}
.aimg {
	display:block;
	position:relative;
}
.aimg .vozrast {
	position:absolute;
	bottom:10px;
	right:10px;
	width:49px;
	height:49px;
	background:url(assets/img/vozrast.png) 0 0 no-repeat;
}
.aimg .vozrast.age16 {
	background-position:0 -72px;
}
.aimg .vozrast.age18 {
	background-position:0 -144px;
}
.plan {
	padding-bottom:20px;
	font-size:18px;
}
.plan a {
	text-decoration:none;
	display:inline-block;
	line-height:1em;
	border-bottom:1px dashed #000;
}
.plan a:hover {
	border-bottom:1px dashed #018ccc;
}
.buy a {
	color:#fff;
}
.buy {
	padding-bottom:20px;
}
.text table.partners-table td {
	padding:10px 40px 40px 0;
	text-align:center;
	vertical-align:bottom;
}
.text table.partners-table td img {
	margin-bottom:10px;
}
.partners-table a {
	text-decoration:none;
}
.taglinks a {
	text-decoration:none;
}
.eform {
	padding-bottom:100px;
}
.eform input[type='text'] {
	border:1px solid #000;
	margin:2px 0;
	padding:2px 5px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	width:200px;
}
.news {
	overflow:hidden;
	padding-bottom:1.5em;
}
.news .img {
	float:left;
	width:75px;
}
.news .img img {
	width:60px;
	height:60px;
}
.news .desc {
	margin-left:75px;
}
.open-content, .close-content {
	text-decoration:none;
	display:inline-block;
	border-bottom:1px dashed #000000;
}
.open-content:hover, .close-content:hover {
	border-bottom:1px dashed #018CCC;
}
.hidden-content {
	display:none;
}
.b-b {
	float:right;
	width:101px;
	height:56px;
	background:url(assets/img/b-button.png) 0 0 no-repeat;
	margin:3px 0 0 13px;
}
.modc {
	display:inline-block;
	float:left;
	margin:0 4px 0 0;
	li-style-type:none;
}


.paginate {text-align:center}
.paginate a,
.paginate span {border:solid 1px #cccccc;margin:10px 5px;padding:.5rem 1rem;display:inline-block}
.paginate a:hover,.paginate .current:hover {color:#fff;background-color:#eb8143;border:solid 1px #eb8143}
.paginate .current{font-weight:700;color:#fff;background-color:#eb8143;border:solid 1px #eb8143}
.paginate .dots{border:none}
.paginate .next,.paginate .prev{display:inline-block;margin:10px 0;padding:.5rem 1rem}

.entry-content img {
	max-width: 100%;
}



/* WP */
.widget {
margin-bottom: 20px;
}

.widget-title {
font-size: 26px;
text-transform: uppercase;
font-family: 'pf_din_text_comp_promedium';
padding-bottom: 20px;
line-height: 1em;
}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}