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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  font-size: 20px;
  line-height: 1.3;
  overflow-x: hidden;
  font-family: "Roboto Condensed", sans-serif;
  color: black;
}
body.fixed {
  overflow: hidden;
}

ul[class],
ol[class] {
  list-style: none;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

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

button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.button {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(190, 22, 143, 0.4196078431);
          box-shadow: 0px 0px 20px 0px rgba(190, 22, 143, 0.4196078431);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(190, 22, 143, 0.4705882353);
          box-shadow: 0px 0px 15px 0px rgba(190, 22, 143, 0.4705882353);
}

body.fixed {
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-inner {
  position: relative;
  z-index: 102;
  background: white;
  padding: 100px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 950px;
  border-radius: 15px;
}
.popup-inner svg {
  margin-left: auto;
  margin-right: auto;
}
.popup-inner h1 {
  font-family: Roboto Condensed;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.popup-inner p {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.popup-inner p a {
  color: #FD098B;
}
.popup .layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5019607843);
}

.logo {
  font-family: "Kenia";
  color: #FD098B;
}