@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,300italic,600italic,700&subset=latin,cyrillic);

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

* {
	box-sizing: border-box;
}

.clearfix {
	clear: both;
}

a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

body {
	font-family: 'Open Sans';
	color: #333333;
	min-width: 1000px;
}
.wrapper {
	width: 940px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: inherit;
}
.wrapper-full {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
.text-center {
	text-align: center;
}
a {
	text-decoration: none;
}
.shdw {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 100;
	display: none;
}

/* ELEMENTS */

.share-text {
	position: absolute;
	bottom: 20px;
	font-size: 24px;
	left: 120px;
	color: #fff;
	font-style: italic;
}
.share-line {
    bottom: 30px;
    left: 320px;
    position: absolute;
}

/* SECTION 1 */

.section-1 {
	background: url(img/bg-1.jpg) center bottom no-repeat;
	height: 650px;
}
.ledda-logo {
	width: 152px;
	height: 87px;
	background: url(img/ledda-logo.png);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
}
.logo {
	width: 494px;
	height: 152px;
	background: url(img/logo.png);
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -243px;
	top: 45px;
}
.text-1 {
	color: #f09b00;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	font-family: 'Open Sans';
	top: 120px;
	left: 0;
	right: 0;
}
.text-ribbon {
	position: absolute;
	top: 190px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	left: 0;
	right: 0;
	background: url(img/ribbon.png) no-repeat center center;
}
.video {
	width: 486px;
	height: 275px;
	background: url(img/video-bg.png);
	position: absolute;
	left: 0;
	top: 285px;
}
.form {
	width: 432px;
	height: 275px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	top: 285px;
	right: 0px;
	position: absolute;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}
.text-2 {
	color: #f1135e;
	text-align: center;
	font-size: 18px;
	font-style: italic;
}

.form input[type=text] {
	height: 39px;
	border: 1px solid #ffcb4d;
	border-radius: 10px;
	background: #fff;
	display: block;
	margin-top: 11px;
	width: 100%;
	line-height: 41px;
	color: #757575;
	font-style: italic;
	padding-left:  12px;
}

.text-3 {
	line-height: 20px;
	font-size: 14px;
	color: #9e9e9e;
	font-style: italic;
	text-align: right;
}

.form .submit {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 394px;
	height: 53px;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-family: 'Open Sans';
	font-size: 20px;
	border: none;
	background: url(img/btn-submit.png);
}
.form .submit:hover {
	color: #ffc444;
}

.text-4 {
	color: #fff;
	position: absolute;
	bottom: -80px;
	text-align: left;
	font-size: 14px;
	font-style: italic;
}
.text-4 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/* SECTION 2 */

.section-2 {
	background: #ec9300;
	height: 110px;
}
.text-5 {
	position: absolute;
	left: 170px;
	top: 20px;
}
.text-5 .l1 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-style: italic;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.text-5 .l2 {
	color: #ffee2c;
	text-align: center;
	font-size: 34px;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* SECTION 3 */

.section-3 {
	height: 600px;
	background: url(img/bg-2.jpg) no-repeat center;
}
.text-6 {
	color: #ec0b75;
	font-size: 22px;
	position: absolute;
	top: 52px;
	left: 425px;
}
.text-7 {
	position: absolute;
	width: 279px;
	height: 59px;
	background: url(img/text-1.png);	
	top: 73px;
	left: 340px;
}
.text-8 {
	color: #ec0b75;
	font-size: 22px;
	left: 90px;
	top: 170px;
	position: absolute;
}
.text-9 {
	color: #ec0b75;
	font-size: 36px;
	position: absolute;
	left: 280px;
	top: 260px;
	text-align: center;
	line-height: 36px;
}
.text-9 span {
	font-weight: 600;
}
.text-10 {
	color: #ec0b75;
	font-size: 50px;
	text-align: center;
	font-weight: 600;
	position: absolute;
	left: 110px;
	top: 400px;
	line-height: 50px;
}

/* SECTION 4 */

.section-4 {
	height: 230px;
	background: url(img/bg-3.png) no-repeat center #e2096a;
}
.text-11 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}
.logo-white {
	width: 297px;
	height: 96px;
	background: url(img/logo-white.png);
	margin: 0 auto;
}


/* SECTION 5 */

.section-5 {
	height: 840px;
	background: #f5568a;
}
.ico-1 {
	width: 180px;
	height: 190px;
	position: absolute;
	background: url(img/ico-1.png);
	left: -10px;
	top: 30px;
}
.ico-2 {
	width: 180px;
	height: 182px;
	position: absolute;
	background: url(img/ico-2.png);
	left: 10px;
	top: 230px;
}
.ico-3 {
	width: 182px;
	height: 182px;
	position: absolute;
	background: url(img/ico-3.png);
	left: -3px;
	top: 403px;
}
.ico-4 {
	width: 212px;
	height: 192px;
	position: absolute;
	background: url(img/ico-4.png);
	left: -13px;
	top: 570px;
}
.ico-5 {
	width: 212px;
	height: 183px;
	position: absolute;
	background: url(img/ico-5.png);
	top: 38px;
	left: 467px;
}
.ico-6 {
	width: 192px;
	height: 178px;
	position: absolute;
	background: url(img/ico-6.png);
	left: 477px;
	top: 222px;
}
.ico-7 {
	width: 202px;
	height: 192px;
	position: absolute;
	background: url(img/ico-7.png);
	left: 467px;
	top: 402px;
}
.ico-8 {
	width: 202px;
	height: 184px;
	position: absolute;
	background: url(img/ico-8.png);
	left: 467px;
	top: 590px;
}

.s5t1 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	font-style: italic;
	line-height: 28px;
}

.text-12 {
  left: 190px;
  top: 110px;
}
.text-13 {
  left: 190px;
  top: 250px;
}
.text-14 {
  left: 190px;
  top: 445px;
}
.text-15 {
  left: 190px;
  top: 645px;
}
.text-16 {
  left: 670px;
  top: 100px;
}
.text-17 {
  left: 670px;
  top: 265px;
}
.text-18 {
  left: 670px;
  top: 462px;
}
.text-19 {
  left: 670px;
  top: 645px;
}

.smile {
	width: 1600px;
	height: 204px;
	background: url(img/smile.png);
	position: absolute;
	left: 50%;
	margin-left: -800px;
	bottom: -130px;
	text-align: center;
	font-size: 36px;
	color: #f20f60;
	font-style: italic;
	padding-top: 90px;
}


/* SECTION 6 */

.section-6 {
	height: 600px;
	background: #fec734;
}
.text-20 {
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding-top: 160px;
	padding-bottom: 20px;
}
.text-21 {
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-subscribe {
	width: 502px;
	height: 97px;
	background: url(img/btn-subscribe.png);
	margin: 30px auto 0;
	line-height: 82px;
	font-size: 30px;
	font-style: italic;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 101;
	position: relative;
	display: block;
}
.btn-subscribe:hover {
	color: #ffc444;
}

/* SECTION 7 */

.section-7 {
	height: 740px;
	background: url(img/shadow-1.png) top center no-repeat #fff;
}
.text-22 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(img/lines.png) center center repeat-x;
	text-align: center;
}
.text-22 span {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}
.circle {
	width: 495px;
	height: 495px;
	background: #f20f60;
	border-radius: 495px;
	position: absolute;
	top: 185px;
	left: 450px;
}
.imac {
	width: 439px;
	height: 412px;
	background: url(img/imac.png);
	position: absolute;
	top: 260px;
	left: 490px;
	z-index: 2;
}
.ipad {
	width: 175px;
	height: 244px;
	background: url(img/ipad.png);
	position: absolute;
	top: 375px;
	left: 840px;
	z-index: 3;
}
.iphone {
	width: 82px;
	height: 191px;
	background: url(img/iphone.png);
	position: absolute;
	top: 440px;
	left: 455px;
	z-index: 3;
}

.text-23 {
	font-size: 30px;
	color: #000;
}
.text-24 {
	font-size: 30px;
	color: #f20f60;
	padding-left: 50px;
	background: url(img/icon-play.png) no-repeat left center;
	line-height: 50px;
}
.text-25 {
	font-size: 30px;
	color: #f20f60;
	padding-left: 50px;
	background: url(img/icon-doc.png) no-repeat left center;
	line-height: 50px;
}

.text-26 {
	font-size: 18px;
	margin-top: 30px;
	line-height: 20px;
}

.text-27 {
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	line-height: 30px;
}

/* SECTION LESSONS */

.section-lessons {
	height: 1710px;
	background: #c50657;
}
.section-lessons .wrapper {
	top: -10px;
	background: #fffdee;
	box-shadow: 0px -1px 3px 1px rgba(0,0,0,0.1);
	height: 1720px;
	text-align: center;
}
.section-lessons p {
	max-width: 640px;
	display: block;
	margin: 10px auto;
	line-height: 20px;
	font-size: 18px;
}
.text-main {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 300;
	padding-top: 75px;
	padding-bottom: 50px;
}
.line {
	width: 840px;
	height: 1px;
	background: url(img/line.png);
	margin: 25px auto;
}
.end {
	width: 175px;
	height: 43px;
	background: url(img/end.png);
	margin: 40px auto 0;
}

/* SECTION 8 */ 

.section-8 {
	height: 500px;
	background: #fec734;
}
.text-28 {
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.text-29 {
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* SECTION 9 */

.section-9 {
	height: 750px;
	background: url(img/shadow-1.png) top center no-repeat #e97a8f;
	padding-top: 50px;
}
.text-30 {
	width: 531px;
	height: 60px;
	background: url(img/text-2.png);
	margin: 0 auto;
	margin-bottom: 20px;
}
.w940 {
	width: 940px;
	border-radius: 5px;
	background: #fff;
	height: 540px;
	position: relative;
}
.ledda {
	position: absolute;
	background: url(img/ledda.jpg);
	left: 0;
	top: 0;
	width: 290px;
	height: 540px;
	border-radius: 5px;
}
.text-31 {
	padding-left: 310px;
	padding-top: 40px;
	line-height: 20px;
	font-weight: 300;
	padding-right: 30px;
}
.text-31 p {
	margin-bottom: 12px;
	margin-top: 5px;
}
.logo-mini {
	width: 281px;
	height: 91px;
	background: url(img/logo-mini.png);
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.shadow {
	width: 896px;
	height: 21px;
	background: url(img/shadow.png);
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -448px;
	opacity: 0.3;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */



.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff8bc;
	border-bottom: 1px solid #e0d9c0;
	z-index: 102;
	text-align: right;
}
.header-logo {
	float: left;
	margin-top: 4px;
	width: 229px;
	height: 72px;
	background: url(img/header-logo.png) no-repeat center center;
}
.header ul {
	float: right;
}
.header ul li {
	float: left;
}
.header ul, .header ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.header ul li a {
	display: inline-block;
	height: 80px;
	border-left: 1px solid #e0d9c0;
	padding: 0 10px;
	color: #868686;
	font-size: 16px;
	line-height: 80px;
	float: left;
}
.header ul li:last-child a {
	border-right: 1px solid #e0d9c0;
}
.header ul li a:hover {
	background: rgb(255,217,66);
	background: -moz-linear-gradient(top,  rgba(255,217,66,1) 0%, rgba(246,190,19,1) 73%, rgba(255,217,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,217,66,1) 0%,rgba(246,190,19,1) 73%,rgba(255,217,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,217,66,1) 0%,rgba(246,190,19,1) 73%,rgba(255,217,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd942', endColorstr='#ffd942',GradientType=0 );
	color: #fff;
}


.opinions {
	padding-top: 75px;
	background: #ffedf0;
	padding-bottom: 50px;
}
.opinions .heading {
	font-weight: 300;
	font-size: 48px;
	color: #e60454;
	padding-bottom: 85px;
	background: url(img/comments.png) no-repeat center bottom;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
.opinions .op {
	margin: 10px auto 0;
}

.stamp {
	width: 179px;
	height: 197px;
	position: absolute;
	right: -140px;
	top: 200px;
	background: url(img/stamp-meditaciya.png);
	z-index: 10;
}

.stamp span {
	color: #fff;
	transform: rotate(10deg);
	text-align: center;
	display: inline-block;
	width: 150px;
	line-height: 19px;
	font-size: 15px;
	position: absolute;
	top: 60px;
	right: 17px;
	font-style: italic;
}
.stamp span b {
	font-style: initial;
}


/* FOOTER */

.footer {
    height: 410px;
    background: url(img/bg-footer.jpg) center top / cover;
    color: #fff;
}
.footer a {
	color: #fff;
}
.footer .container {
	position: relative;
	height: inherit;	
	width: 940px;
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(img/logo-white.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 50px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
}

.social {
	margin-top: 30px;
}
.social > a {
	margin-left: 20px;
}
.social .vk {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(img/soc-vk.png) top center no-repeat;
}
.social .fb {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(img/soc-fb.png) top center no-repeat;
}
.social .ig {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(img/soc-ig.png) top center no-repeat;
}
.social .tw {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(img/soc-tw.png) top center no-repeat;
}
.social .yt {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 45px;
	height: 45px;
	background: url(img/soc-yt.png) top center no-repeat;
}
.social .vk:hover {
	background: url(img/soc-vk.png) bottom center no-repeat;
}
.social .fb:hover {
	background: url(img/soc-fb.png) bottom center no-repeat;
}
.social .ig:hover {
	background: url(img/soc-ig.png) bottom center no-repeat;
}
.social .tw:hover {
	background: url(img/soc-tw.png) bottom center no-repeat;
}
.social .yt:hover {
	background: url(img/soc-yt.png) bottom center no-repeat;
}

.ledda-img {
	width: 80px;
	height: 80px;
	background: url(img/ledda-img.png);
	float: left;
	margin-top: 30px;
}
.ledda-text {
	width: 231px;
	height: 62px;
	background: url(img/ledda-text.png);
	float: left;	
	margin-top: 39px;
	margin-left: 20px;
}