.header {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: #fff;
}
@media screen and (min-width: 400px) {
  .header {
    width: 1140px;
    height: 62px;
    margin: auto;
    background-color: #f3c6bd;
    margin-top: 39px;
    align-items: start;
  }
}
.header__menu-button {
  width: 58px;
  height: 64px;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.1490196078);
  background-image: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-hamburger.png);
}
@media screen and (min-width: 400px) {
  .header__menu-button {
    display: none;
  }
}
.header__button {
  width: 160px;
  height: 48px;
}
@media screen and (max-width: 399px) {
  .header__button {
    display: none;
  }
}

.logo__img {
  margin-left: 15px;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 400px) {
  .logo__img {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .logo {
    width: 297px;
  }
}
.logo__brand {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .logo__brand {
    text-align: start;
  }
}
.logo__text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-left: 13px;
  align-items: start;
}
@media screen and (min-width: 400px) {
  .logo__text {
    padding-left: 15px;
    width: 237px;
    height: 51px;
    text-wrap: nowrap;
  }
}
.logo__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(43, 41, 45, 0.6);
}
@media screen and (max-width: 399px) {
  .logo__description {
    display: none;
  }
}

.navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 56px;
  margin-top: 7px;
}
@media screen and (max-width: 399px) {
  .navigation {
    display: none;
  }
}
.navigation__item {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  color: #2b292d;
  text-decoration: none;
  margin-left: 50px;
}
.navigation__item_selected {
  font-weight: 700;
}
.navigation__arrow {
  height: 5px;
  width: 8px;
  background-image: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/arrow.png);
  background-position: center;
  margin: 12px 0px 8px 11px;
}

.top-section {
  background-color: #f3c6bd;
}

.headline {
  background-color: #f3c6bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 35px;
}
@media screen and (min-width: 400px) {
  .headline {
    width: 1245px;
    margin: 76px 25px 77px 130px;
    display: flex;
    flex-direction: row;
    position: relative;
  }
}
.headline__title {
  width: 290px;
  height: 205px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.312px;
  padding-left: 15px;
  margin: 0 15px 24px 15px;
  padding: 0;
}
@media screen and (min-width: 400px) {
  .headline__title {
    width: 754px;
    height: 165px;
    font-size: 80px;
    line-height: 78px;
    letter-spacing: -0.5px;
    margin: 0;
  }
}
.headline__description {
  width: 290px;
  height: 170px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  padding: 0;
  margin: 0 15px 32px 15px;
}
@media screen and (min-width: 400px) {
  .headline__description {
    width: 456px;
    height: 102px;
    margin: 0;
    margin-bottom: 58px;
    margin-top: 34px;
  }
}
.headline__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .headline__buttons {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
  }
}
@media screen and (min-width: 400px) {
  .headline__text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
}
.headline__button {
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .headline__button {
    width: 160px;
    height: 48px;
    margin: 0;
  }
}
.headline__banner {
  width: 320px;
  height: 180px;
  margin-top: 18px;
  margin-bottom: 36px;
}
@media screen and (min-width: 400px) {
  .headline__banner {
    width: 796px;
    height: 448px;
    margin: 8px 0px 0px auto;
    position: relative;
    top: 0;
    right: 0;
  }
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 46px;
  background-color: #f4f5f7;
}
@media screen and (min-width: 400px) {
  .about {
    flex-direction: row;
    justify-content: center;
    column-gap: 28px;
    padding: 77px 130px 76px;
    margin: auto;
  }
}

.article {
  width: 290px;
  height: 180px;
  margin-bottom: 20px;
  line-height: 32px;
}
@media screen and (min-width: 400px) {
  .article {
    width: 556px;
    height: 102px;
    margin: 0;
  }
}
.article:last-child {
  height: 136px;
  margin-bottom: 0;
}
@media screen and (min-width: 400px) {
  .article:last-child {
    height: 102px;
  }
}
.article__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
}
.article__text {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.audience {
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: rgba(0, 161, 198, 0.0705882353);
  width: 100%;
}
.audience__text {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  margin: 50px auto 40px auto;
}
@media screen and (min-width: 400px) {
  .audience__text {
    width: 556px;
    margin: 108px auto 111px auto;
  }
}
.audience__visitors {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
.audience__header {
  height: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.357px;
  margin: 17px 0px 18px 0px;
}
@media screen and (min-width: 400px) {
  .audience__header {
    margin: 24px 0px 30px 0px;
    width: 556px;
    height: 112px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
}
.audience__description {
  height: 136px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 400px) {
  .audience__description {
    margin: 0;
    width: 556px;
    height: 72px;
    margin-bottom: 34px;
  }
}
.audience__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 400px) {
  .audience__buttons {
    flex-direction: row;
    column-gap: 10px;
  }
}
.audience__cards {
  display: flex;
  flex-direction: column;
  margin: auto auto 50px auto;
  row-gap: 15px;
}
@media screen and (min-width: 400px) {
  .audience__cards {
    flex-direction: row;
    margin: 0 130px 110px 130px;
  }
}
.audience__card {
  width: 290px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
.audience__card:hover {
  background-color: #3040c4;
  cursor: pointer;
}
.audience__card:hover .audience__card-title {
  color: #fff;
}
.audience__card-title {
  color: #2b292d;
}
@media screen and (min-width: 400px) {
  .audience__card_developers {
    margin-right: 30.07px;
  }
}
@media screen and (min-width: 400px) {
  .audience__card_entertainment {
    margin-right: 31.59px;
  }
}
@media screen and (min-width: 400px) {
  .audience__card_athletes {
    margin-right: 30.33px;
  }
}
.audience__card-icon {
  margin-block: 22px;
}
.audience__card-title {
  margin: 0;
  width: 250px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.order {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
@media screen and (min-width: 400px) {
  .order {
    padding: 0;
    width: 1140px;
    flex-direction: row;
    column-gap: 122px;
    width: 1400px;
    padding: 72px 227px 72px 226px;
  }
}
@media screen and (min-width: 400px) {
  .order__section {
    background-color: #f4f5f7;
  }
}
.order__image {
  width: 200px;
  height: 220px;
}
@media screen and (min-width: 400px) {
  .order__image {
    width: 270px;
    height: 297px;
  }
}
.order__details {
  width: 290px;
  margin-inline: 15px;
}
@media screen and (min-width: 400px) {
  .order__details {
    margin: 0;
  }
}
.order__title {
  padding: 0;
  margin: 0;
  width: 290px;
  height: 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.25px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  .order__title {
    width: 555px;
    height: 48px;
    margin: 0;
    text-align: start;
  }
}
.order__text {
  padding: 0;
  margin: 0;
  margin-top: 18px;
  width: 290px;
  height: 128px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (min-width: 400px) {
  .order__text {
    margin: 0;
    width: 555px;
    height: 64px;
    margin-top: 12px;
  }
}
.order__form {
  margin-top: 79px;
}
@media screen and (min-width: 400px) {
  .order__form {
    margin-top: 26px;
    width: 555px;
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
}
.order__input {
  width: 290px;
  height: 48px;
  border: 1px solid rgba(43, 41, 45, 0.2);
}
@media screen and (min-width: 400px) {
  .order__input {
    width: 385px;
    height: 48px;
  }
}
.order__input::placeholder {
  color: #2b292d;
  font-size: 18px;
  padding-left: 15px;
}
.order__button {
  width: 290px;
  height: 48px;
  margin-top: 12px;
}
@media screen and (min-width: 400px) {
  .order__button {
    margin: 0;
    width: 160px;
    height: 48px;
  }
}
.order__terms {
  width: 290px;
  color: rgba(43, 41, 45, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 400px) {
  .order__terms {
    width: 495px;
    margin-bottom: 0;
  }
}
.order__link {
  color: #3142c6;
}

.footer {
  margin-bottom: 0;
}
@media screen and (min-width: 400px) {
  .footer {
    margin: 0;
    width: 100%;
  }
}
.footer__main {
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  .footer__main {
    display: flex;
    margin: 43px 132px 0px 130px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .footer__logo {
    align-items: start;
  }
}
.footer__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 400px) {
  .footer__logo-container {
    flex-direction: row;
  }
}
.footer__logo-img {
  margin-left: 0;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 400px) {
  .footer__logo-img {
    margin: 0 15px 0 0;
  }
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  height: 50px;
  margin-top: 20px;
}
@media screen and (min-width: 400px) {
  .footer__logo-text {
    margin-top: 0;
  }
}
.footer__logo-sub {
  width: 290px;
  display: flex;
  justify-content: center;
  color: rgba(43, 41, 45, 0.6);
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 400px) {
  .footer__logo-sub {
    justify-content: start;
  }
}
.footer__description {
  display: none;
}
@media screen and (min-width: 400px) {
  .footer__description {
    display: block;
    width: 360px;
    height: 85px;
    color: rgba(43, 41, 45, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 25px;
  }
}
.footer__downloads {
  margin-inline: 30px;
  display: flex;
  column-gap: 10px;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (min-width: 400px) {
  .footer__downloads {
    margin: 0 0 59px 0;
    padding: 0;
    width: 261px;
  }
}
.footer__downloads-item {
  width: 135px;
  height: 40px;
}
.footer__downloads-item_google {
  width: 116px;
  height: 40px;
}
.footer__downloads-item:nth-child(2) {
  width: 116px;
  height: 40px;
}
@media screen and (min-width: 400px) {
  .footer__navigation {
    display: flex;
    margin-left: 126px;
    flex-wrap: wrap;
  }
}
.footer__nav {
  margin-left: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  .footer__nav {
    margin-top: 17px;
  }
}
.footer__nav-title {
  margin: 0 0 17px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(43, 41, 45, 0.6);
  height: 180px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media screen and (min-width: 400px) {
  .footer__nav-list {
    width: 265px;
    height: 185px;
  }
}
.footer__nav-list_small {
  width: 265px;
  height: 144px;
}
.footer__line {
  display: none;
}
@media screen and (min-width: 400px) {
  .footer__line {
    display: block;
    width: 1400px;
    height: 1px;
    opacity: 0.1;
    background-color: #2b292d;
  }
}
.footer__line_mobile {
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 400px) {
  .footer__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 18px;
    margin-block: 16px;
  }
}
.footer__socials {
  margin: 30px 0px 23px 0px;
  display: flex;
  align-items: center;
}
.footer__socials-item {
  margin-right: 20px;
}
.footer-nav__link {
  text-decoration: none;
  color: rgba(43, 41, 45, 0.6);
}
.footer__column-secondary {
  margin-top: 31.5px;
  height: 190px;
}
@media screen and (min-width: 400px) {
  .footer__column-secondary {
    margin-top: 17px;
    margin-left: 29px;
  }
}
.footer__link {
  text-decoration: none;
  color: rgba(43, 41, 45, 0.6);
  margin-right: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footer__useful-links {
  display: flex;
  flex-direction: column;
  margin: 28px 0px 0px 15px;
}
@media screen and (min-width: 400px) {
  .footer__useful-links {
    margin: 0;
    padding-left: 130px;
    padding-right: 132px;
  }
}
.footer__license {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Work Sans";
  font-weight: 400;
  color: #2b292d;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .page {
    width: 1400px;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}

.primary-button {
  background-color: #3040c4;
  color: #fff;
  font-weight: 700;
  line-height: 14px;
  border: none;
  border-radius: 2px;
  width: 290px;
  height: 48px;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .primary-button {
    width: 160px;
    height: 48px;
    margin: 0;
  }
}

.secondary-button {
  width: 290px;
  height: 48px;
  background-color: white;
  color: #3040c4;
  border: none;
  border-radius: 2px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .secondary-button {
    display: inline-block;
    width: 160px;
  }
}

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