/*
	font-family: 'Roboto', serif;
	font-family: 'Roboto Slab';
	font-family: 'FontAwesome';
*/

::selection {
	background: #b1b1b1;
	color: #414141 !important;	
}
::-moz-selection {
	background: #b1b1b1;
	color: #414141 !important;
}
* {
	outline: none;
}
.-hidden {
    visibility: hidden;
}

.loader{
    display: none;
}
.-container-load {
    opacity: 0.7;
}
.-container-load .loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 1;
}
.-container-load .loader:before {
    content: '';
    opacity: 1;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    background: url(../img/loader.gif) no-repeat center #fff;
    border-radius: 50%;
}

hr {
    display: block;
    background: #efefef;
    height: 1px;
    border: 0;
}

html, body {
	background: #fafafa;
}

#hid {
	overflow: hidden;
	background: #fff;	
}

#head, #main {
	background: #fff;
}

#foot {
	background: #fafafa;
}

body {
	font-family: 'Roboto', serif;
	font-size: 18px;
	color: #414141;
	position: relative;
}

q {
    quotes: '\00ab' '\00bb';
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	transition: color .2s ease-in;	
}

.text a:visited, a.link:visited {
    color: #a391ad !important;
}

p, ul {
	margin: 1em 0;
}
li {
    padding: 5px 0;
}

table tr>* {
    padding: 12px 20px;
}

table {
    margin: 20px 0;
    font-size: 16px;
    border-collapse: collapse;
    width: 100%;
}
table tr>* {
    padding: 12px 20px;
}
table tr>th {
    border-left: 1px solid #dad8d8;
    border-bottom: 1px solid #dad8d8;
}
table tr>td {
    border-top: 1px solid #dad8d8;
    border-left: 1px solid #dad8d8;
}
table tr>*:first-child {
    border-left: 0;
}
table tr:last-child>td {
    border-bottom: 0;
}
table thead th {
    background: #fafafa;
    color: #301d3d;
    font-weight: 700;
}
table tbody tr:nth-of-type(even) td {
    background: #fafafa;
}
table p {
    margin: 0;
}

.inline {
    display: inline;
}

.default-pict {
    background: url(../img/default.png) #fafafa no-repeat 50% !important;
}


.anchor-50 {
    margin-top: -50px;
    padding-top: 50px;
}

.ico-search:after {
	font-size: 24px;
	font-family: 'FontAwesome';
	content: '\f002';
	color: #704394;
}

time {
	color: #301d3d;
	font-size: 14px;
}

a.link {
    color: #6f4395;
    text-decoration: underline;
}
a.link:hover {
    text-decoration: none;
}
.search-mark {
    color: inherit !important;
    background: #ffc700 !important;
    padding: 1px 3px;
}

.search-sub-head {
    padding-top: 20px;
    margin-top: 40px;
    font-weight: 700;
    color: #301d3d;
    font-size: 24px;
}
.search-result-block {
    background: #fafafa;
    padding: 30px;
    color: #414141;
    margin: 20px 0 40px;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Roboto Slab';
}
.search-result-block a:hover {
    text-decoration: underline;
}

.-none {
  display: none;
}

.small-text {
    font-size: 16px;
    color: #b1b1b1;
}

.mark-red {
    color: #bd1f7d;
}

.two-col:after {
    content: '';
    display: block;
    clear: both;
}
.tc-col {
    float: left;
    width: 50%;
}

.btn-box {
    margin: 20px 0;
}
.btn-box:after {
    content: '';
    clear: both;
    display: block;
}

.btn-default {
	display: inline-block;
	padding: 7px 33px;
	font-size: 18px;
	color: #fff;
	background: #6f4395;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;	
	border: 2px solid #6f4395;	
	cursor: pointer;
}
.btn-default:hover {
	box-shadow: 0 5px 20px rgba( 111, 67, 149, .5 );
}

.btn-def-bord {
    display: inline-block;
    padding: 8px 22px;
    font-size: 18px;
    background: none;
    border: 2px solid #6f4395;
    color: #6f4395;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
}
.btn-def-bord:hover {
    background: #6f4395;
    color: #fff;
    box-shadow: 0 5px 20px rgba( 111, 67, 149, .5 );
}

.btn-white-bord {
    display: inline-block;
    padding: 8px 22px;
    font-size: 18px;
    background: #2f3b59;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
}
.btn-white-bord:hover {
    background: #fff;
    color: #704395;
    box-shadow: 0 5px 20px rgba( 0,0,0, .2 );
}


.control-wrap {
    margin: 20px 0;
}

.control-wrap .control-def {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.control-def {
    min-height: 200px;
}
.control-def {
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	color: #b1b1b1;
    font-size: 16px;
    outline: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
    resize: none;
}
.control-def:focus {
	border-color: #6f4395;
}
.control-def.-error {
    border-color: #bd1f7d;;
}

.pict img {
	max-width: 100%;
	display: block;
	margin: 29px 0;
}

.info-block {
	font-size: 18px;
	margin: 23px 0;
}
.ib-head {
	font-weight: 700;
	color: #704395;
	margin-bottom: 6px;
}
.ib-desc {
	color: #301d3d;
	font-style: normal;
	line-height: 1.66;
}
.info-block a:hover {
	color: #6f4395;
}

.tbl {
	display: table;
	border-collapse: collapse;
}
.tbl-row {
	display: table-row;
}
.tbl-cell {
	vertical-align: top;
	display: table-cell;
}
.nowrap {
	white-space: nowrap;
}
.toggle {
	display: inline-block;
	width: 34px;
	height: 17px;
	vertical-align: middle;
	border: 1px solid #b1b1b1;
    border-radius: 12px;
    position: relative;
}
.toggle:after {
	content: '';
	position: absolute;
	top: 1px;
	right: 17px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #6f4395;
	-webkit-transition: right .1s ease-in;
	-moz-transition: right .1s ease-in;
	transition: right .1s ease-in;
}
.toggle.-act:after, .-act>.toggle:after {
	right: 2px;	
}

#hid {
	min-width: 1000px;
}
.wrap {
	min-width: 940px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
}


#main {
	margin: 25px 0 70px;
}
#main.main-margin {
	margin: 27px 0 50px;
}
#main.news-zoom-margin {
	margin: 16px 0;
}
#main.doc-margin {
	margin: 25px 0 70px;
}
#main.news-margin {
    margin: 25px 0 70px;
}
#main.mass-media-margin {
    margin: 15px 0 70px;
}
#main.search-page .filter {
    margin-bottom: -40px;
}
#main.news-page {
    margin: 25px 0 70px;
}
#main.news-page .filter {
    margin-bottom: 10px;
}
#main.mass-media .filter {
    margin-bottom: 10px;
}


#hid {
    padding-top: 78px;
}

#head {
	padding: 16px 0 11px;
	/*position: relative;*/
	border-bottom: 1px solid #efefef;
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 490;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#head:after {
	content: '';
	clear: both;
	display: block;
}

.head-grid {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.head-grid > div {
	display: table-row;
}
.head-grid > div > div {
	display: table-cell;
	vertical-align: top;
    position: relative;
    z-index: 8;
}
.hg-left {
	min-width: 160px;
}
.hg-right {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 80px;
    position: relative;
    z-index: 10;
}
.hg-right.-show-lang {
    min-width: 168px;
}
.hg-cent {
    padding-right: 11px;
    height: 50px;
}
.hg-cent-inner {
    position: relative;
}
.hg-cent-inner>* {
    position: relative;
    z-index: 10;
}


.head-search {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    z-index: 15;
}
.head-search-form {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 0;
    opacity: 0;
}
.head-search-form .control-def {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-search .ico-search {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 15;
}
.head-search:before {
    content: '';
    position: absolute;
    top: -10px;
    height: 0;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: #fff;
}

.head-search.-open .head-search-form, .head-search.-always-open .head-search-form {
    height: 40px;
    opacity: 1;
}
.head-search.-open:before, .head-search.-always-open:before {
    height: 60px;
    opacity: 1;
}


.load-btn-box {
    text-align: center;
    margin: 40px 0;
}
.load-btn {
    display: block;
    margin: 0 auto;
    height: 32px;
    width: 32px;
    background: url(../img/btn-load.png) no-repeat center;
    cursor: pointer;
}
.load-btn.-load {
    background: url(../img/loader.gif) no-repeat center;
}


#alerts {
    position: fixed;
    right: 20px;
    top: 70px;
    z-index: 10000;
}

.c_alert {
    margin: 20px 0;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
    display: block;
    background: #17bb96;
    padding: 12px 20px;
    position: relative;
    color: #f1f1f1;
    box-shadow: 0 5px 20px rgba( 111, 67, 149, .5 );
    font-size: 16px;
    max-width: 300px;
    border-radius: 2px;
    cursor: pointer;
}
.a-head {
    font-weight: 700;
    margin-bottom: 3px;
}

.c_alert.-error {
    background: #bd1f7d;
}

.head-open-menu {
	float: right;
	margin: 13px 13px 0 0;
}
.head-open-menu a {
	display: block;
	height: 24px;
    line-height: 24px;
    font-size: 18px;
	background: url(../img/i-bars.png) no-repeat 100% 50%;
	background-size: 28px auto;
    color: #6f4395;
    font-weight: 700;
    padding-right: 41px;
}

.head-logo {
	float: left;
	margin-right: -200px;
    position: relative;
    height: 50px;
}
.head-logo > a {
    width: 150px;
    height: 70px;
    display: block;
    background: url(../img/logo-head.png) no-repeat center;
    background-size: 150px auto;
    position: absolute;
    top: -11px;
    left: -7px;
}


.head-title {
    float: left;
    width: 635px;
    margin-right: 46px;
    font-size: 15px;
    font-weight: 700;
    color: #7d4199;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: .5px;
    margin-top: 5px;
}


.head-menu-logo-row {
	float: left;
	width: 100%;
}

.head-logo-cell {
	width: 10px;
}

.head-title-page {
	font-size: 24px;
	font-weight: 700;
	color: #6f4395;
	margin-top: 11px;
	white-space: nowrap;
	overflow: hidden;
	height: 27px;
	text-overflow: ellipsis;
	max-width: 500px;
	padding-left: 16px;
}

.head-menu-row {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-right: 20px;
	color: #b1b1b1;
	font-size: 18px;
}
.head-menu-row > div {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 61px;
	margin-bottom: -20px;
}
.head-menu-row > div > div {
	position: absolute;
	top: -2px;
	left: 0;
	width: 10000px;
}
.head-menu-row ul {
	list-style: none;
	overflow: hidden;
	position: relative;
}
.head-menu-row li {
	list-style: none;
	float: left;
	white-space: nowrap;
	margin: 0 0 0 46px;
	padding: 0 0 13px 0;
}
.head-menu-row li:first-child {
	margin: 0;
}
.head-menu-row li.-act {
	color: #6f4395;
	border-bottom: 4px solid #6f4395;
}
.head-menu-row li a:hover {
	color: #704395;	
}
.head-menu-row>div:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 8px;
	right: 0;
	width: 20px;

	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.head-lang {
	font-weight: 700;
	float: right;
	color: #b1b1b1;
    margin-top: 16px;
    position: relative;
    margin-right: 23px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.head-lang>span {
    display: block;
    cursor: pointer;
}
.head-lang>span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 6px;
}
.head-lang li.-act, .head-lang li.-act a {
    background: #7d4199;
    color: #fff !important;
}
.head-lang ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin: 0;
	padding: 0;
	list-style: none;
    top: -8px;
    left: -17px;
    display: none;
}
.head-lang ul:after {
	content: '';
	clear: both;
	display: block;
}
.head-lang li {
    padding: 0 3px 0 0;
}
.head-lang li a {
	display: block;
	padding: 5px 17px;
}
.head-lang li a:hover {
    color: #6f4395;
}
.head-lang.-open ul {
    display: block;
}
.head-lang li:first-child {
    padding-top: 3px;
}
.head-lang li:last-child {
    padding-bottom: 3px;
}

.link-home {
    margin-top: 30px;
    font-size: 16px;
    color: #6f4395;
    position: relative;
    z-index: 50;
    width: 200px;
    color: #b1b1b1;
}
.link-home a:before {
    font-family: 'FontAwesome';
    color: #6f4395;
    content: '\f015';
    margin-right: 7px;
}


.news:after {
	content: '';
	clear: both;
	display: block;
}
.news-item {
	float: left;
	width: 31%;
	height: 270px;
	margin: 15px 2.3% 15px 0;
	position: relative;
}

.news-item .ni-pict:after {
	content: '';
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.3);
}

.ni-pict {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}
.ni-pict>span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.ni-desc {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	color: #fff;
}
.ni-desc time {
	color: inherit;
}

.ni-info {
	margin: 5px 0;
	font-size: 14px;
	height: 23px;
	overflow: hidden;
}
.ni-info > * {
	display: inline-block;
	margin-left: 12px;
}
.ni-info > *:first-child {
	margin: 0;
}
.ni-info time {
	margin-right: 19px;
}
.ni-info > .ni-viewed:before, .ni-info > .ni-comment:before {
	font-family: 'FontAwesome';
	content: '\f06e';
	margin-right: 10px;
	font-size: 18px;
	color: #b1b1b1;
}
.ni-info > .ni-comment:before {
	content: '\f075';
}
.ni-desc h2 {
    margin: 0 0 .65em;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
    max-height: 198px;
}
.ni-text {
	font-family: 'Roboto Slab';
	font-weight: 300;
	line-height: 1.66;
}

.news-item:hover .ni-pict>span {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

._photo-wide.news-item {
	width: 64.37%;
}

._text.news-item .ni-desc {
	color: #414141;
	background: #fafafa;
	bottom: auto;
	top: 0;
	bottom: 0;
	padding: 9px 30px;
	left: 0;
	right: 0;
}
._text.news-item .ni-desc:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 25px;
	left: 0;
	right: 0;

	background: -moz-linear-gradient(top,  rgba(250,250,250,0) 0%, rgba(254,254,254,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,0) 0%,rgba(254,254,254,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(250,250,250,0) 0%,rgba(254,254,254,1) 73%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
._text.news-item h2 {
 	color: #311d3d;
}
._text.news-item .ni-info {
	color: #301d3d;
}

.news-item._text:hover h2 {
	color: #6f4395;
}


#foot {
	padding: 5px 0 50px;
}

.foot-request {
	padding: 30px 0 33px;
	border-bottom: 1px solid #b1b1b1;
}
.foot-request:after {
	content: '';
	clear: both;
	display: block;
}
.fr-title {
	float: left;
	width: 555px;
	margin-right: 46px;
	font-size: 18px;
	font-weight: 700;
	color: #301d3d;
	text-transform: uppercase;
	line-height: 1.35;
	letter-spacing: .5px;
}
.fr-tel {
	float: left;
	width: 277px;	
	margin-right: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #301d3d;
	margin-top: 3px;
}
.fr-btn {
	float: right;
	width: 240px;
	text-align: right;
	margin-top: 4px;
}

.foot-logos > div {
	min-width: 100%;
	display: table;
	border-collapse: collapse;
}
.foot-logos > div > div {
	display: table-row;
}
.foot-logos > div > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.foot-logos {
	padding: 6px 0 8px;
	border-bottom: 1px solid #b1b1b1;
}
.foot-logos:after {
	content: '';
	clear: both;
	display: block;
}
.foot-logos a {
	display: inline-block;
	height: 118px;
	background: no-repeat center;
}
.foot-logos a:first-child {
	margin-left: 0;
}


.foot-logos > div > div > div:first-child {
	text-align: left;
}
.foot-logos > div > div > div:last-child {
	text-align: right;
}

#fl-fond { 
	background-image:url(../img/content/logos/logo-1.png);
	background-size: 130px auto;
	width: 130px;
}
#fl-eais {
	background-image:url(../img/content/logos/logo-2.png);
	background-size: 200px auto;
	width: 200px;
}
#fl-prf { 
	background-image:url(../img/content/logos/logo-3.png);
	background-size: 210px auto;
	width: 210px;
}
#fl-mkrf { 
	background-image:url(../img/content/logos/logo-4.png);
	background-size: 210px auto;
	width: 210px;
}
#fl-grk {
	background-image:url(../img/content/logos/logo-5.png);
	background-size: 170px auto;
	width: 170px;
}

.foot-row {
	margin: 20px 0 36px;
}
.foot-row:after {
	content: '';
	clear: both;
	display: block;
}
.fc-creator {
	float: left;
	width: 300px;
	margin-right: 100px;
}
.fc-creator a {
	display: block;
	width: 165px;
	height: 48px;
	background: url(../img/logo-creator.png) no-repeat center;
	background-size: 165px auto;
}
.fc-condition {
	float: left;
	width: 270px;
	margin-right: 30px;
	font-size: 14px;
	color: #b1b1b1;
	letter-spacing: .1px;
}
.fc-condition a {
	position: relative;
    top: 24px;
	text-decoration: underline;
}
.fc-condition a:hover {
	text-decoration: none;
}
.fc-form {
	float: right;
	position: relative;
	top: 5px;
}
.fc-form .control-def {
	margin-right: 5px;
	width: 229px;
}

.foot-copyright {
	color: #b1b1b1;
	font-size: 14px;
}

.foot-nav {
	margin: 42px 0;
}
.foot-nav:after {
	content: '';
	clear: both;
	display: block;
}
.fn-contact {
	float: left;
	width: 370px;
}
.fn-contact .info-block:first-child {
	margin-top: 0;
}
.fn-nav {
	float: right;
	width: 770px;
}
.fn-nav .tbl {
	width: 100%;
}
.fn-nav .tbl-cell {
	padding-left: 20px;
}
.fn-nav .tbl-cell:first-child {
	padding-left: 0;
}
#fn-col-1 {
	width: 180px;
}
#fn-col-2 {
	width: 280px;
}

.fm-head {
	font-size: 18px;
	font-weight: 700;
	color: #704395;
	margin-bottom: 10px;
}
.foot-menu ul {
	margin: 22px 0;
	padding: 0;
}
.foot-menu li {
	list-style: none;
	font-size: 18px;
	color: #b1b1b1;
	padding: 5px 0;
}
.foot-menu li a:hover {
	color: #704395;
}

#menu .jspVerticalBar {
    right: auto;
    left: 4px;
}

#menu {
	position: fixed;
	top: 0;
	right: -460px;
	width: 400px;
	bottom: 0;
	z-index: 500;
	-webkit-transition: right .4s ease-out;
	-moz-transition: right .4s ease-out;
	transition: right .4s ease-out;
}
.lm-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(112,67,149,.4);
	z-index: 0;
	left: -100%;
	opacity: 0;
	-webkit-transition: opacity .4s ease-out, left .1s ease-out .4s;
	-moz-transition: opacity .4s ease-out, left .1s ease-out .4s;
	transition: opacity .4s ease-out, left .1s ease-out .4s;
}
.left-menu {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 340px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 20;
	overflow: auto;
	padding: 25px 30px;
}
.lm-logo {
	width: 275px;
	height: 110px;
	margin-left: 17px;
}
.lm-logo a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../img/logo.png);
	background-size: 275px auto;
}
.left-menu ul {
	margin: 0;
	padding: 0;
}
.left-menu ul.left-menu-main-ul {
    margin: 22px 0;
    padding: 27px 0;
	border-top: 1px solid #e5e5e5;
}
.left-menu li {
	list-style: none;
	font-size: 18px;
	font-weight: 700;
	color: #301d3d;
	padding: 6px 20px;
}
.left-menu li.-act>a, .left-menu li:hover>a {
	color: #6f4395;
}
.left-menu ul ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.left-menu ul ul {
	margin-top: 15px;
	margin-bottom: 5px;
    display: none;
}
.left-menu .-open>ul {
    display: block;
}
.left-menu ul ul li {
	padding-left: 30px;
	font-weight: 400;
	color: #b1b1b1;
}
.lm-close {
    width: 25px;
    height: 25px;
	background: url(../img/i-close.png) no-repeat center;
	background-size: 25px auto;
	position: absolute;
    top: 18px;
    left: -46px;
	z-index: 100;
}

.-open-menu #menu {
	right: 0;
}

.-open-menu .lm-bg {
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

/*text*/
h1, .page-title {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 700;
	color: #301d3d;
    padding: 0 0 .84em;
    margin: 40px 0 1em;
	border-bottom: 1px solid #efefef;
}
h1 {
    margin: .7em 0;
}
h2 {
	font-size: 24px;
	line-height: 1.33;
	font-weight: 700;
	color: #301d3d;
	margin: 1.7em 0 1em;
}
h3 {
    font-size: 20px;
    line-height: 1.33;
    font-weight: 700;
    color: #301d3d;
    margin: .5em 0;
}
h4 {
    font-size: 16px;
    line-height: 1.33;
    font-weight: 700;
    color: #301d3d;
    margin: .5em 0;
}
p {
	font-size: 18px;
	line-height: 1.7;
	margin: 1.8em 0;
}
.text a {
	color: #6f4395;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.text {
    font-size: 18px;
    line-height: 1.7;
    margin: 1.8em 0;
}

.doc-list {
	margin: 0 0 50px;
}

.doc-list ul {
	list-style: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	margin: 0;
	padding: 0;
}
.doc-list li {
	padding: 0;
	margin: 25px 0 34px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.doc-list li:hover {
    box-shadow: 0 5px 20px rgba( 111, 67, 149, .5 );
}
.doc-list li a {
	display: block;
	background: #fafafa;
	padding: 14px 20px 20px 90px;
	min-height: 48px;
	position: relative;
	text-decoration: none;
	color: inherit;	
}
.doc-list li span {
	color: #b1b1b1;
    display: block;
}
.doc-list li a:before {
	position: absolute;
	top: 22px;
	left: 25px;
	width: 30px;
	height: 37px;
    line-height: 35px;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
}
.doc-list li.-no-icon a:before {
    display: none;
}
.doc-list li.-no-icon a {
    padding-left: 20px;
}

.doc-list li a.visited {
    color: #a391ad !important;
}





.people-list {
    margin: 50px 0;
}

.people-list ul {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
}
.people-list li {
    width: 50%;
    margin: 15px 0;
    padding: 0 15px 0 215px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 170px;
}
.people-list li .pl-pict {
    position: absolute;
    top: 0;
    left: 15px;
    width: 170px;
    height: 170px;
    text-align: center;
}
.people-list li .pl-pict img {
    max-width: 170px;
    display: block;
    margin: 0 auto;
}
.people-list li h2 span {
    display: block;
    font-size: 16px;
    color: #301d3d;
    font-weight: 400;
}
.people-list li h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #301d3d;
}
.people-list li p {
    margin: 25px 0;
    color: #414141;
    font-size: 18px;
    line-height: 1.3;
}

.contact-block {
    margin: 20px 0;
    font-size: 16px;
}
.contact-block h3 {
    font-size: 26px;
    color: #301d3d;
    margin: 0 0 10px;
}
.contact-block>div {
    margin: 15px 0;
    color: #301d3d;
}
.contact-block>div>span {
    color: #b1b1b1;
    display: inline-block;
    width: 200px;
    font-weight: 400;
}
.cb-row {
    font-weight: 700;
}


.contact-table {
	width: 100%;
	margin: 42px 0;
	color: #111;
}
.contact-table .tbl-cell {
	padding: 7px;
}
.contact-table .tbl-cell:first-child {
	text-align: right;
	color: #b1b1b1;
	padding-right: 116px;
}


.filter, .filter-part-box {
    -webkit-transition: height .5s ease-in;
    -moz-transition: height .5s ease-in;
    transition: height .5s ease-in;
    overflow: hidden;
}
.filter-part-box {
    overflow: hidden;
    -webkit-transition: height .5s ease-in, margin-top .5s ease-in;
    -moz-transition: height .5s ease-in, margin-top .5s ease-in;
    transition: height .5s ease-in, margin-top .5s ease-in;
    margin-top: 0;
}
.filter.-close, .filter .-close {
	height: 0 !important;
}
.filter._after-crumbs {
    margin-top: -52px;
}
.filter {
	padding-top: 43px;
	overflow: hidden;
	position: relative;
	height: auto;
}
.filter-body-bottom-gap {
    height: 30px;
    border-bottom: 1px solid #efefef;
}
.filter-part-box.-is-last-closed {
    margin-top: -31px;
}
.filter-body {
	overflow: hidden;
    border-top: 1px solid #efefef;
    position: relative;
    top: -1px;
}
.filter-tags-body {
    margin: 0 -15px;
    font-size: 18px;
    line-height: 2;
    color: #b1b1b1;
    min-height: 1px;
}
.filter-tags a {
	margin: 0 14px;
	border-bottom: 1px dashed #b1b1b1;
}
.filter-tags a:hover {
	border-bottom: 0;
}
.filter-tags a.-act {
	color: #6f4395;
}

.filter-tags-static-link a {
    margin: 0 14px;
    border-bottom: 1px dashed #b1b1b1;
}
.filter-tags-static-link a:hover {
    border-bottom: 0;
}
.filter-tags-static-link a.-act {
    color: #6f4395;
}

.filter-part-box-body {
    padding: 30px 0 0;
}

.filter-date {
    position: relative;
    padding-bottom: 20px;
}

.filter-date-rows {
	width: 1060px;
}
.filter-date-row {
	outline: none;
    margin-bottom:40px;
}

.filter-date-body {
    padding: 14px 50px;
    background: #fafafa;
    overflow: hidden;
    position: relative;
    height: 32px;
}
.filter-date-reset {
    position: absolute;
    top: 64px;
    right: 0;
    font-size: 13px;
    border-bottom: 1px dashed #414141;
}
.filter-date-reset:hover {
    border: 0;
}
.filter-date-month {
	float: left;
	width: 130px;
	margin-right: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #301d3d;
    margin-top: -4px;
}
.filter-date-year {
    position: absolute;
    top: 23px;
    font-size: 13px;
}
.filter-date-day {
	float: left;
	width: 910px;
	font-size: 16px;
	color: #6f4395;
	margin-top: 2px;
    position: relative;
}
.filter-date-day .-today {
    border: 2px solid #dfdbe2;
    background: #dfdbe2;
}
.filter-date-day .-dis {
	color: #b1b1b1;
	cursor: default;
}
.filter-date-day a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
    border-radius: 50%;
}
.filter-date-day .-act {
	color: #fff;
	background: #6f4395;
}
.filter-date-day .-dis.-act {
    background: #b989e2;
}
.filter-date-arw-left {
 	position: absolute;
 	left: 10px;
 	bottom: 0;
 	width: 20px;
 	top: -38px;
 	background: url(../img/i-left.png) no-repeat center;
 	background-size: 10px 14px;
}
.filter-date-arw-right {
 	position: absolute;
 	right: 10px;
 	bottom: 0;
 	width: 20px;
    top: -38px;
 	background: url(../img/i-right.png) no-repeat center;
 	background-size: 10px 14px;
}
.filter-date-rows .filter-date-arw-left {
	left: -40px;
}
.filter-date-rows .filter-date-arw-right {
	right: -50px;
}
.filter-date-arw-right.slick-disabled, .filter-date-arw-left.slick-disabled {
    opacity: .6;
}

.filter-toggle {
    padding: 6px 11px 16px;
	text-align: right;
	color: #b1b1b1;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.filter-toggle > * {
    margin-left: 20px;
}
.filter-toggle .toggle {
	margin-right: 9px;
}	
/*
.filter-toggle a:before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 20px;
	background: url(../img/i-toggle.png);
	margin-right: 21px;
	vertical-align: middle;
}
*/


.nz-info {
	margin: 5px 0;
	font-size: 14px;
	height: 23px;
	overflow: hidden;
}
.nz-info > * {
	display: inline-block;
	margin-left: 25px;
}
.nz-info > *:first-child {
	margin: 0;
}
.nz-info > .nz-viewed:before, .nz-info > .nz-comment:before {
	font-family: 'FontAwesome';
	content: '\f06e';
	margin-right: 10px;
	font-size: 18px;
	color: #b1b1b1;
}
.nz-info > .nz-comment:before {
	content: '\f075';
}

.nz-head {
	font-size: 30px;
	color: #301d3d;
	margin: .5em 0;
	border: 0;
	padding: 0;
}

.nz-tag:after {
	content: '';
	clear: both;
	display: block;
}
.nz-tag {
	padding-bottom: 13px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 35px;
}

.nz-col {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.nz-col > div {
	display: table-row;
}
.nz-col > div > div {
	display: table-cell;
	vertical-align: top;
}

.nz-col-text {
	padding: 0 30px 21px 0;
    position: relative;
    top: -44px;
}
.nz-col-text.text>:last-child {
	margin-bottom: 0;
}
.nz-col-aside {
	width: 370px;
	padding-bottom: 20px;
}
.nz-share {
	text-align: right;
	margin: 35px 0;
    cursor: pointer;
    height: 26px;
}

.small-news-list {
	background: #fafafa;
	padding: 32px;
}
.sl-head {
	font-size: 24px;
	font-weight: 700;
	color: #301d3d;
	padding: 0 0 16px;
}
.sl-item {
	border-top: 1px solid #b1b1b1;
    padding: 28px 0 14px;
}
.sl-item time {
	display: block;
	color: #301d3d;
	font-size: 14px;
}
.sl-desc {
	color: #301d3d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-top: 13px;
}
.sl-desc a:hover {
	color: #6f4395;
}
.sl-btn {
	margin-top: 10px;
}

.comment {
	margin: 30px 0;
}
.cm-head {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.66;
	color: #301d3d;
	margin-bottom: 35px;
}

.cm-user {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fafafa;
	position: relative;
}
.cm-user>span {
	position: absolute;
	top: 16px;
	left: 22px;
	width: 38px;
	height: 42px;
	background: url(../img/cap-user.png) no-repeat center;
	background-size: 38px auto;
}

.comment-form:after {
	clear: both;
	content: '';
	display: block;
}
.comment-form .cm-user {
	float: left;
	margin-right: 24px;
}
.cf-control {
	margin-top: 10px;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 20px;
	color: #b1b1b1;
    font-size: 16px;
    outline: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 625px;
	resize: none;
	height: 18px;
	background: #fff;
}
.cf-submit {
	display: block;
	margin-top: 10px;
	opacity: 0;
	margin-left: 104px;
	position: relative;
	-webkit-transition: all .7s ease-in;
	-moz-transition: all .7s ease-in;
	transition: all .7s ease-in;	
}
.cf-submit [type=submit] {
	position: relative;
	z-index: 10;
}
.cf-submit:after {
	content: '';
	position: absolute;
	z-index: 15;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}
.comment-form.-open .cf-control {
	border: 3px solid #6f4395;
	background: #fafafa;
	height: 200px;
	padding: 13px 18px;
}
.comment-form.-open .cf-submit {
	opacity: 1;
}
.comment-form.-open .cf-submit:after {
	display: none;
}

.photo {
    margin: 0 -15px;
}
.photo:after {
    content: '';
    display: block;
    clear: both;
}
.photo article {
    width: 33.3333%;
    float: left;
}
.photo .ph-pict:after {
    content: '';
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.photo article > div {
    margin: 15px;
    overflow: hidden;
    height: 265px;
    position: relative;
    color: #fff;
}
.photo article .ph-pict {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}
.photo article:hover .ph-pict {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}
.ph-desc {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 30px;
    right: 30px;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    color: #fff;
}

.ph-info {
    margin: 5px 0;
    font-size: 14px;
    min-height: 23px;
    overflow: hidden;
    /*color: #c7c2c2;*/
    color: #fff;
}
.ph-info > * {
    display: inline-block;
    margin-right: 12px;
    color: inherit;
}
.ph-info > *:last-child {
    margin: 0;
}
.ph-info time {
    margin-right: 19px;
}
.ph-info > .ni-viewed:before, .ph-info > .ni-comment:before {
    font-family: 'FontAwesome';
    content: '\f06e';
    margin-right: 10px;
    font-size: 18px;
    color: #b1b1b1;
}
.ph-info > .ni-comment:before {
    content: '\f075';
}
.ph-small-desc {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    max-height: 160px;
    overflow: hidden;
}

.films-zoom:after {
    content: '';
    clear: both;
    display: block;
}

.fz-pict img {
    width: 100%;
}
.fz-pict a {
    display: block;
    min-height: 300px;
}
.fz-pict {
    float: left;
    width: 30%;
}
.fz-desc {
    float: right;
    width: 70%;
}
.fz-desc > div {
    padding-left: 30px;
}
.fz-rating {
    font-size: 14px;
    color: #b1b1b1;
    margin-bottom: 16px;
}
.fz-rating > span {
    font-size: 24px;
    font-weight: 700;
}
.fz-rating a {
    text-decoration: underline;
}
.fz-rating a:hover {
    text-decoration: none;
}
.fz-title {
    color: #301d3d;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 .5em 0;
    border: 0;
    padding: 0;
}
.fz-data {
    color: #111;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    margin: 35px 0 40px;
    padding: 0;
    display: table;
}
.fz-data > li {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    display: table-row;
}
.fz-data > li > span {
    width: 195px;
    color: #b1b1b1;
    display: table-cell;
    padding: 6px 0;
}
.fz-stat {
    background: #fafafa;
    padding: 20px 30px;
}
.fz-stat-top {
    overflow: hidden;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
.fz-share {
    cursor: pointer;
    margin-top: 30px;
}
.fz-stat {
    overflow: hidden;
}
.fz-stat-head {
    color: #301d3d;
    font-size: 24px;
    font-weight: 700;
    float: left;
}
.fz-stat-link {
    float: right;
    font-size: 16px;
    color: #b1b1b1;
    margin-top: 5px;
}
.fz-stat-link a {
    text-decoration: underline;
}
.fz-stat-link a:hover {
    text-decoration: none;
}
.fz-stat-item {
    float: left;
    width: 50%;
    margin-top: 20px;
}
.fz-stat-item > div {
    font-size: 18px;
    color: #301d3d;
    margin-bottom: 10px;
}
.fz-stat-item > span {
    font-size: 36px;
    font-weight: 700;
    color: #6f4395;
}
.fz-stat-item > span > span {
    font-size: 24px;
}

#feedback-form {
    margin: 0 20px 20px;
}
#feedback-form .btn-default {
    float: right;
}

._page-has-filter .breadcrumb {
    margin-right: 250px;
}

.breadcrumb {
    list-style: none;
    margin: 25px 0 10px 0;
    padding: 0;
    color: #b1b1b1;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.breadcrumb li {
    display: inline;
    margin-right: 20px;
    position: relative;
    line-height: 1.6;
}
.breadcrumb li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb li:first-child:before {
    display: none;
}
.breadcrumb li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    margin-right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb li.active {
    color: #6f4395;
}
.breadcrumb li.active:before {
    border-color: #6f4395;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

.long-search {
    padding: 21px 25px;
    background: #fafafa;
}
.long-search>form {
    display: table;
    width: 100%;
}
.long-search>form>div {
    display: table-row;
}
.long-search>form>div>div {
    display: table-cell;
}
.ls-col-btn {
    width: 145px;
    text-align: right;
}
.long-search [type=text] {
    width: 100%;
    display: block;
    border: 1px solid #b1b1b1;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #080808;
    font-size: 16px;
    padding: 8px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-title {
    color: #b1b1b1;
    padding: 5px 0 15px;
}
.main-banner {
    margin-bottom: 60px;
    position: relative;
}
.main-banner img {
    display: block;
    width: 100%;
}
.mb-desc {
    position: absolute;
    bottom: 40px;
    left: 48px;
}
.mb-title {
    font-size: 36px;
    font-weight: 700;
    color: #fffeff;
}
.mb-btn {
    margin-top: 28px;
}
.mb-soc {
    margin-top: 42px;
}
.tw,.vk,.fb {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 24px;
    margin: 0 8px;
}
.tw:after {
    content: '\f099';
}
.vk:after {
    content: '\f189';
}
.fb:after {
    content: '\f09a';
}

.section-site {
    margin: 70px 0;
}
.ss-head {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #704395;
}
.ss-list:after {
    content: '';
    clear: both;
    display: block;
}
.ss-list {
    margin: 0 -15px;
}
.ss-list-body {
    display: table;
    width: 100%;
}
.ss-row {
    display: table-row;
}
.ss-item {
    display: table-cell;
    width: 33.3333%;
    background: #fafafa;
    border: 15px solid #fff;
}
.ss-item>div {
    min-height: 210px;
    padding: 30px;
}
.ss-item-head {
    overflow: hidden;
    position: relative;
    min-height: 65px;
}
.ss-item-head-pict {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    text-align: center;
}
.ss-item-head-pict img {
    max-width: 100%;
}
.ss-item-head-text {
    padding-left: 80px;
    display: block;
    font-size: 24px;
    color: #301d3d;
    font-weight: 700;
}
.ss-item ul {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    font-size: 18px;
    color: #301d3d;
}
.ss-item ul a {
    text-decoration: underline;
}
.ss-item ul a:hover {
    text-decoration: none;
}
.ss-item ul li {
    margin: 4px 0;
}


/*fancybox*/
.fancybox-title-float-wrap .child {
    background: rgba(112,67,149,1);
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.fancybox-overlay {
    background: rgba(112,67,149,.4);
}


/*scrollPane*/
.jspHorizontalBar {
    height: 4px;
    background: none;
    bottom: 4px;
}
.jspTrack {
    background: none;
}
.jspVerticalBar {
    width: 4px;
    background: none;
    right: 4px;
}
.jspDrag {
    background: #7d4199;
    width: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}


/*temp font-avg*/
._avg-font {
    font-family: 'AvantGardeGothicC';
}
._avg-font .head-lang {
    font-size: 16px;
}
