* {
  box-sizing: border-box;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
  font-family: "Work Sans";
}

.page {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .page {
    max-width: 1400px;
  }
}

.button {
  display: inline-block;
  padding: 17px 0 18px;
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 18px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .button {
    width: 160px;
  }
}
.button_get-started {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #3040c4;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #ffffff;
}
.button_learn-more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #ffffff;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #3040c4;
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 13px;
  font-size: 18px;
  line-height: 25px;
}
.logo__image {
  width: 48px;
  height: 48px;
}
.logo__text {
  display: flex;
  flex-direction: column;
}
.logo__name {
  font-weight: 700;
  font-size: 20px;
}
.logo__description {
  display: none;
  color: #2b292d;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .logo__description {
    display: inline;
  }
}
.logo__description_visible {
  display: inline;
}

.header {
  background-color: #f3c6bd;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 8px 15px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .header__wrapper {
    margin: 0 auto;
    padding: 0;
    padding-top: 39px;
    padding-bottom: 76px;
    width: 81%;
    background-color: #f3c6bd;
  }
}
.header__button {
  display: none;
}
@media screen and (min-width: 769px) {
  .header__button {
    display: block;
  }
}
.header__burger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 25px 20px;
  justify-content: center;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  background-color: transparent;
  outline: none;
}
@media screen and (min-width: 769px) {
  .header__burger {
    display: none;
  }
}
.header__burger-icon {
  height: 13px;
  width: 18px;
  background: url("https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-hamburger.png");
}

.navigation {
  display: flex;
  column-gap: 56px;
}
.navigation__wrapper {
  display: none;
}
@media screen and (min-width: 769px) {
  .navigation__wrapper {
    display: flex;
  }
}
.navigation__link {
  position: relative;
}
.navigation__arrow {
  position: absolute;
  right: -17px;
  top: 60%;
  height: 5px;
  width: 8px;
  background: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/arrow.png);
}
@media screen and (min-width: 769px) {
  .navigation__link {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    color: #2b292d;
  }
  .navigation__link_selected {
    font-weight: 700;
  }
  .navigation__link:not(.navigation__item:last-of-type .navigation__link) {
    margin-right: 50px;
  }
}

.headline {
  position: relative;
  background-color: #f3c6bd;
}
@media screen and (min-width: 769px) {
  .headline {
    padding-bottom: 126px;
  }
}
.headline__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .headline__wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 81%;
  }
}
.headline__heading {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.3125px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .headline__heading {
    width: 754px;
    font-size: 80px;
    line-height: 78px;
    letter-spacing: -0.5px;
  }
}
.headline__description-text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .headline__description-text {
    width: 456px;
    margin-bottom: 58px;
  }
}
.headline__image {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .headline__image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 25px;
    width: 796px;
    height: 448px;
  }
}
.headline__button {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .headline__button:last-of-type {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 769px) {
  .headline__button {
    margin-bottom: 0;
  }
  .headline__button:first-of-type {
    margin-right: 10px;
  }
}

.about {
  padding: 46px 15px;
  background-color: #f4f5f7;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 77px 0 76px;
  }
}
@media screen and (min-width: 769px) {
  .about__content {
    display: flex;
    column-gap: 29px;
    margin: 0 auto;
    max-width: 81%;
  }
}
.about__block-wrapper {
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .about__block-wrapper {
    flex: 1 1 0;
  }
}
.about__block-heading {
  font-weight: 700;
  margin-bottom: 10px;
}
.about__block-description {
  margin-bottom: 20px;
}

.customers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background-color: #f4f5f7;
}
@media screen and (min-width: 769px) {
  .customers {
    justify-content: space-between;
    align-items: center;
    row-gap: 0px;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 81%;
    background-color: #ffffff;
  }
}
.customers__wrapper-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 106px;
  height: 94px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .customers__wrapper-logo {
    flex-basis: auto;
    border: none;
  }
}
.customers__logo {
  max-width: 100%;
  filter: brightness(0%);
  transform: scale(0.75);
}
@media screen and (min-width: 769px) {
  .customers__logo {
    transform: scale(1);
  }
}

.audience {
  padding: 50px 15px;
  background-color: rgba(0, 161, 198, 0.07);
  text-align: center;
  line-height: 34px;
}
@media screen and (min-width: 769px) {
  .audience {
    padding: 108px 0 110px;
  }
}
.audience__buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .audience__buttons {
    flex-direction: row;
    column-gap: 10px;
    margin: 0 auto 111px;
    width: 330px;
  }
}
.audience__button_get-started {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .audience__button_get-started {
    margin-bottom: 0;
  }
}
.audience__button_learn-more {
  color: #2b292d;
  margin-bottom: 33px;
}
@media screen and (min-width: 769px) {
  .audience__button_learn-more {
    margin-bottom: 0;
  }
}
.audience__caption {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .audience__caption {
    margin-bottom: 24px;
  }
}
.audience__heading {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.357143px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .audience__heading {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 555px;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.5px;
  }
}
.audience__description {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .audience__description {
    margin: 0 auto;
    margin-bottom: 34px;
    width: 555px;
    text-align: center;
  }
}

.features {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.features__buttons {
  margin-bottom: 111px;
}
@media screen and (min-width: 769px) {
  .features {
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 81%;
    margin: 0 auto;
  }
}
.features__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00001) 100%), #ffffff;
  background-blend-mode: overlay, normal;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.features__card:hover {
  background: #3141c5;
  box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.15), 0px 11px 55px rgba(0, 0, 0, 0.07);
}
.features__card:hover .features__caption {
  color: #ffffff;
}
.features__card:not(.features__block:last-of-type) {
  margin-bottom: 15px;
}
.features__caption {
  margin-top: 22px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #2b292d;
}

.order {
  background-color: #f4f5f7;
  padding: 50px 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .order {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .order__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 121px;
    padding: 73px 210px 72px 224px;
  }
}
@media screen and (min-width: 769px) {
  .order__right-column {
    flex-basis: 39%;
    text-align: left;
  }
}
.order__image {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 769px) {
  .order__image {
    width: 269px;
    height: 296px;
  }
}
.order__heading {
  margin-top: 40px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.25px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .order__heading {
    margin-top: 33px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.order__description {
  margin-bottom: 80px;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .order__description {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 769px) {
  .form {
    display: flex;
    column-gap: 10px;
  }
}
.form__send-email {
  margin-bottom: 12px;
  padding: 17px 0 18px;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(43, 41, 45, 0.2);
  border-radius: 2px;
  font-size: 18px;
  line-height: 13px;
  text-align: center;
  color: #2b292d;
}
@media screen and (min-width: 769px) {
  .form__send-email {
    display: flex;
    padding-left: 15px;
    width: 385px;
    text-align: left;
  }
}
.form__submit-button {
  margin-bottom: 10px;
}
.form__caption {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(43, 41, 45, 0.6);
}

@media screen and (min-width: 769px) {
  .logo__text {
    align-items: flex-start;
  }
}
.logo_footer {
  padding-top: 40px;
  margin-bottom: 31px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .logo_footer {
    flex-direction: row;
    margin-bottom: 26px;
  }
}
.logo__image_footer {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .logo__image_footer {
    margin-bottom: 0;
  }
}
.logo__name_footer {
  font-size: 20px;
  text-align: center;
}

.footer__horizontal-line-mobile {
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 769px) {
  .footer__horizontal-line-mobile {
    display: none;
  }
}
.footer__horizontal-line-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer__horizontal-line-desktop {
    display: block;
    margin: 0;
    border: none;
    border-top: 1px solid #e3e3e3;
  }
}
@media screen and (min-width: 769px) {
  .footer__content {
    display: flex;
    column-gap: 126px;
    margin: 0 auto;
    max-width: 81%;
  }
}
.footer__downloads {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__downloads {
    text-align: left;
  }
}
.footer__info {
  display: none;
  margin-bottom: 25px;
  width: 360px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(43, 41, 45, 0.6);
}
@media screen and (min-width: 769px) {
  .footer__info {
    display: block;
  }
}
.footer__right-column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer__right-column {
    flex-direction: row;
    column-gap: 60px;
  }
}

.addition-navigation {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .addition-navigation {
    padding-top: 60px;
  }
  .addition-navigation__list {
    line-height: 30px;
  }
}
.addition-navigation__heading {
  margin-bottom: 18px;
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #2b292d;
}
.addition-navigation__link {
  text-decoration: none;
  font-family: "Work Sans";
  font-size: 18px;
  line-height: 30px;
  color: rgba(43, 41, 45, 0.6);
}

.socials-wrapper {
  padding: 0 15px;
  padding-bottom: 23px;
  min-height: 48px;
}
@media screen and (min-width: 769px) {
  .socials-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    max-width: 81%;
  }
}

.socials {
  margin-left: auto;
  display: flex;
}
.socials__link {
  text-decoration: none;
  margin-right: 20px;
}
.socials__image {
  display: block;
  width: 18px;
  height: 17px;
}
.socials__image_twitter {
  background: url("https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-twitter.png");
}
.socials__image_facebook {
  background: url("https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-fb.png");
}
.socials__image_linkedin {
  background: url("https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/social-linkedIn.png");
}

.external-links {
  display: flex;
  margin-bottom: 31px;
}
@media screen and (min-width: 769px) {
  .external-links {
    margin-bottom: 0;
  }
}
.external-links__item:not(.external-links__item:last-of-type) {
  margin-right: 22px;
}
.external-links__link {
  text-decoration: none;
  font-family: "Work Sans";
  font-size: 14px;
  line-height: 22px;
  color: rgba(43, 41, 45, 0.6);
}

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