html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	min-width: 320px; min-height: 100%;
}
body {
	position: relative; background: #fff; font-family: 'Lato'; font-weight: 600; font-size: 20px; letter-spacing: .4px; color: #090909; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	outline: none; max-height: 999999px; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; content: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
button::-moz-focus-inner {
    padding: 0; border: 0;
}
button {
	*overflow: visible;
}
label {
	cursor: pointer;
}


/* site style
------------------------------------------------ */
.viewport-wrapper {
	position: relative; min-width: 320px; overflow: hidden;
}

.wrapper {
	position: relative; max-width: 1530px; margin: 0 auto; padding: 0 15px;
}

a {
	color: #fcd21c;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0; padding: 0;
}

.stitle {
	position: relative; z-index: 1; margin: 0 -15px; padding: 0 15px; font-size: 48px; font-weight: 900; text-align: center;
}
.stitle:before {
	display: block; content: ''; background-position: center; background-repeat: no-repeat; position: absolute; left: 0; right: 0; z-index: -1; height: 107px; top: -21px;
}

input, 
textarea, 
select, 
button {
	font-family: 'Lato'; font-weight: 600; color: #000;
}
input[type=text], 
input[type=password], 
textarea {
	border: 3px solid #000; border-radius: 15px; font-size: 20px;
}
input[type=text], 
input[type=password] {
	padding: 0 27px; height: 68px;
}
textarea {
	overflow: auto; resize: none; vertical-align: top;
}
input[type=text].error, 
input[type=password].error, 
textarea.error {
	border-color: red;
}

.btn {
	position: relative; display: inline-block; vertical-align: top;
}
.btn:before {
	display: block; content: ''; background: #fff url(../i/dots.png) center repeat; position: absolute; left: -21px; right: -21px; top: -17px; bottom: -19px; border-radius: 15px;
}
.btn a, 
.btn button {
	position: relative; cursor: pointer; padding: 0 35px; height: 68px; border: 3px solid #000; border-radius: 15px; background: #fcd21c; font-weight: 900; color: #090909; font-size: inherit;
}
.btn a {
	display: inline-block; vertical-align: top; line-height: 62px; text-decoration: none; text-align: center;
}

.dib {
	display: inline-block; vertical-align: baseline;
}
.clear_fix {
	clear: both; display: block; height: 0;
}
.hidden {
	display: none;
}

.textb {
	line-height: 30px;
}
.textb p {
	margin: 0 0 15px;
}
.textb ul li {
	position: relative; padding-left: 24px; margin-top: 10px;
}
.textb ul li:first-child {
	margin-top: 0;
}
.textb ul li:after {
	display: block; content: ''; width: 6px; height: 6px; background: #fec524; border-radius: 3px; position: absolute; left: 0; top: 13px;
}
.textb > *:last-child {
	margin-bottom: 0;
}
/* end site style */


/* step
------------------------------------------------ */
.step1 {
	position: relative; min-width: 320px; padding: 100px 0 95px;
}
.step1__girl {
	position: absolute; left: 50%; margin-left: 283px; bottom: 0;
}
.step1__wrapper {
	max-width: 1260px;
}
.step1__top {
	display: flex; align-items: center;
}
.step1__logo {
	position: relative; flex: 0 0 190px; width: 190px;
}
.step1__logo:before {
	display: block; content: ''; background: url(../i/step1-bg1.png) no-repeat; width: 428px; height: 260px; position: absolute; left: -65px; top: 50%; margin-top: -130px; z-index: -1;
}
.step1__basic {
	position: relative;
}
.step1__basic:before {
	display: block; content: ''; background: url(../i/step1-bg2.png) no-repeat; width: 875px; height: 202px; position: absolute; left: -33px; top: 50%; margin-top: -101px; z-index: -1;
}
.step1__title {
	font-size: 42px; font-weight: 900;
}
.step1__text {
	margin-top: 14px; font-size: 28px;
}
.step1__intro {
	position: relative; max-width: 809px; margin-top: 78px;
}
.step1__intro:after {
	display: block; content: ''; background: url(../i/step1-point.png) no-repeat; width: 24px; height: 51px; position: absolute; right: 100%; top: -12px; margin-right: 25px;
}
.step1__intro-lvl {
	font-weight: 900;
}
.step1__intro-val {
	margin-top: 17px;
}
.step1__list {
	max-width: 690px; margin-top: 68px;
}
.step1__list-title {
	margin-bottom: 17px; font-weight: 900;
}
.step1__list-item {
	display: flex; align-items: center; border-bottom: 2px dotted #a7a7a7; padding-bottom: 23px; margin-bottom: 20px;
}
.step1__list-item:last-child {
	border-bottom: 0; padding-bottom: 0; margin-bottom: 0;
}
.step1__list-ic {
	flex: 0 0 72px; width: 72px;
}
.step1__list-ic img {
	vertical-align: middle;
}

.step2 {
	position: relative; min-width: 320px; padding: 97px 0 56px; background: #f9f9f9; z-index: 1;
}
.step2:before {
	display: block; content: ''; background: url(../i/step2-el1.png) no-repeat; width: 736px; height: 428px; position: absolute; right: 0; bottom: 100%;
}
.step2:after {
	display: block; content: ''; background: url(../i/step2-el2.png) no-repeat; width: 774px; height: 429px; position: absolute; left: 0; top: 100%;
}
.step2__wrapper {
	display: flex; justify-content: space-between;
}
.step2__img {
	width: 36.34%; display: flex; justify-content: flex-end; align-items: flex-start;
}
.step2__content {
	width: 56.86%; margin-top: 18px;
}
.step2__title {
	font-size: 32px; font-weight: 900;
}
.step2__intro {
	margin-top: 34px; padding-bottom: 23px; max-width: 736px; border-bottom: 2px dashed #bfbfbf;
}
.step2__text {
	max-width: 780px; margin-top: 24px;
}
.step2__char {
	max-width: 840px; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 30px;
}
.step2__char-item {
	position: relative; width: 48%; padding-left: 50px; margin-top: 40px;
}
.step2__char-item:before {
	display: block; content: ''; position: absolute; left: 0; top: 6px; bottom: 4px; width: 3px; background: #fcd21c;
}
.step2__char-lvl {
	font-size: 24px; font-weight: 900;
}
.step2__char-val {
	margin-top: 20px;
}

.step3 {
	position: relative; min-width: 320px; margin-top: 170px;
}
.step3__stitle:before {
	background-image: url(../i/step3-stitle-bg.png);
}
.step3__block {
	display: flex; margin-top: 141px;
}
.step3__box {
	position: relative; width: 50%; min-height: 807px; padding: 0 0 0 70px; display: flex; flex-direction: column; justify-content: center;
}
.step3__box:first-child {
	padding-left: 126px;
}
.step3__circle {
	background: url(../i/step3-circle.png) no-repeat; width: 806px; height: 807px; position: absolute; right: 0; top: 0;
}
.step3__circle:after {
	display: block; content: ''; position: absolute; left: 20px; right: 20px; top: 20px; bottom: 20px; border: 3px dashed #c7a50f; border-radius: 50%;
}
.step3__box:first-child .step3__circle {
	right: auto; left: 0;
}
.step3__item {
	position: relative; display: flex; align-items: center; margin-top: 46px; padding-left: 130px;
}
.step3__item:first-child {
	margin-top: 0;
}
.step3__item:after {
	display: block; content: ''; position: absolute; left: 30px; top: 50%; margin-top: -2px; width: 86px; height: 4px; background: #000; border-radius: 2px;
}
.step3__item:nth-child(2n+2) {
	padding-left: 0;
}
.step3__item:nth-child(2n+2):after {
	display: none;
}
.step3__item-ic {
	background: url(../i/step3-el.png) no-repeat; flex: 0 0 76px; width: 76px; height: 74px; display: flex; align-items: center; justify-content: center; padding-top: 7px;
}
.step3__item-ic img {
	vertical-align: middle;
}
.step3__item-tx {
	margin-left: 30px; font-weight: 900;
}
.step3__bt {
	position: relative; margin-top: 125px; text-align: center;
}
.step3__bt .btn:after {
	display: block; content: ''; background: url(../i/el/8.png) no-repeat; width: 108px; height: 122px; position: absolute; left: 100%; top: -61px; margin-left: 56px;
}

.step4 {
	position: relative; min-width: 320px; background: #f9f9f9; padding: 173px 0 169px; margin-top: 169px;
}
.step4__stitle:before {
	background-image: url(../i/step4-stitle-bg.png);
}
.step4__block {
	display: flex; justify-content: space-between;
}
.step4__l {
	width: 48%; margin-top: 117px;
}
.step4__l-title {
	margin-bottom: 24px; font-size: 24px; font-weight: 900;
}
.step4__l-title:after {
	display: block; content: ''; width: 50px; height: 3px; background: #fcd21c; margin-top: 24px;
}
.step4__r {
	width: 49%; margin-top: 140px;
}
.step4__r-item {
	display: flex; margin-top: 44px;
}
.step4__r-item:first-child {
	margin-top: 0;
}
.step4__r-item-ic {
	background: url(../i/step4-el.png) no-repeat; flex: 0 0 76px; width: 76px; height: 73px; display: flex; align-items: center; justify-content: center; padding-top: 6px; margin-top: 6px;
}
.step4__r-item-ic img {
	vertical-align: middle;
}
.step4__r-item-entry {
	margin-left: 30px; letter-spacing: 0;
}
.step4__r-item-title {
	font-size: 24px; font-weight: 900;
}
.step4__r-item-text {
	margin-top: 14px;
}
.step4__bt {
	margin-top: 110px; text-align: center;
}
.step4__bt a {
	line-height: 1;
}
.step4__bt a span {
	display: flex; justify-content: center; align-items: center; height: 100%;
}

.step5 {
	position: relative; min-width: 320px; padding: 174px 0 150px; background: #fcd21c;
}
.step5__stitle:before {
	background-image: url(../i/step5-stitle-bg.png);
}
.step5__list {
	position: relative; margin: 96px auto 0; max-width: 1260px;
}
.step5__list:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.step5__sizer {
	width: 0;
}
.step5__item {
	float: left; width: 25%; height: 285px; margin-top: 30px; padding: 0 15px;
}
.step5__item_w2 {
	width: 50%;
}
.step5__item_h2 {
	height: 600px;
}
.step5__item img {
	width: 100%; height: 100%; object-fit: cover;
}

.step6 {
	position: relative; min-width: 320px; margin-top: 172px;
}
.step6__stitle:before {
	background-image: url(../i/step6-stitle-bg.png);
}
.step6__list {
	position: relative; max-width: 1230px; margin: 134px auto 0; display: flex; flex-wrap: wrap;
}
.step6__list:before {
	display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; height: 5px; background-color: #fec524; background-image: linear-gradient(to bottom, #fff0c7, #fec524);
}
.step6__item {
	position: relative; width: 25%; padding-top: 290px;
}
.step6__item:nth-child(2n+2) {
	padding-top: 120px;
}
.step6__item:after {
	display: block; content: ''; background: url(../i/step6-arr1.png) no-repeat; width: 116px; height: 83px; position: absolute; left: 215px; top: 185px;
}
.step6__item:nth-child(2):after {
	background: url(../i/step6-arr2.png) no-repeat; width: 136px; height: 84px; left: 90%; top: 177px;
}
.step6__item:nth-child(3):after {
	background: url(../i/step6-arr3.png) no-repeat; width: 104px; height: 49px; left: 85%; top: 242px;
}
.step6__item:last-child:after {
	display: none;
}
.step6__item-bull {
	position: absolute; left: 50%; margin-left: -2.5px; top: 0; width: 5px; height: 248px; background: #fec524; border-radius: 4px;
}
.step6__item-bull:after {
	display: block; content: ''; position: absolute; left: -13px; top: -12px; width: 30px; height: 30px; border: 5px solid #fec524; background: #fff; border-radius: 50%;
}
.step6__item:nth-child(2n+2) .step6__item-bull {
	height: 78px;
}
.step6__item-n {
	position: relative; margin: auto; display: flex; align-items: center; justify-content: center; border: 6px solid #000; border-radius: 50%; width: 150px; height: 150px; background: #fcd21c; font-size: 70px; font-weight: 900; text-align: center;
}
.step6__item-n:after {
	display: block; content: ''; position: absolute; left: -18px; right: -18px; top: -18px; bottom: -18px; border: 3px dashed #a7a7a7; border-radius: 50%;
}
.step6__item_sel .step6__item-n {
	border-color: #fcd21c; background: #090909; color: #fff;
}
.step6__item_sel .step6__item-n:after {
	border-color: #090909;
}
.step6__item-tx {
	max-width: 276px; margin: 31px auto 0; text-align: center;
}

.step7 {
	position: relative; min-width: 320px; padding: 134px 0 190px; background: #f9f9f9; margin-top: 143px;
}
.step7__list {
	display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -5px;
}
.step7__item {
	width: 33.333%; padding: 0 5px; margin-top: 82px; text-align: center;
}
.step7__item-photo {
	position: relative; width: 310px; height: 302px; margin: auto; background: url(../i/step7-el.png) no-repeat; -webkit-background-size: cover; background-size: cover;
}
.step7__item-photo img {
	width: 100%; height: 100%;
}
.step7__item-photo a {
	display: flex; align-items: center; justify-content: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: transparent; color: #090909; text-decoration: none; font-weight: 900;
}
.step7__item-photo a span {
	display: block; opacity: 0;
}
.step7__item-photo a span:before {
	display: block; content: ''; background: url(../i/eye.png) no-repeat; width: 19px; height: 13px; margin: 0 auto 16px;
}
.step7__item-name {
	margin-top: 35px; font-size: 24px; font-weight: 900;
}
.step7__item-post {
	margin-top: 14px;
}
.step7__item-soc {
	display: flex; justify-content: center; margin-top: 29px;
}
.step7__item-soc a {
	display: block; background: url(../i/step7-soc.png?2) no-repeat; width: 46px; height: 46px; margin: 0 10px;
}
.step7__item-soc a.tw {
	background-position: -46px 0;
}
.step7__item-soc a.gp {
	background-position: -92px 0;
}
.step7__item-soc a.yt {
	background-position: -138px 0;
}
.step7__item-soc a.ig {
	background-position: -184px 0;
}
.step7__item-soc a.fb {
	background-position: -230px 0;
}
.step7__item-soc a.vk {
	background-position: -276px 0;
}
.step7__bt {
	margin-top: 114px; text-align: center;
}
.step7__bt a {
	line-height: 1;
}
.step7__bt a span {
	display: flex; align-items: center; justify-content: center; height: 100%;
}

.step8 {
	position: relative; min-width: 320px; padding: 158px 0 150px; background: #fcd21c; z-index: 1;
}
.step8:after {
	display: block; content: ''; background: url(../i/step8-bot.png) center top no-repeat; height: 86px; position: absolute; left: 0; right: 0; top: 100%;
}
.step8__stitle:before {
	background-image: url(../i/step8-stitle-bg.png); height: 81px; top: -9px;
}
.step8__text {
	margin-top: 35px; font-size: 32px; text-align: center;
}
.step8__form {
	max-width: 1230px; margin: 42px auto 0;
}
.step8__list {
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.step8__item {
	width: 48.8%; margin-top: 30px;
}
.step8__item_auto {
	width: 100%;
}
.step8__item input[type=text] {
	width: 100%;
}
.step8__bt {
	margin-top: 80px; text-align: center;
}
.step8__bt .btn:before {
	background-color: #fcd21c;
}
.step8__bt .btn button {
	min-width: 210px; background: #fff;
}
/* end step */


/* footer
------------------------------------------------ */
.footer {
	position: relative; min-width: 320px; margin-top: 195px; font-size: 17px; font-weight: 700;
}
.footer__wrapper {
	display: flex; justify-content: space-between; padding-top: 41px; padding-bottom: 120px;
}
.footer__wrapper:before, 
.footer__wrapper:after {
	display: block; content: ''; background: url(../i/foot-dash.png) right top repeat-x; height: 3px; position: absolute; left: 15px; right: 55%; top: 0;
}
.footer__wrapper:after {
	right: 15px; left: 55%;
}
.footer__logo {
	position: absolute; left: 0; right: 0; bottom: 102px; text-align: center;
}
.footer__logo img {
	width: 94px;
}
.footer__copy {
	position: relative;
}
.footer__links {
	position: relative;
}
.footer__links a {
	color: #090909; text-decoration: none;
}
/* end footer */


.mclose {
	cursor: pointer; background: url(../i/mclose.png) no-repeat; width: 32px; height: 32px; position: absolute; left: 100%; bottom: 100%; margin: 0 0 10px 10px;
}

.mthank {
	display: none; width: 500px; padding: 40px 20px; background: #fcd21c;
}
.mthank__title {
	text-align: center; font-weight: 900; font-size: 24px; line-height: 32px;
}
.mthank__text {
	margin: 10px auto 0; max-width: 300px; font-size: 18px; line-height: 23px; text-align: center;
}

.mform {
	display: none; width: 870px; padding: 160px 20px 100px; background: #fcd21c url(../i/mform-bg.png) center center no-repeat;
}
.mform__title {
	font-weight: 900; font-size: 24px; line-height: 32px; text-align: center;
}
.mform__stitle:before {
	background-image: url(../i/mform-stitle-bg.png); height: 82px; top: -10px;
}
.mform__box {
	margin: 113px auto 0; max-width: 600px;
}
.mform__item {
	margin-top: 30px;
}
.mform__item:first-child {
	margin-top: 0;
}
.mform__box input[type=text] {
	width: 100%;
}
.mform__bt {
	margin-top: 100px; text-align: center;
}
.mform__bt .btn:before {
	background-color: #fcd21c;
}
.mform__bt .btn button {
	background: #fff; min-width: 210px;
}

.mspeaker {
	background: #fff; width: 600px; padding: 40px 30px 40px; border-radius: 15px; box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.mspeaker__photo {
	width: 310px; margin: auto;
}
.mspeaker__photo img {
	width: 100%;
}
.mspeaker__name {
	margin-top: 35px; font-size: 24px; font-weight: 900; text-align: center;
}
.mspeaker__text {
	margin-top: 25px;
}


.el {
	position: absolute; background-repeat: no-repeat; z-index: -1;
}
.el_n1 {
	background-image: url(../i/el/1.png); width: 170px; height: 390px; left: 50%; margin-left: -855px; top: 0px;
}
.el_n2 {
	background-image: url(../i/el/2.png); width: 550px; height: 386px; left: 50%; margin-left: 289px; top: 132px;
}
.el_n3 {
	background-image: url(../i/el/3.png); width: 225px; height: 175px; left: 50%; margin-left: -960px; top: -108px;
}
.el_n4 {
	background-image: url(../i/el/4.png); width: 126px; height: 158px; left: 50%; margin-left: 750px; top: 72px;
}
.el_n5 {
	background-image: url(../i/el/5.png); width: 334px; height: 569px; left: 50%; margin-left: 561px; bottom: 71px;
}
.el_n6 {
	background-image: url(../i/el/6.png); width: 111px; height: 126px; left: 50%; margin-left: -50px; top: 131px;
}
.el_n7 {
	background-image: url(../i/el/7.png); width: 102px; height: 101px; left: 50%; margin-left: 700px; top: 182px;
}
.el_n9 {
	background-image: url(../i/el/9.png); width: 212px; height: 711px; left: 50%; margin-left: -955px; top: -62px;
}
.el_n10 {
	background-image: url(../i/el/10.png); width: 379px; height: 412px; left: 50%; margin-left: 581px; top: -52px;
}
.el_n11 {
	background-image: url(../i/el/11.png); width: 417px; height: 364px; left: 50%; margin-left: -960px; top: 110px;
}
.el_n12 {
	background-image: url(../i/el/12.png); width: 457px; height: 642px; left: 50%; margin-left: 442px; top: 160px;
}