#content {
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 240px;
}
#sidebar #nav {
	float: none;
}
.content {
	overflow: hidden;
}
.content >h1 {
	color: #609f2f;
	font-size: 40px;
	letter-spacing: -3px;
	font-weight: bold;
	margin: 10px 0px 5px;
}
.promo {
	overflow: hidden;
	height: 565px;
	background: #ececec;
	margin-bottom: 36px;
}
.gallery {
	float: right;
	width: 750px;
	height: 100%;
	position: relative;
}
.slider {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.slider li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.switchers {
	z-index: 20;
	position: absolute;
	left: 0;
	bottom: 15px;
	right: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.switchers li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
}
.switchers a {
	display: block;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 50%;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}
.switchers a:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	opacity: 0.3;
}
.switchers .active a:after,
.switchers a:hover:after {
	opacity: 1;
}
.switchers .active a {
	border-color: #fff;
}
.gallery .info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 0 0;
}

.gallery span.header {
    margin: 0 0 22px;
    color: #00b4ff;
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}


.gallery span.header span:first-child {
    letter-spacing: 0.025em;
    font: 29px/35px 'museo_sans_cyrl300', arial, sans-serif;
}

.gallery span.header strong {
    color: #fff;
    font-family: 'museo_sans_cyrl7', arial, sans-serif;
}

.gallery span.header span {
    display: block;
    font-size: 29px;
    line-height: 39px;
    letter-spacing: -0.3px;
}

.gallery h2 {
	margin: 0 0 32px;
	color: #fff;
	letter-spacing: normal;
	white-space: normal;
	text-transform: none;
	font: 29px/35px 'museo_sans_cyrl100', arial, sans-serif;
}
.gallery p {
	margin: 0 0 32px;
	color: #fff;
	letter-spacing: normal;
	white-space: normal;
	text-transform: none;
	font: 29px/35px 'museo_sans_cyrl100', arial, sans-serif;
}

.gallery .prev,
.gallery .next {
	position: absolute;
	top: 50%;
	left: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/main/gallery-arrows.png) no-repeat;
	width: 34px;
	height: 93px;
	margin-top: -46px;
	z-index: 20;
}
.gallery .next {
	left: auto;
	right: 20px;
	background-position: 100% 0;
}
.feedback button[type="submit"]:hover,
.gallery .prev:hover,
.gallery .next:hover {
	opacity: 0.8;
}
.feedback {
	overflow: hidden;
	text-align: left;
	padding-bottom: 27px;
}

.feedback .request-success-message,.feedback .request-error-message{
	text-align: center;
	height: 100px;
	margin-top: 50px;
	color: #ffffff;
	font-size: 20px;
}

.feedback .request-error-message{
	color: red;
}

.feedback input[type="text"] {
	display: block;
	margin: 0 auto 20px;
	padding: 10px 15px 8px;
	border: 2px solid transparent;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	width: 340px;
	font-size: 17px;
	overflow: hidden;
}
.feedback button[type="submit"] {
	box-sizing: border-box;
	border-radius: 5px !important;
	width: 340px !important;
	font-size: 17px !important;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	color: #000;
	height: 41px !important;
	background: #ffc600 !important;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'museo_sans_cyrl700', arial, sans-serif;
}
.feedback .has-error input[type="text"] {
	border-color: red;
	color: red;
}
.feedback .has-success input[type="text"]{
    border-color: #2aff0a;
}

.feedback .help-block{
	display: none;
}

.gallery .more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font: 17px/18px 'museo_sans_cyrl300', arial, sans-serif;
}
.gallery .more:hover {
	border-color: transparent;
}
#nav {
	float: left;
	padding: 20px 0 0;
	width: 210px;
	font: 17px/23px 'museo_sans_cyrl300', arial, sans-serif;
}
#nav ul {
	margin: 0 0 0;
	padding: 0;
	list-style: none;
}
#nav li {
	padding-bottom: 5px;
}
#nav a {
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
#nav a:hover {
	background: #48bf00;
	color: #fff;
}
#nav img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
#nav .age {
	display: block;
	border-radius: 50%;
	background: #a5a5a5;
	width: 48px;
	color: #fff;
	text-align: center;
	margin: 0 28px;
	font: 17px/48px 'museo_sans_cyrl500', arial, sans-serif;
}
/*Sub menu*/
#nav ul ul{
    margin-bottom: 0;
}

#nav ul>li span{
    border-bottom: 1px #004dda solid;
}
#nav ul>li a:hover span{
    border-bottom: 1px #ffffff solid;
}
#nav ul>li>ul{
    margin-left: 10px;
}

#nav ul>li>ul>li>ul{
    margin-left: 0;
    display: none;
}

#nav ul>li>ul>li>ul>li:last-child{
    padding-bottom: 0;
}

h2 {
	margin: 0 0 31px;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1.06em;
	font: 45px/50px 'museo_sans_cyrl500', arial, sans-serif;
}
h3 {
	margin: 0 0 28px;
	letter-spacing: -0.025em;
	font: 29px/34px 'museo_sans_cyrl300', arial, sans-serif;
}
.training {
	/*margin: 0 0 -15px;*/
	padding: 0;
	list-style: none;
	text-align:justify;
	text-align-last:justify;
	overflow: hidden;
	font: 14px/20px 'museo_sans_cyrl500', arial, sans-serif;
}
.training:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.training li {
	display: inline-block;
	vertical-align: top;
	width: 303px;
	height: 387px;
	position: relative;
	margin-bottom: 25px;
}
.training a {
	display: block;
	width: 303px;
    height: 387px;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-align-last: center;
}
.training h4,
.training h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: normal;
	font: 21px/20px 'museo_sans_cyr900', arial, sans-serif;
}
.training h3 {
	font: 36px/50px 'museo_sans_cyr900', arial, sans-serif;
}
.training .b-title{
    padding-top: 50px;
}
.training .b-title span{
    margin: 0;
    text-transform: uppercase;
    font: 11px/13px 'museo_sans_cyr900', arial, sans-serif;
}

.training .b-descr{
    padding-top: 150px;
}
/*basis*/
.training .type-basis .b-descr p{
    margin-top: 10px;
    text-transform: uppercase;
    font: 16px/20px 'museo_sans_cyr300', arial, sans-serif;
}
/*firststep*/
.training .type-firststep .b-descr h4{
    margin-bottom: 5px;
    text-transform: uppercase;
    font: 21px/20px 'museo_sans_cyr300', arial, sans-serif;
}
.training .type-firststep .b-descr h4.b-bolder{
    margin-bottom: 5px;
    text-transform: uppercase;
    font: 24px/20px 'museo_sans_cyr700', arial, sans-serif;
}

.training .type-firststep .b-descr h4.b-color{
    color: #ffe400;
    text-transform: uppercase;
    font: 18px/20px 'museo_sans_cyr700', arial, sans-serif;
}

/*bmk*/
.training .type-bmk .b-title h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    font: 31px/20px 'museo_sans_cyr900', arial, sans-serif;
}
.training .type-bmk .b-descr h4{
    margin-bottom: 20px;
    text-transform: uppercase;
    font: 24px/20px 'museo_sans_cyr300', arial, sans-serif;
}
.training .type-bmk .b-descr h4.big{
    text-transform: uppercase;
    font: 35px/20px 'museo_sans_cyr300', arial, sans-serif;
}

.immediate {
	overflow: hidden;
	margin: 0 -8px 21px;
	font: 14px/20px 'museo_sans_cyrl500', arial, sans-serif;
}
.immediate .item {
	float: left;
	width: 472px;
	height: 181px;
	background: #f4f4f4;
	border-radius: 3px;
	position: relative;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 24px 20px 10px 55px;
	margin: 0 8px 16px;
}
.immediate .title {
	color: #fff;
	background: #9d9fa3;
	font-size: 12px;
	line-height: 21px;
	position: absolute;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	top: 50%;
	margin-top: -10px;
	left: -60px;
	width: 160px;
	height: 20px;
	box-sizing: border-box;
	padding-left: 8px;
	letter-spacing: 0.7em;
}
.immediate h4 {
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 11px;
	font-weight: normal;
}
.immediate .left {
	float: right;
	color: #eb5013;
	padding-top: 5px;
}
.immediate p {
	margin: 0;
}
.immediate .holder {
	position: absolute;
	bottom: 25px;
	left: 55px;
	right: 20px;
}

.immediate .holder .command img {
    vertical-align: middle;
    margin-right: 5px;
}

.immediate ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.immediate li {
	float: left;
	padding-right: 8px;
}
.immediate img {
	vertical-align: top;
}
.immediate .button {
	float: right;
	margin-top: 5px;
	padding: 0 17px 0 19px;
}

/*Colors*/

.immediate .training-color .title {
    background: #005AC0;
}
.immediate .event .title {
	background: #FF7B00;
}
.immediate .master_mcpir .title {
    background: #8b8b8b;
    font-size: 9px;
}
.immediate .hangout .title {
    background: #B2B3B2;
}
.immediate .training_mcpir .title {
    background: #00BDCE;
}
.immediate .work .title {
	background: #A3087E;
}
.immediate .meeting .title {
    background: #005D92;
}
.immediate .master-class .title {
    background: #29A01A;
    font-size: 9px;
}

.immediate .command {
	float: left;
	padding: 0;
	color: #000;
	line-height: 40px;
}

.main-holder {
	overflow: hidden;
	padding-bottom: 10px;
}
.aside {
	float: right;
	width: 303px;
	margin-left: 25px;
}
.social {
	overflow: hidden;
	margin-bottom: 15px;
}
.social img {
	vertical-align: top;
}
.content {
	overflow: hidden;
}
.video-list {
	margin: 0 0 0 -25px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
}
.video-list li {
	display: inline-block;
	vertical-align: top;
	width: 303px;
	margin: 0 0 25px 25px;
	letter-spacing: normal;
	font: 17px/23px 'museo_sans_cyrl500', arial, sans-serif;
}
.video-list a {
	display: block;
}
.video-list .visual {
	overflow: hidden;
	height: 228px;
	margin-bottom: 12px;
}
.news-list h4,
.video-list  h4 {
	margin: 0;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}
.news-list {
	margin: 0 -8px 21px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #505050;
}
.news-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font: 12px/15px 'museo_sans_cyrl500', arial, sans-serif;
	width: 472px;
	margin: 0 8px 16px;
}
.news-list .visual {
	float: left;
	width: 180px;
	margin-right: 15px;
}
.news-list .visual img {
	vertical-align: top;
}
.news-list .info {
	overflow: hidden;
}
.news-list h4 {
	margin: -5px 0 12px;
}
.news-list .date {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	line-height: 25px;
	padding: 0 8px;
	margin-bottom: 10px;
}
.news-list p {
	margin: 0;
}
.two-columns {
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 11px;
}
.two-columns .column {
	float: right;
	width: 472px;
}
.two-columns .column:first-child {
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
}
.two-columns p {
	margin: 0 0 19px;
	color: #6c6c6c;
}

table.team_table{
    float: left;
}

table.team_table a{
    color: #000;
}

.success-message{
    display: none;
    padding-top: 50px;
    height: 140px;
}

.main-title{
    display: inline-block;
    width: 70%;
}

.main-all{
    display: inline-block;
    width: 29%;
    text-align: right;
}

.main-all a{
    letter-spacing: -0.025em;
    font: 29px/34px 'museo_sans_cyrl300', arial, sans-serif;
}

/* Start 16.07.2015 */
.intensive {
	width: 600px;
	height: 414px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 230px;
}
.intensive span.header {
	font-size: 58px;
	line-height: 60px;
	font-family: 'museo_sans_cyrl700';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.intensive span.header span {
	display: block;
	font-size: 26px;
	line-height: 38px;
	font-family: 'museo_sans_cyrl300';
}
.intensive h2 {
	font-family: 'museo_sans_cyrl700';
	font-size: 30px;
	font-weight: bolder;
	line-height: 43px;
	margin-bottom: 59px;
	color: #fff;
	text-transform: uppercase;
}
.intensive .more {
	font-size: 20px;
	line-height: 40px;
	font-family: 'museo_sans_cyrl700';
	padding: 0 25px;
	background-color: rgba(255,198,0,0.71);
	color: #000;
	text-decoration: none;
	border: none;
	border-radius: 4px;
}
.intensive .more:hover {
	background-color: rgba(255,198,0,1);
}
.intensive .circle {
	width: 136px;
	height: 136px;
	background-color: rgba(199,153,17,0.7);
	border-radius: 50%;
	position: absolute;
	right: -61px;
	bottom: 45px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	padding: 26px 0 0;
	-moz-transform: rotate(-13deg);
	-webkit-transform: rotate(-13deg);
	-o-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
}
.intensive .circle span {
	display: block;
}
.intensive .circle span:nth-child(1) {
	font: 23px/25px 'museo_sans_cyrl500', sans-serif;
}
.intensive .circle span:nth-child(2) {
	font: 34px/34px 'museo_sans_cyrl700', sans-serif;
}
.intensive .circle span:nth-child(3) {
	font: 31px/33px 'museo_sans_cyrl300', sans-serif;
}
.training .type-ints .b-title {
	padding-top: 72px;
}
.training .type-ints .b-descr {
	padding-top: 129px;
}
.type-ints h3 {
	color: #fff;
	text-transform: uppercase;
	font: 25px/27px 'museo_sans_cyrl300', arial, sans-serif;
}
.type-ints h3 span {
	display: block;
	font: 45px/36px 'museo_sans_cyrl500', arial, sans-serif !important;
}
.type-ints h3 b {
	display: block;
	font: 32px/32px 'museo_sans_cyrl300', arial, sans-serif;
}
.type-ints p {
	bottom: 19px;
	text-transform: uppercase;
	font: 21px/23px 'museo_sans_cyrl300', arial, sans-serif;
}
.type-ints p b {
	display: block;
	font: 28px/28px 'museo_sans_cyrl700', arial, sans-serif;
}

.type-master .b-title h3,.type-master .b-title h4{
	color: #ff8383;
}

.type-post .b-title h3,.type-post .b-title h4{
	color: #00d8ff;
	font: 17px/20px 'museo_sans_cyrl500', arial, sans-serif;
}
.type-post .b-title h3{
	font-size: 35px;
	line-height: 39px;
}
.type-post .b-descr{
	padding-top: 120px;
}
img.training-sticker{
	display: inline;
	vertical-align: middle;
}
.immediate.trainings-main h4{
	font-size: 19px;
}

/* Update 12.11 */

#wrapper {
	max-width: 960px;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 50000px;
}
.gallery {
	float: none;
	width: auto;
	overflow: hidden;
}
.immediate {
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	text-align: center;
}
.immediate .item {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 48.362%;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
}
.immediate .left {
	padding-left: 5px;
}
.training {
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
}
.training li {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	margin: 0 2px 4px;
}
.link-holder {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
.training a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50% !important;
}
.type-bmk a:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	height: 100%;
	background: url(/images/main/pattern.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.immediate,
.main-holder {
	clear: both;
}
.phone-main a {
	text-decoration: none;
	color: #000;
}
.training .type-bmk .b-title h3 {
	position: relative;
	z-index: 10;
}
/* update 10.11. */
.card-slide {
	background-color: #be3300;
}
.card {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
}
.card .learn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 25px/44px 'museo_sans_cyrl700', sans-serif;
	padding: 2px 30px 0;
	box-sizing: border-box;
	text-decoration: none;
	color: #512020;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin: 0 0 10px;
	text-shadow: 1px 0 1px #fcf4ce;
	border: 2px solid #f8e389;
	background: rgb(245,218,98);
	border-radius: 25px;
	-webkit-box-shadow:inset 0 -2px 1px 0 #b48d21;
	box-shadow:inset 0 -2px 1px 0 #b48d21;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZGE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWE5MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(245,218,98,1) 0%, rgba(234,169,39,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,218,98,1)), color-stop(100%,rgba(234,169,39,1)));
	background: -webkit-linear-gradient(top,  rgba(245,218,98,1) 0%,rgba(234,169,39,1) 100%);
	background: -o-linear-gradient(top,  rgba(245,218,98,1) 0%,rgba(234,169,39,1) 100%);
	background: -ms-linear-gradient(top,  rgba(245,218,98,1) 0%,rgba(234,169,39,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,218,98,1) 0%,rgba(234,169,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5da62', endColorstr='#eaa927',GradientType=0 );
}
.card .learn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 33px;
	border-radius: 25px;
	-webkit-box-shadow:inset 0 2px 1px 0 #faeca6;
	box-shadow:inset 0 2px 1px 0 #faeca6;
	pointer-events: none;
}
.card .more {
	position: relative;
	font: 20px/37px 'museo_sans_cyrl500', sans-serif;
	height: 37px;
	overflow: hidden;
	letter-spacing: -0.05em;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 1px 0 #04132a;
	box-shadow: 0 1px 1px 0 #04132a;
	border-radius: 2px;
	border: none;
	background: rgb(1,98,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTQ4YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(1,98,248,1) 0%, rgba(14,72,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,98,248,1)), color-stop(100%,rgba(14,72,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,98,248,1) 0%,rgba(14,72,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,98,248,1) 0%,rgba(14,72,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,98,248,1) 0%,rgba(14,72,163,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,98,248,1) 0%,rgba(14,72,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0162f8', endColorstr='#0e48a3',GradientType=0 );
}
.card .more:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2px;
	right: 2px;
	height: 3px;
	-webkit-box-shadow:inset 0 1px 1px 0 #6fa6fc;
	box-shadow:inset 0 1px 1px 0 #6fa6fc;
	pointer-events: none;
}
.card h2 {
	font: 26px/30px 'museo_sans_cyrl500', sans-serif;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 0 1px #331248;
	margin: 0 0 10px;
	padding: 0 24px;
}
.rmes-flag {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 57px;
	font: 50px/40px 'museo_sans_cyrl500', sans-serif;
	letter-spacing: -0.04em;
	text-shadow: 1px 0 1px #331248;
	color: #fff001;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.rmes-flag:before,
.rmes-flag:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: url(/images/card-stripe.png) no-repeat;
	width: 55px;
	height: 10px;
	margin-top: -5px;
}
.rmes-flag:after {
	left: auto;
	right: -57px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH"; 
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
.card dl {
	margin: 0 0 10px;
	padding:0;
	list-style:none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	text-align: center;
}
.card dt {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 15px;
	color: #fff;
	font: 20px/20px 'museo_sans_cyrl100', sans-serif;
	letter-spacing: -0.02em;
	border-left: 1px solid #fff;
}
.card dt:first-child {
	border: none;
}

.credit-slide {
	background-position: 50% 0;
}
.credit-slide br {
	display: none;
}
.credit-btn {
	position: absolute;
	top: 260px;
	right: 31px;
	background-color: #ffed00;
	border-radius: 30px;
	font: 25px/60px 'museo_sans_cyrl700', sans-serif;
	text-decoration: none;
	color: #000;
	-webkit-box-shadow: -3px 2px 5px 0 rgba(77, 70, 64, 0.58);
	box-shadow: -3px 2px 5px 0 rgba(77, 70, 64, 0.58);
	width: 240px;
}
.credit-btn:nth-of-type(2) {
	top: 360px;
}
.credit-btn:hover {
	background-color: #fff785;
	color: rgba(0, 1, 1, 0.78);
}
.credit-slide h2 {
	text-shadow: -1px 2px 1px rgba(77, 70, 64, 0.58);
	color: #fff;
	text-transform: uppercase;
	font: 33px/35px 'museo_sans_cyrl700', sans-serif;
	letter-spacing: 0.03em;
}
.credit-slide .spec {
	position: absolute;
	top: 88px;
	right: 36px;
	font: 22px/25px 'museo_sans_cyrl900', sans-serif;
	letter-spacing: 0.01em;
}
.credit-slide .pir {
	position: absolute;
	top: 158px;
	left: 18px;
}
.credit-slide .tinkoff {
	position: absolute;
	top: 94px;
	right: 32px;
}
.credit-slide .logo-credit {
	position: absolute;
	top: 90px;
	left: 29px;
}

main > h1{
	margin: 0 0 28px;
	letter-spacing: -0.025em;
	font: 29px/34px 'museo_sans_cyrl300', arial, sans-serif;
}

/* update Slide 11.03 */
.offer-slide {
	position: relative;
}
.offer-slide .info {
	padding-top: 59px;
}
.offer-slide h2,
.offer-slide h3 {
	color: #ffde29;
	text-shadow: 1px 0 1px rgba(4,21,42,0.46);
	font-family: 'museo_sans_cyrl900', sans-serif;
	letter-spacing: -0.035em;
}
.offer-slide h2 {
	font-size: 59px;
	line-height: 59px;
	margin: 0;
	text-transform: uppercase;
}
.offer-slide h3 {
	font-size: 43px;
	line-height: 46px;
	text-align: left;
	padding-left: 43px;
	margin: 0 0 45px;
}
.offer-slide h3 img {
	padding-left: 19px;
}
.offer-slide h3 img:last-of-type {
	vertical-align: top;
	padding-left: 4px;
}
.marks {
	width: 270px;
	margin: 0 0 81px 65px;
	text-align: left;
	position: relative;
	z-index: 10;
}
.marks .li {
	position: relative;
	padding-left: 32px;
	font: 18px/22px 'museo_sans_cyrl700', sans-serif;
	letter-spacing: -0.018em;
	color: #fff;
	margin: 0 0 23px;
}
.marks .li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/main/check.png) no-repeat;
	width: 21px;
	height: 21px;
}
.offer-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 18px/43px 'museo_sans_cyrl700', sans-serif;
	letter-spacing: -0.025em;
	color: #363636;
	border-radius: 4px;
	background-color: #ffc600;
	text-decoration: none;
	padding: 0 54px;
	opacity: 1;
	z-index: 10;
}
.offer-button:hover {
	background-color: #fff;
	color: #363636;
}
.offer-hand {
	position: absolute;
	right: -15px;
	bottom: 52px;
	z-index: 5;
}
.offer-hand img {
	max-width: 100%;
	height: auto;
}

.policy-page{
	margin-top: 20px;
	margin-bottom: 30px;
}
.policy-page h3{
	margin: 10px 0 20px;
}

/* new slide 25.04.2016 */
.prize-slide {
	-webkit-background-size: cover;
	background-size: cover;
}
.prize-slide * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prize-slide .cols {
	overflow: hidden;
}
.prize-slide .col {
	position: relative;
	float: left;
	width: 50%;
	height: 565px;
	padding: 0 10px;
}
.prize-slide .col:first-child {
	padding-left: 40px;
}
.prize-author {
	background: url(/images/main/grey-pattern.png) no-repeat;
	width: 297px;
	height: 72px;
	-webkit-background-size: 297px 72px;
	background-size: 297px 72px;
	margin: 0 0 19px 29px;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: -0.08em;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	padding: 12px 15px 0 0;
}
.prize-author strong {
	display: block;
	text-align: center;
	white-space: nowrap;
	font-weight: 900;
}
.prize-rights {
	display: inline-block;
	margin: 0 0 25px;
}
.prize-rights img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.prize-video {
	display: block;
	margin: 0 0 0 56px;
}
.prize-details {
	position: absolute;
	bottom: 48px;
	left: 4px;
	right: 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
	font-style: italic;
	color: #fff;
}
.prize-details strong {
	display: block;
	margin: 0 0 15px;
}
.prize-details b {
	display: inline-block;
	vertical-align: middle;
	font-size: 37px;
	line-height: 43px;
}
.prize-more {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.3em;
	padding: 0 27px 0 38px;
	margin: 0 0 0 8px;
	background: url(/images/main/grey-pattern.png) no-repeat -3px 0 / 328px auto;
	color: #000;
	border: none;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 0 24px 5px rgba(42, 255, 247, 1);
}
.prize-more:hover {
	color: #000;
	box-shadow: 0 0 24px 5px rgba(0, 249, 6, 1);
}
.summer-slide {
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.summer-slide .info {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 236px;
}
.summer-slide .h2 {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 34px;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: center;
	margin: 0 0 8px;
	padding: 0 29px;
	text-shadow: 0 0 1px rgba(255,255,255,0.8);
	background-color: rgba(40,34,96,0.93);
}
.summer-slide .h1 {
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 43px;
	letter-spacing: -0.04em;
	font-weight: 700;
	text-transform: uppercase;
	color: #292065;
	margin: 0 0 3px;
	text-shadow: 
			-0   -2px 1px #FFFFFF,
			 0   -2px 1px #FFFFFF,
			-0    2px 1px #FFFFFF,
			 0    2px 1px #FFFFFF,
			-2px -0   1px #FFFFFF,
			 2px -0   1px #FFFFFF,
			-2px  0   1px #FFFFFF,
			 2px  0   1px #FFFFFF,
			-1px -2px 1px #FFFFFF,
			 1px -2px 1px #FFFFFF,
			-1px  2px 1px #FFFFFF,
			 1px  2px 1px #FFFFFF,
			-2px -1px 1px #FFFFFF,
			 2px -1px 1px #FFFFFF,
			-2px  1px 1px #FFFFFF,
			 2px  1px 1px #FFFFFF,
			-2px -2px 1px #FFFFFF,
			 2px -2px 1px #FFFFFF,
			-2px  2px 1px #FFFFFF,
			 2px  2px 1px #FFFFFF,
			-2px -2px 1px #FFFFFF,
			 2px -2px 1px #FFFFFF,
			-2px  2px 1px #FFFFFF,
			 2px  2px 1px #FFFFFF;
}
.summer-slide .h3 {
	display: block;
	text-align: center;
	color: #292065;
	font-size: 38px;
	line-height: 41px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.summer-slide .h3 b {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff155;
	text-shadow: 3px 0 10px rgba(0,0,0,0.8);
}
.summer-slide .h3 span {
	position: relative;
	z-index: 10;
}
.summer-slide .h3 b:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(/images/main/pattern-summer-red.png) no-repeat 50% 50% / contain;
	width: 306px;
	height: 65px;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.summer-logo {
	position: absolute;
	top: 29px;
	right: 27px;
}
.summer-time {
	display: block;
	background: url(/images/main/summer-stripe.png) no-repeat;
	width: 452px;
	height: 102px;
	margin: 0 auto 6px;
	text-indent: -9999px;
}
.summer-button {
	display: block;
	position: relative;
	font-size: 25px;
	line-height: 59px;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 0 1px rgba(0,0,0,0.3);
	background: url(/images/main/summer-button.png) no-repeat 50% 50% / cover;
	width: 314px;
	height: 58px;
	margin: 0 auto;
	text-decoration: none;
	z-index: 5;
}
.summer-button:hover {
	color: #292065;
}
/* Anniversary slide */
.anniversary-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}
.uni-head {
	position: absolute;
	font: 700 40px/40px 'museo', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.uni-head b {
	display: block;
	color: #ffe401;
	font-size: 54px;
	line-height: 54px;
	font-weight: 900;
	font-family: 'museo', sans-serif;
	margin-bottom: 8px;
}
.uni-head i {
	display: block;
	font-size: 32px;
	line-height: 35px;
	font-style: normal;
}
.uni-head.big {
	font-size: 42px;
	line-height: 42px;
}
.uni-head.big b {
	font-size: 110px;
	line-height: 110px;
	margin-bottom: 0;
}
.uni-country {
	top: 110px;
	left: 78px;
}
.uni-city {
	top: 110px;
	right: 29px;
}
.uni-head.big.uni-city b {
	font-weight: 700;
	margin-bottom: 3px;
}
.uni-pupil {
	bottom: 102px;
	left: 32px;
}
.uni-event {
	bottom: 102px;
	right: 27px;
}
.uni-button {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	background-color: #ffe401;
	color: #000;
	text-transform: lowercase;
	padding: 0 25px;
	font-size: 20px;
	line-height: 47px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 22px;
	white-space: nowrap;
}
.uni-button:hover {
	background-color: #fff;
	color: #000;
}
.uni-prize {
	position: absolute;
	top: 64px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block !important;
}
.uni-logo {
	position: absolute;
	top: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* end anniversary */
.status-slide * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.status-slide {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
.status-slide:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/images/status-slide/status-girl.png) no-repeat;
	width: 320px;
	height: 565px;
	z-index: 15;
}
.status-key {
	float: left;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	height: 56px;
	display: table;
	color: #000;
	padding: 0 0 0 111px;
	text-transform: uppercase;
	margin-right: 5px;
}
.status-key:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #000 url(/images/status-slide/status-key.png) no-repeat 100% 50% / 64px 29px;
	width: 90px;
	height: 56px;
}
.status-key:after {
	content: '';
	position: absolute;
	top: 0;
	left: 90px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 20px;
	border-color: transparent transparent transparent #000000;
}
.status-key span {
	display: table-cell;
	vertical-align: middle;
}
.status-key b {
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.04em;
}
.status-city {
	position: relative;
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 34px;
	font-weight: 700;
	padding-left: 39px;
}
.status-city:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: url(/images/status-slide/status-marker.png) no-repeat 0 50% / 32px 46px;
	width: 32px;
	height: 46px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.status-h1 {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 14px;
}
.status-h1 b {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	padding-top: 6px;
}
.status-slide .holder {
	max-width: 560px;
	padding-top: 19px;
}
.status-head {
	overflow: hidden;
	margin-bottom: 6px;
}
.status-button {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background-color: #c1363c;
	border-radius: 19px;
	padding: 0 30px;
	font-size: 18px;
	line-height: 42px;
	font-weight: 500;
	height: 42px;
	text-decoration: none;
}
.status-center {
	text-align: center;
	padding-left: 63px;
}
.status-tv {
	position: relative;
	background: url(/images/status-slide/status-tv.png) no-repeat 100% 0;
	width: 100%;
	height: 283px;
	padding: 0 0 0 66px;
	margin-bottom: 12px;
}
.status-tv span {
	position: absolute;
	bottom: 32px;
	left: 117px;
	width: 396px;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	background-color: rgba(0,0,0,0.59);
	padding: 0 20px;
	letter-spacing: 0.02em;
}
.status-tv span:before {
	content: '';
	position: absolute;
	top: -12px;
	left: -85px;
	background: url(/images/status-slide/status-play.png) no-repeat 0 0 / 72px 55px;
	width: 72px;
	height: 55px;
}
/* forum slide */
.forum-slide {
	background-size: cover;
	padding: 29px 0 0;
}
.forum-logo {
	display: block;
	background: url(/images/forum-slide/forum-logo.png) no-repeat 0 0 / 117px 47px;
	width: 117px;
	height: 47px;
	margin: 0 auto 13px;
	text-indent: -9999px;
}
.forum-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'museo', sans-serif;
	font-size: 73px;
	line-height: 76px;
	letter-spacing: -0.04em;
	text-align: center;
	text-shadow: 4px 0 4px rgba(23,30,44,0.8);
	margin: 0 0 43px;
}
.forum-title span {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.forum-button {
	display: block;
	background: url(/images/forum-slide/forum-button.png) no-repeat 50% 0 / 313px 48px;
	color: #352505;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 313px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.forum-button span {
	position: relative;
	z-index: 15;
}
.forum-button:hover {
	color: #352505;
	background-image: none;
}
.forum-button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/forum-slide/forum-button.png) no-repeat 1px 3px / contain;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 10;
	opacity: 0;
}
.forum-button:hover:after {
	opacity: 1;
}
.forum-app {
	position: absolute;
	bottom: 83px;
	left: 45px;
}
.forum-app:last-child {
	left: auto;
	right: 45px;
}
.forum-hands {
	position: absolute;
	bottom: 0;
	left: calc(50% - 203px);
	background: url(/images/forum-slide/forum-hands.png) no-repeat 0 0 / 410px 240px;
	width: 410px;
	height: 240px;
}
.forum-app:hover {
	box-shadow: 0 0 8px rgba(255,255,255,0.3);
}
/* charisma slide */
.charm-slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position-x: -42px;
}
.charm-left {
	float: left;
	padding: 25px 0 0 59px;
	max-width: 315px;
}
.charm-title,
.charm-time,
.charm-master,
.charm-expert,
.charm-place {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.charm-title {
	position: relative;
	padding: 5px 0 8px 84px;
	background: url(/images/charm-slide/charm-logo.png) no-repeat 0 0 / 78px 78px;
	border-bottom: 2px solid #0c2239;
	font-size: 33px;
	line-height: 33px;
	margin: 0 0 10px;
}
.charm-title span {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
.charm-time {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 3px;
}
.charm-master {
	color: #0c2239;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 2px;
}
.charm-master b {
	display: block;
	font-size: 20px;
	line-height: 23px;
}
.charm-expert {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 7px;
}
.charm-expert b {
	display: block;
}
.charm-right {
	float: right;
	text-align: right;
	width: 175px;
	padding: 30px 48px 0 0;
}
.charm-place {
	position: relative;
	font-size: 24px;
	line-height: 27px;
	background: url(/images/charm-slide/charm-place.png) no-repeat 0 0 / 48px 48px;
}
.charm-place b {
	display: block;
	font-size: 26px;
	line-height: 26px;
}
.charm-online {
	display: block;
	color: #0c2239;
	font-size: 19px;
	line-height: 21px;
	background: url(/images/charm-slide/charm-arrow.png) no-repeat 34px 25px / 27px 49px;
	padding-bottom: 30px;
	font-weight: bold;
	padding: 1px 0 37px;
}
.charm-online b {
	display: block;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	padding-right: 3px;
}
.charm-button {
	display: inline-block;
	vertical-align: top;
	width: 143px;
	padding: 9px;
	text-align: center;
	border: 1px solid #051b33;
	background-color: #0c2239;
	box-shadow: 0 0 2px 3px #384d62;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	box-sizing: border-box;
	transition: all 300ms ease;
}
.charm-button b {
	display: block;
	font-size: 17px;
	line-height: 20px;
}
.charm-button:hover {
	background-color: #384d62;
	box-shadow: 0 0 2px 3px #0c2239;
	color: #fff;
}
/* Fontain Slide */
.fontain-slide {
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.fontain-date {
	position: absolute;
	top: 11px;
	left: -14px;
	background: url(/images/fontain-slide/fontain-date.png) no-repeat 0 0 / contain;
	width: 243px;
	height: 52px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}
.fontain-frame {
	position: relative;
	background: url(/images/fontain-slide/fontain-girls.png) no-repeat 50% 0 / 750px auto;
	padding: 288px 0 0;
	text-align: center;
}
.fontain-title {
	display: block;
	background: url(/images/fontain-slide/fontain-yellow.png) no-repeat 50% 0 / 424px 39px;
	padding: 2px 0 12px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 0 1px rgba(93,65,28,.8);
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}
.fontain-header {
	display: block;
	color: #203965;
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 500px;
	margin: 0 auto;
	/* text-shadow: 0 0 3px 0 rgba(255,255,255,.8); */

	text-shadow:
	   -2px -2px 0 rgba(255,255,255,.8),  
	    2px -2px 0 rgba(255,255,255,.8),
	    -2px 2px 0 rgba(255,255,255,.8),
	     2px 2px 0 rgba(255,255,255,.8);
}
.fontain-price {
	display: block;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Arial Narrow';
	letter-spacing: -0.015em;
	margin: 0 0 13px;
	/* text-shadow: 0 0 2px 0 rgba(44,113,142,.81); */

	text-shadow:
	   -2px -2px 0 rgba(44,113,142,.81),  
	    2px -2px 0 rgba(44,113,142,.81),
	    -2px 2px 0 rgba(44,113,142,.81),
	     2px 2px 0 rgba(44,113,142,.81);
}
.fontain-price b {
	color: #ffc000;
}
.fontain-button {
	display: block;
	width: 312px;
	height: 53px;
	font: bold 31px/53px 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 0 1px rgba(68,135,13,.75);
	background: url(/images/fontain-slide/fontain-button.png) no-repeat 50% 0 / contain;
	margin: 0 auto;
	border-radius: 6px;
}
.fontain-button:hover {
	color: #fff;
	background: #ff6e02;
}
.fontain-logo {
	position: absolute;
	top: 13px;
	right: 19px;
	width: 136px;
	height: 68px;
	background: url(/images/fontain-slide/fontain-logo.png) no-repeat 0 0 / contain;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

@media screen and (max-width: 976px) {
	.uni-country {
		left: 125px;
	}
	.uni-city {
		right: 90px;
	}
	.uni-pupil {
		left: 90px;
	}
	.uni-event {
		right: 75px;
	}
}
@media screen and (max-width: 768px) {
	.summer-slide .h2 {
		font-size: 22px;
		line-height: 31px;
	}
	.summer-slide .h1 {
		font-size: 34px;
		line-height: 37px;
	}
	.summer-slide .h3 {
		font-size: 22px;
		line-height: 25px;
	}
	.summer-time {
		-webkit-background-size: 400px 90px;
		background-size: 400px 90px;
		width: 400px;
		height: 90px;
	}
	.summer-button {
		font-size: 22px;
		line-height: 52px;
		height: 52px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.summer-slide .h3 b:before {
		width: 152px;
		height: 37px;
	}
	.uni-head {
		font-size: 32px;
		line-height: 32px;
	}
	.uni-head b {
		font-size: 42px;
		line-height: 42px;
	}
	.uni-head i {
		font-size: 26px;
		line-height: 29px;
	}
	.uni-head.big {
		font-size: 38px;
		line-height: 38px;
	}
	.uni-head.big b {
		font-size: 58px;
		line-height: 58px;
	}
	.uni-country {
		left: 78px;
	}
	.uni-city {
		right: 29px;
	}
	.uni-pupil {
		left: 40px;
	}
	.uni-event {
		right: 37px;
	}
}
@media screen and (max-width: 760px) {
	.offer-slide h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.offer-slide h3 {
		font-size: 39px;
		line-height: 42px;
	}
	.offer-hand {
		width: 360px;
		bottom: 70px;
	}
	.prize-slide .col {
		height: 520px;
	}
	.prize-slide .col:first-child {
		padding-left: 60px;
	}
	.prize-author {
		margin-left: 0;
	}
	.prize-rights {
		max-width: 250px;
	}
	.prize-video {
		max-width: 110px;
		height: auto;
		margin-left: 46px;
	}
	.prize-details {
		font-size: 26px;
		line-height: 30px;
	}
	.prize-details b {
		font-size: 33px;
		line-height: 39px;
	}
	.prize-more {
		font-size: 20px;
		line-height: 34px;
	}
}
@media screen and (max-width: 700px) {
	.offer-slide h3 {
		padding-left: 0;
		text-align: center;
	}
	.offer-hand {
		opacity: 0.7;
	}
	.prize-slide .col:first-child {
		padding-left: 40px;
	}
	.prize-author {
		width: 275px;
		height: 67px;
		-webkit-background-size: 275px 67px;
		background-size: 275px 67px;
	}
	.prize-rights {
		max-width: 220px;
	}
	.prize-video {
		max-width: 92px;
		margin-left: 40px;
	}
	.prize-details {
		bottom: 59px;
		font-size: 22px;
		line-height: 28px;
	}
	.prize-details b {
		font-size: 28px;
		line-height: 32px;
	}
	.prize-more {
		letter-spacing: 0.22em;
		padding: 0 14px 0 25px;
	}
	.gallery .summer-slide .info {
		padding-top: 236px;
	}
	.summer-logo {
		-webkit-background-size: 110px 55px;
		background-size: 110px 55px;
		width: 110px;
		height: 55px;
	}
	.summer-logo img {
		max-width: 100%;
		height: auto;
	}
	.status-key {
		font-size: 16px;
		line-height: 20px;
		padding-left: 100px;
	}
	.status-key b {
		font-size: 20px;
	}
	.status-key:before {
		width: 75px;
		height: 56px;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
		background-position: 50% 50%;
	}
	.status-key:after {
		left: 75px;
	}
	.status-city {
		font-size: 28px;
	}
	.status-h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.status-h1 b {
		font-size: 30px;
		padding-top: 0;
	}
	.status-tv {
		background-position: 50% 0;
		-webkit-background-size: contain;
		background-size: contain;
		height: 240px;
	}
	.status-tv span {
		width: 330px;
		font-size: 22px;
	}
	.status-tv span:before {
		-webkit-background-size: 58px 45px;
		background-size: 58px 45px;
		width: 58px;
		height: 45px;
		top: -4px;
		left: -74px;
	}
	.status-button {
		font-size: 16px;
		line-height: 38px;
		height: 38px;
		padding: 0 20px;
	}
	.status-slide:after {
		-webkit-background-size: contain;
		background-size: contain;
		max-height: 100%;
		background-position: 50px 100%;
	}
	.forum-title {
		font-size: 54px;
		line-height: 57px;
		margin-bottom: 30px;
	}
	.forum-title span {
		font-size: 44px;
		line-height: 44px;
	}
	.forum-hands {
		width: 360px;
		height: 210px;
		background-size: 360px 210px;
		left: calc(50% - 180px);
	}
	.forum-app {
		width: 130px;
		left: 25px;
	}
	.forum-app:last-child {
		right: 25px;
	}
	.forum-app img {
		max-width: 100%;
		height: auto;
	}
	.forum-logo {
		margin-bottom: 20px;
	}
	.fontain-date {
		width: 220px;
		height: 47px;
	}
	.fontain-logo {
		width: 120px;
		height: 60px;
	}
	.fontain-frame {
		background-size: 600px auto;
		background-position: 50% 20px;
		padding: 262px 10px 0;
	}
	.fontain-header {
		font-size: 36px;
		line-height: 39px;
	}
	.fontain-price {
		font-size: 26px;
		line-height: 28px;
	}
	.fontain-button {
		width: 260px;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	.summer-slide .h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.summer-slide .h1 {
		font-size: 28px;
		line-height: 31px;
	}
	.summer-slide .h3 {
		font-size: 20px;
		line-height: 23px;
	}
	.summer-time {
		-webkit-background-size: 360px 80px;
		background-size: 360px 80px;
		width: 360px;
		height: 80px;
	}
	.summer-button {
		font-size: 20px;
		line-height: 48px;
		height: 48px;
	}
	.uni-country {
		top: 70px;
		left: 38px;
	}
	.uni-city {
		top: 70px;
	}
	.uni-pupil {
		left: 20px;
	}
	.uni-event {
		right: 22px;
	}
	.uni-prize {
		max-width: 220px;
		top: 120px;
	}
	.uni-head {
		font-size: 30px;
		line-height: 30px;
	}
	.uni-head b {
		font-size: 40px;
		line-height: 40px;
	}
	.uni-head i {
		font-size: 22px;
		line-height: 25px;
	}
	.uni-head.big {
		font-size: 34px;
		line-height: 34px;
	}
	.slider li.charm-slide {
		background-position-x: 0;
	}
	.charm-right {
		float: none;
		clear: left;
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 30px 0 0 50px;
		box-sizing: border-box;
	}
	.charm-place,
	.charm-online {
		width: 175px;
		margin: 0 0 20px;
	}
	.charm-button {
		position: absolute;
		bottom: 60px;
		right: 35px;
	}
}
@media screen and (max-width: 600px) {
	.offer-slide .info {
		padding-top: 35px !important;
	}
	.offer-slide h2 {
		font-size: 36px;
		line-height: 38px;
	}
	.offer-slide h3 {
		font-size: 27px;
		line-height: 30px;
	}
	.offer-slide h3 img {
		padding-left: 10px;
		max-width: 110px;
		height: auto;
	}
	.offer-hand {
		right: -74px;
	}
	.prize-slide .col:first-child {
		padding-left: 30px;
	}
	.prize-author {
		width: 240px;
		height: 68px;
		-webkit-background-size: 240px 68px;
		background-size: 240px 68px;
		font-size: 18px;
		line-height: 21px;
	}
	.prize-rights {
		max-width: 180px;
		margin-left: 10px;
	}
	.prize-video {
		max-width: 70px;
		margin-left: 48px;
	}
	.prize-details {
		font-size: 18px;
	}
	.prize-details b {
		font-size: 24px;
		line-height: 28px;
	}
	.prize-more {
		font-size: 18px;
	}
	.status-slide .holder {
		max-width: 460px;
	}
	.status-tv {
		padding-left: 0;
		height: 225px;
	}
	.status-tv span {
		left: 73px;
		width: 315px;
	}
	.status-tv span:before {
		-webkit-background-size: 51px 39px;
		background-size: 51px 39px;
		width: 51px;
		height: 39px;
		left: -62px;
		top: -2px;
	}
	.forum-title {
		font-size: 48px;
		line-height: 51px;
	}
	.forum-title span {
		font-size: 36px;
		line-height: 36px;
	}
	.forum-hands {
		width: 300px;
		height: 175px;
		background-size: 300px 175px;
		left: calc(50% - 150px);
	}
	.forum-app {
		width: 106px;
	}
	.forum-logo {
		margin-bottom: 50px;
	}
	.fontain-frame {
		background-size: 540px auto;
		padding-top: 240px;
	}
	.fontain-header {
		font-size: 32px;
		line-height: 35px;
		max-width: 425px;
	}
	.fontain-title {
		font-size: 24px;
		line-height: 26px;
		padding-top: 4px;
	}
	.fontain-price {
		font-size: 22px;
		line-height: 24px;
	}
}
@media screen and (max-width: 540px) {
	.gallery .summer-slide .info {
		padding-top: 228px;
	}
	.summer-slide .h2 {
		font-size: 16px;
		line-height: 24px;
		padding: 0 12px;
	}
	.summer-slide .h1 {
		font-size: 22px;
		line-height: 25px;
	}
	.summer-slide .h3 {
		font-size: 18px;
		line-height: 21px;
	}
	.summer-button {
		font-size: 18px;
		line-height: 42px;
		height: 42px;
	}
	.summer-logo {
		top: 15px;
		right: 15px;
	}
	.status-slide:after {
		display: none;
	}
	.status-slide .holder {
		max-width: 100%;
	}
	.status-tv span {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.status-center {
		padding-left: 0;
	}
	.fontain-date {
		width: 200px;
		height: 43px;
	}
	.fontain-logo {
		width: 105px;
		height: 55px;
	}
	.fontain-title {
		background-size: 85% auto;
		padding-top: 2px;
		font-size: 20px;
		line-height: 24px;
	}
	.fontain-header {
		font-size: 28px;
		line-height: 30px;
		padding: 0 40px;
		max-width: 100%;
	}
	.fontain-price {
		font-size: 20px;
		line-height: 23px;
	}
}
@media screen and (max-width: 500px) {
	.offer-slide h2 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
	.offer-slide h3 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.marks {
		margin-bottom: 110px;
	}
	.offer-hand {
		right: -140px;
		bottom: 22px;
	}
	.prize-slide .col:first-child {
		padding-left: 18px;
	}
	.prize-details {
		left: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.prize-details b {
		font-size: 22px;
		line-height: 26px;
	}
	.prize-more {
		font-size: 16px;
		padding: 0 12px 0 16px;
	}
	.prize-rights {
		max-width: 160px;
	}
	.prize-video {
		max-width: 58px;
		margin-left: 40px;
	}
	.uni-head {
		font-size: 24px;
		line-height: 24px;
	}
	.uni-head b {
		font-size: 34px;
		line-height: 34px;
	}
	.uni-head i {
		font-size: 18px;
		line-height: 21px;
	}
	.uni-head.big {
		font-size: 30px;
		line-height: 30px;
	}
	.uni-head.big b {
		font-size: 54px;
		line-height: 54px;
	}
	.uni-prize {
		opacity: 0.9;
	}
	.status-key {
		padding-left: 70px;
	}
	.status-key:before {
		-webkit-background-size: 30px auto;
		background-size: 30px auto;
		width: 50px;
	}
	.status-key:after {
		left: 50px;
	}
	.status-city {
		font-size: 24px;
		padding-left: 30px;
	}
	.status-city:before {
		width: 26px;
		height: 38px;
		-webkit-background-size: 26px 38px;
		background-size: 26px 38px;
	}
	.status-h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.status-h1 b {
		font-size: 28px;
	}
	.slider li.charm-slide {
		background-position-x: -60px;
	}
	.charm-title {
		font-size: 28px;
		line-height: 28px;
		background-size: 58px 58px;
		padding-left: 65px;
		padding-bottom: 4px;
	}
	.charm-title span {
		font-size: 34px;
		line-height: 34px;
	}
	.charm-right {
		padding: 20px 0 0 57px;
		overflow: visible;
	}
	.charm-place {
		font-size: 20px;
		line-height: 23px;
		background-size: 38px 38px;
		width: 146px;
	}
	.charm-place b {
		font-size: 22px;
		line-height: 22px;
	}
	.charm-online {
		position: absolute;
		left: 10px;
		top: 157px;
		background: none;
	}
	.charm-online:after {
		content: '';
		position: absolute;
		top: 0;
		right: -45px;
		background: url(/images/charm-slide/charm-arrow.png) no-repeat 0 0 / 27px 49px;
		width: 27px;
		height: 49px;
		transform: rotate(-90deg);
	}
	.charm-button {
		bottom: auto;
		top: 155px;
		width: 115px;
		font-size: 18px;
		line-height: 20px;
		padding: 6px;
	}
	.charm-button b {
		font-size: 14px;
		line-height: 17px;
	}
}
@media screen and (max-width: 440px) {
	.prize-author {
		width: 200px;
		height: 49px;
		-webkit-background-size: 200px 49px;
		background-size: 200px 49px;
		font-size: 14px;
		line-height: 17px;
		padding-top: 7px;
	}
	.prize-rights {
		max-width: 130px;
		margin-left: 14px;
		margin-bottom: 18px;
	}
	.prize-video {
		max-width: 50px;
	}
	.prize-details {
		bottom: 70px;
		left: -10px;
		font-size: 14px;
		line-height: 24px;
	}
	.prize-details b {
		font-size: 18px;
		line-height: 24px;
	}
	.prize-more {
		font-size: 14px;
		margin-left: 0;
	}
	.summer-slide .h2 {
		font-size: 14px;
		line-height: 22px;
		padding: 0 10px;
	}
	.summer-slide .h1 {
		font-size: 18px;
		line-height: 21px;
	}
	.summer-slide .h3 {
		font-size: 14px;
		line-height: 17px;
	}	
	.summer-time {
		-webkit-background-size: 300px 68px;
		background-size: 300px 68px;
		width: 300px;
		height: 68px;
	}
	.summer-button {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		width: 100%;
	}
	.summer-logo {
		width: 95px;
		height: 47px;
		-webkit-background-size: 96px 47px;
		background-size: 96px 47px;
	}
	.gallery .summer-slide .info {
		padding: 240px 25px 0;
	}
	.summer-slide .h3 b:before {
		width: 108px;
		height: 23px;
	}
	.uni-pupil,
	.uni-event {
		bottom: 125px;
	}
	.uni-country,
	.uni-city {
		top: 95px;
	}
	.uni-prize {
		max-width: 185px;
		top: 151px;
	}
	.status-tv span:before,
	.status-key:before {
		display: none;
	}
	.status-key:after {
		left: 0;
	}
	.status-key {
		padding-left: 35px;
	}
	.status-tv span {
		max-width: 73%;
		font-size: 18px;
	}
	.status-head {
		margin-bottom: 15px;
	}
	.forum-title {
		font-size: 36px;
		line-height: 39px;
	}
	.forum-title span {
		font-size: 28px;
		line-height: 28px;
	}
	.forum-logo {
		margin-bottom: 35px;
	}
	.forum-app {
		width: 130px;
		bottom: 195px;
	}
	.forum-button {
		font-size: 18px;
		width: 256px;
		height: 40px;
		line-height: 40px;
		background-size: 256px 38px;
	}
	.charm-right,
	.charm-left {
		padding-left: 25px;
	}
	.charm-online {
		width: 150px;
		left: 0;
	}
	.fontain-header {
		font-size: 24px;
		line-height: 26px;
	}
	.fontain-price {
		padding: 0 40px;
	}
}
@media screen and (max-width: 400px) {
	.offer-slide h2 {
		font-size: 26px !important;
		line-height: 29px !important;
	}
	.offer-slide h3 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 30px;
	}
	.offer-slide h3 img {
		max-width: 85px;
	}
	.marks {
		margin-bottom: 145px;
	}
	.marks .li {
		font-size: 16px;
		line-height: 20px;
	}
	.offer-hand {
		bottom: -7px;
	}
	.charm-button {
		right: 10px;
	}
	.slider li.charm-slide {
		background-position-x: -120px;
	}
	.fontain-frame {
		background-position: 50% 46px;
		padding-top: 260px;
	}
	.fontain-button {
		width: 220px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}
	.fontain-title {
		background-size: 315px 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.fontain-frame {
		background-size: 450px auto;
		background-position: 50% 78px;
	}
	.fontain-header,
	.fontain-price {
		padding: 0 10px;
	}
	.fontain-button {
		width: 200px;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.fontain-date {
		width: 167px;
		height: 36px;
		left: -9px;
	}
	.fontain-logo {
		width: 90px;
		height: 46px;
	}
}
@media screen and (max-width: 370px) {
	.prize-slide .col:first-child {
		padding-left: 10px;
	}
	.prize-author {
		padding-right: 10px;
		width: 190px;
		height: 47px;
		-webkit-background-size: 190px 47px;
		background-size: 190px 47px;
	}
	.prize-rights {
		max-width: 115px;
		margin-bottom: 14px;
	}
	.prize-video {
		max-width: 44px;
	}
	.prize-details {
		bottom: 65px;
		left: -16px;
	}
	.prize-more {
		font-size: 12px;
	}
	.uni-head {
		font-size: 18px;
		line-height: 18px;
	}
	.uni-head b {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 3px;
	}
	.uni-head i {
		font-size: 14px;
		line-height: 17px;
	}
	.uni-head.big {
		font-size: 25px;
		line-height: 25px;
	}
	.uni-head.big b {
		font-size: 32px;
		line-height: 32px;
	}
	.uni-prize {
		max-width: 160px;
	}
	.uni-country,
	.uni-city {
		top: 105px;
	}
	.uni-pupil,
	.uni-event {
		bottom: 130px;
	}
	.uni-button {
		font-size: 16px;
		line-height: 38px;
		padding: 0 15px;
	}
	.charm-online {
		width: 140px;
	}
}
@media screen and (max-width: 340px) {
	.slider .prize-slide {
		background-position: 58% 0;
	}
	.prize-details {
		left: -35px;
	}
	.status-key {
		padding-left: 24px;
		font-size: 14px;
	}
	.status-key b {
		font-size: 16px;
	}
	.status-city {
		font-size: 18px;
	}
	.status-h1 {
		font-size: 18px;
		line-height: 24px;
	}
	.status-h1 b {
		font-size: 22px;
	}
	.status-tv span {
		bottom: 62px;
		font-size: 16px;
	}
	.status-head {
		margin-bottom: 25px;
	}
	.forum-title {
		font-size: 32px;
		line-height: 35px;
	}
	.forum-title span {
		font-size: 24px;
		line-height: 24px;
	}
	.charm-online:after {
		display: none;
	}
}