/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Medium.woff2') format('woff2'),
		url('fonts/CoFoSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Regular.woff2') format('woff2'),
		url('fonts/CoFoSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CoFo Sans';
	src: url('fonts/CoFoSans-Bold.woff2') format('woff2'),
		url('fonts/CoFoSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: 'CoFo Sans', sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #fff;
	min-width: 320px;
	background: #EBEBEB;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2F2F2F;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #2F2F2F;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #2F2F2F;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2F2F2F;
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.ego-container {
	margin: auto;
	width: 1178px;
	padding: 0 16px;
}

.ego-wrapper {
	overflow: hidden;
}

/* ==========================================================================
   EGO-MAIN
   ========================================================================== */
.ego-main {
	background: url(img/ego-main.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.ego-main__content {
	position: relative;
	padding: 40px 0 219px;
}

.ego-main__logo {
	width: 129px;
	margin-bottom: 60px;
}

.ego-main__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ego-main__block {
	max-width: 418px;
	display: flex;
	align-items: center;
	height: 92px;
	padding: 12px;
	background: rgba(0, 0, 0, 0.53);
	border-radius: 160px;
	margin-bottom: 32px;
}

.ego-main__ava {
	width: 68px;
	flex-shrink: 0;
	margin-right: 18px;
}

.ego-main__ava img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ego-main__label {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 108%;
	letter-spacing: -0.04em;
	color: #fff;
}

.ego-main__leader {
	position: absolute;
	bottom: 0;
	right: -23px;
	max-width: 598px;
}

.ego-main__leader img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ego-main:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: url(img/ego-line.jpg) repeat-x center;
}

.ego-main__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 114px;
	line-height: 94%;
	letter-spacing: -0.04em;
	color: #fff;
	max-width: 658px;
}

/* ==========================================================================
   EGO-INFO
   ========================================================================== */
.ego-info {
	margin-top: -140px;
	position: relative;
}

.ego-info__block {
	max-width: 697px;
	background: #E0EAE0;
	border: 1px solid #1F8724;
	border-radius: 22px;
	padding: 40px 96px 40px 40px;
	position: relative;
}

.ego-info__block:after {
	content: '';
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-icon1.svg);
}

.ego-info__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ego-info__button {
	margin-top: 40px;
}

.ego-button {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.67602px;
	color: #fff;
	padding: 12px 23px;
	background: #242C33;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
}

.ego-button_white {
	background: #fff;
	color: #242C33;
}

.ego-button_green {
	background: #1F8724;
}

/* ==========================================================================
   EGO-DESIRES
   ========================================================================== */
.ego-desires {
	padding-top: 90px;
}

.ego-desires__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}

.ego-desires__col {
	margin-top: 16px;
	margin-left: 16px;
	flex-shrink: 0;
}

.ego-desires__title {
	margin-bottom: 48px;
	max-width: 400px;
}

.ego-title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ego-desires__item {
	overflow: hidden;
	background: #EBEBEB;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 16px;
	padding: 24px;
	width: 216px;
	height: 380px;
	position: relative;
}

.ego-desires__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ego-desires__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.ego-desires__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   EGO-PROGRAM
   ========================================================================== */
.ego-program {
	padding-top: 90px;
}

.ego-program__title {
	margin-bottom: 32px;
}

.ego-program__text {
	max-width: 550px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 72px;
}

.ego-program__item {
	display: flex;
	max-width: 930px;
}

.ego-program__item + .ego-program__item {
	margin-top: 32px;
}

.ego-program__right {
	order: 2;
	padding-top: 43px;
	margin-left: 90px;
	position: relative;
}

.ego-program__right:before {
	content: '';
	position: absolute;
	left: -59px;
	top: 101px;
	width: 27px;
	height: 27px;
	background: #fff;
	border: 4px solid #242C33;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}

.ego-program__right:after {
	content: '';
	position: absolute;
	left: -52px;
	top: 128px;
	width: 12px;
	height: 214px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-arrow.svg);
}

.ego-program__item:last-child .ego-program__right:after {
	display: none;
}

.ego-program__label {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #fff;
	padding: 4px 6px;
	background: #1A1966;
	border-radius: 4px;
	margin-bottom: 24px;
}

.ego-program__name {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ego-program__left {
	order: 1;
	flex-shrink: 0;
}

.ego-program__block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 67px 31px 24px 25px;
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 209px;
	width: 371px;
}

.ego-program__block:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 22px;
	width: 121px;
	height: 35.5px;
	background: url(img/ego-video.png) no-repeat center;
	background-size: cover;
}

.ego-program__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 43.6436px;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #fff;
	text-shadow: 0px 3.10991px 6.63168px rgba(0, 0, 0, 0.49);
}

.ego-program__caption_mini {
	font-size: 27px;
}

.ego-program__caption_small {
	font-size: 37px;
}

.ego-program__caption_middle {
	font-size: 40px;
}

/* ==========================================================================
   EGO-BONUS
   ========================================================================== */
.ego-bonus {
	margin-top: 209px;
}

.ego-bonus__block {
	padding: 176px 97px 100px;
	border-radius: 24px;
	background: url(img/ego-bonus.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.ego-bonus__block:after {
	content: '';
	position: absolute;
	right: 235px;
	top: -109px;
	width: 269px;
	height: 541px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-mobile.png);
}

.ego-bonus__label {
	position: absolute;
	left: 97px;
	top: -23px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ego-bonus__label span {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #fff;
	padding: 8px 12px;
	background: #1F8724;
	border-radius: 16px 16px 16px 0px;
}

.ego-bonus__label span + span {
	border-radius: 0 0 16px 0;
	position: relative;
	padding-top: 0;
}

.ego-bonus__label span + span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 2px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-bonus__label.svg);
}

.ego-bonus__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 54px;
	line-height: 94%;
	letter-spacing: -0.04em;
	color: #fff;
	max-width: 476px;
}

/* ==========================================================================
   EGO-SUMMARY
   ========================================================================== */
.ego-summary {
	margin-top: 24px;
}

.ego-summary__block {
	background: #E0EAE0;
	border-radius: 24px;
	padding: 117px 96px;
	position: relative;
}

.ego-summary__title {
	max-width: 469px;
	margin-left: auto;
	position: relative;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 94%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ego-summary__title:before {
	content: '';
	position: absolute;
	left: -58px;
	top: 85px;
	width: 78.5px;
	height: 79.5px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon-plus.png);
	z-index: 2;
}

.ego-summary__img {
	position: absolute;
	left: -166px;
	top: 0;
	width: 714px;
	filter: drop-shadow(0px 4.73632px 34.3383px rgba(0, 0, 0, 0.38));
}

.ego-summary__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   EGO-TEST
   ========================================================================== */
.ego-test {
	margin-top: 24px;
}

.ego-test__block {
	background: #242C33;
	border-radius: 24px;
	padding: 44px 96px;
	position: relative;
}

.ego-test__title {
	max-width: 565px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 54px;
	line-height: 94%;
	letter-spacing: -0.04em;
	color: #fff;
}

.ego-test__button {
	margin-top: 32px;
}

.ego-test__label-wrapper {
	position: absolute;
	top: 114px;
	right: -45px;
	transform: rotate(-8.89deg);
}

.ego-test__label-wrapper:after {
	content: '';
	position: absolute;
	left: 9px;
	bottom: -11px;
	right: -9px;
	top: 11px;
	background: #242C33;
	border: 1px solid #242C33;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}

.ego-test__label {
	padding: 39px 70px 39px 87px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 23.2236px;
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #242C33;
	background: #fff;
	border: 1px solid #1F8724;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	position: relative;
	z-index: 1;
}

.ego-test__label:before {
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	left: 29px;
	top: 29px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-icon2.svg);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}

.ego-test__label:after {
	content: '';
	position: absolute;
	top: 40px;
	right: 31px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-icon3.svg);
}

/* ==========================================================================
   EGO-BG
   ========================================================================== */
.ego-bg {
	background: url(img/ego-bg.png) no-repeat center 24px;
}

/* ==========================================================================
   EGO-REVIEWS
   ========================================================================== */
.ego-reviews {
	padding-top: 171px;
	padding-bottom: 171px;
}

.ego-reviews__top {
	max-width: 950px;
	margin: 0 auto 85px;
	position: relative;
}

.ego-reviews__top:after {
	content: '';
	position: absolute;
	left: 660px;
	top: -72px;
	width: 318px;
	height: 238px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-reviews.svg);
}

.ego-reviews__title {
	max-width: 600px;
}

.ego-reviews__button {
	text-align: center;
	margin-top: 93px;
}

/* ==========================================================================
   EGO-SKILLS
   ========================================================================== */
.ego-skills {
	padding-top: 196px;
}

.ego-skills__block {
	max-width: 950px;
	margin: auto;
}

.ego-skills__title {
	position: relative;
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	padding: 5px 8px;
	background: #1D1D1D;
	border-radius: 5px 5px 5px 0px;
	margin-bottom: 61px;
}

.ego-skills__title:after {
	content: '';
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 21px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-skills__title.svg);
}

.ego-skills__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ego-skills__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 33.333333%;
}

.ego-skills__item {
	background: #fff;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 15px;
}

.ego-skills__item {
	margin-top: 16px;
	padding: 24px;
}

.ego-skills__icon {
	width: 100px;
	margin-bottom: 18px;
}

.ego-skills__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ego-skills__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: -0.5px;
	color: #1D1D1D;
}

.ego-reviews__wrapper {
	max-width: 1149px;
	margin: auto;
	position: relative;
}

.ego-reviews__block {
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 16px;
}

.ego-reviews__wrapper:after {
	content: '';
	position: absolute;
	left: 20px;
	right: -20px;
	bottom: -20px;
	top: 20px;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 16px;
}

.ego-reviews__item {
	padding: 40px;
}

.ego-reviews__name {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 24px;
}

.ego-reviews__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ego-reviews .owl-prev {
	position: absolute;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-prev.svg);
	font-size: 0;
	top: -55px;
	right: 41px;
}

.ego-reviews .owl-next {
	position: absolute;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ego-next.svg);
	font-size: 0;
	top: -55px;
	right: 0;
}

.ego-reviews .owl-prev.disabled {
	opacity: 0.2;
}

.ego-reviews .owl-next.disabled {
	opacity: 0.2;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1177.98px) {
	.ego-container {
		width: 960px;
	}

	.ego-main__leader {
		right: -210px;
	}

	.ego-desires__row {
		max-width: 696px;
	}

	.ego-bonus__block:after {
		right: 110px;
	}

	.ego-summary__img {
		left: -360px;
	}

	.ego-test__label-wrapper {
		top: 145px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.ego-container {
		width: 720px;
	}

	.ego-main__leader {
		position: static;
	}

	.ego-main__content {
		padding-bottom: 0;
	}

	.ego-program__item {
		display: block;
	}

	.ego-program__right:before {
		display: none;
	}

	.ego-program__right:after {
		display: none;
	}

	.ego-program__right {
		margin-left: 0;
		padding-top: 0;
		margin-bottom: 24px;
		max-width: 371px;
	}

	.ego-program__item + .ego-program__item {
		margin-top: 48px;
	}

	.ego-bonus__block:after {
		position: static;
		display: block;
		margin-top: 48px;
	}

	.ego-summary__img {
		left: -600px;
	}

	.ego-test__label-wrapper {
		display: none;
	}

	.ego-reviews__top:after {
		display: none;
	}
}

@media only screen and (max-width : 767.98px) {
	.ego-container {
		width: 100%;
	}

	.ego-main__title {
		font-size: 94px;
	}

	.ego-bonus__block {
		padding: 120px 40px 40px;
	}

	.ego-summary__img {
		display: none;
	}

	.ego-summary__block {
		padding: 40px;
	}

	.ego-summary__title:before {
		left: -62px;
	}

	.ego-test__block {
		padding: 40px;
	}

	.ego-skills {
		padding-top: 100px;
	}

	.ego-skills__title {
		margin-bottom: 40px;
	}

	.ego-skills__col {
		width: 100%;
	}

	.ego-skills__item {
		margin-top: 0;
	}

	.ego-skills__item + .ego-skills__item {
		margin-top: 16px;
	}

	.ego-reviews {
		padding: 100px 0;
	}

	.ego-bonus {
		margin-top: 100px;
	}

	.ego-program__text {
		margin-bottom: 50px;
	}

	.ego-program {
		padding-top: 100px;
	}

	.ego-desires {
		padding-top: 100px;
	}
}

@media only screen and (max-width : 575.98px) {
	.ego-container {
		width: 100%;
	}

	.ego-main__label {
		font-size: 15px;
	}

	.ego-main__title {
		font-size: 50px;
	}

	.ego-main__leader {
		margin-top: 16px;
	}

	.ego-main__logo {
		margin-bottom: 40px;
	}

	.ego-info__block {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ego-info__text {
		font-size: 23px;
	}

	.ego-info__block:after {
		top: 0;
		right: 16px;
	}

	.ego-button {
		font-size: 18px;
	}

	.ego-title {
		font-size: 32px;
	}

	.ego-desires__col {
		margin: 0;
		padding: 0;
	}

	.ego-desires__col + .ego-desires__col {
		margin-top: 16px;
	}

	.ego-desires__row {
		margin: 0;
		display: block;
	}

	.ego-desires__item {
		width: auto;
		height: auto;
		padding: 32px 16px;
	}

	.ego-desires__img {
		position: static;
		margin-bottom: -32px;
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 32px;
	}

	.ego-desires__img img {
		width: 100%;
	}

	.ego-program__text {
		font-size: 24px;
	}

	.ego-program__name {
		font-size: 24px;
	}

	.ego-program__block {
		width: auto;
		max-width: 375px;
		height: auto;
		padding: 75px 16px 24px;
	}

	.ego-program__caption {
		font-size: 24px;
		line-height: 120%;
	}

	.ego-program__block:before {
		left: 16px;
	}

	.ego-bonus__block {
		padding-top: 100px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.ego-bonus__label {
		left: 16px;
	}

	.ego-bonus__label span {
		font-size: 24px;
	}

	.ego-bonus__title {
		font-size: 24px;
		line-height: 120%;
	}

	.ego-bonus__block:after {
		width: 256px;
		height: 514px;
	}

	.ego-summary__title {
		font-size: 24px;
		line-height: 120%;
	}

	.ego-summary__block {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ego-summary__title:before {
		width: 50px;
		height: 50px;
		left: -41px;
		top: 50px;
	}

	.ego-test__title {
		font-size: 24px;
		line-height: 120%;
	}

	.ego-test__block {
		padding: 40px 16px;
	}

	.ego-skills__item {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ego-reviews__item {
		padding: 24px 16px;
	}

	.ego-reviews__name {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 16px;
	}

	.ego-reviews__text {
		font-size: 16px;
	}

	.ego-reviews__top {
		margin-bottom: 70px;
	}

	.ego-reviews__button {
		margin-top: 80px;
	}

	.ego-desires__item {
		max-width: 375px;
	}

	.ego-main__leader {
		max-width: 375px;
	}
}