div.journal__cell.w1 {
  width: 50%;
}

div.journal__cell.w2 {
  width: 50%;
}

div.journal__cell:first-of-type .journal__item-img {
  height: 334px;
}

div.journal__top {
  margin-bottom: 40px;
}

div.journal__cell.w1 .journal__item-title {
  max-width: 100%;
}

div.journal__cell.w2 .journal__item-title {
  max-width: 100%;
}

div.journal__top-nav {
  flex-wrap: wrap;
}

div.nvg {
  margin-bottom: 96px;
}

div.catalog-page__category {
  margin-bottom: 14px;
}

.catalog__bottom-nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}

.catalog__bottom-elem a {
  color: var(--c-black);
  text-transform: uppercase;
  font-family: GothamPro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gray);
}

.catalog__bottom-elem.choosen a {
  color: var(--zl);
  border-bottom: 1px solid var(--zl);
}

.catalog__bottom-elem a:hover {
  color: var(--zl);
  border-bottom: 1px solid var(--zl);
}

.journal__item {
  min-height: 568px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.showrooms__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.showrooms__card-info_links {
    width: 100%;
}

.journal__item-bottom {
  max-width: 622px;
  min-height: 119px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.journal__item-title {
  color: var(--zl);
  font-weight: 500;
  margin-top: 16px;
}

div.journal__item-tx {
  margin-top: 9px;
}

div.journal__item-date {
  display: flex;
  gap: 10px;
  color: var(--c-black);
  align-items: center;
}

.journal__item-date p {
  margin: 0;
}

.journal__item-line {
  width: 1px;
  height: 19px;
  background-color: var(--c-black);
}

.journal__item-about {
  font-family: GothamPro, sans-serif;
  font-weight: 400;
  color: var(--zl);
}

.journal__top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.journal__top-elem {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.3s ease-in;
}

.journal__top-elem:hover {
  border-color: var(--zl);
}

.journal__top-elem a {
  color: var(--c-black);
  text-transform: uppercase;
  font-family: GothamPro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5px;
}

.journal__top-elem:hover a {
  color: var(--zl);
}

.journal__top-elem.choosen {
  border-bottom: 1px solid var(--zl);
}

.journal__top-elem.choosen a {
  color: var(--zl);
}

.modal-cookie {
  position: fixed;
  right: 60px;
  bottom: 100px;
  max-width: 985px;
  width: 100%;
  z-index: 10;
}

.modal-cookie__body {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  background-color: var(--zl);
  padding: 24px;
  align-items: flex-start;
}

.modal-cookie__text {
  max-width: 689px;
  width: 100%;
  font-size: 18px;
  line-height: 130%;
  color: var(--c-white);
}

.modal-cookie__button {
  max-width: 224px;
  width: 100%;
  font-size: 16px;
  line-height: 170%;
  color: var(--zl);
  background-color: var(--c-white);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s ease-in color, 0.3s ease-in background-color,
    0.3s ease-in border-color;
}

.modal-cookie__button:hover {
  color: var(--c-white);
  background-color: transparent;
  border-color: var(--c-white);
}

.button-another {
  background-color: transparent;
  color: var(--c-white);
  border: 1px solid var(--c-white);
  transition: 0.3s ease-in color, 0.3s ease-in background-color;
}

.button-another:hover {
  background-color: white;
  color: var(--c-zl);
}

.catalog__top-i {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.catalog__top-nav {
  display: flex;
  row-gap: 8px;
  column-gap: 16px;
  flex-wrap: wrap;
  max-width: 1208px;
}

.catalog__top-button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  font-family: GothamPro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: var(--zl);
  flex-shrink: 0;
  margin-top: 6.5px;
}

.catalog__top-button svg {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.catalog__top-elem a {
  color: var(--c-black);
  text-transform: uppercase;
  font-family: GothamPro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.3s ease-in, color 0.3s ease-in;
}

.unvisible {
  display: none;
}

.catalog__top-elem:hover a {
  color: var(--zl);
  border-color: var(--zl);
}

.catalog__top-button svg.rotated {
  transform: rotate(180deg);
}

a.catalog-page__category-item {
  padding: 4px 12px;
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
}

.showrooms {
  padding: 104px 0;
  background-color: #f0f0f0;
}

.showrooms__swiper {
  margin-bottom: 64px;
}

.showrooms__link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  font-family: GothamPro, sans-serif;
  color: #3d3935;
  text-transform: uppercase;
  border-bottom: 1px solid #3d3935;
  transition: all linear 0.5s;
}

.showrooms__link:hover {
  color: var(--zl);
  border-color: var(--zl);
}

.showrooms__btn {
  width: 50%;
  color: var(--c-white);
  background: var(--zl);
  border: 1px solid var(--zl);
  position: relative;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  font-family: GothamPro, sans-serif;
  font-weight: 500;
  min-height: 40px;
  padding: 14px 24px;
  padding-bottom: 10px;
  border-radius: 0;
  cursor: pointer;
  appearance: none;
  outline: 0;
  transition: all linear 0.5s;
}

.showrooms__card-info_links a {
  width: 50%;
}

.showrooms__btn:hover {
  color: var(--c-black);
  background: var(--c-white);
}

.showrooms__card {
  align-items: flex-start;
  box-shadow: 0 7px 15px 0 rgba(61, 57, 53, 0.1),
    0 27px 27px 0 rgba(61, 57, 53, 0.09), 0 62px 37px 0 rgba(61, 57, 53, 0.05),
    0 110px 44px 0 rgba(61, 57, 53, 0.01), 0 172px 48px 0 rgba(61, 57, 53, 0);
}

.showroom__card-sides {
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  display: flex;
  gap: 22px;
}

.showrooms__card-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 208px;
  max-width: 280px;
  width: 100%;
}

.showrooms__card-img {
  width: 100%;
  object-fit: cover;
  min-width: 0;
  max-height: 280px;
}

.showrooms__card-info-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.showrooms__card-info-top p {
  margin: 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}

.showrooms__card-info-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.showrooms__card-info-item {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  font-family: GothamPro, sans-serif;
  color: #84754e;
}

.showrooms__card-info-item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.showrooms__card-info-top img {
  height: 56px;
  object-fit: contain;
}

.showrooms h2 {
  font-size: 35px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 73px;
  color: #3d3935;
}

.showrooms__card-info_links {
  display: flex;
  gap: 10px;
  padding: 0 32px 32px 32px;
  background-color: #fff;
}

.showrooms__swiper-wrapper.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.swiper-button-prev.showrooms__swiper-prev,
.swiper-button-next.showrooms__swiper-next {
  display: none;
}

@media screen and (max-width: 1200px) {
  .modal-cookie {
    right: 0px;
    bottom: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .showrooms {
    padding: 56px 0;
  }
  .showroom__card-sides {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 16px;
  }
  .showrooms__card-info_links {
    padding: 0 20px 20px 20px;
    background-color: #fff;
    flex-direction: column;
  }
  .showrooms__card-info_links a {
    width: 100%;
  }
  .showrooms h2 {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 48px;
  }
  .showrooms__card-info {
    max-width: 100%;
    min-width: 0;
  }
  .showrooms__card-info-item {
    font-size: 14px;
    line-height: 130%;
  }

  .showrooms__card-img {
    max-height: 295px;
    min-height: 295px;
  }
  /*.showrooms__btn {
    display: none;
  }*/
  .modal-cookie__body {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: center;
  }

  .modal-cookie__text {
    max-width: 100%;
  }

  .modal-cookie__button {
    max-width: 100%;
  }

  div.journal__item-img {
    height: 100%;
    min-height: 370px;
    max-height: 370px;
  }

  div.journal__cell:first-of-type .journal__item-img {
    height: 100%;
  }

  .catalog__top-i {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .catalog__top-button {
    margin: 0;
  }

  a.catalog-page__category-item {
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  /* div.journal__top {
    margin-bottom: 30px;
  } */
  .showrooms__swiper {
    overflow: hidden;
    margin-bottom: 0;
  }

  .showrooms__swiper-slide {
    padding: 0 10px;
  }

  .swiper-button-prev.showrooms__swiper-prev,
  .swiper-button-next.showrooms__swiper-next {
    display: block;
    width: 30px;
    height: 30px;
    top: 60%;
  }

  .swiper-button-prev.showrooms__swiper-prev::before,
  .swiper-button-next.showrooms__swiper-next::before {
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  .swiper-button-prev.showrooms__swiper-prev {
    left: 10px;
  }

  .swiper-button-next.showrooms__swiper-next {
    right: 10px;
  }

  .showrooms__card {
    box-shadow: none;
  }

  .showrooms__link {
    display: none;
  }

  div.journal__cell.w1 {
    width: 100%;
  }

  div.journal__cell.w2 {
    width: 100%;
  }

  div.journal__item {
    min-height: auto;
  }

  div.journal__item-bottom {
    min-height: auto;
  }

  .journal__top-nav {
    gap: 12px;
  }

  div.nvg {
    margin-bottom: 70px;
  }

  /* section.bread + section {
    margin-top: 20px;
  } */

  /* div.journal__dt {
    margin-top: 16px;
  } */

  /* form.journal__top-l {
    margin-bottom: 30px;
  } */

  div.journal__item-img {
    height: 205px;
    min-height: auto;
  }

  div.journal__cell:first-of-type .journal__item-img {
    height: 205px;
  }

  /* div.journal__item-tx {
    margin-top: 4px;
  } */

  div.journal__item-date {
    margin-top: 8px;
  }

  .journal__item-about {
    font-size: 14px;
  }

  /* div.journal__cell {
    padding-bottom: 30px;
  } */
}
