a {
  color: #8FCA5E;
}

p {
  color: #373a3c;
}

h1 {
  font-weight: 400;
  color: white;
}

.home {
  margin-top: 100px;
}
.home .begin-green-btn {
  background: #8FCA5E;
  box-shadow: 0 4px 20px rgba(143, 202, 94, 0.7);
  border-radius: 22px;
  width: 229px;
  height: 44px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: none;
}
.home .begin-green-btn img {
  margin: 0px 0px 1px 5px;
}
.home .your-business-need-crm {
  padding-bottom: 64px;
}
.home .your-business-need-crm .left a {
  color: #8FCA5E;
}
.home .your-business-need-crm .left p {
  margin-top: 6px;
}
.home .your-business-need-crm .right .bill-gates {
  text-align: center;
  font-size: 12px;
  padding-left: 80px;
}
.home .your-business-need-crm .right .bill-gates .phrase {
  font-style: italic;
}
.home .your-business-need-crm .right .bill-gates .author {
  font-weight: 500;
}
.home .your-business-need-crm h1 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.home .your-business-need-crm .first-block {
  margin: 25px 0 30px;
}
.home .your-business-need-crm .first-block h2 {
  display: contents;
  font-size: 18px;
}

.navbar {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}
.navbar .container .navbar-brand {
  position: relative;
}

.logo-container {
  display: flex;
  align-items: center;
}

.desc {
  font-size: 12px;
  position: absolute;
  top: 47px;
  left: 65px;
}

.begin-btn {
  border: 2px solid #8FCA5E;
  box-sizing: border-box;
  border-radius: 22px;
  background: white;
  width: 117px;
  height: 44px;
}

.actions {
  background: white;
  color: white;
  padding: 100px 0 100px 0;
  box-shadow: inset 0px 0px 5px 5px rgba(255, 0, 0, 0.5);
}
.actions .right {
  display: flex;
  justify-content: center;
}
.actions .right img {
  float: right;
  border-radius: 8px;
}
.actions .left h3 {
  color: #2B2D5A;
  margin: 20px 0;
}
.actions .left .inst-free {
  font-weight: 500;
  color: red;
}

.increase-income {
  background: #2B2D5A;
  color: white;
  padding: 100px 0 100px 0;
}
.increase-income .right img {
  float: right;
  border-radius: 8px;
}
.increase-income .right h1 {
  color: white;
}

.increase-income h1, .increase-income p {
  color: white;
  font-weight: 400;
}

.automate-proccess {
  padding: 100px 0 100px 0;
  border-bottom: 0.5px solid #D7D7D7;
}
.automate-proccess .left {
  padding-top: 30px;
}

.we-hope {
  padding: 110px 0px 120px 0px;
  background: #F8F8FA;
  text-align: center;
}
.we-hope h3 {
  font-size: 20px;
  font-weight: 500;
}
.we-hope p {
  font-size: 16px;
}
.we-hope .row {
  margin-top: 50px;
}
.we-hope .row img {
  margin-bottom: 70px;
}
.we-hope .row .center {
  border-right: 0.5px solid #D7D7D7;
  border-left: 0.5px solid #D7D7D7;
}

.our-products {
  padding: 110px 0px 120px 0px;
  background: #fff;
  text-align: center;
  border-bottom: 0.5px solid #D7D7D7;
  border-top: 0.5px solid #D7D7D7;
}
.our-products h3 {
  font-size: 20px;
  font-weight: 500;
}
.our-products p {
  font-size: 16px;
  height: 50px;
}
.our-products .row {
  margin-top: 50px;
}
.our-products .row img {
  margin-bottom: 70px;
}
.our-products .row .center {
  border-right: 0.5px solid #D7D7D7;
  border-left: 0.5px solid #D7D7D7;
}
.our-products .row button {
  margin-top: 20px;
}
.our-products .row button img {
  margin: 0;
}

.row {
  align-items: center;
}

.try-now {
  text-align: center;
  padding: 175px 0px 175px 0px;
  background: #F8F8FA;
}
.try-now .begin-green-btn {
  margin-top: 20px;
}

.our-contacts {
  text-align: center;
  padding: 110px 0px 140px 0px;
  font-size: 24px;
}
.our-contacts a {
  color: #373a3c;
}

footer {
  background: #2B2D5A;
  font-size: 14px;
  color: white;
  padding: 75px 0px 55px 0px;
}
footer .center {
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}
footer .center .desc {
  left: 185px;
  top: 42px;
}
footer .right {
  text-align: end;
}

.begin-green-btn {
  background: #8FCA5E;
  box-shadow: 0px 4px 20px rgba(2, 187, 164, 0.3);
  border-radius: 22px;
  width: 229px;
  height: 44px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

#application h5 {
  font-weight: 600;
  font-size: 36px;
}
#application .modal-content {
  border-radius: 20px;
  padding: 30px;
}
#application .footer {
  text-align: center;
  margin-top: 10px;
}
#application label {
  display: block;
  font-weight: 600;
  font-size: 22px;
}
#application input {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  padding: 12px;
  margin-bottom: 30px;
}

.img-block {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .your-business-need-crm h1 {
    font-size: 2rem;
  }
  .your-business-need-crm .right .bill-gates {
    padding-left: 0 !important;
  }
  .your-business-need-crm .right .balloon-img {
    width: 100%;
  }
  .increase-income .right .screen-shot {
    width: 100%;
  }
  .automate-proccess {
    text-align: center;
  }
  .automate-proccess .container .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  footer {
    text-align: center;
  }
  footer .container .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  footer .container .row .right {
    text-align: center;
  }
  .we-hope .container .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .we-hope .container .row img {
    margin-bottom: 30px;
  }
  .our-products .container .row {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
  .our-products .container .row img {
    margin-bottom: 30px;
  }
}

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