@import url(css2.css);
* {
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #fff;
}
.layout {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  max-width: 900px;
  margin: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  padding: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}
.header-logo {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-name {
  text-align: right;
  padding-right: 30px;
  font-weight: bold;
  display: none;
  color: #000000;
  text-shadow: 0 0 10px #2acaff;
}
.header-map {
  font-size: 16px;
  text-align: right;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
}
.header-map img {
  margin-left: 10px;
}
.content {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 18px;
  padding-top: 150px;
  min-height: 48vh;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.bg-1 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.7))
      ),
    url(/landings/264058/1633442069/images/bg1.jpg);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg1.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg1.jpg);
}
.bg-2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.7))
      ),
    url(/landings/264058/1633442069/images/bg2.jpg);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg2.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg2.jpg);
}
.bg-3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.7))
      ),
    url(/landings/264058/1633442069/images/bg3.jpg);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg3.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg3.jpg);
}
.bg-4 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.7))
      ),
    url(/landings/264058/1633442069/images/bg4.jpg);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg4.jpg);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)), url(/landings/264058/1633442069/images/bg4.jpg);
}
.bg-5 {
  background-image: url(/landings/264058/1633442069/images/hearts.gif);
}
.bg-1 .header-name-1,
.bg-2 .header-name-2,
.bg-3 .header-name-3,
.bg-4 .header-name-4 {
  display: block;
}
.bg-1 ~ .footer .footer-img {
  background-image:  url(/landings/264058/1633442069/images/bg1.jpg);
}
.bg-2 ~ .footer .footer-img {
  background-image:  url(/landings/264058/1633442069/images/bg2.jpg);
}
.bg-3 ~ .footer .footer-img {
  background-image:  url(/landings/264058/1633442069/images/bg3.jpg);
}
.bg-4 ~ .footer .footer-img {
  background-image:  url(/landings/264058/1633442069/images/bg4.jpg);
}
.text {
  text-align: left;
  display: block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 20px;
  width: calc(100% - 70px);
}
.step {
  display: none;
  position: relative;
  z-index: 10;
}
.step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-last.active {
  display: block;
}
.title {
  font-weight: bold;
  text-transform: uppercase;
  color: #2acaff;
  font-size: 28px;
  padding-bottom: 10px;
}
.number-big {
  font-weight: bold;
  color: #2acaff;
  font-size: 28px;
  padding-bottom: 10px;
}
.number-big span {
  font-size: 70px;
  line-height: 1;
}
.wrap-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  position: relative;
  z-index: 10;
}
.btn {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 1px solid #2acaff;
  border-radius: 35px;
  font-size: 20px;
  margin: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 108px;
  width: 90%;
  font-weight: bold;
  color: #2acaff;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn.active,
.btn:hover {
  color: #fff;
  background-color: #2acaff;
}
.icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.icon {
  background-color: #eeebe4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  cursor: pointer;
  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;
}
.icon:first-child {
  margin-left: 0;
}
.icon:last-child {
  margin-left: auto;
  margin-right: 0;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
.footer-text {
  font-weight: bold;
}
.footer-img {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url(../404.html);
  background-size: cover;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 20px 3px #01dbcd;
  box-shadow: 0px 0px 20px 3px #2acaff;
}
.footer-img::after {
  content: "2";
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: -9px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #f72854;
  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;
}
.footer-img::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #55d83c;
  border: 3px solid #fff;
}
.cup {
  display: block;
  margin: 0 auto 10px;
}
.group-img {
  margin: 0 auto 10px;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url(/landings/264058/1633442069/images/img-group-1.jpg);
  background-size: cover;
  border: 2px solid #fff;
}
.group-img::after,
.group-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-size: cover;
  border: 3px solid #fff;
}
.group-img::after {
  left: -45px;
  background-image: url(/landings/264058/1633442069/images/img-group-2.jpg);
}
.group-img::before {
  right: -45px;
  background-image: url(/landings/264058/1633442069/images/img-group-3.jpg);
}
.heart,
.heartsbox {
  display: inline-block;
  position: absolute;
}
.heartsbox {
  width: 100px;
  bottom: 10vh;
  right: 0;
}
.heartsbox .heart {
  color: #fdf5e6;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
.heartsbox .heart.anim1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  right: 10px;
  bottom: 35px;
  -webkit-animation-name: a1;
  animation-name: a1;
}
.heartsbox .heart.anim2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  right: 0;
  bottom: -15px;
  -webkit-animation-name: a2;
  animation-name: a2;
}
.heartsbox .heart.anim3 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  right: 55px;
  bottom: 10px;
}
.heartsbox .heart.anim4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  bottom: 80px;
  right: 40px;
}
.heartsbox .heart.anim5 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  right: 58px;
  bottom: -35px;
  -webkit-animation-name: a5;
  animation-name: a5;
}
@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 200px;
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes a1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 170px;
    opacity: 0;
  }
}
@keyframes a1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 170px;
    opacity: 0;
  }
}
@-webkit-keyframes a2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 150px;
    opacity: 0;
  }
}
@keyframes a2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 150px;
    opacity: 0;
  }
}
@-webkit-keyframes a5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 100px;
    opacity: 0;
  }
}
@keyframes a5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    bottom: 100px;
    opacity: 0;
  }
}
.hidden {
  display: none;
}
.layout-step-last .hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-step-last .visible,
.layout-step-last .footer-img {
  display: none;
}
.layout-step-last .header {
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-step-last .step {
  text-align: center;
}
.layout-step-last .text {
  width: 100%;
  text-align: center;
  color: #000;
}
.text-last {
  opacity: 0;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.btn-noactive {
  opacity: 0.5;
  pointer-events: none;
}
.blck_hdr{
	color: #000;
}
