html, body { overflow-x: hidden; }

body {
	font-family: 'Open Sans';
	color: #000;
}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
.header {
	height: 115px;
	background: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding-top: 22px;
	color: #c7c5c5;
}
/*
.container {
	padding: 0;
}
*/
.logo {
	width: 320px;
	height: 54px;
	background: url(../i/logo.png);
	float: left;
	margin-top: 10px;
	display: inline-block;
}
.header .social {
	margin-top: 10px;
	position: relative;
}
.header {
	position: relative;
}
.header:after {
	width: 100%;
	height: 212px;
	background: url(../i/header-new-year.png) center center;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	display: block;
	top: 0;
	z-index: 1;
}
.social .vk {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-vk.png) top center no-repeat;
	background-size: 35px;
	opacity: 0.7;
}
.social .fb {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-fb.png) top center no-repeat;
	background-size: 35px;
	opacity: 0.7;
}
.social .ig {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-ig.png) top center no-repeat;
	background-size: 35px;
	opacity: 0.7;
}
.social .tw {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-tw.png) top center no-repeat;
	background-size: 35px;
	opacity: 0.7;
}
.social .yt {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 35px;
	height: 35px;
	background: url(../i/soc-yt.png) top center no-repeat;
	background-size: 35px;
	opacity: 0.7;
}
.social .vk:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-vk.png) bottom center no-repeat;
	background-size: 35px;
	opacity: 1;
}
.social .fb:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-fb.png) bottom center no-repeat;
	background-size: 35px;
	opacity: 1;
}
.social .ig:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-ig.png) bottom center no-repeat;
	background-size: 35px;
	opacity: 1;
}
.social .tw:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-tw.png) bottom center no-repeat;
	background-size: 35px;
	opacity: 1;
}
.social .yt:hover {
	display: inline-block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../i/soc-yt.png) bottom center no-repeat;
	background-size: 35px;
	opacity: 1;
}
.header .pull-right {
	position: relative;
	z-index: 2;
}
.header .pull-right a {
	color: #499ee0;
}

.heading {
	font-family: 'Roboto';
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}


/* ******** SECTION 1 ******** */
.section1 {
	height: 1000px;
	background: url(../i/bg1.jpg) top -110px center no-repeat;
	position: relative;
	padding-top: 110px;
	border-bottom: 35px solid #ff1207;
}
.section1 .container {
	position: relative;
}
.section1 .main-logo {
	width: 669px;
	max-width: 100%;
	height: auto;
	max-height: 349px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	left: -80px;
	margin-top: -140px;
	z-index: 3;
	margin-bottom: -100px;
}

.section1 .main-logo img {
	max-width: 100%;
	width: 100%;
	height: auto;
} 
.section1 .sublogo {
	font-size: 34px;
	font-weight: 400;
	font-family: 'Roboto';
	position: relative;
	z-index: 4;
	margin-bottom: 20px;
}
.section1 .sublogo b {
	color: red;
	text-transform: uppercase;
	font-weight: 700;
}

.section1 .form {
	padding: 20px 60px;
	background: rgba(0,0,0,.72);
	width: 570px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.section1 .preform {
	width: 411px;
	height: 92px;
	background: url(../i/get-ready.png);
	display: block;
	margin: 0 auto 10px;
}
.section1 .form input {
	width: 100%;
	background: #fff;
	color: #000;
	height: 50px;
	border: 0px;
	padding: 0 20px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.section1 .form input + p {
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 10px;
	font-style: italic;
	font-family: 'Roboto';
	font-weight: 300;
}
.section1 .form button {
	height: 68px;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Roboto';
	text-transform: uppercase;
	border: 0;
	background: #ffc000;
}
.section1 .subtext {
	font-size: 11px;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 300;
}
.section1 .subtext a {
	color: #499ee0;	
}
.section1 .price {
	width: 339px;
    height: 223px;
    background: url(../i/price.png);
    position: absolute;
    right: 50px;
	top: 430px;
}


/* ******** SECTION 2 ******** */
.section2 {
	/* height: 640px; */
	background: url(../i/bg3.jpg) bottom center no-repeat;
	background-size: contain;
	padding-top: 70px;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 70px;
	position: relative;
	border-bottom: 35px solid #ff1207;
}
.section2 .heading {
	position: relative;
	z-index: 3;
	text-shadow: 0px 0px 10px rgba(255,255,255,1), 0px 0px 20px rgba(255,255,255,1), 0px 0px 30px rgba(255,255,255,1);
}
.section2 .calendar {
	width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    border: 10px solid black;
    padding: 50px 50px;
    border-radius: 10px;
    padding-top: 25px;
    background: rgba(255,255,255,0.9);
}
.section2:before {
	content: "";
	max-width: 30vw;
	left: 0;
	top: 0;
	width: 548px;
	height: 300px;
	background: url(../i/new-year-balls.png) top center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	z-index: 2;
}
.section2:after {
	content: "";
	max-width: 30vw;
	right: 0;
	top: 0;
	width: 548px;
	height: 300px;
	background: url(../i/new-year-balls.png) top center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	z-index: 2;
}
.section2 .calendar .month {
	margin-bottom: 25px;
}

.section2 .calendar .c-row {
	display: flex;
}
.section2 .calendar .c-col-h {
	text-align: center;
	flex: 1 1 calc(100% / 7); 
	font-size: 42px;
	line-height: 42px;
	font-weight: 100;
	font-family: 'Roboto';
	margin-bottom: 20px;
}
.section2 .calendar .c-col {
	text-align: center;
	flex: 1 1 calc(100% / 7); 
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
	font-family: 'Roboto Slab';
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -15px;
}
.section2 .calendar .c-col.active {
	color: red;
	font-weight: 600;
}


/* ******** SECTION 3 ******** */
.section3 {
	height: 1985px;
	background-image: url(../i/bg2.jpg);
	background-position: top -400px center;
	background-repeat: no-repeat;
	/* border-bottom: 25px solid #331905; */
	padding-top: 70px;
	padding-bottom: 50px;
	border-bottom: 35px solid #ff1207;
	position: relative;
}
.section3 .container {
	height: inherit;
}
.section3 .heading {
	margin-bottom: 90px;
	font-family: 'Roboto';
	font-size: 40px;
}
.section3 .heart-text {
	width: 405px;
	height: 136px;
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -202.5px;
	background: url(../i/heart-text.png);
}
.section3 span {
	font-size: 25px;
	font-family: 'Roboto';
	letter-spacing: -0.025em;
	position: relative;
	font-weight: 400;
	line-height: 30px;
	white-space: nowrap;
}
.section3 .b1 {
	position: absolute;
    top: 420px;
    left: 50%;
    margin-left: -225px;
    width: 253px;
    padding-top: 248px;
    background: url(../i/b1.png) top center no-repeat;
    text-align: center;
}
.section3 .b1 span {
	left: -45px;
}
.section3 .b2 {
	position: absolute;
    top: 435px;
    left: 50%;
    margin-left: 15px;
    width: 284px;
    padding-top: 254px;
    background: url(../i/b2.png) top center no-repeat;
    text-align: center;
}
.section3 .b2 span {
	right: -25px;
	bottom: 20px;
}
.section3 .b3 {
	position: absolute;
    top: 635px;
    left: 50%;
    margin-left: -385px;
    width: 319px;
    padding-top: 340px;
    background: url(../i/b3.png) top center no-repeat;
    text-align: center;
}
.section3 .b3 span {
	left: -70px;
	bottom: 10px;
}
.section3 .b4 {
	position: absolute;
    top: 705px;
    left: 50%;
    margin-left: -45px;
    width: 268px;
    padding-top: 246px;
    background: url(../i/b4.png) top center no-repeat;
    text-align: center;
}
.section3 .b4 span {
	right: 45px;
    bottom: -15px;
}
.section3 .b5 {
	position: absolute;
    top: 635px;
    left: 50%;
    margin-left: 265px;
    width: 262px;
    padding-top: 300px;
    background: url(../i/b5.png) top center no-repeat;
    text-align: center;
}
.section3 .b5 span {
	right: 35px;
    bottom: -30px;
}
.section3 .b6 {
	position: absolute;
    top: 995px;
    left: 50%;
    margin-left: -625px;
    width: 319px;
    padding-top: 340px;
    background: url(../i/b6.png) top center no-repeat;
    text-align: center;
}
.section3 .b6 span {
	right: 5px;
    bottom: 30px;
}
.section3 .b7 {
	position: absolute;
    top: 1025px;
    left: 50%;
    margin-left: -240px;
    width: 168px;
    padding-top: 277px;
    background: url(../i/b7.png) top center no-repeat;
    text-align: center;
}
.section3 .b7 span {
	right: -5px;
    bottom: -3px;
}
.section3 .b8 {
	position: absolute;
    top: 975px;
    left: 50%;
    margin-left: 75px;
    width: 251px;
    padding-top: 336px;
    background: url(../i/b8.png) top center no-repeat;
    text-align: center;
}
.section3 .b8 span {
	right: 45px;
    bottom: 5px;
}
.section3 .b9 {
	position: absolute;
    top: 985px;
    left: 50%;
    margin-left: 385px;
    width: 228px;
    padding-top: 357px;
    background: url(../i/b9.png) top center no-repeat;
    text-align: center;
}
.section3 .b9 span {
	right: 15px;
    bottom: 30px;
}

.section3 .button {
	height: 68px;
    display: block;
    width: 30vw;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    border: 0;
    background: #ffc000;
    box-shadow: 0px 10px 29px 9px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 220px;
    left: 50%;
    margin-left: -15vw;
}
.section3 .in-heart-text {
	text-align: center;
	bottom: 380px;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Roboto';
	position: absolute;
	left: 0;
	right: 0;
	text-transform: uppercase;
}
.section3 .in-heart-text span {
	color: red;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Roboto';
}
.section3 .subtext {
	font-size: 11px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 300;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 200px;
	text-align: center;
}
.section3 .subtext a {
	color: #499ee0;	
}

/* ******** SECTION 4 ******** */
.section4 {
	height: 1488px;
	background-image: url(../i/bg4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 50px;
	border-bottom: 35px solid #ff1207;
	position: relative;
}
.section4 .heading {
	margin-bottom: 80px;
}
.section4 p {
	font-size: 25px;
	font-family: 'Roboto';
}

/* ******** SECTION 5 ******** */
.section5 {
	height: 2800px;
	background-image: url(../i/bg5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 50px;
	border-bottom: 35px solid #ff1207;
	position: relative;
}
.section5 .heading {
	margin-bottom: 70px;
}
.section5 p {
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 500;
}
.lessons {
	padding-top: 80px;
}
.section5 .lesson-block {
	padding: 35px 220px 35px 35px;
	text-align: left;
	margin-bottom: 60px;
	border-radius: 20px;
}
.section5 .lesson-heading {
	font-size: 30px;
	line-height: 30px;
	color: #168ed2;
	font-family: 'Roboto';
	font-weight: 900;
	font-style: italic;
	text-decoration: underline;
	margin-bottom: 20px;
}
.section5 .lesson-text {
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: 300;
}
.section5 .lesson-1 { background-color: #fff; background-image: url(../i/rasp1.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-2 { background-color: #fff; background-image: url(../i/rasp2.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-3 { background-color: #fff; background-image: url(../i/rasp3.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-4 { background-color: #fff; background-image: url(../i/rasp4.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-5 { background-color: #fff; background-image: url(../i/rasp5.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-6 { background-color: #fff; background-image: url(../i/rasp6.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }
.section5 .lesson-7 { background-color: #fff; background-image: url(../i/rasp7.jpg); background-position: right top; background-size: contain; background-repeat: no-repeat; }

.section5 .subtext {
	font-size: 11px;
	color: #333;
	display: block;
	text-align: center;
	font-family: 'Roboto';
	font-weight: 300;
}
.section5 .subtext a {
	color: #fff;	
}
.section5 .button {
	min-width: 400px;
	height: 68px;
    display: block;
    width: 25vw;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    border: 0;
    background: #ffc000;
    box-shadow: 0px 10px 29px 9px rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-bottom: 10px;
}


/* ******** SECTION 6 ******** */
.section6 {
	padding-top: 100px;
	padding-bottom: 140px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';
}
.section6 .heading {
	margin-bottom: 40px;
}
.section6 p {
	font-size: 18px;
	text-align: center;
}
.section6 .subtext {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.section6 .icons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	border-bottom: 2px solid #ecf4e9;
	padding-bottom: 40px;
}
.section6 .icons .icon {
	margin: 0 30px;
	padding-top: 80px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.section6 .icons .icon-1 {
	background: url(../i/ico-1.png) top center no-repeat;
}
.section6 .icons .icon-2 {
	background: url(../i/ico-2.png) top center no-repeat;
}
.section6 .icons .icon-3 {
	background: url(../i/ico-3.png) top center no-repeat;
}
.section6 .icons .icon-4 {
	background: url(../i/ico-4.png) top center no-repeat;
}

.section6 .second-icons {
	display: flex;
	padding-top: 40px;
}
.section6 .second-icons .icon {
	flex: 0 0 calc(100% / 3);
	padding-left: 60px;
	padding-right: 20px;
	font-size: 18px;
}
.section6 .second-icons .icon-1 {
	background: url(../i/ico-5.png) left top 5px no-repeat;
}
.section6 .second-icons .icon-2 {
	background: url(../i/ico-6.png) left top 5px no-repeat;
}
.section6 .second-icons .icon-3 {
	background: url(../i/ico-7.png) left top 5px no-repeat;
}

/* ******** SECTION 7 ******** */

.section7 {
	height: 800px;
	padding-top: 70px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';	
	background: url(../i/bg6.jpg) center top;
	font-size: 25px;
}
.section7 .promo {
	position: absolute;
	left: 50%;
	width: 236px;
	height: 185px;
	margin-left: -538px;
	display: block;
	background: url(../i/promo.png);
	top: 0px;
}
.section7 .heading {
	margin-bottom: 60px;
}
.section7 .text	{
	margin-bottom: 70px;
	font-family: 'Roboto';
	letter-spacing: -0.025em;
}
.section7 .text span {
	color: #ff0000;
}
.section7 .subtext {
	font-size: 11px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 300;
}
.section7 .subtext a {
	color: #499ee0;	
}
.section7 .button {
	min-width: 400px;
	height: 68px;
    display: block;
    width: 25vw;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    border: 0;
    background: #ffc000;
    box-shadow: 0px 10px 29px 9px rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 18px;
}

/* ******** SECTION 8 ******** */

.section8 {
	height: 1150px;
	padding-top: 100px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';	
	background: url(../i/bg7.jpg) center top;
	font-size: 25px;
}
.section8 .heading {
	margin-bottom: 100px;
}
.section8 .text-center {
	padding-top: 50px;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
}
.section8 .ledda-in-circle {
	width: 362px;
	height: 362px;
	background: url(../i/ledda-in-circle.png);
	display: block;
	margin: 0 auto;
}


/* ******** SECTION 9 ******** */

.section9 {
	height: 4550px;
	padding-top: 60px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';	
	background: url(../i/bg8.jpg) center top;
	font-size: 22px;
}
.section9 .heading {
	margin-bottom: 30px;
}
.section9 .text {
	font-weight: 400;
	margin-bottom: 40px;
}
.section9 .opinion {
	margin-bottom: 25px;
}
.section9 .opinion img {
	max-width: 100%;
}


/* ******** SECTION 10 ******** */

.section10 {
	height: 900px;
	padding-top: 80px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';	
	background: url(../i/bg9.jpg) center top;
	font-size: 25px;
	color: #fff;
}
.section10 .heading {
	margin-bottom: 60px;
	color: #fff;
}
.section10 .ledda-bonus {
	text-align: center;
	margin-bottom: 30px;
}
.section10 .ledda-bonus img {
	border-radius: 10px;
	max-width: 100%;
	max-height: 408px;
}
.section10 .subheading {
	text-align: center;
	color: #ff0000;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}
.section10 .text-center {
	font-weight: 600;
}


/* ******** SECTION 11 ******** */

.section11 {
	height: auto;
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 35px solid #ff1207;
	position: relative;
	font-family: 'Roboto';	
	background: url(../i/bg10.jpg) center top 70px no-repeat;
	font-size: 25px;
	color: #000;
	text-align: center;
}
.section11 .heading {
	margin-bottom: 0px;
}
.section11 .subheading {
	margin-bottom: 540px;
	letter-spacing: -0.025em;
}
.section11 .subheading span {
	color: #f00;
	text-decoration: underline;
	font-weight: 600;
}
.section11 .cert {
	position: relative;
	min-height: 250px;
}
.section11 .cert img {
	position: absolute;
}
.section11 .cert-text {
	padding-top: 20px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.025em;
	margin-left: -15px;
	margin-right: -15px;
}
.section11 .cert-text span {
	font-weight: 600;
	font-size: 22px;
	color: #f00;
	text-decoration: underline;
}

.section11 .cert1 img {
	top: 0px; left: -30px;
}
.section11 .cert2 img {
	top: 10px; left: 0;
}
.section11 .cert3 img {
	top: 0px; left: -20px;
}
.section11 .cert4 img {
	top: -20px; left: -30px;
}

.section11 .subtext {
	font-size: 11px;
	color: #333;
	font-family: 'Roboto';
	font-weight: 300;
}
.section11 .subtext a {
	color: #499ee0;	
}
.section11 .button {
	min-width: 400px;
	height: 68px;
    display: block;
    width: 25vw;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    border: 0;
    background: #ffc000;
    box-shadow: 0px 10px 29px 9px rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}

/* FOOTER */

.footer {
    height: 385px;
    background: url(../i/footer.jpg) center top -1px;
    color: #fff;
}
.footer a {
	color: #fff;
}
.footer .container {
	position: relative;
	height: inherit;	
}
.text-32 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    line-height: 18px;
    text-align: center;
}
.vertical-life-txt {
    width: 289px;
    height: 38px;
    background: url(../i/logo-footer.png);
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -145px;
}
.copy {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    bottom: 80px;
    position: absolute;
    left: 0;
    right: 0;
}
.links {
    position: absolute;
    bottom: 50px;
    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;
}

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

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+ */


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


@media (min-width: 768px) {
	.social > a {
		float: none !important;
	}
}

@media (max-width: 1199px) {

	.section1 {
		background: url(../i/bg1-md.jpg) top center no-repeat;
		height: 1046px;
	}
	.header { height: 131px;  }
	.header:after {
		width: 100%;
		height: 133px;
		background: url(../i/header-new-year-md.png) center center;
	}
	.section1 .price {
		right: -240px;
		top: 430px;
	}
	.section1 .sublogo {
		font-size: 31px;
		font-weight: 400;
		font-family: 'Roboto';
		position: relative;
		z-index: 4;
		margin-bottom: 20px;
		letter-spacing: -0.025em;
		margin-left: -50px;
	}
	.section2 {
		background: url(../i/bg3.jpg) bottom center no-repeat / cover;
	}
	.section3 .b1 {
		margin-left: -195px;
	}
	.section3 .b2 {
		margin-left: -15px;
	}
	.section3 .b3 {
		margin-left: -325px;
	}
	.section3 .b4 {
		
	}
	.section3 .b5 {
		margin-left: 205px;
	}
	.section3 .b6 {
		margin-left: -525px;
	}
	.section3 .b7 {
		margin-left: -200px;
	}
	.section3 .b8 {
		margin-left: 55px;
	}
	.section3 .b9 {
		margin-left: 295px;
	}
	.section3 .b9 span {
		right: 15px;
		bottom: 30px;
		display: block;
		width: 190px;
		white-space: normal;
	}
	.section3 .in-heart-text {
		bottom: 330px;
	}
	.section3 .button {
		bottom: 160px;
	}
	.section3 .subtext {
		bottom: 140px;
	}
	.section4 {
		background-image: url(../i/bg4-md.jpg);
		background-size: initial;
		padding-top: 60px;
		height: 1238px;
	} 
	.section4 .heading {
		margin-bottom: 40px;
	}
	.section4 p {
		margin-bottom: 1.75em;
	}
	.section5 {
		padding-top: 60px;
		height: auto;
	}
	.section5 .heading {
		margin-bottom: 40px;
	}
	.lessons {
		padding-top: 40px;
	}
	.section5 .lesson-text {
		line-height: 30px;
	}
	.section5 .lesson-block {
		padding: 35px 190px 35px 35px;
	}
	.section7 .promo {
		position: absolute;
		left: 50%;
		width: 216px;
		height: 155px;
		margin-left: -488px;
		display: block;
		background: url(../i/promo.png);
		top: 0px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.section7 br + br + br {
		display: none;
	}
	.section10 .subheading {
		font-size: 28px;
	}
	.section10 .subheading + .text-center {
		font-size: 25px;
	}
	.section10 .ledda-bonus img {
		border-radius: 10px;
		max-width: 100%;
		max-height: 333px;
	}
	.section11 {
		height: auto;
		padding-bottom: 50px;
	}
	.section11 .cert {
		text-align: center;
	}
	.section11 .cert1 img {
		top: 0px;
		left: 50%;
		margin-left: -161px;
	}
	.section11 .cert2 img {
		top: 10px;
		left: 50%;
		margin-left: -137px;
	}
	.section11 .cert3 img {
		top: 10px;
		left: 50%;
		margin-left: -153px;
	}
	.section11 .cert4 img {
		top: -10px;
		left: 50%;
		margin-left: -180px;
	}
	.footer {
		height: 455px;
	}
	.text-32 {
		top: 160px;
	}

}
@media (max-width: 991px) {
	.wrapper {
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
		border-left: 1px solid red;
		border-right: 1px solid red;
	}
	.container {
		max-width: 480px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.row {
	}
	.heading {
		font-family: 'Roboto';
		font-size: 30px;
		color: #000;
		text-align: center;
		font-weight: 500;
		text-transform: uppercase;
	}
	.header {
		padding-top: 5px;
		height: 60px;
		background: #000;
	}
	.header:after {
		content: none;
	}
	.logo {
		float: none;
		display: block;
		margin: 5px auto 0;
		background: url(../i/logo-sm.png);
		width: 245px;
		height: 38px;
	}
	.section1 {
		height: auto;
		background: url(../i/bg1-sm.jpg) top -15px center no-repeat;
		padding-top: 200px;
	}
	.section1 .main-logo {
		width: 260px;
		max-width: 100%;
		height: auto;
		max-height: 349px;
		display: inline-block;
		margin-bottom: 20px;
		text-align: center;
		position: absolute;
		left: 0;
		margin-top: -195px;
		z-index: 3;
		margin-bottom: -100px;
		left: 50%;
		right: 0;
		margin-left: -130px;
	}
	.section1 .sublogo {
		font-size: 13px;
		font-weight: 400;
		font-family: 'Roboto';
		position: absolute;
		z-index: 4;
		margin-bottom: 20px;
		letter-spacing: -0.025em;
		margin-left: -50px;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		margin-top: -89px;
	}
	.section1 .sublogo b {
		color: red;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		font-size: 14px;
		line-height: 18px;
	}
	.section1 .price {
		width: 291px;
		height: 157px;
		background: url(../i/price.png);
		margin: 20px auto;
		position: initial;
	}
	.section1 .form {
		width: 100%;
		background: rgba(38,38,38,0.3);
		padding: 20px 30px;
	}
	.section1 .preform {
		width: 301px;
		height: 46px;
		background: url(../i/get-ready-sm.png);
		display: block;
		margin: 0 auto 10px;
	}
	.section1 .form input {
		text-align: center;
	}
	.section1 .form input + p {
		display: none;
	}
	.section1 .price {
		width: 291px;
		height: 187px;
		background: url(../i/price.png);
		margin: -10px auto -20px;
		position: initial;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.section2 {
		padding-top: 30px;
		padding-bottom: 170px;
		background-size: 1150px;
		background-position: right -50px bottom -40px;
	}
	.section2:after,
	.section2:before {
		content: none;
	}
	.section2 .calendar {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
		border: 5px solid black;
		padding: 50px 50px;
		border-radius: 10px;
		padding-top: 25px;
		padding-bottom: 40px;
		background: rgba(255,255,255,0.9);
	}
	.section2 .calendar .c-col-h {
	    font-size: 22px;
	    line-height: 22px;
	}
	.section2 .calendar .c-col {
	    font-size: 22px;
	    line-height: 22px;
	    height: 47px;
	}
	.section3 {
		padding-top: 30px;
		background: url(../i/bg2-sm.jpg) top 130px center no-repeat;
		height: 2760px;
	}
	.section3 .heading {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.section3 .heart-text {
		top: 330px;
	}
	.section3 .b1 {
		margin-left: -185px;
		top: 500px;
		z-index: 9;
	}
	.section3 .b2 {
		margin-left: -55px;
		top: 645px;
		z-index: 8;
	}
	.section3 .b3 {
		margin-left: -145px;
		top: 775px;
		z-index: 7;
	}
	.section3 .b4 {
		margin-left: 70px;
		top: 1090px;
	}
	.section3 .b5 {
		margin-left: -185px;
		top: 1200px;
	}
	.section3 .b6 {
		margin-left: -35px;
		top: 1400px;
	}
	.section3 .b7 {
		margin-left: -185px;
		top: 1600px;
	}
	.section3 .b8 {
		margin-left: 25px;
		top: 1800px;
	}
	.section3 .b9 {
	    margin-left: -205px;
	    top: 1940px;
	}
	.section3 .in-heart-text {
		bottom: 180px;
	}
	.section3 .button {
		bottom: 60px;
		width: 80%;
		margin-left: -40%;
		font-size: 17px;
	}
	.section3 .subtext {
		bottom: 40px;
	}
	.section4 {
		padding-top: 40px;
		background-image: url(../i/bg4-sm.jpg);
		background-size: initial;
		height: 940px;
		background-position: bottom 20px center;
	}
	.section4 p {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 24px;
		letter-spacing: -0.025em;
		margin-bottom: 1em;
	}
	.section5 p {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 24px;
		letter-spacing: -0.025em;
		margin-bottom: 1.5em;
	}
	.lessons {
		padding-top: 40px;
		padding: 40px 25px 0;
	}
	.section5 .lesson-block {
		background: #fff;
		border-radius: 0px;
		padding: 25px;
	}
	.section5 .lesson-block img {
		max-width: 100%;
	}
	.section5 .lesson-heading {
		font-size: 25px;
		line-height: 25px;
		color: #168ed2;
		font-family: 'Roboto';
		font-weight: 900;
		font-style: italic;
		text-decoration: underline;
		margin-bottom: 20px;
		text-align: center;
	}
	.section5 .lesson-text {
		font-size: 20px;
		font-family: 'Roboto';
		font-weight: 300;
		line-height: 23px;
		text-align: justify;
		margin-bottom: 25px;
	}
	.section6 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section6 .icons {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		border-bottom: 2px solid #ecf4e9;
		padding-bottom: 10px;
		flex-wrap: wrap;
	}
	.section6 .second-icons {
		display: flex;
		padding-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section6 .second-icons .icon {
		flex: 0 0 60%;
		padding-left: 60px;
		padding-right: 20px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.section6 .heading {
		margin-bottom: 30px;
		line-height: 30px;
	}
	.section6 .second-icons br {
		display: none;
	}
	.section7 {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section7 .promo {
		position: absolute;
		left: 0;
		width: 216px;
		height: 95px;
		margin-left: 0;
		display: block;
		background: url(../i/promo.png);
		top: 0px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.section7 .text {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 20px;
		margin-bottom: 35px;
	}
	.section7 .text span.big {
		display: block;
		font-size: 30px;
		text-align: center;
		padding: 10px 0;
	}
	.section7 .text-center-sm {
		text-align: center;
	}
	.section8 {
		height: 842px;
		padding-top: 70px;
		border-bottom: 35px solid #ff1207;
		position: relative;
		font-family: 'Roboto';
		background: url(../i/bg7-sm.jpg) center top;
		font-size: 25px;
	}
	.section8 .heading {
		margin-bottom: 20px;
	}
	.section8 .ledda-in-circle {
		width: 270px;
		height: 270px;
		background: url(../i/ledda-in-circle.png);
		display: block;
		margin: 0 auto;
		background-size: contain;
	}
	.section8 .text-center {
		padding-top: 20px;
		font-size: 20px;
		line-height: 26px;
		font-style: italic;
		font-weight: 400;
		padding-left: 35px;
		padding-right: 35px;
	}
	.section9 {
		height: 1697px;
		padding-top: 30px;
		border-bottom: 35px solid #ff1207;
		position: relative;
		font-family: 'Roboto';
		background: url(../i/bg8-sm.jpg) center top;
		font-size: 22px;
	}
	.section9 .heading {
		margin-bottom: 20px;
	}
	.section9 .text {
		font-weight: 400;
		margin-bottom: 40px;
		padding: 0 25px;
		font-size: 20px;
	}
	.section9 .opinion {
		margin-bottom: 6px;
	}
	.section10 {
		height: 1091px;
		padding-top: 30px;
		border-bottom: 35px solid #ff1207;
		position: relative;
		font-family: 'Roboto';
		background: url(../i/bg9-sm.jpg) center top;
		font-size: 25px;
		color: #fff;
	}
	.section10 .heading {
		margin-bottom: 30px;
		color: #fff;
	}
	.section10 .ledda-bonus img {
		border-radius: 10px;
		max-width: 100%;
		max-height: 283px;
	}
	.section10 .subheading + .text-center {
		font-size: 19px;
		margin-bottom: 40px;
		padding: 0 25px;
	}
	.section11 .subheading {
		margin-bottom: 200px;
		letter-spacing: -0.025em;
		padding: 0 25px;
	}
	.section11 {
		height: auto;
		padding-top: 40px;
		border-bottom: 35px solid #ff1207;
		position: relative;
		font-family: 'Roboto';
		background: url(../i/bg10-sm.jpg) center top 170px no-repeat;
		font-size: 25px;
		color: #000;
		text-align: center;
	}
}
@media (max-width: 767px) {
	
	.footer .social > a {
		float: none !important;
	}
	.footer {
		height: auto;
		padding-bottom: 20px;
	}
	.footer .text-32,
	.footer .vertical-life-txt,
	.footer .copy,
	.footer .links {
		position: initial;
	}
	.footer .vertical-life-txt {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.links a {
		margin: 0 4px;
	}
	.footer .social {
		margin-top: 0px;
	}


}