.page {
  min-width: 1100px;
  /* мы ещё не умеем делать мобильную версию сайта, */
  /* поэтому выше установлена минимальная ширина страницы */
  max-width: 1600px;
  /* выше установили ограничение по максимальной ширине */
  margin: 0 auto;
  /* выше для экранов больше 1600px отцентрировали весь контент */
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.header {
  position: relative;
  display: flex;
  height: 100vh;
  min-height: 600px;
  max-height: 756px;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  /* выше установили ограничения для секции */
}

.logo {
  width: 183px;
  height: 32px;
}

.logo_place_header {
  position: absolute;
  top: 30px;
  left: 64px;
}

.header__title {
  width: 730px;
  align-self: center;
  display: flex;
  margin: 0 0 0 64px;
  line-height: 96px;
  font-size: 102px;
  font-weight: 700;
  z-index: 3;
}

.header__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  width: 388px;
  bottom: 30px;
  left: 64px;
  line-height: 25px;
  font-size: 18px;
  z-index: 4;
}

.header__link {
  color: #2f80ed;
  text-decoration: none;
  line-height: 25px;
  font-size: 18px;
  z-index: 4;
}

.header__link:hover {
  color: #6f56dd;
  text-decoration: underline;
}

.header__main-illustration {
  position: absolute;
  width: 765px;
  height: 608px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* ниже мы привели пример двух селекторов, чтобы вы вспомнили запись элемента */
.header__square-pic {
  position: absolute;
  right: 0;
  top: 64px;
  height: 568px;
  width: 568px;
  background-color: #2f80ed;
  z-index: 1;
}

.description {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  justify-content: center;
}

.two-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 80%;
  min-width: 784px;
}

.two-columns__brief {
  margin: 0;
  font-weight: normal;
  max-width: 175px;
  line-height: 1.2; /* перепроверил еще раз данные из брифа, там точно указана высота строки 1.2*/
  color: #2f80ed;
  font-size: 18px;
}

.two-columns__main-text {
  width: 80%;
  max-height: max-content;
}

  .two-columns__paragraph {
  margin: 0 0 30px 0;
  padding: 0;
  margin-top: 0;
  line-height: 34px;
  font-size: 24px;
}

.two-columns__paragraph:last-child {
  margin-bottom: 0;
}

.two-columns__span-accent {
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
}

.digits {
  margin: 0 0 100px 0;
  padding: 0;
}

.section-title {
  margin: 0 auto 0 auto;
  width: 60%;
  text-align: center;
  line-height: 1.15;
  font-size: 60px;
  font-weight: 700;
}

.section-subtitle {
  width: 60%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
  font-size: 24px;
  font-weight: normal;
}

.table {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.table__cell {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
  width: 250px;
  list-style: none;
}

.table__heading {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.15;
  font-size: 24px;
  font-weight: 700;
}

.table__text {
  line-height: 1.2;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
  list-style: none;
}

.feynman {
  margin: 0;
  padding-top: 100px;
  background-color: #f2f2f2;
  position: relative;
  min-height: 790px;
  z-index: 1;
}

.feynman__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 648px;
  line-height: 1.15;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
}

.feynman__subtitle {
  text-align: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 51px;
  font-size: 36px;
  font-weight: normal;
}

.feynman__link {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translate(0, -50%);
  color: #2f80ed;
  line-height: 51px;
  font-size: 36px;
  font-weight: normal;
  text-decoration: none;
  z-index: 2;
}

.feynman__link:hover {
  color: #6f56dd;
  text-decoration: underline;
}

.feynman__image {
  width: 867px;
  height: 647px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.kaufman {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1f1f1f;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section-title_theme_dark {
  margin: 0 auto 0 auto;
  color: #f2f2f2;
}

.section-subtitle_theme_dark {
  text-align: center;
  margin: 20px auto 0 auto;
  color: #f2f2f2;
  font-weight: normal;
}

/* и элемента с модификатором вида ключ-значение */
.table__cell_theme_dark {
  width: 200px;
  color: white;
  margin-right: 0;
  margin-top: 80px;
}

.kaufman__triangle {
  background-image: url(../images/kaufman-triangle.svg);
  background-size: contain;
  width: 877px;
  height: 877px;
  position: absolute;
  right: -210px;
  top: 0;
  z-index: -1;
}

.footer {
  box-sizing: border-box;
  background-color: #1f1f1f;
  padding: 60px 0 40px 0;
  min-height: 350px;
  display: flex;
  justify-content: center;
}

.footer__columns {
  width: 90%;
  display: flex;
  justify-content: space-between;
  
}

.footer__column_content_copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 711px;
}

.footer__author {
  color: #f2f2f2;
  margin: 18px 0 18px 0;
  line-height: 25px;
  font-size: 18px;
}

.footer__column-heading {
  color: #f2f2f2;
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
}

.footer__column-links {
  color: #f2f2f2;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.footer__column-link {
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #f2f2f2;
  text-decoration: none;
}

.footer__column-link:hover {
  color: #2f80ed;
  text-decoration: underline;
}

.footer__social-icon {
  padding-right: 10px;
}