* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: 'SegoeUIRegular', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
*::after, *::before {
  content: '';
}
html, body {
	width: 100%;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	cursor: default;
}
body {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
@font-face {
    font-family: 'Neucha'; 
    src: url('../../files/fonts/Neucha/Neucha.eot?#iefix') format('embedded-opentype'), 
        url('../../files/fonts/Neucha/Neucha.woff') format('woff'), 
        url('../../files/fonts/Neucha/Neucha.ttf') format('truetype'), 
        url('../../files/fonts/Neucha/Neucha.svg#Neucha') format('svg');
}
/* font-family: "SegoeUIRegular"; */
@font-face {
		font-family: "SegoeUIRegular";
		src: url("../../files/fonts/SegoeUIRegular/SegoeUIRegular.eot");
		src: url("../../files/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
		url("../../files/fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
		url("../../files/fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
		font-family: "SegoeUIBold";
		src: url("../../files/fonts/SegoeUIBold/SegoeUIBold.eot");
		src: url("../../files/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
		url("../../files/fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
		url("../../files/fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
		font-family: "SegoeUIItalic";
		src: url("../../files/fonts/SegoeUIItalic/SegoeUIItalic.eot");
		src: url("../../files/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
		url("../../files/fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
		url("../../files/fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
		font-family: "SegoeUILight";
		src: url("../../files/fonts/SegoeUILight/SegoeUILight.eot");
		src: url("../../files/fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
		url("../../files/fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
		url("../../files/fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
		font-family: "SegoeUISemiBold";
		src: url("../../files/fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
		src: url("../../files/fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
		url("../../files/fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
		url("../../files/fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
img {max-width: 100%; height: auto;}
b, strong {font-family: "SegoeUISemiBold"; color: #333;}
em, i {font-style: italic; color: #333; font-family: "SegoeUIRegular";}
em strong, i strong {font-style: italic; padding: 0 !important; color: #333;}
.none {display: none}
.inline-block {display: inline-block;}

a:visited {
    color: #5e338f;
}

.width {
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	padding: 0 20px;
}

header {
	position: relative;
	background: #5a37a0;
	background-image: url('../images/hline.png');
	background-repeat: repeat-x;
	height: 53px;
}
header .width {
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
}
#htitle {
	flex-shrink: 0;
	padding-left: 64px;
	float: left;
}
#htitle a {
	width: 280px;
	display: inline-block;
	text-transform: uppercase;
	height: 53px;
	line-height: 57px;
	font-size: 13px;
	color: #5a37a0;
	font-family: 'SegoeUIRegular', sans-serif;
	float: left;
}
#htitle a br {display: none;}
header nav {flex-grow: 1; float: left;}
header nav ul {float: right;}
header nav li {
	display: inline-block;
	line-height: 55px;
	height: 53px;
	float: left;
}
header nav li a, li.active {
	display: inline-block;
	border-left: 1px solid #333;
	height: 20px;
	line-height: 20px;
	padding: 0 9px;
	font-size: 13px;
	text-transform: uppercase;
	
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
header nav li a:hover {color: #5a37a0;}
header nav li:first-child a,
li.active + li a {border: none;}
li.active {
	line-height: 57px;
	height: 53px;
	padding: 0;
	border: none;
}
li.active a, 
header nav li.active:first-child a {
    border-right: 1px solid #333;
	color: #5a37a0;
}
header nav li.active:last-child a {border-right: 0;}

/*Header*/
#Header {
	background: #5a37a0;
	display: inline-block;
	width: 100%;
	height: 135px;
}
#Header .width {
	padding: 0;
}
#Header #mtitle {
	width: 43%;
    float: left;
    padding: 22px 0 0 89px;
    margin-bottom: 63px;
    z-index: 1;
}
#Header #mtitle div {
	width: 100%;
	font-size: 33px;
	color: #ff6600;
    font-family: 'Neucha', cursive;
    text-transform: uppercase;
    padding-bottom: 1px;
}
div.mtitle-mobile {
    display: inline;
    width: inherit;
}
#Header #mtitle div span {
	color: #ff6600;
	font-size: 26px;
	background: inherit;
	width: initial;
	padding: 0;
}
#Header #mtitle img {
	width: 90px;
	left: 3px;
	top: 0;
	z-index: 1;
}
#Header #mtitle span {
	font-family: 'Neucha', cursive;
	color: #cdcaff;
    font-size: 26px;
    padding-left: 0;
    line-height: 0;
}
#header-form {
	width: 57%;
	float: right;
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-box-shadow: -6px 3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: -6px 3px 6px rgba(0,0,0,0.4);
	box-shadow: -6px 3px 6px rgba(0,0,0,0.4); 
	margin-top: 21px;
	padding: 9px 15px 0;
	z-index: 0;
}
#header-form span {
	color: #5a37a0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'SegoeUIRegular', sans-serif;	
    display: inline-block;
    padding-bottom: 10px;
}
#header-form input {
	width: 46%;
	border: 1px solid #999;
	border-radius: 5px;
	line-height: 22px;
	height: 22px;
	padding: 0 10px;
	color: #666;
	margin: 0;
}
#header-form button {
	width: 30%;
	margin: 0 !important;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header-form fieldset {
	width: 69%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 0;
}
#header-form p strong {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}

#header-form input:nth-child(odd) {margin: 0 2%;}

#header-form input::-webkit-input-placeholder,
.modal-content-box input[type="text"]::-webkit-input-placeholder,
.modal-content-box textarea::-webkit-input-placeholder {color: #666;}

#header-form input:-moz-placeholder,
.modal-content-box input[type="text"]:-moz-placeholder,
.modal-content-box textarea:-moz-placeholder {color: #666;}

#header-form input::-moz-placeholder,
.modal-content-box input[type="text"]::-moz-placeholder,
.modal-content-box textarea::-moz-placeholder {color: #666;}

#header-form input:-ms-input-placeholder,
.modal-content-box input[type="text"]:-ms-input-placeholder,
.modal-content-box textarea:-ms-input-placeholder {color: #666;}

.actual-event a.ae-more,
.tr-buttons li.tr-add-button a,
#header-form button,
#feedback-content-left input[type="submit"],
.modal-content-box input[type="submit"] {
	background: #adadff;
	height: 40px;
	color: #5a37a0;
	font-family: "SegoeUIBold", sans-serif;
	font-size: 15px;
	border: none;
	cursor: pointer;
    position: relative;
	z-index: 1;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.owl-carousel .owl-item .main-book img {width: 100%; height: auto; padding: 20px 10px 0;}
#sb-search,
#sb-search-nav {
	width: 185px;
	flex-shrink: 0;
}
#sb-search-nav {
	display: none;
}
.sb-search {
	position: relative;
	display: inline-block;
	margin-top: 14px;
	height: 39px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
#sb-search input[type="text"],
#sb-search-nav input[type="text"]{
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	outline: none;
	background: #fff;
	width: 100%;
	height: 28px;
	padding: 0 10px;
	font-family: 'SegoeUIRegular', sans-serif;
	font-size: 13px;
	color: #5a37a0;
}

#sb-search input[type="text"]::-webkit-input-placeholder,
#sb-search-nav input[type="text"]::-webkit-input-placeholder {color: #ddd;}

#sb-search input[type="text"]:-moz-placeholder,
#sb-search-nav input[type="text"]:-moz-placeholder {color: #ddd;}

#sb-search input[type="text"]::-moz-placeholder,
#sb-search-nav input[type="text"]::-moz-placeholder {color: #ddd;}

#sb-search input[type="text"]:-ms-input-placeholder,
#sb-search-nav input[type="text"]:-ms-input-placeholder {color: #ddd;}

#sb-search input[type="submit"]:hover,
#sb-search-nav input[type="submit"]:hover {background-color: #5a37a0;}

#sb-search input[type="submit"],
#sb-search-nav input[type="submit"] {
	width: 27px;
	height: 27px;
	line-height: 27px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	
	background-color: #999;
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-position-x: 50%;
	background-position-y: 50%;	
	
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius:  0 5px 5px 0;
	border-radius:  0 5px 5px 0;
	
	-webkit-transition: background, .2s;
	-moz-transition: background, .2s;
	transition: background, .2s;
}
main#home {
	position: relative;
	background: #5a37a0;
	flex: 1 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;
}
main#home .width {
    display: inline-block;
	display: -webkit-flex;
	display: flex;
}
#mdescr {
	position: relative;
	width: 41%;
	float: left;
	padding: 50px 0 20px;
	margin-bottom: 70px;
	text-align: left;
}
#mtitle {padding: 0 0 38px 96px;}
#mtitle img {position: absolute; left: -19px; top: -3px;}
#mtitle p {margin: 0 auto;}
#mtitle h1, #mtitle p {
	position: relative;
	/*font-size: 65px;
	width: 350px;*/
	    font-size: 45px;
	    width: 258px;
	    padding-bottom: 5px;
	font-family: 'Neucha', cursive;
	text-transform: uppercase;
	color: #ff6600;
	line-height: 46px;
}
#mtitle h1 span, #mtitle p span {
	color: #351075;
	background: #ff6600;
	padding-left: 0;
	/*font-size: 49px;*/
	font-size: 35px;
	font-family: 'Neucha', cursive;
	text-transform: uppercase;
    line-height: 46px;
	-webkit-text-shadow: 1px 0 0 #351075;
	-moz-text-shadow: 1px 0 0 #351075;
	text-shadow: 1px 0 0 #351075;
    display: inline-block;
    padding: 0 15px;
	width: 97%;
}
#mdescr span {
	font-family: 'Neucha', cursive;
	color: #cdcaff;
	font-size: 32px;
	line-height: 55px;
}
#mdescr section {
	text-transform: uppercase;
	font-family: "SegoeUIRegular", sans-serif;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 20px;
}
#mdescr p {
    line-height: 18px;
    /* font-size: 14px; */
    font-size: 15px;
    padding-bottom: 10px;
}
#mlink {
	display: inline-block;
	width: 100%;
}
#mlink ul {float: right;}
#mlink li {
	display: inline-block;
	text-align: center;
	float: left;
	padding: 5px 0;
}
#mlink li a {border-right: 1px solid rgba(255,255,255,0.5);}
#mlink li:last-child a {border-right: 0;}
#mlink a:hover {text-decoration: none;}
#mlink a {
	padding: 0 15px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
}
#mphoto {
	background-image: url('../images/main-photo.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-position-x: 20px;
	background-position-y: 20px;
	height: 638px;
	position: relative;
	width: 59%;
	float: right;
	padding: 20px;
}
#mfeedback {
	position: absolute;
	right: 21px;
    bottom: 100px;
	width: 235px;
	border: 1px solid #adadff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 10px;
	background: #5a37a0;
}

.actual-event a.ae-more:hover,
.tr-buttons li.tr-add-button a:hover,
#header-form button:hover,
#feedback-content-left input[type="submit"],
.modal-content-box input[type="submit"]:hover {background: #ceceff;}
#Breadcrumbs {
	position: relative;
	background: #5a37a0;
	height: 138px;
    min-height: 138px;
    margin-top: -42px;
}
#Breadcrumbs .width {
	background: #fff;
    padding-left: 89px;
    padding-top: 5px;
	height: 100%;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	-webkit-box-shadow: -3px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: -3px 1px 3px rgba(0,0,0,0.4);
	box-shadow: -3px 1px 3px rgba(0,0,0,0.4); 
}
#Breadcrumbs.content-page {
	height: 116px;
    min-height: 116px;
}
#Breadcrumbs li {
	display: inline-block;
	position: relative;
	z-index: 1;
}
#Breadcrumbs li:after {
	content: '/';
    margin: -2px 5px 0 5px;
    display: inline-block;
    font-size: 16px;
    color: #999;
}
#Breadcrumbs li.select {text-transform: uppercase;}
#Breadcrumbs li.select:after {content: ""}
#Breadcrumbs li.select, 
#Breadcrumbs a {
	color: #999;
	font-size: 12px;
	font-family: 'SegoeUIRegular', sans-serif;
}
main#about, main#contacts, div#page, div#reviews, div#trainings, div#error {
	background: #fff;
	padding-bottom: 20px;
	flex: 1 0 auto;
}
div#reviews {padding-bottom: 40px;}
main#about {padding-bottom: 60px}
main#about.project {padding-bottom: 30px}
main#about.video-page {padding-bottom: 0}
main#about.video-page .Content {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
main#about.video-page h1 {padding: 58px 20px 0;}
main#about .width, main#contacts .width, div#page .width, 
div#reviews .width, div#trainings .width, div#error .width {
	background: #fff;
	margin-top: -112px;
	padding: 0 30px;
}
main#about h1, #Content-2 h2, #project-questions h2, .content-page h1 {
	color: #ff6600;
	font-size: 18px;
	text-transform: uppercase;
    font-family: "SegoeUIBold", sans-serif;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 33px;
}
main#about.search-result h1 {padding-top: 58px;}
.search-result h3 a {
    font-size: 18px;
    text-decoration: underline;
}
main#about.search-result li {list-style-type: none;}
.search-result a {
    color: #5a37a0;
    font-family: "SegoeUIBold";
}
.search-result a:hover {
    text-decoration: none;
}
main#about .Content {
	width: 68%;
	float: left; 
	padding-right: 20px;
	padding-bottom: 40px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
main#about.video-page .Content {
    width: 100%; 
    float: none;
    margin-top: 20px;
}
main#about.video-page h2, 
main#about.video-page h3 {
    margin: 10px 0 0;
    padding-bottom: 0;
    line-height: 27px;
    min-height: 110px;
    max-height: 110px;
    display: inline-block;
    overflow: hidden;
}
body.trainings .for-organizers {margin: 0 20px 30px;}
#video {width: 100%;}
#video #cm-pagination li {margin: 0;}
.video-content {
    padding: 20px 10px;
    width: 31%;
    margin: 0 1%;
    float: left;
}
main#about.project .Content {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
    width: 100%;
    padding-right: 0;
}
main#about p,
main#about p span,
main#about li,
#contacts-feedback .tab p {
	color: #333;
	font-size: 15px;
    padding-bottom: 10px;
    font-family: "SegoeUIRegular";
    text-align: left;
    line-height: 20px;
}
.Content-page-all
.tab .bc-content ol li {
    list-style-type: none !important;
    margin-left: 0;
}
main#about li {
    list-style-type: disc;
    margin-left: 30px;
}
main#about h2,
main#about h3,
.content-main h2,
.content-main h3,
.content-main h3 a {
	font-size: 20px;
    margin: 10px 0 20px;
    color: #5a37a0;
}
.content-main h3 a {
    padding: 0;
}
#Content-left {
	width: 32%;
	float: right;
}
#autors {
	position: relative;
	background-image:url('../images/autors-photo.png');
	background-repeat: no-repeat;
	width: 307px;
	height: 322px;
	margin: 0 auto;
}
#Content-left span {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: 28px;
    font-size: 14px;
    width: 90px;
    right: 14px;
}

#Content-1 {background: #adadff; display: inline-block; width: 100%;}
#Content-1:before,
#blue-line:before {
	background-image: url('../images/cline.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: -5px;
	display: inline-block;
	position: relative;
	width: 100%;
}
#Content-1.content-page .width,
.article-page #Content-1.content-page .width,
.consultations #Content-1.content-page .width,
.custom-page #Content-1.content-page .width {margin-top: -27px !important; padding: 40px !important;}

.content-page#Content-1:before,
.custom-page #Content-1:before,
.custom-page #blue-line:before,
.consultations #Content-1:before,
.consultations #blue-line:before,
.article-page #Content-1:before,
.article-page #blue-line:before {
	background-image: url('../images/cline2.png');
	background-repeat: repeat-x;
	height: 23px;
    margin-top: -20px;
	display: inline-block;
	position: relative;
	width: 100%;
}
#Content-1 .width{
	background: rgba(255,255,255,0.35);
	margin-top: -5px;
	padding: 40px 20px;
	display: -webkit-flex;
	display: flex;
}
#Content-1.content-page .width {
	max-width: 1180px;
	width: 100%;
    display: block;
    margin: -5px auto 0;
    padding: 20px;
}
#Content-1.content-page.padding0 .width {
	padding-left: 0;
	padding-right: 0;
}

.Advent {text-align: center;}
.Advent:nth-child(1) {padding-right: 15px;}
.Advent:nth-child(2) {padding: 0 15px;}
.Advent:nth-child(3) {padding-left: 15px;}
#Content-1 h2 {
	color: #5a37a0;
    line-height: 30px;
    font-family: "SegoeUISemiBold";
    padding-bottom: 15px;
}
#Content-1 h2 span {
	width: 100%;
    display: inline-block;
    color: #5a37a0;
    font-family: "SegoeUIBold";
    font-size: 40px;
}
#Content-1 p {
	text-transform: uppercase;
    font-family: "SegoeUISemiBold";
	color: #333;
	line-height: 18px;
}

#Content-2, footer.grayColor {background: #cccccc;}
footer.blueColor, footer.blueColor .width {background: #ccccff;}
footer.grayColor .width {background: rgba(255,255,255,0.66);}
#Content-2 .width {
	background: rgba(255,255,255,0.66);
	padding: 20px 0 40px;
}
#Content-2.content-page .width {padding: 0 0 10px;}
.fline-content2 {
	position: relative;
    max-width: 1180px;
    margin: 0 auto;
    
	background-image: url('../images/fline-light.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: -6px;
	display: inherit;
	position: relative;
	width: 100%;
}
#Content-2:before{
	background-image: url('../images/fdline.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: -5px;
	display: inherit;
	position: relative;
	width: 100%;
}
#Content-2 .touchslider-viewport,
#Content-2 .touchslider-item,
#Content-1 .touchslider-viewport,
#Content-1 .touchslider-item {
	width: 100%;
	cursor: pointer;
	height: 200px;
	min-height: 200px;
}
#Content-2 .touchslider-viewport:before,
#Content-1 .touchslider-viewport:before {background-image: none;}
#Content-2 .touchslider-item,
#Content-1 .touchslider-item {
	background: rgba(0,0,0,0);
	border: none;
	display: -webkit-flex;
	display: flex;
}
#Content-2 h2 {
	padding-bottom: 40px;
}
.owl-carousel .owl-item {padding: 0 10px}
.aa-text h3 a {
	color: #5a37a0;
	font-size: 18px;
    font-family: "SegoeUIBold";
    float: none;
}
.aatext-h3 h3 {padding-bottom: 20px;}
.aatext-h3 {min-height: 45px;}
.aa-text p, .aa-text a {
	color: #333;
	line-height: 18px;
	font-size: 14px;
    font-family: "SegoeUISemiBold";
    text-align: left;
}
.aa-text a:hover {text-decoration: none;}
.aa-text a {
	text-decoration: underline;
	float: right;
}
.aa-text a.aa-more {padding: 10px 0;}
#all-articles-button {text-align: center;}
#all-articles-button a:hover,
.new-book a.buy:hover {background: #ceceff; color: #5a37a0}
#all-articles-button a,
.new-book a.buy {
	text-align: center;
	display: inline-block;
	color: #fff;
    font-family: "SegoeUISemiBold";
    background: #5a37a0;
    padding: 10px 50px;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

body.hidden {
	overflow: hidden;
}
#mfform h3 {
	text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-family: "SegoeUIBold";
    padding-bottom: 14px;
}
#mfform span {
	font-size: 14px;
	display: inline-block;
    line-height: 18px;
}
#mfform form {
	padding: 20px 0 0;
	text-align: center;
}
#mfform input {
	width: 100%;
	margin-bottom: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 23px;
	color: #666;
	padding: 0 12px;
}
#mfform input::-webkit-input-placeholder,
#feedback-content-left input::-webkit-input-placeholder {color: #666;}

#mfform input:-moz-placeholder,
#feedback-content-left input:-moz-placeholder {color: #666;}

#mfform input::-moz-placeholder,
#feedback-content-left input::-moz-placeholder {color: #666;}

#mfform input:-ms-input-placeholder,
#feedback-content-left input:-ms-input-placeholder {color: #666;}

#mfform input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	background: #ceceff;
}
#mfform input[type="submit"],
#mfform input[type="submit"]:active {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-family: "SegoeUIBold";
	font-size: 15px;
	background: #adadff;
	color: #5a37a0;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border: 0;
}

#Event {
    width: 100%;
	clear: both;
	position: relative;
	display: inline-block;
    background: #e6e6e6;
    background-color: #e6e6e6;
    padding-top: 5px;
}
#Event .width {
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	margin-top: -84px;
}
#Event .width::after,
#Event .width::before {
	content: none;
}
#Event:before {
	height: 5px;
    width: 100%;
    background-image: url(../images/fline.png);
    background-repeat: repeat-x;
    margin-top: -10px;
    display: inherit;
}
.owl-prev,
.owl-next {
	position: absolute;
	width: 32px;
	height: 33px;
	background-image: url('../images/button-sprite.png');
	background-repeat: no-repeat;
	top: 64px;
	cursor: pointer;
}
.owl-next {left: 5px;}
.article-page .owl-next, #Content-2 .owl-next {left: -31px;}
.owl-next:hover {
    background-position-x: -32px;
    background-position-y: -33px;
    background-position: -35px -33px;
}
.owl-prev {
	right: 5px;
	position: absolute;
    background-position-x: -32px;
    background-position-y: 0px;
    background-position: -32px 0px;
}
.article-page .owl-prev, #Content-2 .owl-prev {right: -31px;}
.owl-prev:hover {
    background-position-x: 3px;
    background-position-y: -33px;
    background-position: 3px -33px;
}
div.touchslider {
	flex-shrink: 0;
	position: relative;
	float: left;
}
#Event div.touchslider:nth-child(1) {padding-right: 50px;}
.touchslider-viewport {
	overflow:hidden;
	width: 545px;
	margin: 0 auto;
	height: 229px;
	max-height: 229px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.touchslider-viewport:before {
	background-image: url('../images/fshadow.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 184px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.touchslider-item {
	border: 1px solid #adadff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.touchslider-item .ti-img {
	width: 150px;
	height: 213px;
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;
}
.ti-img img {
	position: absolute;
    max-width: none;
}
.ti-text {padding: 13px 25px 13px 175px; }
.ti-text h3 {line-height: 18px; padding-bottom: 5px;}
.ti-text h3 a {
	color: #ff6600;
	text-transform: uppercase;
	font-family: "SegoeUISemiBold";
	font-size: 15px;
}
.ms-descr p, .ms-descr span {
	color: #333;
	font-size: 13px;
	font-family: "SegoeUISemiBold";
	text-align: left;
}
.ms-descr span {font-style: italic;}
.ms-descr span strong {
	color: #333;
	font-family: "SegoeUIBold";
}
.touchslider-item {position: relative;}
.touchslider-item:not(.main-book) .ti-text {margin-bottom: 63px;}
.touchslider-item:not(.main-book) .ms-buttons {
    position: absolute;
    bottom: 20px;
    WIDTH: inherit;
    right: 25px;
}
.ms-buttons {
    position: absolute;
    bottom: 20px;
    width: inherit;
    left: 175px;
    right: 25px;
    
	/*padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	width: 100%;*/
}
.ms-buttons .msb-video {float: left;}
.ms-buttons .msb-more {
    float: right;
    width: 120px;
    padding: 0 10px;
}

.ms-buttons a:hover {text-decoration: none;}
a.msb-more:hover {background: #ceceff;}
.ms-buttons a {
	color: #4b4087;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-family: "SegoeUISemiBold";
	font-size: 12px;
	padding-right: 20px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
a.msb-more {
	color: #5a37a0;
	font-family: "SegoeUIBold";
	text-decoration: none;
	background: #adadff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 15.5px;
}

#project-questions {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.project-qu-column {
	width: 50%;
	padding: 0 20px;
}

/*spoilers*/
input[id^="spoiler"], .pSpoiler {display: none;}
input[id^="spoiler"] + label {
	background-image: url('../images/marker.png');
	background-repeat: no-repeat;
	display: block;
	color: #5a37a0;
	font-size: 14px;
	cursor: pointer;
	padding-left: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 100%;
	min-height: 50px;
	text-transform: uppercase;
	text-decoration: underline; 
	font-family: "SegoeUISemiBold";
}
input[id^="spoiler"]:checked + label {
	color: #333;
	text-decoration: none; 
}
input[id^="spoiler"] ~ .pSpoiler {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px; 
  padding: 15px; 
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
input[id^="spoiler"]:checked + label + .pSpoiler{
	height: auto;
	padding: 10px;
	display: inline-block;
}
.pSpoiler p,
.pSpoiler li {
	color: #333;
	font-size: 14px;
	font-family: "SegoeUISemiBold";
}




footer {
	flex-shrink: 0;
	position: relative;
	display: inline-block;
    background: #e6e6e6;
    background-color: #e6e6e6;
    clear: both;
    width: 100%;
    display: inline-block;
}
footer .width {padding: 20px 0 10px;}
#fMenu:before {
	height: 5px;
	position: absolute;
	top: 0;
	background-image: url('../images/f-before-bg.png');
    background-repeat: repeat-x;
    max-width: 800px;
    width: 100%;
}
#fMenu:after {
	background-image: url('../images/fshadow.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 184px;
    position: absolute;
    bottom: -22px;
    left: 0;
}
footer.blueColor #fMenu:before {
	background-position-x: 0;
	background-position-y: -5px;
	background-position-y: 0 -5px;
}
#fMenu {
    display: -webkit-flex;
    display: flex;
	width: 100%;
	max-width: 800px;
	min-height: 130px;
	margin: 0 auto;
	padding: 10px 0 14px;
	position: relative;
	background: #8370cc; /* Old browsers */
	background: -moz-linear-gradient(left,  #8370cc 0%, #adadff 31%, #adadff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #8370cc 0%,#adadff 31%,#adadff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #8370cc 0%,#adadff 31%,#adadff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8370cc', endColorstr='#adadff',GradientType=1 ); /* IE6-9 */
}
#fmTitle {
	width: 300px;
    padding: 10px 130px 0 18px;
	flex-shrink: 0;
	float: left;
}
#fmTitle a, #fmTitle a span {
	font-family: 'Neucha', cursive;
	text-transform: uppercase;
	font-size: 15.5px;
	line-height: 22px;
}
#fmTitle a strong {
	font-family: 'Neucha', cursive;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
}
#fmTitle a span {
	font-size: 20px;
}
#fmTitle a:hover {
	-webkit-text-shadow: 0 0 1px #5a37a0;
	-moz-text-shadow: 0 0 1px #5a37a0;
	text-shadow: 0 0 1px #5a37a0;
}
nav#fmMenu {
	flex-grow: 1;
}
#fmMenu ul {float: left;}
#fmMenu li {line-height: 17px;}
#fmMenu ul a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #5a37a0;
	font-size: 13px;
	font-family: "SegoeUISemiBold";
}
ul#fmMenuSub a {text-transform: none;}
#fmMenu ul a:hover {text-decoration: none;}
#fmMenu ul:nth-child(1) {width: 220px;}
#fmMenu ul:nth-child(2) {width: 175px;}

#fcopy {
	text-align: right;
	max-width: 800px;
	margin: 0 auto;
	padding-right: 20px;
}
#fcopy span {
	font-family: "SegoeUISemiBold";
	font-size: 11px;
	color: #6a6868;
}
#support-form {
	position: fixed;
	right: 0;
	bottom: 50px;
	height: 170px;
	width: 37px;
	background: #adadff;
	background-image: url('../images/quest.png');
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: -3px 3px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 3px 6px rgba(0,0,0,0.3);
	box-shadow: -3px 3px 6px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 1;
}
#support-form span {
	position: absolute;
	top: 34px;
	display: inline-block;
	-webkit-writing-mode: vertical-rl; 
	writing-mode:tb-rl;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	left: 9px;
    color: #5a37a0;
    text-transform: uppercase;
	font-size: 15px;
	font-family: "SegoeUIBold";
}
#support-form:hover {
	background: #ceceff;
	background-image: url('../images/quest.png');
	background-repeat: no-repeat;
	-webkit-box-shadow: -3px 3px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 3px 6px rgba(0,0,0,0.1);
	box-shadow: -3px 3px 6px rgba(0,0,0,0.1);
}
.clear {
	clear: both;
}

#feedback-content-left {
	position: relative;
	width: 203px;
	background: #fff;
	-webkit-border: 1px solid #adadff;
	-moz-border: 1px solid #adadff;
	border: 1px solid #adadff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 16px 16px 15px;
	margin: 0 auto;
	z-index: 1;
}
#feedback-content-left span {
	position: relative;
	display: inline-block;
	padding-bottom: 16px;
	font-size: 15px;
    line-height: 18px;
	width: 100%;
	bottom: 0;
	right: 0;
	color: #5a37a0;
	font-family: "SegoeUIBold";
	text-align: center;
	float: right;
}
main#about #feedback-content-left p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 20px;
	clear: both;
}
#orange-01-form {
	background-image:url('../images/orange-01.png');
	background-repeat: no-repeat;
	height: 97px;
	width: 89px;
	position: absolute;
	top: 24px;
    right: 54px;
}
#feedback-content-left input[type="submit"] {
	text-transform: uppercase;
	margin-top: 5px;
}
#feedback-content-left input {
	width: 169px;
	height: 30px;
	color: #333;
	-webkit-border: 1px solid #b4b4b4;
	-moz-border: 1px solid #b4b4b4;
	border: 1px solid #b4b4b4;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 0 8px;
}
#Content-project-video {background: #acadff;}
#Content-project-video .width {
	background: #5a36a0;
	padding: 20px;
}
#Content-project-video:before {
	background-image: url('../images/cline.png');
	background-repeat: repeat-x;
	display: inherit;
	height: 5px;
	margin-top: -5px;
	position: relative;
	width: 100%;
}
.violet-line {
	background-image: url('../images/violet-line.png');
	background-repeat: repeat-x;
	position: relative;
	display: inherit;
	height: 5px;
	width: 100%;
	max-width: 1180px;
	margin: -5px auto 0;
}
#Content-project-video h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "SegoeUIRegular";
	font-size: 20px;	
}
#Content-project-yes-no {padding-bottom: 20px;}

/*VIDEO*/
#project-video {
	background-image:url('../images/articles/project-video.jpg');
	width: 667px;
	height: 271px;
	margin: 0 auto;
	margin: 20px auto;
}

#project-yes-no {padding: 30px 20px;}
#project-yes-no h2 {
	color: #5a37a0;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "SegoeUISemiBold";
	padding-bottom: 14px;
}
#project-yes-no p {
	font-size: 14px;
	color: #333;
	font-family: "SegoeUISemiBold";
	line-height: 18px;
}
#project-yes {
	float: left;
	width: 50%;
	padding-right: 10px;
}
#project-no {
	float: right;
	width: 50%;
	padding-left: 10px;
}
.project-yes-no-img {
	background-image:url('../images/orange-01.png');
	background-repeat: no-repeat;
	width: 89px;
	background-position-x: -100px;
	background-position-y: 39px;
	background-position: -100px 39px;
	float: left;
	margin-right: 20px;
	min-height: 133px;
}
.project-descr {
	padding-left: 109px;	
}
#project-no .project-yes-no-img {
	background-position-x: -200px;
	background-position-y: 39px;
	background-position: -200px 39px;
}


#project-questions h2 {
	display: inline-block;
	padding: 0 0 25px;
    width: 100%;
}
#gray-line, #gray-line .width {margin-top: -5px; height: 25px;}
#blue-line, #blue-line .width {height: 60px;}
div#error #blue-line {display: none;}
#blue-line:before {
	background-position-x: 0;
	background-position-y: -15px;
	background-position: 0 -15px;
	
}
.bContacts #Breadcrumbs .width {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -4px;
}
.bContacts #mtitle, .bContacts #mtitle div {width: 100%}
div#page .width,
div#reviews  .width,
div#trainings .width {
	padding: 0;
	margin-top: -76px;
}
div#page {
	background: #e6e6e6;
	padding: 0;
}
div#page:before {
	background-image:url('../images/fline.png');
	background-repeat: repeat-x;
	position: relative;
	margin-top: -5px;
	height: 5px;
    display: block;
    width: 100%;
}
div#page .content-main p {
	width: 42%;
	float: right;
	padding: 30px;
	font-size: 15px;
    font-family: "SegoeUIRegular";
    line-height: 21px;
    padding-left: 0;
}
.content-page h1 {font-size: 19px;}
.Content-page-all {
	display: -webkit-flex;
	display: flex;
}
.Content-page-all p,
.Content-page-all a,
.Content-page-all b,
.Content-page-all strong,
.Content-page-all span,
.Content-page-all li,
.Content-page-all table,
.Content-page-all h1,
.Content-page-all h2,
.Content-page-all h3 {
	font-family: 'SegoeUIRegular', sans-serif;
	color: #333;
	font-size: 15px;
	padding: 0 20px 20px;
	line-height: 20px;
	text-align: left;
}
.Content-page-all strong {
    padding: 0 !important;
    font-family: 'SegoeUIBold', sans-serif !important;
}
.Content-page-all p.justifyfull {text-align: justify;}
.Content-page-all p.justifyright {text-align: right;}
.Content-page-all li {
    list-style-type: disc !important;
    margin-left: 60px;
    padding: 0 0 15px 0;
}
.Content-page-all.articles p,
.Content-page-all.articles a,
.Content-page-all.articles b,
.Content-page-all.articles strong,
.Content-page-all.articles span,
.Content-page-all.articles li,
.Content-page-all.articles em {
	font-family: "SegoeUIRegular", sans-serif;
	line-height: 20px;
	color: #333;
}
span.sy-caption {
    float: left;
    padding-right: 15px !important;
    font-weight: bold;
}
.content-sidebar {
	width: 320px;
	flex-shrink: 0;
	float: right;
}

#page .content-sidebar,
#trainings .content-sidebar {
	background-image: url('../images/small-orange-left.png');
	background-repeat: no-repeat;
	background-position: 95% 0;
	background-position-x: 95%;
	background-position-y: 0;
	padding: 50px 0;
	margin-top: -25px;
}

/*Организаторам*/
.for-organizers {
	background: #fff;
	margin: 0 20px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-border: 1px solid #5a37a0;
	-moz-border: 1px solid #5a37a0;
	border: 1px solid #5a37a0;
}
.for-organizers .fo-caption:after {
	background-image: url('../images/violet-line.png');
	background-position: 0 -15px;
	background-position-x: 0;
	background-position-y: -15px;
	background-repeat: repeat-x;
    display: inline-block;
	height: 5px;
    width: 100%;
    margin-bottom: -6px;
}
.Content-page-all .for-organizers span {
    color: #fff;
    padding: 15px 0 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.Content-page-all .for-organizers .fo-caption {
	display: inline-block;
	background: #5a37a0;
	width: 100%;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	font-family: "SegoeUIBold", sans-serif;
	font-size: 15px;
	line-height: 15px;
	float: right;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.Content-page-all .for-organizers p {
	padding: 15px 20px 0 20px;
	text-align: center;
	line-height: 17px;
	clear: both;
}
.Content-page-all .for-organizers a {
	color: #4b4087;
	text-decoration: underline;
	text-align: right;
	display: inline-block;
	width: 100%;
	padding: 14px 30px;
	font-size: 15px;
}
.Content-page-all .for-organizers a:hover {text-decoration: none;}

/*Новая книга*/
.new-book {
	text-transform: uppercase; 
	text-align: center;
	width: 280px;
    margin: 0 auto 20px;
}
.new-book a.nb-title {
	font-size: 20px;
	font-family: "SegoeUIBold", sans-serif;
	text-decoration: underline;
	color: #ff6600;
	width: 100%;
	display: inline-block;
	text-align: center;
}
a.nb-title:hover, a.ae-title:hover,
#nb-content a.read:hover,
#nb-content a:hover {text-decoration: none;}

#nb-content a:not(.read) {padding: 0;}
#nb-content li {
	font-family: "SegoeUIRegular", sans-serif;
	color: #5e338f;
	margin: 0;
	/*font-size: 26px;*/
}
/* #nb-content a img {float: left; padding-right: 16px;}
#nb-content ul {padding: 15px 15px 5px 15px;} */
	#nb-content a img {text-align: center; float: none; padding-right: 20px;}
	#nb-content ul {padding-bottom: 10px;}
	#nb-content li {
	    text-align: center;
	    display: inline-block;
        padding: 5px 0;
        font-size: 21px;
	}
	#nb-content li.none {display: inline-block;}
	#nb-content li.inline-block {display: none;}
	#nb-content a.read {display: inline-block; margin: 0 0 10px 20px; padding-bottom: 10px; padding-left: 35px;}

#nb-content a.read {
	color: #4b4087;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 40px;
	padding-top: 4px;
	background-image:url('../images/book-icon.png');
	background-repeat: no-repeat;
}
.new-book a.buy {
	clear: both;
	font-size: 16px;
	display: inline-block;
	background: #5e338f;
	padding: 14px 16px;
	color: #fff;
}

/*Актуальное событие*/
div#page .actual-event {text-align: left;}
.actual-event {text-align: center;}
.actual-event div {
	width: 293px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	
	-webkit-border: 1px solid #adadff;
	-moz-border: 1px solid #adadff;
	border: 1px solid #adadff;
}
.actual-event div:after {
	background-image: url('../images/fshadow.png');
	background-repeat: no-repeat;
	height: 14px;
    margin-bottom: -18px;
    display: inline-block;
    width: 100%;
}
.actual-event img {
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
a.ae-title {
	color: #5e338f;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	font-family: "SegoeUIBold", sans-serif;
	padding: 0;
	font-size: 18px;
	display: inline-block;
	line-height: 19px;
	padding: 10px;
}
#reviews a.ae-title {color: #ff6600}
.actual-event p {
	padding: 0 15px;
	line-height: 20px;
}
.actual-event a.ae-more {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 40px;
	margin: 10px 0 5px;
}


span.ae-date strong,
span.ae-date b {
	font-family: "SegoeUIBold", sans-serif;	
	padding: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
span.ae-date {
	display: inline-block;
	width: 100%;
	padding: 15px;
	font-size: 12px;
	font-style: italic;
	
}

#Content-main {
	padding-top: 20px;
	padding-bottom: 30px
}
#Content-main .width {padding: 0;}
.content-main {
    width: 72%;
    flex-grow: 1; 
    position: relative; 
    border-right: 1px solid #eee;
    float: left;
}
.error-page .content-main {width: 100%; border: 0;}
.content-main img {float: left;}
.content-main h2, .content-main h3 {
    font-size: 20px;
    margin: 10px 0 20px;
    color: #5a37a0;
}
.content-main li b,
.content-main li strong {
	font-family: "SegoeUIBold", sans-serif;
	padding: 0 0 0 5px;
	color: #333;
}

#Content-1.content-page h3 {
	color: #ff6600;
	text-align: center;
    font-family: "SegoeUIBold";
    padding-bottom: 20px;
}
#Content-1.content-page p {
	text-transform: none;
	padding: 0 60px 30px;
	color: #5e338f;
}
.aatext-h3 {text-align: left;}
#Content-1 .owl-carousel p {padding: 0; color:#333; line-height: 20px;}
#Content-1.content-page .touchslider h3 {text-align: left;}
#Content-1.content-page .touchslider p {color: #333;}
#Content-1.content-page .touchslider p,
#Content-1.content-page .touchslider h3 a {
	text-transform: none;
	padding: 0;
}
#Content-1.content-page #all-articles-button a:hover {
	background: #7f6ccb;
	color: #fff;
}


#Content-1.content-page form,
#contacts-feedback form {
	background: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-border: 1px solid #b3acd9;
	-moz-border: 1px solid #b3acd9;
	border: 1px solid #b3acd9;
	
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 40px;
}
.if-form {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
#Content-1.content-page input,
#Content-1.content-page textarea,
#contacts-feedback input,
#contacts-feedback textarea {
	width: 350px;
	-webkit-border: 1px solid #d0d0d0;
	-moz-border: 1px solid #d0d0d0;
	border: 1px solid #d0d0d0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	padding: 2px 5px;
}
#Content-1.content-page textarea,
#contacts-feedback textarea {width: 495px; height: 110px;}
#Content-1.content-page label,
#contacts-feedback label {
	color: #333;
	width: 100px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	float: left;
	font-size: 14px;
}
#Content-1.content-page input[type="submit"]:hover,
#contacts-feedback input[type="submit"]:hover {background: #ceceff;}
#Content-1.content-page input[type="submit"],
#contacts-feedback input[type="submit"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 170px;
	margin: 0 auto;
	display: block;
	background: #aeaef5;
	color: #5a37a0;
	text-transform: uppercase;
	font-family: 'SegoeUIRegular', sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
}
#contacts-feedback input[type="submit"] {
	float: right;
    margin-right: 23px;
    font-weight: bold;
}
#contacts-feedback em {color: red}
#contacts-feedback span {
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.review {
	clear: both;
	display: -webkit-flex;
	display: flex;
	padding-right: 30px;
}
.review-face {
	flex-shrink: 0;
	min-height: 77px;
	background-image: url('../images/review-face.png');
	background-repeat: no-repeat;
	float: left;
    background-position: 50% 0;
    background-position-x: 50%;
    background-position-y: 0;
	display: inline-block;
	
	border-radius: 50%;
    overflow: hidden;
    height: 120px;
    width: 120px;
    margin: 10px 20px;
}
.review-face img {max-width: 110%;}
.review-text {flex-grow: 1; padding-bottom: 40px; float: right; width: 83%;}
.review-text span,
.review-text a,
.review-text p {
	padding: 0;
	clear: both;
}
.review-text span.r-name,
.review-text span.r-topic a {
	font-size: 14px;
	font-style: italic;
	font-family: "SegoeUIBold", sans-serif;
	color: #5a37a0;
	display: inline-block;
	width: 100%;
	float: left;
    padding-bottom: 10px;
}
.review-text span.r-topic a:hover {text-decoration: underline;}
.review-text span.r-topic a {width: inherit;}
.review-text span.r-topic {
	color: #5a37a0;
	font-style: italic;
	padding-bottom: 15px;
	display: inline-block;
	float: left;
}
a.review-more:hover {text-decoration: none;}
a.review-more {
	display: inline-block;
	width: 100%;
	color: #786cba;
	text-decoration: underline;
	text-align: right;
}

#cm-pagination {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 50px;
	margin-top: 30px;
}
#cm-pagination ul {
	display: inline-block;
	margin: 0 auto;
}
#cm-pagination li {
    float: left;
    margin-left: 0;
}
#cm-pagination li,
#cm-pagination li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 32px;
	color: #ccc;
	font-size: 18px;
	font-family: "SegoeUIRegular", sans-serif;
	text-align: center;
	padding: 0;
}
#cm-pagination li.prev a,
#cm-pagination li.next a {
	background-image: url('../images/button-sprite.png');
	background-repeat: no-repeat;
}
#cm-pagination li a:hover,
#cm-pagination li.select {
	color: #5a37a0;
}
#cm-pagination li.prev {
	text-align: left;
	width: 50px;
}
#cm-pagination li.next {
	text-align: right;
	width: 50px;
}
#cm-pagination li.next a {background-position: -34px 0px;}
#cm-pagination li.next a:hover {background-position: 1px -33px;}
#cm-pagination li.prev a:hover {background-position: -35px -33px;}

/*nav*/
.cd-primary-nav {
	display: -webkit-flex;
	display: flex;
	height: 100vh;
	flex-direction: column;
}
.nav-title {
	text-align: center;
	padding-top: 40px;
	background: #5a37a0;
	flex-shrink: 0;
}
.nav-title span {
	font-family: "SegoeUIRegular", sans-serif;
	text-transform: uppercase;
	font-size: 16.5px;
}
.nav-title #mtitle {padding: 30px 0 0;}
.nav-title #mtitle h1 {margin: 0 auto;}
.nav-title #mtitle span.nt-descr {
	font-family: 'Neucha', cursive;
	text-transform: none;
	color: #cdcaff;
	font-size: 32px;
	line-height: 55px;
}
.nav-title #mtitle:after {
	background-image:url('../images/violet-line.png');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-position-x: 0;
	background-position-y: 100%;
	display: inline-block;
	margin-bottom: -9px;
	height: 5px;
	width: 100%;
}
.nav-ul {
	background-image: url('../images/nav-smallman.png');
	background-repeat: no-repeat;
	background-position-x: 92%;
	background-position-y: 0;
	background-position: 92% 0;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	flex: 1 0 auto;
}
.nav-ul li a:hover,
.nav-ul li.select a {color: #ff6600}
.nav-ul li a, .nu-second li a {
	color: #5a37a0;
	font-size: 26px;
	text-transform: uppercase;
}
ul.nu-second {display: inline-block; margin: 0 auto;}
.nu-second li {
	display: inline-block;
	float: left;
	border-right: 2px solid #5a37a0;
	padding: 0 10px;
}
ul.nu-second li:last-child {border-right: 0;}

.nav-lilac {
	background: #ccccfe;
	height: 60px;
	flex-shrink: 0;
}
.nav-lilac:before {
	background-image: url('../images/cline.png');
	background-repeat: repeat-x;
	background-position: 0 -15px;
	background-position-x: 0;
	background-position-y: -15px;
    height: 20px;
    margin-top: -3px;
	width: 100%;
	display: inline-block;
}
#Breadcrumbs.error-page .width {height: 266px;}
div#error {background: #ccccff;}
div#error .width {
    margin-top: -60px; 
    padding-bottom: 60px;
    flex-grow: 1;
    height: 100%;
}
div#error .width h1 {
	width: 100%;
	position: relative;
	font-size: 55px;
	line-height: 55px;
	font-family: 'Neucha', cursive;
	text-transform: uppercase;
	color: #ff6600;
	text-align: center;
}
div#error .width p {
	color: #5a37a0;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Neucha', cursive;
	text-align: center;
}
main#contacts p,
main#contacts h1,
main#contacts h2,
main#contacts li {
	color:#333
}

main#contacts .width {
	display: -webkit-flex;
	display: flex;
	padding-top: 32px;
}
#contacts-photo {
	width: 374px;
    float: left;
    flex-shrink: 0;
    padding-top: 80px;
}
.bContacts #contacts-feedback {
    padding-top: 26px;
    width: 66%;
    float: right;
    padding-bottom: 60px;
}
#contacts-feedback {
	flex-grow: 1;
	padding-left: 40px;
}
main#contacts h2 span,
.books-page h2 span {
	color: #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	text-transform: uppercase;
    font-family: "SegoeUIBold";
    cursor: pointer;
    float: left;
}
main#contacts h1,
main#contacts h2 span[class="active"],
.books-page h2 span[class="active"] {
	color: #ff6600;
	border-left: 1px solid #ff6600;
	padding-left: 20px;
}
.tab {clear: both;}
.tab p {
    font-family: 'SegoeUIRegular', sans-serif;
    color: #333;
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 20px;
    text-align: left;
}
.tab h3 {
	color: #5a37a0;
    font-family: 'SegoeUIRegular', sans-serif;
	text-transform: uppercase;
	padding: 20px 0 20px 20px;
	font-size: 14px;
}
main#contacts h1 {
	border: 0;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
    font-family: "SegoeUIBold";
    padding: 0;
}
.tab-organizers h3 {padding-left: 10px;}

.cm-article {
	width: 100%;
    padding: 10px 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    float: left;
    
    width: 50%;
}
.cm-article:nth-child(odd) {padding-right: 15px;}
.cm-article:nth-child(even) {padding-left: 15px;}
.cm-image {
	position: relative;
	margin-right: 15px;
	width: 112px;
	height: 144px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border: 1px solid #adadff;
	-moz-border: 1px solid #adadff;
	border: 1px solid #adadff;
	float: left;
	
	width: 100%;
    margin: 0 0 10px 0;
    border-radius: 5px;
    float: none;
}
.cm-image img {
	max-width: 200%;
    position: absolute;
    left: -50%;
    top: -20%;
    
    position: initial;
    margin-top: -20px;
}
.cm-content {
	color: #333;
	font-family: 'SegoeUIRegular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}
.cm-content p {
    padding: 10px 0;
    font-size: 15px;
    text-align: justify;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    line-height: 20px;
}
.cm-cation h3 a, .cm-cation h3 {
	font-family: "SegoeUIRegular", sans-serif;
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	padding: 0 20px 10px;
	color: #5a37a0;
	text-align: center;
	
	padding: 0;
	min-height: 45px;
}
.cm-cation h3 a {padding: 0;}
.cm-cation h3 a:hover {text-decoration: underline;}
a.cm-more:hover {text-decoration: none;}
a.cm-more {
	color: #4b4087;
	text-decoration: underline;
	display: inline-block;
	text-align: right;
	padding-bottom: 0;
	padding-top: 20px;
	width: 100%;
}

.training {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-border: 1px solid #adadff;
	-moz-border: 1px solid #adadff;
	border: 1px solid #adadff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.training:before {
	background-image: url(../images/fshadow.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 100%;
    position: absolute;
    bottom: -14px;
}
.tr-image {
	position: relative;
	overflow: hidden;
	width: 320px;
	flex-shrink: 0;
}
.tr-image img {
	max-width: 220%;
	position: absolute;
	top: 0;
	left: -90%;
}
.trainings-page {padding: 0 20px;}
.tr-content {margin-top: 10px;}
.tr-content h3 a:hover {text-decoration: none;}
.tr-content h3 a {
	color: #ff6600;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: "SegoeUIBold", sans-serif;	
	font-size: 18px;
	padding: 0;
	line-height: 22px;
}
.content-main .tr-content h3 {
    padding-bottom: 10px;
    margin-bottom: 0;
}
span.tr-date {
	font-style: italic;
	text-decoration: underline;
	width: 100%;
	display: inline-block;
	padding: 0 0 10px 20px;
}
span.tr-date strong,
span.tr-date b {
	padding: 0;
	font-family: "SegoeUIBold", sans-serif;	
	font-style: italic;
	color: #333;
}
.tr-buttons li {
	display: inline-block;
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 50px;
}
.tr-content p {
    line-height: 20px;
    padding: 20px;
}
.tr-buttons li.tr-video-button {width: 60%; display: none;}
.tr-buttons li.tr-video-button a:hover,
.tr-buttons li.tr-more-button a:hover {text-decoration: none;}
.tr-buttons li.tr-video-button a,
.tr-buttons li.tr-more-button a {
	background-image: url('../images/videocam.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #4b4087;
	font-size: 12px;
}
.tr-buttons li.tr-more-button a {
	background-image: none;
	text-transform: none;
	font-size: 14px;
}
.tr-buttons li.tr-add-button a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.cd-nav-trigger {
	cursor: pointer;
}
.owl-item .item {
    width: 680px;
    display: inline-block;
}
.article-page .owl-item .item, 
#Content-2 .owl-item .item {
    width: auto;
}
.owl-stage {margin-bottom: 10px;}

.project #feedback-content-left {
    float: right;
    margin-left: 30px;
}
.video #cm-pagination {
    display: block;
    float: none;
    clear: both;
}

.content-main-image-page {
    width: 466px;
    height: 355px;
    overflow: hidden;
    position: relative;
    float: left;
}
.content-main-image-page img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#social-icons {
    position: fixed;
    bottom: 230px;
    right: 0;
    width: 37px;
    overflow: hidden;
    z-index: 1;
}
#social-icons li a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
    
	background-image: url('../images/icons_social.png');
	background-repeat: repeat-x;
    background-color: #fff;
    
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#social-icons li.facebook a {
	background-position: 0 -37px;
	background-position-x: 0;
    background-position-y: -37px;
}
#social-icons li.vkontakte a {
	background-position: -37px -37px;
	background-position-x: -37px;
    background-position-y: -37px;
}
#social-icons li.youtube a {
	background-position: -73px -37px;
	background-position-x: -73px;
    background-position-y: -37px;
}
#social-icons li.instagram a {
	background-position: -110px -37px;
	background-position-x: -110px;
    background-position-y: -37px;
}
#social-icons li.facebook a:hover,
#social-icons li.vkontakte a:hover,
#social-icons li.youtube a:hover,
#social-icons li.instagram a:hover {
    background-position-y: 0px;
}

.sisea-result {padding-bottom: 10px; border-bottom: 1px solid #eee;}
.sisea-result h3 a {color: #5a37a0; font-size: 18px; font-weight: bold;}
.sisea-result h3 a:hover {text-decoration: underline;}
main#about p.search-p {padding-bottom: 60px;}
main#about p.sisea-results {padding-bottom: 30px;}
.sisea-highlight {font-weight: bold;}
span.sisea-result-pages {color: #333; font-size: 14px;}
span.sisea-page.sisea-current-page {color: #5a37a0; padding: 10px;}
.sisea-paging {padding: 20px 0;}
main#about.project h1,
main#about.autors h1 {padding-top: 58px}

/*Color:
Фиолетовый: #5a37a0
*/

/*none*/

.aa-img {
    display: none;
	width: 100%;
	height: 120px;
	background: #fff;
    margin-bottom: 20px;
	-webkit-border: 1px solid #adadff;
	-moz-border: 1px solid #adadff;
	border: 1px solid #adadff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	float: left;
}
.aa-img img {
	position: absolute;
	display: inline-block;
	max-width: 120%;
}
.books-page h2 {padding: 0 0 20px;}
.books-page strong {padding: 0; font-family: "SegoeUISemiBold", sans-serif;}
.books-page ol, .book-page ul {padding-bottom: 10px;}
.books-page ol li {list-style-type: decimal;}
.books-page ul li {
    list-style-type: disc;
    padding: 0 0 10px;
    margin-left: 50px;
}
.book-image {padding-top: 20px;}
.book-image img {width: 200px; float: none}
.bi-image {
    display: block;
    width: 260px;
    float: left;
    height: 100%;
    padding-right: 20px;
    padding-top: 40px;
}
.book-content {padding-top: 20px;}
.book-descr {padding-left: 260px;}
.books-page .tab h3 {font-family: 'SegoeUISemiBold', sans-serif;}
.book-descr h2 {color: #ff6600; text-align: left;}
.books-page .tabs h2 span {height: 37px; line-height: 37px;}
.books-page .tabs h2 {
    float: left;
    height: 37px;
    padding: 0;
}
.tabs-h2 {padding-left: 20px;}
.book-page .content-main {padding: 0 20px;}
.book-page .content-main p {padding: 0 0 20px;}
.tabs ol {border-top: 1px solid #eee; padding-top: 20px; padding-bottom: 0;}
.tabs ol ol {border: none; padding: 0;}

.main footer .width {padding-top: 0;}
body .social-yandex a, 
body .social-yandex li, 
body .social-yandex ul,
body .social-yandex span {padding: 0;}
body span.sy-caption {padding-bottom: 10px; display: inline-block;}
body .social-yandex {
    display: inline-block;
    padding-top: 12px;
    width: 100%;
    text-align: center;
}
body .social-yandex.social-left {
    text-align: left; 
    padding: 17px 20px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.pC {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
}
#pC-content {
    flex-grow: 1;
    width: 78%;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
#pC-sidebar {
    width: 22%;
    float: right;
    flex-shrink: 0;
}

u {text-decoration: underline;}
s {text-decoration: line-through;}
sub, sup, tt, code, pre, s, u {color: #333;}
blockquote {background: #fefefe; border: 1px solid #ddd; padding: 10px 10px 0; margin-bottom: 20px;}
.content-main p a {color: #5a37a0 !important; padding: 0 !important; font-weight: bold !important;}
.content-main p a:hover {font-weight: normal !important;}
hr {
    color: #ddd;
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}


/* tags */

.tags {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.tags span {
    font-weight: bold !important;
    padding: 0 10px 0 0 !important;
}
.tags a {
    padding: 5px 10px;
    background: #5e338f;
    color: #fff !important;
}
.tags a:hover {
    background: #ceceff;
    color: #5a37a0 !important;
}