:root {
  --yellow: #ccff00;
  --black: #000000;
  --lightgrey: #f5f5f5;
  --green: #41ae64;
  --white: #fff;
  --black-text: #020a0a;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

body {
  background: #f1f8f5;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
}
.pt-3-75 {
  padding-top: 3.75rem !important;
}
.pl-3 {
  padding-left: 2.5rem !important;
}
.pr-3 {
  padding-right: 2.5rem !important;
}
@media (max-width: 992px) {
  .pt-3-75 {
    padding-top: 2.5rem !important;
  }
}

.container {
  max-width: 120rem;
}
/* first col */
.logo {
  padding-bottom: 5rem;
}
@media (max-width: 1200px) {
  .logo {
    padding-bottom: 2.5rem;
  }
}
.max-width {
  max-width: 37.5rem;
}
h2 {
  color: var(--white);
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  background-color: #41ae64;
  display: inline-flex;
  padding-right: 20px;
  position: relative;
  z-index: 101;
}
h2::before {
  content: "";
  background-color: #41ae64;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  /* height: 82px; */
}

h1 {
  color: var(--black-text);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 3.75rem;
  font-weight: 400;
}

@media (max-width: 575px) {
  .max-width {
    max-width: 19rem;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0.625rem;
  }
  h1,
  h1#element-mobile {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  .max-width {
    max-width: 28rem;
  }
}

.gr-button {
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-end; */
}
@media (max-width: 992px) {
  .gr-button {
    justify-content: flex-end;
    margin-bottom: 2.5rem;
  }
}

.group-button {
  display: flex;
  column-gap: 60px;
  row-gap: 30px;
  /* column-gap: 20px; */
  align-items: center;
  flex-direction: row;
}
@media (max-width: 992px) {
  .group-button {
    flex-direction: column;
    /* justify-content: flex-start; */
  }
}
.group-button a.phone,
.group-button a.email {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  outline: none;
  transition: 0.5s;
}

.group-button a.phone {
  padding: 0.625rem 1.25rem;
  background-color: var(--green);
  border: 1px solid var(--green);
  /* border-radius: 0.625rem; */
  color: #ffffff;
}
@media (max-width: 967px) {
  .group-button a.phone,
  .group-button a.email {
    font-size: 0.625rem;
  }

  .group-button a.phone {
    padding: 0.5rem 1.25rem;
  }
}
.group-button a.phone:hover,
.group-button a.phone:focus {
  transform: scale(1.05);
}
.group-button a.email {
  color: var(--black-text);
  position: relative;
}
.group-button a.email::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: var(--green);
  width: 100%;
  height: 1px;
}
.footer {
  /* border-top: 1px solid var(--green); */
  background-color: #008a58;
  display: flex;
  padding: 1.25rem 0;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.footer .facebook {
  /*    display: flex;*/
  margin-top: 5px;
}

.footer h4,
.footer h5,
.footer span a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--lightgrey);
  font-weight: 400;
}
.footer span a {
  position: relative;
  text-decoration: none;
}

.footer span a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #41ae64;
  width: 100%;
  height: 1px;
}

.footer-mobile {
  /* border-top: 1px solid var(--yellow); */
  display: flex;
  padding: 1.25rem 0;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 10px;
  background-color: #008a58;
  /* margin-left: 2.5rem;
    margin-right: 2.5rem; */
}

.content-mobile {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}
.footer-mobile h4,
.footer-mobile h5,
.footer-mobile a {
  font-size: 0.625rem;
  line-height: 1rem;
  color: var(--lightgrey);
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none;
}
.footer-mobile span {
  line-height: 1;
  --bs-gutter-x: 1;
}
.footer-mobile a {
  position: relative;
  line-height: 1;
}
.footer-mobile a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #41ae64;
  width: 100%;
  height: 1px;
}
.content-mobile-1 {
  max-width: 11rem;
  width: 100%;
}
.content-mobile-2 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
/* .content-mobile-2 {} */
.col-first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .col-first {
    display: flex;
    height: 100vh;
  }
}
/* second col */
.bg-img {
  background-image: url(bc-img.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  width: 50vw;
}
.bg-img-mobile {
  background-image: url(bc-img.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 30vh;
  position: relative;
}
@media (min-width: 578px) and (max-width: 767px) {
  .bg-img-mobile {
    height: 40vh;
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bg-img-mobile {
    height: 40vh;
    background-position: top center;
  }
}
@media (min-height: 800px) and (max-height: 1000px) {
  .bg-img-mobile {
    height: 40vh;
    background-position: top center;
  }
}
@media (min-height: 1001px) and (max-height: 1200px) {
  .bg-img-mobile {
    height: 50vh;
    background-position: top center;
  }
}

/* h1 show mobile */

@media (min-width: 320px) and (max-width: 450px) {
  .d-xl-mobile {
    display: none;
  }
}
@media (min-width: 451px) {
  .d-xl-mobile-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .col-first {
    position: relative;
  }
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: calc(50% + 70px);
  }
}
@media (min-width: 1400px) {
  .facebook-1920 {
    display: flex;
  }
  .facebook-1440 {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facebook-1920 {
    display: none;
  }
}
h1#element {
  visibility: hidden;
}
.line {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

main {
  position: relative;
  z-index: 12;
}
@media (min-width: 1200px) {
  .col-first::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 88px;
    background-image: url("img/bg-witek.png");
    background-size: cover;
    width: 100%;
    height: 500px;
    z-index: 2;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .abcs {
    position: relative;
  }
  .col-first .abcs::before {
    content: "";
    position: absolute;
    right: 0;
    top: -228px;
    background-image: url("img/bg-witek.png");
    background-size: cover;
    width: 100%;
    height: 228px;
    z-index: 2;
  }
}
