@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Unbounded:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

footer {
  padding: 3rem 0rem 0rem 3rem;
}
@media only screen and (max-width: 499px) {
  footer {
    padding: 6rem 0rem 0rem 0rem;
    margin: 1rem;
  }
}

.footer__main {
  position: relative;
  background: url("/src/footer_main.svg") bottom right, url("/src/bg_footer.png") 0 100%;
  background-repeat: no-repeat;
  background-size: 29rem 100%, 102% 100%;
  padding: 6rem 6rem 0rem 3rem;
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.footer__main__info {
  margin-top: 3rem;
}
.footer__main__info img {
  margin-top: -2rem;
}
.footer__main__info__present {
  margin-top: 2rem;
  margin-left: -5rem;
  display: flex;
  max-width: 36rem;
  justify-content: center;
  align-items: center;
}
.footer__main__info__present strong {
  font-size: 1rem;
}
.footer__main__info__nav {
  margin-top: 1rem;
  max-width: 25rem;
}
.footer__main__info__nav ul {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
}
.footer__main__info__nav p {
  color: #80FF00;
  font-family: Unbounded;
}
.footer__main__info__nav span, .footer__main__info__nav a {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  white-space: nowrap;
}
.footer__main__info__rights {
  margin-top: 2.5rem;
  padding: 1rem 1rem 1rem 0rem;
}
.footer__main__info__rights span {
  color: rgba(255, 255, 255, 0.4);
}
.footer__main__forms {
  margin-top: auto;
  max-width: 30rem;
  padding: 3rem;
}
.footer__main__forms__stats {
  margin-top: 1rem;
  max-width: 20rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.footer__main__forms__stats span span {
  color: #80FF00;
}
.footer__main__forms__btn {
  margin-top: 1.25rem;
  max-width: 20rem;
  padding: 1rem 3rem;
  border-radius: 3rem;
  background-color: #80FF00;
  text-align: center;
  animation: pulse 2s infinite;
  transition: all 0.5s ease;
}
.footer__main__forms__btn span {
  color: rgb(13, 13, 13);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.81rem;
}
.footer__main__forms__btn:hover {
  transition: all 0.5s ease;
  box-shadow: 0 0 11px #d0ff00;
  cursor: pointer;
}
.footer__main__forms__pc_img {
  display: block !important;
  position: absolute;
  right: 12rem;
  top: 23rem;
  width: 20%;
  height: auto;
}
.footer__main__forms strong {
  font-size: 1rem;
}
@media only screen and (max-width: 499px) {
  .footer__main {
    flex-direction: column-reverse;
    background: url("/src/mob_footer_bg.png") 0 120%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
  }
  .footer__main__info {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
  .footer__main__info img {
    width: 40%;
    margin-left: 1rem;
  }
  .footer__main__info__rights {
    margin: 0rem 0rem 1rem 1rem;
  }
  .footer__main__info__rights span {
    font-size: 0.9rem;
    line-height: 0.8rem;
  }
  .footer__main__info__present {
    margin: 0rem 0rem 2rem 0rem;
    padding-top: 3rem;
    order: -1;
    margin-left: -1rem;
    max-width: 20rem;
  }
  .footer__main__info__present span {
    margin-top: -1.2rem;
    font-family: "Montserrat";
    line-height: 1rem;
    max-width: 15rem;
    font-size: 0.9rem;
  }
  .footer__main__info__present strong {
    font-family: "Montserrat";
    font-size: 1rem;
    line-height: 0.8rem;
  }
  .footer__main__info__present img {
    margin-left: 0rem;
    scale: 110%;
  }
  .footer__main__info__nav {
    margin-top: 1rem;
    padding: 0 1rem;
  }
  .footer__main__info__nav p {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: Unbounded;
  }
  .footer__main__info__nav ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__main__info__nav li:nth-child(1) {
    order: 1;
  }
  .footer__main__info__nav li:nth-child(2) {
    order: 3;
  }
  .footer__main__info__nav li:nth-child(3) {
    order: 2;
    margin-bottom: 1rem;
  }
  .footer__main__info__nav li:nth-child(4) {
    order: 4;
  }
  .footer__main__info__nav span, .footer__main__info__nav a {
    font-size: 0.9rem;
    line-height: 0.8rem;
  }
  .footer__main__forms {
    margin-top: -9rem;
    padding: 0rem 1rem 0rem 1rem;
  }
  .footer__main__forms span {
    display: inline-block;
    max-width: 13rem;
    margin-right: auto;
    font-size: 0.8rem;
    margin-top: -100%;
  }
  .footer__main__forms strong {
    font-size: 0.7rem;
  }
  .footer__main__forms__stats {
    max-width: 17rem;
    margin: 7.8rem auto 0rem auto;
    padding: 0.5rem 0.75rem 0.25rem 0.75rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  .footer__main__forms__stats span span {
    color: #80FF00;
  }
  .footer__main__forms__btn {
    max-width: 17rem;
    margin: 1rem auto;
    padding: 0.75rem 0.75rem 0.25rem 0.75rem;
    border-radius: 2rem;
  }
  .footer__main__forms__btn span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.81rem;
    color: black;
    font-family: Montserrat;
  }
  .footer__main .mobile_footer_img {
    display: block !important;
    height: 100%;
    width: 55%;
    margin: -1rem 0rem 0rem auto;
  }
  .footer__main .mobile_footer_img_2 {
    display: block !important;
    position: fixed;
    height: 100%;
    width: 45%;
    margin: 0rem;
  }
  .footer__main__forms__pc_img {
    display: none !important;
  }
  .footer__main__forms__mob_img {
    display: block !important;
    width: 50%;
    position: absolute;
    top: 10.5rem;
    right: 5rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .footer__main {
    display: none !important;
    display: block;
    background-size: 0, cover;
  }
}
@media screen and (min-width: 1920px) {
  .footer__main {
    -moz-column-gap: 15%;
         column-gap: 15%;
    background-size: 30rem 100%, 102% 100%;
  }
  .footer__main__forms__pc_img {
    top: 23rem;
    width: 25rem;
  }
}
@media only screen and (min-width: 1621px) and (max-width: 1919px) {
  .footer__main {
    -moz-column-gap: 10%;
         column-gap: 10%;
    background-size: 30rem 100%, 102% 100%;
  }
  .footer__main__forms__pc_img {
    top: 23rem;
    width: 20rem;
  }
}

@keyframes pulse {
  0%, 100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.05);
  }
}
header {
  margin: 1rem 3rem 0rem 3rem;
  background: url("../../src/main_photo.svg") right, url("../../src/test_bg.png") 0% 100%, url("../../src/header_background.png") 0px 0px;
  background-size: 40% 100%, 100% 75%, cover;
  background-repeat: no-repeat;
  padding: 3rem;
  border-radius: 3rem;
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  header {
    padding: 3rem 0rem 0rem 0rem;
    margin: 1rem;
    padding: 0;
    background: url("../../src/main_photo.svg") 100% 30rem, url("../../src/mob_header_bg.png") 10% 100%;
    background-size: 80% 100%, 140% 100%;
    background-repeat: no-repeat;
    background-clip: content-box;
  }
}
@media only screen and (max-width: 499px) {
  header {
    padding: 3rem 0rem 0rem 0rem;
    border-radius: 1rem;
    margin: 1rem;
    padding: 0;
    background: url("../../src/mob_header_bg.png") 10% 100%;
    background-size: 140% 100%;
    background-repeat: no-repeat;
    background-clip: content-box;
  }
}

.header__nav {
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.1);
}
.header__nav__logo-small {
  padding: 0.5rem;
  padding-right: 1rem;
}
.header__nav__logo-large {
  display: none;
}
.header__nav__btn {
  background: linear-gradient(-23.59deg, rgba(255, 255, 255, 0.2) -3.494%, rgba(255, 255, 255, 0) 123.374%);
  border-radius: 2rem;
  padding: 1rem 4rem;
  max-width: 35rem;
  text-align: center;
}
.header__nav__btn p {
  font-weight: 700;
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .header__nav {
    display: inline;
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0 4rem;
  }
  .header__nav__logo-small {
    display: none;
  }
  .header__nav__logo-large {
    margin: auto;
    display: block !important;
  }
  .header__nav__btn {
    margin: 1rem auto;
    border: white 0.1rem solid;
    max-width: 40rem;
  }
  .header__nav__btn p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 499px) {
  .header__nav {
    display: inline;
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0 4rem;
  }
  .header__nav__logo-small {
    display: none;
  }
  .header__nav__logo-large {
    margin: auto;
    display: block !important;
  }
  .header__nav__btn {
    padding: 0.5rem 0.5rem;
    margin: 1rem auto;
    border: white 0.01rem solid;
    border-width: 0.005rem 0.03rem 0.005rem 0rem;
    max-width: 20rem;
  }
  .header__nav__btn p {
    font-size: 1rem;
  }
}
.header__main {
  margin-top: 3rem;
  max-width: 55rem;
}
.header__main br {
  display: none;
}
.header__main__info {
  display: flex;
  margin-top: 3rem;
  max-width: 40rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.header__main__info__item {
  display: flex;
  max-width: auto;
}
.header__main__info__item img {
  padding-right: 0.5rem;
  width: 2.6rem;
  height: 2.6rem;
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .header__main {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .header__main h1 {
    text-align: center;
  }
  .header__main br {
    display: block;
  }
  .header__main__info {
    align-items: left;
    display: grid;
    gap: 0.75rem;
    row-gap: 2rem;
  }
  .header__main__info__item {
    display: flex;
    text-align: left;
    margin-left: 1rem;
  }
  .header__main__info__item img {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
  }
  .header__main__info__item span {
    margin-top: auto;
    font-size: 1.75rem;
    align-items: center;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
  }
  .header__main__info__item span span {
    font-size: 1.5rem;
  }
  .header__main__info__item strong {
    padding: 0.1rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 499px) {
  .header__main {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .header__main h1 {
    font-size: 1.8rem;
    text-align: left;
    margin-left: 1rem;
  }
  .header__main br {
    display: block;
  }
  .header__main__info {
    align-items: left;
    display: grid;
    gap: 0.75rem;
    row-gap: 1.5rem;
  }
  .header__main__info__item {
    display: flex;
    text-align: left;
    margin-left: 1rem;
  }
  .header__main__info__item img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
  }
  .header__main__info__item span {
    margin-top: auto;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1rem;
  }
  .header__main__info__item span span {
    font-size: 0.9rem;
  }
  .header__main__info__item strong {
    padding: 0.1rem;
    font-size: 1rem;
  }
}
.header__content {
  margin-top: 5rem;
  display: flex;
}
.header__content__bonus__text {
  display: flex;
  max-width: 45rem;
  align-items: center;
}
.header__content__bonus__text img {
  margin-left: -8rem;
  margin-top: -2rem;
}
.header__content__bonus__text span, .header__content__bonus__text strong {
  max-width: 30rem;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.header__content__bonus__text strong {
  font-weight: 700;
}
.header__content__bonus__section {
  display: flex;
  border-radius: 2rem;
  background: linear-gradient(-23.59deg, rgba(255, 255, 255, 0.2) -3.401%, rgba(255, 255, 255, 0) 125.559%);
  width: 50rem;
  justify-content: space-between;
  text-align: center;
}
.header__content__bonus__section__btn {
  cursor: pointer;
  background: rgb(128, 255, 0);
  border-radius: 2rem;
  padding: 1rem 5rem;
  text-align: center;
  justify-content: space-between;
  animation: pulse 1s infinite;
  transition: all 0.3s ease;
}
.header__content__bonus__section__btn:hover {
  transition: all 0.3s ease;
  box-shadow: 0 0 11px #d0ff00;
}
.header__content__bonus__section__btn p {
  color: black;
  font-weight: 700;
}
.header__content__bonus__section__statistic {
  padding: 1rem 5rem 1rem 0rem;
}
.header__content__bonus__section__statistic strong, .header__content__bonus__section__statistic span {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 700;
}
.header__content__bonus__section__statistic span {
  color: rgb(128, 255, 0);
}
.header__content__info__btn:hover {
  cursor: pointer;
}
.header__content__info__btn p {
  background-image: url("/src/play_btn.svg");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  height: 140px;
  width: 140px;
  position: relative;
  animation: effect 15s linear infinite;
  margin-top: -10rem;
}
@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header__content__info__btn span {
  font-family: Montserrat;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  transform-origin: 0px 70px;
  color: rgb(128, 255, 0);
}
.header__content__info__block {
  background: url("/src/plashka_2.png") 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 3rem;
  margin-top: 4rem;
  position: absolute;
  right: 0;
  padding: 3rem 1rem 3rem 5rem;
}
.header__content__info__block img {
  display: block;
  position: absolute;
  left: 50%;
  top: -5%;
  translate: -50% -50%;
  width: 75%;
}
.header__content__info__block ul {
  list-style-position: inside;
  margin-left: 4rem;
}
.header__content__info__block h2 {
  margin-left: 2rem;
  color: rgb(255, 255, 255);
  font-family: Unbounded;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.88rem;
}
.header__content__info__block li {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 33rem;
}
.header__content__info__block__phone {
  display: none;
}
.header__content__info__wrap img {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .header__content {
    display: block;
  }
  .header__content__bonus__text img {
    margin-left: 0rem;
  }
  .header__content__bonus__section {
    flex-direction: column;
    gap: 2rem;
    background: none;
    max-width: 90%;
    margin: auto;
  }
  .header__content__bonus__section__statistic {
    padding: 2rem 3rem;
    background: linear-gradient(-23.59deg, rgba(255, 255, 255, 0) -2.647%, rgba(255, 255, 255, 0.2) 143.254%);
    border-radius: 1.3rem;
    text-align: left;
    border: white 0.01rem solid;
    border-width: 0.005rem 0.03rem 0.005rem 0rem;
  }
  .header__content__bonus__section__statistic p {
    max-width: 20rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
  }
  .header__content__bonus__section__statistic strong, .header__content__bonus__section__statistic span {
    font-family: Montserrat;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
  }
  .header__content__info__btn p {
    background-size: 75%;
    height: 120px;
    width: 120px;
    margin: 3rem 20rem 0rem 0em;
    position: static;
  }
  .header__content__info__btn span {
    transform-origin: 0px 60px;
    font-size: 0.7rem;
  }
  .header__content__info__wrap img {
    display: block !important;
  }
  .header__content__info__block {
    margin: 3rem 2rem 0rem -3rem;
    border-radius: 0rem 3rem 3rem 0rem;
    position: static;
    transform: skew(0);
    padding: 5rem 5rem 2rem 5rem;
    -webkit-backdrop-filter: blur(5.56rem);
            backdrop-filter: blur(5.56rem);
    background: rgba(255, 255, 255, 0.1);
  }
  .header__content__info__block ul {
    list-style-position: inside;
    transform: skew(0);
  }
  .header__content__info__block h2 {
    transform: skew(0);
  }
  .header__content__info__block__phone {
    display: block !important;
  }
}
@media only screen and (max-width: 499px) {
  .header__content {
    margin: 0;
    display: block;
  }
  .header__content__bonus__text img {
    scale: 60%;
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .header__content__bonus span, .header__content__bonus strong {
    font-size: 1rem;
    line-height: 1rem;
    max-width: 13.5rem;
    margin-top: -0.9rem;
  }
  .header__content__bonus__section {
    flex-direction: column;
    gap: 2rem;
    background: none;
    max-width: 90%;
    margin: 0 auto;
  }
  .header__content__bonus__section__btn {
    z-index: 2;
    padding: 0.6rem 1rem;
  }
  .header__content__bonus__section__statistic {
    padding: 1rem 2rem;
    background: linear-gradient(-23.59deg, rgba(255, 255, 255, 0) -2.647%, rgba(255, 255, 255, 0.2) 143.254%);
    border-radius: 1.3rem;
    text-align: left;
    border: white 0.01rem solid;
    border-width: 0.008rem 0rem 0.005rem 0.005rem;
  }
  .header__content__bonus__section__statistic p {
    max-width: 10rem;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .header__content__bonus__section__statistic strong, .header__content__bonus__section__statistic span {
    font-family: Montserrat;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
  }
  .header__content__info__btn {
    z-index: 2;
  }
  .header__content__info__btn p {
    background-size: 75%;
    height: 120px;
    width: 120px;
    margin: 4rem 0rem 0rem 1rem;
    position: static;
  }
  .header__content__info__btn span {
    transform-origin: 0px 60px;
    font-size: 0.7rem;
  }
  .header__content__info__wrap {
    display: flex;
    position: relative;
    overflow-x: clip;
  }
  .header__content__info__wrap img {
    display: block !important;
    overflow: hidden;
    position: absolute;
    top: -90%;
    width: 130%;
    z-index: 0;
    border-bottom-right-radius: 20rem;
  }
  .header__content__info__block {
    background: url("/src/mob_plashka.png") 0 0;
    background-size: 100% 100%;
    margin: -8rem 2rem 0rem -3rem;
    width: 17rem;
    position: static;
    transform: skew(0);
    padding: 3rem 5rem 2rem 1.5rem;
  }
  .header__content__info__block ul {
    list-style-position: inside;
    transform: skew(0);
    width: 18rem;
  }
  .header__content__info__block h2 {
    margin-left: 2.5rem;
    transform: skew(0);
    font-size: 1rem;
    line-height: 1.2rem;
    max-width: 13rem;
  }
  .header__content__info__block__phone {
    padding-top: 5rem;
    display: block !important;
    margin-left: 2.5rem;
  }
  .header__content__info__block p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
  }
  .header__content__info__block img:first-of-type {
    display: none;
  }
  .header__content__info__block img:last-of-type {
    display: block !important;
    position: absolute;
    top: 8rem;
    height: 40%;
    width: auto;
  }
  .header__content__info__block ul {
    list-style-position: outside;
    transform: skew(0);
    margin-left: 5rem;
    max-width: 16rem;
  }
  .header__content__info__block ul li {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.header .available_counter {
  color: rgb(128, 255, 0);
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

main {
  margin-top: 5rem;
  padding: 3rem;
}
@media only screen and (max-width: 499px) {
  main {
    padding: 0;
  }
}

.main {
  padding: 3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) -27.283%, rgba(128, 255, 0, 0.06) 107.877%);
  border-radius: 3rem;
  display: flex;
  gap: 3rem;
}
.main__tagline {
  width: 40rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  line-height: 3rem;
}
.main__tagline img {
  height: auto;
}
.main__tagline span {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.2rem;
  width: 25rem;
}
.main__content {
  max-width: 40%;
}
.main__content strong {
  font-size: 0.9rem;
  line-height: 1rem;
}
.main__content .pc_phone_img {
  position: absolute;
  right: 0;
  margin-top: -22.5rem;
  width: 25rem;
  height: auto;
  z-index: -1;
}
.main .mobile_phone_img {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .main {
    display: block;
    margin: 1rem;
    padding: 3rem 3rem 0rem 3rem;
    position: relative;
    overflow: hidden;
  }
  .main__tagline {
    width: auto;
  }
  .main__tagline h1 {
    font-size: 1.5rem;
  }
  .main__tagline span {
    font-size: 1rem;
  }
  .main__content {
    width: auto;
    margin-top: 2rem;
  }
  .main__content p, .main__content strong {
    font-size: 1rem;
  }
  .main .pc_phone_img {
    display: none;
  }
  .main .mobile_phone_img {
    display: block !important;
    height: 100%;
    margin-left: -3rem;
    margin-top: -6rem;
    width: 140%;
  }
}
@media only screen and (max-width: 499px) {
  .main {
    display: block;
    margin: 1rem;
    padding: 3rem 3rem 0rem 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
  }
  .main__tagline {
    width: auto;
    row-gap: 0.5rem;
  }
  .main__tagline h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .main__tagline span {
    margin-top: -0.5rem;
    font-size: 0.9rem;
    line-height: 1rem;
    width: 20rem;
  }
  .main__content {
    width: auto;
    max-width: 100%;
    margin-top: 1rem;
  }
  .main__content p {
    font-size: 0.9rem;
  }
  .main__content strong {
    font-size: 0.7rem;
  }
  .main__content br:nth-child(even) {
    display: none;
  }
  .main .pc_phone_img {
    display: none;
  }
  .main .mobile_phone_img {
    display: block !important;
    height: 100%;
    margin-left: -3rem;
    margin-top: -6rem;
    width: 140%;
  }
}

.about {
  background: url("/src/people_2.png") bottom left, url("/src/main_bg.png") 0;
  background-repeat: no-repeat;
  background-size: 70% auto, 100% 100%;
  margin-top: 1.25rem;
  overflow-y: hidden;
  border-radius: 2rem;
  padding-bottom: -0.5rem;
  padding: 3rem;
  position: relative;
}
.about .pc_people_img {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 90%;
  z-index: 1;
}
.about .mobile_people_img {
  display: none;
}
.about__content {
  float: right;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0rem 0rem 0rem;
}
.about__content ul {
  list-style-position: outside;
  list-style-image: url("/src/elipse.svg");
  row-gap: 1rem;
  padding-left: 2.5rem;
  display: grid;
}
.about__content li {
  padding-left: 1rem;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 499px) {
  .about {
    margin: 1rem;
    overflow-x: hidden;
    background: url("/src/mob_main_bg.png") 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
  }
  .about__content {
    width: unset;
    float: unset;
    padding: 4rem 0rem 0rem 1rem;
  }
  .about__content h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .about__content ul {
    list-style-position: outside;
    list-style-image: url("/src/elipse.svg");
    row-gap: 1rem;
    padding-left: 2rem;
    display: grid;
  }
  .about__content li {
    padding-left: 0rem;
    font-size: 1rem;
    font-weight: 400;
  }
  .about__content p {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .about .pc_people_img {
    display: none;
  }
  .about .mobile_people_img {
    display: block !important;
    overflow: hidden;
    display: block;
    height: 120%;
    width: 110%;
    margin-left: -8%;
    margin-bottom: 0rem;
    z-index: 1;
  }
}
@media only screen and (min-width: 1920px) {
  .about__content {
    margin-right: 5%;
  }
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 2;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  max-height: 980px;
  margin-left: -300px;
  margin-top: -180px;
  z-index: 1002;
  overflow: visible;
  opacity: 0;
  transform: rotate3d(1, 0.5, 0.5, 180deg) scale(0.1);
  transition: all ease-in 0.4s;
}

#light.active {
  opacity: 1;
  transform: none;
}

#boxclose {
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
  opacity: 0.9;
}

.boxclose:before {
  content: "x";
}

#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

body {
  background-color: #13171B;
  overflow-x: hidden;
}
body p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0%;
}
body h1 {
  color: rgb(255, 255, 255);
  font-family: Unbounded;
  font-size: 3rem;
  font-weight: 700;
}
body span {
  color: rgb(255, 255, 255);
  font-family: Unbounded;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}
body strong {
  color: rgb(255, 255, 255);
  font-family: Unbounded;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0%;
}/*# sourceMappingURL=main.css.map */