.catalog {
  margin-bottom: 150px;
}
.catalog__title {
  position: relative;
  z-index: 5;
  margin-top: 193px;
  margin-left: 3%;
  margin-bottom: 50px;
  font-family: "Uindbase Font 1";
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
}
.catalog__content {
  display: grid;
  width: 100%;
  grid-template-columns: 26% 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "nav galery";
  gap: 20px;
}

.catalog-title__background {
  top: -15px;
  font-size: 130px;
  line-height: 113px;
  font-family: "Usually";
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #1F252D;
}

.content__nav {
  grid-area: nav;
  display: flex;
  gap: 60px;
  flex-direction: column;
  align-self: start;
  padding-top: 150px;
  margin-left: 30%;
  margin-right: 10px;
}
.content__galery {
  grid-area: galery;
  display: grid;
  max-width: 860px;
  width: 100%;
  grid-template-columns: 0.33fr 0.33fr 0.33fr;
  grid-template-rows: 0.33fr 0.33fr 0.33fr;
  gap: 24px;
}

.nav-content__item {
  padding: 3px;
  font-family: "Uindbase Font 1";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-content__item_active {
  position: relative;
  left: 30px;
  text-shadow: -2px 0 5px #D1C12B, 3px 0 0px #8229A4;
}
.nav-content__item_active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 54px;
  height: 26px;
  background-image: url(/img/Arrow-nav-active.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  filter: drop-shadow(0 0 2px #D1C12B);
  -webkit-filter: drop-shadow(0 0 2px #D1C12B);
}

@media (max-width: 1336px) {
  .catalog-title__background {
    font-size: 110px;
    line-height: 100px;
  }
  .catalog__content {
    grid-template-columns: 20% 1fr;
  }
  .content__nav {
    margin-left: 20%;
    gap: 50px;
  }
  .nav-content__item {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .content__galery {
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: repeat(4, 0.25fr);
    gap: 21px;
  }
  .content__nav {
    gap: 40px;
  }
  .nav-content__item {
    font-size: 16px;
    line-height: 16px;
  }
  .nav-content__item_active {
    left: 10px;
  }
  .nav-content__item_active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 20px;
    height: 26px;
    background-size: 54px 26px;
    background-position: 100% 50%;
  }
  .content__galery .galery__item:last-child {
    display: none;
  }
}
@media (max-width: 866px) {
  .catalog__title {
    margin-top: 160px;
  }
  .catalog-title__background {
    top: 0;
    font-size: 90px;
    line-height: 80px;
  }
  .content__galery .galery__item:last-child {
    display: none;
  }
}
@media (max-width: 710px) {
  .catalog__title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .catalog__title::after {
    content: "";
    width: 211px;
    height: 24px;
    margin-top: 20px;
    margin-left: 95%;
    transform: translate(-100%);
    background-image: url(/img/Arrow1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 20;
  }
  .catalog-title__background {
    font-size: 70px;
    line-height: 70px;
  }
  .catalog__content {
    display: block;
  }
  .content__nav {
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-top: 0;
  }
  .content__nav:-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .content__galery {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 510px) {
  .catalog__title {
    margin-top: 140px;
    font-size: 45px;
    line-height: 45px;
  }
  .catalog-title__background {
    top: -4px;
    font-size: 49px;
    line-height: 40px;
  }
  .content__nav {
    margin-left: 10px;
  }
  .content__galery {
    width: 100%;
  }
  .content__galery .content__gal-item {
    height: 303px;
    background-size: auto 220px;
  }
  .content__galery .content__gal-item .item__button {
    font-size: 14px;
    line-height: 14px;
  }
  .content__galery .content__gal-item .item__price {
    font-size: 14px;
    line-height: 14px;
  }
  .content__galery .content__gal-item .item__title {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-width: 380px) {
  .catalog__title {
    font-size: 42px;
    line-height: 42px;
  }
  .catalog-title__background {
    font-size: 43px;
    line-height: 43px;
    top: -5px;
  }
  .content__galery {
    grid-template-columns: 0.8fr;
    grid-template-rows: repeat(8, 0.25fr);
    gap: 12px;
    justify-content: center;
  }
  .content__galery .content__gal-item .item__button {
    font-size: 12px;
    line-height: 12px;
  }
  .content__galery .content__gal-item .item__price {
    font-size: 12px;
    line-height: 12px;
  }
  .content__galery .content__gal-item .item__title {
    font-size: 13px;
    line-height: 13px;
  }
}