* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #f6f9fb;
  font-family: Unbounded;
  background: #f6f9fb;
  font-style: normal;
  font-weight: 400;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h1 {
  color: #fff;
  font-family: Unbounded;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-family: Unbounded;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
}

.btn {
  display: flex;
  padding: 28px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #1ec358;
  color: #f6f9fb;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  width: 100%;
}

.btn-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #1e2423;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #1e2423;
  padding: 20px 48px;
}

.btn-mobile {
  width: 100%;
  text-align: center;
  color: #fff;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #f6f9fb;
  box-shadow: 0 -11px 19.2px 0 rgba(0, 0, 0, 0.1);
  color: #1b1c1b;
}
.cookies__content {
  width: 100%;
}
.cookies__column {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__column {
    flex-direction: column;
  }
}
.cookies__wrapper {
  max-width: 552px;
}
.cookies__title {
  font-size: 44px;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.cookies__btns button {
  width: 100%;
}

.footer {
  display: flex;
  padding: 32px 80px 32px 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  background: #1b1c1b;
  z-index: 2;
}
@media (max-width: calc(768px - 1px)) {
  .footer {
    padding: 32px;
  }
}
.footer__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__address a,
.footer__address p {
  color: #f6f9fb;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.footer__address p {
  max-width: 240px;
}
.footer__menu {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.footer__menu a {
  color: #fff;
}
.footer__bottom {
  background: #f6f9fb;
  padding: 12px 0;
}
.footer__bottom p {
  color: #1b1c1b;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1ec358;
  box-shadow: 0 2px 19.2px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
  text-align: center;
  padding: 24px 0;
}
.header p {
  color: #f6f9fb;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hero {
  background: url(./../img/hero-bg.webp) no-repeat center/cover;
  padding: 84px 0;
  margin-bottom: 80px;
}
.hero h1 {
  padding-top: 80px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-self: center;
  text-align: center;
}
.hero a {
  display: flex;
  padding: 28px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1ec358;
  color: #f5f6f6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
}

.nasza {
  margin-bottom: 80px;
}
.nasza__card {
  display: flex;
  max-width: 544px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #14b44c;
  text-align: center;
  margin: 0 auto;
}

.zakrec {
  color: #1b1c1b;
  margin-bottom: 80px;
}
.zakrec h2 {
  color: #1b1c1b;
  text-align: center;
  font-family: Unbounded;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 48px;
}
.zakrec h2::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 1px;
  background: #1ec358;
  left: 50%;
  transform: translate(-50%, 10px);
  bottom: 0;
}
.zakrec__cards {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
.zakrec__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  max-width: 340px;
  background: #fff;
}
.zakrec__img {
  text-align: center;
}

.dlacezmo {
  color: #1b1c1b;
  margin-bottom: 80px;
}
.dlacezmo h2 {
  color: #1b1c1b;
  text-align: center;
  font-family: Unbounded;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 48px;
}
.dlacezmo h2::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 1px;
  background: #1ec358;
  left: 50%;
  transform: translate(-50%, 10px);
  bottom: 0;
}
.dlacezmo .zakrec__card {
  max-width: 224px;
}
.dlacezmo .zakrec__cards {
  justify-content: space-between;
}

.opinie {
  color: #1b1c1b;
  margin-bottom: 80px;
}
.opinie h2 {
  color: #1b1c1b;
  text-align: center;
  font-family: Unbounded;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 48px;
}
.opinie h2::after {
  position: absolute;
  content: "";
  width: 111px;
  height: 1px;
  background: #1ec358;
  left: 50%;
  transform: translate(-50%, 10px);
  bottom: 0;
}
.opinie .zakrec__card {
  max-width: 514px;
}

.application {
  height: 900px;
  position: relative;
}
.application__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1b1c1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.application__content h2 {
  font-size: 32px;
}
.application__content p {
  font-size: 14px;
  margin-bottom: 12px;
}
.application__content a {
  display: flex;
  padding: 28px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1ec358;
  color: #f6f9fb;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  width: fit-content;
}

.privacy {
  margin: 70px 0 0;
  padding: 40px 0;
}
.privacy__title {
  margin-bottom: 80px;
  color: #1b1c1b;
  text-align: center;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.6px */
  letter-spacing: -0.72px;
}
.privacy__text {
  color: #1b1c1b;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/*# sourceMappingURL=style.css.map */
