/* ======== */
/* Default */

html, body, form, table {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100.01%;
}

body {
	/*color: #576473;*/
	color: #000;
	font-size: 75%;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	padding: 0;
}
table td {
	vertical-align: top;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #2D748F;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

input, select, textarea {
	font-size: 91.66%;
	font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	/* clear: both; */
	margin: 0;
}

h1 {
	font-size: 233.33%;
	font-weight: normal;
	/*color: #072345;*/
	color: #000;
	margin-bottom: 0.5em;
}
h1 b {
	font-weight: normal;
}

h2 {
	font-size: 166.7%;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2.large {
	font-size: 200%;
	margin-bottom: 0.5em;
}
h2.small {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 133.33%;
	margin-bottom: 0.25em;
}
h3 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 100%;
	margin-bottom: 0.5em;
}
h3.large {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 116.66%;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h4 {font-weight: normal;}
p {margin: 0 0 1.5em 0;}

.hidden {display: none;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}


/* ======= */
/* Layout */

html {
	min-width: 1200px;
	height: 100%;
	min-height: 700px;
}
body {
	min-height: 100%;
	position: relative;
	padding-bottom: 1px;
	/*background: #F8F7F4 url("../img/bg_page_inner.png") repeat-x 50% 0;*/
	background: #FFF url("../img/bg_page_inner.png") repeat-x 50% -10px;
}
#head-page #page {
	/*background: url("../img/bg_page_gradient.png") no-repeat 50% 0;*/
	background: url("../img/bg_page_gradient.png") no-repeat 50% 0px;
}
#page {
	/*background: url("../img/bg_page_gradient_inner.png") no-repeat 50% 0;*/
	background: url("../img/bg_page_gradient_inner.png") no-repeat 50% -10px;
	padding: 0 5px 150px 5px;
	position: relative;
	overflow: hidden;
}
#head-page {
	/*background: #F8F7F4 url("../img/bg_page.png") repeat-x 50% 0;*/
	background: #FFF url("../img/bg_page.png") repeat-x 50% 0;
}
#page #page-inner {
	width: 1200px;
}

/* Header */
#header {
	margin: 0 auto;
	width: 940px;
	height: 130px;
	font-family: Georgia, "Times New Roman", serif;
	color: #FFF;
	position: relative;
	padding-top: 23px;
}
#page-inner {
	width: 1011px;
	margin: 0 auto;
	overflow: hidden;
}


/* Logo */
#logo {
	width: 727px;
	float: left;
	font-size: 133.33%;
	line-height: 1.2em;
}
#logo h1 {
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}
#logo img:first-child {
	margin: 21px 0 0 0;
}
#logo img {
	margin: 30px 0 0 0;
}
#logo div {
	width: 230px;
	height: 91px;
	float: left;
	background: url("../img/vr_header.png") no-repeat;
	padding: 37px 0 0 21px;
}
#logo div,
#logo div a {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}
#logo .logo-print {
	display: none;
}

/* New logo */
/*
#logo {
	float: left;
	font-size: 133.33%;
	line-height: 1.2em;
}
#logo h1 {
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}
#logo img {
	float: left;
	margin: -10px 18px 0 -5px;
}
#logo .logo-print {
	display: none;
}
*/



/* Contacts */
#contacts {
	float: right;
	text-align: right;
	font-family: Arial,​ Tahoma,​ sans-serif;
	padding-top: 25px;
}
#contacts span {
	float: left;
	white-space: nowrap;
	background: url("../img/white_dot.png") no-repeat 0 1.2em;
	padding: 0 0 0 27px;
	margin: 0 0 0 20px;
}
#contacts b {
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.1;
}
#contacts b:first-child {
	letter-spacing: -0.045em
}

#contacts i {
	color: #BBC4E4;
	font-size: 13px;
	font-family: Arial, Tahoma, sans-serif;
	font-style: normal;
}




.top-column {
	width: 940px;
	padding: 0 130px 50px;
	margin: 0 auto;
}
#head-page .top-column {
	background: url("../img/top-shadow.png") no-repeat 50% 100%;
	padding: 0 130px 50px;
	position: relative;
	margin: 0 auto;
}
.top-column {
	width: 940px;
	padding: 0;
	margin: 0 auto 60px;
	background: none;
	z-index: 500;
}

/* Main menu */

.main-menu {
	width: 966px;
	margin: 0 0 0 -13px;
	margin-bottom: 0px;
}
.main-menu a {
	text-decoration: none;
}
.main-menu .inner {
	width: 200px;
	padding: 12px 17px 7px 17px;
}
.main-menu .hidden {
	position: absolute;
	z-index: 10000;
	background: #E4EAEA;
	border: 1px solid #F8F7F4;
	border-top: none;
	margin-left: -1px;
}
.main-menu .item-1 {
	font-size: 133.33%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
.main-menu .item-1,
.main-menu .item-1 a {
	color: #14132E;
}
.main-menu .is-full a:hover {
	text-decoration: none;
}
.main-menu .item-1-childs div {
	margin-bottom: 0.5em;
	padding-left: 2px;
	background: url("../img/mark.png") no-repeat 17px 7px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ======= */
/* Blocks */


/* Banners */
.left-column {
	float: left;
	margin-left: 130px;
	width: 650px;
	position: relative;
	z-index: 200;
}
#head-page #banners {
	margin-bottom: 10px;
}
#banners {
	overflow: hidden;
	z-index: 100;
	position: relative;
}
#banners a{
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
	height: 147px;
	text-decoration: none;
	z-index: 150;
}
#banners h3{
	position: absolute;
	width: 181px;
	height: 28px;
	bottom: 0;
	left: 0;
	padding: 10px 7px 10px 17px;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-shadow:0px 1px 0px #000;
	background: url("../img/bg-span.png") repeat-x;
	z-index: 100;

}
#banners img{
	z-index: 50;
}

/* Join form */
.join-form {
	/*height: 346px;*/
	color: #F8F7F4;
	background: url("../img/bg_join_form2.jpg") no-repeat;
	padding: 9px 10px 20px 28px;
}
.join-form form {
	/*overflow: hidden;*/
}
.join-form h2 {
	font-size: 141.7%;
	margin: 10px 0 5px 0;
}
.join-form .item {
	margin: 0 0 4px 0;
}
.join-form .item-input {
	width: 100px;
	float: left;
	margin-right: 19px;
}
.join-form div .email {
	width: 220px;
}
.join-form label {
	color: #BBC4E4;
	font-size: 91.7%;
}
.join-form .input,
.join-form select {
	width: 220px;
	height: 16px;
	color: #576473;
	border: 1px solid #D4D8DE;
	background: #FFF;
	padding: 1px;
	margin:1px 0 3px;
}
.join-form .input {
	width: 100px;
}
.join-form select {
	width: 222px;
	height: 20px;
}
.join-form .red-button {
	margin: 7px 0 0 0;
	font-size: 14px;
	width: 172px;
	height: 33px;
	text-shadow: 0 1px 1px #404040, 0 0 1px #404040;
}
.join-form .red-button-wide {
	background: url("../img/button_form.png") no-repeat;
}

.join-form img {
	margin:1px 0 3px;
	float:left;
	width:110px;
}
.join-form .send-success {
	padding-top: 30px;
}

.join-form #captcha_input {
	float:left;
	margin-left:5px;
	height:28px;
	font-size:21px;
	text-align:center;
	color:#05102E
}
.red, a .red, a.red {
	color: #FF0000;
}

.light-form .newListSelected {
	width: 215px;
	height: 16px;
	z-index: auto;
	color: #9BA4B0;
	background: #FFF url("../img/arrow_menu_down.gif") no-repeat 97% 5px;
	border: 1px solid #D4D8DE;
	padding-top: 2px;
	margin: 0 0 4px 0;
}
.light-form .selectedTxt {
	height: 17px;
}
.light-form .newList {
	width: 222px;
	color: #9BA4B0;
	border: 1px solid #D4D8DE;
	border-top: 0;
	background: #FFF;
	margin-left: -1px;
}
.light-form .hiLite {
	color: #000;
	background: #CCC;
}
.light-form .newListHover {
	background: #EEE;
}


/* Content */
#content {
	font-size: 12px;
	padding-right: 15px;
}
.left-column h2 {
	color: #072345;
	font-size: 28px;
	font-family: Georgia, sans-serif;
}
#content h2 {
	margin: 15px 0;
}
#content h3 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 21px;
	font-weight: normal;
	font-style: italic;
}
#content h3 + ul {
	margin-top: -0.75em;
}
#content p {
	margin-bottom: 15px;
}
#content ul {
	list-style-type: none;
	margin: 0.3em 0 1.5em;
	padding: 0;
}
#content  ul > li,
#content  ol ul > li {
	background: url("../img/bullet_list.gif") no-repeat scroll 4px 0.7em transparent;
	margin-bottom: 0.3em;
	overflow: hidden;
	padding-left: 25px;
}
#content .block_right ul {
	list-style: none outside none;
	padding: 0;
	float:right;
	margin-left:10px;
}
#content .block_right ul li {
	background: url("../img/blueblock_li.png") no-repeat scroll 0 0 transparent;
	display: table;
	height: 29px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: middle;
	width: 200px;
	line-height:14px;
}
#content .block_right ul li a {color:#fff; }

h2 .toggled-off, h3 .toggled-off {
	background: url("../img/arrow_menu_down.gif") no-repeat scroll 100% 8px transparent;
	text-decoration: none;
}
h2 .toggled, h3 .toggled {
	padding: 0 10px 0 0;
}
.toggled-off {
	border-bottom: 1px dashed #2D748F;
}

/* Slideshow */
#slideshow {
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 300;
}
#slideshow,
#slideshow * {
	color: #FFF;
	font-family: Arial, Tahoma, sans-serif;
}
#slideshow .item {
	width: 100%;
	height: 99%;
	display: none;
}
#slideshow .first {
	display: block;
}
#slideshow .img-link {
	width: 100%;
	height: 100%;
	display: block;
}
#slideshow .red-button {
	position: absolute;
	bottom: 0;
}
#slideshow .img {
	position: absolute;
}

/* Slideshow thumbnails */

#slideshow-controls a {
	width: 29px;
	position: absolute;
	z-index: 400;
}
#slideshow-controls b {
	display: block;
	width: 14px;
	height: 260px;
	background: url("../img/slideshow_controls.png") no-repeat -1111px 0;
	cursor: pointer;
}
#slideshow-controls .next  {
	right: 130px;
}
#slideshow-controls .next  b {
	background-position: -14px 117px;
}
#slideshow-controls .prev {
	left: 130px;
}
#slideshow-controls .prev b {
	margin-left: 15px;
	background-position: 0px 117px;
}
#slideshow-controls .next:hover b {
	background-position: -42px 117px;
}
#slideshow-controls .prev:hover b {
	background-position: -28px 117px;
}


/* Top block */
#top-block {
	height: 106px;
	height: 260px;
	position: relative;	/* For news carousel */
	overflow: hidden;	/* For news carousel */
}

/* slideshow */
#slideshow .red-button,
#slideshow h2,
#slideshow h3,
#slideshow h4 {
	text-shadow: 0 1px 1px #404040, 0 0 1px #404040;
}
#slideshow h2 {
	font-size: 32px;
	font-weight: bold;
	color: #d5fbff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#slideshow a {
	line-height: 16px;
	text-decoration: none;
}
#slideshow h3 {
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
#slideshow h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}
#slideshow .text {
	width: 100%;
	height: 217px;
	position: relative;
	padding: 20px 0 0 30px;
	line-height: 33px;
}
#slideshow .text h2 p {
	margin: 5px 0 0 0;
}
#slideshow .text .red{
	color: #e40a09;
}
#slideshow .text .img{
	position: absolute;
	bottom: 0;
	left: 230px;
}
#nav {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	bottom: 52px;
	list-style: none;
	width: 940px;
	z-index: 300;
	height: 10px;
}
#nav a{
	font-size: 0;
	line-height: 0;
	padding: 6px;
	background: url("../img/nav-a.png") no-repeat;
	margin-left: 7px;
	color: transparent;
}
#nav .activeSlide {
	background: url("../img/nav-b.png") no-repeat;
}

/* Form */
.red-button {
	width: 101px;
	height: 29px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	padding: 0 0 2px 0;
	cursor: pointer;
	line-height: 16px;
}
a.red-button {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 12px 0 0 0;
}
.red-button-wide {
	width: 172px;
	background: url("../img/button_red.png") no-repeat;
}

/* Join form */
.join-form {
	background: #171f43 url("../img/bg_join_form.jpg") no-repeat !important;
}



.group-items {
	z-index: 500;
	position: relative;
}
.group-items div {
	float: left;
}
.group-items a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;

}
.group-items .activ  a{
	color: #ff343c;
	text-shadow: none
}
.group-items span {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #7acdfe;
}

.right-column {
	margin-right: 130px;
	width: 284px;
	float: right;
	padding-bottom: 33px;
	position: relative;
	z-index: 100;
}
.right-column a{
	display: block;
	margin-bottom: 10px;
}
.right-column {
	padding-bottom: 10px;
}
.is-banners .right-column {
	margin-bottom: -5px;
}
.right-column-top {
	/*height: 360px;*/
}
.right-column-top {
	margin: 0 0 22px 0;
}
#second-page .right-column-top {
	min-height: 123px;
	padding-bottom: 40px;
}


/* Footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 40;
	height: 140px;
	clear: both;
	background: #E4EAEA;
}
#footer .inner {
	width: 1000px;
	margin: 35px auto 0;
	position: relative;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #373f42;
}
#footer .last b{
	font-size: 18px;
	font-weight: normal;
}
#footer .last .gray{
	color: #6d828a;
}
#develop {
	margin:-20px 30px 0 0;
	float: right;
	white-space: nowrap;
}
#develop .text {
	line-height: 2em;
}
#develop img {
	margin: -2px 0 0 4px;
	vertical-align: middle;
}
#bottom-navigation .vr {
	color: #A4B5BB;
	margin: 0 8px;
}
#bottom-navigation .skype {
	padding: 0 0 4px 20px;
	background: url("../img/skype.png") no-repeat 0 0;
}

.styled-form {
	padding-right: 13px;
}
.body-inner .styled-form {
	padding: 0;
	width: 100%;
}
.styled-form form {
	margin-bottom: 15px;
}
.styled-form form h3, .styled-form form p {
	margin: 0 0 8px;
}
.styled-form fieldset {
	border-color: #E1DDD3;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 15px 0;
	width: 100%;
}
.styled-form .fieldset td {
	padding-bottom: 15px;
}
.styled-form td {
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: middle;
}
.styled-form .title {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}
.styled-form .form-element {
	display: block;
	margin-bottom: 5px;
}
.styled-form td .form-element {
	margin: 0;
}
.styled-form .block-1, .styled-form .block-2 {
	width: 320px;
}
.styled-form .block-1 {
	float: left;
}
.styled-form .block-2 {
	float: right;
}
.styled-form .w-100 td {
	padding-right: 0;
	width: 320px;
}
.styled-form .w-100 td:first-child, .styled-form .w-100 td.first-child {
	padding-right: 37px;
}
.styled-form .input, .styled-form .form-element-1 label {
	padding: 6px 0 5px;
}
input.chbx, input.rbtn {
	vertical-align: middle;
}
.styled-form textarea, .styled-form textarea.input {
	height: 80px;
	padding: 1px 0;
}
.styled-form input.input {
	height: 15px;
}
.styled-form .form-element-1 .input {
	float: left;
	margin: 0;
	width: 288px;
}
.styled-form .form-element-1 label {
	background: none repeat scroll 0 0 #629CB6;
	color: #FFFFFF;
	float: left;
	padding-bottom: 6px;
	text-align: center;
	width: 30px;
}
.styled-form .form-element-2 {
	margin-bottom: 10px;
}
.styled-form .captcha #captcha_input {
	width: 140px;
}
.styled-form .captcha img {
	border: 1px solid #C5C8C2;
	display: block;
	margin: 0 0 5px;
}
.styled-form fieldset .captcha img {
	float: left;
	margin-right: 12px;
}
.styled-form .button-wrap {
	background: url("../img/button-wrap.gif") no-repeat scroll 100% 50% #629CB6;
	float: left;
	font-size: 1.45em;
	height: 29px;
	padding: 15px 45px 10px 15px;
}
.styled-form .button-wrap input {
	background: url("../img/button-w-bg.gif") repeat-x scroll 0 50% #DDDDDD;
	border: 1px solid #707070;
	color: #2B3746;
}
.styled-form .answer {
	padding-top: 17px;
}
.styled-form .answer .label {
	float: left;
	width: 30px;
}
.styled-form .answer .checkbox {
	float: left;
	width: 640px;
}
.styled-form .required {
	color: #F65117;
}
.styled-form .input, .drop-select22 .newListSelected {
	border: 1px solid #CED3D9;
}
.styled-form .input:focus {
	outline: 1px solid #F65117;
}
.styled-form .inp-0 {
	width: 100%;
}
.styled-form .inp-1 {
	width: 247px;
}
.styled-form .inp-2 {
	width: 100px;
}
.styled-form .inp-3 {
	width: 675px;
}
.styled-form .inp-4 {
	width: 318px;
}
.styled-form .inp-5 {
	width: 210px;
}
.styled-form .input, .styled-form .drop-select22 .sselect, .drop-select22 .newListSelected {
	color: #576473;
	font-size: 100%;
}
.styled-form .icon {
	vertical-align: bottom;
}

#movie-container {
	background: url("../upload/movie_bg.jpg") no-repeat scroll 0 0 transparent;
	padding: 23px 79px 43px;
	margin-left: -33px;
}

/*program*/
.program {
	float: left;
	margin: 5px;
	overflow: hidden;
	width: 300px;
}


/*newListSelected*/
.newListSelected {
	width: 312px;
	padding-bottom: 3px;
	padding-top: 7px;
	background: url("../img/arrow_select_down.gif") no-repeat scroll 100% 50% #FFFFFF;
	color: #89929D;
	float: left;
	border: 1px solid #CED3D9;
	padding-left: 10px;
}
.drop-select22 .droped {
	background-image: url("../img/arrow_select_up.gif");
}
.styled-form .drop-select22 ul.newList {
	height: auto;
	margin-left: -1px;
	top: 27px !important;
	width: 321px;
	list-style: none;
	padding: 0;
}
.drop-select22 ul.newList li {
	background: none repeat scroll 0 0 transparent !important;
	font-size: 1em;
	padding: 5px 8px !important;
	position: relative;
}

.main-menu .first_level{
	position: relative;
	padding: 10px 15px;
}
.main-menu .point{
	margin: 10px -16px 10px -3px;
}
.main-menu .item-1-childs{
	display: none;
	position: absolute;
	min-width: 100%;
	width: 150%;
	left: 0;
	top: 35px;
	z-index: 2000;
	background-color: #f9f8f6;
	padding: 5px 10px 10px 0;
}
.main-menu .waid{
	max-width: 100%;
	padding-right: 0;
}
.main-menu .item-1-childs a{
	font-size: 12px;

	//white-space:pre;

	text-transform: none;
	font-weight: normal;
	color: #2d748f;
}
.main-menu .first_level:hover{
	background-color: #f9f8f6;
}
.main-menu .first_level:hover a{
	color: #072345;
	text-shadow: none;
}
.main-menu .first_level:hover .item-1-childs a{
	color: #2d748f;
	text-shadow: none;
}
.main-menu .first_level .item-1-childs  a:hover{
	color: #072345;
}
.main-menu .first_level:hover .item-1-childs{
	display: block;
}
.main-menu .item-1-childs div {
	margin-bottom: 0.5em;
	padding-left: 25px;
	clear: both;
}

/* Table */
.table {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 1em;
	width: 100%;
}
.table caption {
	background: none repeat scroll 0 0 #A4BAC4;
	color: #FFFFFF;
	font-size: 1.48em;
	line-height: 1.2em;
	padding: 9px 11px;
	text-align: left;
}
.table th, .table td {
	padding: 6px;
}
.table th {
	background: none repeat scroll 0 0 #A4BAC4;
	color: #FFFFFF;
	font-size: 0.9em;
	border-right: 3px double #A4BAC4;
}
.table td {
	border-bottom: 1px solid #EAF1F1;
	border-right: 3px double #A4BAC4;
	color: #3E4A58;
}
.table tr.odd {
	background: none repeat scroll 0 0 #F5F8F8;
}
.table td.last {
	border-right: medium none;
	padding-right: 9px;
}
.table .last_study td {
	font-weight: bold;
	text-decoration: underline;
}
.date-td {
	font-weight: bold;
	text-transform: lowercase;
}
.date-td a {
	color: #3E4A58;
}
.table-frame {
	border: 3px double #A4BAC4;
}
.table-frame td {
	border-right: medium none;
}
.partners_faculties_logo img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A4BAC4;
	padding: 5px;
}
#content img.left {
	margin: 0.3em 1.3em 1.3em 0;
	margin:0!important;
}

/* NewList */
.newList {
	position: absolute;
	background-color: #FFF;
	border-bottom: 1px solid #CED3D9;
	border-left: 1px solid #CED3D9;
	border-right: 1px solid #CED3D9;
	overflow: auto;
}

/* Map */
#head-page .map {
	border: 0;
	margin: 0;
	padding: 0;
}
.map {
	border-bottom: 1px solid #cad9dd;
	margin-bottom: 15px;
	padding-bottom: 12px;
	width: 284px;
}
.map #main-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.map #main-menu ul{
	list-style: none;
	padding-left: 15px;
}
.map #main-menu li a{
	text-decoration: none;
	margin: 0;
}
.map #main-menu li a:hover{
	text-decoration: underline;
}
.right-column .map a:hover{
	text-decoration: underline;
}
.right-column .map a {
	border-top: 1px dotted #BDBDC3;
	padding: 7px 0 7px 17px;
	background: url("../img/stik.png") no-repeat 0 13px;
	margin: 0;
	text-decoration: none;
	line-height: 12px;
	font-size
}
.right-column .map a b{
	color: #072345;
	font-weight: 300;
}
#form_of_study * {
	display: none;
}

#program26 {
	display: block;
}

.fake_select {
	display: none;
}

















.top-menu {
	width:100%;
	margin:0;
}


.top-menu TD.link {
	height:41px;
	vertical-align:middle;
	white-space: nowrap;
	width: 1%;
}

.top-menu TD.divider {
	color: #7ACDFE;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}


.top-menu TD.pre {
	background:none;
}

.top-menu TD B {
	line-height:41px;
	font:bold 13px "Arial";
	text-decoration:none;
	position: relative;
	*position: static;
	z-index: 999;
}

.top-menu TD .sub-menu B a {
	color: #072345;
}

.top-menu TD A, .top-menu TD SPAN  {
	display:block;
	line-height: 41px;
	color:#fff;
	border-radius: 2px 2px 0 0;
	text-decoration:none;
	text-align:center;
	padding:0 23px;
}
.top-menu TD ul li A{
	margin-left: 0px !important;

}

.top-menu TD.active A, .top-menu TD.active SPAN  {
	display:block;
	line-height:41px;
	background:  url(../img/menu-bg-center-a.png) top left repeat-x;
	padding:0 15px;
	margin:0 8px;
	color:#fff
}

.top-menu TD.on {background: url(../img/menu-bg-right-a-active.png) top right no-repeat;}
.top-menu TD.on B {background: url(../img/menu-bg-left-a-active.png) top left no-repeat;}
.top-menu TD.on A, .top-menu TD.active SPAN  {
	background: #fff;
	color:#072345;
	padding:0 10px;
	margin:0 13px;
}

.top-menu .sub-menu {
	position:relative;
	margin:0 0 0 3px;
	*z-index:99;
	/*  z-index:99; */
}


.top-menu .sub-menu UL {
	position: absolute;
	min-width: 100%;
	left: 10px;
	border: 1px solid #9de1fb;
	border-top: none!important;
	background:#fff;
	border-radius: 0 2px 2px 2px;
	margin:41px 0 20px 0;
	z-index:9999;
	padding: 5px 0 20px 40px
}


.top-menu .sub-menu UL LI {
	text-align:left;
	margin: 0 0 0 -30px;
	list-style: none;
	padding: 4px 20px 4px 10px;
	background: url(../img/mark.png) 0 12px no-repeat;
	position: relative;
	min-width:190px;
}

.top-menu .sub-menu UL LI a {
	color: #2D748F!important;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.top-menu .sub-menu UL LI a:hover {text-decoration:underline!important}




.top-menu TD.on .sub-menu A  {
	display:inline;
	color:#fff;
	background:none;
	line-height:12px;
	padding: 0 0;
	font-size:12px;
}

.top-menu .sub-menu, .top-menu .sub-menu-programs {display:none;}
.top-menu TD.on .sub-menu, .top-menu TD.on .sub-menu-programs {display:block; background: #fff;}


.sub-menu-2 {
	position:absolute;
	top:-1px;
	left:100%;
	display: none;
}

.sub-menu .on .sub-menu-2 {
	display: block;
}


.top-menu .sub-menu UL UL {
	background:#fff;
	margin:0;
	left: -10px;
	padding:0;
	border-top:1px solid #1a7fe4;
}

.top-menu .sub-menu UL UL .on {
	background:#fff url(../img/sub-menu-bull.png) 15px 18px no-repeat;
}

.top-menu .sub-menu-2 UL LI {

}
#likebuttons{
}
#likebuttons #vk_like{
	margin:0 0 0 10px;
	float: right;
	width: 144px !important;
}

/*      fix_button       */
.fix_button {
	position: fixed;
	right: -6px;
	top: 50%;
	cursor: pointer;
	width: 60px;
	margin-top: -96px;
	height: 192px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	z-index: 501;
	line-height: 20px;
	text-align: center;
}
.fix_form {
	background: transparent;
	position: fixed;
	top: 50%;
	margin-top: -165px;
	right: 25px;
	z-index: 501;
	display: none;
	width:247px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: -1px 1px 3px 0px #A7A7A7;
	box-shadow: -1px 1px 3px 0px #A7A7A7;
}
.fix_form form .name1{
	background: url("../img/name.png") no-repeat;
}
.fix_form form .name2{
	background: url("../img/phone.png") no-repeat;
}
.fix_form form .name3{
	background: url("../img/email_fix.png") no-repeat;
}
.fix_form form .div4 label{
	left: 10px;
}
input.fix_sybmit {
	color: #6b6b6b;
	margin: 5px 0 5px 0;
	float: right;
	background: #cccccc;
	border: 1px solid #a0a0a0;
}
input.fix_sybmit:hover{
	color:#000;
	border: 1px #A7A7A7 solid;
	background:#B9B9B9;
	cursor:pointer;
}
.fix_form form {
	clear: both;

	border: 1px solid #cbcbcb;
	border-top: none;
	background: #fff;
	padding:12px;
	overflow: hidden;
}
.fix_form form div{
	position: relative;
}
.fix_form label{
	top: 10px;
	left: 25px;
	font-style: italic;
	color: #969696;
	position: absolute;
}
.fix_form textarea{
	font-style: italic;
	color:#ADADAD;
	margin:4px 0;
	padding:2px 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #D7D7D7 solid;
	background: none;
	width:214px;
	height:120px;

}
.fix_form input[type="text"]{
	font-style: italic;
	color:#ADADAD;
	margin:4px 0;
	padding:2px 4px 2px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px #D7D7D7 solid;
	width:194px;
	height:22px
}
.fix_form .name_form a{
	float:right;
	width:17px;
	height:17px;
	display: block;
}

.fix_form .name_form .turn:hover{
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.fix_form .name_form .close:hover{
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.right_fixblock{
	float: right;
	padding: 10px 10px 0 0;

}
.fix_form .name_form h3 {
	color: #FFFFFF;
	float: left;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 100%;
	line-height: 35px;
	margin-bottom: 0.5em;
	padding: 0 0 0 8px;
	width: 170px;
}
.fix_form .name_form {
	background: url("../img/form_head.png") no-repeat;
	width:247px;
	height:37px;
}
.div4 textarea {
	overflow: auto;
}
.div4 label {
	width: 200px;
}
/*.fix_button {
	-moz-transform: rotate(-90deg); */ /* Firefox */
	/*-o-transform: rotate(-90deg);  /* Opera */
	/* -webkit-transform: rotate(-90deg);  /* Safari y Chrome */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
	/*}*/
	
.transform-link {
	    background: url(../../general/img/transformationbanner.jpg) no-repeat 50% 50% / cover;
	    width: 100%;
	    max-width: 1920px;
	    margin: 0 auto;
	    height: 357px;
	    display: block;
	    text-align: center;
}
.transform-link:hover,
.transform-link:focus {
	opacity: 0.8;
}
.thanks-biggest {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 15px;
}
.thanks-big {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 15px;
}
.thanks-txt {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.footer-thanks {
	display: flex;
	align-items: center; 
	width: 100%;
    bottom: 0;
    z-index: 40;
    height: 140px;
    clear: both;
    background: #E4EAEA;
}

.footer-thanks .inner {
    width: 100%;
    padding: 35px 40px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 12px;
    color: #373f42;
}