@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");
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:wght@100&display=swap");
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

header {
  width: 1440px;
  height: 80px;
}
header .content {
  width: 1200px;
  margin: 17px 120px;
}
header .content img, header .content nav, header .content button {
  display: inline-block;
}
header .content .product {
  color: #F90;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-left: 161px;
}
header .content .customers {
  color: #2F281E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin: 0 20px;
}
header .content .pricing {
  color: #2F281E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
}
header .content .resources {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-right: 161px;
}
header .content .sign_in {
  border-radius: 4px;
  border: 1px solid #BCD0E5;
  color: #2F281E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: white;
  width: 110px;
  height: 46px;
  margin: 13px 25px;
}
header .content .sign_up {
  border-radius: 4px;
  background: #F90;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 110px;
  height: 46px;
  padding: 9px 21px;
  margin-left: 32px;
  border: unset;
}

main {
  width: 1440px;
}
main .first-screen {
  width: 1200px;
  height: 500px;
  margin: 70px 120px;
}
main .first-screen .left-side {
  display: inline-block;
  margin-right: 52px;
}
main .first-screen .left-side h1 {
  color: #2F281E;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin-top: 97px;
}
main .first-screen .left-side p {
  color: #544837;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 30px 0 20px;
}
main .first-screen .left-side button {
  border-radius: 4px;
  background: #F90;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 40px;
  border: unset;
}
main .first-screen img {
  display: inline-block;
  padding-bottom: 235px;
}
main .features {
  background-image: url("img/bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 1440px;
  height: 510px;
}
main .features h2 {
  color: #2F281E;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1px;
  margin-bottom: 50px;
}
main .features .cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 19.23px 120px 0;
}
main .features .cards .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
main .features .cards .card h2 {
  color: #2F281E;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 16px;
}
main .features .cards .card p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .features button {
  border-radius: 4px;
  background: #F90;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 70px 623px 76px;
  padding: 13px 40px;
  border: unset;
}
main .benefits .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 120px;
}
main .benefits .content .alignment {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .benefits .content .alignment .description {
  display: flex;
  flex-direction: column;
}
main .benefits .content .alignment .description p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .benefits .content .alignment .description h2 {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
main .benefits .content .alignment .points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .benefits .content .alignment .points .point h3 {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
main .benefits .content .alignment .points .point p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .product-managers .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 120px;
}
main .product-managers .content .alignment {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .product-managers .content .alignment .description p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .product-managers .content .alignment .description h2 {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
main .product-managers .content .points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
main .product-managers .content .points .point {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
main .product-managers .content .points .point p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .markers .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 120px;
}
main .markers .content .alignment {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .markers .content .alignment .description {
  display: flex;
  flex-direction: column;
}
main .markers .content .alignment .description p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
main .markers .content .alignment .description h2 {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
main .markers .content .alignment .points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .markers .content .alignment .points .point h3 {
  color: #2F281E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
main .markers .content .alignment .points .point p {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

footer {
  width: 1440px;
  border-top: 2px solid;
  border-top-color: rgba(188, 208, 229, 0.5);
}
footer .content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 70px 120px;
}
footer .content img {
  width: 200px;
  height: 32px;
}
footer .content .links h2 {
  color: #2F281E;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
footer .content .links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
footer .content .links ul li {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
footer .content .stuff h2 {
  color: #2F281E;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
footer .content .stuff ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
footer .content .stuff ul li {
  color: #544837;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
footer .content .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
footer .content .form h2 {
  color: #2F281E;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
footer .content .form input {
  display: flex;
  width: 340px;
  height: 50px;
  padding: 0 10px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #BCD0E5;
  color: #BCD0E5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .content .form button {
  display: flex;
  width: 180px;
  height: 50px;
  padding: 13px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F90;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: unset;
}

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