@charset "UTF-8";
.block_home, .quiz, .delight, .hero_block, .gallery_block, .feedBack, .adventure_block, .public_holiday, .block_reviews, .footer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 90px;
}

@media screen and (max-width: 1500px) {
  .block_home, .quiz, .delight, .hero_block, .gallery_block, .feedBack, .adventure_block, .public_holiday, .block_reviews, .footer {
    padding-top: 40px;
  }
}

section img.background {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.items_block > div .icon[data-attribute="1"]:before, .items_block > div .icon[data-attribute="2"]:before, .items_block > div .icon[data-attribute="3"]:before, .items_block > div .icon[data-attribute="4"]:before, .adventure_block .video_block > div .icon_video:before, .adventure_block .video_block > div .icon_play:before, .block_reviews .item_reviews .icon_play:before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #3f1d93;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .items_block > div .icon[data-attribute="1"]:before, .items_block > div .icon[data-attribute="2"]:before, .items_block > div .icon[data-attribute="3"]:before, .items_block > div .icon[data-attribute="4"]:before, .adventure_block .video_block > div .icon_video:before, .adventure_block .video_block > div .icon_play:before, .block_reviews .item_reviews .icon_play:before {
    width: 90px;
    height: 90px;
  }
}

.items_block > div .icon, .adventure_block .video_block > div .icon_video, .adventure_block .video_block > div .icon_play, .block_reviews .item_reviews .icon_play, .block_reviews .item_reviews .icon_img {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #fff;
  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;
  position: absolute;
}

@media screen and (max-width: 1500px) {
  .items_block > div .icon, .adventure_block .video_block > div .icon_video, .adventure_block .video_block > div .icon_play, .block_reviews .item_reviews .icon_play, .block_reviews .item_reviews .icon_img {
    width: 100px;
    height: 100px;
  }
}

p, .hero_block p, .items_block > div .item p, form label, .footer p.consent {
  font-size: 18px;
  width: 100%;
  max-width: 750px;
  color: #f8f8f8;
  font-family: "Montserrat Light";
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
  p, .hero_block p, .items_block > div .item p, form label, .footer p.consent {
    font-size: 16px;
  }
}

.slider_wrapper .next, .slider_wrapper .prev {
  width: 60px;
  height: 60px;
  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;
  position: absolute;
  border-radius: 10px;
  background: #3f1d93;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 1;
  cursor: pointer;
}

.slider_wrapper .next:before, .slider_wrapper .prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.slider_wrapper .next:hover, .slider_wrapper .prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 540px) {
  .slider_wrapper .next, .slider_wrapper .prev {
    width: 30px;
    height: 30px;
  }
  .slider_wrapper .next:before, .slider_wrapper .prev:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.hero_block .hero .subHero .item1, .hero_block .hero .subHero .item2, .hero_block .hero .subHero .item3, .hero_block .hero .subHero .item4, .hero_block .hero .subHero .item5, .hero_block .hero .subHero .item6 {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item1, .hero_block .hero .subHero .item2, .hero_block .hero .subHero .item3, .hero_block .hero .subHero .item4, .hero_block .hero .subHero .item5, .hero_block .hero .subHero .item6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.hero_block .hero .subHero .item1 .circle, .hero_block .hero .subHero .item2 .circle, .hero_block .hero .subHero .item3 .circle, .hero_block .hero .subHero .item4 .circle, .hero_block .hero .subHero .item5 .circle, .hero_block .hero .subHero .item6 .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item1 .circle, .hero_block .hero .subHero .item2 .circle, .hero_block .hero .subHero .item3 .circle, .hero_block .hero .subHero .item4 .circle, .hero_block .hero .subHero .item5 .circle, .hero_block .hero .subHero .item6 .circle {
    width: 160px;
    height: 160px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.hero_block .hero .subHero .item4 .des_item, .hero_block .hero .subHero .item5 .des_item, .hero_block .hero .subHero .item6 .des_item {
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  right: -200%;
  background: #3f1d93;
  opacity: 0;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  border-radius: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  z-index: 40;
}

.hero_block .hero .subHero .item4 .des_item:before, .hero_block .hero .subHero .item5 .des_item:before, .hero_block .hero .subHero .item6 .des_item:before {
  content: "";
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  left: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #3f1d93;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.hero_block .hero .subHero .item4:before, .hero_block .hero .subHero .item5:before, .hero_block .hero .subHero .item6:before {
  position: absolute;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3f1d93;
  height: 36px;
  border-radius: 18px;
  font-size: 16px;
  color: #fff;
  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;
  bottom: -18px;
  font-family: "Montserrat Light";
}

section .countBack, section .countFront, section .confetti, section .star {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section img.bg2-prlx, section img.back_parlx, section img.front_parlx, section img.star_prlx {
  width: 100%;
  height: auto;
  min-width: 1050px;
  min-height: 600px;
  background-position: center;
  background-size: cover;
}

@font-face {
  font-family: "Forum";
  src: url("Forum.eot");
  src: local("Forum"), url("../fonts/Forum.eot?#iefix") format("embedded-opentype"), url("../fonts/Forum.woff2") format("woff2"), url("../fonts/Forum.woff") format("woff"), url("../fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftAndRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeftAndRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
            transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
            transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
            transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
            transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  background-color: #121212;
}

iframe.active-iframe {
  display: block;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.confetti_1 {
  width: 100%;
  height: 100vh;
  background: url(../images/08.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.confetti_1 .block_thanks {
  width: 86%;
  margin: 0 auto;
  margin-top: 20vh;
  background: rgba(173, 150, 100, 0.7);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7%;
}

.confetti_1 .block_thanks > h1 {
  max-width: 1000px !important;
  width: 100%;
  font-family: "Forum";
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: normal;
  -webkit-animation: fadeInLeft linear 0.5s both;
          animation: fadeInLeft linear 0.5s both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@media screen and (max-width: 1500px) {
  .confetti_1 .block_thanks > h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.confetti_1 .block_thanks > p {
  max-width: 1000px !important;
  width: 100%;
  font-family: "Forum";
  text-transform: uppercase;
  text-align: center;
}

.confetti_1 .block_thanks > a {
  font-family: "Forum";
  max-width: 255px !important;
  width: 100%;
  -webkit-box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#ad9664), to(#7d693e)) !important;
  background: linear-gradient(to right, #ad9664, #7d693e) !important;
  margin-top: 70px;
  text-align: center;
  line-height: 60px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #000;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.preloader img {
  -webkit-animation: load 2s linear infinite;
          animation: load 2s linear infinite;
}

.video_home {
  position: absolute;
  right: 0px;
  top: 45%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.video_home:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 970px) {
  .video_home {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  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;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay .modal {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ad9664;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  margin: 0 5px;
}

.overlay .modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlay .modal img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 80vh;
}

@media screen and (max-width: 570px) {
  .overlay .modal img {
    height: 250px;
  }
}

.overlay .modal-video {
  min-width: 64vw;
  height: 75vh;
}

.overlay .close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #ad9664;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url("../images/close.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.overlay .close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 980px) {
  section {
    padding-bottom: 20px;
    min-height: 100%;
  }
}

section[data-attribute="bg1"] {
  background-image: url("../images/bg_home.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="bg2"] {
  background-image: url("../images/07.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="bg3"] {
  background-image: url("../images/03.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="bg4"] {
  background-image: url("../images/09.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="bg5"] {
  background-image: url("../images/bg03.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="bg-quiz"] {
  background-image: url("../images/quiz.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

section[data-attribute="white"] {
  background-color: #fff;
  overflow: hidden;
}

section[data-attribute="grey"] {
  background-color: #f8f8f8;
}

section[data-attribute="purple"] {
  background-color: #3f1d93;
}

#group12 {
  z-index: 12;
}

#group11 {
  z-index: 11;
}

#group10 {
  z-index: 10;
}

#group9 {
  z-index: 9;
}

#group8 {
  z-index: 8;
}

#group7 {
  z-index: 7;
}

#group6 {
  z-index: 6;
}

#group5 {
  z-index: 5;
}

#group4 {
  z-index: 4;
}

#group3 {
  z-index: 3;
}

#group2 {
  z-index: 2;
}

#group1 {
  z-index: 1;
}

a {
  text-decoration: none;
}

h1 {
  max-width: 785px;
  font-size: 70px;
  font-family: "Forum";
  color: #fff;
  font-weight: normal;
  -webkit-animation: fadeInLeft linear 0.5s both;
          animation: fadeInLeft linear 0.5s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 60px;
    max-width: 660px;
  }
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  max-width: 840px;
  font-family: "Forum";
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: normal;
  -webkit-animation: fadeInLeft linear 0.5s both;
          animation: fadeInLeft linear 0.5s both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@media screen and (max-width: 1500px) {
  h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

h3 {
  max-width: 100%;
  font-family: "Forum";
  color: #fff;
  font-size: 48px;
  margin-bottom: 80px;
  font-weight: normal;
}

@media screen and (max-width: 1440px) {
  h3 {
    font-size: 30px;
  }
}

.wrapper {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .wrapper {
    max-width: 855px;
  }
}

@media screen and (max-width: 980px) {
  .wrapper {
    padding: 0 20px;
  }
}

.rigth_header {
  width: 100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  border-left: 1px solid #ad9664;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  z-index: 99;
}

@media screen and (max-width: 1500px) {
  .rigth_header {
    display: none;
  }
}

.rigth_header .position_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rigth_header .position_block .item {
  font-size: 14px;
  font-family: "Forum";
  font-weight: normal;
  color: #ad9664;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rigth_header .position_block .item:last-child {
  margin-bottom: 0;
}

.rigth_header .position_block .active {
  font-size: 28px;
}

.left_header {
  width: 100px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  border-right: 1px solid #ad9664;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  z-index: 99;
}

@media screen and (max-width: 1500px) {
  .left_header {
    display: none;
  }
}

.left_header .logo {
  background-image: url(../images/logo.png);
  width: 68px;
  height: 68px;
  background-size: cover;
  background-position: center center;
}

.left_header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 157px;
}

.left_header .social img {
  width: 13px;
  height: auto;
  background-size: cover;
}

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

.block_home p {
  -webkit-animation: fadeInLeft linear 0.5s both;
          animation: fadeInLeft linear 0.5s both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.block_home .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
}

.block_home .top select {
  width: 200px;
  height: 40px;
  border-radius: 10px;
  background: #3f1d93;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-family: "Forum";
  font-size: 18px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
}

@media screen and (max-width: 1500px) {
  .block_home .top select {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .block_home .top select {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .block_home .top select {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.block_home .top > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .block_home .top > div:first-child img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .block_home .top > div:first-child {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block_home .top img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 310px;
  height: auto;
  margin-right: 70px;
}

@media screen and (max-width: 1500px) {
  .block_home .top {
    margin-bottom: 55px;
  }
}

.block_home p {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 380px;
}

.quiz .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.quiz .quiz1 {
  display: none;
}

.quiz .quiz2 {
  display: none;
}

.quiz .quiz3 {
  display: none;
}

.quiz .quiz4 {
  display: none;
}

.quiz .active_mq {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 5 !important;
}

.quiz .active_mq .modal_quiz {
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.quiz .overlay_quiz {
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.quiz .overlay_quiz .modal_quiz {
  max-width: 100%;
  width: 40%;
  min-height: 250px;
  border-radius: 20px;
  background: #3f1d93;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  left: -100px;
}

.quiz .overlay_quiz .modal_quiz .close_quiz {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.quiz .overlay_quiz .modal_quiz input {
  max-width: 100%;
  width: 80%;
}

.quiz .overlay_quiz .modal_quiz button, .quiz .overlay_quiz .modal_quiz .button {
  visibility: visible;
  position: relative;
  bottom: 0;
}

.quiz .button {
  max-width: 255px !important;
}

@media screen and (min-width: 1500px) {
  .quiz .button {
    position: absolute;
    right: 0;
    bottom: 60px;
    visibility: hidden;
  }
}

@media screen and (max-width: 480px) {
  .quiz .button {
    margin: 0 auto;
  }
}

.quiz .theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 480px) {
  .quiz .theme {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quiz input[type="radio"], .quiz input[type="checkbox"] {
  display: none;
}

.quiz input:checked + label {
  background: #ad9664;
}

.quiz label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  width: 100%;
  height: 90px;
  border: 2px solid #ad9664;
  border-radius: 45px;
  margin-bottom: 60px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
  padding-left: 155px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.quiz label:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 2px solid #ad9664;
  z-index: 1;
  left: -2px;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz label:hover {
  background: #ad9664;
}

@media screen and (max-width: 480px) {
  .quiz label {
    font-size: 16px;
    padding-left: 130px;
  }
}

.quiz [data-attribute="var1"]:before {
  background-image: url("../images/round/1-1.png");
}

.quiz [data-attribute="var2"]:before {
  background-image: url("../images/round/1-2.png");
}

.quiz [data-attribute="var3"]:before {
  background-image: url("../images/round/1-3.png");
}

.quiz [data-attribute="var4"]:before {
  background-image: url("../images/round/1-4.png");
}

.quiz [data-attribute="var5"]:before {
  background-image: url("../images/round/2-1.png");
}

.quiz [data-attribute="var6"]:before {
  background-image: url("../images/round/2-2.png");
}

.quiz [data-attribute="var7"]:before {
  background-image: url("../images/round/2-3.png");
}

.quiz [data-attribute="var8"]:before {
  background-image: url("../images/round/2-4.png");
}

.quiz [data-attribute="var9"]:before {
  content: "1-5";
  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;
  font-size: 36px;
  border: none;
  background: #ad9664;
}

.quiz [data-attribute="var10"]:before {
  content: "6-10";
  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;
  font-size: 36px;
  border: none;
  background: #ad9664;
}

.quiz [data-attribute="var11"]:before {
  content: "11-20";
  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;
  font-size: 36px;
  border: none;
  background: #ad9664;
}

.quiz [data-attribute="var12"]:before {
  content: "21~";
  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;
  font-size: 36px;
  border: none;
  background: #ad9664;
}

.quiz [data-attribute="var13"]:before {
  background-image: url("../images/round/4-1.png");
  border-radius: 0;
  border: none;
  left: -10px;
  bottom: -10px;
}

.quiz [data-attribute="var14"]:before {
  background-image: url("../images/round/4-2.png");
  border-radius: 0;
  border: none;
  left: -10px;
  bottom: -10px;
}

.quiz [data-attribute="var15"]:before {
  background-image: url("../images/round/4-3.png");
  border-radius: 0;
  border: none;
  left: -10px;
  bottom: -10px;
}

.quiz [data-attribute="var16"]:before {
  background-image: url("../images/round/4-4.png");
  border-radius: 0;
  border: none;
  left: -10px;
  bottom: -10px;
}

.quiz .steps {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.quiz .steps .line_active {
  background: #ad9664;
}

.quiz .steps .step_active {
  background: #ad9664;
  border-color: #ad9664 !important;
  color: #ad9664 !important;
}

.quiz .steps .step_active:before {
  content: "";
  width: 21px;
  height: 15px;
  background-size: cover;
  background-image: url("../images/correct.png");
  position: absolute;
}

.quiz .step1 {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-family: "Forum";
  position: relative;
}

@media screen and (max-width: 480px) {
  .quiz .step1 {
    min-width: 50px;
    height: 50px;
  }
}

.quiz .line1 {
  max-width: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.quiz .block_quiz1 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  display: none;
  position: relative;
}

.quiz .quiz-question1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 757px) {
  .quiz .quiz-question1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quiz .back1 {
  max-width: 100%;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.quiz .back1:hover {
  color: #ad9664;
}

.quiz .step2 {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-family: "Forum";
  position: relative;
}

@media screen and (max-width: 480px) {
  .quiz .step2 {
    min-width: 50px;
    height: 50px;
  }
}

.quiz .line2 {
  max-width: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.quiz .block_quiz2 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  display: none;
  position: relative;
}

.quiz .quiz-question2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 757px) {
  .quiz .quiz-question2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quiz .back2 {
  max-width: 100%;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.quiz .back2:hover {
  color: #ad9664;
}

.quiz .step3 {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-family: "Forum";
  position: relative;
}

@media screen and (max-width: 480px) {
  .quiz .step3 {
    min-width: 50px;
    height: 50px;
  }
}

.quiz .line3 {
  max-width: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.quiz .block_quiz3 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  display: none;
  position: relative;
}

.quiz .quiz-question3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 757px) {
  .quiz .quiz-question3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quiz .back3 {
  max-width: 100%;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.quiz .back3:hover {
  color: #ad9664;
}

.quiz .step4 {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-family: "Forum";
  position: relative;
}

@media screen and (max-width: 480px) {
  .quiz .step4 {
    min-width: 50px;
    height: 50px;
  }
}

.quiz .line4 {
  max-width: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
}

.quiz .block_quiz4 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  display: none;
  position: relative;
}

.quiz .quiz-question4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 757px) {
  .quiz .quiz-question4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quiz .back4 {
  max-width: 100%;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.quiz .back4:hover {
  color: #ad9664;
}

.delight {
  position: relative;
}

.delight .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.delight .advantages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 545px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: fadeInLeftAndRight linear 0.5s both;
          animation: fadeInLeftAndRight linear 0.5s both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delight .advantages .item:first-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delight .advantages .item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delight .advantages .item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delight .advantages .item .number {
  font-size: 100px;
  font-family: "Montserrat Bold";
  color: #ad9664;
  margin-right: 20px;
}

.delight .advantages .item .text {
  font-size: 18px;
  max-width: 435px;
  color: #fff;
  font-family: "Montserrat Light";
}

.delight .quiz .button, .quiz .delight .button, .delight button {
  border: none !important;
  -webkit-box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#ad9664), to(#7d693e)) !important;
  background: linear-gradient(to right, #ad9664, #7d693e) !important;
  margin-top: 70px;
}

.die {
  width: 180px;
  height: 40px;
  background: #3f1d93;
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #fff;
  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;
  border-radius: 10px;
  text-transform: uppercase;
}

.block_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  font-family: "Montserrat Light";
}

@media screen and (max-width: 980px) {
  .block_number {
    display: none;
  }
}

.block_number .number {
  font-size: 30px;
  color: #fff;
  white-space: nowrap;
}

.block_number a {
  font-size: 14px;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

button, .quiz .button, .delight button, form button {
  max-width: 425px;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  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;
  border: 1px solid #ad9664;
  border-radius: 45px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Montserrat Bold";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  button, .quiz .button, .delight button, form button {
    max-width: 300px;
    height: 50px;
    font-size: 11px;
  }
}

.hero_block h2 {
  color: #3f1d93;
}

.hero_block p {
  color: #000;
}

.hero_block .hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width: 1500px) {
  .hero_block .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero_block .hero .subHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 450px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 35px;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1500px) {
  .hero_block .hero .subHero {
    width: 100%;
    min-height: 415px;
  }
}

.hero_block .hero .subHero:first-child {
  margin-right: 70px;
}

@media screen and (max-width: 1500px) {
  .hero_block .hero .subHero:first-child {
    margin-right: 0;
  }
}

.hero_block .hero .subHero h3 {
  color: #3f1d93;
  max-width: 325px;
  margin-bottom: 20px;
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero h3 {
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item1 {
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
  }
  .hero_block .hero .subHero .item1:before {
    content: "";
    width: 136px;
    height: 46px;
    background-size: cover;
    background-image: url("../images/hero_row.png");
    position: absolute;
    right: -158px;
    bottom: 34px;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item1 {
    position: relative;
  }
}

.hero_block .hero .subHero .item1 .info {
  color: #3f1d93;
  font-family: "Forum";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item1 .info {
    position: absolute;
    right: -300px;
  }
}

.hero_block .hero .subHero .item1 .info p {
  font-size: 24px;
  color: #3f1d93;
  font-family: "Forum";
  margin-bottom: 0;
}

.hero_block .hero .subHero .item1 .info span {
  font-size: 48px;
  position: relative;
  top: -20px;
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item2 {
    width: 200px;
    height: 200px;
    right: 0;
  }
  .hero_block .hero .subHero .item2:before {
    content: "";
    width: 157px;
    height: 46px;
    background-size: cover;
    background-image: url("../images/hero_row2.png");
    position: absolute;
    left: -147px;
    bottom: 17px;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item2 {
    position: relative;
  }
}

.hero_block .hero .subHero .item2 .info2 {
  bottom: 50px;
  color: #3f1d93;
  font-family: "Forum";
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item2 .info2 {
    position: absolute;
    left: -235px;
  }
}

.hero_block .hero .subHero .item2 .info2 p {
  font-size: 24px;
  color: #3f1d93;
  font-family: "Forum";
  margin-bottom: 0;
  max-width: 170px;
  line-height: 1;
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item3 {
    width: 130px;
    height: 130px;
    left: 0;
    bottom: 0;
  }
  .hero_block .hero .subHero .item3:before {
    content: "";
    width: 157px;
    height: 53px;
    background-size: cover;
    background-image: url("../images/hero_row3.png");
    position: absolute;
    right: -94px;
    bottom: -40px;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item3 {
    position: relative;
  }
}

.hero_block .hero .subHero .item3 .info3 {
  color: #3f1d93;
  font-family: "Forum";
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item3 .info3 {
    position: absolute;
    right: -318px;
    bottom: -28px;
  }
}

.hero_block .hero .subHero .item3 .info3 p {
  font-size: 24px;
  color: #3f1d93;
  font-family: "Forum";
  margin-bottom: 0;
  max-width: 250px;
  line-height: 1;
}

.hero_block .hero .subHero .item4 {
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item4 {
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item4 {
    position: relative;
  }
}

.hero_block .hero .subHero .item4:hover .des_item {
  visibility: visible;
  opacity: 1;
  right: -100%;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item4:hover .des_item {
    right: 0;
  }
}

.hero_block .hero .subHero .item4:before {
  content: "Паспарту";
}

.hero_block .hero .subHero .item5 {
  width: 250px !important;
  height: 250px !important;
  margin-bottom: 30px;
}

.hero_block .hero .subHero .item5:hover .des_item {
  visibility: visible;
  opacity: 1;
  right: -100%;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item5:hover .des_item {
    right: 0;
  }
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item5 {
    left: 0;
    bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item5 {
    position: relative;
    width: 170px !important;
    height: 170px !important;
  }
}

.hero_block .hero .subHero .item5:before {
  content: "Фура";
}

.hero_block .hero .subHero .item6 {
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}

.hero_block .hero .subHero .item6:hover .des_item {
  visibility: visible;
  opacity: 1;
  right: -100%;
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item6:hover .des_item {
    right: 0;
  }
}

@media screen and (min-width: 540px) {
  .hero_block .hero .subHero .item6 {
    right: 0;
    bottom: 25px;
  }
}

@media screen and (min-width: 1500px) {
  .hero_block .hero .subHero .item6 {
    bottom: 0px;
  }
}

@media screen and (max-width: 540px) {
  .hero_block .hero .subHero .item6 {
    position: relative;
  }
}

.hero_block .hero .subHero .item6:before {
  content: "Метр теней";
}

.gallery_block img.cake {
  position: absolute;
  left: 14%;
  top: 140px;
}

.gallery_block img.big-key {
  position: absolute;
  right: 7%;
  bottom: 160px;
}

.gallery_block img.clock {
  position: absolute;
  left: 12%;
  bottom: 140px;
}

.gallery_block .gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery_block .gallery .item_gallery {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .gallery_block .gallery .item_gallery {
    min-height: 730px;
  }
}

.gallery_block .gallery .item_gallery .sub_item {
  width: 100%;
  height: 310px;
}

@media screen and (max-width: 980px) {
  .gallery_block .gallery .item_gallery .sub_item {
    height: 200px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .gallery_block .gallery .item_gallery .sub_item {
    height: 130px;
    margin-bottom: 5px;
  }
}

.gallery_block .gallery .item_gallery .sub_item2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 980px) {
  .gallery_block .gallery .item_gallery .sub_item2 {
    height: 390px;
  }
}

.gallery_block .gallery .item_gallery .sub_item2 .it {
  max-width: 360px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .gallery_block .gallery .item_gallery .sub_item2 .it {
    height: 300px;
    margin-right: 10px;
  }
  .gallery_block .gallery .item_gallery .sub_item2 .it:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 980px) {
  .gallery_block .gallery .item_gallery .sub_item2 .it {
    height: 260px;
    margin-right: 20px;
  }
  .gallery_block .gallery .item_gallery .sub_item2 .it:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .gallery_block .gallery .item_gallery .sub_item2 .it {
    height: 140px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 375px) {
  .gallery_block .gallery .item_gallery .sub_item2 .it {
    height: 120px;
    margin-right: 5px;
  }
}

.gallery_block .gallery .item_gallery .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
  cursor: pointer;
}

.gallery_block .gallery .item_gallery .photo img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gallery_block .gallery .item_gallery .photo .lp {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gallery_block .gallery .item_gallery .photo .lp:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-image: url("../images/zoom.png");
}

.gallery_block .gallery .item_gallery .photo:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery_block .gallery .item_gallery .photo:hover .lp {
  opacity: 1;
}

.slider_wrapper {
  width: 100%;
  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;
  position: relative;
}

.slider_wrapper .next {
  right: -75px;
}

@media screen and (max-width: 980px) {
  .slider_wrapper .next {
    right: -16px;
  }
}

.slider_wrapper .next:before {
  background-image: url("../images/right.png");
}

.slider_wrapper .prev {
  left: -75px;
}

@media screen and (max-width: 980px) {
  .slider_wrapper .prev {
    left: -16px;
  }
}

.slider_wrapper .prev:before {
  background-image: url("../images/left.png");
}

.slider_wrapper .disabled {
  pointer-events: none;
  opacity: 0.4;
}

.slider_wrapper .dots {
  position: absolute;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_wrapper .dots .dot {
  width: 6px;
  height: 6px;
  background: #3f1d93;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider_wrapper .slider_block {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  padding-bottom: 50px;
}

.slider_wrapper .slider_block .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  left: 0;
}

.slider_wrapper .slider_block .slider .slider_item {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.items_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 1500px) {
  .items_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 715px;
    margin: 0 auto;
    margin-top: 90px;
  }
}

@media screen and (max-width: 519px) {
  .items_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.items_block > div {
  position: relative;
  max-width: 255px;
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-animation: zoomInUp 0.7s linear both;
          animation: zoomInUp 0.7s linear both;
}

@media screen and (max-width: 1500px) {
  .items_block > div {
    margin-bottom: 70px;
  }
}

.items_block > div:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.items_block > div:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.items_block > div:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.items_block > div:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.items_block > div:hover .item img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.items_block > div:hover .item p {
  color: #ad9664;
}

.items_block > div .icon {
  z-index: 2;
  top: -68px;
}

@media screen and (max-width: 1500px) {
  .items_block > div .icon {
    top: -68px;
  }
}

.items_block > div .icon[data-attribute="1"]:before {
  background-image: url("../images/friendship.png");
}

.items_block > div .icon[data-attribute="2"]:before {
  background-image: url("../images/honest.png");
}

.items_block > div .icon[data-attribute="3"]:before {
  background-image: url("../images/teen.png");
}

.items_block > div .icon[data-attribute="4"]:before {
  background-image: url("../images/children.png");
}

.items_block > div .item {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 30px;
}

.items_block > div .item img {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.items_block > div .item p {
  color: #fff;
  max-width: 220px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

@media screen and (max-width: 1500px) {
  .items_block > div {
    width: 240px;
    height: 330px;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

form label {
  margin-bottom: 15px;
}

form .input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form input {
  max-width: 420px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  outline: none;
  border: 1px solid #ad9664;
  border-radius: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  padding-left: 30px;
}

@media screen and (max-width: 980px) {
  form input {
    height: 50px;
    max-width: 300px;
  }
}

form .quiz .button, .quiz form .button, form .delight button, .delight form button, form button {
  -webkit-box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px -4px 1px 0px rgba(0, 0, 0, 0.5);
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ad9664), to(#7d693e));
  background: linear-gradient(to right, #ad9664, #7d693e);
}

form[data-attribute="feedBack"]:before {
  content: "";
  position: absolute;
  left: 550px;
  top: -150px;
  width: 378px;
  height: 519px;
  background-size: cover;
  background-image: url("../images/row-form.png");
}

.feedBack {
  position: relative;
}

.adventure_block {
  position: relative;
}

.adventure_block h2 {
  color: #3f1d93;
}

.adventure_block .video_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 980px) {
  .adventure_block .video_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.adventure_block .video_block > div {
  width: 540px;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1500px) {
  .adventure_block .video_block > div {
    width: 375px;
    height: 360px;
  }
}

@media screen and (max-width: 980px) {
  .adventure_block .video_block > div {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 500px) {
  .adventure_block .video_block > div {
    height: 320px;
  }
}

.adventure_block .video_block > div .icon_video {
  z-index: 2;
  top: -68px;
}

.adventure_block .video_block > div .icon_video:before {
  background-image: url("../images/like.png");
}

.adventure_block .video_block > div .icon_play {
  width: 90px;
  height: 90px;
  z-index: 2;
  bottom: -45px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.adventure_block .video_block > div .icon_play:before {
  width: 80px;
  height: 80px;
  background-image: url("../images/play.png");
}

.adventure_block .video_block > div .icon_play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.adventure_block .video_block > div .video_item {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #000;
  overflow: hidden;
}

.adventure_block .video_block > div .video_item img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.public_holiday .holiday_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .public_holiday .holiday_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.public_holiday .holiday_block .holiday_item {
  max-width: 360px;
  width: 100%;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 80px;
  -webkit-animation: fadeInLeft 0.5s ease-in;
          animation: fadeInLeft 0.5s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  position: relative;
}

.public_holiday .holiday_block .holiday_item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.public_holiday .holiday_block .holiday_item:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.public_holiday .holiday_block .holiday_item:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.public_holiday .holiday_block .holiday_item:nth-child(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.public_holiday .holiday_block .holiday_item:nth-child(6) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.public_holiday .holiday_block .holiday_item .type_holiday {
  font-size: 30px;
  font-family: "Forum";
  color: #fff;
  font-weight: normal;
  max-width: 235px;
}

.public_holiday .holiday_block .holiday_item .type_holiday img {
  width: 80px;
  height: 80px;
  background-size: cover;
}

.public_holiday .holiday_block .holiday_item .more {
  color: #fff;
  font-family: "Montserrat Medium";
  font-size: 16px;
  margin-bottom: 15px;
}

.block_reviews img.cub {
  position: absolute;
  left: 150px;
  bottom: 110px;
}

.block_reviews img.flag {
  position: absolute;
  right: 220px;
  top: 160px;
}

.block_reviews h2 {
  color: #3f1d93;
  max-width: 460px;
}

.block_reviews .reviews_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .block_reviews .reviews_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block_reviews .item_reviews {
  max-width: 530px;
  width: 100%;
  min-height: 380px;
  border-radius: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 20px 20px 20px;
  margin-top: 100px;
}

@media screen and (max-width: 1500px) {
  .block_reviews .item_reviews {
    max-width: 400px;
  }
}

.block_reviews .item_reviews .icon_play {
  width: 90px;
  height: 90px;
  z-index: 2;
  bottom: -45px;
}

.block_reviews .item_reviews .icon_play:before {
  width: 80px;
  height: 80px;
  background-image: url(../images/play.png);
}

.block_reviews .item_reviews .icon_img {
  background-color: #f8f8f8;
  top: -68px;
}

@media screen and (max-width: 1500px) {
  .block_reviews .item_reviews .icon_img {
    top: -50px;
  }
}

.block_reviews .item_reviews .icon_img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.block_reviews .item_reviews .headline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.block_reviews .item_reviews .headline .name {
  font-size: 24px;
  font-family: "Montserrat Light";
  color: #000;
  margin-right: 25px;
}

.block_reviews .item_reviews .headline .year {
  font-size: 18px;
  font-family: "Montserrat Light";
  color: #8f8f8f;
}

.block_reviews .item_reviews p {
  color: #000;
  font-size: 14px;
}

.footer img.key {
  position: absolute;
  right: 230px;
  top: 0px;
}

.footer form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .footer form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer form .quiz .button, .quiz .footer form .button, .footer form button {
  max-width: 345px;
}

@media screen and (max-width: 980px) {
  .footer form .quiz .button, .quiz .footer form .button, .footer form button {
    max-width: 300px;
    margin-top: 20px;
  }
}

.footer form .input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer form .input_wrapper input {
  margin-bottom: 0;
}

.footer p.consent {
  font-size: 13px;
  margin-top: 40px;
}

.footer .footer_bottom {
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer_bottom .basement {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_bottom .basement p {
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  font-family: "Forum";
}

.overlay_popap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 100;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.overlay_popap .bg_ovrl {
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/ovrl_conf.png");
  right: -50%;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.overlay_popap .popap {
  width: 855px;
  height: 520px;
  background-color: #3f1d93;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 105;
}

@media screen and (max-width: 980px) {
  .overlay_popap .popap {
    margin: 0 20px;
  }
}

.overlay_popap .popap .side {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
  .overlay_popap .popap .side {
    width: 100%;
  }
}

.overlay_popap .popap .side:nth-child(2) {
  width: 45%;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 980px) {
  .overlay_popap .popap .side:nth-child(2) {
    display: none;
  }
}

.overlay_popap .popap .side:nth-child(2) img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 20px;
}

.overlay_popap .popap .side h3 {
  margin-top: 45px;
  margin-bottom: 30px;
}

.overlay_popap .popap .side p {
  max-width: 416px;
}

.overlay_popap .popap .side input {
  max-width: 350px;
  height: 60px;
}

.overlay_popap .popap .side button, .overlay_popap .popap .side .quiz .button, .quiz .overlay_popap .popap .side .button {
  max-width: 350px;
  height: 75px;
}

.overlay_popap .popap .side .agree {
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat Light";
  max-width: 245px;
  width: 100%;
  margin-top: 15px;
}

.overlay_popap .popap .close_popap {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-color: #ad9664;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.overlay_popap .popap .close_popap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.active_popap {
  visibility: visible;
  opacity: 1;
}

.active_popap .bg_ovrl {
  right: 0;
}

.active_popap .popap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=styles.css.map */