*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.alinka-section {
  padding: 0 35px;
  max-width: 1500px;
  margin: auto; }
  @media (min-width: 768px) {
    .alinka-section {
      padding: 0 150px; } }

.titles {
  padding: 50px 0 30px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 200; }
  @media (min-width: 768px) {
    .titles {
      font-size: 50px; } }
  .titles::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b4437b; }

.button {
  position: relative;
  width: 180px;
  height: 50px;
  border: 2px solid #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #0D4C5E;
  cursor: pointer;
  transition: background-color 300ms; }
  .button:hover {
    background-color: #13708b; }
  .button::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    z-index: -1; }
  .button--vivid {
    background-color: #b4437b;
    transition: background-color 300ms; }
    .button--vivid:hover {
      background-color: #c56595; }

.header {
  background-image: url("../images/header-bg.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 1rem;
  max-width: 1500px;
  margin: auto; }
  @media (min-width: 768px) {
    .nav__list {
      padding: 1.2rem 3rem 1.7rem; } }

.nav__item {
  padding: 0.2rem 1rem 2rem;
  text-decoration: none; }
  @media (min-width: 768px) {
    .nav__item {
      padding: 0.2rem 3rem 2rem; } }

.nav__item:first-child {
  flex-grow: 1; }

.nav__logo {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  color: #fff;
  text-decoration: none; }
  @media (min-width: 768px) {
    .nav__logo {
      font-size: 50px; } }

.nav__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none; }
  .nav__link:hover {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .nav__link {
      font-size: 18px; } }

.intro {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .intro {
      align-items: flex-start;
      position: relative;
      min-height: 615px; } }

.intro__title {
  font-family: "Dancing Script", cursive, sans-serif;
  font-size: 80px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .intro__title {
      font-size: 96px; } }

.intro__description {
  padding-bottom: 50px;
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .intro__description {
      font-size: 28px; } }

.intro__graphics {
  align-self: center;
  max-width: 80%;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .intro__graphics {
      position: absolute;
      z-index: -2; } }

.description {
  position: relative;
  margin-top: 40px;
  padding-bottom: 150px; }
  .description__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
  .description__title {
    padding-top: 100px; }
    .description__title::after {
      content: "";
      padding-top: 7px; }
      @media (min-width: 992px) {
        .description__title::after {
          width: 350px;
          margin-left: 100px; } }
  .description__text {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5rem;
    padding: 5px 0;
    font-size: 12px; }
    @media (min-width: 992px) {
      .description__text {
        padding: 10px 300px 10px 0;
        font-size: 16px; } }
  .description__graphics {
    padding: 20px 0 30px;
    margin: auto; }
    @media (min-width: 992px) {
      .description__graphics {
        top: 130px;
        right: 10px;
        position: absolute; } }

.footer {
  background: url("../images/footerbg.svg") center/cover no-repeat;
  text-align: center;
  padding: 1.2rem 3rem 1.7rem; }
  @media (min-width: 768px) {
    .footer {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.social-media__item {
  margin: 0 0.75rem 0 0.75rem;
  text-decoration: none; }
  .social-media__item img {
    height: 26px; }

@media (min-width: 768px) {
  .social-media {
    text-align: right; } }

.icons__email {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 1.2rem; }

.features__list {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 3px 0px #bdbebd;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
  margin-bottom: 40px;
  justify-content: space-evenly; }
  @media (min-width: 768px) {
    .features__list {
      flex-direction: row;
      max-width: none; } }

.features__item {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #bdbebd;
  width: 100%; }
  .features__item:last-child {
    border-bottom: none;
    border-right: none; }
  @media (min-width: 768px) {
    .features__item {
      border-right: 1px solid #bdbebd;
      border-bottom: none; } }

.features__icon {
  margin-bottom: 20px; }

.download {
  position: relative; }
  @media (min-width: 768px) {
    .download {
      min-height: 360px; } }
  .download__title {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 400px; }
    .download__title:after {
      margin: 10px 10px 0 10px; }
  .download__graphics {
    display: none; }
  .download__buttons {
    text-align: center; }
  @media (min-width: 768px) {
    .download__title {
      display: inline-block;
      margin: 0;
      max-width: none; }
      .download__title:after {
        margin: 10px 30px 0 10px; }
    .download__graphics {
      top: 130px;
      right: 10px;
      position: absolute;
      display: block;
      width: 300px; }
    .download__buttons {
      text-align: left; } }
  @media (min-width: 992px) {
    .download__graphics {
      top: 30px;
      width: auto; } }

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