* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: none;
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

p {
  margin-bottom: 5px;
}
p:last-child {
  margin-bottom: 0;
}

.group {
  display: inline-block;
}

body {
  font-family: "Manrope", serif;
  color: #674444;
  line-height: 1.2;
  font-size: 24px;
  background: #ffffff url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
  font-weight: 700;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html, body {
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-countdown-wrap {
  max-width: 605px;
  width: 100%;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 15px 25px 0 rgba(103, 68, 68, 0.25);
          box-shadow: 0 15px 25px 0 rgba(103, 68, 68, 0.25);
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  position: absolute;
  bottom: 100%;
}
.header-countdown-wrap .countdown-content-left {
  width: 66%;
}
.header-countdown-wrap .countdown-title {
  font-size: 20px;
  color: #b82020;
  line-height: 1.2;
}
.header-countdown-wrap .countdown-desc {
  font-size: 16px;
}
.header-countdown-wrap .countdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-countdown-wrap .countdown-wrap span {
  font-size: 16px;
  font-weight: 800;
  width: 41px;
  height: 54px;
  background-color: #ffb4b7;
  border-radius: 9px;
  margin-right: 7px;
  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;
}
.header-countdown-wrap .countdown-wrap span:nth-child(2) {
  margin-right: 12px;
}
.header-countdown-wrap .countdown-wrap span:last-child {
  margin-right: 0;
}

.step {
  display: none;
  width: 100%;
}
.step.active {
  display: block;
}
.step .step-content-wrap {
  padding: 0 15px;
  text-align: center;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
.step .step-content-wrap .step-title-before {
  font-size: 20px;
  color: #674444;
  margin-bottom: 10px;
}
.step .step-content-wrap .step-title {
  font-size: 36px;
  font-weight: 700;
  color: #674444;
  line-height: 1.2;
  margin-bottom: 50px;
}
.step.step-final .step-title {
  margin-bottom: 10px;
}
.step.step-final .step-content {
  margin-bottom: 50px;
  padding: 0 15px;
}
.step.step-final .btn-img-wrap {
  width: 100%;
}
.step.step-final .btn-img-wrap .btn-image {
  margin: 0;
  width: 100%;
}
.step.step-final .btn-img-wrap .btn-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Modal */
.modal-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  text-align: center;
  max-width: 610px;
  width: 100%;
}
.modal-wrap .modal-title {
  font-size: 48px;
  color: #b82020;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modal-wrap .modal-desc {
  font-size: 24px;
  margin-bottom: 20px;
}
.modal-wrap .modal-countdown-wrap {
  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;
  margin-bottom: 20px;
}
.modal-wrap .modal-countdown-wrap span {
  font-size: 36px;
  font-weight: 800;
  width: 68px;
  height: 89px;
  border-radius: 14px;
  border: 2px solid #674444;
  margin-right: 12px;
  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;
}
.modal-wrap .modal-countdown-wrap span:nth-child(2) {
  margin-right: 20px;
}
.modal-wrap .modal-countdown-wrap span:last-child {
  margin-right: 0;
}

.modal-open .step {
  pointer-events: none;
}

.modal-close .modal-wrap {
  pointer-events: none;
}

/* Buttons */
.btn-img-wrap {
  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;
}
.btn-img-wrap .btn-image {
  font-size: 39px;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
  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;
  border-radius: 16px;
  -webkit-box-shadow: 0 14px 36px 0 rgba(80, 13, 13, 0.63);
          box-shadow: 0 14px 36px 0 rgba(80, 13, 13, 0.63);
  margin: 0 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.btn-img-wrap .btn-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background: rgba(47, 17, 17, 0.5);
  z-index: 2;
}
.btn-img-wrap .btn-image span {
  position: absolute;
  z-index: 3;
  padding: 0 5px;
}
.btn-img-wrap .btn-image img {
  max-width: 100%;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.btn-img-wrap .btn-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-wrap {
  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;
}

.btn {
  font-size: 35px;
  font-weight: 700;
  width: 100%;
  height: 90px;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid transparent;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btn-1 {
  color: #ffffff;
  background: #ec2381;
}
.btn.btn-1:hover {
  border-color: #ec2381;
  color: #ec2381;
  background: transparent;
}

/* RTL */
.lang-he {
  direction: rtl;
}
.lang-he .modal-countdown-wrap,
.lang-he .header-countdown-wrap .countdown-wrap {
  direction: ltr;
}

/* Keyframe */
.animation {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes modalFadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0);
  }
}

@keyframes modalFadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0);
  }
}
.animate__modalFadeOutUp {
  -webkit-animation-name: modalFadeOutUp;
          animation-name: modalFadeOutUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* Multilang */
.lang-de .btn-img-wrap .btn-image {
  font-size: 40px;
}

.lang-cs .step.step3 .btn-img-wrap .btn-image,
.lang-fi .step.step3 .btn-img-wrap .btn-image,
.lang-sv .step.step3 .btn-img-wrap .btn-image,
.lang-th .step.step3 .btn-img-wrap .btn-image,
.lang-sl .step.step3 .btn-img-wrap .btn-image,
.lang-fr .step.step3 .btn-img-wrap .btn-image,
.lang-nl .step.step3 .btn-img-wrap .btn-image,
.lang-de .step.step3 .btn-img-wrap .btn-image {
  font-size: 35px;
}

@media (min-height: 800px) and (max-height: 1000px) and (orientation: landscape) {
  .btn-img-wrap .btn-image img {
    max-height: 400px;
  }

  .step.step-final .btn-img-wrap .btn-image {
    width: auto;
  }
  .step.step-final .btn-img-wrap .btn-image img {
    max-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) and (orientation: landscape) {
  body {
    font-size: 22px;
  }

  .btn-img-wrap .btn-image img {
    max-height: 250px;
  }

  .step .step-content-wrap .step-title {
    font-size: 30px;
  }

  .btn-img-wrap .btn-image {
    font-size: 28px;
  }

  .modal-wrap {
    padding: 25px;
  }

  .modal-wrap .modal-title {
    font-size: 40px;
  }

  .modal-wrap .modal-desc {
    font-size: 22px;
  }
}
