h1 {
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 96px;
    color: #343b48;	
}

h2 {
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 28px;
    white-space: nowrap;	
}

h3 {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #231f20;
    margin-bottom: 16px;	
}

.hrcolor {
  /* установим цвет и высоту */
  border: 2px solid rgb(230, 230, 230);
  border-bottom-width: 0;
}


.author__wrap {
  width: 55%;
}
.author__height {
  min-height: 60px;
}


.author__name {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 96px;
  color: #343b48;
}

.article__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8e8e8;
  padding: 0 32px;
}

.article__card--filled {
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.article__card--filled:hover .article__img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.article__card--filled:hover .article__title {
  color: #8e8e93;
}

.article__card--yellow {
  background-color: #ffe202;
}
.article__card--yellow .article__category {
  background-color: #fafafa;
}
.article__card--yellow:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.article__card--gray {
  background-color: #e8e8e8;
}
.article__card--gray:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.article__img {
  width: 100%;
}
.article__img img {
  width: 100%;
  max-height: 350px;
}

.article__information {
  height: 170px;
}

.article__category {
  display: inline-block;
  min-width: 96px;
  height: 30px;
  background: #ffe202;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 5px 12px 5px 12px;
}

.article__title {
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  margin-bottom: 16px;
}

.article__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__date-publication__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8e8e93;
  margin-right: 8px;
}

.articte__item {
  width: 33.33%;
  min-width: 280px;
  height: 450px;
  padding: 12px 12px 32px 12px;
}

.authot__biography {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #8e8e93;
  margin: 32px 0 24px 0;
  min-height: 60px;
}

.author__img {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  right: 80px;
  top: 180px;
  border: 3px solid #ffe202;
  border-radius: 50%;
}
.author__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  text-transform: uppercase;
}

.author__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #343b48;
  margin-left: 20px;
  cursor: pointer;
  color: #343b48;
}
.author__icon:hover {
  background-color: #231f20;
}
.author__icon:hover i {
  color: #fafafa;
}

.content {
  position: relative;
  padding: 160px 0 180px 0;
  width: 100%;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 28px;
  white-space: nowrap;
}
.article hr {
  width: 100%;
  margin-left: 8px;
  background: #343b48;
}

.article__list {
  padding: 20px 0 0 0;
  margin: 0 -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.article__item {
  padding: 12px;
  position: relative;
  width: 50%;
}

.article__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
  background: #000;
  opacity: .3; }
.article__item img {
  width: 100%;
}

.article__info {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.article__category {
  display: inline-block;
  min-width: 96px;
  height: 30px;
  background: #ffe202;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  text-align: center;
  padding: 4px 8px;
}

//.article__title {
//  font-family: Cormorant Garamond;
//  font-style: normal;
//  font-weight: bold;
//  font-size: 38px;
//  line-height: 46px;
//  color: #fafafa;
//  padding-right: 24px;
//}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.pagitation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #343b48;
  width: 32px;
  height: 32px;
  border: 1px solid #c7c7cc;
  margin: 0 4px;
  cursor: pointer;
}
.pagitation__item:hover {
  border: 1px solid #ffe202;
}
.pagitation__item:focus {
  background-color: #ffe202;
  border: 1px solid #ffe202;
}

.pagitation__item.arrow {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .content {
    padding: 120px 0 140px 0;
  }
  .articte__item {
    width: 50%;
    height: 470px;
  }

  .author__name {
    font-size: 65px;
    line-height: 76px;
  }
  .author__img {
    width: 240px;
    height: 240px;
    right: 60px;
	top: 140px;
  }
  .article__title {
    font-size: 32px;
    line-height: 38px;
  }
  .article__list {
    padding: 20px 0 0 0;
  }  
}

@media screen and (max-width: 768px) {
  .author__img {
    right: 20px;
  }
  .article__item {
    padding: 12px;
    width: 100%;
  }
  .article {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .article__title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 700px) {
  .content {
    padding: 100px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
 
  .author__wrap {
    width: 100%;
  }
  .author__name {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
  .author__img {
    width: 180px;
    height: 180px;
    position: static;
    margin: 0 auto;
  }
  .authot__biography {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .author__social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author__social span {
    width: 100%;
    text-align: center;
  }
  .author__social-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
  }

}

@media screen and (max-width: 600px) {
  .content {
    padding: 100px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
h1 {
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 42px;
    color: #343b48;	
}

h2 {
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 28px;
    white-space: nowrap;	
}

h3 {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #231f20;
    margin-bottom: 16px;	
}
  .articte__item {
    width: 100%;
    max-width: 420px;
    min-width: auto;
    height: 430px;
    padding: 12px;
  }
  .article__card {
    width: 100%;
    height: 100%;
    height: 477px;
  }  
  
  .author__wrap {
    width: 100%;
  }
  .author__name {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
  .author__img {
    width: 180px;
    height: 180px;
    position: static;
    margin: 0 auto;
  }
  .authot__biography {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .author__social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author__social span {
    width: 100%;
    text-align: center;
  }
  .author__social-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
  }
  .article__category {
    font-size: 12px;
    line-height: 16px;
    height: 24px;
  }
}
