@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf');
}

.container {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

.header {
  display: flex;
  justify-content: flex-end;
  max-width: 1700px;
  padding: 0 20px;
}

.header__logo {
  height: 63px;
  width: 240px;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 0;
  max-width: 1700px;
  padding: 0 20px 30px;
}

.main__image {
  max-width: 300px;
  width: 100%;
}

.main__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 0 30px;
}

.article {
  width: 100%;
}

.title__h1 {
  color: #474743;
  font-family: 'Raleway-Regular', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.title__h2 {
  color: #474743;
  font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 15px 0 0 0;
  text-align: center;
}

.title__h3 {
  color: #474743;
  font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 40px 0 10px 0;
}

.paragraph {
  color: #474743;
  font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.paragraph--alone {
  margin-top: 60px;
  text-align: center;
}

.paragraph--button {
  margin: 40px 0;
  text-align: center;
}

.paragraph--box {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  color: #474743;
  font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 20px;
  margin-top: 30px;
}

.link--button {
  background: #1C79CD;
  border-radius: 29px;
  border: 1px solid #1C79CD;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link--button:hover {
  text-decoration: underline;
}

.line {
  border-top: 1px solid #DDDDDD;
  height: 1px;
  width: 100%;
}

@media (min-width: 960px) {
  .main {
    flex-direction: row;
    flex: 1;
  }

  .main__image {
    max-width: none;
  }
}
