@charset "UTF-8";
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Geometria", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ftitle * {
  font-family: "Geometria", sans-serif;
  color: #242D39;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Geometria", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Thin.eot");
  src: local("Geometria Thin"), local("Geometria-Thin"), url("../fonts/Geometria-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Thin.woff") format("woff"), url("../fonts/Geometria-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-MediumItalic.eot");
  src: local("Geometria MediumItalic"), local("Geometria-MediumItalic"), url("../fonts/Geometria-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-MediumItalic.woff") format("woff"), url("../fonts/Geometria-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Italic.eot");
  src: local("Geometria Italic"), local("Geometria-Italic"), url("../fonts/Geometria-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Italic.woff") format("woff"), url("../fonts/Geometria-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Heavy.eot");
  src: local("Geometria Heavy"), local("Geometria-Heavy"), url("../fonts/Geometria-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Heavy.woff") format("woff"), url("../fonts/Geometria-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-ExtraBoldItalic.eot");
  src: local("Geometria ExtraBoldItalic"), local("Geometria-ExtraBoldItalic"), url("../fonts/Geometria-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ExtraBoldItalic.woff") format("woff"), url("../fonts/Geometria-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Medium.eot");
  src: local("Geometria Medium"), local("Geometria-Medium"), url("../fonts/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-BoldItalic.eot");
  src: local("Geometria BoldItalic"), local("Geometria-BoldItalic"), url("../fonts/Geometria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-BoldItalic.woff") format("woff"), url("../fonts/Geometria-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-LightItalic.eot");
  src: local("Geometria LightItalic"), local("Geometria-LightItalic"), url("../fonts/Geometria-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-LightItalic.woff") format("woff"), url("../fonts/Geometria-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-HeavyItalic.eot");
  src: local("Geometria HeavyItalic"), local("Geometria-HeavyItalic"), url("../fonts/Geometria-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-HeavyItalic.woff") format("woff"), url("../fonts/Geometria-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria.eot");
  src: local("Geometria"), url("../fonts/Geometria.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria.woff") format("woff"), url("../fonts/Geometria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Bold.eot");
  src: local("Geometria Bold"), local("Geometria-Bold"), url("../fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-ExtraBold.eot");
  src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url("../fonts/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ExtraBold.woff") format("woff"), url("../fonts/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-ThinItalic.eot");
  src: local("Geometria ThinItalic"), local("Geometria-ThinItalic"), url("../fonts/Geometria-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ThinItalic.woff") format("woff"), url("../fonts/Geometria-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-ExtraLightItalic.eot");
  src: local("Geometria ExtraLightItalic"), local("Geometria-ExtraLightItalic"), url("../fonts/Geometria-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ExtraLightItalic.woff") format("woff"), url("../fonts/Geometria-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-Light.eot");
  src: local("Geometria Light"), local("Geometria-Light"), url("../fonts/Geometria-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Light.woff") format("woff"), url("../fonts/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria-ExtraLight.eot");
  src: local("Geometria ExtraLight"), local("Geometria-ExtraLight"), url("../fonts/Geometria-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ExtraLight.woff") format("woff"), url("../fonts/Geometria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/


/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/

.wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  
}


.wrapper.full {
  max-width: 90%;
}


.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/

sup {
  font-size: 10px;
}

.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-around {
  justify-content: space-around;

}

@-webkit-keyframes buttonMove {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes buttonMove {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bookMove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes bookMove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}










.rec001 {
  padding: 0;
  position: relative;
  background: white;
  z-index: 3;
}

.rec001 * {
  color: #282828;
}

.rec001 .wrapper {
  min-width: 290px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.rec001__heading {
  margin-bottom: 20px;
  margin-top: 25px;
}

.rec001__heading.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__leftside {
  width: 100%;
  max-width: 100%;
}

.rec001__leftside.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rec001__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 700 !important;
  text-align: center;
}

.rec001__title b {
  font-weight: 600 !important;
}

.rec001__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.rec001__giftbox {
  width: 400px;
  padding: 40px 20px 40px 130px;
  background: url(../img/giftbox-bg.jpg) center center/cover no-repeat;
  border-radius: 85px;
  overflow: hidden;
}

.rec001__giftbox p {
  font-size: 19px;
  line-height: 140%;
}

.rec001__box {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rec001__box.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rec001__box:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/result-bg.jpeg) center center/cover no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__box.bg:before {
  opacity: 1;
}

.rec001__quiz {
  width: 100%;
  padding: 40px 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.rec001__quiz.full {
  width: 100%;
  padding: 40px 100px;
}

.rec001__progress {
  position: relative;
  width: 100%;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 35px;
  color: black;
  z-index: 3;
}

.rec001__bar {
  width: 10%;
  height: 45px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: linear-gradient(272.87deg, #dab171 -.08%, #f3dead -.07%, #f4e6cb 49.2%, #d9bd89 98.48%);
  background-size: auto 100%;
 
}

.rec001__progresstext {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: black;
  font-weight: bold;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.rec001__progresstext span, .rec001__progresstext b {
  font-weight: bold;
  color: black;
}

.rec001__questions {
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__question {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.rec001__question.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.rec001__question.imagebig .rec001__answer {
  width: 30%;
}

.rec001__question.imagebig .rec001__radio {
  display: block;
  width: 100%;
}

.rec001__question.imagebig .rec001__image {
  height: 215px;
}

.rec001__question.imagesmall .rec001__answer {
  width: 30%;
}

.rec001__question.imagesmall .rec001__radio {
  display: block;
  width: 100%;
}

.rec001__question.imagesmall .rec001__image {
  height: 140px;
  background-color: #fff;
}

.rec001__question.imagebig .rec001__answer, .rec001__question.imagesmall .rec001__answer {
  margin-right: 5%;
}

.rec001__question.imagebig .rec001__answer:nth-child(3n), .rec001__question.imagesmall .rec001__answer:nth-child(3n) {
  margin-right: 0;
}

.rec001__question.imagebig .rec001__answer:hover .rec001__image, .rec001__question.imagesmall .rec001__answer:hover .rec001__image {
  -webkit-box-shadow: 0 0 0 9999px rgba(255, 183, 66, 0.55) inset;
          box-shadow: 0 0 0 9999px rgba(255, 183, 66, 0.55) inset;
}

.rec001__question.noimage .rec001__answer {
  width: 48%;
}

.rec001__question.noimage .rec001__answer input:checked + .rec001__radio {
  border-color: #30b2e9;
}

.rec001__question.noimage .rec001__content.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rec001__question.noimage .rec001__radio {
  display: block;
  width: 100%;
  padding: 17px 30px 15px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.rec001__question.oneimage .rec001__content.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__question.oneimage .rec001__answer {
  width: 100%;
}

.rec001__question.oneimage .rec001__answer input:checked + .rec001__radio {
  border-color: #30b2e9;
}

.rec001__question.oneimage .rec001__answer:last-child {
  margin-bottom: 0;
}

.rec001__question.oneimage .rec001__radio {
  display: block;
  width: 100%;
  padding: 17px 30px 15px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.rec001__leftimage {
  display: block;
  width: 48%;
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 15px;
}

.rec001__leftimage img {
  display: block;
  max-width: 100%;
}

.rec001__answers {
  width: 48%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.rec001__answer {
  margin-bottom: 20px;
  cursor: pointer;
}

.rec001__answer input {
  display: none;
}

.rec001__quesinput {
  width: 100%;
  min-height: 250px;
}

.rec001__quesinput input {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ececec;
  font-size: 15px;
  padding: 22px 30px 20px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__quesinput input:focus {
  border-color: #30b2e9;
  padding-left: 35px;
}

.rec001__answer input:checked + .rec001__radio .rec001__radioname:before {
  background: #30b2e9;
}

.rec001__answer input:checked + .rec001__radio .rec001__radioname:after {
  -webkit-filter: brightness(3);
  filter: brightness(3);
}

.rec001__image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 9999px rgba(66, 119, 255, 0) inset;
  box-shadow: 0 0 0 9999px rgba(66, 119, 255, 0) inset;
}

.rec001__radioname {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 32px;
}

.rec001__radioname:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -5px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__radioname:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 1px;
  border-radius: 50%;
  background: url(../img/check.svg) center center no-repeat;
  background-size: 100% 100%;
  -webkit-filter: grayscale(100%) brightness(1.5);
  filter: grayscale(100%) brightness(1.5);
}

.rec001__quesname {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 22px;
}

.rec001__quesdescr {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  opacity: 0.6;
}

.rec001__content.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rec001__navig {
  position: relative;
  z-index: 3;
}

.rec001__navig.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__btns.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__prev {
  padding: 20px 0 18px;
  width: 150px;
  background: #cbcbcb;
  border: 0;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__prev:disabled {
  cursor: not-allowed;
}

.rec001__prev.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__prev img {
  display: block;
  width: 20px;
  margin-right: 12px;
}

.rec001__prev span {
  font-weight: 700;
  font-size: 14px;
  color: black
  text-transform: uppercase;
}

.rec001__prev:hover {
  background: #a9a9a9;
}

.rec001__next {
  width: 150px;
  padding: 20px 0 18px;
  background: linear-gradient(272.87deg, #dab171 -.08%, #f3dead -.07%, #f4e6cb 49.2%, #d9bd89 98.48%);
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.rec001__next:before {
  content: "Виберіть відповідь";
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  background: none;
  padding: 8px;
  font-size: 10px;
  text-align: center;
  width: 145px;
  color: red;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.rec001__next:disabled {
  cursor: not-allowed;
}

.rec001__next:disabled:hover:before {
  opacity: 1;
}

.rec001__next.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__next img {
  display: block;
  width: 20px;
  margin-left: 12px;
}

.rec001__next span {
  font-weight: 700;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

.rec001__next:hover {
  background: #ec4e00;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.rec001__help.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__help img {
  display: block;
  width: 28px;
  margin-right: 13px;
}

.rec001__help span {
  font-size: 10px;
  line-height: 1.4;
  padding-top: 4px;
}

.rec001__right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 380px;
  background: #F6F8FA;
  padding: 40px 30px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__right.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rec001__right.hidden {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.rec001__righttop {
  width: 100%;
}

.rec001__manager {
  position: relative;
  z-index: 2;
}

.rec001__manager.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rec001__user {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: url(../img/manager.jpg) center center/cover no-repeat;
  margin-right: 20px;
}

.rec001__minfo {
  width: calc(100% - 126px);
}

.rec001__minfo span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}

.rec001__minfo p {
  font-size: 15px;
  line-height: 1.2;
}

.rec001__mantext {
  width: 220px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
  position: relative;
}

.rec001__mantext img {
  display: block;
  width: 57px;
  position: absolute;
  right: 103%;
  bottom: 20px;
}

.rec001__mantext p {
  font-size: 16px;
  line-height: 1.2;
}

.rec001__gifts {
  margin-top: 0;
  position: relative;
  padding-bottom: 27px;
  width: 100%;
}

.rec001__gifts span {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 32px;
}

.rec001__gifts p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  width: 140px;
  margin-bottom: 20px;
}

.rec001__gifts img {
  position: absolute;
  width: 230px;
  right: -15px;
  bottom: 0;
}

.rec001__lastinfo {
  margin-bottom: 30px;
  text-align: center;
}

.rec001__lastinfo span {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.rec001__lastinfo p {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.rec001__lastinfo p.small {
  font-size: 18px;
}

.rec001__lastform {
  width: 320px;
  margin: 0 auto;
}

.rec001__select {
  position: relative;
  z-index: 4;
}

.rec001__select select {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 26px;
  border-radius: 0px;
  border: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/down-arrow.png) 93% center no-repeat;
  background-size: 20px 20px;
  outline: none;
}

.rec001__input {
  margin-top: 15px;
  width: 100%;
  position: relative;
  z-index: 4;
}

.rec001__input .iti {
  width: 100%;
}

.rec001__input input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 30px;
  border-radius: 0px;
  border: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__input input::-webkit-input-placeholder {
  color: #000;
}

.rec001__input input::-moz-placeholder {
  color: #000;
}

.rec001__input input:-ms-input-placeholder {
  color: #000;
}

.rec001__input input::-ms-input-placeholder {
  color: #000;
}

.rec001__input input::placeholder {
  color: #000;
}

.rec001__input input:focus {
  padding-left: 40px;
}

.rec001__submit {
  margin-top: 20px;
  position: relative;
  z-index: 4;
}

.rec001__submit button {
  padding: 20px 0 18px;
  background: #30b2e9;
  border: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.rec001__submit button:hover {
  background: #ec4e00;
}

.rec001__copy {
  margin-top: 12px;
  position: relative;
  z-index: 4;
}

.rec001__copy input {
  display: none;
}

.rec001__copy label {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 10px;
  line-height: 1.2;
}

.rec001__copy label:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__copy label:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 2px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: 100% 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rec001__copy label a {
  font-weight: 700;
  text-decoration: underline;
}

.rec001__copy input:checked + label:before {
  background: #30b2e9;
}

.rec001__copy input:checked + label:after {
  opacity: 1;
}

.rec001__planshet {
  position: absolute;
  right: 50px;
  bottom: -100px;
  width: 340px;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

@-webkit-keyframes quizLine {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 77px center;
  }
}
@keyframes quizLine {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 77px center;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .rec001__leftside {
    width: 575px;
    width: 100%;
  }
  .rec001__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .rec001__description {
    font-size: 16px;
  }
  .rec001__giftbox {
    padding: 30px 20px 30px 125px;
    width: 350px;
  }
  .rec001__giftbox p {
    font-size: 15px;
  }
  .rec001__quiz {
    padding: 30px;
    width: 620px;
    width: 100%;
  }
  .rec001__minfo span {
    font-size: 16px;
  }
  .rec001__minfo p {
    font-size: 13px;
  }
  .rec001__user {
    width: 86px;
    height: 86px;
  }
  .rec001__mantext {
    width: 185px;
  }
  .rec001__mantext p {
    font-size: 14px;
  }
  .rec001__right {
    width: 320px;
  }
  .rec001__gifts span {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .rec001__gifts p {
    font-size: 12px;
    width: 120px;
  }
  .rec001__gifts img {
    width: 180px;
  }
  .rec001__planshet {
    right: -20px;
    width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 740px;
  }
  .rec001 {
    padding: 50px 0;
  }
  .rec001__title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .rec001__title br {
    display: none;
  }
  .rec001__description {
    font-size: 14px;
  }
  .rec001__right {
    display: none;
  }
  .rec001__quiz {
    width: 100%;
  }
  .rec001__quiz.full {
    padding: 40px 40px;
  }
  .rec001__leftside {
    width: 400px;
    width: 100%;
  }
  .rec001__giftbox {
    padding: 30px 20px 30px 100px;
    width: 305px;
  }
  .rec001__giftbox p {
    font-size: 14px;
  }
  .rec001__planshet {
    width: 295px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: calc(100% - 30px);
  }
  .rec001__heading {
    margin-bottom: 25px;
  }
  .rec001__leftside {
    display: block;
    width: 100%;
  }
  .rec001__giftbox {
    width: 100%;
    padding: 30px 20px 30px 140px;
  }
  .rec001__quiz {
    padding: 15px 15px;
  }
  .rec001__quiz.full {
    padding: 15px 15px;
  }
  .rec001__description br {
    display: none;
  }
  .rec001__content.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rec001__question.imagebig .rec001__answer {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
  .rec001__quesdescr {
    font-size: 14px;
  }
  .rec001__question.imagesmall .rec001__answer {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
  .rec001__question.noimage .rec001__answer {
    width: 100%;
  }
  .rec001__answers {
    width: 100%;
  }
  .rec001__leftimage {
    width: 100%;
    min-height: 200px;
    margin-bottom: 15px;
  }
  .rec001__navig.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rec001__help {
    margin-top: 15px;
  }
  .rec001__next, .rec001__prev {
    padding: 16px 0 14px;
    width: 120px;
  }
  .rec001__lastinfo span {
    font-size: 24px;
  }
  .rec001__lastinfo p {
    font-size: 18px;
  }
  .rec001__lastinfo p.small {
    font-size: 14px;
  }
  .rec001__planshet {
    display: none;
  }
  .rec001__lastform {
    width: 100%;
  }
}



