@charset 'utf-8';

/************************************************************ базовый набор *****************************************************************/

html { 
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	color: #000; 
}

body {
	height: auto;
	background-color: #fff;
	background-image: url(../img/bg-white.jpg);
	background-repeat: repeat;
	margin: auto;
	width: 100%;
	min-width: 1100px;
}

a, a:visited {
	color: #6166af !important;
	text-decoration: none;
}

a:hover, .footer-nav li > a:hover {
	color: #faa61a !important;
	text-decoration: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: bold;
	color: #6166af;
	padding: 4px;
	text-transform: uppercase;
}

h1, h1 a {
	font-size: 20px;
	line-height: 22px;
}

h2, h2 a {
	font-size: 17px;
	line-height: 19px;
}

h3, h3 a {
	font-size: 14px;
	line-height: 16px;
}

ul { list-style: disc inside; }

ol { list-style: decimal inside; }

.subsection li , .subsection ul{
	list-style: none;
}

.wrapper {
	width: 1600px;
	height: 100%;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.banner {
	display: block;
	background-color: #acacac;
}

time { 
	font-size: 12px;
	color: #959595;
	line-height: 2;
}

address {
	display: inline;
}

.search > input[type="text"], .search > .search-button {
	float: left;
	padding: 1px 10px;
}

input[type="text"] {
	height: 24px;
	border: 1px solid #949ca1;
	border-radius: 6px;
	margin-right: 20px;
}

input, textarea, select { outline: none; }

.button {
	display: block;
	height: 28px;
	line-height: 24px;
	color: #fff;
	border: 1px solid #52569d;
	border-radius: 6px;
	text-align: center;
}

.search-button {
	width: 90px;
	text-transform: uppercase;
	background-image: url(../img/search-button.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

/************************************************************ стили главной страницы *****************************************************************/

/***** header *****/

.header {
	height: auto;
	position: relative;
	width: 1600px;
	margin: 0 auto 20px auto;
}

.header > div {
	position: relative;
	padding: 20px 0;
	overflow: auto;
	height: auto;
	width: 1600px;
}

.header > div > a {
	display: block;
	float: left;	
}

.main-logo {
	margin: 10px 10px 0 0;
}

.header-banner {
	width: 900px;
	height: 90px;
	float: right !important;
}

/***** main nav *****/

.header-nav {
	height: auto;
	width: 1600px;
	clear: both;
	/*border: 1px solid #52569d;*/
	border-radius: 13px;
	position: relative;
}

.headings {
	height: 50px;
	width: 100%;
	border-radius: 13px;
}

.headings .first {
	background-image: url(../img/header-nav-bg.png);
	background-position: 0 0;
	border-radius: 13px 0 0 0;
	border: none;
}

.headings li {
	float: left;
	height: 50px;
	background-image: url(../img/header-nav-bg.png);
	background-position: 50% 0;
	border-left: 1px dashed #6166af;
}

.headings .last {
	background-image: url(../img/header-nav-bg.png);
	background-position: 100% 0;
	border-radius:0 13px 0 0;
}

.headings a {
	display: inline-block;
	margin: auto;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 0 31px 0 31px;
	line-height: 50px;
	text-shadow: #3c4086 1px 1px 0;
	text-transform: uppercase;
}

.header-nav .active{
	background: #ededed;
}

.headings li.active a {
	background: url(../img/top-menu-act.png) no-repeat center 36px;
	border-top: 1px solid #40458a;
	color: #40458a !important;
	text-shadow: none;
}

/***** main sub-nav *****/

.header-sub-nav {
	display: none;
	width: 1584px;
	height: 90px;
	background: #ededed;
	border: #40458a 1px solid;
	border-top: none;
	border-radius: 0 0 13px 13px;
	font-size: 13px;
	padding: 5px;
	position: relative;
	margin: 0 0 20px 0;
	background-color: #ededed;
	overflow: hidden;
}
.sub-nav-element:nth-of-type(3) ul {
	width: 2160px;
}
.sub-nav-element:nth-of-type(4) ul {
	width: 1350px;
}

.sub-nav-element li {
	display: inline-block;
	float: left;
	width: 230px;
	padding: 0 10px 20px 30px;
}

.sub-nav-element img {
	width: 60px;
	float: left;
	margin: 5px 10px 0 0;
}

.sub-nav-element a {
	text-decoration: none;
	color: #000;
	line-height: 15px;
	margin: 15px 0 0 0;
	display: block;
	font-size: 13px;
}


/***** content wrapper *****/

.content-wrapper {
	width: 1600px;
	height: auto;
	position: relative;
}


/***** toTop button *****/

#toTop {
	display: none;
	width: 60px;
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: 500px;
	cursor: pointer;	
}

#toTop img {
	display: block;
	margin: 0 15px;
}

#toTop figcaption {
	text-decoration: underline;
	font-size: 15px;
	color: #6166af;
	text-align: center;
}

#toTop:hover figcaption{
	color: #faa61a;
}

/***** main content *****/

.main-content {
	width: 1280px;
	height: auto;
	float: left;
	position: relative;
	clear: both;
}

.main-content-section {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

/***** main content search *****/

.main-search {
	margin-bottom: 20px;
	overflow: auto;
}

.main-search > input[type="text"] {
	width: 1147px;
}

/***** main content info tabs *****/

.visual-nav {
	height: 600px;
}

.info-tabs-wrapper {
	position: relative;
	height: auto;
	width: 1280px;
	overflow: auto;
}

.info-tabs-wrapper ul, .info-tabs-wrapper li {
	list-style: none;
}

.info-tabs-controls {
	height: 36px;
	width: 1278px;
	border: 1px solid #e0e0e0; 
	border-radius: 8px;
	background-color: #edeef2;
	margin-bottom: 40px;
}

.info-tabs-controls .tab {
	display: inline-block;	
}

.info-tabs-controls h2 {
	padding: 0;
}

.info-tabs-controls .tab a {
	padding: 0 42px;
	font-weight: normal;
	display: block;
	height: 36px;
	line-height: 34px;
	color: #737474;	
}

.info-tabs-controls .tab.selected {
	background: url(../img/btn.png) repeat-x 0 -37px;
	border-radius: 13px;
}

.info-tabs-controls .tab.selected h2 {
	background: url(../img/btn.png) no-repeat 0 -74px;
}

.info-tabs-controls .tab.selected a {	
	background: url(../img/btn.png) no-repeat right 0;
	color: #fff !important;
}

.page {
	display: none;
	height: 320px;
	width: 1280px;
	position: relative;
	overflow-x: hidden; 
}

.page > ul {
	height: 300px; 
}

.page.selected {
	display: block;
}

.page ul li {
	display: inline-block;
	float: left;
	width: 50%;
	height: 150px;
}

.page:last-of-type ul, .page:last-of-type li {
	display: block;
	height: auto;
	text-align: left;
	width: 100%;
	list-style: none;
}

.page ul > li > a {
	display: block;
	float: left;
	margin: 4px 20px 10px 0;
}

.page > ul > li > article {
	margin-right: 20px;
	line-height: 1.4;
}

.page article h3 {
	color: #6166af;
}

.page time {
	font-size: 12px;
	color: #959595;
	line-height: 2;
}

.site-map table tbody  tr td ul li div {display: none;}

/***** all news *****/

.news {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	clear: both;
}

.news a:before {
	left: -.5em;
	margin: 0 0 0 -50%;
}

.news a:before, .news a:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 50%;
	height: 2px;
	vertical-align: middle;
	border-top: 1px dotted #999;
}

.news a:after {
	left: .5em;
	margin: 0 -50% 0 0;
}

/***** roundabout *****/

.roundabout {
	width: 90%;
	height: 150px;
	margin: 100px auto 10px;
	position: relative;
}

.roundabout ul, .roundabout li {
	list-style: none;
}

.roundabout li {
	width: 190px;
	height: 130px;
	box-shadow: #929292 0 0 10px;
	cursor: pointer;
}

.roundabout li:hover figcaption {
	color: #faa61a;
}

.roundabout img {
	width: 100%;
	height: 100%;
}

.roundabout figcaption{
	display: block;
	text-align: center;
	color: #6166af;
	font-size: 11px;
	margin: 6px 0 0 0;
}

/***** main content carousel *****/

.seminars-carousel {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 25px 0 25px 0;
	margin-bottom: 25px;
}

.carousel-wrapper {
	height: auto;
	min-height: 216px;
	border: 1px solid #e2e2e2;
	border-radius: 14px;
	background-color: #ededed;
	position: relative;
	overflow-x: hidden;
	width: 780px;
	margin: auto;
}

.images {
	height: auto;
	width: 318px;
	float: left;
	overflow: hidden;
}

.carousel  {
	position: relative;
	overflow-x: hiden;
}

.carousel ul, .carousel li {
	list-style: none;
}

.carousel .images {
	width: 263px;
	height: 175px;
	margin: 20px 36px 20px 20px;
	float: left;
}

.carousel .images img {
	display: block;
	float: left;
	border-radius: 4px;
}

.carousel h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin: 20px 0 0 0;
	padding-bottom: 4px;
	float: left;
	border-bottom: 1px solid #c6c6c5;
	width:435px;
}

.carousel .description-wrapper {
	overflow-x: hidden;
	position: relative;
	width: 435px;
	float: left;
}

.description-wrapper .description {
	width: 5000px;
	height: 125px;
	position: relative;
	left: 0;
	overflow-x: hidden;
}

 .description .slide {
	position: relative;
    overflow: hidden;
	width: 435px;
	display: inline-block;
	float: left;
}

.carousel .active {
	display: inline-block;
}

.carousel header > p {
	padding-top: 4px;
}

.carousel time {
	font-size: 10px;
	color: #959595;
}

.carousel article {
	line-height: 1.4;
}

.carousel article h3 a {
	color: #6166af;
}

.carousel article h3 a:hover {
	color: #faa61a;
}

.carousel .controls {
	width: 435px;
	position: relative;
	float: left;
	height: 23px;
	margin-top: 5px;
	border-top: 1px solid #c6c6c5;
	padding-top: 5px;
}
.carousel .controls .carousel-prev {
	top: 4px;
	float: left;
	height: 21px;
	padding-left: 30px;
	background: url('../img/carousel.png') no-repeat 0 0;	
}
.carousel .controls .carousel-next {
	top: 4px;
	float: right;
	height: 21px;
	padding-right: 30px;
	background: url('../img/carousel.png') no-repeat 0 25%;
}

.carousel .controls a {
	display: inline-block;
}
.carousel .controls .pause, .carousel .controls .play {
	height: 20px;
	width: 20px;
	background: url('../img/carousel.png') no-repeat 0 50%;
}

.carousel-pagination{
	padding-left: 110px;
	float: left;
}
.carousel .controls .active, .carousel .controls .slider-bull {
	height: 20px;
	width: 20px;
	background: url(../img/carousel.png) no-repeat 0 75%;
}
.carousel .controls .active {
	background: url(../img/carousel.png) no-repeat 0 100%;
}


/***** news-detail *****/

.news-detail p {
	text-indent: 20;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

.news-detail h3 {
	margin: 10px 0 20px 0;
}

/***** news-inner *****/

.news-inner {
	list-style: none;
}

.news-inner p {
	margin: 0 !important;
}

.news-inner > li {
	display: inline-block;
	float: left;
	width: 50%;
	height: 150px;
}

.news-inner > li > article {
	margin-right: 20px;
	line-height: 1.4;
}

.news-inner > li > a {
	display: block;
	float: left;
	margin: 4px 20px 10px 0;
}


/***** main content big article *****/

.article-section {
	width: 1280px;
	position: relative;
}

.article-section > article > h1 {
	margin-bottom: 24px;
}

.article-section > article > p {
	margin-bottom: 20px;
	line-height: 20px;
}

.article-section > article ul {
	list-style: inside disc;
}

.article-section > article ul p {
	margin-bottom: 14px;
	line-height: 20px;
}

.article-section > article li {
	margin-bottom: 10px;
	line-height: 20px;
}

.article-section > article li:last-of-type {
	margin-bottom: 20px;
}



/***** aside *****/

.content-aside {
	width: 220px;
	height: auto;
	float: right;
}

.content-aside > .subscribe-button {
	background-color: #7579bf;
	background-image: url(../img/subscribe-button-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 218px;
	margin-bottom: 20px;
	color: #fff !important;
}

.subscribe-button:hover {
	color: #fff;
}

.content-aside .banner {
	width: 220px;
	height: 70px;
	margin-bottom: 14px;
}

.aside-banner:last-of-type {
	margin-bottom: 34px;
}

.content-aside-bottom {
	clear: both;
}

.content-aside-bottom .banner {
	width: 468px;
	height: 60px;
	float: left;
	margin: 15px 12px 60px 0;
}

/***** footer *****/

.main-footer {
	clear: both;
	width: 100%;
	height: 400px;
	background-color: #51559b;
	background-image: url(../img/bg-purple.jpg);
	background-repeat: repeat;
}

.footer-nav {
	height: 300px;
	padding-top: 20px;
}

.footer-nav ul {
	display: inline-block;
	float: left;
	width: auto !important;
	margin: 10px auto 0 auto;
	padding: 0 15px 0 5px;
	position: relative;
}

.footer-nav ul: last-of-type {
	padding: 0 0 0 10px;
}

.footer-nav ul li {
    padding-left: 5px;
}

.footer-nav ul li:before {
	color: #fff;
    content:  "-";
    position: relative;
    left: -5px;
}

.footer-nav li > a {
	color: #fff !important;
	font-size: 11px;
	line-height: 22px;
}

.footer-nav strong, .footer-nav p {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
}

.main-footer .footer {
	position: relative;
	clear: both;
	margin: 20px 0 60px;
	color: #fff;
}

.footer-search > input[type="text"] {
	width: 270px;
	margin-right: 10px;
	padding: 1px 10px;
}

.footer-search > .footer-search + p {
	display: inline-block;
}

.footer-search > .search-button {

}

.footer-search + p {
	float: right;
}

/************************************************************ стили для внутренних страниц *****************************************************************/

.subsection p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

.subsection a:hover {
	color: #faa61a;
}

.subsection li {
	list-style: inside disc;
	font-size: 14px;
	line-height: 18px;
}

.subsection li:last-of-type {
	margin-bottom: 10px;
}

.subsection iframe {
	margin: 10px 0 10px 0;
}

.subsection form p {
	line-height: 24px;
}

.subsection form {
	padding: 10px;
	border: 1px solid #6166af;
	border-radius: 13px;
	position: relative;
	margin: 20px 10px;
}

.subsection input[type="text"] {
	width: 60%;
	float: right;
	padding: 0 10px;
}

.subsection select {
	width: 250px;
	display: inline-block;
	float: right;
}

.subsection textarea {
	width: 60%;
	position: relative;
	float: right;
	padding: 5px 10px 5px 10px;
	margin-right: 20px;
	border-radius: 6px;
}

.subsection label[for="range"], .subsection input[type="radio"] {
	float: right;
}

.subsection form p {
	clear: both;
	overflow: auto;
}

.subsection .mf-captcha {
	clear: both;
	overflow: auto;
	margin: 10px 0 0 0;
	width: 100%;
}
.subsection .mf-captcha label {
	float: left;
}
.subsection .mf-captcha img {
	margin-left: 20px;
}

.subsection .links-to-news {
	margin: auto;
	width: 400px;
}

.subsection .links-to-news:after {
	content: "";
	display: block;
	clear: both;
}

.subsection .links-to-news > div {
	display: inline-block;
	float: left;
	padding: 5px 10px 5px 10px;
}

.subsection h1, .subsection h2, .subsection h3 {
	margin: 10px 0 20px 0;
}

.feedback figure {
	margin: 5px 10px 10px 5px;
	float: left;
	width: 200px;
	position: relative;
}
.feedback figure img {
	width: 100%;
}
.feedback figure figcaption{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;	
}

form span {
	color: red;
}

.nodes table {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.nodes table a {
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.nodes table td a:first-of-type {
	text-align: center;
	display: block;	
	font-size: 16px;
	line-height: 20px;
}
.nodes table td li {
	margin-bottom: 0;
}

.nodes td {
	padding: 10px;
	background: #eee;
	border-spacing: 5px;
	width: 33%;
}
   
.subscribe thead tr td {
	background: #ddd;
}
.subscribe td {
	background: #eee;
	padding: 5px;
}

.subsection.hotline form .long-select {
	width: 62%;
	position: relative;
	margin-right: 20px;
	border-radius: 6px;
}
.hotline .unknown {
	margin-left: 37%;
}
.hotline .for-dates {
	margin-right: 20px;
}
.hotline .date {
	width: 100px;
}


.subsection.online table, .subsection.trenings table, .subsection.business table {
	border: 1px solid #6166AF;
	margin: 20px 10px;
	border-radius: 5px;
}

.subsection.online table td, .subsection.trenings table td, .subsection.business table td {
	padding: 10px 5px;
	border: 1px solid #6166AF;
}

.subsection.online table thead td, .subsection.trenings table thead td, .subsection.business table thead td {
	background: #6166AF;
	color: #fff;
	text-align: center;
}


/************************************************************ стили под разные разрешения ************************************************************/

@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {

.wrapper {
	width: 1100px;
}
.header {
	width: 1100px;
}
.header > div {
	width: 1100px;
}
.header-banner {
	float: left;
}
.footer-nav ul {
	width: 195px;
	margin: 10px auto 0 auto;
	padding-right: 5px;
}
.main-logo {
	margin: 20px 10px 0 0;
}
.main-logo img {
	width: 190px;
}
.header-nav {
	width: 1100px;
}
.headings a {
	font-size: 13px;
	padding: 0 9.5px 0 9.5px;
}
.content-wrapper {
	width: 1100px;
}
.header-sub-nav {
	width: 1088px;
	font-size: 11px;
} 
.sub-nav-element:nth-of-type(3) ul {
	width: 2000px;
}
.sub-nav-element:nth-of-type(4) ul {
	width: 1250px;
}
.sub-nav-element li {
	width: 220px;
	padding: 0 0 20px 30px;
}
#toTop {
	margin-left: 250px;	
}
.info-tabs-wrapper {
	width: 780px;
}
.info-tabs-controls .tab a {
	padding: 0 22px;
	font-weight: normal;
	font-size: 14px !important;
	padding: 0 8px;
	display: block;
	height: 36px;
	line-height: 34px;
	color: #737474;
}
.main-content {
	width: 780px;
}
.main-search > input[type="text"] {
	width: 647px;
}
.info-tabs-controls {
	width: 778px;
}
.visual-nav {
	height: 800px;
}
.page {
	height: 500px;
	width: 780px;
}
.page ul > li > a {
	margin: 4px 20px 100px 0;
}
.page ul li {
	height: 250px;
}
.article-section {
	width: 780px;
}
.main-footer {
	height: 500px;
}
.footer-nav {
	height: 380px;
}

.footer-nav ul:nth-of-type(1) {
	width: 160px;
}
.footer-nav ul:nth-of-type(3) {
	width: 290px;
}
.footer-nav ul:nth-of-type(4) {
	width: 140px;
}
.footer-nav ul:nth-of-type(5) {
	width: 210px;
}
.footer-nav ul:nth-of-type(6) {
	right: 656px;
	top: 20px;
}
.footer-nav ul:nth-of-type(7) {
	width: 150px;
	bottom: 110px;
}
.footer-nav ul:nth-of-type(8) {
	width: 100px;
	left: 550px;
	bottom: 115px;
}

.footer-search > input[type="text"] {
	width: 170px;
}


}