a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea {
  font-family: BebasNeue;
  font-size: inherit;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #393939;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img,
video {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: BebasNeue;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #6e6e6e;
}
body,
html {
  height: 100%;
}
html {
  font-size: 0.8333333333vw;
}
@media (max-width: 1400px) {
  html {
    font-size: 3vw;
  }
}
.body-wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dec {
  font-size: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.dec,
.dec__item {
  position: absolute;
}
.dec__item {
  display: block;
}
.dec__item--1 {
  width: 6.25em;
  left: 1.25em;
  top: 1.25em;
}
.dec__item--2 {
  width: 5em;
  right: 0;
  top: 31.25em;
}
.dec__item--3 {
  width: 3.75em;
  top: 31.25em;
  left: 0;
}
.dec__item--4 {
  width: 6.25em;
  left: 1.875em;
  top: 21.875em;
}
.dec__item--5 {
  width: 5.3125em;
  left: 0.625em;
  top: 43.75em;
}
.dec__item--6 {
  width: 6.25em;
  right: 0;
  top: 4.375em;
}
.main {
  font-size: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.main__girl {
  width: 24.5em;
  margin-bottom: 1.25em;
  margin-top: 0.625em;
  position: relative;
}
.main__girl img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: block;
}
.main__logo {
  width: 6.375em;
  margin-top: 5em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
.main__logo img {
  width: 100%;
  display: block;
}
.main__btn {
  margin-bottom: 6em;
  width: 26.25em;
  -webkit-animation: a 1.5s linear infinite;
  -moz-animation: a 1.5s linear infinite;
  animation: a 1.5s linear infinite;
  background: url(../img/btn.png) no-repeat;
  background-size: cover;
  width: 27em;
  height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__btn span {
  font-size: 3em;
}
.main__text {
  max-width: 24.5em;
  margin: 1.5em 0 1em 0;
  position: relative;
  text-align: center;
  color: #010101;
  z-index: 2;
}
.main__text h1 {
  font-size: inherit;
}
.main__text span {
  color: #cb2675;
}
.main__text img {
  width: 45%;
  display: inline-block;
  margin: 2%;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes a {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes a {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
p {
  margin-top: 0.25em;
}
p.extra {
  font-size: 0.75em;
  color: #656565;
}

.pulses {
  z-index: 1;
  opacity: 0;
}

.pulses.active {
  opacity: 1;
}

.pulses.active:before {
  animation: b 3s 0s linear forwards infinite;
}

.pulses.active:after {
  animation: b 3s 1.5s linear forwards infinite;
}

.pulses:after,
.pulses:before {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 999px;
  transform-origin: 50% 50%;
  z-index: -1;
}

.pulses:before {
  background: rgba(207, 29, 119, 0.15);
  box-shadow: 0 0 25px rgba(207, 29, 119, 0.3);
}

.pulses:after {
  background: rgba(66, 167, 161, 0.15);
  box-shadow: 0 0 25px rgba(66, 167, 161, 0.3);
}

@keyframes b {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(5);
    opacity: 0;
  }
}

.bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_desk.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top;
}

@media (max-width: 800px) {
  .bg-wrap {
    background-image: url("../img/bg_mob.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: rgb(76 29 119 / 90%);
  background-image: url("../img/shape_desk.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top;
  transition: opacity 300ms;
  opacity: 0;
}

.popup-1 img,
.popup-2 img {
  cursor: pointer;
}

@media (max-width: 800px) {
  .popup {
    background-image: url("../img/shape_mob.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top;
  }
  .main__logo {
    width: 8em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
   
  }
}

.disappear {
  transition: opacity 1s;
  opacity: 0;
}

.main__text img {
  cursor: pointer;
}
@media (min-width: 801px) and (max-width:1400px){
  .main__logo {
    width: 3em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
   
  }
  .main__girl {
    width: 8em;
    margin-top: -0.5em;
    margin-bottom: -1em;
 
  }
  .main__text {
    max-width: 10em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 800px;
  }

}