.b-top-logo, .b-top-links {
	position: relative;
	margin-right: 40px;
	padding-left: 40px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	z-index: 51;
}
	.b-top-logo a, .b-top-links a {
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: bold;
		color: #fff;
		line-height: 1.2;
		display: block;
	}
	.b-top-logo a:hover, .b-top-links a:hover {
		color: #feffa5;
		text-decoration: underline;
	}
	.b-top-logo .ico_but, .b-top-links .ico_but {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -15px;
	}

.b-intop-logo {
	position: relative;
	margin: -1px -20px -30px -60px;
	padding: 0 20px 0 20px;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}
.b-intop-logo:hover {
	background: url("../img/logo_h.png") 0 0 no-repeat;
}

.t-main .b-auth-but {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.t-inner .b-auth-but {
	position: relative;
	margin: 20px 0 10px;
}
	.b-auth-but .ba-but {
		height: 42px;
		line-height: 42px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.b-auth-but .ba-holder {
		position: absolute;
		top: 100%;
		right: 0;
		width: 285px;
		margin-top: 15px;
		margin-right: -5px;
		padding: 15px 20px;
		background: url("../img/auth_bg.png") 0 0 no-repeat;
		background-size: 100% 100%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 1.4;
		text-align: right;
		display: none;
		z-index: 10;
	}
	.t-main .b-auth-but .ba-holder {
		right: -50px;
		z-index: 51;
	}
	.b-auth-but .ba-holder:before {
		content: '';
		position: absolute;
		top: -20px;
		right: 65px;
		width: 42px;
		height: 26px;
		background: url("../img/auth_ar.png") 0 0 no-repeat;
	}
	.t-main .b-auth-but .ba-holder:before {
		right: 115px;
	}
	.b-auth-but .ba-item {
		margin: 10px 0 10px 60px;
	}
		.b-auth-but .ba-item > label {
			width: 50px;
			margin: 8px 0 0 -60px;
			float: left;
		}
		.b-auth-but .ba-item > .input {
			background: url("../img/input_bg.png") 0 0 no-repeat;
			background-size: 100% 100%;
			border: 0;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
		}
	.b-auth-but .ba-link {
		margin-top: 15px;
		font-size: 14px;
		text-align: left;
	}
		.b-auth-but .ba-link .bal-t1 {
			color: #cc1010;
			text-decoration: underline;
		}
		.b-auth-but .ba-link .bal-t1:hover {
			color: #f31e1e;
			text-decoration: none;
		}
		.b-auth-but .ba-link .bal-t2 {
			font-size: 12px;
			color: #1c6491;
		}
		.b-auth-but .ba-link .bal-t2:hover {
			color: #02304e;
			text-decoration: underline;
		}

.t-main .b-top-subscribe {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.t-inner .b-top-subscribe {
	position: relative;
	margin: 20px 0 10px;
}
	.b-top-subscribe .bs-but {
		height: 42px;
		line-height: 42px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.b-top-subscribe .bs-holder {
		position: absolute;
		top: 100%;
		right: -20px;
		margin-top: -5px;
		font-size: 16px;
		line-height: 1.4;
		text-align: left;
		display: none;
		z-index: 10;
	}
	.t-main .b-top-subscribe .bs-holder {
		z-index: 51;
	}
	.b-top-subscribe .subs-close {
	    position: absolute;
	    display: block;
	    right: 16px;
	    top: 36px;
	}
	.b-top-subscribe .bs-holder1 {
		width: 760px;
		padding: 45px 35px 45px 45px;
		background: url("../img/subscribe_bg.png") 0 0 no-repeat;
		background-size: 100% 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.b-top-subscribe .bs-holder1.subs-ok {
	    width: 565px;
	    background: url("../img/subscribe_bg_ok.png") 0 0 no-repeat;
	}
		.b-top-subscribe .bs-holder1.subs-ok .subs-close,
		.b-top-subscribe .bs-holder1.subs-ok .e-validemptyform {
			display: none;
		}
	.b-top-subscribe .bs-holder2 {
		width: 640px;
		min-height: 412px;
		padding: 45px 35px 45px 45px;
		background: url("../img/subscribe_bg2.png") 0 0 no-repeat;
		background-size: 100% 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 320px;
		text-align: center;
	}
	.b-top-subscribe .bs-title {
		margin: 0 0 10px;
	}
	.b-top-subscribe .bs-subtitle {
		margin: 0 0 10px;
	}
	.b-top-subscribe label {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		color: #706636;
	}
	.b-top-subscribe .bs-item {
		font-size: 14px;
	}
	.b-top-subscribe .bs-item {
		position: relative;
		font-size: 14px;
	}
		.b-top-subscribe .bs-item > .input {
			border: 3px solid #a1a1a1;
			padding: 14px 16px 15px;
			font-family: Helvetica;
			font-size: 16px;
			font-weight: bold;
			background-color: #f7f7f7;
			/*-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;*/
		}
			.b-top-subscribe .bs-item input[type="text"]:focus,
			.b-top-subscribe .bs-item .input:focus {
			    border-color: #e6ca86;
			    z-index: 1;
			}
			.b-top-subscribe .label-in {
			    position: absolute;
			    z-index: 5;
			    top: 0;
			    left: 15px;
		        font-family: Helvetica;
			    font-size: 16px;
			    font-weight: bold;
		        color: #878787;
			    line-height: 34px;
			    cursor: text;
			}

		.b-top-subscribe .select.t-3 + .select-container .select-input {
			border: 3px solid #a1a1a1;
			padding: 14px 16px;
			font-family: Helvetica;
			font-size: 16px;
			font-weight: bold;
			background-color: #f7f7f7;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}
		.b-top-subscribe .bs-item > .input:-ms-input-placeholder {
			color: #000;
		}
		.b-top-subscribe .bs-item > .input:-moz-placeholder {
			color: #000;
		}
		.b-top-subscribe .bs-item > .input::-moz-placeholder {
			color: #000;
		}
		.b-top-subscribe .bs-item > .input::-webkit-input-placeholder {
			color: #000;
		}
		/*.b-top-subscribe .bs-item.t-2 > .input {
			padding: 12px 10px;
		}*/
	.b-top-subscribe .bs-sep {
		height: 6px;
		margin: 25px 0;
		background: url("../img/subscribe_sep.png") 0 0 no-repeat;
	}
	.b-top-subscribe .bs-captcha {
		line-height: 40px;
	}
		.b-top-subscribe .bs-captcha label {
			margin-top: -15px;
		}
		.b-top-subscribe .bs-captcha .bsc-i {
			max-width: 470px;
		}
		.b-top-subscribe .bs-captcha .bsc-i img {
			max-width: 100%;
			display: block;
		}
		.b-top-subscribe .bs-captcha .bsc-t {
			width: 160px;
		}
		.b-top-subscribe .bs-captcha .bsc-a {
			text-align: center;
		}
	.b-top-subscribe .input.t-form_error {
	    border-color: red;
	}


.b-social {
	display: inline-block;
	vertical-align: middle;
}
.b-menu .b-social {
	margin-top: -5px;
}
	.b-social a {
		height: 42px;
		margin: 0 3px;
		line-height: 42px;
		text-align: center;
		display: inline-block;
	}

.b-top-search {
	display: inline-block;
	vertical-align: middle;
}
	.b-top-search .bs-but {
		width: 32px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		display: inline-block;
	}

.t-main .search-form-show .b-top-subscribe,
.t-main .search-form-show .b-social,
.t-main .search-form-show .bs-but {
	display: none;
}
	.t-main .search-form-show  .s-form {
    	display: block;
	}
	.t-main .s-form {
		display: none;
    	position: relative;
	    margin: 0;
	    margin-right: -7px;
	    padding: 0 10px;
	    width: 455px;
	    border: 2px solid #fff;
	    height: 38px;
	    background-color: #fff;
	    -moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
    }
    .t-main .s-form label {
	    position: absolute;
	    top: 4px;
	    left: 15px;
	    font-family: Helvetica;
	    font-size: 16px;
	    color: #000;
	    line-height: 30px;
	    cursor: text;
    }
    .t-main .s-form input {
    	position: relative;
	    width: 100%;
	    margin: 0;
	    padding: 3px 30px 3px 7px;
	    background: none;
	    border: 2px solid #fff;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    font-family: Helvetica;
	    font-size: 16px;
	    color: #000;
	    line-height: 30px;
    }
    .t-main .s-form .bs-but-in-form {
    	position: absolute;
	    top: 0;
	    right: 0;
	    height: 100%;
	    margin: 0;
	    padding: 0 5px;
	    border: none;
	    width: 32px;
	    height: 42px;
	    line-height: 42px;
	    text-align: center;
    }
    .t-main .s-form .bs-but-in-form .ico_but.i_src {
	    background-position: -480px -30px;
	    height: 23px;
    }


.b-logo {
	position: relative;
	width: 491px;
	height: 632px;
	margin: -20px 0 0 -145px;
	background: url("../img/logo_sprite.png") 0 100% no-repeat;
	background-size: 100% auto;
	float: left;
	overflow: hidden;
}
.b-logo-text {
	display: block;
	position: absolute;
	z-index: -1;
	padding-top: 10px;
	bottom: 64px;
	left: 50%;
	margin-left: -92px;
	width: 200px;
	height: 50px;
	font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	background-color: #dc542e;
}
.t-theme_newyear .b-logo {
	z-index: 10;
}
.fm-cssanimations .b-logo {
	opacity: 0;
}
.fm-cssanimations .b-logo.f-ready {
	opacity: 1;
	-moz-animation: tranform-bg4 0.6s steps(22);
	-webkit-animation: tranform-bg4 0.6s steps(22);
	animation: tranform-bg4 0.6s steps(22);
}

.b-bottom-menu {
	position: relative;
	height: 100px;
	margin-top: -100px;
	background: rgba(0,0,0,0.3);
	z-index: 60;
}

.b-gotop {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 276px;
	height: 130px;
	margin-left: -140px;
	background: url("../img/page_ico8.png") 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
}
.b-gotop:hover {
	background-position: 0 100%;
}

.t-main .b-sitesoft {
	position: absolute;
	right: 30px;
	top: 35px;
}

.b-copy, .b-rights {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.b-copy {
	float: left;
	margin-right: 15px;
}
.b-rights {
	overflow: hidden;
}

.b-top-menu {
	position: relative;
	width: 440px;
	max-height: 128px;
	margin: 0 -20px 0 10px;
	font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
	.b-top-menu a {
		color: #fff;
		text-decoration: underline;
	}
	.b-top-menu a:hover {
		color: #feffa5;
	}
	.b-top-menu li.selected a {
		color: #cd3e1d;
		text-decoration: none;
	}
	.b-top-menu li {
		padding: 0 6px;
		display: inline-block;
	}
	.b-top-menu li.selected {
		background: #ffdb32;
		-moz-border-radius: 14px 18px 14px 16px;
		-webkit-border-radius: 18px 14px 14px 16px;
		border-radius: 14px 18px 14px 16px;
		color: #cd3e1d
	}

.b-min-logo {
	position: fixed;
	top: 25px;
	left: 28px;
	display: none !important;
	z-index: 65;
}
	.b-min-logo img {
		display: block;
	}

.b-fix-menu {
	position: fixed;
	bottom: 100px;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
	display: none;
	z-index: 65;
}
	.b-fix-menu li {
		height: 80px;
		margin: 0;
		background: url("../img/menu_h.png") 0 0 no-repeat;
		text-align: center;
		line-height: 75px;
		display: inline-block;
		vertical-align: bottom;
		cursor: pointer;
	}
		.b-fix-menu li .ico_but {
			vertical-align: middle;
		}
	.b-fix-menu .p-0 {
		width: 85px;
	}
	.b-fix-menu .p-0:hover {
		background-position: 0 100%;
	}
	.b-fix-menu .p-0.selected {
		background-position: 0 -80px;
	}
	.b-fix-menu .p-1 {
		width: 125px;
		background-position: -85px 0;
	}
	.b-fix-menu .p-1:hover {
		background-position: -85px 100%;
	}
	.b-fix-menu .p-1.selected {
		background-position: -85px -80px;
	}
	.b-fix-menu .p-2 {
		width: 120px;
		background-position: -215px 0;
	}
	.b-fix-menu .p-2:hover {
		background-position: -215px 100%;
	}
	.b-fix-menu .p-2.selected {
		background-position: -215px -80px;
	}
	.b-fix-menu .p-3 {
		width: 75px;
		background-position: -340px 0;
	}
	.b-fix-menu .p-3:hover {
		background-position: -340px 100%;
	}
	.b-fix-menu .p-3.selected {
		background-position: -340px -80px;
	}
	.b-fix-menu .p-4 {
		width: 75px;
		background-position: -420px 0;
	}
	.b-fix-menu .p-4:hover {
		background-position: -420px 100%;
	}
	.b-fix-menu .p-4.selected {
		background-position: -420px -80px;
	}
	.b-fix-menu .p-5 {
		width: 70px;
		background-position: -500px 0;
	}
	.b-fix-menu .p-5:hover {
		background-position: -500px 100%;
	}
	.b-fix-menu .p-5.selected {
		background-position: -500px -80px;
	}
	.b-fix-menu .p-6 {
		width: 80px;
		background-position: -570px 0;
	}
	.b-fix-menu .p-6:hover {
		background-position: -570px 100%;
	}
	.b-fix-menu .p-6.selected {
		background-position: -570px -80px;
	}

.b-menu {
}

.b-breadcrumb {
	margin: 10px 0;
	font-size: 14px;
	color: #f5512b;
}
	.b-breadcrumb a {
		color: #f5512b;
	}
	.b-breadcrumb a:hover {
		color: #2279d3;
		text-decoration: underline;
	}

.b-block {
	position: relative;
}

.b-block.t-1 {
	width: 375px;
	height: auto;
	min-height: 120px;
	margin: 180px 100px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	font-family: "Shadow", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	text-align: center;
}
.t-theme_main .b-block.t-1 {
	margin: 180px 100px 0 0;
}
.t-theme_holiday .b-block.t-1 {
	margin: 120px 40px 0 0;
}
.t-theme_school .b-block.t-1 {
	width: 470px;
    margin: 103px -27px 0 0;
}
.t-theme_lesson .b-block.t-1 {
	width: 405px;
	margin: 80px 60px 0 0;
}
.t-theme_newyear .b-block.t-1 {
	margin: 140px 60px 0 0;
}
.t-theme_spring .b-block.t-1 {
	width: 405px;
	margin: 102px 185px 0 0;
}
	.b-block.t-1 .bb-holder {
		padding: 0 20px 0 10px;
		position: relative;
	}
	.t-theme_main .b-block.t-1 .bb-item {
		font-size: 60px;
		color: #f8ffac;
		line-height: 0.9;
		text-shadow:
			1px 0 0 #437726,
			0 1px 0 #437726,
			1px 1px 0 #437726,
			-1px 0 0 #437726,
			0 -1px 0 #437726,
			-1px -1px 0 #437726,
			1px -1px 0 #437726,
			-1px 1px 0 #437726,
			2px 0 0 #437726,
			0 2px 0 #437726,
			2px 2px 0 #437726,
			-2px 0 0 #437726,
			0 -2px 0 #437726,
			-2px -2px 0 #437726,
			2px -2px 0 #437726,
			-2px 2px 0 #437726,
			3px 0 0 #437726,
			0 3px 0 #437726,
			3px 3px 0 #437726,
			-3px 0 0 #437726,
			0 -3px 0 #437726,
			-3px -3px 0 #437726,
			3px -3px 0 #437726,
			-3px 3px 0 #437726;
	}
	.t-theme_holiday .b-block.t-1 .bb-item {
		font-size: 50px;
		color: #f8ffac;
		line-height: 0.9;
		text-shadow:
			1px 0 0 #df3c16,
			0 1px 0 #df3c16,
			1px 1px 0 #df3c16,
			-1px 0 0 #df3c16,
			0 -1px 0 #df3c16,
			-1px -1px 0 #df3c16,
			1px -1px 0 #df3c16,
			-1px 1px 0 #df3c16,
			2px 0 0 #df3c16,
			0 2px 0 #df3c16,
			2px 2px 0 #df3c16,
			-2px 0 0 #df3c16,
			0 -2px 0 #df3c16,
			-2px -2px 0 #df3c16,
			2px -2px 0 #df3c16,
			-2px 2px 0 #df3c16,
			3px 0 0 #df3c16,
			0 3px 0 #df3c16,
			3px 3px 0 #df3c16,
			-3px 0 0 #df3c16,
			0 -3px 0 #df3c16,
			-3px -3px 0 #df3c16,
			3px -3px 0 #df3c16,
			-3px 3px 0 #df3c16;
	}
	.t-theme_spring .b-block.t-1 .bb-item {
		font-size: 50px;
		color: #f8ffac;
		line-height: 0.9;
		text-shadow:
			1px 0 0 #006fb7,
			0 1px 0 #006fb7,
			1px 1px 0 #006fb7,
			-1px 0 0 #006fb7,
			0 -1px 0 #006fb7,
			-1px -1px 0 #006fb7,
			1px -1px 0 #006fb7,
			-1px 1px 0 #006fb7,
			2px 0 0 #006fb7,
			0 2px 0 #006fb7,
			2px 2px 0 #006fb7,
			-2px 0 0 #006fb7,
			0 -2px 0 #006fb7,
			-2px -2px 0 #006fb7,
			2px -2px 0 #006fb7,
			-2px 2px 0 #006fb7,
			3px 0 0 #006fb7,
			0 3px 0 #006fb7,
			3px 3px 0 #006fb7,
			-3px 0 0 #006fb7,
			0 -3px 0 #006fb7,
			-3px -3px 0 #006fb7,
			3px -3px 0 #006fb7,
			-3px 3px 0 #006fb7;
	}
	.t-theme_newyear .b-block.t-1 .bb-item,
	.t-theme_lesson .b-block.t-1 .bb-item,
	.t-theme_school .b-block.t-1 .bb-item {
		font-size: 50px;
		color: #f8ffac;
		line-height: 0.9;
		text-shadow:
			1px 0 0 #437726,
			0 1px 0 #437726,
			1px 1px 0 #437726,
			-1px 0 0 #437726,
			0 -1px 0 #437726,
			-1px -1px 0 #437726,
			1px -1px 0 #437726,
			-1px 1px 0 #437726,
			2px 0 0 #437726,
			0 2px 0 #437726,
			2px 2px 0 #437726,
			-2px 0 0 #437726,
			0 -2px 0 #437726,
			-2px -2px 0 #437726,
			2px -2px 0 #437726,
			-2px 2px 0 #437726,
			3px 0 0 #437726,
			0 3px 0 #437726,
			3px 3px 0 #437726,
			-3px 0 0 #437726,
			0 -3px 0 #437726,
			-3px -3px 0 #437726,
			3px -3px 0 #437726,
			-3px 3px 0 #437726;
	}
	.b-block.t-1 .bb-item + .bb-item {
		display: none;
	}
	.b-block.t-1 .nslider-container .bb-item + .bb-item {
		display: block;
	}
		.b-block.t-1 .bb-item a {
			color: inherit;
		}
	.t-theme_school .b-block.t-1 .bb-title {
		padding: 0 30px 0 0;
		margin-bottom: 20px;
		color: #000;
	}
	.b-block.t-1 .nslider-point {
		display: none;
	}
	.b-block.t-1 .nslider-nav {
		display: block ;
	}
		.b-block.t-1 .nslider-nav-next,
		.b-block.t-1 .nslider-nav-prev {
			position: absolute;
			top: 50%;
			width: 60px;
			height: 50px;
			margin-top: -25px;
			overflow: hidden;
			text-indent: 100%;
		}
		.b-block.t-1 .nslider-nav-prev {
			left: -30px;
		}
		.b-block.t-1 .nslider-nav-next {
			right: -20px;
			background-position: 100% 0;
		}
		.t-theme_main .b-block.t-1 .nslider-nav-next,
		.t-theme_main .b-block.t-1 .nslider-nav-prev {
			background-image: url("../img/themes/lp_ar.png");
		}
		.t-theme_holiday .b-block.t-1 .nslider-nav-next,
		.t-theme_holiday .b-block.t-1 .nslider-nav-prev {
			background-image: url("../img/themes/hl_ar.png");
		}
		.t-theme_spring .b-block.t-1 .nslider-nav-next,
		.t-theme_spring .b-block.t-1 .nslider-nav-prev {
			background-image: url("../img/themes/tl_ar.png");
		}
		.t-theme_newyear .b-block.t-1 .nslider-nav-next,
		.t-theme_newyear .b-block.t-1 .nslider-nav-prev,
		.t-theme_lesson .b-block.t-1 .nslider-nav-next,
		.t-theme_lesson .b-block.t-1 .nslider-nav-prev,
		.t-theme_school .b-block.t-1 .nslider-nav-next,
		.t-theme_school .b-block.t-1 .nslider-nav-prev {
			background-image: url("../img/themes/lp_ar.png");
		}

.b-block.t-2 {
	width: 360px;
	margin: -27px 0 0 10px;
}
	.b-block.t-2 .bb-title {
		margin: 0 0 8px;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.b-block.t-2 .bb-text {
		color: #444;
	}

.b-block.t-3 {
	width: 620px;
	margin: 0 0 80px;
	padding: 40px 130px 80px 150px;
}
	.b-block.t-3 .bb-bg {
		position: absolute;
		top: -60px;
		left: -45px;
		width: 288px;
		height: 356px;
		background: url("../img/block_bg2.png") 0 0 no-repeat;
		z-index: -1;
	}
	.b-block.t-3 .bb-holder {
		position: relative;
		white-space: nowrap;
		z-index: 1;
	}
	.b-block.t-3 .bb-item {
		margin: 0 70px 0 0;
		display: inline-block;
		vertical-align: top;
	}
		.b-block.t-3 .bb-item-title {
			margin: 0 0 3px;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}
	.b-block.t-3 .p-1 {
		position: absolute;
		top: -95px;
		left: 280px;
	}

.b-block.t-4 {
	position: absolute;
	top: -20px;
	right: 180px;
	width: 393px;
	height: 228px;
	padding: 30px 60px 10px 80px;
	background: url("../img/block_bg3b.png") 0 0 no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	-o-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
}
.b-block.t-4.hover {
	background-position: 0 -230px;
}
	.b-block.t-4 .bb-bg {
		position: absolute;
		top: 80px;
		right: -190px;
		width: 220px;
		height: 318px;
		background: url("../img/block_bg3a.png") 0 0 no-repeat;
		z-index: -1;
	}
	.b-block.t-4 .bb-title {
		margin: 0 0 5px -30px;
	}
	.b-block.t-4 .bb-but {
		padding-right: 40px;
		text-align: center;
	}
	.b-block.t-4 p {
		margin: 0 0 8px;
	}

.b-block.t-5 {
	width: 400px;
	margin: -20px 0 0 10px;
	color: #fff;
}
	.b-block.t-5 .bb-holder {
		position: relative;
	}
	.b-block.t-5 .bb-item {
		width: 160px;
		margin-right: 35px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
	}
	.b-block.t-5 .bb-list + .bb-list {
		display: none;
	}
	.b-block.t-5 .nslider-container .bb-list + .bb-list {
		display: block;
	}
	.b-block.t-5 .bb-item:first-child {
		margin-top: 30px;
	}
	.b-block.t-5 .bb-item:first-child + .bb-item {
		margin-top: -20px;
	}
		.b-block.t-5 .bb-item-image {
			position: relative;
		}
		.b-block.t-5 .bb-item-image:before {
			content: "";
			position: absolute;
			top: -20px;
			width: 170px;
			height: 165px;
		}
		.b-block.t-5 .bb-item:first-child .bb-item-image:before {
			left: -10px;
			background: url("../img/block_sh1.png") 50% 50% no-repeat;
		}
		.b-block.t-5 .bb-item:first-child + .bb-item .bb-item-image:before {
			left: 10px;
			background: url("../img/block_sh2.png") 50% 50% no-repeat;
		}
			.b-block.t-5 .bb-item-image img {
				position: relative;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				border-radius: 50%;
			}
		.b-block.t-5 .bb-item-title {
			position: relative;
			margin: -10px 0 3px;
			padding: 2px 5px;
			background: #e82333;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-size: 20px;
			font-weight: bold;
			color: #fff;
			line-height: 1;
			display: inline-block;
		}
		.b-block.t-5 .bb-item:hover .bb-item-title {
			background: #ffdd1c;
			color: #d92a38;
		}
			.b-block.t-5 .bb-item-title span {
				text-transform: uppercase;
			}
		.b-block.t-5 .bb-item-text1 {
			font-size: 16px;
		}
		.b-block.t-5 .bb-item-text2 {
			font-size: 16px;
			color: #ffe179;
		}
	.b-block.t-5 .nslider-point {
		position: absolute;
		top: -5px;
		left: 0;
	}
		.b-block.t-5 .nslider-point a {
			position: relative;
			width: 18px;
			height: 18px;
			margin: 0 4px;
			background: url("../img/nslider_dot2.png") 0 0 no-repeat;
			font-size: 0;
			display: inline-block;
			vertical-align: top;
		}
		.b-block.t-5 .nslider-point a.active {
			background-position: -18px 0;
		}

.b-block.t-6 {
	width: 624px;
	margin: -20px auto 0;
	font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #fff;
}
	.b-block.t-6 .bb-bg {
		position: absolute;
		top: -25px;
		left: 50%;
		width: 160px;
		height: 80px;
		margin-left: -80px;
		background: url("../img/page_el2.png") 0 0 no-repeat;
		-moz-animation: tranform-bg2 0.6s steps(3) infinite;
		-webkit-animation: tranform-bg2 0.6s steps(3) infinite;
		animation: tranform-bg2 0.6s steps(3) infinite;
		z-index: 1;
	}
	.b-block.t-6 .bb-bg2 {
		position: absolute;
		display: none;
		top: -20px;
		left: -50px;
		width: 105px;
		height: 160px;
		background: url("../img/block_bg4a.png") 0 0 no-repeat;
	}
	.b-block.t-6 .bb-holder {
		position: relative;
		height: 164px;
		padding: 65px 10px 40px;
		background: url("../img/block_bg4.png") 0 0 no-repeat;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
	}
	.b-block.t-6 .bb-holder:hover {
		background-position: 0 100%;
	}
	.b-block.t-6 .bb-title {
		width: 240px;
		margin-right: 25px;
		float: left;
		font-size: 18px;
		text-transform: uppercase;
		text-align: right;
	}
	.b-block.t-6 .bb-text {
		overflow: hidden;
		color: #f0e59c;
		text-transform: uppercase;
	}
		.b-block.t-6 .bb-text a {
			color: inherit;
		}

.b-block.t-7 {
	position: absolute;
	top: -55px;
	right: 60px;
}
	.b-block.t-7 .bb-bg {
		position: absolute;
		top: 120px;
		right: -220px;
		width: 308px;
		height: 305px;
		background: url("../img/block_bg5a.png") 0 0 no-repeat;
		z-index: 1;
	}
	.b-block.t-7 .bb-holder2 {
		position: relative;
		width: 450px;
		height: 321px;
		padding: 45px 30px 30px;
		background: url("../img/block_bg5.png") 100% 0 no-repeat;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fm-cssanimations .b-block.t-7 .bb-holder2 {
		opacity: 0;
	}
	.fm-cssanimations .b-block.t-7.f-ready .bb-holder2 {
		opacity: 1;
		-moz-animation: tranform-bg3 0.6s steps(5);
		-webkit-animation: tranform-bg3 0.6s steps(5);
		animation: tranform-bg3 0.6s steps(5);
	}
	.b-block.t-7 .bb-holder {
		position: relative;
		margin-left: 65px;
	}
	.b-block.t-7 .bb-holder + .bb-holder {
		display: none;
	}
		.b-block.t-7.f-tab2-active .bb-holder {
			display: none;
		}
		.b-block.t-7.f-tab2-active .bb-holder + .bb-holder {
			display: block;
		}
	.fm-cssanimations .b-block.t-7 .bb-holder {
		opacity: 0;
	}
	.fm-cssanimations .b-block.t-7.f-ready2 .bb-holder {
		opacity: 1;
	}
	.fm-cssanimations .b-block.t-7 .b-title {
		opacity: 0;
	}
	.fm-cssanimations .b-block.t-7.f-ready2 .b-title {
		opacity: 1;
	}

	.b-block.t-7 .b-title .bb-sep {
		font-size: 30px;
		color: #7a6e22;
	}
	.b-block.t-7 .bb-list + .bb-list {
		display: none;
	}
	.b-block.t-7 .nslider-container .bb-list + .bb-list {
		display: block;
	}
	.b-block.t-7 .bb-item {
		position: relative;
	}
	.b-block.t-7 .bb-item + .bb-item {
		margin: 34px 0 0;
	}
	.b-block.t-7 .bb-item + .bb-item:before {
		content: "";
		position: absolute;
		top: -17px;
		left: 0;
		width: 110px;
		border-top: 1px solid #b9aa50;
	}
		.b-block.t-7 .bb-item a {
			max-height: 2.5em;
			overflow: hidden;
			text-decoration: underline;
			display: block;
		}
	.b-block.t-7 .nslider-nav {
		position: absolute;
		top: 0;
		left: -65px;
	}
		.b-block.t-7 .nslider-nav-prev, .b-block.t-7 .nslider-nav-next {
			position: absolute;
			left: 0;
			width: 40px;
			height: 60px;
			background: url("../img/nslider_nav1.png") 0 0 no-repeat;
			font-size: 0;
			display: block;
		}
		.b-block.t-7 .nslider-nav-prev {
			top: 0;
			background-position: 0 0;
		}
		.b-block.t-7 .nslider-nav-prev:hover {
			background-position: 0 -60px;
		}
		.b-block.t-7 .nslider-nav-prev.disabled {
			background-position: 0 100%;
			cursor: default;
		}
		.b-block.t-7 .nslider-nav-next {
			top: 70px;
			background-position: 100% 0;
		}
		.b-block.t-7 .nslider-nav-next:hover {
			background-position: 100% -60px;
		}
		.b-block.t-7 .nslider-nav-next.disabled {
			background-position: 100% 100%;
			cursor: default;
		}

.b-block.t-8 {
	width: 880px;
	margin: 0 0 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.b-block.t-8a, .b-block.t-8b {
	width: auto;
}
	.b-block.t-8 .bb-bg {
		position: absolute;
		top: 0;
		right: -250px;
		width: 245px;
		height: 500px;
		background: url("../img/block_bg6a.png") 0 0 no-repeat;
		-o-transition: top 0.3s;
		-moz-transition: top 0.3s;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
	}
	.b-block.t-8 .bb-holder {
		position: relative;
		margin: 0 40px;
	}
	.b-block.t-8a .bb-holder {
		margin: 0 60px;
		min-height: 290px;
	}
	.b-block.t-8b .bb-holder {
		margin: 0;
	}
	.b-block.t-8 .bb-list {
		text-align: center;
	}
	.b-block.t-8 .bb-list + .bb-list {
		display: none;
	}
	.b-block.t-8 .nslider-container .bb-list + .bb-list {
		display: block;
	}
	.b-block.t-8 .bb-item {
		position: relative;
		width: 220px;
		margin: 0 20px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
	}
	.b-block.t-8b .bb-item {
		margin: 0 35px 20px;
	}
	.b-block.t-8b .bb-item:nth-child(odd) {
		margin-top: -20px;
	}
		.b-block.t-8 .bb-item-text, .b-block.t-8 .bb-item-image {
			position: relative;
			height: 122px;
			margin: 24px 24px 50px;
			background: #fff;
		}
		.b-block.t-8 .bb-item-text:before, .b-block.t-8 .bb-item-image:before {
			content: "";
			position: absolute;
			top: -25px;
			left: -25px;
			right: -25px;
			bottom: -25px;
			background: #fff;
		}
		.b-block.t-8 .bb-item:nth-child(odd) .bb-item-image:before {
			left: -30px;
			width: 232px;
			height: 177px;
			background: url("../img/block_bg7a.png") 0 0 no-repeat;
		}
		.b-block.t-8 .bb-item:nth-child(odd) .bb-item-image:after {
			content: "";
			position: absolute;
			top: -25px;
			right: -22px;
			width: 39px;
			height: 35px;
			background: url("../img/block_bg7aa.png") 0 0 no-repeat;
		}
			.b-block.t-8 .bb-item:nth-child(odd) .bb-item-image > * {
				-o-transform: rotate(-4deg);
				-ms-transform: rotate(-4deg);
				-moz-transform: rotate(-4deg);
				-webkit-transform: rotate(-4deg);
				transform: rotate(-4deg);
			}
		.b-block.t-8 .bb-item:nth-child(even) .bb-item-image:before {
			left: -30px;
			width: 233px;
			height: 178px;
			background: url("../img/block_bg7c.png") 0 0 no-repeat;
		}
		.b-block.t-8 .bb-item:nth-child(even) .bb-item-image:after {
			content: "";
			position: absolute;
			top: -18px;
			left: -27px;
			width: 37px;
			height: 40px;
			background: url("../img/block_bg7ca.png") 0 0 no-repeat;
		}
			.b-block.t-8 .bb-item:nth-child(even) .bb-item-image > * {
				-o-transform: rotate(-2deg);
				-ms-transform: rotate(-2deg);
				-moz-transform: rotate(-2deg);
				-webkit-transform: rotate(-2deg);
				transform: rotate(-2deg);
			}
		.b-block.t-8 .bb-item-text:before {
			left: -30px;
			width: 235px;
			height: 175px;
			background: url("../img/block_bg7b.png") 0 0 no-repeat;
		}
			.b-block.t-8 .bb-item-image img {
				position: relative;
				max-width: 100%;
				max-height: 100%;
				margin: 0 auto;
				display: block;
			}
			.b-block.t-8 .bb-item-text > * {
				position: relative;
				height: 9.6em;
				font-size: 12px;
				color: #000;
				line-height: 1.4;
			}
			.b-block.t-8 .bb-item-text > *:before {
				content: "«";
				position: absolute;
				top: -20px;
				left: -30px;
				font-size: 50px;
				color: #4e4641;
				line-height: 1;
			}
			.b-block.t-8 .bb-item-text > *:after {
				content: "»";
				position: absolute;
				bottom: -10px;
				right: -25px;
				font-size: 50px;
				color: #4e4641;
				line-height: 1;
			}
		.b-block.t-8 .bb-item-like {
			display: none;
			margin-right: 8px;
			float: left;
			font-size: 16px;
			color: #fbf491;
			line-height: 23px;
		}
		.b-block.t-8 .bb-item-holder {
			overflow: hidden;
		}
		.b-block.t-8 .bb-item-title {
			font-size: 18px;
		}
			.b-block.t-8 .bb-item-title a {
				color: #fff;
			}
			.b-block.t-8 .bb-item:hover .bb-item-title a {
				color: #feffa5;
				text-decoration: underline;
			}
		.b-block.t-8 .bb-item-text1 {
			font-size: 12px;
			color: #ffdeb4;
		}
		.b-block.t-8 .bb-item-text2 {
			font-size: 12px;
			color: #e4c3c0;
		}

	.b-block.t-8 .nslider-nav-prev, .b-block.t-8 .nslider-nav-next {
		position: absolute;
		top: 0;
		width: 80px;
		height: 60px;
		margin-top: 80px;
		background: url("../img/nslider_nav2.png") 0 0 no-repeat;
		font-size: 0;
		display: block;
	}
	.b-block.t-8 .nslider-nav-prev {
		left: -80px;
		background-position: 0 0;
	}
	.b-block.t-8 .nslider-nav-prev:hover {
		background-position: 0 100%;
	}
	.b-block.t-8 .nslider-nav-next {
		right: -80px;
		background-position: 100% 0;
	}
	.b-block.t-8 .nslider-nav-next:hover {
		background-position: 100% 100%;
	}
	.b-block.t-8b .bb-nav {
		position: relative;
		margin: -20px 0 20px;
		text-align: center;
	}
		.b-block.t-8b .bb-nav-holder {
			position: relative;
			display: inline-block;
		}
	.b-block.t-8b .nslider-nav-prev, .b-block.t-8b .nslider-nav-next {
		top: 0;
		width: 50px;
		height: 40px;
		margin-top: -8px;
		background: url("../img/nslider_nav4.png") 0 0 no-repeat;
		font-size: 0;
		display: block;
	}
	.b-block.t-8b .nslider-nav-prev {
		left: -60px;
		background-position: 0 0;
	}
	.b-block.t-8b .nslider-nav-prev:hover {
		background-position: 0 100%;
	}
	.b-block.t-8b .nslider-nav-next {
		right: -60px;
		background-position: 100% 0;
	}
	.b-block.t-8b .nslider-nav-next:hover {
		background-position: 100% 100%;
	}
	.b-block.t-8b .nslider-nav-prev.disabled, .b-block.t-8b .nslider-nav-next.disabled {
		opacity: 0.4;
	}
	.b-block.t-8b .nslider-point > a {
		position: relative;
		width: 30px;
		height: 25px;
		margin: 0 4px;
		background: url("../img/nslider_dot4.png") 0 0 no-repeat;
		font-size: 0;
		display: inline-block;
		vertical-align: top;
	}
	.b-block.t-8b .nslider-point > a:hover {
		background-position: 100% 0;
	}
	.b-block.t-8b .nslider-point > a.active {
		background-position: -30px 0;
	}

.b-block.t-9 {
	position: relative;
	width: 770px;
	height: 565px;
	margin: -500px 0 0 160px;
	padding: 5px 25px 30px;
	background: url("../img/block_bg8.png") 0 0 no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	.b-block.t-9 .bb-holder {
		position: relative;
	}
	.b-block.t-9 .bb-svg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 52;
	}
	.fm-no-opacity .b-block.t-9 .bb-svg {
		display: none;
	}
	.b-block.t-9 .bb-point {
		position: absolute;
		top: 0;
		left: 0;
		width: 730px;
		height: 390px;
		background: url("../img/map2.png") 0 0 no-repeat;
	}
		.b-block.t-9 .bb-point i {
			position: absolute;
		}
		.b-block.t-9 .bb-point .p-1 {
			top: 157px;
			left: -5px;
		}
		.b-block.t-9 .bb-point .p-2 {
			top: 166px;
			left: 54px;
		}
		.b-block.t-9 .bb-point .p-3 {
			top: 125px;
			left: 121px;
		}
		.b-block.t-9 .bb-point .p-4 {
			top: 89px;
			left: 88px;
		}
		.b-block.t-9 .bb-point .p-5 {
			top: 28px;
			left: 107px;
		}
		.b-block.t-9 .bb-point .p-6 {
			top: 76px;
			left: 187px;
		}
		.b-block.t-9 .bb-point .p-7 {
			top: 56px;
			left: 243px;
		}
		.b-block.t-9 .bb-point .p-8 {
			top: -17px;
			left: 373px;
		}
		.b-block.t-9 .bb-point .p-9 {
			top: 216px;
			left: 70px;
		}
	.b-block.t-9 .bb-popup .bbp-item {
		position: absolute;
		top: 0;
		left: 0;
		padding: 6px 10px;
		background: #ff7308;
		font-size: 12px;
		font-weight: bold;
		color: #fcf8b6;
		line-height: 1.2;
		text-transform: uppercase;
		display: none;
	}
	.b-block.t-9 .bb-popup .bbp-item:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -12px;
		margin-left: -14px;
		border-top: 13px solid #ff7308;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
		.b-block.t-9 .bb-popup .bbp-item > span {
			font-size: 14px;
			color: #fff;
		}
		.b-block.t-9 .bb-popup .p-1 {
			left: -10px;
			top: 130px;
		}
		.b-block.t-9 .bb-popup .p-2 {
			left: 60px;
			top: 145px;
			background: #ff6608;
		}
		.b-block.t-9 .bb-popup .p-2:after {
			border-top-color: #ff6608;
		}
		.b-block.t-9 .bb-popup .p-3 {
			left: 140px;
			top: 110px;
			background: #ffb008;
		}
		.b-block.t-9 .bb-popup .p-3:after {
			border-top-color: #ffb008;
		}
		.b-block.t-9 .bb-popup .p-4 {
			left: 80px;
			top: 70px;
			background: #ffb008;
		}
		.b-block.t-9 .bb-popup .p-4:after {
			border-top-color: #ffb008;
		}
		.b-block.t-9 .bb-popup .p-5 {
			left: 140px;
			top: 50px;
			background: #ff8c08;
		}
		.b-block.t-9 .bb-popup .p-5:after {
			border-top-color: #ff8c08;
		}
		.b-block.t-9 .bb-popup .p-6 {
			left: 250px;
			top: 100px;
			background: #ff8c08;
		}
		.b-block.t-9 .bb-popup .p-6:after {
			border-top-color: #ff8c08;
		}
		.b-block.t-9 .bb-popup .p-7 {
			left: 350px;
			top: 100px;
		}
		.b-block.t-9 .bb-popup .p-8 {
			left: 480px;
			top: 80px;
		}
		.b-block.t-9 .bb-popup .p-9 {
			left: 15px;
			top: 180px;
			background: #ff8c08;
		}
		.b-block.t-9 .bb-popup .p-9:after {
			border-top-color: #ff8c08;
		}

.b-block.t-10 {
	position: relative;
	margin: 170px 0 0 220px;
}
	.b-block.t-10 .bb-bg {
		position: absolute;
		top: 30px;
		left: -210px;
		width: 268px;
		height: 182px;
		background: url("../img/block_bg9a.png") 0 0 no-repeat;
	}
	.b-block.t-10 .bb-holder {
		position: relative;
		margin-left: 135px;
		white-space: nowrap;
	}
		.b-block.t-10 .bb-holder a {
			margin-right: 45px;
			display: inline-block;
			vertical-align: top;
		}
		.b-block.t-10 .bb-holder .p-1 {
			margin-top: 0;
		}
		.b-block.t-10 .bb-holder .p-2 {
			margin-top: -12px;
		}
		.b-block.t-10 .bb-holder .p-3 {
			margin-top: -26px;
		}
		.b-block.t-10 .bb-holder .p-4 {
			margin-top: -40px;
		}
		.b-block.t-10 .bb-holder .p-5 {
			margin-top: -54px;
		}

.b-block.t-11 {
	position: relative;
}
	.b-block.t-11 .bb-holder {
		position: relative;
		height: 320px;
	}
		.b-block.t-11 .bb-holder div {
			position: absolute;
		}
		.b-block.t-11 .bb-holder a {
			position: absolute;
			left: 50%;
			top: 50%;
			width: 180px;
			height: 180px;
			margin: -90px 0 0 -90px;
			background: #fff;
			background: rgba(255,255,255,0);
			opacity: 0;
			filter: alpha(opacity=0);
			z-index: 1;
		}
		.b-block.t-11 .bb-holder .p-1 {
			top: 120px;
			left: 520px;
		}
		.b-block.t-11 .bb-holder .p-2 {
			top: -20px;
			left: 300px;
		}
		.b-block.t-11 .bb-holder .p-3 {
			top: 85px;
			left: 120px;
		}
		.b-block.t-11 .bb-holder .p-4 {
			top: -50px;
			left: 560px;
		}
		.b-block.t-11 .bb-holder .p-5 {
			top: 115px;
			left: 750px;
		}
		.b-block.t-11 .bb-holder .p-6 {
			top: -100px;
			right: 0px;
			font-size: 18px;
			font-weight: bold;
			color: #fff457;
			text-transform: uppercase;
		}
			.b-block.t-11 .bb-holder .p-6 a {
				height: 140px;
				margin-top: -70px;
			}
		.b-block.t-11 .bb-holder .p-7 {
			top: 70px;
			left: -40px;
		}

.b-block.t-12 {
	position: relative;
}
	.b-block.t-12 .bb-holder {
		position: relative;
		height: 220px;
	}
		.b-block.t-12 .bb-holder div {
			position: absolute;
		}
		.b-block.t-12 .bb-holder a {
			position: absolute;
			left: 50%;
			top: 50%;
			width: 160px;
			height: 160px;
			margin: -80px 0 0 -80px;
			background: #fff;
			background: rgba(255,255,255,0);
			opacity: 0;
			filter: alpha(opacity=0);
			z-index: 1;
		}
		.b-block.t-12 .bb-holder .p-1 {
			top: 35px;
			left: 105px;
		}
		.b-block.t-12 .bb-holder .p-2 {
			top: -8px;
			left: 290px;
		}
		.b-block.t-12 .bb-holder .p-3 {
			top: 15px;
			left: 505px;
		}
		.b-block.t-12 .bb-holder .p-4 {
			top: -25px;
			left: 650px;
		}
		.b-block.t-12 .bb-holder .p-5 {
			top: 50px;
			left: 810px;
		}
		.b-block.t-12 .bb-holder .p-6 {
			top: -20px;
			left: -15px;
		}

.b-block.t-13 {
	position: relative;
}
	.b-block.t-13 .bb-holder {
		position: relative;
		width: 830px;
		height: 240px;
		margin: 0 auto;
		padding: 50px;
		background: url("../img/block_bg20.png") 0 0 no-repeat;
	}
	.b-block.t-13 .bb-holder:before {
		content: '';
		position: absolute;
		top: -20px;
		left: -60px;
		height: -50px;
		width: 113px;
		height: 108px;
		background: url("../img/block_bg20a.png") 0 0 no-repeat;
	}
		.b-block.t-13 .bb-holder > ul {
			font-weight: bold;
		}
			.b-block.t-13 .bb-holder > ul > li {
				position: relative;
				margin: 1em 0 1em 20px;
			}
			.b-block.t-13 .bb-holder > ul > li:before {
				content: '';
				position: absolute;
				top: 0.5em;
				left: -20px;
				width: 8px;
				height: 2px;
				background: #f21919;
			}

.b-block.t-14 {
	position: absolute;
	top: 370px;
	left: 770px;
}
	.b-block.t-14 .bb-holder {
		position: relative;
		width: 416px;
		height: 175px;
		background: url("../img/block_bg22.png") 0 0 no-repeat;
		cursor: pointer;
	}
	.b-block.t-14 .bb-title {
		padding: 70px 0 0 20px;
		font-size: 20px;
		text-transform: uppercase;
	}
		.b-block.t-14 .bb-title a {
			color: #fff;
		}

.b-block.t-15 {
	position: absolute;
	bottom: -90px;
	right: -50px;
	width: 273px;
	height: 210px;
	background: url("../img/block_bg26.png") 0 0 no-repeat;
	display: none;
}
.t-theme_school .b-block.t-15 {
	-moz-animation: tranform-opacity2 1s;
	-webkit-animation: tranform-opacity2 1s;
	animation: tranform-opacity2 1s;
	display: block;
}
.b-block.t-15:hover {
	background-position: 0 100%;
}
	.b-block.t-15 .bb-text {
		padding: 105px 65px 40px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #3f3f3f;
		line-height: 1.1;
		text-align: center;
		text-transform: uppercase;
	}
		.b-block.t-15 .bb-text a {
			color: inherit;
		}

.b-title {
	position: relative;
	font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}
	.b-title * {
		position: relative;
	}
	.b-title a {
		color: inherit;
	}
.t-inner .b-title {
	font-weight: 800;
	text-transform: uppercase;
}

.t-inner .b-title .bt-h {
	font-size: 22px;
	color: #5796b6;
}
.t-inner .b-title h1 {
	font-size: 24px;
}
.t-inner .b-title h2 {
	font-size: 22px;
	color: #5796b6;
}

.b-title.t-1 {
	margin-bottom: 15px;
}
.b-title.t-1 + *, .b-title.t-1 + * + * {
	position: relative;
}
.b-block.t-2:hover .b-title.t-1:after {
	content: '';
	position: absolute;
	top: -5px;
	left: -12px;
	width: 146px;
	height: 50px;
	background: url("../img/hover1.png") 0 0 no-repeat;
}
.b-block.t-2:hover .b-title.t-1:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -40px;
	width: 427px;
	height: 223px;
	background: url("../img/hover6.png") 0 0 no-repeat;
}
.b-block.t-2 {
	cursor: pointer;
}
	.b-title.t-1 h2 {
		font-size: 42px;
		font-weight: 800;
		color: #444;
		line-height: 1;
		text-transform: uppercase;
		text-shadow: -1px -1px 0 #e0e0e0, -2px -2px 0 #e0e0e0, -3px -3px 0 #e0e0e0, -4px -4px 0 #e0e0e0, -5px -5px 0 #e0e0e0, -6px -6px 1px #e0e0e0;
	}
	.b-block.t-2:hover .b-title.t-1 h2 {
		text-shadow: -1px -1px 0 #fff, -2px -2px 0 #fff, -3px -3px 0 #fff, -4px -4px 0 #fff, -5px -5px 0 #fff, -6px -6px 1px #fff;
		z-index: 1;
	}
	.b-title.t-1 h3 {
		margin-top: 2px;
		font-size: 14px;
		font-weight: bold;
		color: #ff5935;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.b-title.t-1:hover h3 {
		z-index: 1;
	}

.b-title.t-2 {
	width: 200px;
	margin-bottom: 35px;
}
.b-block.t-3, .b-title.t-2 {
	cursor: pointer;
}
.b-block.t-3:hover .b-title.t-2 > * {
	z-index: 1;
}
.b-block.t-3:hover .b-title.t-2:after {
	content: '';
	position: absolute;
	top: -25px;
	left: -30px;
	width: 227px;
	height: 111px;
	background: url("../img/hover2.png") 0 0 no-repeat;
}
.b-block.t-3:hover .b-title.t-2:before {
	content: '';
	position: absolute;
	top: -20px;
	left: -120px;
	width: 863px;
	height: 270px;
	background: url("../img/hover8.png") 0 0 no-repeat;
}
	.b-title.t-2 h2 {
		font-size: 30px;
		font-weight: 800;
		color: #000;
		line-height: 1;
		text-transform: uppercase;
		text-shadow: -1px -1px 0 #fff, -2px -2px 0 #fff, -3px -3px 0 #fff, -4px -4px 0 #fff, -5px -5px 0 #fff, -6px -6px 1px #fff;
	}
	.b-title.t-2 h3 {
		margin-top: 4px;
		font-size: 14px;
		font-weight: bold;
		color: #ff5935;
		line-height: 1.2;
		text-transform: uppercase;
	}

.b-title.t-3 {
	margin-bottom: 15px;
}
.b-title.t-3:hover {
	cursor: pointer;
}
.b-title.t-3:hover:before {
	content: '';
	position: absolute;
	top: -35px;
	left: 30px;
	width: 176px;
	height: 68px;
	background: url("../img/hover7.png") 0 0 no-repeat;
}
	.b-title.t-3 h2 {
		font-size: 30px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		text-shadow: 1px -1px 0 #d57d00, 2px -2px 0 #d57d00, 3px -3px 0 #d57d00, 4px -4px 0 #d57d00, 5px -5px 0 #d57d00, 6px -6px 1px #d57d00;
	}
	.b-title.t-3:hover h2 {
		text-shadow: 1px -1px 0 #cf2701, 2px -2px 0 #cf2701, 3px -3px 0 #cf2701, 4px -4px 0 #cf2701, 5px -5px 0 #cf2701, 6px -6px 1px #cf2701;
	}
	.b-title.t-3 h3 {
		margin-top: 4px;
		font-size: 14px;
		font-weight: bold;
		color: #fff838;
		line-height: 1.2;
		text-transform: uppercase;
	}

.b-title.t-4 {
	margin-bottom: 15px;
	line-height: 30px;
	vertical-align: middle;
}
	.b-title.t-4 h2 {
		position: relative;
		font-size: 30px;
		font-weight: 800;
		color: #000;
		line-height: 1;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: middle;
		z-index: 1;
	}
		.f-tab2-active .b-title.t-4 h2 {
			margin-top: 4px;
			font-size: 20px;
			font-weight: 600;
			line-height: 1.2;
		}
	.b-title.t-4 h3 {
		position: relative;
		margin-top: 4px;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
		z-index: 1;
	}
		.f-tab2-active .b-title.t-4 h3 {
			margin-top: 0;
			font-size: 30px;
			font-weight: 800;
			line-height: 1;
		}
	.b-title.t-4 h2:hover, .b-title.t-4 h3:hover {
		color: #df3326;
		cursor: pointer;
	}
	.b-title.t-4 h2:hover:before {
		content: '';
		position: absolute;
		top: -10px;
		left: -20px;
		width: 182px;
		height: 53px;
		background: url("../img/hover3.png") 0 0 no-repeat;
	}
		.f-tab2-active .b-title.t-4 h2:hover:before {
			background: url("../img/hover3-2.png") 0 0 no-repeat;
		}
	.b-title.t-4 h3:hover:before {
		content: '';
		position: absolute;
		top: -8px;
		left: -20px;
		width: 220px;
		height: 41px;
		background: url("../img/hover9.png") 0 0 no-repeat;
	}
		.f-tab2-active .b-title.t-4 h3:hover:before {
			background: url("../img/hover9-2.png") 0 0 no-repeat;
			height: 50px;
		}
	.b-title.t-4 span {
		margin: 0 15px;
		vertical-align: middle;
	}

.b-title.t-5 {
	min-height: 75px;
	margin-bottom: 80px;
}
.b-title.t-5:hover {
	cursor: pointer;
}
.b-title.t-5:hover:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -30px;
	width: 383px;
	height: 58px;
	background: url("../img/hover4.png") 0 0 no-repeat;
}
	.b-title.t-5 h2 {
		font-size: 30px;
		font-weight: 800;
		color: #ff5430;
		line-height: 1;
		text-transform: uppercase;
	}
	.b-title.t-5:hover h2 {
		color: #fff;
	}
	.b-title.t-5 h3 {
		width: 300px;
		margin-top: 4px;
		font-size: 18px;
		color: #000;
		line-height: 1.2;
		text-transform: uppercase;
	}

.b-title.t-6 {
	width: 400px;
	margin: 50px 0 50px 120px;
}
.b-title.t-6:hover {
	cursor: pointer;
}
.b-title.t-6:hover:before {
	content: '';
	position: absolute;
	top: -54px;
	left: -95px;
	width: 538px;
	height: 141px;
	background: url("../img/hover5.png") 0 0 no-repeat;
}

.b-title.t-7 {
	position: relative;
	width: 410px;
	margin-bottom: 20px;
}
.b-title.t-7:before {
	content: "";
	position: absolute;
	top: -18px;
	right: -22px;
	width: 30px;
	height: 35px;
	background: url("../img/page_ico1.png") 0 0 no-repeat;
}
	.b-title.t-7 h2 {
		font-size: 26px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
	}
	.b-title.t-7 h3 {
		margin-top: 6px;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		line-height: 1.2;
		text-transform: uppercase;
	}

.b-el.t-1 {
	position: absolute;
}
.t-theme_main .b-el.t-1 {
	/*top: 389px;
	left: 568px;
	width: 150px;
	height: 190px;
	background: url("../img/themes/lp_el1.png") 0 0 no-repeat;
	-moz-animation: tranform-bg1 0.5s steps(3) infinite;
	-webkit-animation: tranform-bg1 0.5s steps(3) infinite;
	animation: tranform-bg1 0.5s steps(3) infinite;*/
	display: none;
}
.t-theme_holiday .b-el.t-1 {
	top: 106px;
	left: 317px;
	width: 331px;
	height: 442px;
	background: url("../img/themes/hl_el2.png") 0 0 no-repeat;
}
.t-theme_school .b-el.t-1 {
	display: none;
}
.t-theme_lesson .b-el.t-1 {
	top: 137px;
	left: 545px;
	width: 61px;
	height: 128px;
	background: url("../img/page_el12.png") 0 0 no-repeat;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
	z-index: 10;
}
.t-theme_newyear .b-el.t-1 {
	top: 0px;
	left: 50%;
	width: 2000px;
	height: 153px;
	margin-left: -1000px;
	background: url("../img/page_el15.png") 0 0 no-repeat;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}
.fm-cssanimations .t-theme_newyear .b-el.t-1 {
	z-index: 10;
	pointer-events: none;
}
.t-theme_holiday .b-el.t-1a {
	position: absolute;
	top: 302px;
	left: 50%;
	width: 1240px;
	height: 230px;
	margin-left: -1000px;
	background: url("../img/themes/hl_el1.png") 0 0 no-repeat;
	-moz-animation: tranform-bg5 0.6s steps(3) infinite;
	-webkit-animation: tranform-bg5 0.6s steps(3) infinite;
	animation: tranform-bg5 0.6s steps(3) infinite;
}
.t-theme_school .b-el.t-1a {
	position: absolute;
	top: 180px;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: 363px;
	background: url("../img/page_el1c.png") 0 100% no-repeat;
	-moz-animation: tranform-an1 6s steps(1);
	-webkit-animation: tranform-an1 6s steps(1);
	animation: tranform-an1 6s steps(1);
}
.t-theme_school .b-el.t-1b {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 288px;
	height: 161px;
	margin-left: -900px;
	background: url("../img/page_el1d.png") 0 0 no-repeat;
	-moz-animation: tranform-pos4 0.4s infinite, tranform-pos6 5s;
	-webkit-animation: tranform-pos4 0.4s infinite, tranform-pos6 5s;
	animation: tranform-pos4 0.4s infinite, tranform-pos6 5s;
	z-index: 1;
}
.t-theme_school .b-el.t-1c {
	position: absolute;
	top: 240px;
	left: 50%;
	width: 60px;
	height: 50px;
	margin-left: -950px;
	background: url("../img/page_el1d_2.png") 0 0 no-repeat;
	-moz-animation: tranform-pos5 0.6s infinite, tranform-pos6 5s;
	-webkit-animation: tranform-pos5 0.6s infinite, tranform-pos6 5s;
	animation: tranform-pos5 0.6s infinite, tranform-pos6 5s;
}
.t-theme_lesson .b-el.t-1a {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 16px;
	height: 100px;
	margin-left: 655px;
	background: url("../img/page_el14.png") 0 20px no-repeat;
}
.t-theme_lesson .b-el.t-1b {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 16px;
	height: 100px;
	margin-left: 655px;
	background: url("../img/page_el13.png") 0 8px no-repeat;
}
.b-el.t-1d {
	display: none;
}
.t-theme_lesson .b-el.t-1d {
	position: absolute;
	top: 264px;
	left: 50%;
	margin-left: 76px;
	background: url("../img/block_bg27.png") 0 0 no-repeat;
	display: block;
}
.t-theme_newyear .b-el.t-1a {
	position: absolute;
	top: 36px;
	left: 50%;
	width: 374px;
	height: 360px;
	margin-left: -574px;
	background: url("../img/page_el16.png") 0 0 no-repeat;
	opacity: 0;
	z-index: 60;
	-moz-animation: tranform-bg0 2s steps(2) infinite;
	-webkit-animation: tranform-bg0 2s steps(2) infinite;
	animation: tranform-bg0 2s steps(2) infinite;
}
.t-theme_newyear.f-ready_logo .b-el.t-1a {
	opacity: 1;
	-o-transition: opacity 1s 0.6s;
	-moz-transition: opacity 1s 0.6s;
	-webkit-transition: opacity 1s 0.6s;
	transition: opacity 1s 0.6s;
}
.t-theme_newyear .b-el.t-1b {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 590px;
	background: url("../img/page_el17a.png") 0 0 repeat;
	-moz-animation: tranform-bg6 40s linear infinite;
	-webkit-animation: tranform-bg6 40s linear infinite;
	animation: tranform-bg6 40s linear infinite;
}
.t-theme_newyear .b-el.t-1c {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 590px;
	background: url("../img/page_el17b.png") 0 0 repeat;
	-moz-animation: tranform-bg6 30s linear infinite;
	-webkit-animation: tranform-bg6 30s linear infinite;
	animation: tranform-bg6 30s linear infinite;
}
.fm-cssanimations .t-theme_newyear .b-el.t-1c {
	z-index: 60;
	pointer-events: none;
}
.t-temp .b-el.t-1, .t-temp .b-el.t-1a, .t-temp .b-el.t-1b, .t-temp .b-el.t-1c, .t-temp .b-el.t-1d {
	display: none;
}

.b-el.t-2 {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 1000px;
	height: 360px;
	margin-top: -150px;
	margin-left: -500px;
	background: rgba(255,255,255,0.3);
	-o-transform: matrix(1, -0.02, -0.1, 1, 0, 0);
	-ms-transform: matrix(1, -0.02, -0.1, 1, 0, 0);
	-moz-transform: matrix(1, -0.02, -0.1, 1, 0, 0);
	-webkit-transform: matrix(1, -0.02, -0.1, 1, 0, 0);
	transform: matrix(1, -0.02, -0.1, 1, 0, 0);
}

.b-el.t-3 {
	position: absolute;
	top: -360px;
	left: -80px;
	width: 414px;
	height: 414px;
	background: url("../img/page_el3.png") 0 0 no-repeat;
}

.b-el.t-4 {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 556px;
	height: 162px;
	margin-left: -600px;
	background: url("../img/page_el5.png") 0 0 no-repeat;
	-moz-animation: tranform-pos1 30s linear infinite;
	-webkit-animation: tranform-pos1 30s linear infinite;
	animation: tranform-pos1 30s linear infinite;
}

.b-el.t-5 {
	position: absolute;
	display: none;
	top: 220px;
	left: 50%;
	width: 802px;
	height: 154px;
	margin-left: -900px;
	background: url("../img/page_el4.png") 0 0 no-repeat;
	-moz-animation: tranform-pos1 40s linear infinite;
	-webkit-animation: tranform-pos1 40s linear infinite;
	animation: tranform-pos1 40s linear infinite;
}

.b-el.t-6 {
	position: absolute;
	top: -63px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/page_el6.png") 50% 0 no-repeat;
}

.b-el.t-7 {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 300px;
	height: 415px;
	margin-left: -930px;
	background: url("../img/page_el7.png") 50% 0 no-repeat;
	-o-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

.b-el.t-8 {
	position: absolute;
	top: 270px;
	left: 50%;
	width: 340px;
	height: 345px;
	margin-left: 700px;
	background: url("../img/page_el8.png") 50% 0 no-repeat;
	-o-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	transition: top 0.3s;
}

.b-el.t-9 {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 1100px;
	height: 390px;
	margin-left: -580px;
	background: url("../img/page_el9.png") 0 0 no-repeat;
}

.b-el.t-10 {
	position: absolute;
	top: -37px;
	left: 50%;
	width: 660px;
	height: 160px;
	margin-left: -620px;
	background: url("../img/page_el10.png") 0 0 no-repeat;
}

.b-el.t-11 {
	position: absolute;
	top: -430px;
	left: -80px;
	width: 311px;
	height: 560px;
	background: url("../img/block_bg8a2.png") 20px 20px no-repeat;
	z-index: 51;
}

.b-el.t-12 {
	position: absolute;
	top: 220px;
	left: 10%;
	width: 556px;
	height: 162px;
	background: url("../img/page_el5.png") 0 0 no-repeat;
	-moz-animation: tranform-pos2 40s linear infinite;
	-webkit-animation: tranform-pos2 40s linear infinite;
	animation: tranform-pos2 40s linear infinite;
}

.b-el.t-13 {
	position: absolute;
	top: 20px;
	left: 70%;
	width: 802px;
	height: 154px;
	background: url("../img/page_el4.png") 0 0 no-repeat;
	-moz-animation: tranform-pos3 40s linear infinite;
	-webkit-animation: tranform-pos3 40s linear infinite;
	animation: tranform-pos3 40s linear infinite;
}

.b-el.t-14 {
	position: absolute;
	top: 10px;
	left: 10%;
	width: 556px;
	height: 162px;
	margin-left: -700px;
	background: url("../img/page_el5.png") 0 0 no-repeat;
	-moz-animation: tranform-pos2 40s linear infinite;
	-webkit-animation: tranform-pos2 40s linear infinite;
	animation: tranform-pos2 40s linear infinite;
}

.b-el.t-15 {
	position: absolute;
	top: 0;
	right: 10%;
	width: 301px;
	height: 106px;
	background: url("../img/page_el11.png") 0 0 no-repeat;
}

.b-imgt {
}
	.b-imgt:hover img:first-child, .b-imgt img + img {
		display: none;
	}
	.b-imgt:hover img + img {
		display: inline;
	}

.b-promo_ico {
	position: absolute;
	right: 258px;
	bottom: -60px;
	width: 296px;
	height: 217px;
	background: url("../img/main/btn_start_2.png") 0 0 no-repeat;
}
	.b-promo_ico:hover {
		background-position: -296px 0;
	}
	.b-promo_ico img {
		display: none;
	}
	.b-promo_ico a {
		position: absolute;
		top: 0px;
		left: 0;
		right: 0px;
		bottom: 0px;
	}

.b-line.t-1 {
	border-top: 2px solid #dadada;
}

.b-list.t-2 {
    position: relative;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 16px;
}
	.b-list.t-2 .bl-title {
		margin-right: 10px;
	}
	.b-list.t-2a .bl-title {
		margin-right: 0;
		margin-bottom: 20px;
		display: block;
	}
	.b-list.t-2 .bl-item {
		display: inline-block;
		vertical-align: middle;
	}
	.b-list.t-2 .bl-item + .bl-item {
		margin-left: 10px;
	}

.b-bubble.t-1 {
	position: relative;
	width: 0px;
	margin: auto;
	z-index: 10;
}
	.b-bubble.t-1 .bb-holder {
		position: absolute;
		top: 20px;
		left: -200px;
		width: 328px;
		padding: 30px;
		background: #fff;
		border: 6px solid #6bb82c;
		-moz-box-shadow: 6px 10px 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 6px 10px 0 0 rgba(0,0,0,0.2);
		box-shadow: 6px 10px 0 0 rgba(0,0,0,0.2);
		display: none;
	}
	.b-bubble.t-1.f-active .bb-holder {
		display: block;
	}
	.b-bubble.t-1 .bb-holder:before {
		content: "";
		position: absolute;
		top: -15px;
		left: 50%;
		margin-left: -10px;
		border-bottom: 10px solid #6bb82c;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.b-bubble.t-1 .bb-holder:after {
		content: "";
		position: absolute;
		top: -7px;
		left: 50%;
		margin-left: -10px;
		border-bottom: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

.b-slider.t-2 {
	position: relative;
}
	.b-slider.t-2 .bs-holder {
		position: relative;
		margin-right: 190px;
	}
	.b-slider.t-2.s-1 .bs-holder {
		height: 400px;
	}
	.b-slider.t-2 .bs-item {
		position: relative;
	}
	.b-slider.t-2 .bs-item + .bs-item {
		display: none;
	}
		.b-slider.t-2 .bs-item img {
			margin: auto;
			display: block;
		}
	.b-slider.t-2 .gslider {
		position: relative;
		height: 100%;
	}
	.b-slider.t-2 .gslider-point.t-outer {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 170px;
	}
		.b-slider.t-2 .gslider-point-item {
			position: relative;
			overflow: hidden;
			text-align: center;
			display: block;
		}
		.b-slider.t-2.s-1 .gslider-point-item {
			height: 118px;
		}
		.b-slider.t-2 .gslider-point-item.active:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			border: 4px solid #ff7a2a;
		}
		.b-slider.t-2 .gslider-point-item + .gslider-point-item {
			margin-top: 20px;
		}
	.b-slider.t-2 .gslider.t-inner,
	.b-slider.t-2 .gslider.t-inner .gslider-holder {
		position: static !important;
	}
	.b-slider.t-2 .gslider-point.t-inner {
		position: absolute;
		top: -50px;
		right: 0;
		height: auto !important;
	}
	.b-slider.t-2 .gslider-point.t-inner > .gslider-point-item {
		width: 20px;
		height: 20px;
		margin: 0 10px;
		background: #aaa;
		background: rgba(78,78,78,0.3);
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden;
		text-indent: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.b-slider.t-2 .gslider-point.t-inner > .gslider-point-item:hover {
		margin: 0 7px;
		border: 3px solid #ff5228;
	}
	.b-slider.t-2 .gslider-point.t-inner > .gslider-point-item.active {
		width: 26px;
		height: 26px;
		margin: 0 4px;
		background: #e45f3f;
		border: 3px solid #fff;
		-moz-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
		box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
	}
	.b-slider.t-2 .gslider-point.t-inner > .gslider-point-item.active:after {
		display: none;
	}

.c-title.t-t2 {
}
	.c-title.t-t2 .ct-h1 {
		font-size: 24px;
		font-weight: 800;
	}
	.c-title.t-t2 .ct-h2 {
		font-size: 22px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.c-title.t-t2 .ct-h3 {
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.c-title.t-t2 .ct-h4 {
		font-size: 18px;
	}

.c-block.t-b10 {
	padding: 40px 40px 40px;
	background: #fff39f;
}
.c-block.t-b10a {
	margin-right: -40px;
	margin-bottom: -40px;
	margin-left: -40px;
}




.c-block, .c-list, .c-detail {
	position: relative;
}
	.c-block p:first-child, .c-list p:first-child {
		margin-top: 0;
	}
	.c-block p:last-child, .c-list p:last-child {
		margin-bottom: 0;
	}

.c-block.t-1a {
	margin-left: -2px;
	margin-right: -2px;
	padding: 30px 42px 40px;
	background: #508a94 url("../img/block_bg10a.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.c-block.t-1b {
	padding: 30px 36px 40px;
	background: #5ca68b url("../img/block_bg10b.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.c-block.t-1c {
	padding: 30px 36px 40px;
	background: #bf5e3c url("../img/block_bg10c.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.c-block.t-1d {
	padding: 30px 36px 40px;
	background: #a16278 url("../img/block_bg10d.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.c-block.t-1e {
	padding: 30px 36px 40px;
	background: #ececec url("../img/block_bg10e.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.c-block.t-1f {
	padding: 30px 36px 40px;
	background: #f66a20 url("../img/block_bg10f.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
}
	.c-block.t-1 .cb-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #fff;
		text-transform: uppercase;
	}
	.c-block.t-1e .cb-title {
		color: #000;
	}
		.c-block.t-1 .cb-title h2 {
			font-size: 24px;
		}
		.c-block.t-1 .cb-title h3 {
			font-size: 18px;
		}
	.c-block.t-1 .cb-top-but {
		position: relative;
		height: 0;
		text-align: right;
		z-index: 2;
	}
		.c-block.t-1 .cb-top-but .i_pd1 {
			margin-top: -132px;
		}
		.fm-no-inlinesvg .c-block.t-1 .cb-top-but .i_pd1 {
			margin-top: -146px;
		}
		.c-block.t-1 .cb-top-but .button {
			margin-top: -20px;
			margin-right: 10px;
			vertical-align: top;
		}
	.c-block.t-1 .cb-bottom-but {
		margin-top: 15px;
		background: url("../img/block_bg24.png") 50% 50% no-repeat;
		text-align: center;
	}
	.c-block.t-1 .cb-image, .c-block.t-1 .cb-video {
		position: relative;
	}
	.c-block.t-1 .cb-video > *:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 56px;
		height: 56px;
		margin: -28px 0 0 -28px;
		background: url("../img/page_ico10.png") 0 0 no-repeat;
	}
	.c-block.t-1 .cb-video:hover > *:after {
		opacity: 0.8;
	}
	.c-block.t-1aa .cb-image:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 11px;
		background: url("../img/block_bg23.png") 0 0 repeat-x;
	}
		.c-block.t-1 .cb-image img, .c-block.t-1 .cb-video img {
			max-width: 100%;
			margin: 0 auto;
			display: block;
		}
	.c-block.t-1 .cb-name {
		position: relative;
		max-width: 70%;
		margin: -50px 0 0 -10px;
		padding: 18px;
		background: #e64000;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
	}
		.c-block.t-1 .cb-name a {
			color: inherit;
		}
	.c-block.t-1 .cb-select {
		margin-top: 30px;
	}
	.c-block.t-1a .cb-item + .cb-item {
		display: none;
	}
	.c-block.t-1a .nslider-container .cb-item + .cb-item {
		display: block;
	}
	.c-block.t-1a .nslider-title {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 220px;
		margin: auto;
		padding: 20px 80px 50px;
		background: #e64000;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		font-size: 18px;
		color: #fff;
		line-height: 1.2;
		text-transform: uppercase;
		z-index: 1;
	}
	.c-block.t-1a .nslider-point {
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		width: 300px;
		margin: auto;
		text-align: center;
		z-index: 1;
	}
		.c-block.t-1a .nslider-point a {
			position: relative;
			width: 24px;
			height: 22px;
			background: url("../img/nslider_dot3.png") -24px 0 no-repeat;
			margin: 0 4px;
			font-size: 0;
			display: inline-block;
			vertical-align: top;
		}
		.c-block.t-1a .nslider-point a:hover {
			background-position: 100% 0;
		}
		.c-block.t-1a .nslider-point a.active {
			background-position: 0 0;
		}
	.c-block.t-1a .nslider-point.nslider-point-dline {
		bottom: -6px;
	}
	.c-block.t-1a .nslider-nav {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 300px;
		margin: auto;
		z-index: 2;
	}
		.c-block.t-1a .nslider-nav-prev, .c-block.t-1a .nslider-nav-next {
			position: absolute;
			top: -70px;
			width: 44px;
			height: 40px;
			background: url("../img/nslider_nav3.png") 0 0 no-repeat;
			font-size: 0;
			display: block;
		}
		.c-block.t-1a .nslider-nav-prev {
			left: -25px;
			background-position: 0 0;
		}
		.c-block.t-1a .nslider-nav-prev:hover {
			background-position: 0 100%;
		}
		.c-block.t-1a .nslider-nav-prev.disabled {
			background-position: 0 -40px;
		}
		.c-block.t-1a .nslider-nav-next {
			right: -25px;
			background-position: 100% 0;
		}
		.c-block.t-1a .nslider-nav-next:hover {
			background-position: 100% 100%;
		}
		.c-block.t-1a .nslider-nav-next.disabled {
			background-position: 100% -40px;
		}
	.c-block.t-1d .nslider-nav-prev, .c-block.t-1d .nslider-nav-next {
		position: absolute;
		top: 50%;
		width: 80px;
		height: 60px;
		margin-top: -50px;
		background: url("../img/nslider_nav2.png") 0 0 no-repeat;
		font-size: 0;
		display: block;
	}
	.c-block.t-1d .nslider-nav-prev {
		left: 10px;
		background-position: 0 0;
	}
	.c-block.t-1d .nslider-nav-prev:hover {
		background-position: 0 100%;
	}
	.c-block.t-1d .nslider-nav-next {
		right: 10px;
		background-position: 100% 0;
	}
	.c-block.t-1d .nslider-nav-next:hover {
		background-position: 100% 100%;
	}

.c-block.t-2 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px 30px 40px;
	background: #6da5c6;
}
.c-block.t-2:after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	height: 4px;
	background: url("../img/block_br3.png") 0 0 repeat-x;
}
	.c-block.t-2 .cb-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #fff;
		text-transform: uppercase;
	}
		.c-block.t-2 .cb-title h2 {
			font-size: 24px;
		}
		.c-block.t-2 .cb-title h3 {
			font-size: 18px;
		}
	.c-block.t-2 .cb-holder {
		margin: 0 -10px;
	}
	.c-block.t-2 .cb-item {
		position: relative;
		width: 49%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
		.c-block.t-2 .cb-item-image {
			position: relative;
		}
		.c-block.t-2 .cb-item-image:before {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			width: 66px;
			height: 71px;
			background: url("../img/block_br2.png") 0 0 repeat-x;
			z-index: 1;
		}
		.c-block.t-2 .cb-item-image:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			height: 8px;
			background: url("../img/block_br1.png") 0 0 repeat-x;
		}
			.c-block.t-2 .cb-item-image img {
				max-width: 100%;
				display: block;
			}
		.c-block.t-2 .cb-item-name {
			position: relative;
			margin-top: 10px;
			height: 0;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-weight: 800;
			font-size: 18px;
			color: #fff;
			line-height: 1.2;
			text-transform: uppercase;
		}
		.c-block.t-2a .cb-item-name {
			position: absolute;
			left: 10px;
			right: 10px;
			top: 0;
			margin-top: 0;
		}
			.c-block.t-2 .cb-item-name > span {
				position: absolute;
				bottom: 0;
				left: -10px;
				max-width: 40%;
				padding: 10px;
				background: #e64000;
			}
			.c-block.t-2a .cb-item-name > span {
				position: relative;
				left: 0;
				max-width: none;
				height: 18px;
				padding: 18px 70px 18px 10px;
				display: block;
				overflow: hidden;
				white-space: nowrap;
				-o-text-overflow: ellipsis;
				-ms-text-overflow: ellipsis;
				-mos-text-overflow: ellipsis;
				-webkit-text-overflow: ellipsis;
				text-overflow: ellipsis;
			}
			.c-block.t-2 .cb-item:hover .cb-item-name > span {
				background: #ff680d;
			}

.c-block.t-3 {
}
	.c-block.t-3 .cb-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
	}
		.c-block.t-3 .cb-title .cbt-h {
			margin-bottom: 15px;
			font-size: 16px;
			color: #e64000;
		}
	.c-block.t-3 .cb-item {
		margin: 14px 0;
	}
	.c-block.t-3 .cb-item.t-right {
		font-weight: bold;
		color: #5fa800;
	}
	.c-block.t-3 .cb-item.t-wrong {
		color: #e70e0e;
	}
		.c-block.t-3 .cb-item.t-wrong * {
			text-decoration: line-through;
		}
	.c-block.t-3 .cb-item.t-not * {
		text-decoration: line-through;
	}
	.c-block.t-3 .cb-but {
		margin-top: 25px;
	}
	.c-block.t-3 .cb-item p {
		margin: 0;
	}
	.c-block.t-3 .cb-progress {
		max-width: 400px;
		margin: 0 0 5px;
		line-height: 15px;
	}
	.c-block.t-3 .cb-seek {
		position: relative;
		width: 0;
		height: 15px;
		background: #ff420b;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.c-block.t-3 .cbp-count {
		position: absolute;
		top: 0;
		left: 100%;
		margin-left: 10px;
		color: #ff420b;
	}

.c-block.t-4 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 40px 30px 40px;
	background: #f2eb94 url("../img/block_bg19.jpg") 50% 0 repeat;
}
	.c-block.t-4 .cb-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #cb2626;
		text-transform: uppercase;
	}
		.c-block.t-4 .cb-title h2 {
			font-size: 30px;
			text-shadow: -1px -1px 0 #fff, -2px -2px 0 #fff, -3px -3px 0 #fff, -4px -4px 0 #fff, -5px -5px 0 #fff, -6px -6px 1px #fff;
		}
	.c-block.t-4 .cb-item + .cb-item {
		margin-top: 30px;
	}
		.c-block.t-4 .cb-item-title {
			margin-bottom: 5px;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-weight: 800;
			font-size: 18px;
			text-transform: uppercase;
		}
		.c-block.t-4 .cb-item-text {
			margin-top: 5px;
		}

.c-block.t-5 {
}
	.c-block.t-5 .cb-title {
		position: relative;
		padding: 12px;
		background: #ff993a url("../img/block_bg12.png") 0 0 no-repeat;
		background-size: 100% 100%;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
	}
	.c-block.t-5 .cb-title:before {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -15px;
		border-top: 15px solid #ff993a;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		z-index: 1;
	}
	.c-block.t-5 .cb-subtitle {
		margin-bottom: 15px;
		text-align: center;
	}
	.c-block.t-5 .cb-holder {
		position: relative;
		padding: 20px 30px 40px;
	}
	.c-block.t-5 .cb-holder.t-1 {
		background: #ff5f3a url("../img/block_bg13.png") 0 100% no-repeat;
		background-size: 100% auto;
	}
	.c-block.t-5 .cb-holder.t-2 {
		background: #ed503d;
	}
	.c-block.t-5 .cb-holder.t-2:after {
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		right: 0;
		height: 7px;
		background: url("../img/block_bg14.png") 0 100% repeat-x;
		z-index: 1;
	}
	.c-block.t-5 .cb-holder.t-3 {
		padding: 25px 15px 20px;
		background: #fce67a;
	}
	.c-block.t-5 .cb-holder.t-3:after {
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		right: 0;
		height: 7px;
		background: url("../img/block_bg21.png") 0 100% repeat-x;
		z-index: 1;
	}
		.c-block.t-5 .cb-holder ul {
			line-height: 1.4;
		}
		.c-block.t-5 .cb-holder li {
			border: 2px solid transparent;
			padding: 0 3px;
			-moz-border-radius: 16px 18px 14px 12px;
			-webkit-border-radius: 16px 18px 14px 12px;
			border-radius: 16px 18px 14px 12px;
			display: inline-block;
		}
		.c-block.t-5 .cb-holder li.active {
			background: #ffe25c;
		}
		.c-block.t-5 .cb-holder li a {
			color: #fff7b9;
		}
		.c-block.t-5 .cb-holder li:hover {
			border-color: #ffe25c;
		}
		.c-block.t-5 .cb-holder li.active a {
			color: #df3824;
		}

.c-block.t-6 {
	width: 690px;
	margin-left: 210px;
}
	.c-block.t-6 .cb-bg {
		position: absolute;
		top: 30px;
		left: -165px;
		width: 180px;
		height: 278px;
		background: url("../img/block_bg15a.png") 0 0 no-repeat;
		z-index: 1;
	}
	.c-block.t-6 .cb-holder {
		position: relative;
		height: 305px;
		padding: 55px 70px 40px 90px;
		background: url("../img/block_bg15.png") 0 0 no-repeat;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.c-block.t-6 .cb-title {
		margin-bottom: 5px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
		text-shadow: 1px -1px 0 #e1ffaf, 2px -2px 0 #e1ffaf, 3px -3px 0 #e1ffaf, 4px -4px 0 #e1ffaf, 5px -5px 0 #e1ffaf, 6px -6px 1px #e1ffaf;
	}
		.c-block.t-6 .cb-title h2 {
			font-size: 28px;
		}
	.c-block.t-6 .cb-text {
		max-height: 8.7em;
		overflow: hidden;
	}

.c-block.t-7 {
	width: 960px;
	height: 420px;
	margin: -30px auto 0;
	padding: 45px 50px 50px 50px;
	background: url("../img/block_bg16.png") 0 0 no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	.c-block.t-7 .cb-item {
		margin: 0 0 20px 140px;
	}
		.c-block.t-7 .cb-item-label {
			width: 125px;
			margin: 8px 0 0 -140px;
			float: left;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-weight: 800;
			font-size: 18px;
			color: #ffea5f;
			line-height: 1.1;
			text-transform: uppercase;
		}
	.c-block.t-7 .cb-item-input input, .c-block.t-7 .cb-item-input textarea {
		border: 0;
	}
	.c-block.t-7 .cb-item-input input {
		height: 35px;
	}
	.c-block.t-7 .cb-item-input textarea {
		height: 190px;
		resize: none;
	}
	.c-block.t-7 .cb-but {
		margin: 20px 0 0 140px;
	}

.c-block.t-8 {
	margin: 60px 0;
	padding: 40px;
	border: 3px solid #ff5f3a;
}
	.c-block.t-8 .cb-top {
		position: relative;
		margin: -65px 0 20px;
		text-align: center;
	}
	.c-block.t-8 .cb-bottom {
		position: relative;
		margin: 15px 0 -60px;
		text-align: center;
	}
	.c-block.t-8 .cb-title {
		position: relative;
		padding: 0 5px;
		background: #f5f5f5;
		display: inline-block;
	}
		.c-block.t-8 .cb-title .cbt-c1 {
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-size: 30px;
			font-weight: 800;
			color: #ff5f3a;
			text-transform: uppercase;
		}
		.c-block.t-8 .cb-title .cbt-c2 {
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-size: 24px;
			color: #939393;
		}
		.c-block.t-8 .cb-title .ico_but {
			position: absolute;
			right: -60px;
			top: 0;
		}
	.c-block.t-8 .cb-holder {
		position: relative;
	}
	.c-block.t-8 .cb-holder.close {
		height: 280px;
		overflow: hidden;
	}
	.c-block.t-8 .cb-holder.close:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
		background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		background: linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
	}
	.c-block.t-8 .cb-holder.close + .cb-bottom .button.t-5, .c-block.t-8 .cb-holder.open + .cb-bottom .button.t-4 {
		display: none;
	}

.c-block.t-9 {
}
	.c-block.t-9 .cb-title {
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
		text-shadow: 1px -1px 0 #ffe465, 2px -2px 0 #ffe465, 3px -3px 0 #ffe465, 4px -4px 0 #ffe465, 5px -5px 0 #ffe465, 6px -6px 1px #ffe465;
	}
		.c-block.t-9 .cb-title h2 {
			font-size: 36px;
		}
	.c-block.t-9 .cb-map {
		margin-left: -30px;
		margin-right: -30px;
	}
	.c-block.t-9 .cb-map-right {
		float: right;
		width: 390px;
	}
	.c-block.t-9 .cb-list.t-1 {
		margin-left: -1px;
		font-size: 18px;
	}
		.c-block.t-9 .cb-list.t-1 a {
			margin: 0 1px 2px;
			padding: 8px 10px;
			background: #ffd800;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			color: #000;
			display: inline-block;
			vertical-align: middle;
		}
		.c-block.t-9 .cb-list.t-1 a:hover {
			background: #fff900;
		}
		.c-block.t-9 .cb-list.t-1 a.active {
			background: #ff6e00;
			color: #fff;
		}
	.c-block.t-9 .cb-list.t-2 {
		margin-left: -5px;
		font-size: 14px;
	}
		.c-block.t-9 .cb-list.t-2 span {
			max-width: 110px;
			margin: 0 5px 2px;
			display: inline-block;
			vertical-align: top;
		}
	.c-block.t-9 .cb-list.t-3 {
		float: left;
		width: 540px;
	}
		.c-block.t-9 .cb-list.t-3 .cb-item {
			margin-bottom: 20px;
		}
		.c-block.t-9 .cb-list.t-3 .cb-item-title {
			font-size: 18px;
			font-weight: bold;
		}
			.c-block.t-9 .cb-list.t-3 .cb-item-title a {
				color: #eb4620;
			}
		.c-block.t-9 .cb-list.t-3 .cb-item-text {
			margin-top: 4px;
		}
	.c-block.t-9 .cb-search {
		padding-left: 15px;
		background: #dedede;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
		.c-block.t-9 .cbs-title {
			line-height: 39px;
			display: inline-block;
			vertical-align: middle;
		}
		.c-block.t-9 .cbs-holder {
			display: inline-block;
			vertical-align: middle;
		}

.c-block.t-10 {
}
	.c-block.t-10 .cb-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #cb2626;
		text-transform: uppercase;
	}
		.c-block.t-10.cb-title h2 {
			font-size: 30px;
		}

.c-block.t-11 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 27px;
	border: 3px solid #50a0be;
}

.c-list.t-1 {
	border-top: 3px solid #50a0be;
	border-bottom: 3px solid #50a0be;
}
	.c-list.t-1 .cl-title {
		position: relative;
		height: 0;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		font-size: 20px;
		color: #50a0be;
		text-transform: uppercase;
		text-align: center;
	}
		.c-list.t-1 .cl-title > div {
			margin-top: -0.8em;
			padding: 0 30px;
			background: #f5f5f5;
			display: inline-block;
			vertical-align: top;
		}
	.c-list.t-1 .cl-holder {
		margin-right: -20px;
		padding: 30px 0;
		font-size: 0;
	}
	.c-list.t-1 .cl-item {
		position: relative;
		width: 33%;
		min-height: 70px;
		margin: 15px 0;
		padding: 0 20px 0 65px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
	}
		.c-list.t-1 .cl-item-title {
			font-size: 18px;
			font-weight: bold;
			line-height: 1.2;
		}
			.c-list.t-1 .cl-item-title a {
				color: #d90707;
			}
			.c-list.t-1 .cl-item-title a:hover {
				color: #13668c;
				text-decoration: underline;
			}
		.c-list.t-1 .cl-item-data {
			color: #696969;
		}
		.c-list.t-1 .cl-item-ico {
			position: absolute;
			left: -10px;
			top: 0;
		}
	.c-list.t-1 .nslider-nav {
		position: absolute;
		top: -22px;
		left: 50%;
	}
		.c-list.t-1 .nslider-nav-prev, .c-list.t-1 .nslider-nav-next {
			position: absolute;
			top: 10px;
			width: 44px;
			height: 22px;
			background: #f5f5f5 url("../img/nslider_nav6.png") 0 0 no-repeat;
			font-size: 0;
			display: block;
		}
		.c-list.t-1 .nslider-nav-prev {
			left: -300px;
			border-left: 5px solid #f5f5f5;
			background-position: 0 0;
		}
		/*.c-list.t-1 .nslider-nav-prev:hover {
			background-position: 0 100%;
		}*/
		.c-list.t-1 .nslider-nav-prev.disabled {
			background-position: 0 -22px;
		}
		.c-list.t-1 .nslider-nav-next {
			right: -300px;
			border-right: 5px solid #f5f5f5;
			background-position: 100% 0;
		}
		/*.c-list.t-1 .nslider-nav-next:hover {
			background-position: 100% 100%;
		}*/
		.c-list.t-1 .nslider-nav-next.disabled {
			background-position: 100% -22px;
		}

.c-list.t-2 {
}
	.c-list.t-2 .cl-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
	}
		.c-list.t-2 .cl-title h2 {
			font-size: 24px;
			color: #b5b5b5;
		}
		.c-list.t-2 .cl-title a {
			border-bottom-style: dotted;
			border-bottom-width: 2px;
			color: #50ae0b;
		}
		.c-list.t-2 .cl-title a:hover {
			color: #ed503d;
		}
		.c-list.t-2 .cl-title a.active {
			border-bottom: 0;
			font-size: 28px;
			color: #000;
			text-transform: uppercase;
		}
	.c-list.t-2 .cl-item {
		margin-left: 150px;
	}
	.c-list.t-2 .cl-item + .cl-item {
		margin-top: 40px;
	}
		.c-list.t-2 .cl-item-image {
			position: relative;
			width: 122px;
			height: 124px;
			background: #fe8744 url("../img/block_bg11.jpg") 0 0 no-repeat;
			float: left;
			margin-left: -150px;
		}
			.c-list.t-2 .cl-item-image .cli-h {
				width: 107px;
				height: 103px;
				margin: 12px 0 0 6px;
				overflow: hidden;
				display: block;
			}
			.c-list.t-2 .cl-item-image img {
				max-width: 100%;
				display: block;
			}
			.c-list.t-2 .cl-item-image .ico_but {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
			}
		.c-list.t-2 .cl-item-title {
			margin-bottom: 5px;
			font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
			font-weight: 800;
			font-size: 18px;
		}
			.c-list.t-2 .cl-item-title a {
				color: #eb4620;
			}
			.c-list.t-2 .cl-item-title a:hover {
				color: #13668c;
				text-decoration: underline;
			}
		.c-list.t-2 .cl-item-text {
			margin-top: 5px;
		}
	.c-list.t-2 .cl-sep {
		height: 0;
		margin: 40px 0;
		border-top: 1px solid #3a9ec8;
		font-size: 14px;
		font-weight: bold;
		color: #3a9ec8;
		line-height: 1;
	}
	/*.c-list.t-2 .cl-sep:first-child {
		margin-top: -40px;
		margin-left: 145px;
	}*/
		.c-list.t-2 .cl-sep > span {
			margin-top: -0.6em;
			margin-left: 145px;
			padding: 0 5px;
			background: #f5f5f5;
			display: inline-block;
			vertical-align: top;
		}
		/*.c-list.t-2 .cl-sep:first-child > span {
			margin-left: 0;
		}*/
	.c-list.t-2 .cl-but {
		margin: 40px 0 0 150px;
	}
		.c-list.t-2 .cl-but .t-2d {
			margin-left: -30px;
		}

.c-list.t-3 {
}
	.c-list.t-3 .cl-title {
		margin-bottom: 25px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
	}
		.c-list.t-3 .cl-title h1 {
			font-size: 30px;
			text-shadow: 1px -1px 0 #ffda0a, 2px -2px 0 #ffda0a, 3px -3px 0 #ffda0a, 4px -4px 0 #ffda0a, 5px -5px 0 #ffda0a, 6px -6px 1px #ffda0a;
		}
	.c-list.t-3 .cl-item {
		position: relative;
		background: #fff;
		border: 5px solid #ff5f3a;
		cursor: pointer;
	}
	.c-list.t-3 .cl-item + .cl-item {
		margin-top: 20px;
	}
	.c-list.t-3 .cl-item:nth-child(2n+2) {
		border-color: #ffd33a;
	}
	.c-list.t-3 .cl-item:nth-child(3n+2) {
		border-color: #f7941d;
	}
	.c-list.t-3 .cell:nth-child(even) .cl-item {
		border-color: #f7941d;
	}
	.c-list.t-3 .cell:nth-child(even) .cl-item:nth-child(2n+2) {
		border-color: #ff5f3a;
	}
	.c-list.t-3 .cell:nth-child(even) .cl-item:nth-child(3n+2) {
		border-color: #ffd33a;
	}
	.c-list.t-3 .cl-item:hover {
		border-color: #ffff00 !important;
	}
		.c-list.t-3 .cl-item-image {
			max-height: 300px;
			overflow: hidden;
		}
			.c-list.t-3 .cl-item-image > img {
				width: 100%;
				display: block;
			}
		.c-list.t-3 .cl-item-holder {
			padding: 20px;
		}
		.c-list.t-3 .cl-item-title {
			font-size: 18px;
			font-weight: bold;
		}
			.c-list.t-3 .cl-item-title > a {
				color: inherit;
			}
			.c-list.t-3 .cl-item:hover .cl-item-title > a {
				color: #d11d1d;
				text-decoration: underline;
			}
		.c-list.t-3 .cl-item-info {
			margin: 2px 0 0;
			font-size: 16px;
			color: #d32c06;
		}
		.c-list.t-3 .cl-item-text {
			margin: 8px 0 0;
			font-size: 14px;
		}
	.c-list.t-3 .cl-but {
		background: url("../img/block_bg17.png") 50% 50% no-repeat;
	}
		.c-list.t-3 .cl-but .button {
			margin-left: 320px;
		}

.c-list.t-4 {
}
	.c-list.t-4 .cl-title {
		margin-bottom: 10px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
	}
		.c-list.t-4 .cl-title h1 {
			font-size: 30px;
			text-shadow: 1px -1px 0 #ffda0a, 2px -2px 0 #ffda0a, 3px -3px 0 #ffda0a, 4px -4px 0 #ffda0a, 5px -5px 0 #ffda0a, 6px -6px 1px #ffda0a;
		}
		.c-list.t-4 .cl-title img {
			display: block;
		}
	.c-list.t-4 .cl-subtitle {
		margin-bottom: 10px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		text-transform: uppercase;
	}
		.c-list.t-4 .cl-subtitle h1 {
			font-size: 24px;
		}
	.c-list.t-4 .cl-item {
		position: relative;
		padding: 30px 20px 30px 110px;
		background: url("../img/list_bg1.png") 0 0 no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
	}
	.c-list.t-4 .cl-item:hover {
		background: url("../img/list_bg1_h.png") 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.fm-no-opacity .c-list.t-4 .cl-item {
		background: #fff568;
	}
	.c-list.t-4 .cl-item + .cl-item {
		margin-top: 15px;
	}
		.c-list.t-4 .cl-item-ico {
			position: absolute;
			top: 50%;
			left: 10px;
			height: 0;
		}
		.c-list.t-4 .cl-item-ico .i_cn1 {
			margin-top: -45px;
		}
		.c-list.t-4 .cl-item-ico .i_cn2 {
			margin-top: -50px;
		}
		.c-list.t-4 .cl-item-ico .i_cn3 {
			margin-top: -30px;
		}
		.c-list.t-4 .cl-item-title a {
			color: #000;
		}
		.c-list.t-4 .cl-item:hover .cl-item-title a {
			color: #e72b2b;
			text-decoration: underline;
		}

.c-list.t-5 {
	padding: 60px 30px 40px;
	background: #f08f2e url("../img/list_bg3.jpg") 0 100% no-repeat;
	background-size: 100% auto;
}
	.c-list.t-5 .cl-title {
		width: 470px;
		height: 95px;
		margin: -103px auto 25px;
		padding: 18px 70px 20px 110px;
		background: url("../img/list_bg2.png") 0 0 no-repeat;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #fff;
		text-transform: uppercase;
	}
		.c-list.t-5 .cl-title h2 {
			font-size: 26px;
			text-shadow: 4px 4px 0 rgba(0,0,0,0.3);
		}
	.c-list.t-5 .cl-but {
		text-align: center;
	}

.c-list.t-6 {
	border-top: 3px solid #ff5f3a;
}
	.c-list.t-6 .cl-top {
		margin: -1.2em 0 20px;
		text-align: center;
	}
	.c-list.t-6 .cl-title {
		padding: 0 80px;
		background: #f5f5f5;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #ff5f3a;
		text-transform: uppercase;
		display: inline-block;
	}
		.c-list.t-6 .cl-title h2 {
			font-size: 26px;
		}
	.c-list.t-6 .cl-holder {
		margin: 0 -10px;
	}
	.c-list.t-6 .cl-item {
		width: 300px;
		margin: 0 10px 20px;
		background: #f26c32 url("../img/list_bg4a.jpg") 0 0 no-repeat;
		background-size: 100% 100%;
		display: inline-block;
	}
	.c-list.t-6 .cl-item:nth-child(2n+1) {
		background-image: url("../img/list_bg4b.jpg");
	}
	.c-list.t-6 .cl-item:nth-child(5n+1) {
		background-image: url("../img/list_bg4c.jpg");
	}
		.c-list.t-6 .cl-item-image {
			margin: 25px 20px;
			background: #fff;
			opacity: 0.9;
		}
			.c-list.t-6 .cl-item-image img {
				width: 100%;
				opacity: 1;
				display: block;
			}
			.c-list.t-6 .cl-item:hover .cl-item-image img {
				opacity: 0.8;
			}
	.c-list.t-6 .nslider-nav {
		position: absolute;
		top: -22px;
		left: 50%;
	}
		.c-list.t-6 .nslider-nav-prev, .c-list.t-6 .nslider-nav-next {
			position: absolute;
			top: 0;
			width: 60px;
			height: 40px;
			background: url("../img/nslider_nav5.png") 0 0 no-repeat;
			font-size: 0;
			display: block;
		}
		.c-list.t-6 .nslider-nav-prev {
			left: -120px;
			background-position: 0 0;
		}
		.c-list.t-6 .nslider-nav-prev:hover {
			background-position: 0 100%;
		}
		.c-list.t-6 .nslider-nav-prev.disabled {
			background-position: 0 -40px;
		}
		.c-list.t-6 .nslider-nav-next {
			right: -120px;
			background-position: 100% 0;
		}
		.c-list.t-6 .nslider-nav-next:hover {
			background-position: 100% 100%;
		}
		.c-list.t-6 .nslider-nav-next.disabled {
			background-position: 100% -40px;
		}

.c-list.t-7 {
	font-size: 18px;
}
	.c-list.t-7 .cl-item {
	}
		.c-list.t-7 .cl-item-title {
			margin: 5px -10px;
			padding: 2px 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color: #ff5f3a;
			display: inline-block;
			cursor: pointer;
		}
		.c-list.t-7 .cl-item-title:hover {
			background: #ffe800;
		}
			.c-list.t-7 .cl-item-title a {
				color: #ff5f3a;
			}
			.c-list.t-7 .cl-item-title:hover a {
				color: #0c96cf;
			}

.c-list.t-8 {
	margin: 0 -40px -40px;
	padding: 40px;
	background: #fff2a3;
}
	.c-list.t-8 .cl-title {
		margin: 0 0 20px;
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: 800;
		color: #000;
		text-transform: uppercase;
	}
		.c-list.t-8 .cl-title h2 {
			font-size: 24px;
		}
	.c-list.t-8 .cl-image {
		height: 400px;
		margin-right: 188px;
		background: url("../img/block_bg18.png") 0 0 repeat;
		overflow: hidden;
	}
		.c-list.t-8 .cl-image img {
			max-width: 100%;
			height: 100%;
			margin: 0 auto;
			display: block;
		}
	.c-list.t-8 .cl-holder {
		width: 168px;
		float: right;
	}
	.c-list.t-8 .cl-item {
		position: relative;
		width: 168px;
		height: 126px;
		overflow: hidden;
	}
	.c-list.t-8 .cl-item.active:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 5px solid #ff7a38;
	}
	.c-list.t-8 .cl-item + .cl-item {
		margin-top: 11px;
	}
		.c-list.t-8 .cl-item img {
			width: 100%;
			display: block;
		}
	.c-list.t-8 .nslider-point {
		position: absolute;
		top: 45px;
		right: 40px;
	}
		.c-list.t-8 .nslider-point a {
			position: relative;
			width: 20px;
			height: 21px;
			background: url("../img/nslider_dot5.png") 0 0 no-repeat;
			margin: 0 2px;
			font-size: 0;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-8 .nslider-point a:hover {
			background-position: -20px 0;
		}
		.c-list.t-8 .nslider-point a.active {
			background-position: 100% 0;
		}

.c-list.t-9 {
}
	.c-list.t-9 .cl-item {
	}
	.c-list.t-9 .cl-item + .cl-item {
		margin-top: 40px;
	}
	.c-list.t-9 .cl-item-title {
		font-size: 20px;
		font-weight: bold;
		color: #d90707;
	}
	.c-list.t-9 .cl-item-image {
		width: 140px;
		height: 180px;
		margin-right: 30px;
		padding: 10px;
		background: url("../img/list_bg5.png") 0 0 no-repeat;
		float: left;
	}
		.c-list.t-9 .cl-item-image img {
			width: 140px;
			height: 180px;
		}
	.c-list.t-9 .cl-item-text {
		margin-top: 10px;
	}
	.c-list.t-9 .cl-item-prop {
		margin-top: 15px;
	}
		.c-list.t-9 .cl-item-prop > * {
			display: inline-block;
			vertical-align: middle;
		}
	.c-list.t-9 .cl-item-link {
		font-size: 14px;
		color: #837e4b;
	}
		.c-list.t-9 .cl-item-link a {
			font-size: 18px;
			font-weight: bold;
			color: #ff4200;
		}
		.c-list.t-9 .cl-item-link a:hover {
			color: #13668c;
			text-decoration: underline;
		}
		.c-list.t-9 .cl-item-link .ico_but {
			margin-right: 10px;
		}

.c-list.t-10 {
	width: 941px;
	height: 571px;
	background: url("../img/block_bg25.png") 0 0 no-repeat;
}
.c-list.t-10:before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 12px;
	width: 143px;
	height: 104px;
	background: url("../img/block_bg25a.png") 0 0 no-repeat;
	z-index: 1;
}
.c-list.t-10:after {
	content: '';
	position: absolute;
	bottom: 22px;
	right: 18px;
	width: 106px;
	height: 89px;
	background: url("../img/block_bg25b.png") 0 0 no-repeat;
	z-index: 1;
}
	.c-list.t-10 .cl-item {
		position: relative;
		padding: 35px 40px 35px 60px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.c-list.t-10 .cl-item-left {
			width: 385px;
			height: 500px;
			float: left;
		}
		.c-list.t-10 .cl-item-right {
			width: 410px;
			height: 500px;
			float: right;
		}
		.c-list.t-10 .cl-item-but {
			position: relative;
			float: right;
			margin: -20px -40px -30px 0;
		}
	.c-list.t-10 img {
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
		display: block;
	}
	.c-list.t-10 h1,
	.c-list.t-10 h2,
	.c-list.t-10 h3,
	.c-list.t-10 h4 {
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
	.c-list.t-10 h2 {
		font-size: 20px;
	}
	.c-list.t-10 h3 {
		font-size: 18px;
	}
	.c-list.t-10 h4 {
		font-size: 16px;
	}
	.c-list.t-10 .nslider-nav {
	}
		.c-list.t-10 .nslider-nav-prev, .c-list.t-10 .nslider-nav-next {
			position: absolute;
			bottom: 30px;
			width: 50px;
			height: 40px;
			background: url("../img/nslider_nav7.png") 0 0 no-repeat;
			font-size: 0;
			display: block;
			z-index: 2;
		}
		.c-list.t-10 .nslider-nav-prev {
			left: 25px;
			background-position: 0 0;
		}
		.c-list.t-10 .nslider-nav-prev.disabled {
			background-position: 0 -40px;
		}
		.c-list.t-10 .nslider-nav-next {
			right: 25px;
			background-position: 100% 0;
		}
		.c-list.t-10 .nslider-nav-next.disabled {
			background-position: 100% -40px;
		}

.c-form.t-f1 {
	margin-bottom: -21px;
	padding-bottom: 1px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 18px;
}
	.cf-group.t-f1 {
	}
		.cf-group.t-f1 .cf-group-label {
			margin-bottom: 20px;
			font-size: 18px;
			font-weight: 800;
			text-transform: uppercase;
			display: block;
		}
	.cf-item.t-f1 {
		margin-bottom: 20px;
	}
	.cf-item.t-f1a {
		margin-bottom: 0;
	}
		.cf-item.t-f1 .cf-item-label {
			margin-bottom: 10px;
			color: #858585;
			display: block;
		}
		.cf-item.t-f1 .cf-item-holder {
		}
		.cf-item.t-f1 .cf-item-input {
			position: relative;
		}
		.cf-item.t-f1 .cf-item-input + .cf-item-input {
			margin-top: 20px;
		}
		.cf-item.t-f1 .cf-item-input.t-a {
			overflow: hidden;
		}
			.cf-item.t-f1 .cf-item-input.t-a .input {
				margin-right: -3px;
				float: left;
			}
		.cf-item.t-f1 .cf-item-input.t-ico {
			padding-right: 60px;
		}
		.cf-item.t-f1 .cf-item-error {
			margin-top: 5px;
			font-size: 0.9em;
			color: #f00;
		}
		.cf-item.t-f1 .cf-item-text {
			margin-top: 5px;
			font-size: 0.9em;
			font-style: italic;
			color: #666;
		}
	.cf-button.t-f1 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.c-form.t-f1 .cf-ico {
		width: 50px;
		height: 55px;
		margin-right: -65px;
		margin-left: 10px;
		line-height: 50px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}
	.c-form.t-f1 .input {
		max-width: 420px;
		font-size: 22px;
	}
	.c-form.t-f1 .textarea {
		font-size: 18px;
	}
	.c-form.t-f1 .i_calendar {
		cursor: pointer;
	}

.c-detail.t-1 {
}
	.c-detail.t-1 .cd-title {
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-weight: bold;
		color: #e94f2a;
	}
		.c-detail.t-1 .cd-title h1 {
			font-size: 30px;
		}
	.c-detail.t-1 .cd-info {
		font-family: "BlissPro", "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
		font-size: 18px;
		color: #707070;
	}
		.c-detail.t-1 .cd-info p {
			margin: 0;
		}
	.c-detail.t-1 .cd-text {
		font-size: 14px;
	}
	.c-detail.t-1 .cd-image img {
		border: 4px solid #ff9a22;
	}
.b-slider.t-1 .gslider-point {
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
}
.b-slider.t-1 .gslider-point-item.active {
    width: 26px;
    height: 26px;
    margin: 0 4px;
    background: #e45f3f;
    border: 3px solid #fff;
    -moz-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
}
.b-slider.t-1 .gslider-point-item {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: #aaa;
    background: rgba(78,78,78,0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    display: inline-block;
    vertical-align: middle;
}

#ajax-hero {
    font: 14px/1.3 "HelveticaNeueCyr", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}
#ajax-hero .img_left {
    float: left;
    margin: 0 1em 0.5em 0;
}
#ajax-hero h1 {
    font-size: 1.5em;
}
#ajax-hero p {
    margin: 1em 0;
}


@-o-keyframes tranform-bg0 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 200%;
	}
}
@-moz-keyframes tranform-bg0 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 200%;
	}
}
@-webkit-keyframes tranform-bg0 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 200%;
	}
}
@keyframes tranform-bg0 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 200%;
	}
}

@-o-keyframes tranform-bg1 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -450px 0;
	}
}
@-moz-keyframes tranform-bg1 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -450px 0;
	}
}
@-webkit-keyframes tranform-bg1 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -450px 0;
	}
}
@keyframes tranform-bg1 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -450px 0;
	}
}

@-o-keyframes tranform-bg2 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -480px 0;
	}
}
@-moz-keyframes tranform-bg2 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -480px 0;
	}
}
@-webkit-keyframes tranform-bg2 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -480px 0;
	}
}
@keyframes tranform-bg2 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -480px 0;
	}
}

@-o-keyframes tranform-bg3 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2250px 0;
	}
}
@-moz-keyframes tranform-bg3 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2250px 0;
	}
}
@-webkit-keyframes tranform-bg3 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2250px 0;
	}
}
@keyframes tranform-bg3 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2250px 0;
	}
}

@-o-keyframes tranform-bg4 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -13904px;
	}
}
@-moz-keyframes tranform-bg4 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -13904px;
	}
}
@-webkit-keyframes tranform-bg4 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -13904px;
	}
}
@keyframes tranform-bg4 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -13904px;
	}
}

@-o-keyframes tranform-bg5 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3720px 0;
	}
}
@-moz-keyframes tranform-bg5 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3720px 0;
	}
}
@-webkit-keyframes tranform-bg5 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3720px 0;
	}
}
@keyframes tranform-bg5 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -3720px 0;
	}
}

@-o-keyframes tranform-bg6 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 781px;
	}
}
@-moz-keyframes tranform-bg6 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 781px;
	}
}
@-webkit-keyframes tranform-bg6 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 781px;
	}
}
@keyframes tranform-bg6 {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 781px;
	}
}

@-o-keyframes tranform-pos1 {
	0% {
		left: 50%;
	}
	50% {
		left: 60%;
	}
	100% {
		left: 50%;
	}
}
@-moz-keyframes tranform-pos1 {
	0% {
		left: 50%;
	}
	50% {
		left: 60%;
	}
	100% {
		left: 50%;
	}
}
@-webkit-keyframes tranform-pos1 {
	0% {
		left: 50%;
	}
	50% {
		left: 60%;
	}
	100% {
		left: 50%;
	}
}
@keyframes tranform-pos1 {
	0% {
		left: 50%;
	}
	50% {
		left: 60%;
	}
	100% {
		left: 50%;
	}
}

@-o-keyframes tranform-pos2 {
	0% {
		left: 10%;
	}
	50% {
		left: 20%;
	}
	100% {
		left: 10%;
	}
}
@-moz-keyframes tranform-pos2 {
	0% {
		left: 10%;
	}
	50% {
		left: 20%;
	}
	100% {
		left: 10%;
	}
}
@-webkit-keyframes tranform-pos2 {
	0% {
		left: 10%;
	}
	50% {
		left: 20%;
	}
	100% {
		left: 10%;
	}
}
@keyframes tranform-pos2 {
	0% {
		left: 10%;
	}
	50% {
		left: 20%;
	}
	100% {
		left: 10%;
	}
}

@-o-keyframes tranform-pos3 {
	0% {
		left: 60%;
	}
	50% {
		left: 75%;
	}
	100% {
		left: 60%;
	}
}
@-moz-keyframes tranform-pos3 {
	0% {
		left: 60%;
	}
	50% {
		left: 75%;
	}
	100% {
		left: 60%;
	}
}
@-webkit-keyframes tranform-pos3 {
	0% {
		left: 60%;
	}
	50% {
		left: 75%;
	}
	100% {
		left: 60%;
	}
}
@keyframes tranform-pos3 {
	0% {
		left: 60%;
	}
	50% {
		left: 75%;
	}
	100% {
		left: 60%;
	}
}

@-o-keyframes tranform-opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes tranform-opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes tranform-opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes tranform-opacity {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes tranform-opacity2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes tranform-opacity2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes tranform-opacity2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes tranform-opacity2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes tranform-an1 {
	0% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	12.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	25% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	37.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	50% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	62.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	75% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	87.5% {
		top: 180px;
		background-position: 0 100%;
		opacity: 1;
	}
}
@-moz-keyframes tranform-an1 {
	0% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	12.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	25% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	37.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	50% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	62.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	75% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	87.5% {
		top: 180px;
		background-position: 0 100%;
		opacity: 1;
	}
}
@-webkit-keyframes tranform-an1 {
	0% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	12.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	25% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	37.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	50% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	62.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	75% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	87.5% {
		top: 180px;
		background-position: 0 100%;
		opacity: 1;
	}
}
@keyframes tranform-an1 {
	0% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	12.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	25% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	37.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	50% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	62.5% {
		top: 83px;
		background-position: 0 0;
		opacity: 1;
	}
	75% {
		top: 83px;
		background-position: 0 0;
		opacity: 0;
	}
	87.5% {
		top: 180px;
		background-position: 0 100%;
		opacity: 1;
	}
}

@-o-keyframes tranform-pos4 {
	0% {
		margin-top: 0px;
		margin-left: -900px;
	}
	25% {
		margin-top: -2px;
		margin-left: -900px;
	}
	50% {
		margin-top: 0px;
		margin-left: -903px;
	}
	75% {
		margin-top: -2px;
		margin-left: -900px;
	}
}
@-moz-keyframes tranform-pos4 {
	0% {
		margin-top: 0px;
		margin-left: -900px;
	}
	25% {
		margin-top: -2px;
		margin-left: -900px;
	}
	50% {
		margin-top: 0px;
		margin-left: -903px;
	}
	75% {
		margin-top: -2px;
		margin-left: -900px;
	}
}
@-webkit-keyframes tranform-pos4 {
	0% {
		margin-top: 0px;
		margin-left: -900px;
	}
	25% {
		margin-top: -2px;
		margin-left: -900px;
	}
	50% {
		margin-top: 0px;
		margin-left: -903px;
	}
	75% {
		margin-top: -2px;
		margin-left: -900px;
	}
}
@keyframes tranform-pos4 {
	0% {
		margin-top: 0px;
		margin-left: -900px;
	}
	25% {
		margin-top: -2px;
		margin-left: -900px;
	}
	50% {
		margin-top: 0px;
		margin-left: -903px;
	}
	75% {
		margin-top: -2px;
		margin-left: -900px;
	}
}

@-o-keyframes tranform-pos5 {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	100% {
		margin-top: -10px;
		opacity: 0;
	}
}
@-moz-keyframes tranform-pos5 {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	100% {
		margin-top: -10px;
		opacity: 0;
	}
}
@-webkit-keyframes tranform-pos5 {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	100% {
		margin-top: -10px;
		opacity: 0;
	}
}
@keyframes tranform-pos5 {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	100% {
		margin-top: -10px;
		opacity: 0;
	}
}

@-o-keyframes tranform-pos6 {
	0% {
		margin-top: 100px;
		left: 30%;
	}
	100% {
		margin-top: 0px;
		left: 50%;
	}
}
@-moz-keyframes tranform-pos6 {
	0% {
		margin-top: 100px;
		left: 30%;
	}
	100% {
		margin-top: 0px;
		left: 50%;
	}
}
@-webkit-keyframes tranform-pos6 {
	0% {
		margin-top: 100px;
		left: 30%;
	}
	100% {
		margin-top: 0px;
		left: 50%;
	}
}
@keyframes tranform-pos6 {
	0% {
		margin-top: 100px;
		left: 30%;
	}
	100% {
		margin-top: 0px;
		left: 50%;
	}
}

.c-detail.t-d1 {
	font-family: "Helvetica", "Arial", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	text-align: justify;
}
	.c-detail.t-d1 > *:first-child {
		margin-top: 0 !important;
	}
	.c-detail.t-d1 > *:last-child {
		margin-bottom: 0 !important;
	}
	.c-detail.t-d1 h1,
	.c-detail.t-d1 h2,
	.c-detail.t-d1 h3,
	.c-detail.t-d1 h4,
	.c-detail.t-d1 h5,
	.c-detail.t-d1 h6 {
		margin: 0 0 20px;
		font-family: "BlissPro", "Myriad Pro", "Helvetica", "Arial", sans-serif !important;
		font-weight: 800;
		color: inherit;
		line-height: 1.2 !important;
		display: block;
	}
	.c-detail.t-d1 h1 {
		font-size: 30px !important;
		text-transform: uppercase;
	}
	.c-detail.t-d1a h1 {
		text-transform: none;
		color: #e94f2a;
	}
	.c-detail.t-d1 h2 {
		font-size: 24px !important;
		text-transform: uppercase;
	}
	.c-detail.t-d1a h2 {
		text-transform: none;
	}
	.c-detail.t-d1 h3 {
		font-size: 1.4em !important;
	}
	.c-detail.t-d1 h4 {
		font-size: 1.2em !important;
	}
	.c-detail.t-d1 h5 {
		font-size: 1em !important;
	}
	.c-detail.t-d1 h6 {
		font-size: 0.9em !important;
	}
	.c-detail.t-d1 p {
		margin: 0 0 20px;
	}
	.c-detail.t-1 ol,
	.c-detail.t-1 ul,
	.c-detail.t-d1 ol,
	.c-detail.t-d1 ul {
		margin: 0 0 20px;
		padding: 0 0 0 2em;
		overflow: hidden;
		list-style: none;
	}
	.c-detail.t-1 li ol,
	.c-detail.t-1 li ul,
	.c-detail.t-d1 li ol,
	.c-detail.t-d1 li ul {
		margin: 0.5em 0;
	}
	.c-detail.t-1 ol,
	.c-detail.t-d1 ol {
		counter-reset: item;
	}
		.c-detail.t-1 li,
		.c-detail.t-d1 li {
			position: relative;
			list-style: none;
		}
		.c-detail.t-1 li + li,
		.c-detail.t-d1 li + li {
			margin-top: 0.5em;
		}
		.c-detail.t-1 ul li:before,
		.c-detail.t-d1 ul li:before {
			content: '•';
			position: absolute;
			top: 0;
			left: -1.5em;
			width: 1em;
			text-align: center;
		}
		.c-detail.t-1 ol li:before,
		.c-detail.t-d1 ol li:before {
			content: counter(item) '.';
			counter-increment: item;
			position: absolute;
			top: 0;
			left: -2em;
			width: 1.5em;
			text-align: right;
		}
	.c-detail.t-d1 hr {
		margin: 20px 0;
		border: 0;
		border-top: 1px solid #ccc;
		overflow: hidden;
	}
	.c-detail.t-d1 figure {
		margin: 0 0 20px;
		overflow: auto;
		display: block;
	}
		.c-detail.t-d1 figure img {
			display: block;
		}
	.c-detail.t-d1 .img_left {
		max-width: 60%;
		margin: 0 2em 1em 0;
		float: left;
	}
	.c-detail.t-d1 .img_right {
		max-width: 60%;
		margin: 0 0 1em 2em;
		float: right;
	}
	.c-detail.t-d1 .img_center {
		clear: both;
		text-align: center;
	}
		.c-detail.t-d1 .img_center img {
			margin: auto;
		}
	.c-detail.t-d1 img {
		border: 4px solid #ff8c2f;
	}
	.c-detail.t-d1 figcaption {
		margin-top: 0.5em;
		font-size: 0.9em;
		font-style: italic;
		color: #666;
		display: block;
	}
	.c-detail.t-d1 blockquote {
		margin: 0 0 20px;
		padding: 19px 20px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
		display: block;
	}
	.c-detail.t-d1 table {
		width: 100%;
		margin: 30px 0;
		clear: both;
	}
	.c-detail.t-d1 figure > table {
		width: auto;
		margin: 0;
	}
		.c-detail.t-d1 table th {
			padding: 10px 20px;
			background: #ccc;
			font-weight: bold;
			text-align: left;
		}
		.c-detail.t-d1 table th + th {
			padding-left: 0;
		}
		.c-detail.t-d1 table td {
			padding: 10px 20px;
			font-size: 0.9em;
			text-align: left;
			vertical-align: top;
		}
		.c-detail.t-d1 table td + td {
			padding-left: 0;
		}
		.c-detail.t-d1 table tr:nth-child(even) > td {
			background: #eee;
		}
	.c-detail.t-d1 caption {
		margin: 0 0 0.5em;
	}
	.c-detail.t-d1 code {
		max-height: 10em;
		margin: 0 0 20px;
		padding: 20px;
		background: #333;
		overflow: auto;
		font-family: monospace;
		font-size: 0.9em;
		color: #fff;
		white-space: pre-line;
		display: block;
	}
	.c-detail.t-d1 legend {
		margin: 0 0 20px;
	}
	.c-detail.t-d1 label {
		display: block;
	}
