/*
1. root
2. TAGS
3. CLASS
4. HEADER
    4.1 header
    4.2 nav
    4.2 burger
    4.3 slider
5. MAIN
    5.0 - Загальні класи продукту
    5.1 - СЕЗОН 2021/22
    5.2 - колекція 2018
    5.3 - Нові надходження
    5.4 - Статті
    5.5 - footer
6. FOOTER
7. MEDIA

*/

/* ---------- 1. root ---------- */
:root {
  --color-white: #ffffff; /* var(--color-white, #FFFFFF); */
  --color-black: #000000; /* var(--color-black, #000000); */
  --color-light-black: #0f0f0f; /* var(--color-light-black, #0F0F0F); */
  --color-shark: #1f1f1f; /* var(--color-shark, #1F1F1F); */
  --color-bunker: #191b1c; /* var(--color-bunker, #191B1C); */
  --color-gray: #969696; /* var(--color-gray, #969696); */
  --color-light-gray: #d0d0d0; /* var(--color-light-gray, #D0D0D0); */
  --fixed: 122px;
  --fixed-mob: 98px;
}

/* ---------- 2. TAGS ---------- */
a {
  text-decoration: none;
}

body {
  /* width: 100vw; */
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  color: var(--color-white, #ffffff);
  font-size: clamp(1.5rem, 0.9642rem + 2.679vw, 2.25rem); /* 36px; - 24px*/
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

h3,
h5 {
  font-family: "Playfair Display", serif;
  color: var(--color-white, #ffffff);
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: normal;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
}

h5 {
  font-size: 1.125rem; /*18px;*/
}

/* ---------- 3. CLASS ---------- */
.container {
  margin-inline: auto;
  max-width: 73.125rem; /* 1110px --> 1920px */
  display: flex;
  justify-content: center;
}

.padding-box {
  box-sizing: border-box;
  padding-left: clamp(1rem, 0.57109rem + 1.83vw, 1.875rem);
  padding-right: clamp(1rem, 0.57109rem + 1.83vw, 1.875rem);
} 

.background-black {
  background: var(--color-black, #000000);
}

.background-light-black {
  background: var(--color-light-black, #0f0f0f);
}

.header-box_line {
  width: 120px;
  height: 1px;
  background: var(--color-white, #ffffff);
}

.new_product,
.header-box,
.product_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn__link {
  display: inline-block;
  color: var(--color-white, #ffffff);
  font-family: "PT Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 1px solid var(--color-white, #ffffff);
  transition: 0.5s ease-in-out;
  &:hover {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.5s ease-in-out;
  }
}

/* ----------4. HEADER ---------- */
.header,
.menu,
.cart_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---------- 4.1 header ---------- */
.header-fix {
  width: 100vw;
  position: fixed;
  top: 0;
  height: max-content;
  z-index: 3;
}

.header,
.logo {
  padding-top: 0.875rem; /* 14px; */
  padding-bottom: 0.875rem; /* 14px; */
}

.work_schedule,
.registration {
  color: var(--color-gray, #969696);
  font-size: 0.75rem;
}

.nav_item__link,
.phone_online {
  font-family: "PT Sans", sans-serif;
  color: var(--color-gray, #969696);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.work_schedule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: nowrap;
  & li {
    margin-right: 0.75rem; /* 12px; */
  }
}

.phone {
  display: flex;
  align-items: center;
  &:hover {
    & .phone_online {
      color: var(--color-white, #ffffff);
    }
    & .phone_icon {
      fill: var(--color-white, #ffffff);
    }
  }
}

.phone_icon {
  width: 1rem; /* 16px; */
  height: 1rem; /* 16px; */
  fill: var(--color-gray, #969696);
}

.phone__link {
  display: flex;
  column-gap: 0.9375rem; /* 15px;*/
}

.phone_line {
  margin-left: 0.75rem; /* 12px;*/
}

.phone_online {
  font-size: 0.75rem;
  text-wrap: nowrap;
}

.schedule_info {
  display: flex;
  align-items: center;
}

.registration {
  display: flex;
  align-items: center;
  column-gap: 1.1875rem; /* 19px;*/
  cursor: pointer;
  &:hover {
    color: var(--color-white, #ffffff);
    & .entrance_icon {
      fill: var(--color-white, #ffffff);
    }
  }
}

.entrance_icon {
  width: 0.875rem; /* 14px; */
  height: 0.875rem; /* 14px; */
  fill: var(--color-gray, #969696);
}

/* ---------- 4.2 nav ---------- */
.menu {
  width: 100vw;
  position: relative;
}

.nav {
  display: flex;
  justify-content: space-between;
}

.nav_items {
  display: flex;
  margin-left: 18px;
  margin-right: 18px;
}

.nav_item:hover {
  background: var(--color-shark, #1f1f1f);
  & .nav_item__link {
    color: var(--color-white, #ffffff);
  }
}

.nav_aktiv {
  background: var(--color-shark, #1f1f1f);
}

.nav_item__link {
  display: inline-block;
  font-size: 0.875rem; /* 14px; */
  text-wrap: nowrap;
  text-transform: uppercase;
  padding: 31px 16px; /* 31px 16px; */
}

/* ---------- 4.2 burger ---------- */
.nav_mob {
  display: none;
  margin-left: 36px;
  margin-right: 36px;
}

.burger[data-user="close"] {
display: none;
}

.burger[data-user="open"] {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 300px;
  right: 0; /*-200px*/
  top: 100%;
  border-radius: 10px;
  & .nav_item {
    width: inherit;
  }
  }


.burger[data-user="open"] .nav_item__link {
  width: inherit;
  padding: 20px 20px; /* 31px 16px; */
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 36px; /* 36px; */
}

.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.cart_search {
  width: 5.25rem; /* 84px; */
}

.cart,
.search {
  cursor: pointer;
  width: 22px; /* 22px; */
  height: 22px; /* 22px; */
  fill: var(--color-white, #ffffff);
}

/* ---------- 4.3 slider ---------- */
.off {
  display: none;
}

.slider {
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 86.75vh;
  min-height: 46.875rem; /* 750px*/
}

.swiper {
  overflow: hidden;
  width: inherit;
  height: 100%;
}


.swiper-slide {
  width: inherit;
  height: inherit;
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.slide1 {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
  image-set(
    url("../Img/slide/slide_1_big.avif") type("image/avif") 2x,
    url("../Img/slide/slide_1_sm.avif") type("image/avif") 1x,
    url("../Img/slide/slide_1_big.webp") type("image/webp") 2x,
    url("../Img/slide/slide_1_sm.webp") type("image/webp") 1x,
    url("../Img/slide/slide_1_big.jpg") 2x,
    url("../Img/slide/slide_1_sm.jpg") 1x
  );
}

.slide2 {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
  image-set(
    url("../Img/slide/slide_2_big.avif") type("image/avif") 2x,
    url("../Img/slide/slide_2_sm.avif") type("image/avif") 1x,
    url("../Img/slide/slide_2_big.webp") type("image/webp") 2x,
    url("../Img/slide/slide_2_sm.webp") type("image/webp") 1x,
    url("../Img/slide/slide_2_big.jpg") 2x,
    url("../Img/slide/slide_2_sm.jpg") 1x
  );
}

.slide3 {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
  image-set(
    url("../Img/slide/slide_3_big.avif") type("image/avif") 2x,
    url("../Img/slide/slide_3_sm.avif") type("image/avif") 1x,
    url("../Img/slide/slide_3_big.webp") type("image/webp") 2x,
    url("../Img/slide/slide_3_sm.webp") type("image/webp") 1x,
    url("../Img/slide/slide_3_big.jpg") 2x,
    url("../Img/slide/slide_3_sm.jpg") 1x
  );
}

.slide4 {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
  image-set(
    url("../Img/slide/slide_4_big.avif") type("image/avif") 2x,
    url("../Img/slide/slide_4_sm.avif") type("image/avif") 1x,
    url("../Img/slide/slide_4_big.webp") type("image/webp") 2x,
    url("../Img/slide/slide_4_sm.webp") type("image/webp") 1x,
    url("../Img/slide/slide_4_big.jpg") 2x,
    url("../Img/slide/slide_4_sm.jpg") 1x
  );
}

.slide5 {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
  image-set(
    url("../Img/slide/slide_5_big.avif") type("image/avif") 2x,
    url("../Img/slide/slide_5_sm.avif") type("image/avif") 1x,
    url("../Img/slide/slide_5_big.webp") type("image/webp") 2x,
    url("../Img/slide/slide_5_sm.webp") type("image/webp") 1x,
    url("../Img/slide/slide_5_big.jpg") 2x,
    url("../Img/slide/slide_5_sm.jpg") 1x
  );
}

.slider-titel {
  z-index: 2;
  position: absolute;
  top: calc(50% + var(--fixed) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-box {
  box-sizing: border-box;
  width: clamp(12.5rem, 218.182vw - 31.1364rem, 20rem); /* 320px; - 200px; */
  height: clamp(12.5rem, 218.182vw - 31.1364rem, 20rem); /* 320px; - 200px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8125rem, -2.4603rem + 16.364vw, 1.375rem);
  text-transform: uppercase;
  color: var(--color-white, #ffffff);
  margin-bottom: clamp(3.75rem, 2.8572rem + 4.464vw, 5rem); /* 80px; - 60px*/
  border: 4px solid var(--color-white, #ffffff);
  & .logo-img {
    width: clamp(6.5625rem, 145.455vw - 22.5285rem, 11.5625rem);
    border-bottom: 2px solid var(--color-white, #ffffff);
    padding-bottom: 0.875rem;
    margin-bottom: 0.4375rem;
  }
}

.logo-subtitle {
  width: clamp(17.5rem, -2.5892rem + 100.446vw, 45.625rem);
  font-size: clamp(.75rem, 7.273vw - 0.7046rem, 1rem);
  line-height: 150%; /* 24px */
  color: var(--color-white, #ffffff);
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

/* ---------- 5. MAIN ---------- */
/* ---------- 5.0 - Загальні класи продукту ---------- */
.product_item {
  position: relative;
  &:hover {
    & img {
      transition: 0.5s ease-in-out;
      transform: scale(1.25);
    }
    .product_item_btn {
      transition: 0.5s ease-in-out;
      transform: scale(1.25);
      background: rgba(25, 27, 28, 0.5);
    }
  }
}

.product_img {
  justify-content: center;
  height: 325px;
  overflow: hidden;
  background: var(--color-bunker, #191b1c);
  & img {
    height: 100%;
    transition: 0.5s ease-in-out;
  }
}

.product_item_titel {
  padding-top: 1.5625rem;
  padding-bottom: 0.625rem;
}

.product_item__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_item_price {
  font-family: "Playfair Display", serif;
  color: var(--color-light-gray, #d0d0d0);
  font-size: 1rem; /*17px;*/
  font-weight: bold;
}

.product_item_btn {
  position: absolute;
  font-family: "Playfair Display", serif;
  color: var(--color-white, #ffffff);
  background: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--color-white, #ffffff);
  transition: 0.5s ease-in-out;
}

/* ---------- 5.1 - СЕЗОН 2021/22 ---------- */
.new_season {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.new_season_products {
  display: grid;
  grid-template-columns: repeat(auto-fill, max(260px));
  justify-content: center;
  gap: 30px 50px;
  width: 100%;
}

.season_box {
  flex: 0 1 54.15vw;
  display: flex;
  justify-content: center;
}

.season_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 880px;
  & .header-box_line {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.season_collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;

  flex: 1 1 auto;
  min-width: 320px;
  max-height: 730px;
  height: 67.8vw;
  min-height: 375px;
  aspect-ratio: 1/1;
}

.collection_background {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
    image-set(
      url("../Img/collection/new_collection_big.avif") type("image/avif") 2x,
      url("../Img/collection/new_collection_sm.avif") type("image/avif") 1x,
      url("../Img/collection/new_collection_big.webp") type("image/webp") 2x,
      url("../Img/collection/new_collection_sm.webp") type("image/webp") 1x,
      url("../Img/collection/new_collection_big.jpg") 2x,
      url("../Img/collection/new_collection_sm.jpg") 1x
    );
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  & .header-box_line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ---------- 5.2 - колекція 2018 ---------- */
.old_season {
  display: flex;
}

.old_background {
  flex: 1 1 auto;
  width: 969px;
  min-width: 320px;
  max-height: 600px;
  height: 55.56vw;
  min-height: 375px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.5) 100%),
    image-set(
      url("../Img/collection/old_collection_big.avif") type("image/avif") 2x,
      url("../Img/collection/old_collection_sm.avif") type("image/avif") 1x,
      url("../Img/collection/old_collection_big.webp") type("image/webp") 2x,
      url("../Img/collection/old_collection_sm.webp") type("image/webp") 1x,
      url("../Img/collection/old_collection_big.jpg") 2x,
      url("../Img/collection/old_collection_sm.jpg") 1x
    );
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.old_box {
  flex: 0 1 51.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.old_item {
  min-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: clamp(0rem, -21rem + 35vw, 7.875rem);
  margin-right: clamp(0rem, -28.3332rem + 47.222vw, 10.625rem);
  & .header-box_line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  & .box-text {
    color: var(--color-white, #ffffff);
    font-size: 0.875rem;
    line-height: 1.5; /* 21px */
    text-align: center;
    text-wrap: balance;
    padding-bottom: 64px;
  }
}

/* ---------- 5.3 - Нові надходження ---------- */
.new_product {
  padding-top: clamp(3.75rem, 1.0714rem + 13.393vw, 7.5rem); /* 120px; - 60px*/
  padding-bottom: clamp(3.75rem, 20.089vw - 0.2678rem, 9.375rem); /* 150px; - 60px*/
  & .header-box_line {
    margin-top: clamp(1.25rem, 0.3572rem + 4.464vw, 2.5rem); /* 40px; - 20 px*/
    margin-bottom: clamp(2.5rem, 0.7142rem + 8.929vw, 5rem); /* 80px; - 40 px*/
  }
}

.new_product_items {
  display: grid;
  grid-template-columns: repeat(auto-fill, max(260px));
  justify-content: center;
  gap: 40px 23px;
  width: 100%;
  & .product_item:nth-last-of-type(1) {
    height: 325px;
  }
}

.product_item_end {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: rgba(25, 27, 28, 0.5);
}

/* ---------- 5.4 - Статті ---------- */

.news_articles {
  padding-top: clamp(1.5rem, 0.05555rem + 6.163vw, 4rem); /* 64px; - 24px*/
  & .header-box_line {
    margin-top: clamp(1rem, 0.27766rem + 3.082vw, 2.25rem); /* 36px; - 16 px*/
    margin-bottom: clamp(1.5rem, 0.3443rem + 4.931vw, 3.5rem); /* 56px; - 24 px*/
  }
}

.article_items {
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}

.article_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.article_picture {
  max-height: 437px;
  height: 40vw;
  min-height: 375px;
  flex: 1 1 auto;
  min-width: 320px;
  /* aspect-ratio: 1/1; */
}

.picture_img1 {
  background-image: image-set(
    url("../Img/article/img_big/article_img1_1920.avif") type("image/avif") 2x,
    url("../Img/article/img_small/article_img1_sm.avif") type("image/avif") 1x,
    url("../Img/article/img_big/article_img1_1920.webp") type("image/webp") 2x,
    url("../Img/article/img_small/article_img1_sm.webp") type("image/webp") 1x,
    url("../Img/article/img_big/article_img1_1920.png") 2x,
    url("../Img/article/img_small/article_img1_sm.png") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.picture_img2 {
  background-image: image-set(
    url("../Img/article/img_big/article_img2_1920.avif") type("image/avif") 2x,
    url("../Img/article/img_small/article_img2_sm.avif") type("image/avif") 1x,
    url("../Img/article/img_big/article_img2_1920.webp") type("image/webp") 2x,
    url("../Img/article/img_small/article_img2_sm.webp") type("image/webp") 1x,
    url("../Img/article/img_big/article_img2_1920.png") 2x,
    url("../Img/article/img_small/article_img2_sm.png") 1x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.picture_img3 {
  background-image: image-set(
    url("../Img/article/img_big/article_img3_1920.avif") type("image/avif") 2x,
    url("../Img/article/img_small/article_img3_sm.avif") type("image/avif") 1x,
    url("../Img/article/img_big/article_img3_1920.webp") type("image/webp") 2x,
    url("../Img/article/img_small/article_img3_sm.webp") type("image/webp") 1x,
    url("../Img/article/img_big/article_img3_1920.png") 2x,
    url("../Img/article/img_small/article_img3_sm.png") 1x
  );
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_box {
  flex: 0 1 48.5%;
  display: flex;
  justify-content: center;

  font-size: 1.125rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--color-white, #ffffff);
  margin-top: 3.3125rem;
  margin-bottom: 3.3125rem;
  & .box_item {
    max-width: 689px;
    min-width: 510px;
  }
  & .article_text {
    font-size: 0.875rem;
    line-height: 1.5; /* 21px */
    text-wrap: wrap;
    margin-top: 0.875rem;
    margin-bottom: 2.4375rem;
  }
}

.article_read {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  border: 1px solid yellowgreened;
}

.article_subtitle {
  margin-left: 0.5rem;
  text-align: right;
}

/* ---------- 5.5 - footer ---------- */
.partners_brends {
  padding-top: clamp(2.8125rem, 0.12891rem + 11.45vw, 5.625rem); /* 90px; - 45px*/
  padding-bottom: clamp(3.125rem, 14.249vw -0.21461rem, 6.625rem); /* 106px; - 50px*/
  & .header-box_line {
    margin-top: clamp(1rem, 0.64211rem + 1.527vw, 1.375rem); /* 22px; - 16 px*/
    margin-bottom: clamp(1.75rem, 0.08875rem + 7.088vw, 4.625rem); /* 74px; - 28 px*/
  }
}

.partners_logos {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(1rem, 0.16516rem + 3.562vw, 1.875rem); /* 768px -30px; 375px - 16 px*/
  font-size: 1.125rem;
  & li {
    &:nth-child(1) {
      width: 369px;
      aspect-ratio: 1/1;
      background-image: image-set(
        url("../Img/logo_brends/img_1920/coco_logo_brend_1920.avif") type("image/avif") 2x,
        url("../Img/logo_brends/img_1024/coco_logo_brend_1024.avif") type("image/avif") 1x,
        url("../Img/logo_brends/img_1920/coco_logo_brend_1920.webp") type("image/webp") 2x,
        url("../Img/logo_brends/img_1024/coco_logo_brend_1024.webp") type("image/webp") 1x,
        url("../Img/logo_brends/img_1920/coco_logo_brend_1920.png") 2x,
        url("../Img/logo_brends/img_1024/coco_logo_brend_1024.png") 1x
      );
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    &:nth-child(2) {
      width: 279px;
      aspect-ratio: 1/1;
      background-image: image-set(
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1920.avif") type("image/avif") 2x,
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1024.avif") type("image/avif") 1x,
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1920.webp") type("image/webp") 2x,
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1024.webp") type("image/webp") 1x,
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1920.png") 2x,
        url("../Img/logo_brends/img_1920/rolex_logo_brend_1024.png") 1x
      );
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    &:nth-child(3) {
      width: 271px;
      aspect-ratio: 1/1;
      background-image: image-set(
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1920.avif") type("image/avif") 2x,
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1024.avif") type("image/avif") 1x,
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1920.webp") type("image/webp") 2x,
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1024.webp") type("image/webp") 1x,
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1920.png") 2x,
        url("../Img/logo_brends/img_1920/breguets_logo_brend_1024.png") 1x
      );
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    &:nth-child(4) {
      width: 376px;
      aspect-ratio: 1/1;
      background-image: image-set(
        url("../Img/logo_brends/img_1920/haven_logo_brend_1920.avif") type("image/avif") 2x,
        url("../Img/logo_brends/img_1920/haven_logo_brend_1024.avif") type("image/avif") 1x,
        url("../Img/logo_brends/img_1920/haven_logo_brend_1920.webp") type("image/webp") 2x,
        url("../Img/logo_brends/img_1920/haven_logo_brend_1024.webp") type("image/webp") 1x,
        url("../Img/logo_brends/img_1920/haven_logo_brend_1920.png") 2x,
        url("../Img/logo_brends/img_1920/haven_logo_brend_1024.png") 1x
      );
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
}

/* ---------- 6. FOOTER ---------- */
.footer_background {
  background-image: linear-gradient(0deg, rgba(15, 15, 15, 0.85) 0%, rgba(15, 15, 15, 0.85) 100%),
    image-set(
      url("../Img/footer/footer_background_big.avif") type("image/avif") 2x,
      url("../Img/footer/footer_background_sm.avif") type("image/avif") 1x,
      url("../Img/footer/footer_background_big.webp") type("image/webp") 2x,
      url("../Img/footer/footer_background_sm.webp") type("image/webp") 1x,
      url("../Img/footer/footer_background_big.jpg") 2x,
      url("../Img/footer/footer_background_big.jpg") 1x
    );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  padding-top: clamp(2.8125rem, 0.43477rem + 10.145vw, 5rem);
  padding-bottom: clamp(2.5rem, 0.73375rem + 7.536vw, 4.125rem);
}

.company {
  display: flex;
  column-gap: 18px;
  row-gap: 40px;
  color: var(--color-white, #ffffff);
  font-size: 0.875rem;
  line-height: 1.5; /* 21px */
  text-wrap: balance;
  & h3 {
    margin-bottom: clamp(1.5rem, 0.41297rem + 4.638vw, 2.5rem);
  }
  & section:nth-of-type(n) {
    max-width: 350px;
    min-width: 300px;
  }
}

.category_items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.375rem;
  row-gap: 20px;
}

.category__link {
  display: block;
  color: var(--color-white, #ffffff);
  font-size: 0.875rem;
  text-transform: lowercase;
  text-wrap: nowrap;
  line-height: 1.5; /* 21px */
  background: var(--color-light-black, #0f0f0f);
  padding: 0.625rem 1.25rem;
  transition: 0.5s ease-in-out;
  &:hover {
    background: var(--color-gray, #969696);
    transition: 0.5s ease-in-out;
  }
}

.form-email {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  & li:nth-child(n) {
    margin-top: 1.625rem;
  }
  & button,
  input {
    font-family: "PT Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5; /* 21px */
  }
  & button {
    color: var(--color-white, #ffffff);
    padding: 10px 20px;
    letter-spacing: 0.7px;
    background: var(--color-light-black, #0f0f0f);
    border: none;
    transition: 0.5s ease-in-out;
    &:hover {
      background: var(--color-bunker, #191b1c);
      transition: 0.5s ease-in-out;
    }
  }
  & input {
    width: 130%;
    color: var(--color-white, #ffffff);
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    border: none;
    &::placeholder {
      color: var(--color-gray, #969696);
    }
  }
}

.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  color: var(--color-light-gray, #d0d0d0);
  font-size: 0.75rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.copyright + span {
  text-transform: uppercase;
}

.copyright > span {
  text-wrap: nowrap;
}

.agreement {
  display: inline-block;
  color: var(--light-gray, #d0d0d0);
  text-align: right;
  text-decoration-line: underline;
  &:hover {
    color: var(--color-white, #ffffff);
  }
}

/* ---------- 7. MEDIA ---------- */
@media screen and (max-width: 1319.98px) {
  .new_season_products {
    gap: 50px 10px;
  }
  .season_item {
    width: 540px;
    & .new_season_products :nth-of-type(3) {
      display: none;
    }
  }
}

@media screen and (max-width: 959.98px) {
  .old_season {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .old_box {
    width: 100vw;
  }

  .old_item {
    width: inherit;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .new_season {
    display: flex;
    flex-direction: column;
  }

  .season_box {
    padding-top: clamp(2.5rem, -1.11598rem + 10.714vw, 5.3125rem);
    padding-bottom: clamp(3.75rem, 1.7412rem + 5.952vw, 5.3125rem);
  }

  .article_item {
    display: flex;
    flex-direction: column;
  }
  .article_box {
    margin-bottom: 1.25rem;
    & .box_item {
      width: 43.0625rem;
      min-width: 18.5rem;
    }
    & .btn__link {
      padding: 1rem;
    }
  }

  .company {
    flex-wrap: wrap;
    justify-content: space-between;
    & section:nth-of-type(1) {
      max-width: 100%;
    }
    & section:nth-of-type(n + 2) {
      max-width: 45vw;
    }
  }
}

@media screen and (max-width: 719.98px) {
  .nav_mob {
    display: block;
  }
  .nav_items {
    display: none;
  }

  .company section:nth-of-type(n) {
    max-width: 100%;
  }

  .logo-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 563.98px){
  .season_item .new_season_products :nth-of-type(3) {
    display: block;
  }

  .schedule_info {
    order: 2;
    & .phone_line {
      visibility: hidden;
    }
  }

   .logo-box {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 374.98px) {
  .work_schedule {
    justify-content: center;
  }
  .schedule_info,
  .phone_line {
    display: none;
  }

  .article_subtitle {
    font-size: 1rem;
  }
}

@media screen (orientation:landscape), (max-height: 563.98px) {
  .nav_mob {
    display: block;
  }

  .nav_items {
    display: none;
  }
      .slider {
    height: 100vh;
    min-height: 100%;
  }

  .slider-titel {
    top: calc(50% + var(--fixed-mob) / 2);
  }

  .logo-subtitle {
    display: none;
  }

  .logo-box {
    width: clamp(12.5rem, -1.25rem + 68.75vh, 19.375rem);
    height: clamp(12.5rem, -1.25rem + 68.75vh, 19.375rem);
    font-size: 18px;
    min-width: 200px;
    margin-bottom: 10px;
    & .logo-img {
      width: clamp(10rem, 2.7272rem + 36.364vh, 11.25rem);
    }
}

.old_background,
.collection_background,
.picture_img1,
.picture_img2,
.picture_img3,
.picture_img4 {
  height: 90vh;
  min-height: 320px;
}
}

