/*@import "http://webfonts.ru/import/ptsans.css";*/
@import "../css/jquery.bxslider.css";
@import "../css/jquery-ui.css";
@font-face {
  font-family: 'rur';
  src: url('../fonts/rur.eot');
  src: url('../fonts/rur.eot') format('embedded-opentype'), url('../fonts/rur.woff') format('woff'), url('../fonts/rur.ttf') format('truetype'), url('../fonts/rur.svg') format('svg');
}
@font-face {

font-family: "Harry_Potter_Russian"; 

src: url("../fonts/Harry_Potter_Russian_version_of_Gfdtk.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 
			
body {
  font-family: "Georgia", "PT Sans", "rur" sans-serif;
  background-color: #000;
  background: #000000 url(../img/body-bg.png) center 850px no-repeat;
}
@media screen and (max-width: 1600px) {
  body {
    background: #000;
  }
}
/* button*/
@media (orientation: portrait) {
#popup__toggle {
	bottom: 85px;
	right: 10px;
	position: fixed;
	z-index: 9999999;
	display: none;
}


	#popup__toggle {
		display: block;
	}




.circlephone {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border: 2px solid #0a6849;
	width: 150px;
	height: 150px;
	bottom: -25px;
	right: 10px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.s;
}

.circle-fill {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-color:  #fff;
	width: 100px;
	height: 100px;
	bottom: 0px;
	right: 35px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.img-circle {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	bottom: 14px;
	right: 49px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
}

.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(../img/mini.png);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
	opacity: 1;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

@keyframes tossing {
	0% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(8deg);
	}

	100% {
		transform: rotate(-8deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-8deg);
	}

	50% {
		-webkit-transform: rotate(8deg);
	}

	100% {
		-webkit-transform: rotate(-8deg);
	}
}

@-moz-keyframes circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1;
	}

	30% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5;
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1;
	}
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: .1;
	}

	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		-webkit-opacity: .5;
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: .1;
	}
}

@-o-keyframes circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: .1;
	}

	30% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		-o-opacity: .5;
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: .1;
	}
}

@keyframes circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
	}

	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1;
	}
}

@-moz-keyframes circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}

	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2;
	}

	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-webkit-keyframes circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}

	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-o-keyframes circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}

	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@keyframes circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}

	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

}
.container {
  width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  margin-bottom: 0px;
  padding-top: 70px;
  min-height: 1500px;
  background: url(../img/fokus_man1.jpg) center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
header .container {
	width: 1200px;
  padding: 0 0px;
  text-align: center;
}

header .header-info {
	display: flex;

	justify-content: space-between;
	align-items: center;
	
}
header .header-info img {
	transform: scale(1.2);
	

}
header .header-info p {
  margin-right: auto;
  padding-left: 40px;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px white;
}
header .header-info a {
  text-decoration: none;
  font-size: 22px;
 color: white;
 float: right;
padding: 14px 20px;
border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
header .header-info a:hover {
 
}
/* style button */

         .btn-grad {background-image: linear-gradient(to right, #007991 0%, #78ffd6  51%, #007991  100%)}
         .btn-grad {
            margin: 10px 0;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #00fff7;
            border-radius: 10px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
/* text_style */
.color_text {
background-color:  #007991 ;
  background-image:  linear-gradient(to right, #008355 0%, #78ffd6 51%, #007991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
/* */
header .orb {
  margin: 330px auto;
 display: flex;
	align-items: center;
	justify-content: center;
  vertical-align: top;
  width: 385px;
  height: 385px;
  position: relative;
  text-align: center;
}
header .orb img:first-of-type {
  position: absolute;
/*
	top: 380px;
	margin-left: auto;
 transform: translate(0%,0%);
  z-index: 50;
*/
  display: block;
}
header .orb #myCanvas {
  border-radius: 50%;
/*
  z-index: 30;

  transform: translate(140%,0%);
  position: absolute;
 margin-top: 360px;
*/
  opacity: .4;
}
header h1 {
  margin:0 ;
	font-family: "Harry_Potter_Russian"; 
	padding-top: 0;
	letter-spacing: 10px;
	margin-top: -15px;
/*  width: 700px;*/
  font-size: 100px;
  font-weight: normal;
	text-transform: uppercase;
	font-weight: 900;
/*  font-style: italic;*/
  line-height: normal;
  background-color:  #007991 ;
  background-image:  linear-gradient(to right, #008355 0%, #78ffd6 51%, #007991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
header h2 {
		font-family: "Harry_Potter_Russian"; 
	letter-spacing: 30px;
  margin-top:50px;
	margin-bottom: 0px;
padding: 0;
/*  width: 700px;*/
  font-size: 70px;
  font-weight: normal;
	text-transform: uppercase;
	font-weight: 200;
/*  font-style: italic;*/
  line-height: normal;
  color: #fff;
	text-shadow: 0 0 25px #ffffff94;
}
header h3 {
  margin-top:0px;
	margin-bottom: 0px;
padding: 0;
	margin-left: auto;
	margin-right: auto;
/*  width: 700px;*/
  font-size: 20px;
  font-weight: normal;
	letter-spacing: 15px;
	text-transform: uppercase;
	font-weight: 100;
/*  font-style: italic;*/
  line-height: normal;
  color: #fff;
	text-shadow: 0 0 10px #ffffff94;
}
#h1_n{
	margin: 0 auto
}
#h1_n h1 {
text-align: center;
margin-top: -180px;
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: normal;

	font-weight: 800;
/*  font-style: italic;*/
  line-height: 1;
  background-color:  #007991 ;
  background-image:  linear-gradient(to right, #10d4ff 0%, #ffffff 51%, #007991 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*	text-shadow: 0 0 15px #01899b;*/
}
#h1_new h1 {

  margin: -50px auto 150px auto;
  font-size: 40px;
	max-width: 1200px;
  font-weight: normal;
  font-style: italic;

	letter-spacing: 5px;
  color: #fff;
	text-align: center;
  text-shadow: 0 0 10px #ffffffba;
}


section.wizard {
  margin-bottom: 80px;
  background: url(../img/wizard-bg.png) center no-repeat;
}
section.wizard img {
  margin: 0 auto;
  display: block;
}
section.wizard .container {
  min-height: 700px;
  background: url(../img/magician.png) center no-repeat;
  position: relative;
}
section.wizard .container div {
  background: url(../img/arrows-sprites.png) no-repeat;
  position: absolute;
}
section.wizard .container div:first-of-type {
  background-position: -66px 0;
  width: 113px;
  height: 45px;
  top: 250px;
  right: 205px;
}
section.wizard .container div:nth-of-type(2) {
  background-position: -62px -53px;
  width: 209px;
  height: 39px;
  top: 375px;
  right: 95px;
}
section.wizard .container div:nth-of-type(3) {
  background-position: -197px 0;
  width: 19px;
  height: 45px;
  top: 390px;
  right: 300px;
}
section.wizard .container div:nth-of-type(4) {
  background-position: -290px -53px;
  width: 90px;
  height: 123px;
  top: 395px;
  left: 270px;
}
section.wizard .container div:nth-of-type(5) {
  background-position: -230px 0;
  width: 118px;
  height: 44px;
  top: 330px;
  left: 215px;
}
section.wizard .container div:nth-of-type(6) {
  background-position: 0 0;
  width: 53px;
  height: 80px;
  top: 180px;
  left: 280px;
}
section.wizard .container .ball {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url(../img/magican-orb.png) center no-repeat;
  position: absolute;
  top: 308px;
  left: 608px;
  -webkit-animation: soar 3s ease-in-out infinite;
  animation: soar 3s ease-in-out infinite;
}
section.wizard .container .ball .ball-shining {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.7), rgba(155, 2, 2, 0.7), rgba(98, 12, 4, 0.7));
  background: radial-gradient(rgba(255, 255, 255, 0.7), rgba(155, 2, 2, 0.7), rgba(98, 12, 4, 0.7));
  -webkit-animation: ball 4s ease-out infinite;
  animation: ball 4s ease-out infinite;
}
section.wizard .container span {
  position: absolute;
/*  font-family: 'PT Sans';*/
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
section.wizard .container span:before {
  content: '';
  position: absolute;
  background: url(../img/icon-sprites.png) no-repeat;
  left: -88px;
}
section.wizard .container span:first-of-type {
  top: 185px;
  right: 60px;
}
section.wizard .container span:first-of-type:before {
  background-position: -310px 0;
  width: 59px;
  height: 37px;
}
section.wizard .container span:nth-of-type(2) {
  top: 315px;
  right: 5px;
}
section.wizard .container span:nth-of-type(2):before {
  background-position: 0 0;
  width: 59px;
  height: 45px;
}
section.wizard .container span:nth-of-type(3) {
  top: 460px;
  right: 143px;
}
section.wizard .container span:nth-of-type(3):before {
  background-position: -233px 0;
  width: 59px;
  height: 46px;
  top: -3px;
}
section.wizard .container span:nth-of-type(4) {
  top: 530px;
  left: 228px;
}
section.wizard .container span:nth-of-type(4):before {
  background-position: -159px 0;
  width: 54px;
  height: 56px;
  top: -5px;
}
section.wizard .container span:nth-of-type(5) {
  top: 390px;
  left: 150px;
}
section.wizard .container span:nth-of-type(5):before {
  background-position: -75px 0;
  width: 57px;
  height: 56px;
  top: -5px;
}
section.wizard .container span:last-of-type {
  top: 120px;
  left: 180px;
}
section.wizard .container span:last-of-type:before {
  background-position: -383px 0;
  width: 55px;
  height: 56px;
  top: -5px;
}
section.ingredients {
  background: url(../img/ingredients-bg.png) center no-repeat;
}
section.ingredients .ribbon {
  margin: 0 auto 75px;
  width: 100%;
  height: 218px;
  background: url(../img/ribbon.png) center no-repeat;
}
section.ingredients .container > img {
  display: block;
  margin: 0 auto 75px;
}
section.ingredients .boiler {
  min-height: 822px;
  background: url(../img/ingredients-boiler.png) center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
section.ingredients .boiler p {
  margin: 0;
  width: 210px;
  font-size: 18px;
  color: #fff;
  position: absolute;
}
section.ingredients .boiler p:before {
  content: '';
  position: absolute;
  background: url(../img/boiler-sprites.png) no-repeat;
  top: -30px;
  left: -105px;
}
section.ingredients .boiler p:first-of-type {
  top: 265px;
  left: 125px;
}
section.ingredients .boiler p:first-of-type:before {
  background-position: 0 0;
  width: 112px;
  height: 231px;
}
section.ingredients .boiler p:nth-of-type(2) {
  top: 92px;
  left: 295px;
}
section.ingredients .boiler p:nth-of-type(2):before {
  background-position: -130px 0;
  width: 201px;
  height: 172px;
  top: -30px;
  left: -180px;
}
section.ingredients .boiler p:nth-of-type(3) {
  top: 55px;
  right: 90px;
}
section.ingredients .boiler p:nth-of-type(3):before {
  background-position: -350px 0;
  width: 140px;
  height: 185px;
  top: -57px;
  left: -120px;
}
section.ingredients .boiler p:last-of-type {
  top: 255px;
  right: 0;
}
section.ingredients .boiler p:last-of-type:before {
  background-position: -500px 0;
  width: 124px;
  height: 166px;
  top: -20px;
  left: -80px;
}
section.ingredients .boiler p em {
  display: block;
}
section.ingredients .boiler p span {
  margin-left: 18px;
  display: block;
  font-style: italic;
}
section.ingredients .boiler div {
  background: url(../img/arrows-sprites.png) no-repeat;
  position: absolute;
}
section.ingredients .boiler div:first-of-type {
  background-position: -150px -225px;
  width: 163px;
  height: 43px;
  top: 272px;
  left: 205px;
}
section.ingredients .boiler div:nth-of-type(2) {
  background-position: -148px -99px;
  width: 69px;
  height: 117px;
  top: 183px;
  left: 370px;
}
section.ingredients .boiler div:nth-of-type(3) {
  background-position: 0 -101px;
  width: 130px;
  height: 167px;
  top: 129px;
  left: 550px;
}
section.ingredients .boiler div:last-of-type {
  background-position: 0 -283px;
  width: 199px;
  height: 127px;
  top: 360px;
  right: 130px;
}
section.ingredients .boiler img {
  position: absolute;
  opacity: 0;
  -webkit-animation: boil 4s ease-out infinite;
  animation: boil 4s ease-out infinite;
}
section.ingredients .boiler img:first-of-type {
  left: 380px;
}
section.ingredients .boiler img:nth-of-type(2) {
  left: 500px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
section.ingredients .boiler img:nth-of-type(3) {
  left: 420px;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
section.ingredients .boiler img:nth-of-type(4) {
  left: 545px;
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
section.ingredients .boiler img:nth-of-type(5) {
  left: 470px;
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
section.professionals {
/*  background: url(../img/prof-bg.png) center / 80% no-repeat;*/
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  section.professionals {
    -webkit-background-size: 95%;
    background-size: 95%;
  }
}
section.professionals .bottle {
  margin: 5px auto 35px;
  width: 69px;
  height: 114px;
  background: url(../img/icon-sprites.png) 0 -235px no-repeat;
}
section.professionals h2 {
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
	text-align: right;
  color: #fff;

}
section.professionals h3 {
  margin: 0 auto 30px;
  font-size: 50px;
	text-align: right;
  font-weight: normal;
  font-style: italic;
  line-height: 56px;
  color: #fff;
text-shadow: 0 0 5px white;
}
section.professionals ul {
  margin: 0 auto 70px;
  font-size: 18px;
  text-align: justify;
  font-style: italic;
  line-height: 24px;
	text-align: right
  color: #fff;
}
section.professionals ul li {
padding: 10px 0;
	text-align: right;
	list-style: none
}


section.professionals ul li:first-of-type .teachers-photo {
  background: url(../img/Kiselyov-1-3.png) center no-repeat;
}

section.professionals ul li:first-of-type .teachers-photo span {
  padding-top: 80px;
}

section.professionals ul li:nth-of-type(2) .teachers-photo {
  background: url(../img/murtaev.png) center no-repeat;
}
section.professionals ul li:nth-of-type(2) .teachers-photo span {
  padding-top: 70px;
}
section.professionals ul li:nth-of-type(3) .teachers-photo {
  background: url(../img/prof-teacher-2.png) center no-repeat;
}
section.professionals ul li:nth-of-type(3) .teachers-photo span {
  padding-top: 40px;
}

section.professionals ul li:nth-of-type(4) .teachers-photo {
  background: url(../img/prof-teacher-3.png) center no-repeat;
}
section.professionals ul li:nth-of-type(4) .teachers-photo span {
  padding-top: 40px;
}


section.professionals ul li:last-of-type .teachers-photo {
  background: url(../img/prof-teacher-4.png) center no-repeat;
}
section.professionals ul li:last-of-type .teachers-photo span {
  padding-top: 40px;
}
section.professionals ul li .teachers-photo {
  margin: 0 auto 30px;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.big {
  margin: 0 auto 100px;
  width: 250px !important;
  height: 250px !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.li-big
{
	margin: 0 50px !important;
}

section.professionals ul li .teachers-photo:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.professionals ul li .teachers-photo:hover span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.professionals ul li .teachers-photo span {
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: background 300ms linear, color 300ms linear 300ms, -webkit-transform 400ms linear;
  transition: background 300ms linear, color 300ms linear 300ms, transform 400ms linear;
}
section.professionals ul li p {
  margin: 0 auto 5px;
  font-size: 22px;
  color: #00ac76;
}
section.professionals ul li p a {
  text-decoration: none;
  color: #00ac76;
}
section.professionals ul li p a:hover {
  text-decoration: underline;
}
section.professionals ul li span {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
}
section.professionals .crystal {
  margin: 150px auto 25px;
  background: url(../img/icon-sprites.png) -106px -261px no-repeat;
  width: 103px;
  height: 86px;
}
section.learning {
  margin-bottom: 35px;
  background: url(../img/learning-bg.png) 0% 0% no-repeat, url(../img/children.jpg) 100% 100% no-repeat;
}
section.learning h2 {
  margin: 0 auto 30px;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  line-height: 56px;
  color: #fff;
}
section.learning h2 + p {
  margin: 0 auto 70px;
  width: 750px;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #fff;
}
section.learning .slider {
  margin-bottom: 270px;
  text-align: center;
}
section.learning .slider iframe {
  width: 750px;
  height: 460px;
}
section.learning .feather {
  margin: 0 auto 20px;
  width: 75px;
  height: 107px;
  background: url(../img/icon-feather.png) center no-repeat;
}
section.learning .meeting {
  text-align: center;
}
section.learning .meeting p {
  margin-bottom: 15px;
}
section.learning .meeting .key {
  margin: 0 auto;
  width: 55px;
  height: 102px;
  background: url(../img/icon-sprites.png) -227px -266px no-repeat;
}
section.kids {
  margin-bottom: 120px;
  text-align: center;
  color: #fff;
}
section.kids .container {
  min-height: 700px;
  background: url(../img/fokus_girl.png) 10% 100% no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}
section.kids h2 {
  margin: 0 auto 30px;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  line-height: 56px;
}
section.kids h2 + p {
  margin: 0 auto 70px;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}
section.kids .sevenplus {
  padding-top: 135px;
  width: 227px;
  height: 307px;
  background: url(../img/7.png) center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
section.kids .sevenplus p {
  margin: 0 auto 18px;
  font-size: 24px;
  font-style: italic;
}
section.kids .sevenplus span {
  display: block;
	padding: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}
section.practice {

/*  background: url(../img/practice-bg.png) center / 70% no-repeat;*/
  color: #fff;
	margin-bottom: 10px;

}
@media screen and (max-width: 980px) {
  section.practice {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  section.practice {
    -webkit-background-size: 95%;
    background-size: 95%;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1650px) {
  section.practice {
    -webkit-background-size: 65%;
    background-size: 65%;
  }
}
@media screen and (min-width: 1651px) {
  section.practice {
    -webkit-background-size: 60%;
    background-size: 60%;
  }
}
section.practice img {
  display: block;
  margin: 0 auto 37px;
}
section.practice .kinds {
  padding: 0 20px;
  
}
section.practice .group {
  padding-top: 65px;
  width: 600px;
  float: left;
}
section.practice .group h2 {
  margin: 0 auto 25px;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  line-height: 56px;
}
section.practice .group p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
section.practice .group p a {
  text-decoration: none;
  color: #fff;
}
section.practice .group p a:hover {
  text-decoration: underline;
}
section.practice .group p:first-of-type {
  margin-bottom: 80px;
}
section.practice .group p:nth-of-type(2),
section.practice .group p:last-of-type {
  margin-bottom: 7px;
  padding-left: 37px;
  position: relative;
}
section.practice .group p:nth-of-type(2):before,
section.practice .group p:last-of-type:before {
  content: '';
  position: absolute;
  background: url(../img/icon-sprites.png) no-repeat;
}
section.practice .group p:nth-of-type(2):before {
  background-position: -570px -3px;
  width: 16px;
  height: 24px;
  left: 5px;
}
section.practice .group p:last-of-type:before {
  background-position: -277px -52px;
  width: 23px;
  height: 23px;
  left: 2px;
}
section.practice .group p span {
  color: #00b57d;
}
section.practice .individual {
  width: 294px;
  height: 500px;
  float: right;
  background: url(../img/practice-ribbon.png) center no-repeat;
  text-align: center;
}
section.practice .individual p {
  margin: 30px auto 15px;
  padding-top: 130px;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
}
section.practice .individual span {
  margin-bottom: 13px;
	padding: 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
section.conversion {
  padding-top: 125px;
  padding-bottom: 145px;
  background: url(../img/transform-bg.png) center / 80% no-repeat;
}
section.conversion img {
  display: block;
  margin: 0 auto 70px;
}
section.conversion #tabs > ul > li span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  opacity: .4;
  color: #fff;
}
section.conversion .ui-state-active span,
section.conversion .ui-state-focus span,
section.conversion .ui-state-hover span {
  opacity: 1 !important;
}
section.conversion .achieve {
  margin-right: 30px;
  margin-left: 20px;
  width: 297px;
  display: inline-block;
  vertical-align: top;
  font-family: "Georgia";
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
}
section.conversion .achieve .badge {
  margin: 0 auto 16px;
  width: 202px;
  height: 118px;
}
section.conversion .achieve p {
  margin: 0 auto 15px;
  font-size: 14px;
  color: #fff;
}
section.conversion .achieve span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #00b57d;
}
section.conversion #tabs-1 .badge {
  background: url(../img/tab-1-day.png) center no-repeat;
}
section.conversion #tabs-2 .badge {
  background: url(../img/tab-1-month.png) center no-repeat;
}
section.conversion #tabs-2 .list {
  margin-top: 20px;
}
section.conversion #tabs-3 .badge {
  background: url(../img/tab-4-months.png) center no-repeat;
}
section.conversion #tabs-3 .list {
  margin-top: 30px;
}
section.conversion #tabs-4 .badge {
  background: url(../img/tab-4-vip.png) center no-repeat;
}
section.conversion .list {
  margin: 0;
  padding: 0;
  width: 580px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
section.conversion .list li {
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: "Georgia";
}
section.conversion .list li span {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
  position: relative;
}
section.conversion .list li span:before {
  content: '';
  background: url(../img/icon-sprites.png) -464px -56px no-repeat;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 4px;
  left: -40px;
}
section.price {
  padding-top: 30px;
  background: url(../img/price-bg.png) center / 90% no-repeat;
  font-style: italic;
  text-align: center;
}
section.price .price-frame {
  padding-top: 69px;
  min-height: 668px;
  background: url(../img/frame.png) center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.price img {
  margin: 0 auto 43px;
  display: block;
}
section.price .types {
  margin-bottom: 40px;
  width: 360px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: left;
}
section.price .types:first-of-type {
  margin-right: 136px;
}
section.price .types p {
  margin: 0 auto 3px;
  font-size: 24px;
}
section.price .types p:first-of-type {
  margin-bottom: 28px;
  font-size: 36px;
}
section.price .types .green {
  color: #00b57d;
}
section.price .types .rouble {
  font-family: "rur";
}
section.price .hat-sep {
  margin: 0 auto 48px;
  background: url(../img/icon-sprites.png) 0 -437px no-repeat;
  width: 642px;
  height: 41px;
}
section.price h3 {
  margin: 0 auto 100px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
section.price ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.price ul li {
  margin: 0 50px 0;
  width: 175px;
  display: inline-block;
  vertical-align: top;
}
section.price ul li:first-of-type span:before {
  background-position: -602px -2px;
  width: 44px;
  height: 38px;
  left: 45px;
}
section.price ul li:nth-of-type(2) span:before {
  background-position: -550px -50px;
  width: 45px;
  height: 38px;
  left: 55px;
}
section.price ul li:last-of-type span:before {
  background-position: -599px -50px;
  width: 43px;
  height: 43px;
  left: 45px;
}
section.price ul li span {
  color: #fff;
  position: relative;
}
section.price ul li span:before {
  content: '';
  background: url(../img/icon-sprites.png) no-repeat;
  position: absolute;
  top: -52px;
}
footer {
  padding-top: 200px;
  background: url(../img/castle.png) right bottom no-repeat, url(../img/footer-bg.png) top center / 90% no-repeat, url(../img/footer-bg-2.png) right bottom / 80% no-repeat;
  color: #fff;
}
@media screen and (max-device-width: 768px) {
  footer {
    background: url(../img/footer-bg.png) top center / 100% no-repeat, url(../img/footer-bg-2.png) right bottom / 80% no-repeat;
  }
}
footer h2 {
  margin: 0 auto 55px;
  width: 765px;
  font-size: 50px;
  font-weight: normal;
  line-height: 56px;
  font-style: italic;
  text-align: center;
}
footer p:first-of-type {
  margin: 0 auto 70px;
  font-size: 70px;
  text-align: center;
}
footer p:first-of-type a {
/*  color: #00b57d;*/
			background-color: #78ffd6;
		background-image: linear-gradient(to right, #00b57d 0%, #138e9c  51%, #007991  100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
  text-decoration: none;
}
footer p:nth-of-type(2) {
  margin: 0 auto 191px;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  text-align: center;
}
footer p:nth-of-type(2) span {
  color: #00b57d;
}
footer .footer-info {
  padding: 0 20px 75px;
  overflow: hidden;
  font-style: italic;
}
footer .footer-info p {
  margin: 0 auto 5px;
  padding: 0;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  color: #00b57d;
}
footer .footer-info .contacts {
  margin-right: 30px;
  width: 293px;
  text-align: left;
  float: left;
}
footer .footer-info .contacts span {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
footer .footer-info .contacts span a {
  text-decoration: none;
  color: #fff;
}
footer .footer-info .contacts a {
  display: inline-block;
  vertical-align: top;
  color: #0086cd;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .footer-info .contacts a:hover {
  color: #1ea4eb;
  text-decoration: none;
}
footer .footer-info .social {
  margin-right: 30px;
  padding-bottom: 10px;
  width: 293px;
  float: left;
  text-align: center;
}
footer .footer-info .social p {
  margin-bottom: 22px;
  text-align: center;
}
footer .footer-info .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
footer .footer-info .social ul li {
  display: inline-block;
  vertical-align: top;
}
footer .footer-info .social ul li:first-of-type a {
  background-position: -600px -157px;
  margin-right: 15px;
}
footer .footer-info .social ul li:first-of-type a:hover {
  background-position: -547px -157px;
}
footer .footer-info .social ul li:nth-of-type(2) a {
  background-position: -601px -215px;
  margin-right: 15px;
}
footer .footer-info .social ul li:nth-of-type(2) a:hover {
  background-position: -547px -215px;
}
footer .footer-info .social ul li:last-of-type a {
  background-position: -600px -100px;
}
footer .footer-info .social ul li:last-of-type a:hover {
  background-position: -546px -100px;
}
footer .footer-info .social ul li a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 49px;
  background: url(../img/icon-sprites.png) no-repeat;
}
footer .footer-info .kdm {
  width: 292px;
  float: left;
  text-align: center;
}
footer .footer-info .kdm p {
  margin-bottom: 20px;
  text-align: center;
}
.animated-icons {
  -webkit-animation-name: icons;
  animation-name: icons;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ball {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes soar {
  from {
    top: 308px;
  }
  50% {
    top: 275px;
  }
  to {
    top: 308px;
  }
}
@keyframes soar {
  from {
    top: 308px;
  }
  50% {
    top: 275px;
  }
  to {
    top: 308px;
  }
}
@-webkit-keyframes boil {
  from {
    bottom: 430px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    bottom: 500px;
    opacity: 0;
    -webkit-transform: translateX(5px) scale(1);
    transform: translateX(5px) scale(1);
  }
}
@keyframes boil {
  from {
    bottom: 430px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    bottom: 500px;
    opacity: 0;
    -webkit-transform: translateX(5px) scale(1);
    transform: translateX(5px) scale(1);
  }
}
@-webkit-keyframes icons {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes icons {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media (orientation: portrait) {
	header .container {
	width: 980px;
}
	header h2{
		font-size: 50px
	}
	header h1 {
		font-size: 75px;
		margin-top: 10px;
	}
	header .orb {
  margin: 360px auto;
 display: flex;
	align-items: center;
	justify-content: center;
  vertical-align: top;
  width: 375px;
  height: 375px;
  position: relative;
  text-align: center;
}
	#h1_new h1 {

  margin: -20px auto 200px auto;
  font-size: 40px;
	max-width: 1200px;
}
	#h1_n h1 {
    text-align: center;
    margin-top: -550px;
		  font-size: 55px;
}
}