/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v49-cyrillic_latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v49-cyrillic_latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v49-cyrillic_latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v49-cyrillic_latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v49-cyrillic_latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/roboto-v49-cyrillic_latin-800.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v49-cyrillic_latin-900.woff2") format("woff2");
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.header {
  background: #2f1c79;
  padding: 5px 20px;
  color: #fff;
}

.header .header-logo {
  width: fit-content;
  font-size: 24px;
  margin: auto;
  font-weight: bold;
}

.header .header-logo span {
  font-size: 24px;
  color: #fff;
}

.header .header-logo__img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-logo__img {
    width: 30px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .header .header-logo__img {
    width: 50px;
    font-size: 24px;
  }
}

main .hero {
  width: 100%;
  background-image: url("../img/hero.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 40px);
  height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 4em;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .hero {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  main .hero {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    background: linear-gradient(to right, black 0%, black 15%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0) 100%), url("../img/hero.webp") right -330px top 20%/cover no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

main .hero__descritpion {
  text-align: center;
  color: #ffffff;
  padding: 20px 16px;
  background: rgba(0, 0, 0, 0.747);
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .hero__descritpion {
    background: rgba(0, 0, 0, 0.747);
    padding: 20px 16px;
  }
}

@media (min-width: 992px) {
  main .hero__descritpion {
    background: transparent;
    text-align: left;
    width: fit-content;
    padding: 6em;
  }
}

main .hero__descritpion h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  animation: fadeInUp 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) forwards;
  animation-delay: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .hero__descritpion h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  main .hero__descritpion h1 {
    font-size: 64px;
  }
}

main .hero__descritpion p {
  font-size: 16px;
  margin: 16px 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  animation: fadeInUp 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) forwards;
  animation-delay: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .hero__descritpion p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  main .hero__descritpion p {
    font-size: 24px;
  }
}

main .hero a {
  display: block;
  width: 100%;
  margin: auto;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  background: #2f1c79;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  animation: fadeInUp 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) forwards;
  animation-delay: 0.5s;
  font-size: 16px;
}

main .hero a:hover {
  background: #7e4d5e;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .hero a {
    width: 90%;
    font-size: 16px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  main .hero a {
    width: fit-content;
    padding: 8px 16px;
    margin-top: 34px;
  }
}

main .confirm {
  width: 100%;
  position: relative;
  height: calc(100vh - 40px);
}

main .confirm__info {
  height: calc(100vh - 40px);
  padding: 0 20px;
}

main .confirm__info .card {
  background: #2b0b51;
  max-width: 300px;
  padding: 20px;
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  max-width: 438px;
}

@media (min-width: 992px) {
  main .confirm__info .card {
    max-width: 500px;
  }
}

main .confirm__info h5 {
  font-size: 10em;
  color: #ffffff;
}

main .confirm__info p {
  color: #ffffff;
  font-size: 5em;
}

@media (min-width: 992px) {
  main .confirm__info p {
    font-size: 2em;
  }
}

main .confirm::before {
  content: "";
  position: absolute;
  background-image: url("../img/mob.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  z-index: 0;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .confirm::before {
    background-image: url("../img/tablet.jpg");
  }
}

@media (min-width: 992px) {
  main .confirm::before {
    background-image: url("../img/deskt.jpg");
  }
}

.btn-tg {
  background-color: #2AABEE !important;
}

.btn-tg:hover {
  background-color: #0d71a5 !important;
}

.btn-wa {
  background-color: #25D366 !important;
}

.btn-wa:hover {
  background-color: #167c3c !important;
}

.btn-mx {
  background-color: #7360F2 !important;
}

.btn-mx:hover {
  background-color: #5e48f0 !important;
}

main .benefits {
  padding-bottom: 4em;
}

main .benefits h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
}

main .benefits__card {
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .benefits__card {
    max-width: 80%;
    margin: auto;
  }

  main .benefits__card h5 {
    color: #7e4d5e;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  main .benefits__card h5 {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  main .benefits__card h5 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .benefits__card p {
    color: #666666;
    font-size: 16px;
    text-align: justify;
  }
}

main .reviews {
  padding: 4em 0;
  background: #f5f5f5;
}

main .reviews .card {
  border: none;
  background: transparent;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .reviews .card {
    max-width: 80%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .reviews .card h5 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  main .reviews .card h5 {
    font-size: 24px;
  }
}

main .reviews .card blockquote {
  margin: 0;
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .reviews .card blockquote {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  main .reviews .card blockquote {
    font-size: 18px;
  }
}

main .reviews .card blockquote footer {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.5em;
  margin: 0;
  margin-top: 16px;
  background: transparent;
  padding: 0;
}

main .reviews img {
  border-radius: 50%;
  max-width: 200px;
  display: block;
  margin: auto;
}

main .form {
  padding: 80px 0;
}

main .form h2 {
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: auto;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
  main .form h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  main .form h2 {
    font-size: 36px;
  }
}

main .form form {
  width: 80%;
  margin: auto;
}

main .form form svg {
  width: 15px;
  height: 15px;
}

main .form form input {
  font-size: 16px;
}

main .form form select {
  font-size: 16px;
}

main .form form label {
  font-size: 16px;
}

main .form form button {
  font-size: 16px;
  background: #2f1c79;
}

.footer {
  padding: 4em 0;
  background: #2f1c79;
}

.footer__logo {
  margin: auto;
  margin-bottom: 16px;
}

.footer__logo img {
  width: 70px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__logo img {
    width: 90px;
  }
}

@media (min-width: 992px) {
  .footer__logo img {
    width: 100px;
  }
}

.footer__logo span {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.footer__logo span span {
  color: #c29de3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__logo span {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .footer__logo span {
    font-size: 26px;
  }
}

.footer__copyright {
  color: #ffffff;
  font-size: 12px;
  width: fit-content;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.footer__copyright a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.footer-social a img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a:hover img {
  transform: scale(1.15);
  opacity: 0.8;
}

/*# sourceMappingURL=main.css.map */