*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
  overflow-x: hidden;
  background-color: #83BD75;

}
.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  /*overflow: hidden;*/
}
.body-wrapper {
  overflow: hidden;
  position: relative;
  height: 690px;
}
.wrapper {
  background: linear-gradient(144.97deg, rgba(0,0,0,0.60) 5%, #4E944F 100%);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
  border-radius: 50px;
  z-index: 100;
  padding: 20px 20px 0;
  margin-bottom: 40px;
	margin-top:10px;
	box-shadow: 0px 0px 20px #E9EFC0;
}
.quest {
}

.logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
.logo img {
  margin-right: 30px;
}

.header__title {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;
  margin-bottom: 20px;
}
.header__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.quest-txt {
  font-weight: bold;
  font-size: 25px;
  line-height: 115%;
  margin-bottom: 20px;
}
button {
width: 246px;
  height: 55px;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 40px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000000;
}
#q2, #q3, #q4, #q5, #q6 {
  z-index: 30;
  top: 0%;
  left: 0%;
  transition: all linear 0.5s;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#q1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#final__txt {
  display: none;
}
.info {
  margin-top: 0px;
  width: 100%;
  padding-top: 20px;
  z-index: 10000;
  position: relative;
}
.info__text {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.info__a {
  color: rgb(96, 96, 96);
  background: rgba(1, 116, 199, 0);
  font-size: 14px;
}
.fl {
  display: flex;
}
.modal {
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: rgb(28, 28, 28);
  outline: currentcolor none medium;
  position: absolute;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  top: 0px;
  display: block;
  text-align: center;
  width: 40%;
  height: 400px;
  margin: 100px auto;
  border: 5px solid #000;
  border-radius: 15px;
  color: #000;
}
b {
  font-weight: 700;
}
.info p {
  margin: 0;
}
.fl {
  display: flex;
}
#mainp {
  display: none;
}
.numbers {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Exo 2', sans-serif;
  color: #FFF;
}

.numbers__item {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 20px 0 0;

  list-style: none;
  text-align: center;
  line-height: 28px;

  border: 1px solid #FFF;
  border-radius: 30%;
}
.numbers__item:last-child {
  margin-right: 0;
}
.numbers__item:not(:last-child):before {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  bottom: 0;

  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  margin: auto;
  background-color: #FFF;
}

.numbers__item.active {
  border: 1px solid #FFF;
}

.numbers__item.check {
  color: transparent;
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}


@media (max-width: 1440px) {

  .logo img {
    height: 82px;
    margin-right: 16px;
  }

}


@media (max-width: 1437px) {
  body {
  }
  .fl {
    display: block;
  }
  .wrapper {
    margin-top: 0;
    width: 94%;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .body-wrapper {
    height: 340px;
	  margin-bottom:30px;
  }
  .main {
  
  }
	.main img{
		object-fit:contain;
	}
  .logo {
    width: 200px;
  }
  #main {
    display: none;
  }
  #mainp {
    display: block;
  }
}


@media (max-width: 570px) {

  html {
    overflow-x: hidden;
  }
  body {
  }
  .wrapper {
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }
  .body-wrapper {
    margin-top: 0px;
  }
  .container {
    padding: 0;
  }
  .main {
    margin-bottom: 0px;
    margin-top: 80px;
    z-index: 100;
  }
  .quest {
  }
  .header__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
  }
  .header__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
  }
  .quest-txt {
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
  }
  button {
    width: 224px;
    height: 39px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
  }
  #redirect-flow li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .logo {
    left: 0;
    right: 0;
    display: block;
    width: 200px;
    margin: 0 auto;
  }

  .logo img {
    height: 60px;
    margin-right: 8px;
  }
}
a{
	color:black;
}
@media(min-width:1200px){
.main{
object-fit: contain;
   max-width: 90%;
   max-height: 90%;
   width: auto;
	height: auto;}}

@media (max-width: 373px) {
	.main{
		height:23vh
	}
	
	
}
@media only screen and (max-width: 555px) {
	.main{
object-fit: contain;
   max-width: 80%;
   max-height: 80%;
   width: auto;
   height: auto;
	}
	
}
@media only screen and (min-width: 1024px){
#q4 {
	flex-direction:row;
	}}


button.b4{
	width:auto;
	height:auto;
}

span img{
	max-width:65%;
	padding:10px;
}

@media only screen and (min-width: 1024px){
	.body-wrapper{
		height:377px;
	}
	
}
@media only screen and (min-width: 1437px){
.body-wrapper {
    height: 136px;
	}}