body {
    margin: 0px;
    background-color: #1e1e1e;
    font-family: 'Inter', 'Arial';
}

.header {
  padding: 24px 20px;
  height: 132px;
  display: flex;
  justify-content: space-between;
}

h1 {
  font-family: 'EB Garamond';
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
}

h2 {
  font-family: 'EB Garamond';
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
  margin: 0px;
  padding: 0px;
}

h3 {
    font-family: 'EB Garamond';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
}

h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

.header__logo {
  padding: 0px;
}

.header__logo-image {
  width: 78px;
  height: 15px;
}

.header__menu {
  padding: 0px;
}

.header__menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  height: 84px;
}

.header__menu-item {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 20px;

  text-decoration: underline;
}

.header__menu-item_active {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.header__menu-link {
  padding: 0px;
}

.cover {

  padding: 7px 20px 5px 20px;
  background-image: url(../images/cover.svg);
  background-size: 94% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cover__title {
  padding: 0px;
}

.accent-span {
  margin: 0px;
  color: white;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
  padding-right: 4px;
}

span {
  display: block;
}

.section-cover {
  padding: 20px;
  height: 132px;
}

.section-intro {
  padding: 30px 20px 38px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.intro__heading {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 16px;
}

.intro__title {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 1.2;
}

.intro__date {
  color: #CCCCCC;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.intro__main-text {
  color: #F5F5F5;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  font-size: 16px;
  line-height: 1.35;
}

.section-reasons {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.content-section__subtitle {
  font-family: 'EB Garamond';
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
  width: 101%;
}

.content-section__introduction {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.content-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  padding-left: 16px;
}

.content-section__list-item {
  display: inline-block;
}

.content-section__list-accent {
  font-family: 'Inter';
  font-weight: bold;
  display: inline;
}

.section-how-to {
  padding: 40px 20px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.card {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.card_theme_dark {
  padding: 20px;
  background-color: #343434;
}

.card_theme_bright {
  color: #131313;
  padding: 20px;
  background-color: #FEE42A;
}

.cards-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.card_text-only {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.card__author {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.card__author-photo {
  width: 100px;
  height: 100px;
}

.card__author-name {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
}

.card__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.card__title {
  font-family: 'EB Garamond';
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
}

.card__text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 21.5px;
}

.footer {
  padding: 19px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #FEE42A;
}

.footer__copy {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
}

.footer__links-list {
  display: flex;
  gap: 16px;
}

.footer__links {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  list-style-type: none;
}

.content-section {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content-section_theme_dark {
  background-color: #131313;
  color: #F5F5F5;
}

.content-section_theme_bright {
  background-color: #FEE42A;
  color: #131313;
}
