.header-salepage {
	padding: 80px 0 90px; 
	background-image: url('/imgs/sales/2020/weakest/bg-top.jpg'); 
	background-color: #032c53; 
	background-size: auto 100%; 
	background-position: 90% center;
}
.header-salepage h1 {
	margin-bottom: 10px; 
	font-size: 58px;
}
.header-salepage p {
	font-size: 18px;
}

.weakest-wrapper {
	display: flex;
	width: 100%;
	height: 500px;
	min-width: 355px;
	border-radius: 20px;
	margin: 30px 0;
	padding: 0;
	background: #032c53;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}
.weakest-wrapper * {
	box-sizing: border-box;
}
.weakest-money {
	width: 180px;
	flex-shrink: 0;
	text-align: center;
	position: relative;
	padding: 50px 0 50px;
	font-weight: bold;
}
.weakest-money ul,
.weakest-money ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.weakest-money ul li {
	display: block;
	margin: 0 auto 10px;
	width: 120px;
	padding: 4px 10px;
	background: #00BCD4;
	border-radius: 30px;
}
.weakest-money ul li.active {
	background: #f13328;
}
.weakest-money ul li.done {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);	
}
.weakest-money ul li.done:nth-child(1) {
	bottom: 136px;
	z-index: 8;
}
.weakest-money ul li.done:nth-child(2) {
	bottom: 128px;
	z-index: 7;
}
.weakest-money ul li.done:nth-child(3) {
	bottom: 120px;
	z-index: 6;
}
.weakest-money ul li.done:nth-child(4) {
	bottom: 112px;
	z-index: 5;
}
.weakest-money ul li.done:nth-child(5) {
	bottom: 104px;
	z-index: 4;
}
.weakest-money ul li.done:nth-child(6) {
	bottom: 96px;
	z-index: 3;
}
.weakest-money ul li.done:nth-child(7) {
	bottom: 88px;
	z-index: 2;
}
.weakest-money ul li.done:nth-child(8) {
	bottom: 80px;
	z-index: 1;
}
.weakest-money .weakest-bank {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	color: #ffd861;
	cursor: pointer;
}
.weakest-money .weakest-bank .weakest-bank-sum {
	display: block;
	margin: 0 auto 5px;
	width: 140px;
	padding: 6px 20px;
	background: #ffd861;
	color: #232323;
	border-radius: 30px;
	font-size: 24px;
}
.weakest-field {
	width: 90%;
	padding: 20px 30px 20px 20px;
}
.weakest-players {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0;
	padding: 0;
	width: 100%;
}
.weakest-players li {
	width: 80px;
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	margin: 0;
	padding: 70px 5px 10px;
	text-align: center;
	position: relative;
	opacity: 0;
}
.weakest-players li:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url('/imgs/sales/2020/weakest/user-icons.png') 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
.weakest-players li.current:before {
	background-position: 0 -60px;
}
.weakest-players li.disable:before {
	background-position: 0 -120px;
}
.weakest-players li.current {
	color: #ffd861;
}
.weakest-players li.disable {
	color: #e07070;
}
.weakest-players li.disable,
.weakest-players li.active {
	opacity: 1!important;
}
.weakest-players li i {
	font-style: normal;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.weakest-questions {
  position: relative;
	display: flex;
	margin-top: 40px;
	margin-right: 5px;
	padding-top: 55px;
	border-top: 1px dashed #688098;
	opacity: 0;
}
.weakest-questions .weakest-questions-num {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -70px;
	background: #032c53;
	padding: 0 10px;
	font-size: 15px;
	color: #b3bfcb;
}
.weakest-questions .weakest-questions-num i {
	font-style: normal;
}
.weakest-questions .weakest-q-player {
	width: 120px;
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	margin: 0 40px 0 0;
	padding: 130px 0 0 0;
	text-align: center;
	position: relative;
}
.weakest-questions .weakest-q-player:before {
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	background: url('/imgs/sales/2020/weakest/user-icons.png') 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
}
.weakest-questions .weakest-q-player.current {
	color: #ffd861;
}
.weakest-questions .weakest-q-player.current:before {
	background-position: 0 -120px;
}
.weakest-questions .weakest-q-player i {
	font-style: normal;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.weakest-questions .weakest-q-player b {
	display: none;
	font-size: 28px;
	color: #ffd861;
	line-height: 1.5;
}
.weakest-q-text {
	width: 70%;
}
.weakest-q-text p {
	font-size: 20px;
	margin-top: 0;
	font-weight: 400;
}
.weakest-q-text p.weakest-q-text-prefix i {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	font-weight: 300;
	opacity: .7;
	font-style: normal;
}
.weakest-q-text p.weakest-q-text-prefix b {
	display: none;
	line-height: 1;
	padding: 3px 15px 4px;
	color: #ffd861;
	margin-left: 15px;
}
.weakest-q-text p.weakest-q-text-prefix button {
	display: none;
	background: #ffd861;
	line-height: 1;
	padding: 3px 15px 4px;
	border-radius: 20px;
	color: #232323;
	margin-left: 15px;
	cursor: pointer;
	border: 0;
	font-size: 20px;	
	font-weight: 500;
	opacity: .8;
}
.weakest-q-text p.weakest-q-text-prefix button:hover {
	opacity: 1;
}
.weakest-q-text .weakest-q-answer {
	margin-top: 25px;
	display: block;
	position: relative;
	height: 44px;
	background: #fff;
	border-radius: 30px;
}
.weakest-q-text .weakest-q-answer i {	
  display: none;
	font-size: 18px;
	color: #888;
	padding: 10px 20px 5px;
	font-weight: 300;
	vertical-align: -10px;
}
.weakest-q-text .weakest-q-answer b {	
	display: none;
	font-size: 20px;
	color: #232323;
	padding: 5px 20px 5px;
	vertical-align: -10px;
  font-weight: 400;
}
.weakest-q-text .weakest-q-answer .weakest-q-answer-player {	
	display: none;
}
.weakest-q-result {
	display: none;
}
.weakest-q-answer.weakest-q-y .weakest-q-result,
.weakest-q-answer.weakest-q-n .weakest-q-result {	
	position: absolute;
	right: 25px;
	top: 10px;
	font-weight: 300;
}
.weakest-q-answer.weakest-q-y .weakest-q-answer-player .btn-salepage,
.weakest-q-answer.weakest-q-n .weakest-q-answer-player .btn-salepage {	
	display: none;
}
.weakest-q-answer.weakest-q-y .weakest-q-result.weakest-q-result-y {	
	display: block;
}
.weakest-q-answer.weakest-q-n .weakest-q-result.weakest-q-result-n {	
	display: block;
}
.weakest-q-text .weakest-q-answer.weakest-q-y {	
	background: #4caf50;
}
.weakest-q-text .weakest-q-answer.weakest-q-n {	
	background: #f44336;
}
.weakest-q-answer input[type="text"] {	
	height: 44px;
	width: 100%;
	padding: 0 160px 0 20px;
	font-size: 20px;
	font-weight: 300;
	background: none;
	border: 0;
}
.weakest-q-answer .btn-salepage {	
	height: 44px;
	padding: 12px 30px;
	display: block;
	letter-spacing: 0;
	position: absolute;
	top: 0;
	right: -1px;
}
.weakest-q-time {
	width: 120px;
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	margin: 0 0 0 40px;
	font-size: 52px;
	font-weight: 500;
	height: 120px;
	text-align: center;
	line-height: 110px;
	border: 5px solid #fd736b;
	border-radius: 50%;
	color: #fd736b;
  padding-right: 4px;
}

.weakest-result {
	display: none;
	text-align: center;
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px dashed #688098;
}
.weakest-result p {
	margin: 15px 0;
}
.weakest-result p.small {
	font-size: 15px;
	margin-top: 35px;
}
.weakest-result .btn-salepage {
	letter-spacing: 0;
	padding: 10px 20px 9px;
}

.weakest-start {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.85);
	z-index: 20;
	align-items: center;
	justify-content: center;
}
.weakest-start form {
	display: flex;
	align-items: center;
}
.weakest-start form i {
	position: absolute;
	margin: -44px 0 0 25px;
	font-size: 15px;
	font-style: normal;
}
.weakest-start form input {
	background: #fff;
	border: 0;
	font-size: 22px;
	font-weight: 300;
	padding: 5px 25px;
	height: 49px;
	border-radius: 30px;
	text-align: left;
	margin-right: 20px;
}
.weakest-start .weakest-start-text {
	font-size: 32px;
}


.weekest-modal {
	font-weight: 300;
	padding: 20px 30px;
	border-radius: 20px;
}
.weekest-modal h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0;
}







@media (max-width: 1400px) {
	.header-salepage {
		background-position: right center;
	}
}

@media (max-width: 1150px) {
	.header-salepage {
		background-position: 600px center;
	}
}

@media (max-width: 767px) {
	.weakest-start form {
		display: block;
		padding: 0 10px;
	}
	.weakest-start form input {
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
	}
	.weakest-start form button {
		display: block;
		width: 100%;
	}
	.weakest-wrapper {
		height: 460px;
	}
	.weakest-money {
		font-size: 15px;
		width: 100px;
		padding-top: 15px;
	}
	.weakest-money ul li {
		width: 80px;
	}
	.weakest-money ul li.done {
		margin-left: -40px;
	}
	.weakest-money .weakest-bank .weakest-bank-sum {
		width: 90px;
		padding: 6px 10px;
		font-size: 20px;
	}
	.weakest-players {
		margin: 0;
		display: block;
	}
	.weakest-players li {
		display: inline-block;
		width: 44px;
		font-size: 13px;
    padding: 50px 0 10px;
	}
	.weakest-players li:before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
	}
	.weakest-players li.current:before {
    background-position: 0 -40px;
	}
	.weakest-players li.disable:before {
    background-position: 0 -80px;
	}
	.weakest-result {
		margin-top: 5px;
    padding-top: 0;
	}
	.weakest-result p {
		margin: 10px 0;
		font-size: 15px;
	}
	.weakest-result p:nth-child(2) {
		margin-top: 15px!important;
	}
	.weakest-result p:nth-child(2) b {
		font-size: 15px!important;
	}
	.weakest-result p.small {
    font-size: 13px;
    margin-top: 15px;
	}
	.weakest-result .btn-salepage {
    letter-spacing: 0;
    padding: 5px 20px 4px;
	}
	.weakest-field {
		padding: 15px 10px 0px 0;
	}
	.weakest-questions .weakest-q-player {
    display: none;
	}
	.weakest-questions {
		margin-top: 5px;
    margin-right: 0;
    padding-top: 20px;
    display: block;
	}
	.weakest-q-text p,
	.weakest-q-text p.weakest-q-text-prefix i,
	.weakest-q-text .weakest-q-answer i {
		font-size: 15px;
	}
	.weakest-q-text .weakest-q-answer b {
		font-size: 17px;
	}
	.weakest-q-text p.weakest-q-text-prefix i {
		padding-right: 60px;
	}
	.weakest-q-time {
    width: 40px;
    margin: 0 0 0 10px;
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    border-width: 2px;
    padding-right: 0;
		position: absolute;
    top: 9px;
    right: 0px;
	}
	.weakest-q-answer input[type="text"] {
		padding-right: 20px;
	}
	.weakest-q-answer .btn-salepage {
		margin-top: 10px;
		display: block;
		position: relative;
	}
	.weakest-q-text p.weakest-q-text-prefix button {
		font-size: 18px;
	}
	.weakest-q-text p.weakest-q-text-prefix b {
    padding: 3px 5px 4px;
    margin-left: 0;
	}
	.weakest-q-text {
    width: 100%;
	}
}