@media screen and (min-width: 1300px) {
  .header {
    box-sizing: border-box;
    width: 1140px;
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #f3c6bd;
  }
  .header__logo {
    display: flex;
  }
  .header__logo_text {
    margin-left: 15px;
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  .header__logo_description {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400px;
  }
  .header__logo_name {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }
  .header__button {
    width: 160px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    margin: auto 0;
    box-shadow: none;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
  }
  .header__arrow {
    margin: auto 54px auto 11px;
    width: 8px;
    height: 5px;
  }
  .header__navigation {
    font-family: "Work Sans", sans-serif;
    margin: auto 0px auto auto;
    display: flex;
    line-height: 25px;
    font-size: 18px;
    padding: 0px;
    width: 273px;
    height: 25px;
    justify-content: space-between;
  }
  .header__navigation_item {
    text-decoration: none;
    color: black;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    background-color: #ffffff;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    width: 320px;
    height: 64px;
  }
  .header__logo {
    display: flex;
    flex-direction: row;
  }
  .header__logo_image {
    margin-top: auto;
    margin-bottom: auto;
    width: 48px;
    height: 48px;
  }
  .header__logo_text {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: auto 0 auto 13px;
  }
  .header__logo_description {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header__navigation_icon {
    border-left: 1px solid rgba(25, 0, 0, 0.15);
    width: 58px;
    height: 100%;
    background-image: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/icon-hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 74px;
  }
  .header__button {
    display: none;
  }
  .header__arrow {
    display: none;
  }
}

.headline {
  color: var(--color);
  box-sizing: border-box;
  background-color: #f3c6bd;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .headline {
    max-width: 1400px;
    margin-top: 81px;
    background-color: #f3c6bd;
  }
  .headline__info {
    position: relative;
    width: 754px;
    z-index: 1;
  }
  .headline__info_main {
    margin: 0px;
    font-family: "Work Sans", sans-serif;
    font-size: 80px;
    font-weight: 700;
  }
  .headline__info_description {
    font-family: "Work Sans";
    text-align: justify;
    padding-right: 60px;
    box-sizing: border-box;
    font-size: 24px;
    width: 456px;
    height: 102px;
    margin-top: 34px;
    margin-bottom: 58px;
    font-weight: 400;
    line-height: 34px;
  }
  .headline__button {
    width: 160px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-family: "Work Sans";
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
  }
  .headline__button.button_white {
    color: black;
    background-color: white;
  }
  .headline__image {
    position: absolute;
    top: 0px;
    right: -115px;
    background: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/ouch.png);
    width: 796px;
    height: 448px;
  }
}
@media screen and (max-width: 1300px) {
  .headline {
    height: 791px;
    margin: 0px 15px;
  }
  .headline__info {
    margin-top: 35px;
  }
  .headline__info_main {
    margin: 0px;
    font-family: "Work Sans", sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
  }
  .headline__info_description {
    margin-top: 24px;
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
  .headline__button {
    margin-top: 30px;
    width: 290px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
  }
  .headline__button.button_white {
    color: #3040c4;
    margin-top: 15px;
    background-color: white;
  }
  .headline__image {
    position: absolute;
    bottom: 36px;
    left: -15px;
    height: 180px;
    width: 320px;
    background: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson24/hw1/ouch.png);
    background-size: cover;
  }
}

.order {
  background-color: #f4f5f7;
  color: var(--color);
}
@media screen and (min-width: 1300px) {
  .order {
    padding: 106px 130px;
    position: relative;
  }
  .order__image {
    position: absolute;
    top: 73px;
    left: 224px;
  }
  .order__form {
    width: 555px;
    margin: 0 98px 0 auto;
  }
  .order__form_header {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .order__form_description {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
  }
  .order__form_submit {
    display: flex;
    margin-top: 26px;
  }
  .order__form_input {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 13px;
    box-sizing: border-box;
    width: 385px;
    height: 48px;
    margin-right: 10px;
  }
  .order__form_trial {
    margin-top: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  .order__form_button {
    width: 160px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
  }
}
@media screen and (max-width: 1300px) {
  .order {
    height: 827px;
    box-sizing: border-box;
  }
  .order__image {
    width: 200px;
    height: 220px;
    margin: 50px 60px 0px 60px;
  }
  .order__form_header {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin: 40px 15px 18px 15px;
  }
  .order__form_description {
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    height: 167px;
    line-height: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .order__form_input {
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 13px;
    width: 290px;
    margin-left: 15px;
    height: 48px;
    margin-right: 15px;
    margin-top: 40px;
    text-align: center;
  }
  .order__form_button {
    margin: 15px 15px 0px 15px;
    width: 290px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
  }
  .order__form_trial {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

.footer {
  color: var(--color);
}
@media screen and (min-width: 1300px) {
  .footer__logo {
    display: flex;
  }
  .footer__logo_text {
    margin-left: 15px;
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  .footer__logo_header {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }
  .footer__logo_description {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400px;
  }
  .footer__main {
    display: flex;
    margin: 0px 130px;
    padding-top: 60px;
    height: 338px;
  }
  .footer__description {
    width: 360px;
    height: 85px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
  }
  .footer__navigation {
    margin-left: 130px;
    display: flex;
    justify-content: space-between;
  }
  .footer__navigation_item {
    list-style-type: none;
    padding: 0 82px 0 0px;
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
  }
  .footer__navigation_item li {
    margin-bottom: 5px;
  }
  .footer__navigation_item li:first-child {
    margin-bottom: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
  .footer__bottom {
    display: flex;
    margin-left: 30px;
    height: 60px;
  }
  .footer__bottom__navigation {
    display: flex;
    width: 180px;
    justify-content: space-between;
    align-items: center;
  }
  .footer__bottom__navigation_item {
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    color: rgba(43, 41, 45, 0.6);
  }
  .footer__social_links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 60px;
  }
  .footer__social_link {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__logo {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer__logo_image {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .footer__logo_text {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .footer__logo_description {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  .footer__description {
    display: none;
  }
  .footer__links {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between;
  }
  .footer__navigation {
    margin-top: 40px;
    border-top: solid rgba(25, 0, 0, 0.15);
  }
  .footer__navigation_item {
    list-style-type: none;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .footer__navigation_item li:first-child {
    margin-bottom: 18px;
    color: rgb(0, 0, 0);
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
  .footer__bottom {
    margin-left: 30px;
    height: 60px;
  }
  .footer__bottom__navigation {
    display: flex;
    width: 180px;
    margin-top: 30px;
    justify-content: space-between;
  }
  .footer__bottom__navigation_item {
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    color: rgba(43, 41, 45, 0.6);
  }
  .footer__social_links {
    margin-top: 30px;
    width: 100px;
    display: flex;
    justify-content: space-between;
  }
}

.audience {
  background-color: rgba(0, 161, 198, 0.07);
  box-sizing: border-box;
  color: var(--color);
}
@media screen and (min-width: 1300px) {
  .audience {
    padding-left: 130px;
    padding-right: 130px;
    max-width: 1400px;
    height: 983px;
  }
  .audience__headline {
    box-sizing: border-box;
    text-align: center;
    margin: 0px auto 0px;
    padding-top: 108px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }
  .audience__header {
    width: 555px;
    text-align: center;
    margin: 24px auto 0px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
  }
  .audience__description {
    width: 555px;
    text-align: center;
    margin: auto;
    padding-top: 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
  }
  .audience__buttons {
    display: flex;
    margin: auto;
    width: 330px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .audience__button {
    width: 160px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-family: "Work Sans";
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
  }
  .audience__button.button_white {
    color: black;
    background-color: white;
  }
  .audience__cards {
    margin-top: 111px;
    display: flex;
    justify-content: space-between;
  }
  .audience__card {
    padding-top: 22px;
    padding-bottom: 33px;
    width: 262px;
    height: 300px;
    box-sizing: border-box;
    background-color: white;
  }
  .audience__card_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .audience__card_description {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    margin-top: 22px;
    font-size: 22px;
    line-height: 28px;
  }
  .audience__card:hover {
    color: white;
    background-color: #3141c5;
  }
}
@media screen and (max-width: 1300px) {
  .audience {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .audience__headline {
    display: flex;
    justify-content: space-around;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .audience__header {
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 0px;
  }
  .audience__button {
    margin-top: 30px;
    margin-left: 15px;
    width: 290px;
    height: 48px;
    border-radius: 2px;
    background-color: #3040c4;
    border: none;
    box-shadow: none;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
  }
  .audience__button.button_white {
    color: #3040c4;
    margin-top: 15px;
    background-color: white;
  }
  .audience__description {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-top: 18px;
  }
  .audience__cards {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 40px;
  }
  .audience__card {
    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);
    padding-top: 22px;
    padding-bottom: 33px;
    width: 290px;
    height: 300px;
    box-sizing: border-box;
    background-color: white;
    margin-bottom: 15px;
  }
  .audience__card_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .audience__card_description {
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    margin-top: 22px;
    font-size: 22px;
    line-height: 28px;
  }
  .audience__card:hover {
    color: white;
    background-color: #3141c5;
  }
}

:root {
  --color: #2b292d;
}

body {
  margin: 0px;
  padding: 0px;
}

.page {
  margin: 0px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  .page {
    max-width: 1399px;
  }
}
@media screen and (max-width: 1300px) {
  .page {
    max-width: 320px;
  }
}

#header {
  background-color: #f3c6bd;
}
@media screen and (min-width: 1300px) {
  #header {
    padding: 45px 130px 126px;
  }
}

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