

@media only screen and (max-width:1300px){

	body {
		font: normal 16px/1.1 'Roboto', Verdana, Tahoma, sans-serif;
		max-width: 1300px;
	}
	h2.title {
		font-size: 50px;
	}

	.htop {
		padding: 10px 40px;
	}

	.hlogo img {
		width: 120px;
	}
	.fixtop .hlogo img {
		width: 90px;
	}
	.htop .button-block {
		width: 15%;
		padding-top: 15px;
	}

	.hmenu .menu .item {
		padding: 0 30px;
	}

	.hmenu .menu .item a {
		font-size: 14px;
	}

	/* section infographic-sma */
	.infographic-sma .header .sma {
		font-size: 20px;
		font-weight: 900;
		max-width: 1000px;
	}

	.infographic-sma .inner .cell {
		padding: 0 1em;
	}
	.infographic-sma .inner .imginfo img {
		width: auto;
		height: 65px;
	}
	.infographic-sma .inner .post {
		font-size: 16px;
	}
	.infographic-sma .footer .sma {
		font-size: 22px;
	}

	/* section personality */
	.personality {
		padding-top: 95px;
	}
	.personality .person .name {
		font-size: 18px;
	}
	.personality .note {
		font-size: 24px;
	}

	/* section family-sma */
	.family-sma .intro {
		font-size: 20px;
	}
	.family-sma .slide-nav .nav {
		padding: 0 2em;
	}
	.family-sma .slide-nav .link {
		font-size: 20px;
	}
	.family-sma .family {
		padding: 40px 0 20px 0;
	}
	.family-sma .family .name {
		font-size: 30px;
	}
	.family-sma .family .desc {
		font-size: 14px;
	}

	/* section gens */
	.gens .intro {
		font-size: 22px;
	}
	.gens .gen-items .item {
		width: 170px;
	}
	.gens .gen-items .item .img {
		width: 90px;
	}
	.gens .gen-items .item .desc {
		width: 160px;
		font-size: 14px;
	}

	/* section functional-states */
	.care-nav-desc  .desc-text {
		font-size: 22px;
	}

	.care-subnav .cell {
		max-width: 355px;
	}
	.care-subnav .item-name {
		font-size: 28px;
		line-height: 70px;
	}

	.this-care-subnav .caption {
		font-size: 20px;
	}
	.this-care-subnav .caption.other {
		font-size: 16px;
	}

	.equipments .title {
		font-size: 50px;
	}
	.equipments .caption {
		font-size: 24px;
	}
	.equipments .cell {
		max-width: 350px;
	}
	.equipments .img {
		line-height: 200px;
		height: 200px;
	}

	/* section planning */
	.planning .subintro {
		font-size: 28px;
	}
	.planning .stat-items .proc {
		font-size: 50px;
	}


	/* section accept-sma */
	.scheme-psy .block .cap {
		width: 250px;
	}
	.scheme-psy .block .sdesc {
		max-width: 385px;
		font-size: 14px;
	}


	.scheme-psy .block .caption {
		font-size: 36px;
	}

	.arrow-top {
		width: 41%;
	}
	.arrow-top img {
		width: 100%;
	}
	.arrow-middle {
		top: 165px;
		width: 100%;
	}
	.arrow-middle-inner {
		width: 81%;
	}
	.arrow-middle img {
		width: 100%;
	}

	.sheme-stage {
		margin-bottom: 30px;
	}
	.sheme-stage .cell {
		width: 20%;
	}
	.stage-num {
		font-size: 60px;
	}
	.stage-text {
		font-size: 20px;
	}
	.stage-anotation {
		font-size: 14px;
	}
	.accept-video .desc {
		font-size: 28px;
	}
	.accept-video .actions .cell {
		max-width: 400px;
	}
	.accept-video .actions .btn {
		font-size: 18px;
	}


	/* section helping-org */
	.helping-org .unit .name {
		font-size: 20px;
	}
	.helping-org .unit .desc {
		font-size: 14px;
	}
	.helping-org .unit .desc p {
		margin-bottom: 1.2em;
	}


	.about-fond .projects .name {
		font-size: 26px;
	}
	.about-fond .cell {
		max-width: 350px;
	}

	.about-fond .project li,
	.about-fond .project li:before {
		font-size: 14px;
	}


	.htop .copyright {
		font-size: 11px;
	}


	.btn {
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		width: 170px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.cell {
		font-size: 16px;
	}
	.arrow-down:after {
		margin-left: -20px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #4b3d90;
	}

	.list li:before {
		font-size: 16px;
	}

}

@media only screen and (min-width:200px) and (max-width:1000px){

body {
	font: normal 14px/1.1 'Roboto', Verdana, Tahoma, sans-serif;
}

h2.title {
	font-size: 32px;
}
h2.title.hr:after {
	width: 100px;
	border-bottom-width: 3px;
	margin: 0.5em auto 0.7em auto
}


/* header */
.htop {
	padding: 10px;
	text-align: center;
	border-bottom: 5px solid #f29317;
}
.topfx.fixtop {
	position: static;
	border-bottom: 5px solid rgba(242, 147, 23, .6);
}

.hlogo, .hmenu, .htop .button-block {
	display: inline-block;
}
.hlogo {
	width: 100%;
	text-align: center;
}
.hlogo img {
	width: 200px;
}
.fixtop .hlogo img {
	width: 190px;
}
.hmenu {
	width: 100%;
	padding-top: 10px;
}
.htop .button-block {
	width: 100%;
	padding-top: 25px;
}

.hmenu .menu .item {
	line-height: 1.7;
	display: block;
	padding: 0px;
}

.hmenu .menu .item a {
	font-size: 18px;
}
.htop .button-block {
	text-align: center;
}

.hblock {
	height: 305px;
}


/* == SECTIONS == */
.section {
	padding-top: 10px;
}
.wrapped {
	padding: 0 10px;
}
.intro {
	padding: 0 10px;
}

/* section infographic-sma */
.infographic-sma {
	padding-top: 0;
}
.infographic-sma .header {
	padding: 20px 0;
}
.infographic-sma .header .sma {
	font-size: 16px;
	display: block;
}
.infographic-sma .block {
	margin-bottom: 30px;
}
.infographic-sma .inner .cell {
	padding: 0 5px;
	margin-bottom: 15px;
	max-width: 250px;
	display: inline-block;
}
.infographic-sma .inner .imginfo {
	margin-bottom: 20px;
}

.infographic-sma .inner .imginfo img {
	width: auto;
	height: 65px;
}
.infographic-sma .inner .post {
	font-size: 14px;
}
.infographic-sma .footer {
	padding: 44px 10px;
}
.infographic-sma .footer .sma {
	font-size: 18px;
}

/* section personality */
.personality {
	padding-top: 35px;
}
.personality p {
	margin-bottom: 1.8em;
}
.personality .person .photo {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.personality .person .name {
	font-size: 18px;
}
.personality .note {
	font-size: 20px;
	padding: 15px 5px;
}

/* section family-sma */
.family-sma .header {
	background-color: #4b3d90;
	padding: 23px 5px 34px
}

.family-sma .intro {
    font-size: 20px;
    margin-bottom: 35px;
}
.family-sma .slide-nav {
	padding-bottom: 20px;
}
.family-sma .slide-nav .nav {
	margin: 15px 0;
	padding: 0;
}
.family-sma .slide-nav .item {
	width: 100%;
}
.family-sma .slide-photo {
	margin: 5px 28px;
}
.family-sma .family {
	padding: 45px 0 20px;
}
.family-sma .family .name {
	font-size: 28px;
}
.family-sma .family .desc {
	font-size: 14px;
	line-height: 18px;
}


/* section about-sma */
.about-sma {
	margin-bottom: 40px;
	padding-top: 0;
}
.about-sma .header {
	padding: 40px 0px 30px;
	margin-bottom: 25px;
}
.about-sma .header .title.hr:after {
	margin: 5px auto 15px;
}
.about-sma .header .intro {
	font-size: 16px;
	padding-top: 10px;
}
.about-sma .header .intro p {
	margin-bottom: 20px;
}

.about-sma .block {
	padding: 22px 5px 0px;
}
.about-sma .block .cell {
	text-align: center;
	padding: 0;
}
.about-sma .block .name {
	font-size: 18px;
}
.about-sma .block .span {
	margin-bottom: 35px;
}
.about-sma .block .head {
	font-size: 16px;
}

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


/* section gens */
.gens {
	padding: 25px 0 20px;
}
.gens .title.hr:after {
	margin: 10px auto 15px;
}
.gens .intro {
	font-size: 18px;
	margin-bottom: 10px;
}
.gens .gen-items {
	padding: 15px 0;
	margin-bottom: 50px;
}
.gens .gen-items .cell {
	display: inline-block;
}
.gens .gen-items .item .img {
	margin: 0 auto 20px;
}
.gens .gen-items .item .desc {
	margin: 0 auto 20px;
}

/* section diagnostics */
.diagnostics {
	padding: 20px 0 5px;
}
.diagnostics .title.hr:after {
	margin: 10px auto;
	width: 140px;
}
.diagnostics .intro {
	margin-bottom: 43px;
}
.diagnostics .diag-items .item {
	padding: 0 5px;
	display: inline-block;
	max-width: 180px;
}
.diagnostics .diag-items .img {
	margin-bottom: 15px;
}
.diagnostics .diag-items .type {
	font-size: 28px;
}
.diagnostics .diag-items .strong {
	font-size: 16px;
	margin-bottom: 20px;
}


/* section health-care */
.health-care .header {
	margin-bottom: 30px;
}
.health-care .title.hr:after {
	margin: 15px auto 20px;
	width: 110px;
}
.health-care .list-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.health-care .list-desc .item {
	margin-bottom: 12px;
}


/* section functional-states */
.functional-states .header {
	padding: 35px 0 40px;
}
.functional-states .header .title.hr:after {
	margin: 15px auto 23px;
}
.functional-states .header .intro {
	max-width: 820px;
	font-size: 16px;
}
.functional-states .care-nav {
	height: 80px;
	line-height: 80px;
}

.functional-states .care-nav .cell {
    max-width: 125px;
    line-height: 80px;
    height: 80px;
	display: inline-block;
}
.functional-states .care-nav .cell .btn {
	width: 120px;
}

.this-care-nav {
	padding: 33px 0 31px;
}
.care-nav-desc {
	margin-bottom: 36px;
}
.care-nav-desc .desc-title {
	font-size: 18px;
}
.care-nav-desc  .desc-text {
	font-size: 16px;
}

.care-subnav {
	margin-bottom: 10px;
}
.care-subnav .cell {
	max-width: 125px;
	height: 56px;
	border-top: 3px solid #4b3d90;
	border-bottom: 3px solid #4b3d90;
	display: inline-block;
}
.care-subnav .item-name {
	font-size: 18px;
	line-height: 56px;
}
.this-care-subnav .cell {
	padding: 0 10px;
}
.this-care-subnav .caption {
	margin-bottom: 20px;
	font-size: 18px;
	margin-top: 30px;
}
.this-care-subnav .caption.other {
	font-size: 16px;
}

.equipments {
	padding: 30px 0px 40px;
}
.equipments .title {
	font-size: 30px;
	margin: 0 auto 20px;
}
.equipments .caption {
	font-size: 20px;
	margin-bottom: 30px;
}
.equipments .cell {
	max-width: 400px;
	padding: 0 5px 20px;
	display: inline-block;
}


/* section therapy */
.therapy {
	padding: 15px 0px 0px;
}
.therapy .header {
	margin-bottom: 15px;
}
.therapy .header .title {
	margin-bottom: 20px;
}
.therapy .intro {
	font-size: 16px;
}
.therapy .inner {
	margin-bottom: 40px;
}
.therapy .desc {
	font-size: 14px;
}

.therapy .but {
	padding: 20px 0 10px;
}
.therapy .but .name {
	font-size: 28px;
	margin-bottom: 20px;
}

/* section planning */
.planning {
	padding: 25px 0px 0px;
}
.planning .header  {
	margin-bottom: 30px;
}
.planning .content {
	margin-bottom: 45px;
}

.planning .infograf {
	padding: 40px 0px 42px;
}
.planning .subintro {
	font-size: 22px;
	margin-bottom: 30px;
}

.planning .stat-items {
	padding: 10px 0;
}
.planning .stat-items .cell {
	display: inline-block;
	width: 122px;
}
.planning .stat-items .proc {
	font-size: 45px;
}
.planning .stat-items .desc {
	margin: 0px auto 40px;
	max-width: 120px;
}
.planning .attention {
	font-size: 24px;
}


/* section accept-sma */
.accept-sma {
	padding: 35px 0;
	margin-bottom: 20px;
}
.accept-sma .header {
	margin-bottom: 40px;
}
.accept-sma .title {
	margin-bottom: 30px;
}
.scheme-psy {
	margin-bottom: 25px;
}
.scheme-psy .block .cap {
	width: 305px;
	text-align: left;
}
.scheme-psy .block .sdesc {
	min-width: 320px;
	padding: 30px 15px 0;
}


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

.arrow-top {
	display: none;
}
.arrow-middle {
	display: none;
}
.sheme-stage {
	margin-bottom: 30px;
}
.sheme-stage .cell {
	width: 250px;
	padding: 0 8px;
	display: inline-block;
}
.stage-count {
	margin-bottom: 5px;
}

.accept-video .desc {
	font-size: 20px;
	margin: 0 auto 45px;
}
.accept-video .actions .cell {
	display: inline-block;
	max-width: 160px;
}
.accept-video .actions .btn {
	background-color: #f29317;
	color: #fff;
	font-size: 18px;
}
.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: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #f29317;
	font-weight: bold;
	margin-bottom: 35px;
}
.stagname {
	font-size: 14px;
	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: 45px;
	min-height: 50px;
}
.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 20px;
}
.helpful-info .header {
	margin-bottom: 55px;
}
.helpful-info .cell {
	width: 285px;
	margin: 0 5px;
}
.helpful-info .cell img {
	width: 165px;
}
.helpful-info .cell .text {
	font-size: 18px;
}


/* section leyka */
.leyka {
	min-height: 700px;
	background-color: #ccc;
}

.leyka .inner iframe{
	min-height:910px;
}

/* section everland */
.everland {
	padding: 35px 0;
}
.everland .intro {
	max-width: 800px;
}
.everland .logo {
	margin: 0 auto 40px auto;
}

/* section */



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

/* template */
.fll,
.flr {float: none;}

.btn {
	display: inline-block;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	width: 170px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.cell {
	display: block;
	margin: 0 auto;
	font-size: 14px;
}
.col-4-5,
.col-3-4,
.col-2-3,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-1-8 {width: 100%;}

.list li:before {
	font-size: 14px;
}

.arrow-down:after {
	margin-left: -18px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #4b3d90;
}


/* Arrows */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
width: 24px;
height: 24px;}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before{
font-size: 24px;}
.owl-carousel .owl-nav .owl-prev{
left: -25px;}
[dir='rtl'] .owl-carousel .owl-nav .owl-prev{
right: -25px;}
.owl-carousel .owl-nav .owl-next{
right: -25px;}
[dir='rtl'] .owl-carousel .owl-nav .owl-next{
left: -25px;}

}
