@charset 'UTF-8';
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
* {box-sizing: border-box;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: top;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, address, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
hr {box-sizing: content-box; height: 0; overflow: visible;}
pre {font-family: monospace, monospace; font-size: 1em;}
a {background-color: transparent; -webkit-text-decoration-skip: objects;}
abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted;}
b,strong {font-weight: inherit;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace; font-size: 1em;}
dfn {font-style: italic;}
mark {background-color: #ff0; color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
audio,video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
button,input,optgroup,select,textarea {font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {border: none; outline: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none; padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;}
progress {display: inline-block; vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],[type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
summary {display: list-item;}
canvas {display: inline-block;}
template {display: none;}
[hidden] {display: none;}

body {
	font: normal 18px/1.1 'Roboto', Verdana, Tahoma, sans-serif;
	color: #535353;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

a {
	text-decoration: underline;
	color: #4b3d90;
}
a:hover {
	color: #000;
}

h2.title {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
	color: #4b3d90;
}
h2.title.hr:after {
	content: " ";
	display: block;
	width: 187px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	margin: 20px auto 33px auto
}

.title_intr {
    text-align: center;
    font-size: 32px;
    margin-top: -29px;
    margin-bottom: 40px;
}

#sma {display:none;}
.leyka:after {
       content: " ";
    display: block;
    width: 187px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
	border-color: #4b3d90;
    margin: 33px auto 33px auto;
}
/* header */
.htop {
	background-color: #fff;
	padding: 10px 67px;
	font-size: 0;
	border-bottom: 8px solid #f29317;
}
.fixtop {
	transition: 3s;
}
.topfx.fixtop {
	position: fixed;
	top: 0;
	z-index: 1000;
	max-width: 1400px;
	width: 100%;
	background-color: rgba(255, 255, 255, .7);
	border-bottom: 8px solid rgba(242, 147, 23, .6);
}

.hlogo, .hmenu, .htop .button-block {
	display: inline-block;
}
.hlogo {
	width: 15%;
	text-align: left;
	padding-top: 0;
}
.hlogo img {
	width: 150px;
}
.fixtop .hlogo img {
	width: 100px;
}
.hmenu {
	width: 70%;
	padding-top: 10px;
}
.htop .button-block {
	width: 15%;
	padding-top: 25px;
}

.hmenu .menu {
	text-align: center;
}
.hmenu .menu .item {
	display: inline-block;
	line-height: 1.7;
	padding: 0 35px;
}

.hmenu .menu .item a {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #4b3d90;
	text-decoration: none;
}
.hmenu .menu .item a:hover {
	color: #f29317;
	text-decoration: underline;
}
.htop .button-block {
	text-align: right;
}
.htop .btn {
	background-color: #4b3d90;
	color: #fff;
}
.htop .btn:hover {
	background-color: #f29317;
}

.hblock {
	position: relative;
	height: 555px;
	width: 100%;
	overflow: hidden;
	background-color: #020421;
}
.hblock video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#btnplay {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 0;
	line-height: 0;
	z-index: 10;
	cursor: pointer;
}
#btnplay.play {
	background: url(../img/videoplay.png) no-repeat center;
	background-size: cover;
}


/* == SECTIONS == */
.section {
	padding-top: 15px;
}
.wrapped {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	max-width: 900px;
}
.section .intro {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.caption {
	display: block;
}

/* section infographic-sma */
.infographic-sma {
	padding-top: 0;
}
.infographic-sma .header {
	background-color: #4b3d90;
	text-align: center;
	color: #fff;
	padding: 45px 0;
}
.infographic-sma .header .sma {
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 900;
	max-width: 1200px;
	display: inline-block;
}
.infographic-sma .inner {
	padding: 123px 39px 5px 39px;
	background: url(../img/map-russia.png) no-repeat top right;
	margin-top: -50px;
}
.infographic-sma .block {
	margin-bottom: 53px;
}
.infographic-sma .inner .cell {
	padding: 0 30px;
}
.infographic-sma .inner .imginfo {
	margin-bottom: 20px;
}
.infographic-sma .inner .imginfo,
.infographic-sma .inner .txtinfo {
	display: block;
}
.infographic-sma .inner .post {
	font-size: 18px;
	color: #4b3d90;
	max-width: 790px;
	margin: 5px auto;
	text-align: center;
}
.infographic-sma .footer {
	background-color: #4b3d90;
	text-align: center;
	color: #f29317;
	padding: 44px 10px;
}
.infographic-sma .footer .sma {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.24em;
}

/* section personality */
.personality {
	padding-top: 95px;
	line-height: 1.2em;
	padding-bottom: 25px;
}
.personality p {
	margin-bottom: 21px;
}
.personality .wrapped {
	max-width: 876px;
}
.personality .person {
	overflow: hidden;
}
.personality .person .desc {
	margin-bottom: 0;
}
.personality .person .photo {
	width: 208px;
	float: left;
	margin-right: 24px;
	margin-bottom: 65px;
}
.personality .person .name {
	display: block;
	font-size: 21px;
    font-weight: 900;
	margin-bottom: 10px;
	color: #4b3d90;
}
.personality .note {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	padding: 35px 10px;
	line-height: 1.2;
}

/* section family-sma */
.family-sma {
	margin-bottom: 5px;
}
.family-sma .header {
	background-color: #4b3d90;
	padding: 33px 10px 64px 10px;
}

.family-sma .header .title {
	color: #f29317;
}
.family-sma .intro {
    color: #fff;
    font-size: 24px;
    max-width: 770px;
    margin-bottom: 75px;
}
.family-sma .slide-nav {
	padding-bottom: 20px;
}
.family-sma .slide-nav .nav {
	text-align: center;
	margin: 15px 0;
	padding: 0 31px;
}
.family-sma .slide-nav .item {
	padding: 0;
	width: 20%;
}
.family-sma .slide-nav .link {
	font-size: 24px;
	font-weight: 500;
	color: #c0b3ff;
	text-transform: uppercase;
	text-decoration: none;
}
.family-sma .slide-nav .link:hover {
	color: #f29317;
}
.family-sma .slide-nav .link.active {
	text-decoration: underline;
	color: #fff;
	font-weight: 600;
}
.family-sma .slide-photo {
	text-align: center;
	margin: 5px 55px;
}
.family-sma .slide-photo .photo {
	height: 187px;
	width: auto;
}

.family-sma .family {
	padding: 50px 0 20px 0;
}
.family-sma .family .wrapped {
	max-width: 825px;
}
.family-sma .family .name {
	font-size: 36px;
	font-weight: 700;
	color: #4b3d90;
	margin-bottom: 24px;
}
.family-sma .family .desc {
	font-size: 16px;
	line-height: 20px;
}
.family-sma .family p {
	margin-bottom: 8px;
}


/* section about-sma */
.about-sma {
	margin-bottom: 50px;
	padding-top: 0;
}
.about-sma .header {
	padding: 40px 0px 66px 0px;
	background-color: #c0b3ff;
	margin-bottom: 25px;
}
.about-sma .header.arrow-down:after {
	border-top-color: #c0b3ff;
}
.about-sma .header .wrapped {
	max-width: 885px;
}
.about-sma .header .title {
	color: #4b3d90;
}
.about-sma .header .title.hr:after {
	margin: 5px auto 35px auto;
}
.about-sma .header .intro {
	font-style: italic;
	font-size: 22px;
	padding-top: 15px;
	line-height: 1.16;
}
.about-sma .header .intro p {
	margin-bottom: 25px;
}

.about-sma .block {
	padding: 72px 70px 0px;
}
.about-sma .block .cell {
	text-align: left;
	padding: 0 12px;
}
.about-sma .block .cell:first-of-type {
	padding-left: 0;
}
.about-sma .block .cell:last-of-type {
	padding-right: 0;
}
.about-sma .block .name {
	font-size: 30px;
	font-weight: 700;
	color: #f29317;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.about-sma .block .span {
	font-style: italic;
	font-weight: 700;
	margin-bottom: 45px;
}
.about-sma .block .head {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;	
}

.about-sma .block ul li {
	line-height: 1.17em;
	margin-bottom: 5px;
}


/* section gens */
.gens {
	background-color: #4b3d90;
	color: #fff;
	text-align: center;
	padding: 45px 0 40px;
}
.gens .title {
	color: #f29317;
}
.gens .title.hr:after {
	margin: 20px auto 30px auto;
	width: 148px;
}
.gens .intro {
	font-size: 24px;
	padding: 18px 0px;
	line-height: 1.1;
	margin-bottom: 35px;
}
.gens .gen-items {
	padding: 15px 0;
	margin-bottom: 50px;
}
.gens .gen-items .item {
	width: 210px;
}
.gens .gen-items .item .img {
	width: 98px;
	margin: 0 auto 20px;
}
.gens .gen-items .item .desc {
	width: 190px;
	margin: 0 auto;
}
.gens .gen-items .item .desc-strong {
	font-weight: 700;
	display: block;
}

/* section diagnostics */
.diagnostics {
	padding: 40px 0 5px;
}
.diagnostics .title.hr:after {
	margin: 20px auto 30px auto;
	width: 145px;
}
.diagnostics .intro {
	max-width: 800px;
	color: #4b3d90;
	padding: 0;
	margin-bottom: 63px;
}
.diagnostics .diag-items .row {
	margin-bottom: 17px;
}
.diagnostics .diag-items .item {
	padding: 0 12px;
	width: 311px;
}
.diagnostics .diag-items .img {
	margin-bottom: 15px;
}
.diagnostics .diag-items .type {
	font-size: 24px;
	color: #f29317;
	text-align: center;
	margin-bottom: 0px;
}
.diagnostics .diag-items .strong {
	font-size: 16px;
	color: #535353;
	text-align: center;
	margin-bottom: 30px;
	font-style: italic;
}
.diagnostics .diag-items .desc {
	text-align: left;
	display: none;
}
.diagnostics .diag-items .fulldesc {
	max-width: 837px;
}
.diagnostics .diag-items .fulldesc p {
	margin-bottom: 15px;
}


/* section health-care */
.health-care {
	padding: 30px 0 35px;
}
.health-care .header {
	margin-bottom: 38px;
}
.health-care .title {
	color: #f29317;
}
.health-care .title.hr:after {
	margin: 20px auto 30px auto;
	width: 145px;
}
.health-care .care-list {
	max-width: 1257px;
	text-align: left;
}
.health-care .care-list .cell {
	padding: 5px 10px;
}
.health-care .list-title {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
.health-care .list-desc .item {
	margin-bottom: 14px;
}


/* section functional-states */
.functional-states {
	padding: 0;
}
.functional-states .header {
	padding: 45px 0 50px;
	background-color: #c0b3ff;
	margin: 0;
}
.functional-states .header .title {
	max-width: 845px;
	color: #4b3d90;
}
.functional-states .header .title.hr:after {
	margin: 35px auto 53px auto;
}
.functional-states .header .intro {
	max-width: 820px;
	font-size: 21px;
	font-style: italic;
	text-align: left;
	line-height: 1.2;
}
.functional-states .care-nav {
	background-color: #4b3d90;
	height: 107px;
	line-height: 107px;
	margin-bottom: 80px;
}

.functional-states .care-nav .cell {
    max-width: 315px;
    line-height: 107px;
    height: 107px;
    vertical-align: middle;
    width: 100%;
}
.functional-states .care-nav .cell .btn {
	color: #4b3d90;
	background-color: #c0b3ff;
	vertical-align: middle;
}
.functional-states .care-nav .cell .btn:hover {
	color: #fff;
	background-color: #c0b3ff;
}

.functional-states .care-nav .cell.arrow-down .btn {
	background-color: #f29317;
}


.this-care-nav {
	padding: 73px 0 81px;
}
.care-nav-desc {
	text-align: center;
	margin-bottom: 56px;
}
.care-nav-desc .desc-title {
	color: #4b3d90;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.care-nav-desc  .desc-text {
	font-size: 24px;
	font-style: italic;
}

.care-subnav {
	margin-bottom: 17px;
}
.care-subnav .cell {
	max-width: 405px;
	width: 100%;
	height: 76px;
	border-top: 5px solid #4b3d90;
	border-bottom: 5px solid #4b3d90;
}
.care-subnav .item-name {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 76px;
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.care-subnav .item-name:hover {
	color: #f29317;
}

.care-subnav .cell.arrow-down:after {
	border-top-color: #f29317;
}
.care-subnav .cell.arrow-down {
	color: #f29317;
	border-bottom-color: #f29317;
}
.care-subnav .cell.arrow-down .item-name {
	text-decoration: none;
}

.this-care-subnav {
	padding: 10px;
	max-width: 1285px;
}

.this-care-subnav .cell {
	text-align: left;
	padding: 0 15px;
}
.this-care-subnav .caption {
	text-transform: uppercase;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 50px;
}
.this-care-subnav .caption.other {
	font-size: 18px;
	margin-bottom: 13px;
}
.this-care-subnav .list {
	margin-bottom: 0px;
}
.this-care-subnav .list li {
	margin-bottom: 10px;	
}

.equipments {
	padding: 50px 0px 70px;
	background-color: #4b3d90;
	color: #fff;
}
.equipments .title {
	font-size: 60px;
	color: #f29317;
	font-weight: bold;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto 40px;
}
.equipments .caption {
	font-size: 30px;
	color: #f29317;
	margin-bottom: 40px;
}
.equipments .cell {
	width: 100%;
	max-width: 450px;
	padding: 15px 10px;
}
.equipments .img {
	text-align: center;
	background: url(../img/elipse-opacity.png) no-repeat center;
	margin-bottom: 39px;
	line-height: 200px;
	height: 200px;
}
.equipments .img img {
	vertical-align: middle;
	height: 100%;
    max-height: 200px;
    width: auto;
}
.equipments .name {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.equipments .desc .list {
	text-align: left;
}


/* section therapy */
.therapy {
	padding: 45px 0px 0px;
}
.therapy .header {
	margin-bottom: 43px;
}
.therapy .header .title {
	margin-bottom: 55px;
}
.therapy .intro {
	max-width: 810px;
	color: #4b3d90;
	text-align: left;
	font-weight: 700;
	font-size: 22px;
}
.therapy .inner {
	margin-bottom: 70px;
}
.therapy .inner .wrapped {
	max-width: 810px;
}
.therapy .desc {
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
}

.therapy .but {
	background-color: #c0b3ff;
	padding: 40px 0 10px;
	text-align: center;
}
.therapy .but .wrapped {
	max-width: 1065px;
}
.therapy .but .name {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 35px
}
.therapy .but .cell {}
.therapy .but .img-icon {
	margin: 10px auto 15px;
	width: 110px;
	height: 110px;
	line-height: 110px;
}
.therapy .but .symbol {
	font-size: 121px;
	font-weight: 400;
}
.therapy .but .ttl-icon {
	margin: 10px auto 15px;
	width: 150px;
}

/* section */
/* section */


/* section planning */
.planning {
	padding: 35px 0px 0px;
}
.planning .header  {
	margin-bottom: 50px;
}
.planning .header .title {
	max-width: 700px;
	color: #4b3d90;
}
.planning .content {
	text-align: left;
	margin-bottom: 55px;
}
.planning .content .wrapped {
	max-width: 825px;
}
.planning .content .desc p {
	margin-bottom: 10px;
}

.planning .infograf {
	background-color: #4b3d90;
	color: #fff;
	padding: 40px 0px 72px;
	text-align: center;
}
.planning .info.wrapped {
	max-width: 1280px;
}
.planning .subintro {
	font-size: 30px;
	color: #f29317;
	line-height: 1.1;
	margin-bottom: 50px;
}

.planning .stat-items {
	padding: 10px 0;
}
.planning .stat-items .proc {
	font-size: 60px;
	font-weight: 700;
	color: #f29317;
	display: block;
}
.planning .stat-items .desc {
	display: block;
	margin: 0px auto 50px;
	max-width: 165px;
}
.planning .graf {
	display: block;
	width: 100%;
	max-width: 947px;
	margin: 0 auto 40px;
}
.planning .graf img {
	width: 100%;
}
.planning .attention {
	font-size: 30px;
	color: #f29317;
	line-height: 1.1;
	max-width: 740px;
	margin: 0 auto;
	width: 100%;
}


/* section accept-sma */
.accept-sma {
	padding: 45px 0;
	margin-bottom: 30px;
}
.accept-sma .header {
	margin-bottom: 50px;
}
.accept-sma .title {
	margin-bottom: 50px;
}
.accept-sma .intro {
	max-width: 808px;
	text-align: left;
}
.accept-sma .intro .items {
	text-align: left;
	margin: 20px 0 20px 40px;
	font-style: italic;
	list-style: disc;
}
.accept-sma .intro .item {
	margin-bottom: 10px;
}

.accept-sma .scheme {
	padding: 40px 0;
	background-color: #4b3d90;
	color: #fff;
	margin-bottom: 55px;
}
.scheme-psy {
	margin-bottom: 30px;
}
.scheme-psy .block .cap {
	width: 285px;
	text-align: left;
}
.scheme-psy .block .sdesc {
	min-width: 380px;
	max-width: 465px;
	text-align: left;
	padding: 40px 15px 0;
	font-size: 16px;
	font-weight: 600;
}


.scheme-psy .block .caption {
	color: #f29317;
	font-size: 42px;
}

.stage-row {
	position: relative;
}
.arrow-top {
	width: 100%;
	max-width:	519px;
	max-height: 38px;
	margin: 0 auto 13px;
}
.arrow-top img {
	width: 100%;
}
.arrow-middle {
	position: absolute;
	top: 165px;
	width: 100%;
}
.arrow-middle-inner {
	width: 100%;
	max-width:	1025px;
	max-height: 23px;
	margin: 0 auto;
}
.arrow-middle img {
	width: 100%;
}

.sheme-stage {
	margin-bottom: 30px;
}
.sheme-stage .cell {
	width: 250px;
	padding: 0 10px;
}
.stage-count {
	margin-bottom: 85px;
	line-height: 1;
}
.stage-num, .stage-text {
	display: block;
	color: #f29317;
	font-weight: bolder;
}
.stage-num {
	font-size: 72px;
}
.stage-text {
	font-size: 23px;
}
.stage-anotation {
	font-size: 16px;
}
.stage-anotation .name {
	display: block;
	color: #f29317;
}
.stage-anotation .desc {
	text-align: left;
}
.stage-anotation .desc p {
	margin-top: 15px;
}

.accept-video {
	text-align: center;
}
.accept-video .desc {
	font-size: 32px;
	color: #4b3d90;
	max-width: 850px;
	margin: 0 auto 45px;
}
.accept-video .actions .cell {
	width: 100%;
	max-width: 400px;
}
.accept-video .actions .btn {
	background-color: #f29317;
	color: #fff;
	font-size: 24px;
}
.accept-video .actions .btn:hover {
	background-color: #4b3d90;
}

.acceptinfo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.acceptinfo iframe {
	margin: 0 auto;
}
.closestages {
	margin: 10px auto;
	text-align: center;
}

.accept-watch {
	padding: 35px 0;
}

#fivestages {
	padding: 40px 0;
}
#fivestages .wrapped {
	max-width: 1100px;
}
#fivestages p {
	margin-bottom: 12px;
}
#fivestages ol {
	margin-bottom: 20px;
}
#fivestages li {
	padding: 5px 0px 5px 35px;
}
.stagtitle {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #f29317;
	font-weight: bold;
	margin-bottom: 35px;
}
.stagname {
	font-size: 18px;
	text-transform: uppercase;
	color: #f29317;
	font-weight: bold;
	padding: 20px 0;
}

/* section just-live */
.just-live {
	padding: 0;
}
.just-live .header {
	padding: 40px 0 0;
	background-color: #4b3d90;
}
.just-live .title {
	color: #f29317;
	margin-bottom: 40px;
}
.live-nav .cell {
	width: 210px;
}
.live-nav .item {
	padding-bottom: 35px;
}
.live-nav .btn {
	background-color: #fff;
	color: #4b3d90;
}
.live-nav .btn:hover {
	background-color: #c0b3ff;
	color: #4b3d90;
}
.live-nav .arrow-down .btn {
	background-color: #f29317;
	color: #4b3d90;
}

.just-live .person {
	padding: 50px 0;
}
.just-live .person .wrapped {
	max-width: 830px;
}
.just-live .person .name {
	font-size: 30px;
	color: #f29317;
	margin-bottom: 5px;
}
.just-live .person .born {
	font-style: italic;
	margin-bottom: 30px;
}
.just-live .person .about {
	overflow: hidden;
}
.just-live .person .about .photo {
	margin: 0px 25px 25px 0px;
}
.just-live .person .about p {
	margin-bottom: 15px;
}


/* section helping-org */
.helping-org {
	padding: 65px 0 45px;
}
.helping-org .header {
	margin-bottom: 54px;
}
.helping-org .carousel-block {
	text-align: center;
	padding: 10px 55px;
}
.helping-org .carousel {
	margin: 0 auto;
}
.helping-org .unit {
	display: inline-block;
	max-width: 410px;
	padding: 0 10px;
}
.helping-org .unit .img {
	margin-bottom: 20px;
	height: 160px;
	line-height: 160px;
}
.helping-org .unit .img img {
	display: inline-block;
	max-width: 160px;
	width: 100%;
	max-height: 160px;
	vertical-align: bottom;
}
.helping-org .unit .name {
	font-size: 24px;
	text-align: left;
	color: #4b3d90;
	margin-bottom: 10px;
}
.helping-org .unit .desc {
	font-size: 16px;
	text-align: left;
}
.helping-org .unit .desc p {
	margin-bottom: 15px;
}


/* section about-fond */
.about-fond {
	padding: 0;
}
.about-fond .header {
	padding: 35px 0;
	background-color: #c0b3ff;
	color: #4b3d90;
}
.about-fond .header.arrow-down:after {
	border-top-color: #c0b3ff;
}
.about-fond .title {
	margin-bottom: 20px;
}
.about-fond .intro {
	max-width: 860px;
	text-align: left;
}
.about-fond .intro p {
	margin-bottom: 10px;
}

.about-fond .projects {
	padding: 65px 0 35px;
}
.about-fond .projects .name {
	text-align: center;
	font-size: 30px;
	color: #4b3d90;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.about-fond .projects .inner {
	overflow: hidden;
}
.about-fond .cell {
	max-width: 415px;
	padding: 0 10px;
	text-align: left;
}
.about-fond .project {
	margin-bottom: 50px;
    min-height: 250px;
}
.about-fond .project .caption {
	color: #f29317;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-fond .project li {
	margin-bottom: 1.2em;
}


/* section helpful-info */
.helpful-info {
	padding: 10px 0 30px;
}
.helpful-info .header {
	margin-bottom: 75px;
}
.helpful-info .title {
	color: #4b3d90;
}

.helpful-info .cell {
	width: 285px;
	margin: 0 15px;
	text-decoration: none;
}
.helpful-info .cell .img {
	height: 195px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.helpful-info .cell img {
	width: 165px;
	vertical-align: bottom;
}
.helpful-info .cell .text {
	display: block;
	font-size: 24px;
	font-weight: bold;
}


/* section leyka */
.leyka {
	margin: 55px 0 0;
	padding: 0;
}
.leyka .inner {
	margin: 0 auto;
    max-width: 900px;
}
.leyka .inner iframe{
	margin: 0 auto;
    max-width: 900px;
	width: 100%;
	min-height:700px;
}
/* section everland */
.everland {
	padding: 10px 0 45px;
}
.everland .intro {
	max-width: 800px;
	padding: 15px;
}
.everland .logo {
	width: 280px;
	display: block;
	margin: 0 auto 40px auto;
}
.everland .desc {
	
}
.everland .desc a {
	color: #0f91cf
}

/* section */



/* footer */
#footer .htop {
	border-top: 8px solid #f29317;
	border-bottom: none;
}
.htop .copyright {
	display: block;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

/* template */
.dnone {display: none;}
.ovhidden {overflow:hidden}
.bold {font-weight: bold;}
.tac {text-align: center;}
.tac * {margin: 0 auto;}

.fll {float:left;}
.flr {float:right;}

.btn {
	text-transform: uppercase;
	display: inline-block;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	width: 185px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.row {
	display: block;
	font-size: 0px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.cell {
	display: inline-block;
	font-size: 18px;
}
.col-4-5 {width: 80%;}
.col-3-4 {width: 75%;}
.col-2-3 {width: 66.666666%;}
.col-1-2 {width: 50%;}
.col-1-3 {width: 33.333333%;}
.col-1-4 {width: 25%;}
.col-1-5 {width: 20%;}
.col-1-8 {width: 20%;}

.orange {color: #f29317;}
.violet {color: #4b3d90;}

ul.list {
	list-style: disc;
	margin-left: 20px;
}

.arrow-down {
	position: relative;
}
.arrow-down:after {
	content: "";
	display: block;
	margin-left: -28px;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #4b3d90;
}


/**
* Owl Carousel v2.3.2
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
@font-face {
font-family: 'icomoon';
src:  url('../fonts/icomoon.eot?ngx292');
src:  url('../fonts/icomoon.eot?ngx292#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?ngx292') format('truetype'),
url('../fonts/icomoon.woff?ngx292') format('woff'),
url('../fonts/icomoon.svg?ngx292#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
margin: 0 auto;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
margin: auto;}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots,
.owl-carousel .owl-dots.disabled {
display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
background: none;
border: none;
padding: 0 !important;
}

/* Arrows */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 48px;
height: 48px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus{
color: transparent;
outline: none;
background: transparent;}
.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-prev:focus:before,
.owl-carousel .owl-nav .owl-next:hover:before,
.owl-carousel .owl-nav .owl-next:focus:before{
opacity: 1;}
.owl-carousel .owl-nav .owl-prev.slick-disabled:before,
.owl-carousel .owl-nav .owl-next.slick-disabled:before{
opacity: .25;}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before{
font-family: 'icomoon';
font-weight: 900;
font-size: 48px;
line-height: 1;
opacity: .75;
color: #c0b3ff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}
.owl-carousel .owl-nav .owl-prev{
left: -50px;}
[dir='rtl'] .owl-carousel .owl-nav .owl-prev{
right: -50px;
left: auto;}
.owl-carousel .owl-nav .owl-prev:before{
content: '\f053';}
[dir='rtl'] .owl-carousel .owl-nav .owl-prev:before{
content: '\f054';}
.owl-carousel .owl-nav .owl-next{
right: -50px;}
[dir='rtl'] .owl-carousel .owl-nav .owl-next{
right: auto;
left: -50px;}
.owl-carousel .owl-nav .owl-next:before{
content: '\f054';}
[dir='rtl'] .owl-carousel .owl-nav .owl-next:before{
content: '\f053';}


.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }

/* No Js */
.no-js .owl-carousel {
display: block; }

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
z-index: 0; }

.owl-carousel .owl-animated-out {
z-index: 1; }

.owl-carousel .fadeOut {
animation-name: fadeOut; }

@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }

.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("../img/owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }

.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
