@font-face {
	font-family: Averta;
	font-weight: 400;
	src: url("../fonts/averta-regular.otf") format("opentype");
	font-display: swap;
	}

@font-face {
	font-family: Averta;
	font-weight: 600;
	src: url("../fonts/averta-semibold.otf") format("opentype");
	font-display: swap;
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Averta", sans-serif;
	}

#header {
	width: 100%;
	position: absolute;
	z-index: 2;
	}

.header-holder {
	width: 1700px;
	position: relative;
	margin: 0 auto;
	top: 70px;
	}

#logo {
	width: 86px;
	height: 42px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 165px;

	transform: scale(0);
	transition: transform .6s ease;
	}

#logo.show {
	transform: scale(1);
	}

#person-one, #person-two {
	width: 54px;
	height: 42px;
	position: absolute;
	margin-left: -27px;
	top: 0; left: 50%;

	transition: all 1s ease;
	}

#person-one {
	background: url(../img/person-one.svg);
	opacity: 0;
	}

#person-two {
	background: url(../img/person-two.svg);
	}

#person-one.ani {
	opacity: 1;
	left: 0;
	margin-left: 0;
	}

#person-two.ani {
	left: 38%;
	margin-left: 0;
	}

#menu {
	display: inline-block;
	}

#menu li {
	display: inline-block;
	overflow: hidden;
	margin: 14px 50px 0 0;
	}

#menu li a {
	position: relative;
	font-size: 18px;
	color: #222;
	top: 20px;

	transition: top .8s ease;
	}

#menu li.show a {
	top: 0;
	}

.coaching:after {
	width: 17px;
	height: 10px;
	background: url(../img/drop-down.svg);
	background-size: 7px;
	background-position: center left;
	background-repeat: no-repeat;
	position: relative;
	content: " ";
	opacity: 0;
	display: inline-block;
	top: -20px; left: 7px;

	transition: opacity .8s ease, top .8s ease;
	}

.coaching.show:after {
	opacity: 1;
	top: 0;
	}

#sub-menu {
	width: 300px;
	position: absolute;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 60px 60px rgba(0, 0, 0, 0.04);
	display: none;
	opacity: 0;
	padding: 36px;
	margin-top: 20px;

	transition: opacity .4s ease, margin-top .4s ease;
	}

#sub-menu.visible {
	display: block;
	}

#sub-menu.show {
	opacity: 1;
	margin-top: 0;
	}

#sub-menu li {
	display: table;
	margin: 28px 0;

	transition: margin-left .6s ease;
	}

#sub-menu li:hover {
	margin-left: 10px;
	}

#sub-menu li:first-child {
	margin-top: 0;
	}

#sub-menu li:last-child {
	margin-bottom: 0;
	}

#sub-menu li a {
	font-size: 18px;
	color: #000;
	}

#active {
	width: 0;
	height: 3px;
	position: relative;
	background: #d0e1e3;
	border-radius: 99px;
	margin-top: 12px;
	left: 0;

	transition: width .8s ease, left .5s ease;
	}

#active.show {
	width: 18px;
	}

#hero {
	width: 100%;
	position: relative;
	padding-top: 200px;
	margin-bottom: 60px;
	}

#hero-bg {
	width: 0;
	height: 100%;
	position: absolute;
	background: #f4fbfc;
	top: 0; left: 0;

	transition: width 1s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

#hero-bg.show {
	width: 80%;
	}

.holder {
	width: 1200px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	}

.holder.wide {
	width: 1400px;
	}

#hero .text-holder {
	width: 800px;
	}

.sub-title {
	font-size: 23px;
	font-weight: 600;
	color: #74abb4;
	text-align: center;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
	}

.text-holder .sub-title {
	text-align: left;
	}

.sub-title span {
	position: relative;
	top: 30px;

	transition: top .6s ease;
	}

.sub-title.show span {
	top: 0;
	}

#hero h1 {
	font-size: 88px;
	letter-spacing: -5px;
	line-height: 110%;
	margin-bottom: 50px;
	}

.line {
	display: block;
	overflow: hidden;
	}

#hero h1 .l-h {
	position: relative;
	top: 95px;

	transition: top 0.8s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

#hero h1 .l-h.show {
	top: 0;
	}

.text-holder p {
	width: 540px;
	font-size: 22px;
	color: #222;
	line-height: 190%;
	}

.text-holder p .l-h {
	position: relative;
	top: 35px;

	transition: top 0.8s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

.text-holder p .l-h.show {
	top: 0;
	}

.text-holder p a {
	color: #222;
//	border-bottom: 8px solid #d0e1e3;
	}

.text-holder p a:after {
	width: 90%;
	height: 8px;
	background: #d0e1e3;
	content: "";
	}

#picture {
	width: 480px;
	height: 600px;
	position: absolute;
	top: -20px;
	right: -160px;
	}

#picture.select {
	width: 400px;
	height: 370px;
	top: auto;
	bottom: 120px;
	right: -120px;
	}

/*#frame {
	width: 400px;
	position: absolute;
	overflow: hidden;
	left: 80px; bottom: 0;
	}*/

#frame {
	width: 450px;
	height: 600px;
	position: absolute;
	overflow: hidden;
	left: 20px; bottom: 0;
	}

#option {
	width: 320px;
	position: absolute;
//	overflow: hidden;
	z-index: 3;
	top: 40px;
	right: 40px;
	}

#option h3 {
	font-size: 26px;
	letter-spacing: -0.7px;
	overflow: hidden;
	margin-bottom: 40px;
	}

#option h3 span {
	position: relative;
	top: 40px;

	transition: top .7s ease;
	}

#option h3.show span {
	top: 0;
	}

#option .button {
	width: 100%;
	position: relative;
	font-size: 20px;
	color: #74abb4;
	text-align: center;
	border: 1px solid #74abb4;
	border-radius: 8px;
	box-sizing: border-box;
	display: table;
	overflow: hidden;
	padding: 18px;
	margin-bottom: 32px;

	transform: scale(0);
	transition: color .3s ease, transform .4s ease;
	}

#option .button.show-1 {
	transform: scale(1.1);
	}

#option .button.show-2 {
	transform: scale(0.95);
	}

#option .button.show {
	transform: scale(1);
	}

#option div.button {
	background: #74abb4;
	color: #fff;
	cursor: default;
	}

#option a.button:after {
	width: 100%;
	height: 0%;
	position: absolute;
	background: #74abb4;
	content: "";
	z-index: -1;
	bottom: 0; left: 0;

	transition: height .3s ease;
	}

#option a.button:hover {
	color: #fff;
	}

#option a.button:hover:after {
	height: 100%;
	}

#picture img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	opacity: 0;
	z-index: 3;
	bottom: -100px;

	transition: bottom .7s ease, opacity .7s ease;
	}

#picture.show img {
	opacity: 1;
	bottom: -4px;
	}

#picture-bg {
	width: 400px;
	height: 0;
	position: absolute;
	background: #fff;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
	z-index: 2;
	bottom: 0; right: 0;

	transition: height 1s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

#picture-bg.show {
	height: 540px;
	}

#picture.select #picture-bg.show {
	height: 330px;
	bottom: 40px;
	}

#scroll-down {
	width: 90px;
	height: 90px;
	position: relative;
	background-color: #f08100;
	background-image: url(../img/scroll-down-arrow.svg);
	background-size: 84%;
	background-position: center;
	border-radius: 99px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	z-index: 1;
	margin-top: 60px;
	top: 45px;

	transform: scale(0);

	transition: background-color .6s ease, background-position .6s ease, transform .4s ease;
	}

#scroll-down.show-1 {
	background-position: 50% 50%;
	transform: scale(1.1);
	}

#scroll-down.show-2 {
	background-position: 50% 50%;
	transform: scale(0.95);
	}

#scroll-down.show {
	background-position: 50% 560%;
	transform: scale(1);
	}

#scroll-down:hover {
	background-color: #e67C00;
	background-position: 50% 1090%;
	transform: scale(1.05);
	}

#hero:before, #picture:after, .block.dots-1:before, .block.dots-2:before {
	position: absolute;
	background: url(../img/dots.svg);
	background-size: 12px;
	content: "";
	z-index: 1;
	}

#hero:before {
	width: 70px;
	height: 180px;
	opacity: 0;
	top: 50%; left: 0;

	transition: opacity .6s ease;
	}

#hero.dots:before {
	opacity: 1;
	}

#picture:before {
	width: 150px;
	height: 150px;
	position: absolute;
	background: #dff1f4;
	border-radius: 99px;
	opacity: 0;
	content: "";
	top: 28%; left: 100px;

	transition: opacity .4s ease, left .6s ease;
	}

#picture.show:before {
	opacity: 1;
	left: 10px;
	}

#picture:after {
	width: 120px;
	height: 160px;
	opacity: 0;
	bottom: -40px; right: -80px;

	transition: opacity .6s ease;
	}

#picture.show:after {
	opacity: 1;
	}

#toc {
	width: 400px;
	position: absolute;
	background: #fff;
	box-shadow: 0 60px 60px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	box-sizing: border-box;
	opacity: 0;
	padding: 50px 40px;
	margin-right: -120px;
	top: -120px; right: 0;

	transition: opacity .6s ease, top .6s ease;
	}

#toc.show {
	opacity: 1;
	top: -240px;
	}

#toc h3 {
	font-size: 24px;
	letter-spacing: -0.7px;
	color: #74abb4;
	margin-bottom: 36px;
	}

#toc ul {
	counter-reset: numbers;
	list-style: none;
	}

#toc ul li {
	font-size: 19px;
	counter-increment: numbers;
	margin-top: 36px;
	}

#toc ul li:before {
	width: 26px;
	height: 24px;
	background: #74abb4;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 99px;
	content: counter(numbers);
	float: left;
	padding-top: 2px;
	margin-right: 20px;
	}

#toc ul li a {
	position: relative;
	color: #000;
	display: block;
	left: 0;

	transition: left .4s ease;
	}

#toc ul li:hover a {
	left: 8px;
	}