@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: FiraBold; 
    src: url(../fonts/Fira_Sans_Extra_Condensed/FiraSansExtraCondensed-Medium.ttf); /* Путь к файлу со шрифтом */
}
body{
	margin: 0px;
	padding: 0px;
	font-family: Roboto, Arial, Helvetica,  "sans-serif";
	font-size: 16px;
}
h1,h2,h3,p{
	margin: 0px;
	padding: 0px;
}
#page{
	max-width: 1240px;
	min-width: 740px;
	height: auto;
	margin: 10px auto 0px auto;
}
#zoomBlock{
	display:none;
}
#header{
	height: auto;
	width: 100%;
	overflow: auto;
	background: url(../images/bg10.jpg) repeat-y -1px -1px;
}
#contPage{
    height: auto;
	width: 100%;
    font: 12px Verdana, sans-serif;
	text-align: justify;
}
#contPageNews{
    height: auto;
    width: 516px;
	width: 100%;
    font: 12px Verdana, sans-serif;
    display: table-cell;
	text-align: justify;
}

.leftheader{
	float: left;
	width: 30%;
	height: auto;
}
.rightheader{
	float: left;
	width: 70%;
	height: auto;
	background:#fff;
}
.logo{
	width:100%;
	height: auto;
	display: block;
	padding-bottom: 5px;
	background: #fff;
	overflow: auto;
}
.logo img{
	width: 100%;
	height: auto;
}
.headertext{
	font-family: Roboto, sans-serif;
	font-weight: normal;
	width: 94.5%;
	float: right;
	background: #7d148b;
	height: auto;
	font-size: 100%;
}
.headertext .topspan{
	font-family: Roboto, sans-serif;
	font-weight: normal;
	color: #e1b5e7;
}
.headertext p:first-child{
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
}

.headertext p span{
	font-size: 110%;
	color: #d9891a;
}
.headertext p{
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	color: #e1b5e7;
}
.ghost-button {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #000;
}
.topline{
	height: 48px;
	width: 97.5%;
	padding-top: 20px;
	border-bottom: 2px solid #7d148b;
	background: #fff;
}
.searchBlock{
	float: left;
	width: 50%;
	min-width: 270px;
	height: auto;
	border: 1px solid #d7d7d7;
	background: #f7f7f9;
	cursor: pointer;
}
.searchFiled{
	float: left;
	height: 10px;
	width: 85%;
	
}
.searchFiled input{
	background: #f7f7f9;
	border: none;
	width: 95%;
	padding-left: 2%;
	padding-top:5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #5B5B5B;
}
.searchButton{
	float: right;
	background: url('../images/search_ico.jpg') no-repeat;
	width: 37px;
	height: 36px;
}
.iconButton{
	float: left;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: block;
	border: none;
	margin-left: 4px;
}
.iconOldint{
	float: left;
	width: 100px;
	height: 38px;
	cursor: pointer;
	display: block;
	border: none;
	margin-left: 4px;
}
.oldint{
	background: url('../images/old_int2.jpg') no-repeat;
}
.vkico{
	background: url('../images/vk_ico.jpg') no-repeat;
}
.instico{
	background: url('../images/inst_ico.jpg') no-repeat;
}

.mapico{
	background: url('../images/map_ico.jpg') no-repeat;
}
.versionico{
	background: url('../images/version_ico.jpg') no-repeat;
}
.infoBlock{
	float: right;
	width: 20%;
	height: 40px;
	text-align: right;
	color: #642470;
}
/* 
* Формируем базовый контейнер аккордеона 
*/
.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимостиот места размещения 
*/
    max-width: 600px;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}
/* заголовки панелей аккордеона */
.accordion h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #f4f4f4;
    background: #2d8bbb;
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/

/* Формируем блоки с содерханием */
.msg {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
}

/* оформляем параграфы */
.msg p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 20px
}

/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
} 

/* Формируем неупорядоченный список */
.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}

/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
/* расположим указатель на панели заголовка справа */
  right: 25px;
}

/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #eee;
  width: 3px;
  height: 9px;
}
/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked ~ div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}
.infoBlock .phone{
	font-size: 16px;
}
.infoBlock .mail{
	font-size: 11px;
}
a.txttohtmllink{
	color: #642470;
text-decoration:none;
	font-size: 13px;
}
.menuBlock{
	height: 67px;
	background:  #f49d02;
	clear: both;
	margin-left: 1.5%;
	margin-right: 1.7%;
}
.menuHeader{
	padding-top: 20px;
	margin-left: 30px;
	padding-left:40px;
	padding-bottom: 20px;
	color: #ffe8cc;
	background: url(../images/menu_ico.jpg) no-repeat 0px center;
	font-size: 110%;
}
.table_2 {
	text-align: left;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
}
.table_2 tr {
	border: 1px solid #dddddd;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_2 td {
	border: 1px solid #cccccc;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_3 {
	text-align: left;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
}
.table_3 tr {
	border: 0px;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_3 td {
	border: 0px;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_4 {
	text-align: left;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
}
.table_4 tr {
	border: 1px solid #dddddd;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_4 td {
	border: 1px solid #cccccc;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
	padding: 4px; /* Поля вокруг текста */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table_4 tbody tr:hover {
    background: #F49D02; /* Цвет фона при наведении */
    color: #fff; /* Цвет текста при наведении */
	cursor: pointer; /* Курсор при наведении */
	text-decoration: none;
	font: 12px Verdana, sans-serif;
   }
.table_4 th {
    background: #c796ce; /* Цвет фона */
    text-align: left; /* Выравнивание по левому краю */
    border: 1px solid #ffffff; /*Толщина границы */
    cursor: default /* Модель курсора */
     
}
/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
	font-family:Arial, "sans-serif";
	font-size: 14pt;
    padding: 0;
    color: #6C207B;
    cursor: pointer; 
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    width:auto; 
	display: block; 
    background: #a0d2ef;
	opacity: 0.7;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    padding: 10px; 
}
/* кнопки css */
.do{
text-decoration:none; text-align:center; 
 padding:13px 29px; 
 border:solid 3px #ffffff; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:22px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#fafafa; 
 background:#ff9040; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
   -webkit-transition: outline 0s linear;
 -moz-transition:  outline 0s linear;
 -o-transition:  outline 0s linear;
 transition:  outline 0s linear;
 }
 
 .do:hover
 {
 padding:13px 29px; 
 border:solid 3px #0a64a4; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:22px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#0a64a4; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
.olymp{
 text-decoration:none; text-align:center; 
 padding:25px 15px; 
 border:solid 5px #91278f; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#91278f; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
  }
  .olymp:hover{
 padding:25px 15px; 
 border:solid 5px #5542e3; 
 -webkit-border-radius:12px;
 -moz-border-radius:12px; 
 border-radius: 12px; 
 font:15px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#5542e3; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
 }
 
 .js_1
 {
width: 250px;
height: 26px;
text-decoration:none; text-align:center; 
 padding:39px 25px; 
 border:none; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:26px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#1e1e1e; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #ffffff,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff;  
  
  }.js_1:hover{
 padding:39px 25px; 
 border:solid 2px #00887a; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:26px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#00887a; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #ffffff,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff;  
  
 }

.responsive{
    max-width: 100%;
    height: auto;
}


.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
   

.button322 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
.button322:hover { background: rgb(53, 167, 110); }
.button322:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}
.buttonResponse{text-decoration:none; text-align:center; 
 padding:5px 13px; 
 border:outset 1px #661c75; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:14px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background:#ec9909; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  

  }.buttonResponse:hover{
 padding:5px 13px; 
 border:outset 1px #661c75; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:14px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#6c207b; 
 background-image: -moz-linear-gradient(top, #6c207b 0%, #ec9909 100%); 
 background-image: -webkit-linear-gradient(top, #6c207b 0%, #ec9909 100%); 
 background-image: -o-linear-gradient(top, #6c207b 0%, #ec9909 100%); 
 background-image: -ms-linear-gradient(top, #6c207b 0% ,#ec9909 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9909', endColorstr='#ec9909',GradientType=0 ); 
 background-image: linear-gradient(top, #6c207b 0% ,#ec9909 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }.buttonResponse:active{
 padding:5px 13px; 
 border:outset 1px #661c75; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:14px Tahoma, Geneva, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background:#ec9909; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
  
 }
.menuHeader2{
	padding-top: 20px;
	margin-left: 30px;
	padding-left:40px;
	padding-bottom: 20px;
	color: #ffe8cc;
	background: url(../images/menu_ico.jpg) no-repeat 0px center;
	font-size: 110%;
	display: none;
	cursor: pointer;
}
/*Раздел Учебные программы*/
#sessions{
	margin: 0 0 50px 50px;
	text-align: left;
     width: 80%;
     height: 200px;
}
#sessions_2{
	margin: 0 0 50px 50px;
	text-align: left;
     width: 80%;
     height: 50px;
}
#dist{
	margin: 0 0 50px 50px;
	text-align: left;
     width: 80%;
	 height: 150px;
  
}
.ul_session {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 50px 50px 0 0;
  padding: 0;
}
.ul_session li {
  list-style: none;
}
.ul_session li a {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 5px 10px;
  color: #808080;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  overflow: hidden;
}
.ul_session li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -100%;
  width: 100%;
  height: 4px;
  background: #7D148B;
  transition: 0.5s;
}
.ul_session li a:hover {
  color: #fff;
}
.ul_session li a:hover::before {
  animation: animate .2s linear forwards; 
}

@keyframes animate {
  0% {
    top: calc(50% - 2px);
    left: -100%;
    height: 4px;
    z-index: 1;
  }
  50% {
    top: calc(50% - 2px);
    left: 0;
    height: 4px;
    z-index: 1;
  }
  100% {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}
#sliderBlock{
	height: auto;
	background: #6890AC;
	width: 97.5%;
	overflow-y: hidden;
}
#js-main-slider{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#sliderBlock .slideImg{
	/*width: 100%;*/
}
#pageWrapper{
	clear: both;
	margin-left: 1.5%;
	margin-right: 1.7%;
	height: auto;
	background: #777;
}
.middle{
	height: auto;
}
.leftSidebar{
	width: 29.2%;
	background: #f7f7f9;
	float: left;
	height: auto;
	padding-bottom: 70px;
}
.leftlogo{
	width: 29.2%;
	float: left;
	height: auto;
	padding-bottom: 30px;
}
ul.menu{
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	list-style: none;
}
ul.menu a{
	font-family: FiraBold, sans-serif;
	font-size: 120%;
	color: #6c207b;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-left: 30px;
	margin-right: 30px;
	background: url(../images/menu_marker.jpg) no-repeat 0px 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #6a2081;
}
ul.menu ul{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style: none;
}
ul.menu ul{
display:none;
}
ul.menu li.activ ul{
display:block;
}
ul.menu ul a{
	background: none;
	padding-left: 20px;
	margin-left: 10px;
	border-bottom: none!important;
	font-size: 90%;
}
ul.menu ul li:last-child a{
	border-bottom: 1px dashed #6a2081!important;
	padding-bottom: 10px;
}

ul.menu li.activ a{
	background-color: #fff;
	border-bottom: none;
	
}
ul.menu a.activ {
	color: #ec9a09;
}
.hiddenMenu{
	display: none;
	background: #f39c02;
}
.hiddenMenu ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.hiddenMenu ul a{
	font-size: 120%;
	color: #fff;
	display: block;
	border-top: 1px solid #f6d497;
	border-bottom: 1px solid #d98c04;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
}
.hiddenMenu ul  ul a{
	padding-left: 50px;
	font-size: 100%;
}
.hiddenMenu ul a:hover{
	background-color: #d98c04;
}

.contentArea{
	width: 70.8%;
	background: url(../images/lineBg.jpg) no-repeat top right;
	float: left;
	height: auto;
}
.BH{
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size: 70%;
	color: #777;
}
.BH a{
	color: #777;
	text-decoration: none;
}
.contentArea .content{
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
}
.content h1{
	color: #dd8d04;
	font-family:  Arial, "sans-serif";
	font-weight: normal;
	font-size: 150%;
	margin-top:0px;
	margin-bottom: 10px;
}
.content .news h2, .content h2{
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #6b0e76;
	font-family: FiraBold, sans-serif;
	font-weight: normal;
}
.content .news p{
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}
.content .article{
	height: auto;
	margin-bottom: 10px;
}
.content img.smalleft{
	width: 200px;
	border: 5px solid #ccc;
	float: left; margin-right: 15px;
}
.content p.articleInfo{
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	clear: both;
	font-size: 80%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}
.content p.articleInfo a.more{
	text-decoration: none;
	color: #2F3560;
	margin-right: 20px;
	font-weight: bold;
}
.content p.articleInfo .date{
	color: #565656;
}
.content .pagein{
	height: auto;
	font-family:  Arial;
	font-size: 15px;
}
.content .pagein a{
	display: block;
	float: left;
	border: 1px solid #ccc;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	font-size: 100%;
	color: #ccc;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 22px;
	text-align: center;
}
.content .pagein a.first{
	background: url(../images/pagin1.jpg) no-repeat;
	width: 22px;
	height: 22px;
	padding: 0px;
}
.content .pagein a.prev{
	background: url(../images/paginprev.jpg) no-repeat;
	width: 22px;
	height: 22px;
	padding: 0px;
}
.content .pagein a.last{
	background: url(../images/paginlast.jpg) no-repeat;
	width: 22px;
	height: 22px;
	padding: 0px;
}
.content .pagein a.next{
	background: url(../images/paginnext.jpg) no-repeat;
	width: 22px;
	height: 22px;
	padding: 0px;
}
.content .pagein a.activpage{
	background: #7f138b;
	border-color: #7f138b;
	color: #fff;
}
.content .pageLinkBlock{
	border: 0px;
}
.content .pageLinkBlock td a{
    color: #690f74;
	text-decoration: none;
	margin-bottom: 10px;
}
.contactBlock{
	height: auto;
	clear: both;
	
	background: #7c3385;
	margin-left: 1.5%;
	margin-right: 1.7%;
	
}
.contactLine{
	height: 67px;
	background:  #7d148b;		
	border-bottom: 1px solid #a052a6;
	position: relative;
}
.lineBg2{
	width: 148px;
	height: 54px;
	position: absolute;
	top:-54px;
	left: 0px;
	z-index: 10;
	background: url(../images/lineBg2.png) no-repeat;
}
.contactLeft{
	width: 29%;
	float: left;
}
.contactLeft h3{
	margin-left: 30px;
	margin-top: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 120%;
	font-family: FiraBold, sans-serif;
	font-weight: normal;
}
.contactLeft p{
	color:#fff;
	margin: 0px 10px 20px 30px;
	font-size: 95%;
	padding: 0px;
}
.contactLeft p a{
	color: #fff;
	line-height: 150%;
}
.contactRight{
	width: 71%;
	float: left;
}
.contactRight .contactForm{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	max-width: 800px;
	margin-bottom: 30px;
}

.contactForm h3{
	color: #fff;
	margin-bottom: 10px;
	font-family: FiraBold, sans-serif;
	font-weight: normal;
}
.contactForm .textfiled{
	width: 96%;
	font-size: 110%;
	padding: 5px 2%;
	background: #fff;
	border: none;
	margin-bottom: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px; 
 -khtml-border-radius:3px; 
 border-radius: 3px; 
}
.contactForm .cBlock{
	width: 100%;
	height: auto;
	overflow: auto;
}
.contactForm .textfiledsmall{
	width: 96%;
	font-size: 110%;
	padding: 5px 2%;
	background: #fff;
	border: none;
	margin-bottom: 10px;
}
.contactForm .cBlock .captchaBlock{
	width: 40%;
	float: left;
	margin-left: 10px;
}
.contactForm .cBlock .cBlockFiled{
	width: 50%;
	float: left;
}
.contactForm .textfiledbutton{
	width: 100%;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	background: #f49d02;
	border: none;
	text-align: center;
	color: #fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px; 
 -khtml-border-radius:3px; 
 border-radius: 3px; 
}
.contactForm .captchaBlock {
	width: 50%;
	height: 30px;
	display: inline-block;
}
.copyright{
	height: 67px;
	background: #7c3385;	
	border-top: 1px solid #a052a6;
	clear: both;
}
.copyright p{
	margin-left: 30px;
	margin-top: 20px;
	color: #b384b9;
}
.nav-title{
	display:none;
}
.nav-pages{
color:#fff;
}
.nav-pages a{
font-size:16px;
text-decoration:none;
display:inline-block;
padding:2px 7px;
background: #efefef;
border:1px solid  #ccc;
color:#999;
}
.nav-pages span.nav-current-page{
font-size:16px;
padding:2px 2px;
display:inline-block;
	background: #7d148b;
border:1px solid  #7d148b;
color:#fff;
}
div.news-detail h3{
font-size: 130%;
margin-top: 0px;
margin-bottom: 10px;
color: #6b0e76;
font-family: FiraBold, sans-serif;
font-weight: normal;
}
div.news-detail img.detail_picture{
	margin-right:10px;
	border: 5px solid #ccc;
	width:30%;
}
div.news-detail .news-date-time{
	font-size:80%;
	color: #565656;
}
.min-hidde2{
	font-size:90%;
}
div.photo-page-main #photo-main-page-right{
position: static;
}
div.photo-controls-buttons ul.photo-controls li{
display:inline-block;
height:35px!important;
}
div.photo-controls-buttons ul.photo-controls li a{
width:160px;
padding:2px;
background: #aaa;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px; 
 -khtml-border-radius:3px; 
 border-radius: 3px; 
text-align:center;
color:#fff;
}
.content div.photo-page-main div.photo-controls-buttons{
margin-bottom: 2px!important;
}
#photo-links-on-main-page{
display:none;
}
ul.photo-album-list-first-photos .album-name{
font-size: 130%;
color: #6b0e76;
font-family: FiraBold, sans-serif;
font-weight: normal;
}
ul.photo-album-list-first-photos .album-date{
font-size:90%;
}
ul.photo-album-list-first-photos .album-photos{
font-size:90%;
}
ul.photo-album-list-first-photos .album-photos a{
	text-decoration:none;
	color:#aaa;
}
div.modern-page-navigation a, div.modern-page-navigation a.modern-page-previous{
font-size: 16px;
text-decoration: none;
display: inline-block;
padding: 2px 6px;
background: #efefef;
border: 1px solid #ccc;
color: #999;
}
span.modern-page-first, span.modern-page-current{
font-size: 16px;
padding: 2px 5px 2px 5px;
display: inline-block;
background: #7d148b;
border: 1px solid #7d148b;
color: #fff;
}
div.modern-page-navigation a.modern-page-first{
border-left: 1px solid #ccc;
}
ul.photo-album-list-first-photos{
padding-right:20px;
}
ul.photo-album-list-first-photos .album-separator-line{
display:none;
}
li.photo-album-item{
padding: 0 10px 10px 0;
}
.content .imageBlock img{
width:30%;
margin-right:1%;
margin-bottom:5px;
border: 5px solid #ccc;
}
.content p{
margin-bottom:10px;
}
.anketa_table2 {
	text-align: center;
	border-collapse: collapse;
}
.anketa_table2 tr {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	padding: 4px;
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.anketa_table2 td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 4px;
	text-decoration: none;
	font: 12px Verdana, sans-serif;
}
.table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px 0px 20px 0px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 1px #eee;
	-webkit-box-shadow: 0 1px 1px #eee;
	box-shadow: 0 1px 1px #eee;
	width:100%;
}
.table th {
	font-weight:bold;
	padding:16px 20px 17px 20px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table th:first-child{
	text-align: left;
	padding-left:20px;
}
.table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table tr{
	text-align: center;
	padding-left:20px;
}
.table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table tr td {
	padding:12px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	text-align:left; 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	word-wrap:break-word;
}
.tablegreen tr td {
	padding:12px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	text-align:left; 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	word-wrap:break-word;
}
table tr td[rowspan]{
	border-right: 1px solid #e0e0e0;
}
.table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table tr:last-child td{
	border-bottom:0;
}
.table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table a:active,
.table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.padding-5 tr td, table.padding-5 tr th{
	padding:5px;
}
table.padding-2 tr td, table.padding-2 tr th{
	padding:2px;
	font-size:11px;
}
.markImageBlock{
	float:left;
	width:40%;
	padding-right:20px;
	margin-top:5px;
}
.markImageBlock .imageBlockImage{
	height:auto;
}
.markImageBlock .imageBlockImage img{
	width:100%;
	border: 5px solid #ccc;
}
.markImageBlock .imageBlockTitle{
	padding: 0px 5px 0px 0px;;
	font-size:90%;
color:#777;
} 
.pageLinkBlock{
	width:100%;
}
.pageLinkBlock td{
	padding:5px;
}
.pageLinkBlock:hover{
	background:#f5def9;
}
.news-detail-share .share-dialog-left{
left:41px;
}
.share-dialog-left .share-dialog-inner-left{
	background:none;
}
.news-detail-share a.share-switch{
width:41px;
height:41px;
background:url(/template/ico/social/share.png);
}
.news-detail-shar td.bookmarks{
border-width:0px!important;
}
td.bookmarks a{
	width: 41px;
	height: 41px;
}
.bookmarks a.facebook{
background:url(/template/ico/social/fb.png);
}
.bookmarks a.twitter{
background:url(/template/ico/social/tw.png);
}
.bookmarks a.delicious{
background:url(/template/ico/social/fb.png);
}
.bookmarks a.vk{
background:url(/template/ico/social/vk.png);
}
.bookmarks a.lj{
background:url(/template/ico/social/lj.png);
}
.bookmarks a.mailru{
background:url(/template/ico/social/mail.png);
}
p.versionLink{
	margin-bottom:0px;
}
p.versionLink a{
	text-decoration:none;
	color:#e1b5e7;
}
p.versionLink a:hover{
	tex-decoration:underline;
}
@media screen and (max-width:1200px){
	ul.menu a{
		font-size: 100%;
	}
	ul.menu ul a{
		font-size: 90%;
	}
	.min-hidde2{
		display:none;
	}
	.headertext{
		font-size:90%;
	}
}
@media screen and (max-width:1000px){
	body{
		font-size: 15px;
	}
	.searchFiled input{
		width: 80%;
	}
	.infoBlock .phone{
		font-size: 16px;
	}
	.infoBlock .mail{
		font-size: 11px;
	}
	.menuHeader{
		display: block;
	}
	.menuHeader2{
		display: none;
	}
	.hiddenMenu{
		display: none;
	}
	ul.menu a{
		font-size: 80%;
		margin-right: 20px;
	}
	ul.menu ul a{
		font-size: 80%;
	}
	
}
@media screen and (max-width:900px){
	.searchBlock {
		width: 40%;
		min-width: 250px;
	}
	.infoBlock .phone{
		font-size: 13px;
	}
	.infoBlock .mail{
		font-size: 10px;
	}
	.headertext p{
		font-size: 80%;
	}
	.headertext p span{
		font-size: 90%;
	}
	.menuHeader{
		display: block;
	}
	.menuHeader2{
		display: none;
	}
	.hiddenMenu{
		display: none;
	}
	ul.menu a{
		font-size: 80%;
		margin-right: 15px;
	}

}
@media screen and (max-width:760px){
	body{
		font-size: 16px;
	}
	#page{
		min-width: 100%;
	}
	#header{
		background: #7d148b;
	}
	.leftheader{
		float: none;
		width: 100%;
		height: 66px;
	}
	.logo{
		min-width: 200px;
		width: 30%;
		margin: 0px;
		float: left;
		background:  #fff;
	}
	.logo img{
		width: 200px;
	}
	.headertext{
		float: right;
		height: 30px;
		width: 60%;
		margin: 0px;
	}
	.headertext p{
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.headertext p:first-child{
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.headertext p.min-hidde{
		display: none;
	}
	.topline{
		display: none;
	}
	.rightheader{
		float: none;
		width: 100%;
	}
	#sliderBlock{
		width: 100%;
	}
	.menuBlock{
		margin: 0px;
	}
	#pageWrapper{
		margin: 0px;
	}
	.menuHeader{
		display: none;
	}
	.menuHeader2{
		display: block;
	}
	.leftSidebar{
		display: none;
	}
	.contentArea{
		width: 100%;
		padding-bottom: 60px;
	}
	.content{
		margin-left: 20px;
		margin-right: 20px;
	}
	.contactBlock{
		margin: 0px;
	}
	.contactLeft, .contactRight{
		float: none;
		width: 100%;
	}
	.contactRight .contactForm{
		margin-left: 30px;
	}
	
	.BH{
		margin-top: 65px;
		margin-left: 20px;
	}
	
}
@media screen and (max-width:600px){
	body{
		font-size: 15px;
	}
	.headertext{
		display: none;
	}
	.leftheader{
		background: #fff;
	}
	.menuHeader{
		display: none;
	}
	.menuHeader2{
		display: block;
	}
	.content img.smalleft{
		width: 95%;
	}
	
}
@media only screen and (max-device-width: 1200px) {
	body{
		font-size: 16px;
	}
	#page{
		min-width: 100%;
	}
	#header{
		background: #7d148b;
	}
	.leftheader{
		float: none;
		width: 100%;
		height: 66px;
	}
	.logo{
		min-width: 200px;
		width: 30%;
		margin: 0px;
		float: left;
		background:  #fff;
	}
	.logo img{
		width: 200px;
	}
	.headertext{
		float: right;
		height: 30px;
		width: 60%;
		margin: 0px;
	}
	.headertext p{
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.headertext .topspan{
		display:none;
	}
	.headertext p:first-child{
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.headertext p.min-hidde{
		display: none;
	}
	.topline{
		display: none;
	}
	.rightheader{
		float: none;
		width: 100%;
	}
	#sliderBlock{
		width: 100%;
	}
	.menuBlock{
		margin: 0px;
	}
	#pageWrapper{
		margin: 0px;
	}
	.menuHeader{
		display: none;
	}
	.menuHeader2{
		display: block;
	}
	.leftSidebar{
		display: none;
	}
	.contentArea{
		width: 100%;
		padding-bottom: 60px;
	}
	.content{
		margin-left: 20px;
		margin-right: 20px;
	}
	.contactBlock{
		margin: 0px;
	}
	.contactLeft, .contactRight{
		float: none;
		width: 100%;
	}
	.contactRight .contactForm{
		margin-left: 30px;
	}
	
	.BH{
		margin-top: 65px;
		margin-left: 20px;
	}
	.menuHeader2{
		font-size:100%;
	}
}
