* {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#message:hover{
    transition: all 1s;
    opacity: 0.5;
}
#message
{
    cursor: pointer;
background-color: #000000;
    display: none;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 48px;
    margin-left: 0px;
    opacity: 0.3;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 999;
    padding-left: 8px;
}

#message a { color: #fff; }
.rotate45{
    transform: rotate(45deg);
     -moz-transform: rotate(45deg);  /* Firefox */
    -o-transform: rotate(45deg);  /* Opera */
    -webkit-transform: rotate(45deg);  /* Safari y Chrome */
}
.section {

	background: #EFEFEF;
	margin: 0 0 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: #FFF;
        margin-top: 20px;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
        border-radius: 10px 10px 0px 0px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
.tabs li.current {
	color: #444;
	background: #EFEFEF;
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
}
.box {
	display: none;
	border: 1px solid #D4D4D4;
  border-width: 0 1px 1px;
	background: #EFEFEF;
	/*padding: 5px 25px;*/
}
.box.visible {
	display: block;
}
img {
	border: 0px;
}

body {
	behavior: url("csshover.htc");
	background: white;
	font-family: Arial;
	font-size: 14px;
	color: #3b4352;
	text-align: center;
	line-height: 1.3em;
}

*html img, *html div, *html input, *html a, *html span {
	behavior: url("iepngfix.htc")
}

a {
	color: #084499;
}

a:hover {
	text-decoration: none;
	color: #609f2f;
}
.button_s:hover{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;text-decoration: none; color: #FFF;}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

a.blank {
	background: url(../images/_blank.gif) no-repeat 100% 50%;
	padding-right: 23px;
}

.hover:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

h1 {
	font-size: 40px;
	letter-spacing: -3px;
	font-weight: bold;
	margin: 10px 0px 5px;
	color: black;
}

h2 {
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 25px 0px 5px;
	color: black;
}

h2 sup {
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #e50000;
	font-style: italic;
	letter-spacing: 0px;
	padding-left: 5px;
}

h3 {
	font-size: 28px;
	color: black;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 25px;
	letter-spacing: -1px;
}

h4 {
	font-size: 22px;
	color: black;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 0px 20px;
	letter-spacing: -1px;
}

h5 {
	font-size: 24px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	line-height: 24px;
	margin: 30px 0px 10px;
	letter-spacing: -1px;
}

p {
	margin: 1.2em 0px;
	line-height: 1.6em;
	font-size: 14px;
	position: relative;
	top: 0px;
}

.input1 {
	width: 240px;
	font-size: 14px;
}

.select1 {
	width: 240px;
	font-size: 14px;
}

.select2 {
	width: 375px;
	font-size: 16px;
}

.area1 {
	width: 360px;
	height: 120px;
	font-size: 16px;
	font-family: Trebuchet MS, Arial;
	padding: 3px 2px;
}

.check_list {
	font-size: 12px;
	line-height: 30px;
}

.check_list input {
	margin-right: 5px;
}

.check_list label {
	font-size: 12px;
	font-weight: normal;
}

input.hinting {
	color: #aaa;
}

input.search {
	width: 380px;
	padding: 2px 5px;
	border-radius: 10px;
}

input.search_large {
	padding: 5px 0px;
	font-size: 18px;
	width: 600px;
}

label.error {
	color: red;
        background: none !important;
}
label.valid{
    background: url('/images/validyes.png') no-repeat;
    padding-left: 20px;
}
.button1 {
	width: 240px;
	height:32px;
	background: url(../images/button.png) no-repeat;
	display: block;
	margin-top: 15px;
}
.button1:hover {
	opacity:0.8;
}
.buttonsend{
    width: 240px;
	height: 57px;
	background: url(../images/buttonSend.png) no-repeat;
	display: block;
	margin-top: 15px;
}

.button1:hover, .buttonsend:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}
.button_s {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	display: inline-block;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	-width: 1px;
	cursor: pointer;
}
.trening_block1{box-shadow: 0px 1px 30px #666;-moz-box-shadow: 0px 1px 30px #666;-webkit-box-shadow: 0px 1px 30px #999;position: relative;z-index: 20;margin: 25px 0 10px -15px;width: 190px;padding: 15px;font-family: Tahoma;}
.trening_name{font-family: "Georgia", Arial;font-size: 26px;line-height: 22px;font-style: italic;color: #087890;}
.trening_when {margin-top: 18px;font-size: 18px;}
.trening_where {font-size: 14px;}
.trening_time {font-size: 17px; line-height: 16px; margin-top: 18px;}
.trening_timer_mcpir { background: url(../images/trening_timer.png) 1px 0px no-repeat; height: 47px; margin: 8px 0px 12px;}
.trening_timer_mcpir .num {line-height: 40px;height: 39px;color: #333;text-align: center;width: 47px;float: left;font-size: 26px;font-family: Trebuchet MS, Arial;}
.trening_timer { background: url(../images/trening_timer.png) 1px 0px no-repeat; height: 47px; margin: 8px 0px 12px;}
.trening_timer .num {line-height: 40px;height: 39px;color: #333;text-align: center;width: 47px;float: left;font-size: 26px;font-family: Trebuchet MS, Arial;}
a.modalCloseImg { background:url(../images/x.png) no-repeat;width:28px;height:29px;display:inline;z-index:3200;position:absolute;top: -13px;right: -12px;cursor:pointer;}
/*.button_blue_green,.button_sm_green, .button_top_blue {background: url(../images/button_top_blue.png) no-repeat 100% top !important;height: 29px;line-height: 29px;margin-left: 15px;font-size: 12px;}
.button_blue_green .button_sm_2,.button_sm_green .button_sm_2, .button_top_blue .button_sm_2{padding: 0px 15px;height: 100%;background: url(../images/button_top_blue.png) no-repeat 0px bottom !important;display: block; margin-left: -15px;}*/

.button2:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

.clear {
	clear: both;
}

.wrap {
	overflow: hidden;
}

.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.col_1 {
	width: 120px;
	float: left;
}

.col_2 {
	width: 240px;
    margin-bottom: 100px;
	float: left;
}

.col_3 {
	width: 360px;
	float: left;
}

.col_4 {
	width: 480px;
	float: left;
}
.col_4_4{
    width: 100%;
    float:left;
}

.col_5 {
	width: 600px;
	float: left;
}

.col_6 {
	width: 720px;
	float: left;
}

.col_2r {
	width: 210px;
	margin-left: 30px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.logotype {
	width: 145px;
	height: 145px;
	left: 0px;
	top: 32px;
	background: url(../images/logotype.jpg) no-repeat;
	display: block;
	position: absolute;
	z-index: 9;
}

a.logotype:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

.phone {
	position: absolute;
	left: 80px;
	top: 8px;
	z-index: 99;
}

.phone .text {
	font-size: 11px;
	color: #5f9b2f;
	font-style: italic;
	padding-bottom: 14px;
}

.phone .number {
	font-size: 24px;
	color: black;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.phone a.open_recall {
	font-size: 15px;
	border-bottom: 1px dashed #084499;
	text-decoration: none;
}

.phone a.open_recall:hover {
	border-bottom: 0px;
}

.phone .time {
	width: 191px;
	height: 26px;
	background: url(../images/time_bg.png) no-repeat;
	position: absolute;
	left: 210px;
	top: 28px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.0em;
	padding-left: 15px;
	padding-top: 4px;
}

ul.menu {
	position: relative;
	margin-left: -15px;
	width: 220px;
}

ul.menu li {
	margin: 6px 0px;
	padding: 3px 15px 3px 15px;
}

ul.menu li a {
	color: #084499;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #609f2f;
}

ul.menu li.active {
	background: #609f2f;
}

ul.menu li.active a {
	color: white;
}

ul.menu li.active a:hover {
	color: white;
}

ul.menu li.sub-active {
	background: url(../images/menu_active.gif) no-repeat 0px 9px;
}

ul.menu li.sub-active a {
	color: #609f2f;
}

ul.menu li.sub-active a:hover {
	color: #609f2f;
}

ul.menu li.sub-active li {
	padding: 2px 15px 2px 15px;
}

ul.menu li.sub-active ul li.active a {
	color: white;
}

ul.menu li ul {
	margin: 5px 0px 0px 0px;
}

ul.menu li ul li {
	margin: 3px 0px;
}

ul.menu li ul li a, ul.menu li.sub-active ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #084499;
}

.left_col_img {
	position: relative;
	left: -30px;
}

.bottom_col_img {
	text-align: center;
}

.dots {
	height: 3px;
	margin: 30px 15px 15px 0px;;
	background: url(../images/dots.gif) repeat-x;
}

.trening_block {
	position: relative;
}

.trening_block p {
	margin: 1em 0px;
	margin-right: 45px;
	line-height: 1.3em;
}

.top_col_img_1 {
	width: 107px;
	height: 90px;
	background: url(../images/top_col_img_1.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 270px;
	z-index: 5;
	display: none;
}

.top_col_img_2 {
	width: 125px;
	height: 134px;
	background: url(../images/top_col_img_2.png) no-repeat top left;
	position: absolute;
	top: 452px;
	right: 240px;
	z-index: 5;
}

*html .top_col_img_1 {
	background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/top_col_img_1.png', sizingMethod = 'scale');
}

*html .top_col_img_2 {
	background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/top_col_img_2.png', sizingMethod = 'scale');
}

.mainpage_bottom {
}

.mainpage_bottom h2 {
	font-size: 24px;
}

.blocks_menu_c {
	height: 42px;
	position: relative;
}

.blocks_menu {
	position: absolute;
}

.blocks_menu li {
	font-weight: bold;
	float: left;
	margin-right: 1px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #e5e8ef;
	border: 1px solid #e5e8ef;
	border-bottom: 0px;
	margin-top: 3px;
}

.blocks_menu li a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-size: 17px;
}

.blocks_menu li.active {
	background: white;
	margin-top: 0px;
}

.blocks_menu li.active a {
	padding-top: 13px;
	font-size: 17px;
}

.blocks_text {
	border: 1px solid #e5e8ef;
	padding: 0px 15px 0px;
	font-size: 16px;
	margin-bottom: 35px;
}

.buttons_top {
	height: 65px;
	text-align: right;
	padding-top: 35px;
}



.button_s:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-decoration: underline;
}

.button_sm_green {
	background: url(../images/smotrirasp.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
        width: 170px;
}

.button_sm_green .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	/*background: url(../images/button_top_blue.png) no-repeat 0px bottom;*/
	display: block;
	font-size: 0px;
}

.button_sm_green:hover {
	color: white;
}

.button_sm_blue {
	background: url(../images/button_sm_blue.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
}

.button_sm_blue .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(../images/button_sm_blue.png) no-repeat 0px bottom;
	display: block;
}

.button_sm_blue:hover {
	color: white;
}

.button_top_green {
	background: url(../images/button_top_green.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
	position: relative;
	top:-12px;
}

.button_top_green .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(../images/button_top_green.png) no-repeat 0px bottom;
	display: block;
}

.button_top_green:hover {
	color: white;
}

.button_top_blue {
	background: url(../images/signintrening.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
        width: 160px;
}

.button_top_blue2 {
	background: url(../images/signtrening2.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
        width: 160px;
}

.button_top_blue2.sh_all{
    width: 130px;
}

.button_top_blue .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	/*background: url(../images/button_top_blue.png) no-repeat 0px bottom;*/
	display: block;
        text-align: center;
}

.button_top_blue:hover {
	color: white;
}

.button_email {
	background: url(/images/button_email.png) no-repeat right top;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	margin: 20px 25px 0px;
}

.button_email .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(/images/button_email.png) no-repeat 0px bottom;
	display: block;
	margin-left: -15px;
}

.button_email:hover {
	color: white;
}

.button_city .button_sm_2 {
	padding-right: 35px;
}

.button_change {
	width: 27px;
	height: 32px;
	position: absolute;
	background: url(../images/button_change.png) no-repeat;
	display: block;
	top: 35px;
	right: 0px;
}

.button_sm_orange {
	background: url(../images/button_sm.gif) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: #a15600;
}

.button_sm_orange .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(../images/button_sm.gif) no-repeat 0px bottom;
	display: block;
}

.button_sm_orange:hover {
	color: #a15600;
}

.button_sm_red {
	background: url(../images/znat.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
	width: 140px;
}

.button_sm_red .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	/*background: url(../images/button_top_green.png) no-repeat 0px bottom;*/
	display: block;
	width: 142px;
	opacity: 0;
}

.button_sm_red:hover {
	color: white;
}

.button_red_middle {
	background: url(../images/button_red_middle.png) no-repeat 100% top;
	height: 51px;
	line-height: 51px;
	color: white;
	font-size: 17px;
}

.button_red_middle .button_sm_2 {
	padding: 0px 25px;
	height: 100%;
	background: url(../images/button_red_middle.png) no-repeat 0px bottom;
	display: block;
}

.button_red_middle:hover {
	color: white;
}

.button_bg_blue {
	background: url(../images/button_bg_blue.png) no-repeat 100% top;
	height: 46px;
	line-height: 46px;
	font-size: 17px;
	color: #08469b;
}

.button_bg_blue .button_sm_2 {
	padding: 0px 20px;
	height: 100%;
	background: url(../images/button_bg_blue.png) no-repeat 0px bottom;
	display: block;
}

.button_bg_blue:hover {
	color: #08469b;
}

.button_bg_green {
	background: url(../images/button_bg_green.png) no-repeat 100% top;
	height: 46px;
	line-height: 46px;
	font-size: 17px;
	color: #579800;
}

.button_bg_green .button_sm_2 {
	padding: 0px 20px;
	height: 100%;
	background: url(../images/button_bg_green.png) no-repeat 0px bottom;
	display: block;
}

.button_bg_green:hover {
	color: #579800;
}

.button_lr_blue {
	background: url(../images/button_lr_blue.png) no-repeat 100% top;
	height: 89px;
	line-height: 24px;
	font-size: 16px;
	color: #08469b;
	width: 250px;
	margin-right: 5px;
}

.button_lr_blue .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(../images/button_lr_blue.png) no-repeat 0px bottom;
	display: block;
}

.button_lr_blue:hover {
	color: #08469b;
}

.button_lr_blue span {
	padding-top: 8px;
	display: block;
}

.button_lr_green {
	background: url(../images/button_lr_green.png) no-repeat 100% top;
	height: 89px;
	line-height: 24px;
	font-size: 16px;
	color: #579800;
	width: 250px;
}

.button_lr_green .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	background: url(../images/button_lr_green.png) no-repeat 0px bottom;
	display: block;
}

.button_lr_green:hover {
	color: #579800;
}

.button_lr_green span {
	padding-top: 8px;
	display: block;
}

.button_big {
	background: url(../images/zayavkanatrening2.png) no-repeat;
	height: 67px;
	line-height: 67px;
	font-size: 22px;
	color: white !important;
	width: 350px;
	text-align: center;
}

.button_big .button_sm_2 {
	padding: 0px 15px;
	height: 100%;
	/*background: url(../images/button_big.png) no-repeat 0% bottom;*/
	display: block;
	text-align: center;
	color: white !important;
	font-size: 0px;
	/*margin-left: -7%;*/
}

.button_big:hover .button_sm_2 {
	color: white;
	text-decoration: none;
}

.sign_button {
	/* background: #edf1f9; */
	padding: 20px 0px;
	text-align: center;
	margin-bottom: 30px;
}

.slide_c {
	margin-top: 5px;
	box-shadow: 0 10px 75px #bbb;
	-moz-box-shadow: 0 10px 75px #bbb;
	-webkit-box-shadow: 0 10px 75px #bbb;
	width: 480px;
	height: 490px;
	overflow: hidden;
	z-index: 4;
}

.sliders {
	position: relative;
	width: 10000px;
}

.slide {
	float: left;
	width: 480px;
	height: 480px;
	display: block;
	position: relative;
}

.slide a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
}

.slide_about {
	display: block;
	width: 115px;
	height: 25px;
	background: url(../images/about.gif) no-repeat top left;
	position: absolute;
	left: 85px;
	top: 365px;
}

.slide_about:hover {
	background-position: bottom;
}

.team_likes {
	border-bottom: 1px solid #ccc;
}

.team_likes table {
	margin-bottom: 10px;
}

.team_likes table td {
	vertical-align: middle;
	padding-right: 20px;
}

.team_likes table .td1 {
	font-size: 11px;
	color: #4a9a0a;
	font-weight: bold;
	padding-right: 20px;
}

.team_likes table .td2 {
}

.trenings_likes {
	position: absolute;
	right: 0px;
	width: 300px;
	top: 22px;
}

.trenings_likes table {
	margin-bottom: 10px;
}

.trenings_likes table td {
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 10px;
}

.trenings_likes table .td1 {
	font-size: 11px;
	color: #4a9a0a;
	font-weight: bold;
	padding-right: 20px;
}

.trenings_likes table .td2 {
}

.gallery_c {
	box-shadow: 0 0px 30px #bbb;
	-moz-box-shadow: 0 0px 30px #bbb;
	-webkit-box-shadow: 0 0px 30px #bbb;
	width: 480px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.gallery_c .left {
	width: 240px;
	height: 480px;
	display: block;
	position: absolute;
	z-index: 4;
}

.gallery_c .left span {
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/left.png) no-repeat;
	top: 229px;
	position: absolute;
	left: 15px;
}

.gallery_c .right {
	width: 240px;
	height: 480px;
	display: block;
	position: absolute;
	z-index: 4;
	right: 0px;
}

.gallery_c .right span {
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/right.png) no-repeat;
	top: 229px;
	position: absolute;
	right: 15px;
}

.gallery {
	position: relative;
	width: 10000px;
}

.gallery .photo {
	float: left;
	width: 480px;
}

.pager {
	text-align: center;
	z-index: 2;
}

.pager a {
	margin: 0px 1px;
	background: url(../images/page.gif) no-repeat;
	text-decoration: none;
	padding: 0px 5px;
}

.pager a.active {
	background: url(../images/page_act.gif) no-repeat;
}

.pager .p_l {
	display: none;
}

.pager .p_r {
	display: none;
}

.search_list {
	margin-bottom: 30px;
}

.search_one {
	border-bottom: 1px dotted black;
	padding: 10px 0px 0px;
	width: 600px;
}

.search_one .title {
	font-size: 16px;
	font-weight: bold;
}

.search_one .desc {
	font-size: 11px;
}

.search_one .date {
	font-size: 11px;
}

.main_slider .pager {
	margin-top: 510px;
}

.main_slider .slide_c {
	position: absolute;
	top: 100px;
}

.trenings_list {
	margin: 10px 10px 15px 0px;
}

.trenings_list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	position: relative;
}

.trenings_list li a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.trenings_list li sup {
	vertical-align: super;
	padding-left: 5px;
	font-size: 11px;
	color: #61ce00;
	font-style: italic;
	position: absolute;
	top: 3px;
}

.trenings_all {
	font-size: 18px;
	color: #084499;
	font-weight: bold;
	letter-spacing: -1px;
}

#important_text {
	display: none;
}

.important_text {
	color: #666;
	font-size: 11px;
	padding: 0px 0px;
}

.materials_main {
	margin-top: 15px;
}

.materials_main a {
	width: 108px;
	height: 108px;
	display: block;
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.materials_main a:hover {
	box-shadow: 0 0 10px #bbb;
	-moz-box-shadow: 0 0 10px #bbb;
	-webkit-box-shadow: 0 0 10px #bbb;
}

.materials_main .video_play {
	left: 20px;
	top: 20px;
	background: url("../images/minivideo.png") no-repeat scroll 0 0 transparent;
	width: 33px;
	height: 33px;
	left: 38px;
	top: 38px;
}

.opinion {
	font-size: 11px;
	color: black;
	line-height: 1.3em;
	margin-top: 15px;
	width: 352px;
}

.opinion .opinion_s {
	padding: 20px 30px 30px 20px;
}

.opinion .button {
	margin-top: 10px;
}

.opinion .button a {
	background: #0f50b2;
	color: white;
	padding: 3px 8px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.opinion .author {
	text-align: right;
	margin-top: 10px;
}

.opinion .title {
	text-align: right;
	color: #4d4d4d;
	font-style: italic;
}

.opinion_blue {
	background: url(../images/opinion_blue_top.jpg) no-repeat top left;
	min-height: 1px;
	-height: 1px;
}

.opinion_blue .opinion_s {
	background: url(../images/opinion_blue_bottom.jpg) no-repeat bottom left;
}

.opinion_yellow {
	background: url(../images/opinion_yellow_top.jpg) no-repeat top left;
	min-height: 1px;
	-height: 1px;
}

.opinion_yellow .opinion_s {
	background: url(../images/opinion_yellow_bottom.jpg) no-repeat bottom left;
}

.opinion_green {
	background: url(../images/opinion_green_top.jpg) no-repeat top left;
	min-height: 1px;
	-height: 1px;
}

.opinion_green .opinion_s {
	background: url(../images/opinion_green_bottom.jpg) no-repeat bottom left;
}

.opinions_left {
	width: 368px;
	float: left;
	margin-bottom: 20px;
}

.opinions_right {
	width: 352px;
	float: left;
	margin-bottom: 20px;
}

.opinion_open {
	font-size: 11px;
	padding: 20px 30px 30px 20px;
	margin-top: 20px;
}

.opinion_open .desc {
	font-size: 16px;
}

.opinion_open .author {
	text-align: right;
	margin-top: 10px;
}

.opinion_open .title {
	text-align: right;
	color: #4d4d4d;
	font-style: italic;
}

.opinion_open_yellow {
	background: #fffac7 url(../images/opinion_open_yellow.jpg) no-repeat top left;
}

.opinion_medium_yellow {
	background: url(../images/opinion_medium_yellow_top.jpg) no-repeat top left;
	min-height: 1px;
	-height: 1px;
	width: auto;
}

.opinion_medium_yellow .opinion_s {
	background: url(../images/opinion_medium_yellow_bottom.jpg) no-repeat bottom left;
}

div.opinion_back {
	margin: 12px 0px 23px;
	height: 40px;
}

a.opinion_back {
	background: #e6ecf5 url(../images/opinion_back.jpg) no-repeat 8px 50%;
	padding: 5px 10px 5px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	text-decoration: none;
	position: relative;
}

.opinion_nav {
	height: 70px;
	margin: 20px 0px 50px;
	position: relative;
}

.opinion_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 68px;
	background: url(../images/opinion_left.jpg) no-repeat;
}

.opinion_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 110px;
	height: 68px;
	background: url(../images/opinion_right.jpg) no-repeat;
}

.read {
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
}

.news_main {
	background: url(../images/new_corner_bg.jpg) no-repeat right top;
	position: relative;
	min-height: 1px;
	-height: 1px;
}

.news_main .date {
	text-align: right;
	right: 0px;
	font-size: 14px;
}

.news_main .date span {
	color: #666;
}
.news_img_preview{
	max-width: 100px;
	max-height: 200px;
}

.news_main .image {
	width: 132px;
	height: 92px;
	margin: 0px 15px 5px 0px;
	position: relative;
	margin-left: -5px;
}

.news_main .image span {
	width: 132px;
	height: 92px;
	background: url(../images/news_border.png) no-repeat;
	display: block;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/news_border.png', sizingMethod = 'scale');
}

.news_main .image img {
	display: none;
}

.news_main .name {
	font-size: 15px;
	line-height: 1.3em;
	padding-right: 50px;
	display: block;
	margin-bottom: 5px;
}

.news_main .desc {
	font-size: 14px;
	line-height: 1.3em;
}

.news_main .read {
	font-size: 12px;
	font-weight: bold;
}

.news_large {
	width: 507px;
	height: 347px;
	margin: 0px 15px 5px 0px;
	position: relative;
	margin-left: -20px;
}

.news_large a {
	display: block;
	width: 507px;
	height: 347px;
	cursor: pointer;
}

.news_large span {
	width: 507px;
	height: 347px;
	background: url(../images/news_large_border.png) no-repeat;
	display: block;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/news_large_border.png', sizingMethod = 'scale');
}

.news_large img {
	display: none;
}

.news_images {
	margin-bottom: 40px;
	width: 600px;
}

.news_nav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	position: relative;
	height: 20px;
	margin: 20px 0px;
}

.news_nav .prev {
	text-decoration: none;
	background: url(../images/news_prev.png) no-repeat 0px 3px;
	padding-left: 18px;
	position: absolute;
	left: 0px;
}

.news_nav .prev span {
	text-decoration: underline;
}

.news_nav .next {
	text-decoration: none;
	background: url(../images/news_next.png) no-repeat 100% 3px;
	padding-right: 18px;
	position: absolute;
	right: 0px;
}

.news_nav .next span {
	text-decoration: underline;
}

.mcpir {
	border: 1px solid #c3ced2;
	padding: 10px 20px;
	background: url(../images/mcpir.png) no-repeat 650px 10px;
	margin: 0px 0px 5px;
	display: block;
	text-decoration: none;
	color: black;
}

.mcpir2 {
	background: url(../images/mcpir2.jpg) no-repeat 667px 10px;
}

.mcpir:hover {
	color: black;
	border-color: #007ea7;
}

.mcpir table {
	width: 610px;
}

.mcpir ins {
	color: #007ea7;
	text-decoration: underline;
}

.mcpir:hover ins {
	text-decoration: none;
}

.content_page .mcpir table td {
	vertical-align: middle;
	height: 40px;
}

.mcpir table .td1 {
}

.mcpir table .td1 span {
	font-size: 14px;
	font-weight: bold;
	color: #007ea7;
}

.mcpir table .td1 b {
	font-size: 24px;
	font-weight: bold;
	color: #007ea7;
	letter-spacing: -1px;
	line-height: 1em;
}

.mcpir table .td2 {
	font-size: 12px;
}

.main_news_first {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.main_news {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0px;
}

.main_news .date {
	text-align: right;
	right: 0px;
	font-size: 14px;
	position: absolute;
}

.main_news .date span {
	color: #666;
}

.main_news .name {
	font-size: 14px;
	line-height: 1.3em;
	padding-right: 50px;
	display: block;
}

a.allnews {
	background: #084499;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	color: white;
	text-decoration: underline;
}

a.allnews:hover {
	text-decoration: none;
}

.banner {
	display: block;
	margin: 20px 0px;
	box-shadow: 0 0 15px #bbb;
	-moz-box-shadow: 0 0 15px #bbb;
	-webkit-box-shadow: 0 0 15px #bbb;
	width: 360px;
}

.urls_div {
	background: #62a548 url(../images/links_bg.jpg) no-repeat;
	height: 50px;
	box-shadow: 0 0 15px #bbb;
	-moz-box-shadow: 0 0 15px #bbb;
	-webkit-box-shadow: 0 0 15px #bbb;
	margin: 30px 0px 15px;
}

.urls_div table {
	width: 100%;
	height: 50px;
}

.urls_div table td {
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 3px;
}

.urls_div table a {
	color: white;
	color: #c4e0b9;
	text-decoration: none;
	font-size: 11px;
}

.urls_div table a:hover span {
	text-decoration: underline;
	color: white;
}

.urls_div table a:hover {
	color: white;
}

.urls_div table a span {
	font-size: 14px;
	color: white;
}

.content_header {
	margin-top: 5px;
}

.content_header_countdown {
	background: url(../images/countdown.jpg) no-repeat;
	height: 110px;
	position: relative;
	font-family: Trebuchet MS, Arial;
	margin-top: 0px;
}

.content_header_title {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 25px;
	top: 8px;
}

.content_header_timer {
	position: absolute;
	left: 27px;
	top: 40px;
}
#report-form{
    display: none;
}
.content_header_timer .num {
	line-height: 45px;
	height: 45px;
	color: white;
	text-align: center;
	width: 64px;
	float: left;
	font-size: 36px;
	font-family: Trebuchet MS, Arial;
}

.content_header_sign {
	width: 263px;
	height: 51px;
	display: block;
	background: url(../images/content_header_sign.png) no-repeat;
	position: absolute;
	left: 298px;
	top: 38px;
}

.content_header_sign:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.content_header .header_block {
	position: absolute;
	right: 0px;
}

.trainings-mobile {
	display: none;
}

.content_page {
	margin-top: 20px;
	position: relative;
}

.content_page table td {
	vertical-align: top;
}

.content_page h1 {
	color: #609f2f;
}

.content_page .media_header{
	color: #609f2f;
	font-size: 40px;
	letter-spacing: -3px;
	font-weight: bold;
	margin: 10px 0px 25px;

}

.content_block {
	/* border-bottom: 1px solid #e5e5e5; */
	padding-bottom: 20px;
}

.content_block h1{
	font-size: 28px;
	color: black;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 25px;
	letter-spacing: -1px;
}

.trenings_faq {
	width: 203px;
	height: 32px;
	display: block;
	margin-left: 22%;
	background: url(../images/trenings_faq.png) no-repeat;
}
.trenings_faq:hover {
/*background-position:0px -32px;*/
opacity: 0.5;
}
.trenings_price {
	background: url(../images/price.png) no-repeat 100% top;
	height: 32px;
	width:140px;
	line-height: 32px;
	float: left;
	margin-top: -5%;
	margin-left: 57%;
}
.trenings_price:hover {
opacity:0.5;
}
.trenings_price a {
	text-decoration: none;
}

.trenings_price .t_button_sm_2 {
	font-weight: bold;
	/*background: url("../images/button_trening_red.png") no-repeat scroll 0 bottom transparent;*/
	display: block;
	height: 100%;
	margin-left: -19%;
	color: white !important;
	padding: 0 15px;
	text-align: center;
	text-decoration: none	;
}

.sort_div {
	font-size: 15px;
	font-weight: bold;
	color: #4c4c4c;
	border-bottom: 1px solid #e6ecf5;
	height: 35px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.sort_div a {
	font-weight: normal;
	padding: 3px 8px;
	font-weight: bold;
	border-left: 1px solid white;
}

.sort_div a.active {
	background: #e5f2f5;
	color: black;
	border-left: 1px solid #bec8ca;
	border-top: 1px solid #bec8ca;
	text-decoration: none;
}

.sort_div select {
	font-size: 14px;
	width: 180px;
}

.press_one {
	margin: 0px 0px 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.press_one .image {
	margin: 20px 0px 5px;
}

.press_one .title {
	font-style: italic;
	color: #b7b7b7;
	font-size: 12px;
}

.press_one .name {
	font-size: 22px;
	color: #084499;
	font-weight: bold;
	line-height: 24px;
	padding: 15px 0px 5px;
}

.press_one .desc {
	font-size: 11px;
}

.social {
	background: #ddf2f5 url(../images/soc_border.png) repeat-x 0px 0px;
	padding: 20px;
	margin-top: 20px;
}

.social table {
	margin-top: 5px;
}

.social table td.col {
	width: 136px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
}

.news_preview {
	margin: 20px 0px 20px;
	border-bottom: 1px solid #cfdbec;
	padding-bottom: 25px;
	position: relative;
}

.news_preview .image {
	margin: 3px 0px 5px;
	position: absolute;
	left: 0px;
}

.news_preview .name {
	font-size: 20px;
	color: #084499;
	font-weight: bold;
	line-height: 20px;
	padding-left: 120px;
}

.news_preview .name a {
	text-decoration: none;
}

.news_preview .date {
	color: #b7b7b7;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 120px;
}

.news_preview .desc {
	font-size: 14px;
	color: #3b4352;
	padding-left: 120px;
}

.news_one {
	width: 600px;
}

.team_div {
	margin: 20px 0px 40px;
}

.team_list {
	width: 240px;
	height: 240px;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	font-family: Trebuchet MS;
	overflow: hidden;
	display: inline;
}

.team_list span {
	position: absolute;
	left: 0px;
	width: 235px;
	height: 45px;
	bottom: 5px;
	display: block;
	text-align: center;
	background: url(../images/trans50.png);
	color: #c3bfba;
	font-size: 12px;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/trans50.png', sizingMethod = 'scale');
	cursor: pointer;
	display: none;
}

.team_list span b {
	font-size: 18px;
	color: white;
	font-weight: normal;
	display: block;
	text-align: center;
	padding-top: 5px;
}

.team_list_hover span {
	display: block;
}

.r {
	color: red;
	font-weight: bold;
}

.schedule_sign {
	width: 100%;
	margin: 20px 0px 40px;
}
.nocorrect{
    margin-left: 5px;
    color: red;
}


.schedule_sign .td2 {
	width: 220px;
	padding-right: 20px
}

.schedule_sign .td3 {
	width: 480px;
}

.schedule_sign tr td {
	padding: 0px 0px 15px;
	vertical-align: top;
}

#sh_date {
	margin: 0px;
	font-size: 24px;
}

.sign_div {
	background: #EDF1F9 url(../images/form_bottom.jpg) no-repeat bottom center;
	padding: 0px 30px 30px;
	width: 660px;
	margin-bottom: 10px;
}

.sign_div h2 {
	color: #579800;
}

label {
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	line-height: 24px;
}

.content_done {
	margin-top: 90px;
	padding-bottom: 150px;
	position: relative;
	height: 380px;
}

.done_image {
	position: absolute;
	left: 35px;
}

.content_done h1 {
	font-family: Trebuchet MS, Arial;
	font-size: 65px;
	font-weight: bold;
	color: #084499;
	line-height: 60px;
	letter-spacing: -5px;
	position: absolute;
	left: 270px;
	/*top: 30px;*/
}

.content_done p a {
	font-weight: bold;
}

.content_done p {
	color: black;
	font-size: 18px;
	font-style: italic;
	width: 400px;
	line-height: 1.3em;
	font-family: Trebuchet MS, Arial;
}

.content_done p.done_text {
	font-size: 18px;
	color: #777;
	font-style: italic;
	margin-bottom: 40px;
	position: absolute;
	left: 275px;
	top: 270px;
}

.content_done div.done_text2 {
	position: absolute;
	left: 270px;
	top: 340px;
}

.done_back {
	display: block;
	width: 260px;
	height: 90px;
	position: absolute;
	left: -60px;
	top: 400px;
	background: url(../images/done_back.gif) no-repeat;
	color: #498e05;
}

.done_back a {
	text-transform: uppercase;
	color: #498e05;
	font-size: 24px;
	position: absolute;
	border-bottom: 2px solid #498e05;
	margin-left: 105px;
	margin-top: 35px;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
}

.done_back a:hover {
	border-bottom: 2px solid white;
}

.team_images_c {
	margin-left: 30px;
	position: relative;
}

.roundabout-holder {
	list-style: none;
	width: 460px;
	height: 500px;
	margin: 1em auto;
}

.roundabout-moveable-item {
	height: 35em;
	width: 25em;
	cursor: pointer;
}

.roundabout-moveable-item img {
}

.roundabout-in-focus {
	cursor: auto;
}

#filler {
	text-align: center;
	height: 1em;
}

.schedule_items_ci {
}

.schedule_items_ci .item {
	border: 1px solid #f5f5f5;
	border-color: #f5f5f5 #e0e0e0 #c0c0c0 #e0e0e0;
	margin-bottom: 10px;
}

.schedule_items_ci .item_grey {
	background: #f4f4f4;
}

.schedule_items_ci .item_grey .button_top_blue {
	background-image: url(../images/signtrening2.png);
}

.schedule_items_ci .item_grey .button_sm_2 {
	/*background-image: url(../images/button_top_blue_grey.png);*/
}

.schedule_items_ci .color {
	text-align: center;
	vertical-align: middle;
	/*padding: 5px 8px;*/
	width: 5px;
}

.schedule_items_ci .item0 .item_hot {
	border: 3px solid #0c69bc;
	border-left: 1px;
}

.schedule_items_ci .item1 .item_hot {
	border: 3px solid #ff7a00;
	border-left: 1px;
}

.schedule_items_ci .item2 .item_hot {
	border: 3px solid #609f2f;
	border-left: 1px;
}

.schedule_items_ci .item3 .item_hot {
	border: 3px solid #b1b1b1;
	border-left: 1px;
}
.schedule_items_ci .item2 .td1{
    background: url('/images/flag.png') left top no-repeat;
    background-color: #E0F3F4;

}
.schedule_items_ci .item4 .td1{
    background: url('/images/flag.png') left top no-repeat;
    background-color: #E0F3F4;

}

.schedule_items_ci .item0 {
}

.schedule_items_ci .item0 .color {
	background: #2552E2;
}
.schedule_items_ci .item2 .notrepart, .schedule_items_ci .item4 .notrepart{
    margin-left: 15px;
    color: #989A99;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}
.schedule_items_ci .item2 .color{
    background: #609F2F !important;
}

.schedule_items_ci .item4 .color{
	background: #00BCCC !important;
}

.schedule_items_ci .item6 .color{
	background: #295D8F !important;
}

.schedule_items_ci .item5 .color{
    background: #A20079 !important;
}
.schedule_items_ci .item2 td, .schedule_items_ci .item4 td{
    background: #E0F3F4;
}
.schedule_items_ci .item7 .color{
	background: #609f2f !important;
}
.schedule_items_ci .item1 .color {
	background: #ff7a00;
}

.schedule_items_ci .item2 .color {
	background: #609f2f;
}

.schedule_items_ci .item3 .color {
	background: #b1b1b1;
}

.schedule_items_ci .item table {
	width: 100%;
}

.schedule_items_ci .item table .td1 {
	width: 425px;
	padding: 10px 15px;
	vertical-align: top;
}

.schedule_items_ci .item table .td1 .name {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.08em;
}

.schedule_items_ci .item table .td1 .name a {
	border-bottom: 2px solid #084499;
}

.schedule_items_ci .item table .td1 .name a:hover {
	border-bottom: 0px;
}

.schedule_items_ci .item table .td2 {
	text-align: right;
	width: 215px;
	vertical-align: middle;
}

.schedule_items_ci .item table .td3 {
	text-align: right;
	padding: 10px 15px;
	padding-left: 0px;
}

.schedule_items_ci .item table .td4 {
	font-size: 18px;
	color: #609f2f;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 15px;
	padding-top: 0px;
}

.schedule_items_ci .item table .td4 {
}

.schedule_items_ci .item table .td5 {
	font-size: 12px;
	padding: 0px 15px 0px;
	padding-bottom: 0px;
	text-align: right;
	/*vertical-align: middle;*/
	height: 52px;
}

.schedule_items_ci .item table .td6 {
	color: red;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

.schedule_items_ci .item table .sh_avail {
	background: url(../images/sh_avail.png) no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 138px;
	text-align: center;
	margin-top: 1px;
	margin-left: 0px;
}

.schedule_items_ci .item table .sh_avail_a {
	background: url(../images/sh_avail_a.png) no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 138px;
	text-align: center;
	margin-top: 1px;
	margin-left: 0px;
	color: white;
}

.schedule_items_ci .team_table {
	border: 0px !important;
	width: auto !important;
	float: right;
}

.schedule_items_ci .team_table td {
	vertical-align: middle;
}

.schedule_items_ci .team_table .tt1 {
	width: 45px;
}

.schedule_items_ci .team_table .tt2 {
	width: 80px;
}

.schedule_form {
	width: 360px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.reports_c {
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 25px 0px 15px;
}

.reports_c .reports {
	border: 1px solid #dadada;
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.reports_c .reports .report {
	display: none;
}

.reports_c .reports .report_active {
	display: block;
}

.reports_c .r_header {
	margin: 15px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 15px;
	font-family: 'Trebuchet MS', Arial;
}

.reports_c .r_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.reports_c .r_title {
	font-size: 20px;
	font-weight: bold;
	color: #a20000;
	text-transform: uppercase;
	height: 36px;
}

.reports_c .r_content {
	margin: 15px;
}

.reports_c .r_content .r_left {
	width: 220px;
	float: left;
}

.reports_c .r_content .r_left .image {
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

.reports_c .r_content .r_left .vk {
	background: url(../images/vk.png) no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

.reports_c .r_content .r_left .age {
	font-size: 15px;
	font-weight: bold;
	padding-left: 25px;
}

.reports_c .r_content .r_right {
	width: 460px;
	float: left;
}

.reports_c .r_content .r_right p {
	margin: 0px 0px 1.2em;
}

.reports_c .r_content .r_right .r_desc {
	height: 295px;
	overflow: auto;
	margin-bottom: 10px;
}

.city_contacts {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0px;
}

.city_contacts td {
	padding-right: 20px;
	padding-bottom: 25px;
}

.city_contacts td .title {
	color: #7f7f7f;
	font-size: 11px;
	line-height: 24px;
}

.city_contacts td .title img {
	vertical-align: top;
}

.city_contacts td .name {
	color: #7f7f7f;
	font-size: 16px;
	color: black;
}

.reports_nav {
	height: 60px;
}

.reports_nav a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.reports_nav .r_prev {
	float: left;
	background: #b1b1b1;
}

.reports_nav .r_prev:hover {
	background: #919191;
}

.reports_nav .r_next, .r_close {
	float: right;
	background: #2485ab;
}
.reports_nav .r_new{
    float: right;
	background: #17678a;
    margin-right: 140px;
    border-radius: 15px;
}
.reports_nav .r_new:hover{
	background: #2485ab;
}
.reports_nav .r_next:hover {
	background: #17678a;
}

#form_rep_add{
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/images/fon.png');
}

#div_in_form{
    margin-left: 30%;
    margin-top:10%;
    background: white;
    width: 600px;
    padding: 0px 5px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2) inset;
}
#div_in_form h3{
    text-align: center;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 10px;
}
#div_in_form .desc{
    text-align: justify;
    width: 100%;
    font-size: 10px;
}
.schedule_check {
	height: 50px;
}

.schedule_check li {
	float: left;
	padding: 5px 10px;
	position: relative;
	margin-left: -10px;
	font-size: 16px;
	margin-right: 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.schedule_check li.active {
	background: #e6f2d1;
}

.schedule_check li.active a {
	color: #609f2f;
	text-decoration: none;
}

.schedule_check li a {
}

table.schedule {
	width: 100%;
	margin: 10px 0px 40px;
}

table.schedule tr {
}

table.schedule th {
	background: #e9f4f8 url(../images/table_bg_blue.gif) no-repeat right bottom;
	padding: 10px;
	font-size: 12px;
	line-height: 1em;
	vertical-align: bottom;
	border-top: 1px solid #E5E5E5;
}

table.schedule th.td1 {
	border-left: 1px solid #d1dbdf;
}

table.schedule tr.noborder th {
	background: #e9f4f8;
	border: 1px solid #e9f4f8;
	border-bottom: 1px solid #d1dbdf;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
}

table.schedule .border th {
	border-top: 1px solid #d2dcdf;
}

table.schedule tr.noborder select {
	font-size: 14px;
	width: 165px;
	margin-right: 5px;
}

table.schedule td {
	padding: 10px;
	font-size: 12px;
	line-height: 1.2em;
	background: white url(../images/table_bg_grey.gif) no-repeat right bottom;
}

table.schedule .td1 {
	width: 105px;
}

table.schedule .td2 {
	width: 200px;
}

table.schedule .td3 {
	width: 125px;
}

table.schedule .td4 {
	width: 110px;
}

table.schedule .td5 {
	width: 60px;
}

table.schedule td.td1 {
	border-left: 1px solid #e5e5e5;
	padding-top: 13px;
}

table.schedule td.td1 a {
	font-weight: bold;
	letter-spacing: -0.3px;
}

table.schedule td.td2 {
	font-weight: bold;
	padding-top: 13px;
}

table.schedule td.td3 img {
	vertical-align: middle;
	margin-right: 3px;
}

table.schedule td.td3 a {
	line-height: 19px;
	text-decoration: none;
}

table.schedule td.td3 a span {
	text-decoration: underline;
}

table.schedule td.td4 {
	padding-top: 13px;
}

table.schedule td.td4 a {
	font-style: italic;
}

table.schedule td.td5 {
	padding-top: 12px;
}

table.schedule td.td5 span {
	width: 42px;
	padding: 8px 8px;
	display: block;
	font-weight: bold;
	text-align: center;
}

table.schedule td.td5 span.mincol {
	background: url(../images/sh_avail_list.png) no-repeat;
	color: white;
}

table.schedule td.td6 {
	padding: 5px 10px;
}

/*
table.schedule td.td6 .button_sm_blue{background: none;color: #225bad;}
table.schedule td.td6 .button_sm_blue .button_sm_2{background: none;}
table.schedule td.td6 .button_sm_blue:hover{background: url(../images/button_sm_blue.png) no-repeat 100% top;color: #225bad;color: white !important;text-decoration: none;}
table.schedule td.td6 .button_sm_blue:hover .button_sm_2{background: url(../images/button_sm_blue.png) no-repeat 0px bottom;}
table.schedule td.td6 .button_s:hover{color: #08469b;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity: 1.0;opacity: 1.0;}
*/

table.events .td1 {
	width: 285px;
}

table.events .td2 {
	width: 120px;
}

table.events .td5 {
	width: 125px;
}

table.events .td6 {
	width: 110px;
}

.materials {
	width: 750px;
	overflow: hidden;
	margin: 20px 0px 40px;
}

.materials_one {
	display: block;
	width: 220px;
	float: left;
	margin: 0px 30px 10px 0px;
	position: relative;
	cursor: pointer;
	position: relative;
}

.materials_one span.image {
	border: 1px solid #e5e5e5;
	width: 198px;
	height: 198px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 1;
}

.materials_one span.name {
	margin: 8px 0px;
	display: block;
}

.materials_one:hover span.image {
	border-color: #609f2f;
}

.video_play {
	width: 66px;
	height: 66px;
	background: url(../images/video.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 2;
	left: 75px;
	top: 75px;
}

.books_image img {
	border: 1px solid #e5e5e5;
	padding: 19px;
}

.books_desc p {
	padding-left: 30px;
	font-size: 15px;
}

.video {
	box-shadow: 0 10px 75px #bbb;
	-moz-box-shadow: 0 10px 75px #bbb;
	-webkit-box-shadow: 0 10px 75px #bbb;
	margin: 30px auto 50px;
	width: 480px;
}

.city_table {
	width: 100%;
	margin: 20px 0px 20px;
}

.city_table td {
	width: 25%;
	font-size: 13px;
}

.city_table .city_name {
	font-size: 24px;
	color: #666;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}

.city_table .city_name img {
	position: absolute;
	left: 0px;
	top: 7px;
	-margin-left: -30px;
}

.city_table .city_ul {
	margin-left: 30px;
	margin: 5px 0px 15px 30px;
}

.contact_border {
	border: 1px solid #0081c7;
	margin-left: 15px;
	padding: 15px;
	font-size: 12px;
	color: #3b4352;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_border1 {
	border: 1px solid #0081c7;
	margin-left: -15px;
	padding: 15px;
	font-size: 12px;
	color: #3b4352;
	font-weight: bold;
	margin-bottom: 10px;
        width: 200px;
        margin-top: 20px;
}

.contact_border p, .contact_border1 p {
	line-height: 1.1em;
}

.contact_border b, .contact_border1 b {
	font-size: 16px;
	color: black;
}

.contact_border a, .contact_border1 a {
	font-weight: normal;
}

.contact_sms {
	width: 255px;
	height: 120px;
	background: url(../images/contact_sms.jpg) no-repeat;
	display: block;
	color: white;
	position: relative;
	text-decoration: none;
}

.contact_sms .bt {
	font-size: 28px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	position: relative;
	left: 35px;
	top: 31px;
}

.contact_sms .st {
	display: block;
	position: absolute;
	left: 36px;
	top: 56px;
}

.contact_sms:hover {
	color: white;
}

.contact_party {
	width: 255px;
	height: 120px;
	background: url(../images/contact_party.jpg) no-repeat;
	display: block;
	color: white;
	position: relative;
	text-decoration: none;
}

.contact_party .bt {
	font-size: 28px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	left: 35px;
	top: 31px;
	position: relative;
}

.contact_party .st {
	display: block;
	position: absolute;
	left: 36px;
	top: 56px;
}

.contact_party:hover {
	color: white;
}
.content_block .col_2 .was_trenings{
    margin-left: 25px;
}
.was_trenings {
	margin-left: 0px;
        width: 200px;
}

.trenings_list_2 li {
	background: #f2f3f5;
	margin-bottom: 1px;
	height: 36px;
	padding: 6px 12px;
}

.trenings_list_2 a {
	text-decoration: none;
	display: block;
	background: url(../images/_blank.gif) no-repeat 100% 5px;
	min-height: 1px;
}

.trenings_list_2 .t_name {
	font-size: 12px;
	font-weight: bold;
	color: #084499;
	display: block;
}

.trenings_list_2 .t_title {
	font-size: 11px;
	color: #666;
	width: 190px;
	height: 14px;
	display: block;
	overflow: hidden;
}

.trenings_list_2 a:hover .t_name {
	text-decoration: underline;
}

.trenings_list_2 a:hover .t_title {
	text-decoration: underline;
}

.maps {
	background: url(../images/blue_line.gif) repeat-x 0px 100%;
	height: 25px;
	margin-top: 30px;
}

.maps li {
	float: left;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 20px;
}

.maps li.active {
	background: url(../images/blue_arr.gif) no-repeat 50% 100%;
}

.maps li.active a {
	color: #084499;
}

.maps li a {
	text-decoration: none;
	color: #4c4c4c;
}

.maps li a:hover {
	color: #609f2f;
}

.events_list {
	background: url(../images/check_bg.gif) repeat-x 0px 100%;
	height: 31px;
}

.events_list li {
	height: 29px;
	padding: 0px 10px;
	line-height: 30px;
	background: url(../images/check_act.gif) repeat-x 0px 100%;
	color: white;
	border: 1px solid transparent;
	border-bottom: 1px solid #909bb0;
	margin-right: 0px;
}

.events_list li.active {
	background: white;
	border: 1px solid #909bb0;
	border-bottom-color: white;
}

.events_list li a {
	color: white;
	font-size: 13px;
}

.events_list li.active a {
	color: #003493;
	font-size: 15px;
}

.map_print {
	position: absolute;
	margin-top: 320px;
	margin-left: 120px;
}

.map {
	box-shadow: 0 10px 50px #bbb;
	-moz-box-shadow: 0 10px 50px #bbb;
	-webkit-box-shadow: 0 10px 50px #bbb;
	width: 400px;
	margin: 50px auto 50px;
}

.faq_ul {
	list-style-type: none;
}

.faq_ul li {
	margin-bottom: 10px;
}

.faq_ul .faq_head {
	margin-bottom: 20px;
}

.faq_ul .faq_head a {
	border-bottom: 1px dashed #084499;
	color: #084499;
	text-decoration: none;
	font-size: 16px;
}

.faq_ul .faq_head a:hover {
	border-bottom: 1px solid transparent;
}

.faq_ul .act .faq_content {
	display: block;
}

.faq_ul .faq_content {
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 25px;
	display: none;
}

.trenings_main {
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
	margin-top: 20px;
}

.trening_one {
}

.trenings_step {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	letter-spacing: -1px;
	display: block;
	height: 25px;
}

.trenings_title {
	font-weight: normal;
}

.trenings_c {
	background: url(../images/next_trening.jpg) no-repeat 100% 100%;
	padding-bottom: 30px;
}

.trenings_image {
	width: 240px;
	float: left;
	padding-top: 20px;
}

.trenings_desc {
	font-size: 16px;
}

.col_3 .trenings_desc {
	margin-right: 25px;
}

.col_3 .trenings_title {
	margin-bottom: 20px;
}

.col_3 .t_image_bg_1 {
	margin-right: 0px;
	position: relative;
	margin-left: -10px;
}

.col_3 .t_image_bg_2 {
	margin-right: 0px;
}

.top30 {
	margin-top: 30px;
}

.top70 {
	margin-top: 70px;
}

.slideblock {
}

.slideblock .desc {
	margin-left: 200px;
	display: none;
}

.slideblock .desc p {
	margin: 0px 0px 10px;
}

.slideblock .block {
	clear: both;
	padding-top: 15px;
}

.slideblock .block_act .desc {
	display: block;
}

.slideblock .name {
	background: url(../images/slideblock.jpg) no-repeat;
	display: block;
	width: 173px;
	height: 55px;
	line-height: 40px;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 10px;
	cursor: pointer;
	color: black;
	float: left;
	text-decoration: none;
}

.slideblock .name:hover {
	background-position: bottom;
}

.slideblock .block_act .name {
	background-position: bottom;
}

.t_opt {
	background: #fbfcfc url(../images/t_opt.jpg) no-repeat top center;
	width: 612px;
	margin: 50px auto;
	box-shadow: 0 10px 50px #ccc;
	-moz-box-shadow: 0 10px 50px #ccc;
	-webkit-box-shadow: 0 10px 50px #ccc;
}

.t_opt2 {
	padding: 30px;
	font-family: Georgia;
	font-style: italic;
	color: #666;
	position: relative;
}

.t_opt2 .title {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.next_opinion {
	width: 189px;
	height: 35px;
	background: url(../images/next_opinion.jpg) no-repeat;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 10px;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}
.opinion_img_preview{
	max-height: 210px;
	max-width: 195px;
}

.t1_block1 {
	background: url(../images/t1d4.jpg) no-repeat right bottom;
}

.t1_block1 .title {
	position: relative;
	font-size: 20px;
	color: #6b9d00;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	padding: 8px 0px 12px;
	padding-left: 30px;
	margin-left: -30px;
}

.t1_block1 p {
	margin: 0px 0px 5px;
}

.t1_block2 {
	padding-left: 120px;
	margin: 20px 0px;
}

.t1_block2 .title {
	position: relative;
	font-size: 20px;
	color: #6b9d00;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	padding: 8px 0px 12px;
	padding-left: 30px;
	margin-left: -30px;
}

.t1_block2 p {
	margin: 0px 0px 5px;
}

.t1_block3 {
	padding: 50px 0px 30px;
	background: url(../images/t1d5.jpg) no-repeat right top;
}

.t1_block3 .title {
	position: relative;
	font-size: 20px;
	color: #6b9d00;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	padding: 8px 0px 12px;
	padding-left: 30px;
	margin-left: -30px;
}

.t1_block3 p {
	margin: 0px 0px 5px;
}

.t1_block4 {
	padding: 20px 0px 40px;
	padding-left: 240px;
	background: url(../images/t1d6.jpg) no-repeat left top;
	margin-top: 20px;
}

.t1_block4 .title {
	position: relative;
	font-size: 20px;
	color: #6b9d00;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	padding: 8px 0px 12px;
	padding-left: 30px;
	margin-left: -30px;
}

.t1_block4 p {
	margin: 0px 0px 5px;
}

.t1_block5 {
}

.t1_block5 .col_3 {
	padding-right: 30px;
	width: 330px;
}

.t1_block5 .red {
	color: #c50000;
}

.t2_block1 {
	background: url(../images/t2d2.jpg) no-repeat right center;
	padding: 30px 0px;
	padding-right: 360px;
}

.t2_block2 {
	height: 590px;
	position: relative;
	line-height: 1.6em;
}

.t2_block2 .type1 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	color: #084598;
	font-size: 18px;
	font-weight: bold;
	width: 360px;
}

.t2_block2 .type2 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	color: #669933;
	font-size: 18px;
	font-weight: bold;
	width: 340px;
	left: 380px;
	top: 30px;
}

.t2_block2 .type3 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	font-style: italic;
	width: 340px;
	left: 30px;
	top: 100px;
}

.t2_block2 .type4 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	color: #084598;
	font-size: 16px;
	width: 340px;
	left: 345px;
	top: 170px;
}

.t2_block2 .type5 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	color: #669933;
	font-size: 14px;
	width: 295px;
	left: 10px;
	top: 210px;
}

.t2_block2 .type6 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 24px;
	font-style: italic;
	width: 400px;
	left: 210px;
	top: 300px;
}

.t2_block2 .type7 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	font-style: italic;
	width: 335px;
	left: 25px;
	top: 370px;
}

.t2_block2 .type8 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	font-style: italic;
	width: 250px;
	left: 445px;
	top: 400px;
}

.t2_block2 .type9 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-style: italic;
	font-size: 12px;
	width: 260px;
	left: 70px;
	top: 465px;
}

.t2_block2 .type10 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	color: #084598;
	font-size: 20px;
	width: 325px;
	left: 360px;
	top: 490px;
}

.t2_block3 {
	background: url(../images/t2d4.jpg) no-repeat left top;
	padding-left: 180px;
}

.t2_block4 {
	position: relative;
	height: 905px;
}

.t2_block4 .type1 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 300px;
}

.t2_block4 .type2 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 240px;
	left: 360px;
	color: #52a600;
}

.t2_block4 .type3 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 160px;
	left: 40px;
	top: 125px;
	color: #52a600;
}

.t2_block4 .type4 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 205px;
	left: 240px;
	top: 105px;
}

.t2_block4 .type5 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 220px;
	left: 490px;
	top: 110px;
}

.t2_block4 .type6 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 160px;
	top: 250px;
	left: 10px;
}

.t2_block4 .type7 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 240px;
	left: 200px;
	top: 260px;
}

.t2_block4 .type8 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 230px;
	left: 465px;
	top: 240px;
}

.t2_block4 .type9 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 175px;
	left: 35px;
	top: 425px;
}

.t2_block4 .type10 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 230px;
	left: 250px;
	top: 410px;
	color: #52a600;
}

.t2_block4 .type11 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 170px;
	left: 520px;
	top: 400px;
}

.t2_block4 .type12 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 190px;
	left: 30px;
	top: 545px;
}

.t2_block4 .type13 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 205px;
	left: 270px;
	top: 550px;
}

.t2_block4 .type14 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 170px;
	left: 515px;
	top: 520px;
}

.t2_block4 .type15 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 230px;
	left: 50px;
	top: 670px;
}

.t2_block4 .type16 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 310px;
	left: 345px;
	top: 665px;
	color: #52a600;
}

.t2_block4 .type17 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 355px;
	left: 35px;
	top: 780px;
	color: #52a600;
}

.t2_block4 .type18 {
	padding: 10px 0px 0px 30px;
	background: url(../images/green2.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 230px;
	left: 450px;
	top: 780px;
}

.t2_block5 {
}

.t2_block5 .type1 {
	background: url(../images/t2d5.jpg) no-repeat 0px 0px;
	padding-left: 40px;
}

.t2_block5 .type1 .title {
	font-size: 24px;
	color: #1a578c;
	font-family: Trebuchet MS, Arial;
	padding-top: 5px;
}

.t2_block5 .type1 p {
	font-size: 12px;
}

.t2_block6 .col_3 {
	width: 330px;
	padding-right: 30px;
}

.t3_block1 {
	height: 250px;
}

.t3_block1 .type1 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	width: 280px;
	margin-top: 10px;
	line-height: 1.6em;
}

.t3_block1 .type2 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #628b2b;
	width: 360px;
	margin-left: 320px;
	line-height: 1.6em;
}

.t3_block1 .type3 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #084499;
	width: 330px;
	margin-left: 65px;
	margin-top: 115px;
	line-height: 1.6em;
}

.t3_block1 .type4 {
	position: absolute;
	display: block;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	width: 285px;
	margin-left: 410px;
	margin-top: 115px;
	line-height: 1.6em;
}

.t3_block2 {
	background: url(../images/t3d3.jpg) no-repeat 0px 0px;
	height: 565px;
	line-height: 1.5em;
}

.t3_block2 .type1 {
	position: absolute;
	display: block;
	margin-left: 270px;
	margin-top: 50px;
	width: 210px;
}

.t3_block2 .type2 {
	position: absolute;
	display: block;
	margin-left: 510px;
	width: 220px;
}

.t3_block2 .type3 {
	position: absolute;
	display: block;
	margin-left: 290px;
	margin-top: 170px;
	width: 175px;
}

.t3_block2 .type4 {
	position: absolute;
	display: block;
	margin-left: 490px;
	margin-top: 195px;
	width: 240px;
}

.t3_block2 .type5 {
	position: absolute;
	display: block;
	margin-left: 0px;
	margin-top: 350px;
	width: 260px;
}

.t3_block2 .type6 {
	position: absolute;
	display: block;
	margin-left: 295px;
	margin-top: 370px;
	width: 220px;
}

.t3_block2 .type7 {
	position: absolute;
	display: block;
	margin-left: 520px;
	margin-top: 325px;
	width: 220px;
}

.t3_block2 .type8 {
	position: absolute;
	display: block;
	margin-left: 80px;
	margin-top: 490px;
	width: 415px;
}

.t3_block3 {
}

.t3_block3 .left {
	width: 400px;
	float: left;
}

.t3_block3 .left ul {
	list-style-type: disc;
	margin-left: 15px;
}

.t3_block3 .left li {
	margin-bottom: 25px;
	line-height: 1.3em;
}

.t3_block3 .right {
	width: 270px;
	float: right;
	color: #ff7200;
	font-size: 18px;
}

.t3_block3 .right .title28 {
	line-height: 1.1em;
}

.t3_block4 {
	height: 490px;
	position: relative;
	line-height: 1.3em;
}

.t3_block4 div {
	padding-left: 10px;
}

.t3_block4 .type1 {
	display: block;
	padding-top: 30px;
	background: url(../images/green1.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	width: 240px;
}

.t3_block4 .type2 {
	display: block;
	padding-top: 30px;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 300px;
	top: 40px;
	width: 130px;
}

.t3_block4 .type3 {
	display: block;
	padding-top: 30px;
	background: url(../images/green3.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 465px;
	top: 40px;
	width: 160px;
}

.t3_block4 .type4 {
	display: block;
	padding-top: 30px;
	background: url(../images/green1.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	top: 165px;
	width: 240px;
}

.t3_block4 .type5 {
	display: block;
	padding-top: 30px;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 270px;
	top: 150px;
	width: 270px;
}

.t3_block4 .type6 {
	display: block;
	padding-top: 30px;
	background: url(../images/green3.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 550px;
	top: 130px;
	width: 140px;
}

.t3_block4 .type7 {
	display: block;
	padding-top: 30px;
	background: url(../images/green3.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	top: 270px;
	width: 220px;
}

.t3_block4 .type8 {
	display: block;
	padding-top: 30px;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 350px;
	top: 270px;
	width: 230px;
}

.t3_block4 .type9 {
	display: block;
	padding-top: 30px;
	background: url(../images/green2.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 10px;
	top: 380px;
	width: 250px;
}

.t3_block4 .type10 {
	display: block;
	padding-top: 30px;
	background: url(../images/green3.jpg) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #509a00;
	position: absolute;
	left: 440px;
	top: 365px;
	width: 250px;
}

.t3_block5 {
	background: url(../images/t3d5.jpg) no-repeat right center;
	padding: 20px 0px;
	padding-right: 330px;
}

.t4_block1 {
	background: url(../images/t4d1.jpg) no-repeat;
}

.t4_block1 .type1 {
	color: white;
	font-size: 20px;
	width: 480px;
	margin: 0px auto;
	padding: 10px 0px;
	line-height: 1.4em;
	text-align: center;
	display: block;
	height: 168px;
}

.t4_block1 .type2 {
	font-size: 11px;
	font-style: italic;
	width: 400px;
	margin: 0px auto;
	text-align: center;
}

.t4_block2 {
	background: url(../images/t4d2.jpg) no-repeat right center;
	padding: 20px 0px;
	padding-right: 240px;
}

.t4_block3 {
}

.t4_block3 .type1 {
	margin-left: 50px;
	width: 330px;
	float: left;
	font-family: Trebuchet MS, Arial;
	color: #cd0000;
	font-size: 22px;
	font-style: italic;
	line-height: 1.3em;
}

.t4_block3 .type2 {
	float: right;
	width: 280px;
	margin-right: 40px;
	margin-top: 60px;
	font-style: italic;
	font-size: 16px;
}

.t4_block3 .type2 span {
	font-size: 12px;
}

.t4_block3 .type3 {
	width: 600px;
	margin-top: 20px;
	font-size: 20px;
	color: #084598;
	line-height: 1.3em;
}

.t4_block3 .type4 {
	width: 300px;
	font-size: 16px;
	font-style: italic;
	color: #999;
	margin-left: 90px;
	margin-top: 20px;
	line-height: 1.6em;
}

.t4_block3 .type5 {
	margin-left: 240px;
	margin-top: 20px;
	width: 360px;
	font-size: 18px;
	color: #666;
	font-style: italic;
	line-height: 1.6em;
}

.t4_block3 .type6 {
	margin-left: 30px;
	font-size: 24px;
	font-style: italic;
	line-height: 1.6em;
	margin-top: 20px;
	width: 490px;
}

.t4_block3 .type7 {
	width: 500px;
	font-size: 16px;
	font-style: italic;
	color: #999;
	margin-left: 160px;
	margin-top: 20px;
	line-height: 1.6em;
}

.t4_block4 {
	padding-right: 20px;
	margin: 20px 0px;
}

.t4_block4 .title {
	background: url(../images/green_yes.jpg) no-repeat;
	position: relative;
	margin-left: -30px;
	padding-left: 30px;
	font-size: 20px;
	color: #6b9d00;
	padding-top: 10px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	line-height: 1.4em;
}

.t4_block5 {
	padding-right: 20px;
	margin: 20px 0px;
	padding-left: 20px;
}

.t4_block5 .title {
	background: url(../images/green_yes.jpg) no-repeat;
	position: relative;
	margin-left: -30px;
	padding-left: 30px;
	font-size: 20px;
	color: #6b9d00;
	padding-top: 10px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	line-height: 1.4em;
}

.t4_block6 {
	background: url(../images/t4d5.jpg) no-repeat;
}

.t4_block6 .type1 {
	font-size: 12px;
	font-style: italic;
	font-family: Trebuchet MS, Arial;
	width: 400px;
	padding-top: 360px;
}

.t4_block6 .type2 {
	font-size: 20px;
	color: #084598;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	line-height: 1.6em;
}

.w150 {
	width: 180px;
	margin-right: 0px;
	float: left;
}

.w150 span {
	display: block;
	font-size: 12px;
}

.w150 b {
	font-size: 20px;
	line-height: 1em;
}

.trening_team {
	margin-bottom: 0px;
	padding-top: 20px;
}

.trening_team .team {
	margin: 20px 0px;
}

.trening_team .team .left {
	width: 150px;
	float: left;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
}

.trening_team .team .left img {
	margin-bottom: 10px;
}

.trening_team .team .left a {
	text-decoration: none;
}

.trening_team .team .right {
	width: 470px;
	float: left;
	font-size: 16px;
}

.trening_team .team p {
	margin: 0px;
}

.t5_block1 {
	position: relative;
	line-height: 1.8em;
	height: 360px;
	background: url(../images/t5d1.jpg) no-repeat;
}

.t5_block1 .type1 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	display: block;
	font-weight: bold;
	left: 0px;
	top: 10px;
	width: 170px;
	color: #084598;
}

.t5_block1 .type2 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	display: block;
	font-weight: bold;
	left: 185px;
	top: 30px;
	width: 245px;
	color: #669933;
}

.t5_block1 .type3 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 16px;
	display: block;
	font-style: italic;
	left: 460px;
	top: 60px;
	width: 270px;
}

.t5_block1 .type4 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 23px;
	display: block;
	font-weight: bold;
	left: 25px;
	top: 145px;
	width: 255px;
	line-height: 1.4em;
}

.t5_block1 .type5 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	display: block;
	font-weight: bold;
	left: 456px;
	top: 180px;
	width: 260px;
	color: #084598;
}

.t5_block2 {
	position: relative;
	height: 380px;
	background: url(../images/t5d2.jpg) no-repeat;
}

.t5_block2 .type1 {
	position: absolute;
	display: block;
	font-size: 13px;
	left: 40px;
	top: 55px;
	width: 140px;
}

.t5_block2 .type2 {
	position: absolute;
	display: block;
	font-size: 14px;
	left: 220px;
	top: 85px;
	width: 190px;
}

.t5_block2 .type3 {
	position: absolute;
	display: block;
	font-size: 13px;
	left: 550px;
	top: 120px;
	width: 170px;
}

.t5_block2 .type4 {
	position: absolute;
	display: block;
	font-size: 15px;
	left: 65px;
	top: 180px;
	width: 280px;
}

.t5_block2 .type5 {
	position: absolute;
	display: block;
	font-size: 11px;
	left: 425px;
	top: 235px;
	width: 200px;
}

.t5_block3 {
}

.t5_block3 .type {
	background: url(../images/green_yes.jpg) no-repeat 0px 0px;
	padding-left: 30px;
	padding-top: 10px;
}

.t5_block3 .title {
	font-family: Trebuchet MS, Arial;
	font-size: 17px;
	color: #6b9d00;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.6em;
}

.t5_block3 p {
	margin-top: 5px;
}

.t5_block3 .type1 {
	width: 460px;
}

.t5_block3 .type2 {
	width: 250px;
	float: left;
}

.t5_block3 .type3 {
	width: 380px;
	float: right;
}

.t5_block3 .type4 {
	margin-left: 150px;
}

.t5_block4 {
	padding: 20px 0px;
}

.t5_block4 .title {
	background: url(../images/green_yes.jpg) no-repeat 0px 0px;
	padding-left: 30px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial;
	font-size: 17px;
	color: #6b9d00;
	font-weight: bold;
	line-height: 1.4em;
	width: 220px;
	float: left;
}

.t5_block4 .text {
	float: right;
	width: 450px;
}

.t5_block5 {
	padding: 20px 0px;
	background: url(../images/t5d3.jpg) no-repeat right center;
	padding-right: 150px;
}

.t5_block5 .type {
	background: url(../images/green_yes.jpg) no-repeat 0px 0px;
	padding-left: 30px;
	padding-top: 10px;
}

.t5_block5 .title {
	font-family: Trebuchet MS, Arial;
	font-size: 17px;
	color: #6b9d00;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.6em;
}

.t5_block5 p {
	margin-top: 5px;
}

.t5_block6 {
	background: url(../images/t5d4.jpg) no-repeat;
	padding-left: 130px;
	padding-bottom: 10px;
}

.ts_title1 {
	font-size: 24px;
	color: #579800;
	font-weight: bold;
	padding: 20px 0px;
	line-height: 1em;
}

.ts_title2 {
	font-size: 24px;
	padding: 0px 0px 10px;
	line-height: 1em;
}

.ts_title3 {
	font-size: 16px;
	font-style: italic;
}

.ts_block1 {
	background: url(../images/tsd1.jpg) no-repeat 100% 100%;
	font-size: 16px;
	height: 580px;
}

.ts_block1 p {
	width: 265px;
}

.ts_title4 {
	font-size: 28px;
	font-family: Trebuchet MS, Arial;
	line-height: 1em;
	margin-top: 20px;
}

.ts_block2 {
	list-style-type: none;
	height: 200px;
	padding: 20px 0px;
}

.ts_block2 li {
	background: url(../images/tsd2.jpg) no-repeat 0px 0px;
	padding-top: 45px;
	float: left;
	color: #6b9d00;
	padding-right: 20px;
	width: 160px;
	line-height: 1.3em;
}

.ts_block3 {
	border: 1px solid #a8d18a;
	padding: 0px 20px;
}

.ts_block3 p {
	text-align: center;
	line-height: 30px;
	font-size: 24px;
}

.ts_block4 {
	background: url(../images/tsd3.jpg) no-repeat 100% 40px;
	font-size: 16px;
	padding-top: 40px;
}

.ts_block4 ul {
	list-style: disc;
}

.ts_block4 ul li {
	padding-bottom: 10px;
	line-height: 1.3em;
}

.ts_block5 {
	background: url(../images/tsd4.jpg) no-repeat 100% 50px;
	font-size: 13px;
	padding-top: 20px;
}

.ts_block5 p {
	line-height: 16px;
}

p.focus_1 {
	font-size: 16px;
	color: #084598;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	margin: 5px 0px;
	line-height: 1.2em;
}

p.focus_2 {
	font-size: 13px;
	color: #669933;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	margin: 10px 0px;
	line-height: 1.2em;
	margin-left: 50px;
}

p.focus_3 {
	font-size: 12px;
	font-style: italic;
	font-family: Trebuchet MS, Arial;
	margin: 15px 0px;
	line-height: 1.2em;
	margin-bottom: 15px;
	padding-right: 50px;
}

.t6_block1 {
	position: relative;
	line-height: 1.8em;
	margin-left: -10px;
	background: url(../images/t6d1.jpg) no-repeat;
}

.t6_block1 .type1 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 23px;
	display: block;
	left: 40px;
	top: 0px;
	width: 195px;
	font-weight: bold;
}

.t6_block1 .type2 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	display: block;
	left: 275px;
	top: 25px;
	width: 200px;
}

.t6_block1 .type3 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	display: block;
	left: 510px;
	top: 30px;
	width: 175px;
}

.t6_block1 .type4 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 17px;
	font-style: italic;
	display: block;
	left: 145px;
	top: 110px;
	width: 155px;
}

.t6_block1 .type5 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	display: block;
	left: 320px;
	top: 105px;
	width: 165px;
	color: #084598;
}

.t6_block1 .type6 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 15px;
	font-style: italic;
	display: block;
	left: 280px;
	top: 195px;
	width: 160px;
}

.t6_block1 .type7 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	display: block;
	left: 500px;
	top: 170px;
	width: 220px;
}

.t6_block1 .type8 {
	padding-top: 285px;
	margin-left: 10px;
}

.t6_block2 {
	background: url(../images/t6d2.jpg) no-repeat right top;
	padding-right: 240px;
	margin-bottom: 40px;
}

.t6_block2 p {
	line-height: 1.2em;
}

.t7_block1 {
	position: relative;
	line-height: 1.8em;
	height: 190px;
}

.t7_block1 .type1 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	width: 350px;
	color: #084598;
}

.t7_block1 .type2 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	left: 385px;
	top: 35px;
	width: 340px;
}

.t7_block1 .type3 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 16px;
	width: 315px;
	left: 120px;
	top: 120px;
}

.t7_block2 {
	background: url(../images/t7d2.jpg) no-repeat top right;
}

.t7_block3 {
	position: relative;
	line-height: 1.3em;
	height: 250px;
}

.t7_block3 .type1 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	width: 275px;
	color: #667589;
	top: 32px;
	left: 26px;
}

.t7_block3 .type2 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	width: 270px;
	color: #486995;
	left: 360px;
}

.t7_block3 .type3 {
	font-family: Trebuchet MS, Arial;
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	width: 600px;
	color: #295ea6;
	top: 150px;
	left: 100px;
	line-height: 1.4em;
}

.t7_block4 {
	background: url(../images/t7d6.jpg) no-repeat 100% 80px;
}

.t7_block4 h2 {
	margin-bottom: 430px;
}

.t7_block4 p {
	margin: 12px 0px;
}

.t7_block5 {
	color: white;
	background: url(../images/t7d7.jpg) no-repeat;
	height: 445px;
	text-align: center;
	padding-top: 245px;
}

.t7_block5 p {
	text-align: center;
	width: 460px;
	margin: 10px auto;
	font-size: 15px;
}

.t7_block8 {
	background: url(../images/t7d8.jpg) no-repeat 100% 0%;
}

.t8_block1 {
	height: 370px;
	display: block;
	background: url(../images/t8d1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 21px 75px;
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0px;
}

.t8_block2 {
	background: url(../images/t8d2.jpg) no-repeat 100% 50px;
	font-size: 16px;
	line-height: 22px;
	background-size: 288px 370px;
}

.t8_block4 {
	background: url(../images/t8d4.jpg) no-repeat 100% 0px;
}

.t8_block5 {
	background: url(../images/t8d5.jpg) no-repeat 100% 0px;
}

.t8_block5 p {
	font-size: 16px;
	line-height: 22px;
}

.t8_block6 {
	background: url(../images/t8d6.jpg) no-repeat 100% 30px;
	background-size: 310px 215px;
	background-position-y: 50px;
}

.t8_block6 p {
	font-size: 16px;
	line-height: 22px;
}

.t8_block7 {
	list-style-position: 0px 0px;
	width: 600px;
}

.t8_block7 li {
	font-size: 16px;
	line-height: 22px;
	background: url(../images/t8d7.jpg) no-repeat 0px 5px;
	padding: 5px 0px 3px 30px;
}

.t8_block9 {
	background: url(../images/t8d9.jpg) no-repeat 100% 20px;
	font-size: 16px;
	line-height: 22px;
}

.a_block_1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	margin: 20px 0px 30px;
	font-family: Trebuchet MS, Arial;
}

.a_block_1 p {
	display: block;
	text-align: center;
}

.a_block_2 {
	background: url(../images/ablock1.jpg) no-repeat left bottom;
	height: 330px;
	font-family: Trebuchet MS, Arial;
	margin-bottom: 40px;
}

.a_block_2 p {
	width: 480px;
}

.a_block_3 {
	background: url(../images/ablock3.jpg) no-repeat 0px 150px;
	height: 400px;
}

.a_block_3 p {
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
}

.a_block_3 p.ab1 {
	margin-left: 120px;
}

.a_block_3 p.ab2 {
	margin-left: 300px;
}

.a_block_4 {
	background: url(../images/ablock4.jpg) no-repeat right center;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
}

.a_block_4 p {
	width: 460px;
	padding-top: 20px;
	padding-bottom: 50px;
}

.a_block_5 {
	background: url(../images/ablock5.jpg) no-repeat right bottom;
	height: 400px;
	margin-bottom: 30px;
}

.trening_note {
	background: #eef6fa;
	font-size: 16px;
	margin: 30px 0px;
}

.trening_note .edited {
	padding: 20px 30px 0px;
padding-bottom: 25px;
}

.trening_note ul {
	list-style: disc;
}

.trening_note li {
	padding-bottom: 10px;
}

.trening_note .line {
	background: url(../images/trenings_line.gif) repeat-x;
	height: 8px;
}

.trening_note .buttons {
	background: #dae9f0;
	padding: 20px 30px;
}

.trening_note .buttons a {
	margin: 5px 0px;
}

.no_bg {
	background: none;
}

.p50 {
	padding-left: 50px;
}

.p100 {
	padding-left: 100px;
}

.w300 {
	width: 300px;
}

.w400 {
	width: 400px;
}

.w420 {
	width: 420px;
}

.w480 {
	width: 480px;
}

.w600 {
	width: 600px;
}

.title28 {
	font-size: 28px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	margin: 25px 0px 20px;
	letter-spacing: -1px;
}

.title20 {
	font-size: 20px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
	margin: 20px 0px 15px;
	letter-spacing: -1px;
}

.title75 {
	font-size: 75px;
	font-weight: bold;
	letter-spacing: -5px;
	color: black;
}

.cnt {
	text-align: center;
}

.t_1 {
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
}

.t_3 {
	font-size: 20px;
	letter-spacing: -1px;
	font-family: Trebuchet MS, Arial;
}

.t_block {
	font-size: 16px;
	width: 410px;
}

.t_header {
	margin-bottom: 30px;
}

.shuffle_1 {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-style: italic;
	position: relative;
	height: 550px;
	background: url(../images/t1d2.jpg) no-repeat 170px 10px;
	margin-top: 15px;
}

.shuffle_1 div {
	position: absolute;
	line-height: 1.2em;
}

.shuffle_1 .sh_1 {
	width: 165px;
	left: 0px;
	top: 35px;
}

.shuffle_1 .sh_2 {
	font-size: 18px;
	color: #cd0000;
	left: 400px;
	top: 40px;
	width: 310px;
}

.shuffle_1 .sh_3 {
	left: 55px;
	top: 255px;
	width: 230px;
}

.shuffle_1 .sh_4 {
	font-size: 28px;
	font-weight: bold;
	top: 215px;
	left: 380px;
	width: 330px;
}

.shuffle_1 .sh_5 {
	font-size: 18px;
	color: #6b9d00;
	top: 340px;
	left: 0px;
	width: 240px;
}

.shuffle_1 .sh_6 {
	left: 290px;
	top: 390px;
	width: 220px;
}

.shuffle_1 .sh_7 {
	color: #084598;
	left: 540px;
	top: 320px;
	width: 175px;
}

.t_meeting {
	background: url(../images/tbg1.jpg) no-repeat -50px 50px;
	position: relative;
}

.t_club {
	background: url(../images/header_club.jpg) no-repeat 0px 73px;
	position: relative;
}

.r_opinion {
	margin-left: 15px;
}

#basic-modal-content {
	display: none;
	overflow: hidden;
}

#simplemodal-overlay {
	background-color: #285185;
}

#simplemodal-container {
	min-height: 20px;
	/*min-width: 720px;*/
}

#simplemodal-container a.modalCloseImg {
	background: url(../images/close.jpg) no-repeat;
	width: 62px;
	height: 23px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 9px;
	right: 9px;
	cursor: pointer;
}

.feedback {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.price_feedback {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.sign {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.feedback_c {
	padding: 30px 30px;
}

.feedback h1 {
	color: #579800;
}

.feedback table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.feedback table tr td {
	padding-bottom: 10px;
}

.feedback label {
	line-height: 25px;
	font-weight: normal;
}

.feedback label span {
	color: red;
}

.feedback input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.feedback textarea {
	width: 375px;
}

.price_feedback_c {
	padding: 30px 30px;
}

.price_feedback h1 {
	color: #579800;
}

.price_feedback table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.price_feedback table tr td {
	padding-bottom: 10px;
}

.price_feedback label {
	line-height: 25px;
	font-weight: normal;
}

.price_feedback label span {
	color: red;
}

.price_feedback input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.price_feedback textarea {
	width: 375px;
}

.recall, .report_s {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.recall_c, .report_s_c {
	padding: 30px 30px;
}

.recall h1, .report_s h1 {
	color: #579800;
}

.recall table , .report_s table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.recall table tr td, .report_s table tr td {
	padding-bottom: 10px;
}

.recall label, .report_s label {
	line-height: 25px;
	font-weight: normal;
}

.recall label span, .report_s label span {
	color: red;
}

.recall input, .report_s input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.recall textarea, .report_s textarea {
	width: 375px;
}

.mailer_modal {
	display: none;
	background: #f3f3f3;
	width: 450px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.mailer_modal_c {
	padding: 30px 30px;
}

.mailer_modal h1 {
	color: #579800;
}

.mailer_modal table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.mailer_modal table tr td {
	padding-bottom: 10px;
}

.mailer_modal label {
	line-height: 25px;
	font-weight: normal;
}

.mailer_modal label span {
	color: red;
}

.mailer_modal input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.mailer_modal textarea {
	width: 375px;
}

.cities_div {
	display: none;
	background: #f3f3f3;
	width: 720px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.cities_div_c {
	padding: 30px 30px;
}

.sign_c {
	padding: 30px 30px;
}

.sign h1 {
	color: #579800;
}

.sign table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.sign table tr td {
	padding-bottom: 10px;
}

.sign label {
	line-height: 25px;
	font-weight: normal;
}

.sign label span {
	color: red;
}

.sign input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.sign textarea {
	width: 375px;
}

.sms_modal {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.sms_modal_c {
	padding: 30px 30px;
}

.sms_modal h1 {
	color: #579800;
}

.sms_modal table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.sms_modal table tr td {
	padding-bottom: 10px;
}

.sms_modal label {
	line-height: 25px;
	font-weight: normal;
}

.sms_modal label span {
	color: red;
}

.sms_modal input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.sms_modal textarea {
	width: 375px;
}

hr {
	background: #e5e5e5;
	border: 0px;
	height: 1px;
}

.pages {
	height: 50px;
}

.pages ul {
}

.pages li {
	float: left;
	font-size: 24px;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
}

.pages li.text {
	width: auto;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: -1px;
}

.pages li a {
	text-decoration: none;
	display: block;
	width: 41px;
	height: 41px;
	text-align: center;
}

.pages li.active {
	background: url(../images/page_active.jpg) no-repeat;
}

.pages li.active a {
	color: white;
}

.bottom {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 20px;
	height: 140px;
}

.bottom .td1 {
	width: 120px;
	float: left;
}

.bottom .td2 {
	width: 120px;
	float: left;
}

.bottom .td3 {
	width: 120px;
	float: left;
}

.bottom .td4 {
	width: 440px;
	float: left;
	text-align: right;
}

.bottom .td5 {
	width: 160px;
	float: left;
	text-align: center;
}

.rmes {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
}

#imagespark:hover .imagespark {
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
}

#imagespark {
	text-decoration: none;
	position: relative;
}

.imagespark_text {
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	position: absolute;
	left: 15px;
	top: 0px;
	color: #595959;
}

.imagespark_text a {
	color: #595959;
	text-decoration: none;
	font-family: Arial;
}

.imagespark {
	width: 74px;
	height: 61px;
	background: url(../images/imagespark.gif) no-repeat top left;
	position: absolute;
	top: 10px;
}

#imagespark:hover .imagespark_text a {
	text-decoration: underline;
}

a#move_up {
	position: fixed;
	top: 0;
	width: 7%;
	height: 100%;
	display: none;
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	text-decoration: none;
	color: #7a7b76;
	padding-top: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	left: 0;
}

a#move_up:hover {
	color: #000;
	background: #bdbcb8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#feedback_popup_btn {
	border: 1px solid #0a3c59;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	padding: 13.5px 27px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	color: #06426c;
	font-size: 13px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
}

#feedback_popup_btn:hover {
	border: 1px solid #0a3c59;
	text-shadow: #1e4158 0 1px 0;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	color: #fff;
}

#feedback_popup_btn:active {
	text-shadow: #1e4158 0 1px 0;
	border: 1px solid #0a3c59;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
	color: #fff;
}

#btn_wrapper {
	position:fixed;
	top: 50%;
	right: 0;
}

.review_feedback {
	display: none;
	background: #f3f3f3;
	width: 600px;
	font-size: 15px;
	box-shadow: 0 10px 75px #333;
	-moz-box-shadow: 0 10px 75px #333;
	-webkit-box-shadow: 0 10px 75px #333;
	font-family: Trebuchet MS, Arial;
	color: #666;
}

.review_feedback_c {
	padding: 30px 30px;
}

.review_feedback h1 {
	color: #579800;
}

.review_feedback table {
	width: 100%;
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
}

.review_feedback table tr td {
	padding-bottom: 10px;
}

.review_feedback label {
	line-height: 25px;
	font-weight: normal;
}

.review_feedback label span {
	color: red;
}

.review_feedback input {
	font-size: 16px;
	padding: 3px 0px;
	width: 375px;
}

.review_feedback textarea {
	width: 375px;
}
.t-format{
    background: none repeat scroll 0 0 #E5F3F5;
    /*width: 60%;*/
    border-radius:5px;
    /*margin-left: 20%;*/
    padding: 15px 5px 15px 0px;
    text-align: center;
    margin-bottom: 20px;
}
.t-format label{
    font-size: 16px;
    text-align: center;
    width: 100%;
    /*margin-left: 30%;*/
}
.t-format p{
    /*margin-left: 5px;*/
    width: 100%;
    text-align: center;
    margin: 0px;
}
.only18{
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    z-index: 999;
}
.partner{
    color: #949695;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.formcpir{
    padding-top: 3px !important;
}
.formcpir .name{
    margin-top: 15px !important;
}
.asdf{
    padding-bottom: 20px;
}
.button_top_blue_mcpir{
	background-image: url(/images/look_rasp.png);
	background-size:100%;
	background-position: center top;
	background-repeat: no-repeat;
	width: 160px;
	height: 33px;
	text-align: center;
	margin: 0 auto;
	margin-left: 15px;
margin-top: -10px;
}
.button_top_blue_mcpir2{
	background-image: url(/images/know_more.png);
	background-size:100%;
	background-position: center top;
	background-repeat: no-repeat;
	width: 160px;
height: 35px;
	text-align: center;
	margin: 0 auto;
	margin-left: 15px;
	margin-bottom:5px;
}
.button_top_green2{
	background: url(../images/ostavitzayavku.png) no-repeat;
	height: 32px;
	line-height: 32px;
	color: white;
    width: 185px;

}
.button_top_blue3 {
	background: url(../images/know_more_podr.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
	color: white;
        width: 133px;
}
.trenings_price .open_price_feedback{
	background: url(../images/price.png) no-repeat 100% top;
	height: 32px;
	line-height: 32px;
}
.pricebtn:hover {
}
.t_header_postsed{
	font-size: 46px;
	font-weight: bold;
	color: black;
	font-family: Arial;
	letter-spacing: -5px;
}
.postsed_1{
	font-size: 27px;
	font-weight: bold;
	color: #609f2f;
	font-family: Arial;
}
.postsed_2{

}
.postsed_text{
	font-size: 15px;
	font-family: Arial;
	color: #5f5f5f;
	text-align: left;
}
.postsed_video{
	margin-left: 110px;
	margin-top: 25px;
	margin-bottom: 45px;
}
.postsed_sign_button{
	width: 100%;
	background: #edf1f9;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content_header_silver {
	background: url(../images/silver_bck.jpg) no-repeat;
	height: 110px;
	position: relative;
	font-family: Trebuchet MS, Arial;
	margin-top: 0px;
}
/*Buttons easy*/
a.button-easy{
    width: 80px;
    height: 32px;
    margin-right: 20px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-family: Trebuchet MS, Arial;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

a.button-easy.green{
    background: url(../images/buttons_green.png) no-repeat;
}

a.button-easy.blue{
    background: url(../images/buttons_blue.png) no-repeat;
}

a.button-green:hover{
    text-decoration: underline;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

a.button-easy.size2{
    width: 100px;
    background-position: 0 -32px;
}

a.button-easy.size3{
    width: 120px;
    background-position: 0 -64px;
}

a.button-easy.size4{
    width: 140px;
    background-position: 0 -96px;
}

a.button-easy.size5{
    width: 160px;
    background-position: 0 -128px;
}
a.button-easy.size6{
    width: 180px;
    background-position: 0 -160px;
}
/*GeoIp modal*/
.geo-ip-city{
    display: none;
    background: #f3f3f3;
    width: 500px;
    font-size: 15px;
    box-shadow: 0 10px 75px #333;
    -moz-box-shadow: 0 10px 75px #333;
    -webkit-box-shadow: 0 10px 75px #333;
    font-family: Trebuchet MS, Arial;
    color: #666;
}
.modal-content{
    padding: 40px 30px 30px;
    text-align: center;
}
#sign-form input[name=lastname]{
    display: none;
}
img.training-sticker{
	display: inline;
	vertical-align: middle;
}

