/* MAIN CONTENT (WELCOME PAGE) */
html,body {
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}
.main-content {
	width: 100%;
	position: relative;
}
.content-background {
	width: 98%;
	padding: 0.4%;
    max-height: 835px;
    border-bottom-right-radius: 100px;
    display: block;
    position:relative;
}
.content-background-mobile {
	display: none;
}
.main-content h1{
	position: absolute;
    top: 13vW;
    left: 39.5%;
    text-align: center;
    font-size: 74px;
    color: #F0B326;
    font-family: 'Ubuntu';
}
.content-paragraph{
	position: absolute;
    top: 18vW;
    left: 36%;
    text-align: center;
    color: #F04739;
    font-size: 36px;
    font-family: 'Ubuntu';
    line-height:40px;
}
.main-content #Button1 {
	position: absolute;
    top: 27.5vW;
    left: 42%;
    text-align: center;
    text-decoration: none;
    height: auto;
    background-color: #F04739;
    width: 16%;
    font-family: 'Ubuntu';
    padding: 1vW;
    border: 1px solid #F04739;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 16px;
}
.second-content {
	position: relative;
    padding-top: 1%;
}
.content-discount {
    font-family: 'Ubuntu';
    text-align: center;
    position: absolute;
    top: 23vW;
    left: 36%;
    font-size:20px;
}
.emag-discount {
    color: #F04739;
}
.second-paragraph {
    font-family: 'Ubuntu';
    font-size: 16px;
    padding-left: 1%;
    padding-right: 37vW;
}
.logo {
    position: absolute;
    right: 2%;
    top: 1vW;
    width: 10%;
}
    /* MAIN CONTENT (WELCOME PAGE) END */
    
    /* GENERAL CONTENT */
#set_2 input {
	display: none;
}
#set_3 input {
	display: none;
}
#set_4 input {
	display: none;
}
.selected .quiz_answer1{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer2{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer3{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer4{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer5{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer6{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer7{
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer8 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer9 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer10 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer11 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer12 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer13 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
.selected .quiz_answer14 {
	box-shadow: 5px 7px 4px #1DC1B7;
	border: 2px solid #1DC1B7;
}
#error-message {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
    margin-bottom: 10px;
}
#error-message2 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
}
#error-message3 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
}
#error-message4 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
}
#error-message5 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
}
#error-message6 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
}
#error-message7 {
    font-size: 19px;
    color: #FF0000;
    font-family: 'Ubuntu';
    font-weight: bold;   
    display:none;
    margin-bottom: 10px;
}
.Button2 {
	display: block !important;
	position:relative;
}
#my_redirect {
    display:none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quiz_answer1 {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin-bottom: 2%;
    margin: 1% auto;
    position:relative;
}
.quiz_answer2 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer3 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer4 {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin-bottom: 2%;
    margin: 1% auto;
    position:relative;
}
.quiz_answer5 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer6 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer7 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer8 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer9 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer10 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer11 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer12 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer13 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.quiz_answer14 {
	background-color: #FFFFFF;
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: left;
    font-family: 'Ubuntu';
    margin: 1% auto;
    position:relative;
}
.general-content {
	text-align: center;
	display: flex;
	flex-direction: column;
}
.general-background {
    position: relative;
	background-color: #fdf3e9;
    width: 98%;
    height: 835px;
    border-bottom-right-radius: 100px;
    margin-top: 1%;
    max-height: 740px;
}
.object1 {
	position: absolute;
    left: 0;
    top: 0;
    width: 14%;
    height: auto;
}
.object2 {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 14%;
    height: auto;
}
.object4 {
	position: absolute;
    right: 0;
    top: 0;
    width: 14%;
    height: auto;
}
.object3 {
	position: absolute;
    right: 0%;
    bottom: 0;
    width: 14%;
    height: auto;
}
#set_2 {
	display: none;
}
#set_3 {
	display: none;
}
#set_3 input {
	display: none;
}
#set_4 {
	display: none;
}
#set_4 input {
	display: none;
}
#set_5 {
	display: none;
}
#set_5 input {
	display: none;
}
#set_6 {
	display: none;
}
#set_6 input {
	display: none;
}
#set_7 {
	display: none;
}
#set_8 {
	display: none;
}
#set_8 input {
	text-align: center;
}
#set_8 #answ1 {
    font-size: 16px;
    font-family: 'Ubuntu';
    text-align: center;
}
#set_8 #answ2 {
    font-size: 16px;
    font-family: 'Ubuntu';
    text-align: center;
    padding-top: 5px;
}
#set_8 #submit_email{
    margin:0;
}
#submit_name_error, #submit_email_error, #submit_terms_error{
    color:red;
}
#terms2 {
    height:100%;
}
#terms {
    height:56%;
}

.acord {
  position: relative;
  text-align: center;
  color:#000000;
  margin-top: 1.5vW;
  font-family:'Ubuntu';
}
.acord .check-hold input[type='checkbox'], checker {
  position: absolute;
  left: 0;
  top: 5%;
  background: transparent;
  width: 3%;
  height: 80%;
  margin: 0 0;
  outline: none;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  pointer-events: none;
  cursor: pointer;
  transition: 0.3s ease all;
}
.acord .input-holder {
  position: relative;
  display: block;
  width: 80%;
  margin:0 auto;
}
.acord label {
    font-size:13px !important;
    line-height:16px;
    display: block;
    text-align: left;
    padding-left: 2.902083VW;
    margin-bottom: 0.78125VW;
    cursor: pointer;
    font-weight: 400;
    -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;
}
.acord .form-button {
  display: inline-block;
  background-color: white;
  color: #026eb0;
  padding: 0.925VW 1.68125VW;
  border: 2px solid transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  width: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc( 16px + ( 20 - 16 ) * ( 100vw - 480px ) / ( 1280 - 480 ) );
  line-height: calc( 16px + ( 20 - 16 ) * ( 100vw - 480px ) / ( 1280 - 480 ) );
  -webkit-appearance: none;
}
.Button2 {
    padding: 1%;
    width: 22%;
    height: auto;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #F04739;
    border: none;
    border-radius: 30px;
    font-family: 'Ubuntu';
    display: flex;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    margin:0 auto;
    justify-content: center;
}
.general-title {
	color: #F0B326;
	text-align: center;
	font-size: 40px;
	font-family: 'Ubuntu';
	padding-top: 8%;
	margin:0;
}
.general-paragraph {
	font-family: 'Ubuntu';
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 2%;
	position:relative;
	padding-top: 3vW;
}
#quiz_year_of_birth {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: center;
}
#quiz_to_protect {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: center;
}
#submit_name {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: center;
}
#submit_email {
    width: 45%;
    height: auto;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid #000000;
    box-shadow: 5px 7px 4px rgb(4 19 4);
    font-size: 18px;
    text-align: center;
    position:relative;
}
.go-back {
	position: absolute;
	top: 7vW;
	left: 10%;
}
.numbering {
	position: absolute;
	right: 18%;
	top: 7vW;
	font-size: 16px;
	color: #797979;
	font-family: 'Ubuntu';
}

/* General content (Questions) end*/
 /* Congratulations page */
 .congratulations-discount u {
     font-weight:bold;
     font-size:13px;
 }
 .congratulations-paragraph {
    position: absolute;
    text-align: center;
    top: 13vW;
    left: 27%;
    font-size: 54px;
    font-family: 'Ubuntu';
    color: #f0b910;
}
.congratulations-discount {
    position: absolute;
    text-align: center;
    top: 18vW;
    left: 27%;
    font-size: 16px;
    font-family: 'Ubuntu';
    color: #000;
}
.congratulations-logo {
    position:relative;
}
.congratulations-logo img{
    position: absolute;
    right: 3%;
    top: 1vW;
    width: 12%;
}
.congratulations {
    max-height: 770px;
}
.links {
    font-size: 16px;
    font-family: 'Ubuntu';
    line-height: 7px;
    position: absolute;
    top: 22vW;
    left: 42%;
}
.links input {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    height: auto;
    background-color: #F04739;
    font-family: 'Ubuntu';
    padding: 1.3vW;
    border: 1px solid #F04739;
    border-radius: 60px;
    color: #FFFFFF;
}

/* Regulament */

.regulament-titlu {
    text-align:center;
    font-weight:bold;
    font-size:25px;
    margin-bottom:30px;
    padding-top:35px;
}
.regulament-text {
    padding-left:30px;
}
.regulament-semnatura {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom:150px;
}
.regulament-margin {
    margin-right:100px;
}

/* MAX WIDTHS */
@media screen and (max-width: 1760px) {
    .main-content h1 {
        top: 15vW;
        left: 37.5%;
    }
    .main-content #Button1 {
        top: 32.5vW;
        left: 41%;
    }
    .content-discount {
        top: 27vW;
        left: 33%;
    }
    .content-paragraph {
        top: 21vW;
        left: 34%;
    }
}
@media screen and (max-width: 1650px) {
    .links {
        top: 25vW;
        left: 40%;
    }
    .congratulations-discount {
        top: 20vW;
        left: 24%;
    }
    .congratulations-paragraph {
        top: 15vW;
        left: 25%;
    }
}
@media screen and (max-width: 1420px) {
    .links {
        top: 30vW;
    }
    .congratulations-discount {
        top: 25vW;
        left: 22%;
    }
    .congratulations-paragraph {
        top: 18vW;
        left: 24%;
    }
    .congratulations-paragraph{
        font-size:51px;
    }
    .main-content #Button1 {
        width:18%;
    }
    .congratulations-logo img{
        width: 20%;
    }
}
@media screen and (max-width: 1360px) {
	.links{
	    left: 39%;
	}
}
@media screen and (max-width: 1330px) {
    .main-content h1{
        left:35%;
        font-size:70px;
    }
    .content-paragraph {
        left:31%;
        font-size:33px;
        line-height: 28px;
        top:22.5vW;
    }
    .content-discount {
        top: 28.5vW;
        left: 30%;
        font-size: 18px;
        line-height: 22px;
    }
    .main-content #Button1 {
        width:23%;
        top: 33.5vW;
        left: 37%;
    }
    .logo {
        width:15%;
    }
}
@media screen and (max-width: 1270px) {
    .congratulations-discount {
        left: 18%;
    }
	.congratulations-paragraph {
        left: 24%;
        font-size:48px;
	}
}
@media screen and (max-width: 1210px) {
    
	.congratulations-paragraph {
        left: 21%;
	}
	.congratulations-discount{
	    left: 19%;
	    font-size:14px;
	}
}
@media screen and (max-width: 1160px) {
    
	.congratulations-paragraph {
        font-size:45px;
	}
	.links {
	    left:38%;
	}
}
@media screen and (max-width: 1130px) {
    .main-content h1{
        font-size:65px;
    }
    .content-paragraph {
        font-size:30px;
    }
    .content-discount {
        font-size: 16px;
    }
    .main-content #Button1 {
        top: 35.5vW;
    }
    .second-paragraph {
        padding-right:28vW;
    }
}
@media screen and (max-width: 1050px) {
	.congratulations-paragraph {
        font-size:40px;
	}
	.congratulations-discount{
	    left: 17%;
	    top:24vW;
	    font-size:13px;
	}
}
@media screen and (max-width: 1030px) {
    .main-content h1{
        left:33%;
    }
    .content-paragraph {
        left:29%;
    }
    .content-discount {
        left: 28%;
    }
}
@media screen and (max-width: 991px) {
	.Button2 {
		padding: 1.6%;
    	width: 30%;
	}
	.general-background {
		border-bottom-right-radius: 50px;
		height: 800px;
		max-height:490px;
	}
	#quiz_year_of_birth {
        width: 60%;
	}
	#quiz_to_protect {
        width: 60%;
	}
	.second-paragraph {
	    text-align:center;
	    padding-right:0;
	}
	.custom-height-form {
        max-height:800px !important;
    }
    .logo {
        right: 40%;
        top: 8vW;
        width: 18%;
    }
}
@media screen and (max-width: 930px) {
	.congratulations-paragraph {
        font-size:36px;
	}
	.congratulations-discount {
        left: 17%;
        font-size:12px;
	}
	.content-paragraph {
        font-size:27px;
    }
    .main-content #Button1 {
        width: 28%;
    }
    .content-discount{
        line-height:17px;
        top:30.5vW;
    }
    .logo {
        top:9vW;
    }
}
@media screen and (max-width: 860px) {
    .links input {
        margin-bottom:8px;
    }
    .congratulations-discount{
        font-size:13px;
    }
    .congratulations-paragraph {
        top: 16vW;
    }
    .congratulations-discount {
        top: 22vW;
        font-size: 11px;
        left: 19%;
    }
    .links {
        top:28vW;
    }
}
@media screen and (max-width: 840px) {
    .congratulations-paragraph {
        font-size:33px;
	}
}
@media screen and (max-width: 810px) {
    .main-content h1 {
        font-size:55px;
        top:13vW;
    }
    .content-paragraph {
        font-size:25px;
        line-height:23px;
    }
    .content-discount {
        font-size: 14px;
        left:26%;
    }
    .main-content #Button1 {
        top:36.5vW;
    }
    .second-content {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.logo {
        width: 25%;
        right: 37%;
        top:10vW;
    }
    .congratulations-logo img{
        width: 26%;
    }
    .congratulations-discount {
        left:16%;
    }
}
@media screen and (max-width: 767px) {
    .congratulations-paragraph {
        font-size:30px;
        top:14vW;
	}
	.congratulations-discount {
        font-size: 9px;
        top:20vW;
        left:20%;
	}
	.acord {
	    margin-top:3.5vW;
	}
	.links {
	    left:33%;
	    top:27vW;
	}
	.links input{
	    padding:1.5vW;
	}
	.Button2 {
		width: 42%;
	}
	#quiz_year_of_birth {
        width: 80%;
	}
	#quiz_to_protect {
        width: 80%;
	}
	#set_2 .quiz_answer2 {
		width:100%;
		font-size:15px;
	    margin: 3% auto;
	}
	#set_2 .quiz_answer1 {
		width: 100%;
		font-size: 15px;
	    margin: 3% auto;
	}
	#set_2 .quiz_answer3 {
		width: 100%;
		font-size: 15px;
	    margin: 3% auto;
	}
	#set_3 .quiz_answer4 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_3 .quiz_answer5 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_3 .quiz_answer6 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_4 .quiz_answer7 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_4 .quiz_answer8 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_5 .quiz_answer9 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_5 .quiz_answer10 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_5 .quiz_answer11 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_6 .quiz_answer12 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_6 .quiz_answer13 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_6 .quiz_answer14 {
		width: 100%;
		font-size: 15px;
		margin: 3% auto;
	}
	#set_8 #submit_name {
		width: 100%;
		font-size: 15px;
	}
	#set_8 #submit_email {
		width: 100%;
		font-size: 15px;
		margin-bottom: 0;
	}
	#set_7 .quiz_answer15 {
		width: 100%;
		font-size: 15px;
	}
	#set_8 .general-paragraph {
		padding: 0;
	}
	.object1 {
		width: 22%;
	}
	.object2 {
		width: 22%;
	}
	.object3 {
		width: 22%;
	}
	.object4 {
		width: 22%;
	}
	
	.go-back {
    	top: 10vW;
    	left: 16%;
	}
	.numbering {
		right: 24%;
   	 	top: 10vW;
	}
	.general-title {
		position:relative;
		padding-top:20%;
	}
}
@media screen and (max-width: 709px) {
    .second-paragraph {
        font-size:14px;
    }
}
@media screen and (max-width: 700px) {
    .congratulations-paragraph {
        left: 17%;
	}
	.congratulations-discount {
	    left: 16%;
	}
}
@media screen and (max-width:661px) {
    .congratulations-paragraph {
        left: 19%;
        font-size:27px;
	}
	.content-discount {
	    font-size:13px;
	    left:25%;
	}
}
@media screen and (max-width: 660px) {
    .main-content h1 {
        font-size:55px;
    }
    .content-paragraph {
        font-size:23px;
    }
}
@media screen and (max-width: 639px) {
    .logo {
        width: 30%;
        right: 35%;
        top: 15vW;
    }
    .congratulations-discount {
        line-height: 10px;
        padding-right: 19vW;
    }
    .congratulations-paragraph {
        font-size:26px;
    }
    .links {
        top:26vW;
    }
}
@media screen and (max-width: 600px) {
    .congratulations-discount u {
         font-size:11px;
    }
    .congratulations-logo img{
        width: 30%;
    }
    .custom-height-form {
        max-height: 660px !important;
    }
    .congratulations-paragraph {
        font-size: 46px;
        padding-right: 8vW;
        top: 18vW;
        line-height: 50px;
        padding-left: 8vW;
        left:0;
	}
	.congratulations-discount{
	    top:39.5vW;
	    text-align:center;
	    padding-right:15vW;
	    font-size:10px;
	}
	.links {
	    top:48vW;
	    left:29%;
	}
	.links input{
	    padding:2.5vW;
	}
    .content-background-mobile {
		display: block;
		width: 100%;
		height:auto;
		max-height:520px;
		border-bottom-right-radius: 30px;
	}
	.content-background {
		display: none;
	}
	.main-content h1 {
	    top:19.5vW;
	    left:20%;
	    font-size:70px;
	}
	.content-paragraph {
        top: 34.5vW;
        left: 23%;
	}
	.main-content #Button1 {
        top:55.5vW;
        width:35%;
        left:31%;
    }
    .content-discount {
        font-size: 15px;
        left: 17%;
        top: 46vW;
    }
    .congratulations-mobile{
        max-height:520px;
    }
    #set_8 .general-title {
        padding-top:10%;
    }
    .general-title {
        padding-top: 15%;
    }
    .second-paragraph {
        text-align:left;
        padding-right: 37vW;
        font-size:15px;
        padding-top: 4vW;
    }
    .second-paragraph br{
        display:none;
    }
    .logo {
        right: 2%;
        top: 8vW;
        width:26%;
    }
    .general-background {
        max-height:490px ;
    }
    .object2 {
        width:18%;
    }
    .object3 {
        width:18%;
    }
}
@media screen and (max-width: 570px) {
    .general-paragraph {
        font-size:15px;
    }
    .acord label {
        font-size:12px !important;
    }
}
@media screen and (max-width: 520px) {
    .main-content h1 {
        left: 17%;
	}
	.content-paragraph {
        left: 21%;
	}
	.content-discount {
        font-size: 14px;
        left: 15%;
	}
	.main-content #Button1 {
        top: 60.5vW;
        width: 42%;
        left: 29%;
    }
    #terms {
        width: 13px;
        margin-left: -10px;
    }
    #terms2 {
        width: 13px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 510px) {
	.Button2 {
		width: 52%;
	}
	#quiz_year_of_birth {
        width: 100%;
	}
	#quiz_to_protect {
        width: 100%;
	}
	.congratulations-discount {
	    left:12%;
	}
}
@media screen and (max-width: 483px) {
	.content-paragraph {
        font-size: 22px;
        top: 40vW;
        left:19%;
	}
	.main-content h1 {
        font-size: 64px;
        top:22.5vW;
	}
	.main-content #Button1 {
		top: 70.5vW;
        left: 25%;
        width: 50%;
        padding: 2.5vW;
	}
	.content-discount {
	    top:52vW;
        font-size: 15px;
        padding-right: 21vW;
        padding-left: 4vW;
    }
}
@media screen and (max-width: 475px) {
    .congratulations-paragraph {
        top:25vW;
    }
    .links {
        top: 64vW;
        left: 25%;
    }
    .congratulations-discount {
        top:52vW;
	}
	.logo {
	    top:12vW;
	    width:35%;
	}
}
@media screen and (max-width: 450px) {
    .links {
        top:70vW;
    }
    .congratulations-discount {
        top:55vW;
        left:10%;
	}
	.congratulations-paragraph {
	    padding:0;
	    font-size: 40px;
        line-height: 44px;
	}
}
@media screen and (max-width: 440px) {
    .main-content h1 {
        left:14%;
        top:27vW;
	}
    .second-paragraph{
        font-size:13px;
    }
    .content-paragraph {
        left:16%;
        top:44.5vW;
        font-size:21px;
	}
	.content-discount {
        font-size: 14px;
        top:60vW;
    }
    .main-content #Button1 {
        top: 82.5vW;
    }
}
@media screen and (max-width: 420px) {
	.Button2 {
		width: 65%;
	}
	.general-background {
		border-bottom-right-radius: 50px;
	}
	.congratulations-discount {
        padding-right: 10vW;
	}
}
@media screen and (max-width: 400px) {
	.links {
        left:21%;
        top:78vW;
    }
    .congratulations-paragraph {
    font-size: 34px;
    line-height: 36px;
    }
}
@media screen and (max-width: 390px) {
    .main-content h1 {
        left:13%;
        font-size:60px;
	}
    .second-paragraph{
        font-size:13px;
    }
    .content-paragraph {
        left:14%;
        font-size:20px;
	}
    .main-content #Button1 {
       left:24%;
    }
    .Button2 {
		width: 65%;
	}
}
@media screen and (max-width: 374px) {
    .main-content h1 {
    	left:11%;
	}
	.content-paragraph {
		font-size: 18px;
        left: 15%;
        top:46.5vW;
	}
	.content-discount {
	    top:62.5vW;
	}
	.main-content #Button1 {
		top: 86.5vW;
		left: 19%;
		width: 60%;
		padding: 2.5vW;
	}
	#set_8 .general-title {
	    padding-top:20% !important;
	}
    .general-title {
        padding-top: 33% !important;
        font-size:41px;
        line-height:36px;
    }
}
@media screen and (max-width: 350px) {
    .main-content h1{
        font-size:50px;
        left:13%;
        top:35vW;
    }
    .content-paragraph {
        left:12%;
        top:56vW;
    }
    .main-content #Button1 {
		top: 100vW;
	}
	.content-discount {
        top: 75.5vW;
    }
    .Button2 {
		width: 100%;
		font-size: 14px;
	}
	.object2 {
		display:none;
	}
	.object3 {
		display:none;
	}
	.congratulations-paragraph {
        font-size: 30px;
        line-height:30px;
    }
    .links {
        left:16%;
    }
}
@media screen and (max-width: 334px) {
	.Button2 {
		width: 100%;
		font-size: 14px;
	}
	.second-paragraph {
        font-size: 11px;
    }
}
@media screen and (max-width: 315px) {
    .main-content h1 {
    	left:12%;
	}
	.content-paragraph {
		left:15%;
		font-size:15px;
	}
	.content-discount {
	    padding-left:0;
	    padding-right:15vW;
	}
	.main-content #Button1 {
        top: 110vW;
    }
}
@media screen and (max-width: 296px) {
    .acord label {
        font-size: 11px !important;
    }
    .links {
	    left:14%;
	    font-size:14px;
	    top:90vW;
	}
	.congratulations-paragraph {
        font-size: 25px;
    }
}
@media screen and (max-width: 294px) {
    .second-paragraph {
        font-size:12px;
    }
}
@media screen and (max-width: 290px) {
    .main-content h1 {
    	font-size:46px;
	}
	.content-paragraph {
		font-size:15px;
	}
	.main-content #Button1 {
		width: 65%;
	}
	.logo {
        top: 11.8vW;
    }
    .content-discount {
        font-size:13px;
    }
}
@media screen and (max-width: 270px) {
    .content-paragraph {
        left:12%;
    }
    .main-content h1 {
        left:9%;
    }
    .main-content #Button1 {
        width: 71%;
        left:14%;
    }
}
@media screen and (max-width: 254px) {
    .content-paragraph {
        left: 10%;
    }
    .main-content h1 {
        font-size:44px;
    }
    .second-paragraph {
        font-size:9px;
    }
    .links {
        left:10%;
        font-size: 13px;
    }
    .logo {
        top:12.5vW;
    }
}
@media screen and (max-width: 245px) {
    .content-paragraph {
        font-size:14px;
    }
    .main-content h1 {
        font-size:42px;
    }
    .congratulations-paragraph {
        font-size:21px;
    }
    .main-content #Button1 {
        width: 76%;
        left: 13%;
        top:115vW;
    }
}
@media screen and (max-width: 236px) {
    .main-content #Button1 {
        width: 80%;
        left: 10%;
    }
}
@media screen and (max-width: 231px) {
    .main-content h1 {
        font-size:37px;
    }
    .content-paragraph {
        font-size: 13px;
    }
    #set_8 #answ1{
        font-size:14px;
    }
    #set_8 #answ2{
        font-size:14px;
    }
}
@media screen and (max-width: 215px) {
    .links {
        left:7%;
        padding-right:5vW;
    }
    .logo {
        width: 30%;
    }
}
@media screen and (max-width: 215px) {
    ..content-paragraph {
        font-size: 12px;
        line-height:20px;
    }
}
@media screen and (max-width: 205px) {
    .congratulations-paragraph {
        font-size: 19px;
    }
}