@import url('https://fonts.cdnfonts.com/css/futura-condensed-pt');

html,body {
	padding: 0;
	margin: 0;
	background-color: #D6D6D6;
	position: relative;
}

/* Thank you */




/* Main page */

.background-pegas {
	position: relative;
}
.background-pegas .background {
    margin: 1.5vW auto 0 auto;
    display: block;
    width: 95%;
    border-radius: 100px;
}
.background-pegas .background-mobile {
	display: none;
}
.background-pegas .background-title {
    font-family: 'Futura Condensed PT', sans-serif;
    position: absolute;
    top: 6vW;
    left: 34vW;
    color: #FF5400;
    font-size: 50px;
    line-height: 64px;
    font-weight: bold;
}
.background-title2 {
    color: #000;
    text-align: center;
    font-family: 'Futura Condensed PT', sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 11vW;
    left: 38vW;
}
.background-pegas .background-subtitle {
	font-family: 'Futura Condensed PT', sans-serif;
	position: absolute;
    top: 15vW;
    left: 27vW;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 51px 14px;
    border-radius: 60%;
    background-color: #ff5400;
    font-weight: normal;
}
.background-pegas .logo-pegas {
    position: absolute;
    left: 13vW;
    top: 2vW;
    width: 10%;
    height: auto;
}
.background-title2 br {
	display: none;
}
.rules-shop {
	position: absolute;
    right: 7vW;
    top: 2.5vW;
}
.rules-shop a {
	color: #000;
    line-height: 20px;
    font-family: 'Futura Condensed PT', sans-serif;
    text-decoration: none;
    font-size: 16px;
    margin-right: 2vW;
}
.top-arrow-text {
	position: absolute;
    top: 90%;
    left: 46%;
    font-family: 'Futura Condensed PT', sans-serif;
    font-size: 23px;
    color: #FFF;
}
.arrow-down {
    position: absolute;
    left: 49%;
    top: 96%;
}

/* Classic-electric */
.bike {
	color: #2E2E2E;
	text-align: center;
	font-family: 'Futura Condensed PT', sans-serif;
	line-height: 38px;
	font-size: 30px;
	margin-top: 60px;
	font-weight: bold;
}
.question-answer-general {
	border: 1px solid #2E2E2E;
	border-radius: 20px;
	flex: 1;
	margin-right: 26px;
    padding: 25px 0 0 0;
	position: relative;
	cursor: pointer;
}
.question-answer-general span {
	font-size: 30px;
	font-family: 'Futura Condensed PT', sans-serif;
	line-height: 38px;
	font-weight: bold;
}
.question-answer-general p {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Futura Condensed PT', sans-serif;
	color: #2E2E2E;
	text-decoration: none;
}
.question-answer-general img {
	position: absolute;
	top: -10;
	right: -10;
}
.question-general {
	text-align: center;
	display: flex;
	width: 35%;
	margin: 0 auto;
	height: 130px;
}

/* ACTIVE CLASS */

.active {
	color: #FF5400;
	border: 1px solid #FF5400;
}
.active span {
	color: #FF5400;
}
.active p {
	color: #FF5400;
}
.active img {
	display: block !important;
}

/* QUESTION 2 */



/* QUESTION 3 */

.question-answer-general.question3-answer1 {
	padding: 0;
}
.question-answer-general.question3-answer2 {
	padding: 0;
}

/* QUESTION 4 */



/* QUESTION 5 */



/* CORNERS IMAGES */

.left-corner {
	position: absolute;
	left: 0;
	bottom: 0;
}
.right-corner {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* BIKE FORM */

.bike-form {
	margin: 0 auto;
    text-align: center;
}
#terms2 {
    height:100%;
}
#terms {
    height:100%;
}

#product-bike {
	color: #FF5400;
	font-weight: normal;
}
.acord {
  position: relative;
  text-align: center;
  color:#000000;
  margin-top: 1.5vW;
  font-family: 'Futura Condensed PT', sans-serif;
}
.bike-form #form_error_message {
	display: none;
	color: #FF5400;
    font-size: 30px;
    font-family: 'futura condensed pt';
    font-weight: bold;
}
.input-holder input {
	display: none;
}
.input-holder .checkmark {
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid #000;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	border-radius: 15px;
}
.checkbox-input:checked + .checkmark::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
}
.checkbox-label:hover .checkmark {
	border-color: #FF5400;
}
.checkbox-input:checked + .checkmark {
	background-color: #FF5400;
	border-color: #FF5400;
}
.acord .input-holder {
  position: relative;
  display: block;
  width: 33%;
  margin:0 auto;
}
.acord label {
    font-size:16px;
    
    font-family: 'Futura Condensed PT', sans-serif;
    line-height:20px;
    display: block;
    text-align: left;
    padding-left: 1.902083VW;
    margin-bottom: 0.78125VW;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.acord .main-btn-hold {
  display: inline-block;
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 1.23423vw;
}
.form-button {
	width: 10%;
    padding: 10px;
    background-color: #FF5400;
    border: 1px solid #FF5400;
    margin-left: 35%;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 1.5vW;
}
.form-button a {
	color: #fff;
	text-decoration: none;
	font-family: 'Futura Condensed PT', sans-serif;
	font-size: 16px;
}
input[type="checkbox"] {
  border-radius: 20% !important;
}
.bike-form input {
	padding: 13px;
    margin: 15px;
    border-radius: 20px;
    border: 1px solid #2E2E2E;
    background-color: #D6D6D6;
    width: 13.5%;
}
.bike-form ::placeholder {
	color: #2E2E2E;
	font-size: 16px;
	font-family: 'Futura Condensed PT', sans-serif;
	line-height: 20px;
}
#submit_email {
	width: 29%;
}

/* BIKE ROW */

.bike-row {
	text-align: center;
	width: 100%;
	height: auto;
}
.bike-row img {
    width: 10%;
    height: auto;
    z-index: 1;
    position: relative;
    margin: 60px 23px 64px 0;
}
.inactive {
  	filter: grayscale(70%) brightness(0.30);
}

/* MEDIA QUERYES */

/* BACKGROUND QUERY */

@media screen and (max-width: 1600px) {
	.background-title {
		top: 8vW !important;
		left: 33vW !important;
	}
	.background-title2 {
		top: 13vW;
    	left: 37vW;
	}
	.background-subtitle {
		top: 17vW !important;
		left: 39vW !important;
	}
	.question-general {
		width: 42%;
	}
}
@media screen and (max-width: 1450px) {
	.background-title{
		top: 9vW !important;
    	left: 30vW !important;
	}
	.background-title2{
	    top: 15vW;
	    left: 35vW;
	}
	.background-subtitle{
		top: 19vW !important;
	}
}
@media screen and (max-width: 1300px) {
	.question-general {
		width: 50%;
	}
	.bike-form input {
	    width: 17.5%;
	}
	#submit_email {
		width: 38%;
	}
	.acord .input-holder {
		width: 41%;
	}
	.form-button {
		margin-left: 31%;
	}
}
@media screen and (max-width: 1250px ) {
	.background-title {
	    top: 12vW !important;
		left: 27vW !important;
	}
	.background-title2{
	    top: 18vW;
    	left: 33vW;
	}
	.background-subtitle {
		top: 23vW !important;
		left: 38vW !important;
	}
	.bike-row img {
	    margin: 30px 23px 0 0;
	    width:20%;
	}
}
@media screen and (max-width: 1100px) {
	.top-arrow-text {
		left: 44%;
	}
	.background-title {
	    top: 10vW !important;
	}
	.background-pegas .background {
		max-height: 700px !important;
	}
	.question-general {
		width: 60%;
	}
}
@media screen and (max-width: 989px) {
	.form-button {
		width: 15%;
		margin-bottom: 30px;
	}
	.bike-row {
	    margin-top:5vW;
	}
	.bike-row img {
		width: 26%;
		margin: 0;
		margin-right: 30px;
	}
	.bike-form input {
	    width: 25.5%;
	}
	#submit_email {
		width: 55%;
	}
	.acord .input-holder {
		width: 58%;
	}
	.form-button {
		margin-left: 22%;
	}
}
@media screen and (max-width: 950px) {
	.background-title {
		left: 26vW !important;
	}
	.background-title2 {
	    top: 19vW;
	    left: 32vW;
	}
	.background-subtitle {
	    top: 25vW !important;
    	left: 37vW !important;
	}
	.question-general {
		width: 70%;
	}
}
@media screen and (max-width: 900px) {
	.acord label {
		padding-left: 3.902083VW;
	}
	#terms {
		width: 4% !important;
	}
	#terms2 {
		width: 4% !important;
	}
	.form-button {
		margin-left: 24%;
	}
	.acord .input-holder {
		width: 61%;
	}
}
@media screen and (max-width: 850px) {
	.background-title {
		left: 20vW !important;
	}
	.background-title2 {
	    top: 20vW;
	    left: 27vW;
	}	
	.background-subtitle {
		left: 32vW !important;
		top: 27vW !important;
	}
}
@media screen and (max-width: 800px) {
	
}
@media screen and (max-width: 750px) {
	.top-arrow-text {
		left: 38%;
	}
	.arrow-down {
		left: 47%;
	}
	.background-title {
		top: 10vW !important;
		left: 28vW !important;
		text-align: center;
		line-height: 54px;
		font-size: 42px;
	}
	.background-title2 {
	    top: 29vW;
	    left: 35vW;
	}
	.background-title br {
		display: block;
	}
	.background-title2 br {
		display: block;
	}
	.background-subtitle {
	    top: 42vW !important;
	    left: 34vW !important;
	}
	.question-general {
		width: 90%;
	}
}
@media screen and (max-width: 700px) {
    .background-mobile {
		display: block !important;
	    width: 100%;
	    height: 100%;
	    border-bottom-right-radius: 100px;
		border-bottom-left-radius: 100px;
	    max-height: 850px;
	}
	.background-pegas .background {
		display: none;
	}
	.logo-pegas {
		top: 5vW !important;
		width: 18% !important;
	}
	.rules-shop {
		top: 7.5vW !important;
	}
	.background-title {
		top: 12vW !important;
    	left: 22vW !important;
	}
	.background-title2 {
	    top: 33vW;
    	left: 29vW;
	}
	.background-subtitle {
		top: 47vW !important;
    	left: 28vW !important;
	}
	.form-button {
		width: 23%;
	}
	.bike-row img {
		width: 30%;
    	margin: 10px 20px;
	}
	.bike-form input {
	    width: 36.5%;
	}
	#submit_email {
		width: 78%;
	}
	.acord .input-holder {
		width: 82%;
	}
	.form-button {
		margin-left: 13%;
	}
	.form-button a {
	    font-size:20px;
	}
	.form-button {
	    width:30%;
	    margin:0 auto !important;
	}
}
@media screen and (max-width: 600px) {
	.background-title2 {
		top: 39vW;
	}
	.background-subtitle {
		top: 56.5vW !important;
	}
	.background-mobile {
		max-height: 700px;
	}
	.logo-pegas {
		top: 7vW !important;
	}
	.question-general {
		width: 97%;
	}
	#terms {
		width: 4% !important;
	}
	#terms2 {
		width: 4% !important;
	}
	.form-button {
		margin-left: 14%;
	}
	.acord label {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.question-general.question3 {
		height: 170px;
	}
	.question-answer-general.question3-answer1 {
		padding: 20px 0 40px 0;
	}
	.question-answer-general.question3-answer2 {
		padding: 20px 0 40px 0;
	}
}
@media screen and (max-width: 500px) {
    .form-button {
	    width:40%;
	}
	.bike {
		margin-bottom: 30px;
		padding: 0 10px 0 10px;
		margin-top:100px;
	}
	.bike-4 {
	    margin:0;
	}
	.question-general {
		display: block;
		margin: 20px 0 0 0;
	}
	.question-answer-general {
		width: 60%;
		margin: 35px auto;
		height: 80px !important;
		padding: 0;
	}
	.question-answer-general.question3-answer1 {
		padding: 20px 0 40px 0;
		height: 100px !important;
	}
	.question-answer-general.question3-answer2 {
		padding: 20px 0 40px 0;
		height: 100px !important;
	}
	.question-general.question3 {
	    margin-bottom:55vW !important;
	}
	.top-arrow-text {
		left: 36%;
	}
	.background-title {
		top: 14vW !important;
    	left: 16vW !important;
	}
	.background-title2 {
		top: 43vW;
		left: 25vW;
	}
	.background-subtitle {
	    top: 60vW !important;
    	left: 24vW !important;
	}
	.logo-pegas {
		width: 25% !important;
	}
	.bike-row img {
		width: 38%;
    	margin: 10px 10px;
	}
	.bike-row {
        margin-top: 20vW;
    }
    .question-general.question3 {
        margin-bottom: 70vW;
    }
}
@media screen and (max-width: 450px) {
	.background-title {
		left: 9vW !important;
	}
	.background-title2 {
	    top: 47vW;
	    left: 18vW;
	}
	.background-subtitle {
    	top: 67vW !important;
    	left: 20vW !important;
	}
	.bike-form input {
	    width: 88%%;
	}
	#submit_email {
		width: 88%;
	}
	.acord .input-holder {
		width: 88%;
	}
	.form-button {
		margin-left: 11%;
	}
}
@media screen and (max-width: 400px) {
	.top-arrow-text {
		left: 36%;
	}
	.background-title {
		font-size: 46px !important;
	}
	.bike-row img {
		width: 42%;
    	margin: 10px 10px;
	}
	.question-answer-general.question3-answer1 {
		padding: 20px 0 30px 0;
		height: 130px !important;
	}
	.question-answer-general.question3-answer2 {
		padding: 20px 0 40px 0;
		height: 130px !important;
	}
	.question-general.question3 {
	    margin-bottom:70vW !important;
	}
	.form-button {
	    width:50%;
	}
}
@media screen and (max-width: 350px) {
	.top-arrow-text {
		left: 29%;
	}
	.question-answer-general.question3-answer1 {
		padding: 20px 10px 50px 10px;
	}
	.question-answer-general.question3-answer2 {
		padding: 20px 10px 50px 10px;
	}
	.question-answer-general.question3-answer1 p {
		font-size: 19px !important;
	}
	.question-answer-general.question3-answer2 p {
		font-size: 19px !important;
	}
	.bike-4 {
		margin-top: 320px !important;
	}
	.background-title {
		left: 5vW !important;
		top: 32vW !important;
		font-size: 37px !important;
	}
	.background-subtitle {
		left:5vW !important;
		top: 52vW !important;
		font-size: 24px !important;
	}
	.logo-pegas {
		width: 30% !important;
	}
	.acord .input-holder {
		width: 75%;
	}
	.form-button {
		width: 40%;
	}
	#terms {
		width: 8% !important;
	}
	#terms2 {
		width: 8% !important;
	}
	.acord label {
		padding-left: 8vW;
	}
	.bike-row {
        margin-top: 25vW;
    }
    #question-3 {
        margin-bottom: 90vW !important;
    }

}
@media screen and (max-width: 300px) {
	.background-title {
		top: 31vW !important;
		font-size: 35px !important;
	}
	.background-subtitle {
		left:5vW !important;
		top: 55vW !important;
		font-size: 22px !important;
	}
	.bike-row img {
		width: 45%;
    	margin: 10px 5px;
	}
	#question-3 {
	    margin-bottom:100vW !important;
	}
}
@media screen and (max-width: 264px) {
	.background-title {
		font-size: 30px !important;
	}
	.background-subtitle {
		font-size: 17px !important;
	}
}
