.content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu,
.navigation {
  overflow: hidden;
  display: flex;
}
.navigation {
  margin: 0;
  align-self: stretch;
  width: 14.222rem;
  background-color: var(--color-white);
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  overflow: visible !important;
}
.menu {
  flex-direction: column;
  align-items: center;
  padding: 2.777rem var(--padding-0);
  gap: var(--gap-40);
  text-align: center;
  font-size: var(--fs-20);
  color: var(--color-black);
  position: sticky;
  top: 0rem !important;
}
.logo-icon {
  width: 10rem;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.sideMenu,
.news-parent {
  display: flex;
  align-items: center;
}
.news-parent {
  margin: 0;
  width: 14.222rem;
  flex-direction: column;
  justify-content: center;
  padding: var(--padding-10) var(--padding-0);
  box-sizing: border-box;
  gap: var(--gap-20);
}
.sideMenu {
  width: 9.444rem;
  flex-shrink: 0;
}
.biography,
.goods,
.sideMenu {
  text-decoration: none;
  height: var(--height-26);
  position: relative;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  justify-content: center;
}
.biography {
  width: 10.556rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.goods {
  width: 7.833rem;
}
.sideMenu{
  font-weight: 600;
}
.goods,
.info,
.vector-parent {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.info {
  text-decoration: none;
  width: 5.5rem;
  height: var(--height-26);
  position: relative;
  letter-spacing: -0.02em;
  line-height: 110%;
  font-weight: 500;
  color: inherit;
  justify-content: center;
}
.vector-parent {
  margin: 0;
  height: 4.222rem;
  overflow: hidden;
  padding: 0.611rem 0.888rem;
  box-sizing: border-box;
  gap: 1.611rem;
}
.vector-icon {
  height: var(--height-24);
  width: var(--width-24);
}
.vector-icon,
.vector-icon2,
.vector-icon3 {
  position: relative;
  object-fit: cover;
}
.vector-icon2 {
  height: 1.206rem;
  width: var(--width-24);
}
.vector-icon3 {
  height: 1.322rem;
  width: 1.322rem;
}
.hero-1,
.hero-top,
.main-frame {
  flex-direction: column;
  min-width: 0%;
}
.main-frame {
  flex: 1;
  display: flex;
  align-items: center;
}
.hero-1,
.hero-top {
  position: relative;
  /*aspect-ratio: 21/8;*/
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: right;
  font-size: 5.333rem;
  color: var(--color-white);
  font-family: inherit;
  /*background-image: url("./public/background.jpg");*/
}
.hero-1 {
  aspect-ratio: 21/9;
  pointer-events: none;
}
.hero-top {
  height: 100%;
  background-image: url(./public/homeBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: fixed;
  width: calc(100% - 14.222rem);
  z-index: -1;
}
.hero-1,
.hero-top,
.main-frame-child,
.news2 {
  align-self: stretch;
  flex-shrink: 0;
  display: flex;
}
.news2 {
  margin: 0;
  height: auto;
  position: relative;
  font-size: 110px;
  letter-spacing: -0.02em;
  line-height: 0.83;
  display: flex;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  align-items: flex-end;
  justify-content: flex-end;
  font-variant: small-caps;
}
.main-frame-child {
  height: 24.611rem;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-10);
  box-sizing: border-box;
}
.indexH1 {
  margin: 0;
  position: relative;
  font-size: var(--fs-48);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 700;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.empty{
  width: 100%;
  height:100vh;
  position:relative;
  background-color: rgba(255,255,255,0);
}
@media screen and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .main-frame {
    flex: 1;
  }
  .hero-top {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .hero-1,
  .hero-top {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .news2{
    font-size: 90px;
  }
  .indexH1 {
    font-size: var(--fs-36);
  }
  
}

@media screen and (max-width: 780px) {
  .hero-top{
    background-image: url(./public/homeBackgroundMobile.png);
    aspect-ratio: 3/2;
    position: relative;
    width: 100%
  }
  .empty{
    display: none;
  }
  
}
@media screen and (max-width: 420px) {
  .hero-1,
  .hero-top {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .news2 {
    font-size: 75px;
  }

}
