@font-face {
  font-family: "Geologica";
  src: url("../fonts/geologica/Geologica-Bold.woff2") format("woff2"), url("../fonts/geologica/Geologica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  white-space: normal;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

div,
a,
span,
p,
h1 {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: inherit;
  background: transparent;
}

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

a {
  color: inherit;
}

a,
a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

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

.m-section {
  display: block;
}

.m-container {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1023px) {
  .m-container {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .m-container {
    padding: 0 15px;
  }
}

.plug {
  color: #05262E;
}
.plug__container {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 40px;
  padding-bottom: 64px;
}
.plug__logo {
  flex: 0 0 28px;
  width: 130px;
  height: 28px;
}
.plug__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.plug__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background-color: #F1FBFD;
  border-radius: 40px;
  flex: 1 1 auto;
  width: 100%;
  padding: 59px;
  text-align: center;
}
@media (max-width: 767px) {
  .plug__content {
    padding: 16px;
  }
}
.plug__title {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.125em;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  .plug__title {
    font-size: 40px;
  }
}
.plug__text {
  font-size: 24px;
  line-height: 1.583em;
}
@media (max-width: 767px) {
  .plug__text {
    font-size: 16px;
  }
}
.plug__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 352px;
  min-height: 56px;
  background-color: #18B7DF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  border-radius: 360px;
}
@media (max-width: 500px) {
  .plug__btn {
    min-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .plug__btn {
    min-width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */