body {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	width: 1px;
	min-width: 100%;
	*width: 100%;
	height: 100%;
}

img {
	max-width: 517px;
	height: auto;
}

.container {
	max-width: 1920px;
	box-sizing: border-box;
	padding: 20px 90px;
	background-color: #29283c;
}

.container--content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #000;
	background-color: #fff;
}

.container--dark {
	background-color: #14141d;
	padding-top: 20px;
	padding-bottom: 0;
}

.header {
	/* margin-bottom: 158px; */
}

.header--dark {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.header--dark .logo {
	width: 155px;
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
}

.header__title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	font-family: Helvetica;
	text-align: center;
}

.header__btns {
	display: flex;
	justify-content: center;
}

.header__btn {
	margin: 12px 150px;
	padding: 9px 30px;
	border-radius: 2px;
	background-color: #f6c244;
	color: #000000;
	font-size: 18px;
	font-family: Helvetica;
	font-weight: 400;
	border: 1px solid #f6c244;

}

/*.header__next {
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #bc2e1e, 0 0 30px #bc2e1e, 0 0 40px #bc2e1e, 0 0 55px #bc2e1e, 0 0 75px #bc2e1e;
}*/

.header__next:disabled {
	animation: none;
}

.header__btn:disabled {
	border: 1px solid #707070;
	background: none;
	text-shadow: none !important;
	color: #707070;
}

.menu__icon {
	margin: 0 12px;
}

.menu__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-family: Helvetica;
	font-weight: 400;
}

.main__title-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.main__title {
	text-align: center;
	font-size: 64px;
	font-family: Helvetica;
	font-weight: 700;
	margin: 0;
}

.main__boxes-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.main__box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 468px;
	text-decoration: none;
	color: #fff;
	padding: 0 40px;
}

.box__title {
	text-align: center;
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 110px;
}

/* Content */
.content__question {
	text-align: center;
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	font-family: Helvetica;
	margin-bottom: 18px;
	min-height: 50px;
}

/* Popup */
.popup {
	display: none;
	max-width: 100%;
	width: 750px;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	background-color: #29283c;
}

.popup__wrapper.popup__wrapper--active {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: #000;
}

.popup__wrapper.popup__wrapper--active .popup {
	display: block;
	position: static;
	margin: 0 auto;
}

.popup__top-line {
	display: flex;
	flex-direction: row-reverse;
	background-color: #15141e;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 40px;
}

.popup__close {
	cursor: pointer;
	font-size: 0;
	background: none;
	border: none;
	padding: 0;
}

.popup__title {
	color: #ffffff;
	font-size: 32px;
	font-family: Helvetica;
	font-weight: 400;
	padding: 35px 40px;
	padding-bottom: 100px;
	border-bottom: 1px solid #15141e;
}

.popup__text {
	display: block;
	color: #4e72cf;
	padding: 40px;
	font-size: 22px;
	font-family: Helvetica;
	font-weight: 400;
	padding-bottom: 20px;
}

.popup__ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 40px;
}

.popup__link {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: "SF UI  Text";
	font-size: 22px;
	font-weight: 400;
	font-family: Helvetica;
	padding: 20px 40px;
}

.popup__link--active {
	background-color: #302e46;
	color: #818090;
}

/* popup achivment */
.achievement__wrapper {
	display: none;
	max-width: 100%;
	width: 750px;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	background-color: #29283c;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: #14141e;
}

.achievement__wrapper--active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup__achievement {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	background: #fff;
	color: #000;
	padding: 30px 15px;
}

.achievement__close {
	background: transparent;
	border: none;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}

.achievement__img {
	border-radius: 50%;
	margin-bottom: 18px;
}

.achievement__title {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.achievement__subtitle {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.achievement__low-title {
	text-align: left;
}


@media screen and (max-width: 1100px) {
	.container {
		padding: 25px 40px;
	}

	.logo {
		width: 200px;
	}

	.main__title-container {
		margin-bottom: 80px;
	}

	.main__title {
		font-size: 50px;
	}

	.title__icon {
		width: 40px;
	}

	.main__box {
		width: 368px;
		padding: 0 40px;
	}

	.box__logo {
		width: 160px;
	}

	.box__title {
		font-size: 26px;
		margin-top: 16px;
		margin-bottom: 80px;
	}

	/* content */
	.content__question {
		margin-bottom: 10px;
	}

	#shareButton {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 18px 20px;
	}

	.logo {
		width: 180px;
	}

	.header {
		margin-bottom: 10px;
	}

	.main__title-container {
		margin-bottom: 60px;
	}

	.main__title {
		font-size: 32px;
	}

	.title__icon {
		width: 30px;
	}

	.main__box {
		width: 268px;
		padding: 0 20px;
	}

	.box__logo {
		width: 140px;
	}

	.box__title {
		font-size: 22px;
		margin-top: 16px;
		margin-bottom: 70px;
	}

	/* content */
	.menu__title {
		display: none;
	}

	.header__btn {
		margin: 0 90px;
	}

	/* popup */
	.popup__top-line {
		padding: 10px 20px;
	}

	.popup__title {
		padding: 10px 20px;
		font-size: 26px;
		padding-bottom: 10px;
	}

	.popup__text {
		padding: 20px;
		font-size: 20px;
		padding-bottom: 15px;
	}

	.popup__link {
		font-size: 20px;
		padding: 12px 20px;
	}

	.header--dark {
		display: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	.container {
		padding: 16px 18px;
	}

	.logo {
		width: 120px;
	}

	.header {
		margin-bottom: 40px;
	}

	.header--dark {
		margin: 0;
	}

	.main__title-container {
		margin-bottom: 40px;
	}

	.main__title {
		font-size: 28px;
	}

	.title__icon {
		width: 26px;
	}

	.main__box {
		width: 228px;
		padding: 0 15px;
	}

	.box__logo {
		width: 120px;
	}

	.box__title {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	/* content */
	.header__title {
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 8px;
	}

	.header__btn {
		font-size: 16px;
		padding: 5px 20px;
		margin: 0 60px;
	}

	.content__question {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

.header__next {
	animation: glowing 1s linear infinite;
}

.header__next:disabled {
	animation: none;
}

@keyframes glowing {
	0% {
		background: #f6c24499;
	}

	100% {
		background: #f6c244;
	}
}

.header {
	display: none;
}

.header__title {
	display: none;
}

#shareButton {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #4a749a;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	letter-spacing: 1px;
}

#shareButton:hover {
	background-color: #749abc;
}

/* popup achivment */
.share__wrapper {
	display: none;
	max-width: 100%;
	width: 750px;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	background-color: #29283c;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: #14141e;
}

.share__wrapper--active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup__share {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	background: #fff;
	color: #000;
	padding: 30px 15px;
}

.share__close {
	background: transparent;
	border: none;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}

.share__img {
	border-radius: 50%;
	margin-bottom: 18px;
}

.share__title {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.share__subtitle {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.share__low-title {
	text-align: left;
}

@media screen and (max-width: 500px) {
	.content__question {
		margin-bottom: 5px;
	}
}
