@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../webfonts/DINNextLTPro-Regular.eot');
    src: url('../webfonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/DINNextLTPro-Regular.woff') format('woff'),
        url('../webfonts/DINNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../webfonts/DINNextLTPro-Black.eot');
    src: url('../webfonts/DINNextLTPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/DINNextLTPro-Black.woff') format('woff'),
        url('../webfonts/DINNextLTPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../webfonts/DINNextLTPro-Bold.eot');
    src: url('../webfonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/DINNextLTPro-Bold.woff') format('woff'),
        url('../webfonts/DINNextLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('../webfonts/DINNextLTPro-Medium.eot');
    src: url('../webfonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/DINNextLTPro-Medium.woff') format('woff'),
        url('../webfonts/DINNextLTPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body.quiz{
  padding-top: 60px;
  height: 100%;
  background: url(../images/2018/our-beer-bg.jpg) 50% 0 repeat-y;
  background-size: 100% auto;
  color:white;
  padding-bottom: 40px;
  font-family: FFDINWebProCond;
  text-transform: uppercase;
}
body.quiz .logo{
  display: none
}
h1{
  margin:0;
  font-family: FFDINWebProCond;
  font-size: 27px;
  line-height: 37px;
  color:white;
  font-weight: bold;
}
.quiz-logo{
  position: fixed;
  top: 15px;
  left: 50%;
  z-index: 200;
  width: 97px;
  height: 25px;
  background: url(../images/quiz/quiz-logo.png) 50% 50%;
  background-size: contain;
  margin-left: -47px;
}
.quiz-logo.new{
  width: 157px;
  height: 33px;
  background: url(../images/quiz/quiz-logo-new.png) 50% 50%;
  background-size: contain;
  margin-left: -76px;
}
.quiz-logo.again{
  width: 205px;
  height: 33px;
  background: url(../images/quiz/quiz-logo-again.png) 50% 50%;
  background-size: contain;
  margin-left: -102px;
}
.top-right-ribbon{
  position: fixed;
  right:0;
  top:60px;
  width: 150px;
  height: 123px;
  background: url(../images/quiz/top-right-ribbon.png) 100% 0% no-repeat;
  background-size: contain;
}
.bottom-left-ribbon{
  position: fixed;
  left:0;
  bottom:40px;
  width: 180px;
  height: 100px;
  background: url(../images/quiz/bottom-left-ribbon.png) 0% 100% no-repeat;
  background-size: contain;
}
.content.quiz{
  height: 100%;
  width: 100%;
  display: table;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
}
.quiz-content{
  display: table-cell;
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.zoomed{
  transform: scale(20);
  -webkit-transform: scale(20);
  opacity: 0;
  width: 99vw;
  overflow: hidden;
  text-align: center;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition:opacity 300ms ease 500ms, transform 500ms ease 500ms;
  -webkit-transition:opacity 300ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.loaded .zoomed{
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.quiz .p{
  color:#b8a282;
  font-size: 16px;
  line-height: 22px;
}
.button-gold{
  color:#b8a282;
  border:3px solid #b8a282;
  line-height: 45px;
  font-family: FFDINWebProCond;
  height: 47px;
  padding-right: 48px;
  padding-left: 20px;
  display: inline-block;
  border-radius: 25px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.button-gold.margin{
  margin-top: 15px;
}
.button-gold.with-icon{
  background: url(../images/quiz/button-icon.png) right 15px center no-repeat;
  background-size: 28px;
}
.quiz-top-section{
  height: 105px;
  position: absolute;
  padding-top: 5px;
  overflow: hidden;
  width: 100%;
  top:0;
  left:0;
  z-index: 2;
}
.quiz-top-section-steps{
  position: absolute;
  width: 100%;
  left:0;
  top:5px;
  text-align: center;
}
.quiz-top-section-step{
  width: 8px;
  height: 8px;
  display: inline-block;
  background: url(../images/quiz/slide-dot.png) 0% 0% no-repeat;
  background-size: 100% auto;
}
.slide-1 .step-1{
  background-position: 0% 100%;
}
.slide-2 .step-2 {
  background-position: 0% 100%;
}
.slide-3 .step-3 {
  background-position: 0% 100%;
}
.slide-1  .step-1{
  opacity: 1
}
.slide-2 .step-2 {
  opacity: 1
}
.slide-3 .step-3 {
  opacity: 1;
}
.quiz-top-section-slider{
  width:100%;
  position: relative;
}
.quiz-top-section-slide{
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
  transition:opacity 800ms ease 100ms;
  -webkit-transition:opacity 800ms ease 100ms;
}
.quiz-top-section h2{
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
  color:#bf0c0c;
  margin-bottom: 27px;
  display: none;
}
.quiz-top-section h3{
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  color:#fff;
  margin-top: 30px;
  font-weight: bold;
  font-family: 'DIN Next LT Pro';
  margin-bottom: 0;
}
.quiz-slider-section{
  position: absolute;
  top:0;
  width: 100%;
  padding-top: 110px;
  left:0;
  overflow: hidden;
  height: 100%;
}
.quiz-slider{
  width: 300%;
  height: 100%;
  position: relative;
  transition: transform 800ms ease 500ms;
  -webkit-transition: -webkit-transform 800ms ease 500ms;
}
.quiz-slider.slide-1{
  transform:translateX(0);
  -webkit-transform:translateX(0);
}
.quiz-slider.slide-2{
  transform:translateX(-33.33%);
  -webkit-transform:translateX(-33.33%);
}
.quiz-slider.slide-3{
  transform:translateX(-66.66%);
  -webkit-transform:translateX(-66.66%);
}
.quiz-slider-question{
  display: block;
  width: 33.33%;
  float: left;
  height: 100%;
}
.quiz-slider-asnwer{
  display: table;
  color:#fff;
  text-transform: none;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  font-family: 'DIN Next LT Pro';
  width: 100%;
  background-size: cover !important;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.quiz-slider-asnwer.h25{
  height: 25%;
}
.quiz-slider-asnwer.h33{
  height: 33.33%;
}
.quiz-slider-answer-ring{
  position: absolute;
  text-align: center;
  font-family: 'DIN Next LT Pro';
  top:50%;
  z-index: -1;
  margin-top: -18px;
  height: 36px;
  width: 36px;
  right:20px;
  line-height: 33px;
  text-transform: none;
  font-size: 16px;
  color:#fff;
  border-radius: 30px;
  border:3px solid #fff;
  overflow: hidden;
}
.quiz-slider-asnwer.selected .quiz-slider-answer-ring{
  text-indent: -190px;
}
.quiz-slider-asnwer.selected .quiz-slider-answer-ring::after{
  background-color: white;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 26px;
  content: '';
}
.quiz-slider-asnwers-content{
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  position: relative;
  padding-right: 29%;
  z-index: 1;
  height: 100%;
}
.answer-1{
  background: url(../images/quiz/answer-1-mobile.jpg) 50% 50% no-repeat;
}
.answer-2{
  background: url(../images/quiz/answer-2-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-3{
  background: url(../images/quiz/answer-3-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-4{
  background: url(../images/quiz/answer-4-mobile.jpg) 50% 50% no-repeat;
}
.answer-5{
  background: url(../images/quiz/answer-5-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-6{
  background: url(../images/quiz/answer-6-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-7{
  background: url(../images/quiz/answer-7-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-8{
  background: url(../images/quiz/answer-8-mobile.jpg?v=1) 50% 50% no-repeat;
}
.answer-9{
  background: url(../images/quiz/answer-9-mobile.jpg) 50% 50% no-repeat;
}
.answer-10{
  background: url(../images/quiz/answer-10-mobile.jpg) 50% 50% no-repeat;
}
.answer-11{
  background: url(../images/quiz/answer-11-mobile.jpg) 50% 50% no-repeat;
}
.quiz-result-count{
  display: none;
}
.quiz-result-count-title{
  font-family: FFDINWebProCond;
  font-size: 27px;
  line-height: 37px;
  opacity: 0.7;
  color:white;
  font-weight: bold;
  opacity: 0;
  transition:opacity 800ms ease 1s;
  -webkit-transition:opacity 800ms ease 1s;
}
.quiz-result-count-title span{
  color:#bf0c0c;
}
.quiz-result-count-progress{
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  color:#b8a282;
  padding-bottom: 5px;
}
.quiz-result-count-progress::before,
.quiz-result-count-progress::after{
  height: 4px;
  content: '';
  position: absolute;
  bottom:0;
  border-radius: 5px;
  left:0;
}
.quiz-result-count-progress::after{
  background-color: #b8a282;
  z-index: 2;
  width: 0%;
  transition:width 4s linear;
  -webkit-transition:width 4s linear;
}
.quiz-result-count-progress::before{
  background-color: #504e4e;
  width: 100%;
}
.quiz-result-count.active{
  display: block
}
.quiz-result-count.active .quiz-result-count-progress::after{
  width: 100%
}
.quiz-result-count.active .quiz-result-count-title{
  opacity: 1
}
.easy-autocomplete{
  width: 100% !important;
}
.easy-autocomplete-container li{
  color:black;
  text-align: left;
  font-family: 'DIN Next LT Pro';
}
.facebook-button{
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 37px;
  height: 35px;
  width: 200px;
  padding-left: 20px;
  display: inline-block;
  margin: 0 5px 10px 5px;
  font-family: FFDINWebProCond;
  background: #4f65b1 url(../images/quiz/facebook-bg.jpg) 25px 50% no-repeat;
  background-size: auto 20px;
  border-radius: 5px;
}
.tell-us-button{
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 37px;
  height: 35px;
  width: 200px;
  display: inline-block;
  margin: 0 5px 10px 5px;
  font-family: FFDINWebProCond;
  background: url(../images/quiz/tell-us-bg.jpg) 50% 50%;
  background-size: cover;
  border-radius: 5px;
}
.flip-card-wrapper{
  display: inline-block;
  position: relative;
  width: auto !important;
  margin: 18px;
}
.slick-track{
  width: auto !important;
  position: relative;
}
.flip-card{
  outline:none;
  perspective: 800px !important;
  position: absolute !important;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  opacity: 1;
}
.card-2{
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
.flip-card-wrapper{
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
.flip-card-wrapper img{
  max-width: 100%;
  max-height:52vh;
  margin: auto;
}
.flip-card .front{
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;

}
.flip-card .back{
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: rotateY(-180deg);
  -webkit-transition: all 0.5s ease-out;
  -webkit-transform: rotateY(-180deg);
}
.flip-card .card-side{
  border-radius: 7px;
  overflow: hidden;
  top:0;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  left:0;
  background-size: contain !important;
  box-shadow: 15px 15px 40px 1px black;
}
.result-1{
  background: url(../images/quiz/result-1-mobile.jpg) 50% 50% no-repeat;
}
.result-2{
  background: url(../images/quiz/result-2-mobile.jpg) 50% 50% no-repeat;
}
.result-3{
  background: url(../images/quiz/result-3-mobile.jpg) 50% 50% no-repeat;
}
.result-4{
  background: url(../images/quiz/result-4-mobile.jpg) 50% 50% no-repeat;
}
.result-5{
  background: url(../images/quiz/result-5-mobile.jpg) 50% 50% no-repeat;
}
.result-6{
  background: url(../images/quiz/result-6-mobile.jpg) 50% 50% no-repeat;
}
.result-7{
  background: url(../images/quiz/result-7-mobile.jpg) 50% 50% no-repeat;
}
.result-0{
  background: url(../images/quiz/result-0-mobile.jpg) 50% 50% no-repeat;
}
.result-1-back{
  background: url(../images/quiz/result-1-mobile-back.jpg) 50% 50% no-repeat;
}
.result-2-back{
  background: url(../images/quiz/result-2-mobile-back.jpg) 50% 50% no-repeat;
}
.result-3-back{
  background: url(../images/quiz/result-3-mobile-back.jpg) 50% 50% no-repeat;
}
.result-4-back{
  background: url(../images/quiz/result-4-mobile-back.jpg) 50% 50% no-repeat;
}
.result-5-back{
  background: url(../images/quiz/result-5-mobile-back.jpg) 50% 50% no-repeat;
}
.result-6-back{
  background: url(../images/quiz/result-6-mobile-back.jpg) 50% 50% no-repeat;
}
.result-7-back{
  background: url(../images/quiz/result-7-mobile-back.jpg) 50% 50% no-repeat;
}
.result-0-back{
  background: url(../images/quiz/result-0-mobile-back.jpg) 50% 50% no-repeat;
}
.share-buttons{
  position: relative;
  margin: 10px 0 20px;
  z-index: 2;
}
.result-title{
  padding-top: 10px;
  font-size: 20px;
  line-height: 29px;
}
footer.ac{
  transform: translateZ(1px);
}
.mobile{
  display: block;
}
.desktop{
  display: none;
}
.flip-card-wrapper::after{
  width: 75px;
  height: 75px;
  content: '';
  position: absolute;
  top: 10px;
  right: -18px;
  z-index: 2;
  transform: translateZ(200px);
  -webkit-transform: translateZ(200px);
  background: url(../images/quiz/turn.png) 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
}
.flip-card-wrapper:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  border: 3px solid #b8a282;
  position: absolute;
  top: 12px;
  z-index: 2;
  opacity: 0;
  right: -18px;
  transform: translateZ(200px);
  -webkit-transform: translateZ(200px);
  animation: pulse 2s ease 1s infinite;
  -webkit-animation: pulse 2s ease 1s infinite;
  pointer-events: none;
}
.animation-button::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 3px solid #b8a282;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  right: 0;
  animation: pulse 2s ease 1s infinite;
  -webkit-animation: pulse 2s ease 1s infinite;
  pointer-events: none;
}
.quiz-slider-menu a.active{
  color:white
}
.additional{
  margin-top: 0px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  opacity:0;
  -webkit-transition: opacity 0.5s ease-out 2s;
  padding: 0 20px;
}
.loaded .additional{
  opacity: 1
}
.additional span{
  color:#b8a282
}
.form-error{
  display: none
}
.quiz-modal{
  position: fixed;
  top:0;
  left:0;
  height: 100vh;
  width: 100%;
  z-index: 200;
  display: none;
  background-color: rgba(0,0,0,0.5)
}
.quiz-modal.full{
  display: block
}
.quiz-modal-window{
  position: absolute;
  top:50px;
  left:0;
  bottom:40px;
  right:0;
  overflow: auto;
  padding: 20px;
  z-index: 10;
  background: url(../images/2018/our-beer-bg.jpg) 50% 0 repeat-y;
  background-size: 100% auto;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.5)
}
.quiz-modal-window p{
  text-align: center;
  color:#b8a282;
  max-width: 500px;
  margin: 0 auto 15px;
  text-transform: none;
  font-size: 25px;

}
.quiz-modal-window h2{
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 29px;
}
.quiz-modal-window form{
  max-width: 440px;
  margin: auto;
  text-align: center;
  display: block;
}
.quiz-modal-window  input{
  width: 100%;
  text-align: left;
  color:black;
  background: url(../images/quiz/quiz-input.jpg) 50% 50%;
  background-size: cover;
  font-family: 'DIN Next LT Pro';
  height: 35px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.quiz-modal-window  label{
  text-align: center;
  padding-bottom: 3px;
  color:white;
  display: block;
}
.quiz-modal-window textarea{
  width: 100%;
  text-align: left;
  color:black;
  font-family: 'DIN Next LT Pro';
  height: 80px;
  padding: 10px;
  margin-bottom: 15px;
  background: url(../images/quiz/quiz-textarea.jpg) 50% 50%;
  background-size: cover;
}
.quiz-modal-window-close{
  top:10px;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  right:10px;
  background: url(../images/quiz/modal-close.png) 50% 50%;
  background-size: contain;
}
.send-form{
  color: white;
  text-align: center;
  font-size: 18px;
  height: 40px;
  width: 180px;
  border:none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 5px 10px 5px;
  font-family: FFDINWebProCond;
  background: url(../images/quiz/tell-us-bg.jpg) 50% 50%;
  background-size: cover;
  border-radius: 5px;
}
.quiz-gallery.loaded {
  display: block;
}
.quiz-gallery{
  position: relative;
  margin-top: -40px;
  padding-top: 0px;
  display: none;
  text-align: center;
  padding-bottom: 40px;
}
.quiz-gallery .flip-card-wrapper{

}
.flip-card-wrapper.clicked:before{
  animation: none;
  -webkit-animation: none;
}
.flip-card-wrapper:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  border: 3px solid #b8a282;
  position: absolute;
  top: 12px;
  z-index: 2;
  opacity: 0;
  right: -18px;
  transform: translateZ(200px);
  -webkit-transform: translateZ(200px);
  animation: pulse 2s ease 1s infinite;
  -webkit-animation: pulse 2s ease 1s infinite;
  pointer-events: none;
}
.quiz-gallery .flip-card-wrapper.clicked::before,
.quiz-gallery .flip-card-wrapper.clicked::after{
  content:none
}
@media (min-width:375px){
  .top-right-ribbon{
    width: 238px;
  }
  .bottom-left-ribbon{
    width: 250px;
  }
}
@media (min-width:767px) and (min-height:600px){
  .quiz-slider-menu{
    font-size: 24px;
  }
  .quiz-result-count-title,
  h1{
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 15px;
    }
  .result-title{
    font-size: 30px;
    line-height: 37px;
  }
  .quiz-modal-window h2{
    font-size: 30px;
    line-height: 37px;
  }
  .quiz .p{
    color:#b8a282;
    font-size: 37px;
    line-height: 42px;
  }
  .quiz-result-count-progress{
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width:767px) and (min-height:450px){
  .result-title{
    padding-top: 40px;
    font-size: 30px;
    line-height: 38px;
  }
  .quiz-modal-window h2{
    font-size: 45px;
    line-height: 50px;
    padding-top: 0;
  }
  .additional{
    padding-top: 10px !important;
  }
  .flip-card img{
    max-width: 100%;
    max-height:60vh;
    margin: auto;
  }
  .quiz-top-section{
    height: 170px;
    padding-top: 20px;
  }
  .quiz-top-section-steps{
    top:70px;
  }
  .quiz-top-section h2{
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .quiz-top-section h3{
    font-size: 31px;
    line-height: 35px;
    margin-top: 0;
  }
  .quiz-slider-section{
    padding-top: 170px;
  }
}
@media (min-width:767px) and (min-height:650px){
  .quiz-modal-window-close{
    top:20px;
    width: 34px;
    height: 34px;
    right:20px;
  }
  .result-title{
    font-size: 42px;
    line-height: 48px;
    padding-top: 50px;
  }
  .quiz-top-section{
    height: 225px;
    padding-top: 40px;
  }
  .quiz-top-section-steps{
    top:100px;
  }
  .quiz-top-section h2{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .quiz-top-section h3{
    margin-top: 0;
    font-weight: 500;
    font-size: 37px;
    line-height: 40px;
  }
  .quiz-slider-section{
    padding-top: 230px;
  }
  .additional{
    margin-top: 10px;
  }
}
@media (min-width:767px) and (min-height:850px){
  .result-title{
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
    padding-top: 65px;
  }
  .quiz-modal-window h2{
    font-size: 54px;
    line-height: 60px;
  }
  .quiz-top-section{
    height: 325px;
    padding-top: 80px;
  }
  .quiz-top-section-steps{
    top:170px;
  }
  .quiz-top-section-step{
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .quiz-top-section h2{
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
  }
  .quiz-top-section h3{
    margin-top: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
  }
  .quiz-slider-section{
    padding-top: 330px;
  }
}
@media(min-width:1024px){
  body.quiz{
    padding-top: 0;
    padding-bottom: 60px;
  }
  .quiz-gallery{
    margin-top: 20px;
    padding-left: 90px;
  }
  .quiz-slider-section ,
  .quiz-top-section-steps,
  .quiz-top-section{
    padding-left: 88px;
  }
  /* .share-buttons,
  .zoomed{
    padding-left: 90px;
  } */
  .content.quiz{
    padding-bottom: 0;
  }
  .additional{
    margin-bottom: 30px;
  }
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
  .flip-card-wrapper{
    margin: 30px 35px;
  }
  .flip-card-wrapper.animation-2:before {
    animation: pulse 2s ease 1.5s infinite;
    -webkit-animation: pulse 2s ease 1.5s infinite;
  }
  .flip-card-wrapper.animation-3:before {
    animation: pulse 2s ease 2.2s infinite;
    -webkit-animation: pulse 2s ease 2.2s infinite;
  }
  /* .quiz-gallery .flip-card-wrapper:before {
    content:none;
  } */
  .quiz-gallery .flip-card-wrapper img{
    max-height: 50vh;
  }
  .quiz-gallery .flip-card-wrapper::after{
    width: 75px;
    height: 75px;
    top: 10px;
    right: -18px;
  }
  .quiz-gallery .flip-card-wrapper:before {
    width: 70px;
    height: 70px;
    top: 12px;
    right: -18px;
  }
  .button-gold{
    font-size: 24px;
  }
  .button-gold.with-icon{
    padding-right:50px;
  }
  .quiz-logo{
    position: absolute;
    top:20px;
    left:110px;
    z-index:3;
    width:160px;
    height: 33px;
    margin-left: 0 !important;
  }
  .quiz-logo.new{
    width: 157px;
    height: 33px;
  }
  .quiz-logo.again{
    width: 223px;
    height: 33px;
  }
  .top-right-ribbon{
    top:0;
    width: 476px;
    height: 246px;
  }
  .bottom-left-ribbon{
    bottom:60px;
    width: 500px;
    height: 200px;
  }
  .share-buttons{
    margin-bottom: 20px
  }
  .quiz-slider-asnwer{
    width: 50%;
    height: 50% !important;
    float: left;
    color:white;
    position: relative;
    transition: transform 300ms ease,box-shadow 300ms ease;
    -webkit-transition: -webkit-transform 300ms ease,box-shadow 300ms ease;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  .quiz-slider-asnwer:nth-child(2)
  .quiz-slider-asnwer:nth-child(2){

  }
  .quiz-slider-asnwer:active,
  .quiz-slider-asnwer:hover{
    box-shadow: 0 0 20px 10px black;
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
    z-index: 2;
  }
  .quiz-slider-asnwer .quiz-slider-answer-ring,
  .quiz-slider-asnwer .quiz-slider-answer-ring{
    color:white;
    border-color: white;
  }
  .quiz-slider-asnwer.h33{
    width: 33.33%;
    height: 100% !important;
  }
  .answer-1{
    background: url(../images/quiz/answer-1.jpg) 50% 50% no-repeat;
  }
  .answer-2{
    background: url(../images/quiz/answer-2.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-3{
    background: url(../images/quiz/answer-3.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-4{
    background: url(../images/quiz/answer-4.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-5{
    background: url(../images/quiz/answer-5.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-6{
    background: url(../images/quiz/answer-6.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-7{
    background: url(../images/quiz/answer-7.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-8{
    background: url(../images/quiz/answer-8.jpg?v=1) 50% 50% no-repeat;
  }
  .answer-9{
    background: url(../images/quiz/answer-9.jpg) 50% 50% no-repeat;
  }
  .answer-10{
    background: url(../images/quiz/answer-10.jpg) 50% 50% no-repeat;
  }
  .answer-11{
    background: url(../images/quiz/answer-11.jpg) 50% 50% no-repeat;
  }
  .result-1.no-gallery{
    background: url(../images/quiz/result-1.jpg) 50% 50% no-repeat;
  }
  .result-2.no-gallery{
    background: url(../images/quiz/result-2.jpg) 50% 50% no-repeat;
  }
  .result-3.no-gallery{
    background: url(../images/quiz/result-3.jpg) 50% 50% no-repeat;
  }
  .result-4.no-gallery{
    background: url(../images/quiz/result-4.jpg) 50% 50% no-repeat;
  }
  .result-5.no-gallery{
    background: url(../images/quiz/result-5.jpg) 50% 50% no-repeat;
  }
  .result-6.no-gallery{
    background: url(../images/quiz/result-6.jpg) 50% 50% no-repeat;
  }
  .result-7.no-gallery{
    background: url(../images/quiz/result-7.jpg) 50% 50% no-repeat;
  }
  .result-0.no-gallery{
    background: url(../images/quiz/result-0.jpg) 50% 50% no-repeat;
  }
  .result-1-back.no-gallery{
    background: url(../images/quiz/result-1-back.jpg) 50% 50% no-repeat;
  }
  .result-2-back.no-gallery{
    background: url(../images/quiz/result-2-back.jpg) 50% 50% no-repeat;
  }
  .result-3-back.no-gallery{
    background: url(../images/quiz/result-3-back.jpg) 50% 50% no-repeat;
  }
  .result-4-back.no-gallery{
    background: url(../images/quiz/result-4-back.jpg) 50% 50% no-repeat;
  }
  .result-5-back.no-gallery{
    background: url(../images/quiz/result-5-back.jpg) 50% 50% no-repeat;
  }
  .result-6-back.no-gallery{
    background: url(../images/quiz/result-6-back.jpg) 50% 50% no-repeat;
  }
  .result-7-back.no-gallery{
    background: url(../images/quiz/result-7-back.jpg) 50% 50% no-repeat;
  }
  .result-0-back.no-gallery{
    background: url(../images/quiz/result-0-back.jpg) 50% 50% no-repeat;
  }
  .quiz-slider-answer-ring{
    height: 46px;
    width: 46px;
    margin:0 auto 10px;
    position: relative;
    top:0;
    left:0;
    line-height: 42px;
    font-size: 32px;
    border-radius: 50px;
    border: 4px solid #fff;
  }
  .quiz-slider-asnwers-content{
    padding: 0px 20% 0 20%;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  .quiz-slider-asnwer.selected .quiz-slider-answer-ring::after{
    width: 26px;
    height: 26px;
  }
  .flip-card-wrapper::after{
    width: 100px;
    height: 100px;
  }
  .flip-card-wrapper:before {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    top: 9px;
    right: -22px;
  }
  .quiz-modal-window{
    left: 95px;
    padding: 40px;
    top:10px;
    max-height: 800px;
    margin: auto;
  }
  .full .quiz-modal-window{
    left: 95px;
    padding: 40px;
    top:0;
    max-height: 100vh;
    margin: auto;
  }
  .quiz-gallery .flip-card-wrapper.clicked{
    transform:none;
    -webkit-transform::none;
  }
  .quiz-gallery .flip-card-wrapper.clicked .flip-card img{
    max-height: 73vh;
  }
  .quiz-gallery .flip-card img {
    display: block;
  }
  .detail{
    display: none;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 2;
  }
  .detail.clicked{
    display: block;
  }
  .quiz-gallery .flip-card-wrapper.clicked .flip-card{
    transform: translate3d(-50%,-50%,200px) rotate(-2deg);;
    -webkit-transform: translate3d(-50%,-50%,200px) rotate(-2deg);
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 200;
    width: auto;
    height: auto;
  }
  .facebook-button{
    font-size: 21px;
    line-height: 45px;
    height: 45px;
    width: 250px;
    padding-left: 20px;
    background: #4f65b1 url(../images/quiz/facebook-bg.jpg) 30px 50% no-repeat;
    background-size: auto 20px;
  }
  .tell-us-button {
    font-size: 21px;
    line-height: 45px;
    height: 45px;
    width: 250px;
  }
}
@-webkit-keyframes pulse {
  0% {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(200px);
  }
  80% {
      opacity: 0;
      -webkit-transform: scale(1.5) translateZ(200px);
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2) translateZ(200px);
  }
}
@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1) translateZ(200px);
  }
  80% {
      opacity: 0;
      transform: scale(1.5) translateZ(200px);
  }
  100% {
      opacity: 0;
      transform: scale(2) translateZ(200px);
  }
}
