@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #1A305F;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

.page {
  margin: 0 !important;
}

p {
  font-family: "Roboto", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
}

.filler {
  width: 50px;
  height: 0px;
}
@media screen and (max-width: 1200px) {
  .filler {
    display: none;
  }
}

.main-container {
  max-width: 1600px;
  margin: auto;
  width: 100%;
  padding: 0 3em;
  padding-top: 2em;
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .main-container {
    padding: 0 1em;
    padding-top: 2em;
    padding-bottom: 6em;
  }
}

section {
  margin-bottom: 2em;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  color: #1A305F;
}

p {
  color: #1A305F;
}

.section-header {
  font-size: 2.4em;
  letter-spacing: 0.36px;
  line-height: 1em;
  padding: 0.67em 0;
  margin: 0;
  color: #1A305F;
}

.crm-section-header {
  padding: 1em 0;
}
@media screen and (max-width: 996px) {
  .crm-section-header {
    font-size: 1.7em;
    padding: 0.67em 0;
  }
}

@media screen and (max-width: 996px) {
  .crm-section-header-2 {
    font-size: 1.3em;
  }
}

.section-desc {
  font-size: 1.2em;
  margin-top: 2em;
  width: 66.6%;
  padding-right: 2em;
  font-weight: 300;
  color: #1A305F;
}
@media screen and (max-width: 540px) {
  .section-desc {
    width: 100%;
  }
}

.green-sep {
  background: #25DF50;
  height: 5px;
  width: 5%;
}
@media screen and (max-width: 800px) {
  .green-sep {
    width: 10%;
  }
}

.green-dash::before {
  content: "_";
  color: #25DF50;
}

.green-border-left {
  border-left: 5px solid #25DF50;
  padding-left: 15px !important;
}

.card, .card-front {
  border-radius: 25px;
  background: white;
  padding: 2em 1.5em;
}

.main-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #25DF50;
  border-radius: 25px;
  color: #25DF50;
  background: none;
  max-width: 100%;
}
.main-btn:hover {
  background: #25DF50;
  color: white;
  border: 1px solid #25DF50;
}

.white-border-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid white;
  color: white;
  border-radius: 25px;
}
.white-border-btn:hover {
  background: #25DF50;
  color: white;
  border: 1px solid #25DF50;
}

.main-title {
  color: white;
  font-size: 3.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .main-title {
    font-size: 2.5em;
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .main-title {
    font-size: 1.8em;
  }
}

.contact-form-first {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(26, 48, 95, 0.3);
}
.contact-form-first h4 {
  color: #1A305F;
  font-size: 2em;
  margin: 1em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.contact-form-first .wpcf7 {
  padding: 2em;
}
.contact-form-first .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact-form-first .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form-first .wpcf7 .wpcf7-form-control-wrap input[type=tel], .contact-form-first .wpcf7 .wpcf7-form-control-wrap input[type=email], .contact-form-first .wpcf7 .wpcf7-form-control-wrap input[type=text] {
  width: 100%;
}
.contact-form-first .wpcf7 label {
  color: #1A305F;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
}
.contact-form-first .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.contact-form-first .wpcf7 .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1em;
}
.contact-form-first .wpcf7 .wpcf7-list-item label input {
  width: 20%;
  height: 50px;
  background: grey;
  border: none;
}
.contact-form-first .wpcf7 textarea {
  height: 100px;
}
.contact-form-first .wpcf7 input[type=tel], .contact-form-first .wpcf7 input[type=email], .contact-form-first .wpcf7 input[type=text], .contact-form-first .wpcf7 textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1A305F;
  border-radius: 25px;
  resize: none;
  margin-top: 10px;
  padding: 0.5em;
}
.contact-form-first .wpcf7 .main-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #25DF50;
  border-radius: 25px;
  color: #25DF50;
  background: none;
  width: 100%;
  font-size: 2em;
  padding: 1.2em;
}
.contact-form-first .wpcf7 .main-btn:hover {
  background: #25DF50;
  color: white;
  border: 1px solid #25DF50;
}
@media screen and (max-width: 1500px) {
  .contact-form-first h4 {
    font-size: 1.7em;
  }
  .contact-form-first .wpcf7 label {
    font-size: 1em;
  }
  .contact-form-first .wpcf7 .wpcf7-list-item-label {
    font-size: 0.8em;
  }
  .contact-form-first .wpcf7 .main-btn {
    font-size: 1.5em;
  }
}
.contact-form-first .contact-footer {
  background: #1A305F;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact-form-first .contact-footer h5 {
  color: white;
  font-size: 1.7em;
}
.contact-form-first .contact-footer .contact-info {
  padding: 0.5em;
}
.contact-form-first .contact-footer .contact-info a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}
.contact-form-first .contact-footer .contact-info .tel::before {
  content: "tel:";
  color: #25DF50;
  position: absolute;
  left: 10%;
}
.contact-form-first .contact-footer .contact-info .mail::before {
  content: "e-mail:";
  color: #25DF50;
  position: absolute;
  left: 10%;
}

header {
  background: #1A305F;
  position: sticky;
  top: 0;
  z-index: 999;
}
header .desktop-menu .menu-item-27 {
  order: -1;
}
header .main-container {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  margin: auto;
}
@media screen and (max-width: 880px) {
  header .main-container {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  header .main-container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  header .main-navigation {
    display: flex;
    flex-direction: column;
  }
  header .desktop-menu {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  header .mobile-menu {
    display: none;
  }
  header .open-menu {
    display: none;
  }
}
header .mobile-menu {
  width: 50%;
}
header #primary-menu {
  justify-content: center;
}
header #primary-menu .menu-item {
  padding: 0.5em 1em;
}
header #primary-menu .menu-item * {
  color: white;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  header .site-branding-desktop {
    display: none;
  }
}
header .site-branding-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  header .site-branding-mobile {
    display: flex;
    justify-content: center;
  }
}
header .main-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}
@media screen and (max-width: 600px) {
  header .main-navigation {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
header #open-menu-btn {
  height: 18px;
  width: 20px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: none;
  border: none;
  font-size: 2em;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 600px) {
  header #open-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .menu-item-28 {
    display: none !important;
  }
}
header .menu-1-container {
  width: 100%;
}
header .sos-btn {
  width: 50%;
}
@media screen and (min-width: 600px) {
  header .sos-btn {
    display: none !important;
  }
}
header .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu-item a {
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 0.25em 1em;
}
header .menu-item a:hover {
  border: 2px solid #25DF50;
}
header .sos-btn, header .menu-item-28 > a {
  border: 2px solid #25DF50;
  color: #25DF50 !important;
  text-align: center;
  border-radius: 25px;
  padding: 0.25em 1em;
}

#hero {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #hero {
    flex-direction: column;
    align-items: center;
  }
}
#hero .hero-img-desktop {
  width: 100%;
  min-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  #hero .hero-img-desktop {
    display: none;
  }
}
#hero .hero-img-mobile {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 860px) {
  #hero .hero-img-mobile {
    display: block;
  }
}
#hero .contact-form-first {
  width: 33.3%;
}
#hero .form-mobile {
  display: none;
  border-radius: 0;
}
#hero .form-mobile .contact-footer {
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  #hero .form-mobile {
    display: block;
    width: 100%;
    box-shadow: none;
  }
  #hero .form-desktop {
    display: none;
  }
}
#hero .main-container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-top: 5em;
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  #hero .main-container {
    top: 0;
    margin-top: 2em;
    height: 70vh;
  }
}
#hero .main-container h3 {
  margin-bottom: 1em;
  text-align: right;
  width: calc((100vw - 100%) / 2 + 50%);
}
#hero .main-container h3 span {
  color: #25DF50;
}
#hero .main-container .col-50 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 2em;
}
@media screen and (max-width: 700px) {
  #hero .main-container .col-50 {
    justify-content: flex-start;
    padding: 0 1em;
  }
}

@media screen and (max-width: 1200px) {
  #kontakt {
    scroll-margin-top: -50vh;
  }
}
@media screen and (max-width: 530px) {
  #kontakt {
    scroll-margin-top: -40vh;
  }
}

#uslugi-section h1 {
  color: #1A305F;
}
#uslugi-section h2 {
  font-family: "Roboto", sans-serif;
}
#uslugi-section .section-desc {
  color: #1A305F;
}
#uslugi-section .services-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#uslugi-section .service {
  width: 30%;
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1100px) {
  #uslugi-section .service h2 {
    min-height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #uslugi-section .service h2 {
    min-height: initial;
  }
}
@media screen and (max-width: 1100px) {
  #uslugi-section .service {
    width: 100%;
  }
}
#uslugi-section .service * {
  cursor: default;
}
#uslugi-section .service h2 {
  padding-bottom: 1em;
  color: #1A305F;
  line-height: 1.2em;
}
#uslugi-section .service .card-front {
  box-shadow: 0px 0px 5px 0px rgba(26, 48, 95, 0.2);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1em;
  aspect-ratio: 420/170;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #uslugi-section .service .card-front {
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  #uslugi-section .service .card-front {
    height: auto;
  }
}
#uslugi-section .service .card-front img {
  margin-right: 1em;
  width: 20%;
}
#uslugi-section .service .card-front .img-no-gradient {
  display: none;
}
#uslugi-section .service .card-front p {
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 300;
  width: 80%;
}
#uslugi-section .service:hover h2 {
  color: #25DF50;
}
#uslugi-section .service:hover .card-front {
  background: #1A305F;
}
#uslugi-section .service:hover .card-front .img-gradient {
  display: none;
}
#uslugi-section .service:hover .card-front .img-no-gradient {
  display: block;
}
#uslugi-section .service:hover .card-front p {
  color: white;
}

#opinie {
  background: url(../images/young-male-web-designers-working-on-a-computer\ 1.webp) no-repeat top center;
  background-size: cover;
}
#opinie .section-header {
  color: white;
}
#opinie .main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#opinie .recom-list {
  padding: 2em 0;
  padding-bottom: 6em;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#opinie .section-desc {
  color: white;
}
#opinie .card-front {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 3em;
}
@media screen and (max-width: 1100px) {
  #opinie .card-front {
    width: 100%;
    margin-bottom: 1em;
  }
}
#opinie .card-front .logo {
  max-height: 50px;
}
#opinie .card-front p {
  font-size: 1.2em;
  color: #1A305F;
  font-weight: 300;
  padding: 2em 0;
  margin-bottom: auto;
}
#opinie .card-front .main-btn {
  font-size: 1.2em;
  padding: 0.75em 2em;
  font-weight: 500;
}
#opinie .white-border-btn {
  font-size: 1.5em;
  padding: 1.1em 2em;
  margin: auto;
}

@media screen and (max-width: 800px) {
  #jaktodziala .main-container {
    padding-bottom: 0;
  }
}
#jaktodziala .graph {
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 5em;
}
@media screen and (max-width: 1200px) {
  #jaktodziala .graph {
    width: 100%;
  }
}
#jaktodziala .graph .stroke {
  width: 100%;
}
#jaktodziala .graph .green-back {
  background: rgba(41, 252, 90, 0.06);
  border-radius: 40px;
  height: 100%;
}
#jaktodziala .graph .graph-elements {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  width: 97.4%;
  height: 100%;
  left: 1.3%;
}
#jaktodziala .graph .graph-el {
  position: absolute;
  width: 20%;
  padding: 0 0.5em;
  border-radius: 40px;
  height: 100%;
}
#jaktodziala .graph .graph-el .green-back, #jaktodziala .graph .graph-el .no-back {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  padding-bottom: 2em;
}
#jaktodziala .graph .graph-el .green-back h4, #jaktodziala .graph .graph-el .no-back h4 {
  font-family: "Roboto", sans-serif;
  color: #1A305F;
  font-size: 1.5em;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 1400px) {
  #jaktodziala .graph .graph-el .green-back h4, #jaktodziala .graph .graph-el .no-back h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  #jaktodziala .graph .graph-el .green-back h4, #jaktodziala .graph .graph-el .no-back h4 {
    font-size: 1em;
  }
}
#jaktodziala .graph .graph-el .green-back p, #jaktodziala .graph .graph-el .no-back p {
  font-weight: 300;
  color: #1A305F;
  font-size: 1em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #jaktodziala .graph .graph-el .green-back p, #jaktodziala .graph .graph-el .no-back p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1200px) {
  #jaktodziala .graph .graph-el .green-back p, #jaktodziala .graph .graph-el .no-back p {
    font-size: 0.8em;
  }
}
#jaktodziala .graph .graph-el .green-back {
  padding-top: 3em;
}
#jaktodziala .graph .el-1 {
  height: 93.7%;
  top: 14%;
  left: 0;
}
#jaktodziala .graph .el-2 {
  height: 58%;
  top: 13%;
  left: 20%;
}
#jaktodziala .graph .el-3 {
  height: 93.7%;
  top: -4%;
  left: 40.2%;
}
#jaktodziala .graph .el-4 {
  height: 65%;
  top: 13%;
  right: 20%;
}
#jaktodziala .graph .el-5 {
  height: 93.7%;
  top: 14%;
  right: 0;
}
#jaktodziala .graph-mobile {
  display: none;
  max-width: 500px;
}
#jaktodziala .graph-mobile .graph-elements {
  height: 97.4%;
  width: 100%;
  top: 1%;
  left: 0;
}
#jaktodziala .graph-mobile .graph-el {
  width: 100%;
  height: 20%;
  padding: 1em 0;
}
#jaktodziala .graph-mobile .graph-el .green-back {
  justify-content: center;
}
#jaktodziala .graph-mobile .graph-el .green-back, #jaktodziala .graph-mobile .graph-el .no-back {
  flex-direction: row;
  align-items: center;
  padding: 0.2em 1em;
  height: 100%;
}
#jaktodziala .graph-mobile .graph-el .green-back .graph-elem-desc, #jaktodziala .graph-mobile .graph-el .no-back .graph-elem-desc {
  padding: 0 1em;
  height: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#jaktodziala .graph-mobile .graph-el .green-back .icon, #jaktodziala .graph-mobile .graph-el .no-back .icon {
  width: 30%;
}
#jaktodziala .graph-mobile .graph-el .green-back h4, #jaktodziala .graph-mobile .graph-el .no-back h4 {
  font-size: 1em !important;
}
@media screen and (max-width: 600px) {
  #jaktodziala .graph-mobile .graph-el .green-back h4, #jaktodziala .graph-mobile .graph-el .no-back h4 {
    font-size: 0.8rem !important;
  }
}
#jaktodziala .graph-mobile .graph-el .green-back p, #jaktodziala .graph-mobile .graph-el .no-back p {
  font-size: 0.7em;
  display: none;
}
#jaktodziala .graph-mobile .el-1 {
  width: 93.7%;
  left: -7%;
  top: 0;
}
#jaktodziala .graph-mobile .el-1 .green-back {
  padding-right: 2em;
}
#jaktodziala .graph-mobile .el-2 {
  width: 93.7%;
  left: 13%;
  top: 20%;
}
#jaktodziala .graph-mobile .el-3 {
  width: 93.7%;
  left: 10%;
  top: 40.2%;
}
#jaktodziala .graph-mobile .el-3 .green-back {
  padding-right: 2em;
}
#jaktodziala .graph-mobile .el-4 {
  width: 93.7%;
  left: 13%;
  top: 60%;
}
#jaktodziala .graph-mobile .el-5 {
  width: 93.7%;
  right: 14%;
  top: 80%;
}
@media screen and (max-width: 900px) {
  #jaktodziala .graph-mobile {
    display: block;
  }
  #jaktodziala .graph-desktop {
    display: none;
  }
}

#skontaktuj-sie {
  position: relative;
}
#skontaktuj-sie .green-sep {
  width: 10%;
}
#skontaktuj-sie .main-container {
  min-height: 40vw;
  padding-top: 2em;
  padding-bottom: 4em;
}
#skontaktuj-sie .main-container .col-left {
  width: 50%;
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #skontaktuj-sie .main-container .col-left {
    width: 100%;
  }
}
#skontaktuj-sie .section-header, #skontaktuj-sie .section-desc {
  width: 100%;
}
#skontaktuj-sie .apps-img {
  position: absolute;
  right: 0;
  top: 4em;
  max-width: 50vw;
}
@media screen and (max-width: 768px) {
  #skontaktuj-sie .apps-img {
    display: none;
  }
}

.contact-btn {
  padding: 1em 4em;
  font-size: 1.6em;
  cursor: pointer;
  margin-top: 4em;
}
@media screen and (max-width: 500px) {
  .contact-btn {
    padding: 1em 2em;
    margin: auto;
    margin-top: 4em;
  }
}

#crm-main .main-container {
  padding-bottom: 2em;
}

#crm-hero-top {
  background: url("../images/back-top-desktop.webp");
  background-size: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 966px) {
  #crm-hero-top {
    background: url("../images/top-back-mobile.webp");
    background-size: cover;
  }
}
#crm-hero-top .main-container {
  padding-top: 6em;
  padding-bottom: 0;
}
#crm-hero-top .title-container {
  width: 35%;
  margin-left: auto;
  padding-left: 1em;
  border-left: 5px solid #25DF50;
  padding-bottom: 3em;
}
#crm-hero-top .title-container .main-title {
  margin: 0;
}
@media screen and (max-width: 996px) {
  #crm-hero-top {
    padding-bottom: 4em;
  }
  #crm-hero-top .main-container {
    padding-top: 2em;
  }
  #crm-hero-top .title-container {
    width: 100%;
    border-left: none;
  }
  #crm-hero-top .title-container .main-title {
    font-size: 2em;
    width: 100%;
  }
}

#crm-hero-bottom {
  padding-top: 0;
}
#crm-hero-bottom .desc-container {
  width: 35%;
  margin-left: auto;
  padding-left: 1em;
  border-left: 5px solid #25DF50;
}
#crm-hero-bottom .desc-container .section-desc {
  width: 100%;
  padding-right: 0;
  margin-top: 0;
}
#crm-hero-bottom .main-container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#crm-hero-bottom img {
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 3em;
  aspect-ratio: 893/591;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 996px) {
  #crm-hero-bottom {
    margin-top: -6em;
  }
  #crm-hero-bottom img {
    display: none;
  }
  #crm-hero-bottom .desc-container {
    width: 100%;
    border-radius: 25px;
    border-left: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: white;
    margin: auto;
    padding: 1.5em;
  }
  #crm-hero-bottom .desc-container .section-desc {
    font-size: 0.9em;
    margin-top: initial;
    margin-bottom: initial;
  }
}

.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cards .card {
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 966px) {
  .cards .card {
    width: 100%;
    display: flex;
  }
}
.cards .card .card-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 1em;
  border-radius: 40px;
}
@media screen and (max-width: 966px) {
  .cards .card .card-content-container {
    aspect-ratio: initial !important;
    width: 100%;
  }
}
.cards .card .card-content-container .card-header {
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
}
.cards .card .card-content-container .card-desc-light {
  font-weight: 300;
  margin-bottom: 0;
}
.cards .card .card-content-container .card-desc-regular {
  font-weight: 400;
  margin-bottom: 0;
}
.cards .card-25 {
  width: 23%;
  aspect-ratio: 275/370;
}
@media screen and (min-width: 966px) {
  .cards .card-25 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 966px) {
  .cards .card-25 {
    width: 100%;
    display: flex;
    aspect-ratio: initial !important;
  }
}
.cards .card-25 .card-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 1em;
  border-radius: 40px;
}
@media screen and (max-width: 966px) {
  .cards .card-25 .card-content-container {
    aspect-ratio: initial !important;
    width: 100%;
  }
}

#co-robimy .main-container {
  text-align: center;
}
#co-robimy .card {
  overflow: hidden;
}
#co-robimy .card .card-content-container {
  aspect-ratio: 372/240;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #co-robimy .card .card-content-container .section-header {
    font-size: 1.4em;
  }
}
#co-robimy .card .card-content-container .section-desc {
  width: 100%;
  padding-right: 0;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  #co-robimy .card .card-content-container .section-desc {
    font-size: 1em;
    margin: 0;
  }
}
#co-robimy .card .hide-on-hover {
  background: rgba(37, 223, 80, 0.2);
}
#co-robimy .card .hide-on-hover img {
  max-width: 100px;
}
@media screen and (max-width: 1200px) {
  #co-robimy .card .hide-on-hover img {
    max-width: 70px;
  }
}
@media screen and (max-width: 966px) {
  #co-robimy .card .hide-on-hover {
    display: flex !important;
    border-radius: 40px 0 0 40px;
    width: 25%;
    padding-right: 0.2em;
  }
}
#co-robimy .card .hide-on-hover img {
  max-width: 100px;
  width: 100%;
}
#co-robimy .card .show-on-hover {
  background: rgb(185, 223, 187);
  display: none;
}
@media screen and (max-width: 966px) {
  #co-robimy .card .show-on-hover {
    display: flex !important;
    border-radius: 0 40px 40px 0;
    background: rgba(37, 223, 80, 0.2);
    width: 74%;
    padding-left: 0.2em;
  }
}
#co-robimy .card:hover .show-on-hover {
  display: flex;
  height: 100%;
  aspect-ratio: initial !important;
}
#co-robimy .card:hover .hide-on-hover {
  display: none;
}
#co-robimy .contact-btn {
  margin: auto;
  margin-top: 0.67em;
}

#problemy-i-obawy {
  background: url("../images/problemy-i-obawy.webp");
  background-size: 100% 100%;
  background-position: top center;
  margin-bottom: 0;
}
#problemy-i-obawy .section-header {
  color: white;
  padding-bottom: 1.5em;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 1450px) {
  #problemy-i-obawy .card .show-on-hover p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 1250px) {
  #problemy-i-obawy .card .show-on-hover p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 1100px) {
  #problemy-i-obawy .card .show-on-hover p {
    font-size: 0.7em !important;
  }
}
@media screen and (max-width: 966px) {
  #problemy-i-obawy .card .show-on-hover p {
    font-size: 1rem !important;
  }
}
#problemy-i-obawy .main-container {
  padding-bottom: 4em;
}
@media screen and (min-width: 966px) {
  #problemy-i-obawy .main-container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 966px) {
  #problemy-i-obawy {
    background: none;
  }
  #problemy-i-obawy .cards-back-container {
    background: url("../images/problemy.webp");
    background-size: cover;
    pointer-events: none;
  }
  #problemy-i-obawy .card {
    padding-bottom: 0;
    flex-direction: column;
    align-items: stretch;
  }
  #problemy-i-obawy .card .hide-on-hover:hover {
    display: flex !important;
  }
  #problemy-i-obawy .card .hide-on-hover {
    margin-bottom: 2em;
  }
  #problemy-i-obawy .card .show-on-hover {
    display: flex !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
#problemy-i-obawy .card {
  background: none;
  overflow: hidden;
}
#problemy-i-obawy .card .card-content-container {
  aspect-ratio: 385/370;
  justify-content: space-evenly;
}
#problemy-i-obawy .card .hide-on-hover {
  background: white;
}
#problemy-i-obawy .card .show-on-hover {
  display: none;
  background: rgba(26, 48, 95, 0.85);
  border: 1px solid rgb(26, 48, 95);
}
#problemy-i-obawy .card .show-on-hover p {
  color: white;
  pointer-events: none;
}
#problemy-i-obawy .card:hover .show-on-hover {
  display: flex;
}
#problemy-i-obawy .card:hover .hide-on-hover {
  display: none;
}
@media screen and (max-width: 966px) {
  #problemy-i-obawy {
    background: none;
  }
  #problemy-i-obawy .section-header {
    color: #1A305F;
  }
}

#czym-jest-crm .section-header {
  padding-left: 1em;
  padding-right: 1em;
}
#czym-jest-crm .light-green-container {
  background: rgba(41, 252, 90, 0.06);
}
#czym-jest-crm .light-green-container .main-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
#czym-jest-crm .light-green-container .czym-jest-crm-container {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #1A305F;
  height: 100%;
  width: 100%;
  padding: 2em;
}
#czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover p {
  color: white;
  text-align: center;
  font-weight: 300;
}
#czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover p strong {
  font-weight: 700;
}
#czym-jest-crm .light-green-container .czym-jest-crm-container:hover .show-on-hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 966px) {
  #czym-jest-crm .light-green-container .main-container {
    gap: 0;
  }
}
@media screen and (max-width: 966px) and (max-width: 768px) {
  #czym-jest-crm .light-green-container .main-container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 966px) {
  #czym-jest-crm .light-green-container .czym-jest-crm-container {
    display: flex;
    position: static;
    flex-direction: column;
    border-radius: 0;
    height: auto;
    width: 50%;
    align-items: center;
  }
}
@media screen and (max-width: 966px) and (max-width: 768px) {
  #czym-jest-crm .light-green-container .czym-jest-crm-container {
    width: 100%;
  }
}
@media screen and (max-width: 966px) {
  #czym-jest-crm .light-green-container .czym-jest-crm-container img {
    width: 30%;
  }
  #czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover {
    display: flex;
    position: static;
    height: auto;
    background: none;
  }
  #czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover p {
    color: #1A305F;
  }
}
@media screen and (max-width: 966px) and (max-width: 768px) {
  #czym-jest-crm .light-green-container .czym-jest-crm-container .show-on-hover {
    padding-left: 0;
    padding-right: 0;
  }
}

#podejscie .section-header {
  padding-left: 1em;
  padding-right: 1em;
}
#podejscie .main-container {
  text-align: center;
  padding-top: 0;
}
#podejscie .card {
  background: none;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 966px) {
  #podejscie .card {
    width: 100%;
    display: flex;
  }
}
#podejscie .card .card-content-container {
  aspect-ratio: 330/300;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(26, 48, 95, 0.2);
  justify-content: space-evenly;
}
#podejscie .contact-btn {
  margin: auto;
  margin-top: 0.67em;
}

#co-zyskasz {
  margin-bottom: 0;
}
#co-zyskasz .main-container {
  padding-bottom: 0;
}
#co-zyskasz .section-head {
  background: url("../images/handshake.webp");
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}
@media screen and (max-width: 966px) {
  #co-zyskasz .section-head {
    padding: 2em 0;
  }
}
#co-zyskasz .section-head .section-header {
  color: white;
  padding-left: 1em;
  padding-right: 1em;
}
#co-zyskasz .cards {
  align-items: stretch;
}
#co-zyskasz .card {
  padding-left: 5px;
  padding-right: 5px;
}
#co-zyskasz .card img {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 966px) {
  #co-zyskasz .card img {
    max-height: 100px;
  }
}
@media screen and (max-width: 966px) {
  #co-zyskasz .card {
    width: 100%;
    display: flex;
  }
}
#co-zyskasz .card .card-content-container {
  height: 100%;
  background: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#co-zyskasz .card .card-content-container .card-desc-light {
  margin-top: 1em;
}

#znamy-potrzeby .cards {
  align-items: stretch;
}
@media screen and (min-width: 966px) {
  #znamy-potrzeby .cards {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#znamy-potrzeby .cards .card .card-content-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2em 1em;
}
@media screen and (max-width: 1200px) {
  #znamy-potrzeby .cards .card .card-content-container .section-header {
    font-size: 1.4em;
  }
}
#znamy-potrzeby .cards .card .card-content-container .section-desc {
  width: 100%;
  padding-right: 0;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  #znamy-potrzeby .cards .card .card-content-container .section-desc {
    font-size: 1em;
    margin: 0;
  }
}
#znamy-potrzeby .cards .card .hide-on-hover {
  background: rgba(37, 223, 80, 0.2);
}
#znamy-potrzeby .cards .card .hide-on-hover h3 {
  display: flex !important;
}
@media screen and (max-width: 966px) {
  #znamy-potrzeby .cards .card .hide-on-hover {
    display: flex !important;
    border-radius: 40px 0 0 40px;
    width: 25%;
  }
}
#znamy-potrzeby .cards .card .show-on-hover {
  background: rgba(26, 48, 95, 0.75);
  display: none;
}
#znamy-potrzeby .cards .card .show-on-hover * {
  color: white;
}
@media screen and (max-width: 1450px) {
  #znamy-potrzeby .cards .card .show-on-hover p {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 1250px) {
  #znamy-potrzeby .cards .card .show-on-hover p {
    font-size: 0.9em !important;
  }
}
@media screen and (max-width: 1100px) {
  #znamy-potrzeby .cards .card .show-on-hover p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 966px) {
  #znamy-potrzeby .cards .card .show-on-hover p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 966px) {
  #znamy-potrzeby .cards .card .show-on-hover {
    display: flex !important;
    border-radius: 0 40px 40px 0;
    background: rgba(37, 223, 80, 0.4);
    width: 74%;
  }
  #znamy-potrzeby .cards .card .show-on-hover * {
    color: #1A305F;
  }
}
#znamy-potrzeby .cards .card:hover .show-on-hover {
  display: flex;
}
#znamy-potrzeby .cards .card:hover .hide-on-hover {
  display: none;
}
@media screen and (max-width: 966px) {
  #znamy-potrzeby .cards .card {
    padding-bottom: 0;
    flex-direction: column;
    align-items: stretch;
  }
  #znamy-potrzeby .cards .card .card-content-container {
    width: 100%;
    border-radius: 25px;
    pointer-events: none;
  }
  #znamy-potrzeby .cards .card .hide-on-hover:hover {
    display: flex !important;
  }
  #znamy-potrzeby .cards .card .hide-on-hover {
    margin-bottom: 2em;
  }
  #znamy-potrzeby .cards .card .show-on-hover {
    display: flex !important;
  }
}
#znamy-potrzeby .contact-btn {
  margin: auto;
  margin-top: 1.5em;
}

#crm-oferta {
  background: url("../images/za-oferta.webp");
  background-size: cover;
}
@media screen and (max-width: 966px) {
  #crm-oferta {
    background: url("../images/oferta-back-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
#crm-oferta .main-container {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 966px) {
  #crm-oferta .main-container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#crm-oferta .oferta-container {
  width: 50%;
  margin-left: auto;
}
#crm-oferta .oferta-container .section-header {
  color: white;
  padding-bottom: 1.7em;
}
#crm-oferta .oferta-container .crm-offer-list {
  list-style: none;
}
#crm-oferta .oferta-container .crm-offer-list .crm-offer-item {
  color: white;
  font-weight: 700;
  border-bottom: 1px solid white;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.18px;
  padding: 0.5em;
}
#crm-oferta .oferta-container .crm-offer-list .crm-offer-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1150px) {
  #crm-oferta .oferta-container {
    width: 100%;
    margin: auto;
  }
  #crm-oferta .oferta-container .crm-offer-list {
    margin: auto;
  }
}
@media screen and (max-width: 1150px) and (max-width: 966px) {
  #crm-oferta .oferta-container .crm-offer-list .crm-offer-item {
    font-weight: 300;
    font-size: 0.9em;
  }
}

#crm-lista {
  margin-top: 3em;
  background: rgba(41, 252, 90, 0.06);
}
#crm-lista .main-container {
  padding: 2em 0;
}
#crm-lista .main-container .software-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
#crm-lista .main-container .software-list .kazdy-crm {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 1130px) {
  #crm-lista .main-container .software-list .kazdy-crm {
    order: unset;
    width: auto;
    transform: translateY(40px);
  }
}
#crm-lista .main-container .software-list .kazdy-crm-bold {
  font-weight: 600;
  font-size: 3em;
  text-align: center;
  margin-bottom: 0;
}
#crm-lista .main-container .software-list .kazdy-crm-sum {
  text-align: center;
}
#crm-lista .main-container .software-list img {
  padding: 1em;
  max-width: 40%;
}
@media screen and (min-width: 670px) {
  #crm-lista .main-container .software-list img {
    max-width: 20%;
  }
}

#crm-zespol .cards {
  padding-top: 6em;
  justify-content: center;
  gap: 3em;
}
@media screen and (max-width: 966px) {
  #crm-zespol .cards {
    gap: initial;
  }
}
#crm-zespol .card .card-content-container {
  box-shadow: 0px 0px 5px 0px rgba(26, 48, 95, 0.2);
  padding: 2em;
  padding-top: 3.5em;
  align-items: flex-start;
  position: relative;
}
#crm-zespol .card .card-content-container .card-header {
  padding-bottom: 1em;
  font-weight: 500;
}
#crm-zespol .card .team-photo {
  width: 37%;
  max-width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 0; /* Half of the element is above the parent container */
  left: 50%; /* Move to the horizontal center */
  transform: translate(-50%, -50%); /* Center the element both horizontally and vertically */
}
@media screen and (max-width: 966px) {
  #crm-zespol .card {
    margin-bottom: 3em;
  }
}
#crm-zespol .contact-btn {
  margin: auto;
  margin-top: 0.67em;
}

#crm-kontakt {
  scroll-margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 966px) {
  #crm-kontakt .contact-form-first .wpcf7 {
    padding: 2em 3em;
  }
}
#crm-kontakt .green-back {
  background: rgba(41, 252, 90, 0.06);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 966px) {
  #crm-kontakt .green-back {
    display: none;
  }
}
#crm-kontakt .contact-form-first .contact-footer {
  padding: 1.5em 3em;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  #crm-kontakt .contact-form-first .contact-footer .contact-info .tel, #crm-kontakt .contact-form-first .contact-footer .contact-info .mail {
    font-size: 0.8em;
  }
}
#crm-kontakt .contact-form-first .contact-footer .contact-info .tel::before {
  content: "tel:";
  color: #25DF50;
  position: static;
  margin-right: 60px;
}
#crm-kontakt .contact-form-first .contact-footer .contact-info .mail::before {
  content: "e-mail:";
  color: #25DF50;
  position: static;
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  #crm-kontakt .contact-form-first .contact-footer .contact-info .mail::before {
    margin-right: 15px;
  }
}
#crm-kontakt .main-container {
  display: flex;
  padding-bottom: 2em;
}
#crm-kontakt .contact-form-first, #crm-kontakt .crm-contact-photo {
  width: 50%;
}
@media screen and (max-width: 966px) {
  #crm-kontakt .contact-form-first, #crm-kontakt .crm-contact-photo {
    width: 100%;
  }
}
#crm-kontakt .crm-contact-photo {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 0 25px 25px 0;
}
@media screen and (max-width: 966px) {
  #crm-kontakt .crm-contact-photo {
    display: none;
  }
}

#faq {
  margin-bottom: 0;
}
#faq .faq-title {
  background: url("../images/faq-back.webp");
  background-size: cover;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .faq-item {
  border-top: 1px solid #1A305F;
}
#faq .faq-item .main-container {
  padding-bottom: 1em;
}
#faq .faq-item h3 {
  font-weight: 500;
  font-size: 1.3em;
  padding-bottom: 1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 966px) {
  #faq .faq-item h3 {
    font-weight: 700;
  }
}
#faq .faq-item p {
  font-weight: 300;
}

@media screen and (min-width: 966px) {
  #zastrzezenie {
    display: none;
  }
}
#zastrzezenie .title {
  display: flex;
  align-items: center;
}
#zastrzezenie .title h2 {
  padding-left: 1em;
  line-height: 1.2em;
}
#zastrzezenie .section-desc {
  width: 100%;
  padding-right: 0;
}

footer {
  background: linear-gradient(252deg, rgba(37, 223, 80, 0.3) -12.68%, rgba(26, 48, 95, 0.3) 10.51%, rgba(37, 223, 80, 0.3) 99.7%, rgba(26, 48, 95, 0.3) 99.7%), #1A305F;
  padding: 3em 2em;
  display: flex;
  flex-wrap: wrap;
}
footer * {
  color: white;
}
footer .col {
  width: 20%;
  padding: 0 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  footer .col {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  footer .col {
    width: 100%;
  }
}
footer .col .custom-logo-link {
  margin-bottom: 1em;
}
footer .col p {
  font-size: 1em;
  font-weight: 300;
}
footer .col .bolder {
  font-weight: 700;
}
footer .col h5 {
  color: #25DF50;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
footer .col ul {
  margin: 0;
  list-style: none;
}
footer .col ul * {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
footer .col ul li {
  padding: 0.5em 0;
}
footer .col-1 {
  width: 15%;
}
@media screen and (max-width: 1400px) {
  footer .col-1 {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  footer .col-1 {
    width: 45%;
  }
}
footer .col-5 h5 {
  padding-bottom: 0.2em;
}
footer .col-5 i {
  color: #25DF50;
  font-size: 1.5em;
}
footer .wpcf7 .wpcf7-tel, footer .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
footer .wpcf7 .wpcf7-tel {
  border-radius: 8px;
  padding: 0.5em;
  border: none;
}
footer .wpcf7 p {
  margin-bottom: 0.5em;
}
footer .wpcf7 .wpcf7-submit {
  background: none;
  border: 2px solid #25DF50;
  color: #25DF50;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  padding: 0.5em 2em;
}
footer .wpcf7 .wpcf7-submit:hover {
  background: #25DF50;
  color: white;
  border: 2px solid #25DF50;
}

.recom-popup-back {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.096);
  display: none;
  z-index: 999;
}

#recom-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  z-index: 1000;
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  #recom-popup {
    overflow-y: scroll;
    max-height: 90vh;
    width: 100%;
  }
}

.height-50 {
  height: 50px;
}
.height-50 img {
  max-width: 100%;
  max-height: 100%;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.splide__pagination {
  bottom: -1em !important;
}

.text-centered {
  text-align: center;
}

.display-menu {
  display: block !important;
}

.error-404 {
  background: white;
}
.error-404 header {
  background: white;
}
.error-404 h1 {
  background: white;
}

.contact-info > .tel {
  display: none;
}

.scroll-offset {
  scroll-margin-top: 60px;
}

@media screen and (max-width: 885px) {
  .scroll-offset {
    scroll-margin-top: 90px;
  }
}
.show-on-mobile {
  display: none;
}

@media screen and (max-width: 966px) {
  .show-on-mobile {
    display: flex;
  }
  .hide-on-mobile {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */