.kv {
	position: relative;
}
.kv__image {
	display: block;
	width: 100%;
}
.kv__content {
	padding-bottom: 80px;
}
.kv__content p {
	font-size: 18px;
}
.kv__content .btn {
	margin-top: 55px;
}
.kv__title {
	font-size: 70px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 1.1;
}

.features {
	padding: 25px 0 75px;
	font-size: 0;
}
.features__item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding-right: 50px;
}
.features__item:last-child {
	padding-right: 0;
}
.features__num {
	display: block;
	font-size: 90px;
	font-weight: 300;
	color: #8ac650;
	line-height: 1;
	text-indent: -9px;
}
.features__small {
	font-size: 23px;
	color: #8ac650;
	margin-bottom: 15px;
}
.features__text {
	font-size: 18px;
	color: #00b6e7;
}

.whatwedo {
	margin: 0;
}
.whatwedo p {
	font-size: 18px;
	margin-bottom: 45px;
}

.whatwedo__title {
	position: relative;
	font-size: 70px;
	font-weight: 600;
	max-width: 800px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.whatwedo__title:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 18px;
	left: 0;
	width: 63px;
	height: 54px;
	background: url(../../main/i/blue-arrow-down.png) no-repeat center;
}

.whatwedo__subtitle {
	font-weight: 700;
	margin-bottom: 15px;
}

.whatwedo__img {
	padding: 15px 0 15px 60px;
	float: right;
}

.whatwedo__img-photo {
	height: 420px;
	width: 420px;
	position: relative;
}

.whatwedo__img-photo::before {
	content: '';
	position: absolute;
	left: -30px;
	top: -15px;
	width: 100%;
	height: 100%;
	border: 3px solid #c2be3a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.whatwedo__img-photo-round {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.whatwedo__img-photo img {
	transform: none;
	-webkit-transform-style: flat !important;
	transform-style: flat !important;
}

.seminar {
	margin: 20px 0 65px;
}
.seminar__box {
	border: 30px solid #88c747;
	padding: 70px 400px 70px 70px;
	background: url(../i/book.png) right center no-repeat;
	margin-bottom: 70px;
}
.seminar__title {
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.seminar .btn {
	vertical-align: middle;
	margin-left: 35px;
}

.seminar a {
	color: inherit;
}

.fnd {
	margin: 0 0 45px 0;
}

.fnd__founder {
	overflow: hidden;
}

.fnd__title {
	position: relative;
	font-size: 70px;
	font-weight: 600;
	max-width: 800px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.fnd__title:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 18px;
	left: 0;
	width: 63px;
	height: 54px;
	background: url(../i/sprite.png) -99px 0;
}

.fnd__img {
	padding: 10px 60px 15px 19px;
	float: left;
}

.fnd__img-photo {
	height: 260px;
	width: 260px;
	position: relative;
}

.fnd__img-photo::before {
	content: '';
	position: absolute;
	left: -19px;
	top: -9px;
	width: 100%;
	height: 100%;
	border: 3px solid #c2be3a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.fnd__img-photo-round {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fnd__img-photo img {
	transform: none;
	-webkit-transform-style: flat !important;
	transform-style: flat !important;
}

.fnd__name {
	margin-bottom: 5px;
}

.fnd__subtitle {
	font-size: 18px;
	color: #777;
	margin-bottom: 5px;
}

.fnd__description {
	font-size: 18px;
	line-height: 28px;
}

.fnd__slider-wrap {
	padding: 0 60px;
	margin: 45px 0 70px;
}
.fnd__slider .owl-prev,
.fnd__slider .owl-next {
	position: absolute;
	font-size: 0;
	top: 50%;
	margin-top: -15px;
	width: 43px;
	height: 29px;
}
.fnd__slider .owl-prev {
	left: -60px;
	background: url(../i/sprite.png) -165px 0;
}
.fnd__slider .owl-prev:hover {
	background-position: -165px -31px;
}
.fnd__slider .owl-next {
	right: -60px;
	background: url(../i/sprite.png) -211px 0;
}
.fnd__slider .owl-next:hover {
	background: url(../i/sprite.png) -211px -31px;
}
.fnd__slider .owl-prev.disabled,
.fnd__slider .owl-next.disabled {
	display: none;
}

.get {
	margin: 0 -60px 70px 0;
}

.get a {
	color: inherit;
}

.get__title {
	position: relative;
	font-size: 70px;
	font-weight: 600;
	max-width: 800px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.get__title:before {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 18px;
	left: 0;
	width: 63px;
	height: 54px;
	background: url(../../main/i/blue-arrow-down.png) no-repeat center;
}

.get__img {
	padding: 10px 60px 35px 40px;
	float: right;
}

.get__img-photo {
	height: 260px;
	width: 260px;
	position: relative;
	margin-top: -25px;
}

.get__img-photo::before {
	content: '';
	position: absolute;
	left: -19px;
	top: -9px;
	width: 100%;
	height: 100%;
	border: 3px solid #c2be3a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.get__img-photo-round {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.get__img-photo img {
	transform: none;
	-webkit-transform-style: flat !important;
	transform-style: flat !important;
}

.get__description {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.get ul {
	margin-bottom: 55px;
}
.get li {
	position: relative;
	padding-left: 44px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.get li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 1px;
	width: 15px;
	height: 17px;
	background: url(../i/sprite.png) -257px 0;
}

.disclaimer {
	margin-bottom: 50px;
}

.disclaimer__box {
	display: block;
	box-sizing: border-box;
	color: #000;
	height: 375px;
	border: 30px solid #88c747;
	padding: 51px 200px 0 55px;
	background: url(../i/hand.png) right bottom no-repeat;
	margin-bottom: 70px;
	background-size: 30%;
}

.disclaimer__title {
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.disclaimer__text {
	font-weight: 600;
	margin-bottom: 20px;
	max-width: 480px;
}

.disclaimer__c2a {
	position: relative;
}

.disclaimer__pay-logos {
	position: absolute;
	display: block;
	top: 10px;
	left: 270px;
}