@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Ubuntu:wght@300;400&display=swap");
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #000;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* ======== end general ====== */
.header__middle {
  display: flex;
  flex-direction: column;
}
.header__img img {
  margin-bottom: -10px;
  padding-bottom: -10px;
}
.header__subtitle {
  /* margin-top: 7px; */
  margin-bottom: -7px;
  padding-bottom: -7px;
}
.header__subtitle_lang {
  align-self: flex-end;
}
.header__subtitle_sign {
  display: none;
}
.header__subtitle {
  font-size: 1.375rem;
}
.header__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__title {
  margin-left: 9px;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}
/* =======  end header ======= */

.card__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.card__main {
  margin: 0;
  border: 1px solid #818181;
  border-radius: 15px;
  overflow: hidden;
  font-size: initial;
}
.card__meta-top {
  padding: 10px 1rem 2px 10px;
  border-bottom: 2px solid #818181;
}
.card__meta-content {
  margin-top: 0;
  font-size: 1.37rem;
  margin-bottom: 12px;
}
.card__meta-content_title {
  font-weight: 400;
}
.card_year {
  color: #818181;
}
.card__meta-bottom {
  color: #818181;
  position: relative;
}
.card__icon {
  font-size: 1.37rem;
  padding: 16px 0 16px 55px;
}
.card__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/user.png) no-repeat;
  width: 34px;
  height: 34px;
  left: 9px;
  top: -2px;
}
