@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
.main__banner-tag {
  z-index: 2;
}

.lookbook_breadcrumbs {
  margin-bottom: 24px;
  gap: 16px;
  padding: 16px 24px 0;
}
.lookbook_breadcrumbs .ag-tiny {
  color: #ADADAD;
}
.lookbook_breadcrumbs .ag-tiny:hover {
  color: black;
}
@media (max-width: 1200px) {
  .lookbook_breadcrumbs {
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
    gap: 8px;
    padding: 0;
  }
}

.lookbook_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .lookbook_container {
    padding: 0;
  }
  .lookbook_container h3::after {
    margin-top: unset;
  }
}

.lookbook_banner {
  position: relative;
  width: 100%;
  height: 840px;
}
@media (max-width: 1200px) {
  .lookbook_banner .lookbook_banner_description_container, .lookbook_banner .lookbook_banner_description_container.right {
    bottom: 50px;
    left: 50%;
    max-width: 80vw;
    top: 50%;
    right: unset;
    transform: translateX(-45%);
  }
  .lookbook_banner .lookbook_banner_title {
    font-size: 32px;
    line-height: 40px;
  }
  .lookbook_banner .lookbook_banner_description {
    font-size: 16px;
    line-height: 24px;
  }
}
.lookbook_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lookbook_banner_description_container {
  position: absolute;
  left: 200px;
  top: 468px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 493px;
  color: white;
}
.lookbook_banner_description_container::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  height: 96px;
  left: -24px;
  top: -48px;
}
.lookbook_banner_description_container.right {
  right: 200px;
  left: unset;
}
.lookbook_banner_title {
  font-size: 48px;
  line-height: 56px;
}
.lookbook_banner_description {
  font-size: 16px;
  line-height: 24px;
}

.lookbook_banner_secondary {
  height: 640px;
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .lookbook_banner_secondary {
    height: 480px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_description {
    font-size: 14px;
    line-height: 20px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_title {
    font-size: 24px;
    line-height: 32px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_image {
    width: 342px;
    height: 342px;
    right: 350px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_image_second {
    width: 342px;
    height: 480px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_description_container {
    width: 517px;
    left: 88px;
  }
  .lookbook_banner_secondary.right .lookbook_banner_secondary_description_container {
    right: 88px !important;
  }
  .lookbook_banner_secondary.right .lookbook_banner_secondary_image {
    right: unset;
    left: 350px !important;
  }
}
@media (max-width: 1200px) {
  .lookbook_banner_secondary {
    display: flex;
    flex-wrap: wrap;
    position: static;
    align-items: flex-end;
    height: unset;
    width: 100%;
    gap: 8px;
  }
  .lookbook_banner_secondary .lookbook_banner_center {
    order: 2;
    position: static;
    bottom: -225px;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_description_container {
    position: static;
    padding: 16px 16px 0;
    width: unset;
    max-width: unset;
    order: 2;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_image {
    position: static;
    width: calc(50vw - 32px);
    height: unset;
    order: 1;
    left: 350px;
    max-width: unset;
  }
  .lookbook_banner_secondary .lookbook_banner_secondary_image_second {
    left: 0;
    order: 0;
    position: static;
    width: calc(50vw - 32px);
    height: unset;
    max-width: unset;
  }
}
.lookbook_banner_secondary_description_container {
  position: absolute;
  top: 177px;
  left: 118px;
  width: 697px;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lookbook_banner_secondary_title {
  font-size: 32px;
  line-height: 40px;
}
.lookbook_banner_secondary_description {
  font-size: 18px;
  line-height: 26px;
}
.lookbook_banner_secondary_image {
  right: 470px;
  bottom: 0;
  width: 462px;
  height: 462px;
  position: absolute;
}
.lookbook_banner_secondary_image_second {
  right: 0;
  bottom: 0;
  width: 462px;
  height: 640px;
  position: absolute;
}
.lookbook_banner_secondary img {
  position: absolute;
  object-fit: cover;
}
.lookbook_banner_secondary.right .lookbook_banner_secondary_description_container {
  right: 118px;
  left: unset;
}
.lookbook_banner_secondary.right .lookbook_banner_secondary_image {
  left: 470px;
  right: unset;
}
.lookbook_banner_secondary.right .lookbook_banner_secondary_image_second {
  left: 0;
  right: unset;
}

.no-items-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  margin: 40px auto 0;
}
@media (max-width: 1200px) {
  .no-items-message {
    gap: 24px;
    margin: 24px auto 0;
  }
}

/*# sourceMappingURL=lookbook.css.map */
