* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "TT Lakes Regular";
  src: url("./assets/fonts/TTLakes-Regular.woff");
  src: url("./assets/fonts/TTLakes-Regular.eot") format("embedded-opentype"),
    url("./assets/fonts/TTLakes-Regular.woff") format("woff"),
    url("./assets/fonts/TTLakes-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: TT Lakes, serif;
  background-color: #f8f8f8;
  margin: 0 auto;
}
.conteiner {
  max-width: 320px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
}
/* .header__logo {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
} */
.header__burger {
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  background-color: #ff3e79;
  cursor: pointer;
  border-radius: 50%;
  left: 20px;
}
.menu {
  display: flex;
  position: relative;
}
.menu__line {
  border-left: 2px solid #eaeaea;
  height: 32px;
  border-radius: 1px;
}
.menu__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  align-items: flex-end;
  padding: 10px 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ff3e79;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 10px;
}
.menu__item-hide {
  display: none;
}
.nav_menu {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: 20px;
  scrollbar-width: none;
}
.nav_menu__item {
  display: inline-flex;
  padding: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 6px;
  background-color: #f8f8f8;
}
.nav_menu__item:focus {
  border: 2px solid#B8FFEC;
  background-color: #ffffff;
}
.title {
  border: none;
  border-left: 4px solid #41f6d7;
  margin: 30px 20px 20px 0px;
  padding-left: 20px;
}
.main__text {
  width: 100%;
  height: auto;
}
.title_text {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.6px;
}
h2 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  overflow: hidden;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 20px 10px 20px 20px;
}
/* .hide-text {} */
.main__readmore {
  display: inline;
  padding-left: 20px;
}
.main__readmore > a {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #1b1c21;
  margin: 30px 0px;
  text-decoration: none;
  margin-bottom: 20px;
}
.main__image > img {
  width: 320px;
  height: auto;
  margin-top: 20px;
}
.menu__item2 {
  display: none;
}
