@font-face{
font-family: 'Gilroy-Regular';
src: url('../fonts/Gilroy-Regular.woff');
src: url('../fonts/Gilroy-Medium.woff');
src: url('../fonts/Gilroy-Light.woff');
src: url('../fonts/Gilroy-SemiBold.woff');
font-weight: normal;
font-weight: 100;
font-style: normal;
}
body {
  font-family: "Gilroy-Regular", sans-serif;
  background: linear-gradient(135deg, #19ebf8 0%, #2989d8 100%, #207cca 100%, #1855cb 100%);
  overflow-x: hidden;
  text-align: center;
}

header, nav, section, article, aside, footer {
  display: block;
}

.wrapper * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.wrapper *:focus {
  outline: none;
}

.wrapper *:active {
  outline: none;
}

*:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

p {
  padding: 0;
}

a:focus, button:focus, input[type="radio" i]:focus {
  outline: none;
}

.wrapper {
  max-width: 725px;
  height: 370px;
  border-bottom: 10px solid #FEC82F;
  position: absolute;
  top: 200px;
  left: calc(50% - 385px);
  width: 100%;
  border-right: 10px solid #FEC82F;
}
.wrapper:before {
  position: absolute;
  top: 11%;
  left: 0;
  height: 89%;
  border-right: 10px solid #FEC82F;
  content: "";
}
.wrapper .btn {
  width: 196px;
  height: 40px;
  background: #FEC82F;
  border-radius: 4px;
  position: absolute;
  bottom: -90px;
  left: calc(50% - 98px);
  cursor: pointer;
}
.wrapper .btn_next{
	 display:none;
}
.wrapper .btn-link {
  display:block;
  color: #000;
  text-decoration: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.wrapper .btn-finish {
  width: 196px;
  height: 40px;
  background: #FEC82F;
  border: none;
  cursor: pointer;
}
.wrapper .question.visible {
  display: block;
}
.wrapper .question {
  display: none;
}
.wrapper .question_first .question-img {
  margin: 20px -46px 0 0;
}
.wrapper .question_first .question-text:after {
  width: 52%;
}
.wrapper .question_first .question-answer {
  height: 120px;
  margin-top: 100px;
}
.wrapper .question_first .question-answer label {
  max-width: 202px;
  height: 42px;
  margin: 15px;
}
.wrapper .question_second .question-img {
  margin: 20px -46px 0 0;
}
.wrapper .question_second .question-text:after {
  width: 7%;
}
.wrapper .question_second .question-answer {
  margin-top: 25px;
}
.wrapper .question_second .question-answer label {
  max-width: 426px;
  width: 100%;
}
.wrapper .question_third .question-img {
  margin: 0px -46px 0 0;
}
.wrapper .question_third .question-text:after {
  width: 14%;
}
.wrapper .question_third .question-answer {
  margin-top: 15px;
}
.wrapper .question_third .question-answer label {
  max-width: 426px;
  width: 100%;
}
.wrapper .question_four .question-text {
  margin: -55px 0 0 -5px;
  line-height: 1.1;
}
.wrapper .question_four .question-text span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 40px;
  line-height: 3;
}
.wrapper .question_four .question-img {
  margin: -20px -20px 0 0;
}
.wrapper .question_four .question-text:after {
  width: 15%;
}
.wrapper .question_four .question-answer {
  margin-top: 70px;
}
.wrapper .question_four .question-answer label {
  max-width: 202px;
  height: 42px;
  margin: 15px;
}
.wrapper .question_five .question-img {
  margin: 26px -72px 0 0;
}
.wrapper .question_five .question-text {
  margin: -55px 0 0 -5px;
  line-height: 1;
}
.wrapper .question_five .question-text:after {
  width: 37%;
}
.wrapper .question_five .question-answer {
  margin-top: 15px;
}
.wrapper .question_five .question-answer label {
  max-width: 485px;
  width: 100%;
}
.wrapper .question_six .question-img {
  margin: 26px -72px 0 0;
}
.wrapper .question_six .question-text {
  margin: -55px 0 0 -5px;
  line-height: 1;
}
.wrapper .question_six .question-text:after {
  width: 35%;
}
.wrapper .question_six .question-answer {
  margin-top: 15px;
}
.wrapper .question_six .question-answer label {
  max-width: 485px;
  width: 100%;
}
.wrapper .question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wrapper .question-start {
  font-size: 36px;
  font-weight: bold;
  width: 61%;
  height: 68px;
  text-align: left;
  background: transparent;
  margin: -25px 0 0 -19px;
}
.wrapper .question-start:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  border-top: 10px solid #FEC82F;
  content: "";
}
.wrapper .question-img {
  max-height: 420px;
  max-width: 420px;
  margin: -20px;
}
.wrapper .question-description {
  font-size: 14px;
  margin: 39px auto 31px;
  max-width: 250px;
}
.wrapper .question-text {
  font-size: 36px;
  text-align: left;
  font-weight: bold;
  margin: -25px 0 0 -5px;
}
.wrapper .question-text:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  border-top: 10px solid #FEC82F;
  content: "";
}
.wrapper .question-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .question-answer label {
  width: 50%;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  background: #FEC82F;
  font-size: 18px;
  height: 42px;
  margin: 15px;
}
.wrapper .question-answer label input {
  position: absolute;
  left: -999px;
}
.wrapper .question-answer .active {
  background: #d6a827;
}
.wrapper .question-point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: calc( 50% - 207px);
  top: 73%;
  padding: 0;
}
.wrapper .question-point .active-color {
  background-color: #FEC82F;
}
.wrapper .question-point li {
  border-radius: 50%;
  list-style: none;
  content: "";
  width: 20px;
  height: 20px;
  margin: 20px 10px;
  position: relative;
  border: 1px solid #000;
}
.wrapper .question .result-img {
  margin-top: 62px;
}
.wrapper .result_title {
  margin: -14px 0 0 -6px;
}
.wrapper .result_description {
  margin: 10px auto 70px;
  max-width: 80%;
}
.wrapper .result_img {
  max-width: 100%;
  margin: -110px auto 0;
}
.wrapper .result .btn_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.wrapper .result .btn_result div {
  margin: 0 13px;
}
.wrapper .result .btn_result .btn-result {
  position: initial;
  width: 114px;
  height: 29px;
  font-weight: 600;
  text-transform: inherit;
  line-height: 29px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: -1px 0 0;
}
.wrapper .result .btn_result_test {
  margin-top: 15px;
}

@media only screen and (max-width: 990px) {
  .wrapper {
    max-width: 610px;
    left: calc(50% - 305px);
    width: 100%;
    top: 100px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrapper-main {
    border: none;
  }
  .wrapper-main .question-block_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper-main:before {
    border: none;
  }
  .wrapper .question_first .question-answer label {
    max-width: 175px;
  }
  .wrapper .question_second .question-answer {
    margin-top: 25px;
  }
  .wrapper .question_second .question-answer label {
    margin-left: -10px;
  }
  .wrapper .question_second .btn_next {
    bottom: -65px;
  }
  .wrapper .question_third .question-img {
    margin: -31px -46px 0 0;
  }
  .wrapper .question_third .question-block {
    margin-left: -25px;
  }
  .wrapper .question_third .btn_next {
    bottom: -55px;
  }
  .wrapper .question_four .question-text span {
    margin-left: 0px;
  }
  .wrapper .question_four .question-answer label {
    max-width: 175px;
  }
  .wrapper .question_four .question-block {
    margin-left: -25px;
  }
  .wrapper .question_four .btn_next {
    bottom: 0px;
  }
  .wrapper .question_five .question-answer {
    margin-top: 46px;
  }
  .wrapper .question_five .question-block {
    margin-left: -20px;
  }
  .wrapper .question_five .btn_next {
    bottom: -20px;
  }
  .wrapper .question_six .question-answer {
    margin-top: 46px;
  }
  .wrapper .question_six .question-block {
    margin-left: -20px;
  }
  .wrapper .question_six .btn_next {
    bottom: -20px;
  }
  .wrapper .question-start {
    width: 100%;
    text-align: center;
    font-size: 30px;
  }
  .wrapper .question-start:after {
    border: none;
  }
  .wrapper .question-img {
    max-width: 100%;
    margin: -20px auto;
  }
  .wrapper .question-description {
    max-width: 100%;
  }
  .wrapper .question-text {
    font-size: 24px;
    margin: 10px auto;
  }
  .wrapper .question-text:after {
    border: none;
  }
  .wrapper .btn {
    bottom: -165px;
  }
  .wrapper .btn_next {
    bottom: -65px;
  }
  .wrapper .result_title {
    margin-left: -25px;
    text-align: left;  
  }
 .wrapper .result_title:after {
  width: 40%;
  border-top: 10px solid #FEC82F;
  }
	 .wrapper .result_img {
    margin: -110px 0 0;
  }
  .wrapper .result_description {
    max-width: 100%;
  }
  .wrapper .result .btn_result .btn-result {
    width: 102px;
    height: 22px;
    line-height: 22px;
    font-weight: 900;
    font-size: 10px;
    border-radius: 3px;
  }
}
.fb_iframe_widget {
  display: block !important;
}

.rules #modal_form {
  width: 200px;
  height: 100px;
  border-radius: 5px;
  position: fixed;
  top: 45%;
  left: 47%;
  margin-top: -150px;
  margin-left: -100px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 20px 10px;
  background-color: #fff;
}
.rules #overlay-dark {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rules .form__link {
  width: 170px;
  height: 40px;
  background-color: #4267b2;
  border-color: #4267b2;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: auto;
  line-height: 40px;
  position: absolute;
  left: calc(50% - 95px);
  top: 35%;
  border-radius: 4px;
  font-size: 13px;
  padding-left: 20px;
}
.rules .form__img {
  position: absolute;
  top: 57px;
  left: 27px;
  background: #4267b2;
  z-index: 20;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 290px;
    height: auto;
    left: calc(50% - 145px);
    margin-top: 0px;
    top: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
  .wrapper:before {
    border: none;
  }
  .wrapper .question .question-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .question_first .question-img {
    margin: 0 0px 0 120px;
  }
  .wrapper .question_first .question-answer {
    margin-top: 20px;
  }
  .wrapper .question_first .question-answer label {
    max-width: 105px;
  }
  .wrapper .question_first .btn_next {
    bottom: -90px;
  }
  .wrapper .question_second .question-img {
    margin: 0 0px 0 120px;
  }
 .wrapper .question_second .question-img img{
      width: 60%;
  }
  .wrapper .question_second .question-answer {
    margin-top: 10px;
  }
  .wrapper .question_second .btn_next {
    bottom: -70px;
  }
  .wrapper .question_third .question-img {
    margin: 0 0px 0 120px;
  }
  .wrapper .question_third .question-answer {
    margin-top: 10px;
  }
	 .wrapper .question_third .question-img img{
      width: 60%;
  }
  .wrapper .question_third .btn_next {
    bottom: -70px;
  }
  .wrapper .question_third .question-block {
    margin-left: 0px;
  }
	.wrapper .question_second .question-answer label {
    margin-left: 0px;
}
.wrapper .question_four .question-block {
    margin-left: 0px;
}
	.wrapper .question_five .question-block {
    margin-left: 0px;
}
		.wrapper .question_six .question-block {
    margin-left: 0px;
}
  .wrapper .question_four .question-img {
    margin: 0 0px 0 120px;
  }
  .wrapper .question_four .question-img img{
      width: 70%;
  }
  .wrapper .question_four .question-answer {
    margin-top: 20px;
  }
  .wrapper .question_four .question-answer label {
    max-width: 105px;
  }
	  .wrapper .question_four .btn_next {
    bottom: -55px;
  }
  .wrapper .question_four .question-text {
    margin: 20px 0;
  }
  .wrapper .question_four .question-text span {
    line-height: 1;
  }
  .wrapper .question_five .question-img {
    margin: 0 0px 0 120px;
  }
  .wrapper .question_five .question-img img{
      width: 60%;
  }
  .wrapper .question_five .btn_next {
    bottom: -70px;
  }
  .wrapper .question_five .question-answer {
    margin-top: 10px;
  }
  .wrapper .question_five .question-text {
    margin: 20px 0;
  }
  .wrapper .question_six .question-img {
    margin: 0 0px 0 120px;
  }
	  .wrapper .question_six .question-img img{
      width: 60%;
  }
  .wrapper .question_six .btn_next {
    bottom: -70px;
  }
  .wrapper .question_six .question-answer {
    margin-top: 10px;
  }
  .wrapper .question_six .question-text {
    margin: 20px 0;
  }

  .wrapper .question-start {
    font-size: 18px;
    margin: 40px 0 40px;
    height: 30px;
  }
  .wrapper .question-start:after {
    border: none;
  }
  .wrapper .question-description {
    margin: 30px auto;
  }
  .wrapper .question-img img {
    width: 100%;
  }
	.wrapper .question-start .question-block_main .question-img img {
    width: 100%;
}
  .wrapper .question .btn_start {
    bottom: -30px;
  }
  .wrapper .question-text {
    margin: 20px auto;
    border-left: 0;
    font-size: 14px;
    text-align: center;
    padding-left: 0;
  }
  .wrapper .question-answer label {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    height: auto;
    font-size: 13px;
  }
  .wrapper .question-point {
    right: calc( 50% - 112px);
    top: 73%;
  }
  .wrapper .question-point li {
    width: 10px;
    height: 10px;
    margin: 20px 5px;
  }
  .wrapper .question .btn {
    height: 36px;
    line-height: 34px;
  }
  .wrapper .result {
    margin-top: -20px
  }
	.wrapper .result_title {
		text-align: center;
	}
  .wrapper .result_img {
    margin: -50px auto 0;
  }
  .wrapper .result_img img {
    max-width: 90%;
  }
  .wrapper .result-description {
    line-height: 1.2;
    margin: 10px auto;
  }
  .wrapper .result .btn_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 20px auto;
  }
  .wrapper .result .btn_result_test {
    font-weight: 600;
    font-size: 14px;
  }
  .wrapper .result .btn_result div {
    margin: 0;
  }
  //.wrapper .result .btn_result .fb-share-button {
  //  margin-left: 22px;
  //}
  .wrapper .result .btn_result .btn-result {
    width: 196px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px auto;
  }

  #modal_form {
    margin-left: -115px;
  }
}

/*# sourceMappingURL=style.css.map */