@font-face {
  font-family: 'Post No Bills Jaffna SemiBold';
  src: url('PostNoBillsJaffna-SemiBold.21441b24.ttf');
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.top-line {
  padding: 0.5rem 0;
  background-color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 0.8rem;
  color: #969696;
}
.account {
  margin-left: auto;
}
.contacts {
  padding: 0;
  margin: 0 0 0 -0.5rem;
  list-style: none;
  display: flex;
}
.contacts__item {
  padding: 0 0.5rem;
  border-right: 1px solid #969696;
}
.contacts__item:last-child {
  border: none !important;
}
.second-line {
  background-color: #0f0f0f;
  color: #fff;
}
.logo {
  margin: 0.2rem 0;
  font-family: 'Post No Bills Jaffna SemiBold', sans-serif;
  font-size: 2.5rem;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: stretch;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
}
.nav__item {
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #969696;
}
.nav__item:hover {
  color: #fff;
  background-color: #1f1f1f;
}
.cart,
.search {
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart__inner,
.search__inner {
  cursor: pointer;
}
.first-screen {
  display: flex;
  align-items: center;
  flex-grow: 2;
  background: linear-gradient(
      0deg,
      rgba(15, 15, 15, 0.5),
      rgba(15, 15, 15, 0.5)
    ),
    url('Rectangle 3.a816d952.png') 50% / cover;
  color: #fff;
}
.first-screen__logo {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.first-screen__title {
  margin: 0;
  font-family: Post No Bills Jaffna SemiBold, sans-serif;
  font-size: 4rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.first-screen__slogan,
.first-screen__subtitle {
  font-family: PT Sans, sans-serif;
  text-transform: uppercase;
}
.first-screen__slogan {
  max-width: 40rem;
  text-align: center;
  font-size: 0.7rem;
}
@media (max-width: 720px) {
  .top-line {
    display: none;
  }
  .cart {
    margin-left: auto;
  }
  .second-line {
    width: 100%;
  }
  .nav {
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    background-color: #000;
    position: fixed;
  }
}
.main {
  color: #fff;
}
.new-sesson {
  width: 50%;
  background-color: #000;
  overflow: hidden;
}
.new-sesson__products {
  margin: 0 -30px 0 0;
  padding: 0 0.5rem;
}
.new-sesson__product {
  max-width: calc(33.333% - 30px);
  margin-right: 30px;
}
.new-colection {
  width: 50%;
  justify-content: flex-end;
  background: linear-gradient(
      0deg,
      rgba(15, 15, 15, 0.5),
      rgba(15, 15, 15, 0.5)
    ),
    url('Rectangle 8.35e24933.png') top/cover;
}
.old-colection {
  width: 100%;
  flex-direction: row !important;
  align-items: stretch !important;
  padding: 0 !important;
}
.old-colection__img {
  width: 50%;
  overflow: hidden;
}
.old-colection__text {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  width: 50%;
}
.old-colection__button {
  margin: 3rem auto;
}
.new-goods {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.new-goods__products {
  margin: 0 -15px;
}
.new-goods__product {
  width: calc(25% - 30px);
  margin: 0 15px;
}
.our-brands {
  width: 100%;
  background-color: #0f0f0f;
}
.brands {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
}
.brands__item {
  width: calc(25% - 30px);
  margin: 0 15px;
}
.footer {
  background: url('Rectangle 15.7db7b7e4.png') 50% / cover;
  width: 100%;
  color: #fff;
  display: flex;
  padding: 4rem 0;
}
.footer__article {
  width: calc(33.333% - 15px);
  flex-direction: column;
  margin: 0 15px;
}
.article__header {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.article__text {
  font-family: PT Sans, sans-serif;
}
.catigories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.catigories__item {
  padding: 0.1em;
}
.sub {
  display: flex;
  flex-wrap: wrap;
}
.sub__input {
  color: #fff;
  padding: 1rem;
  background: hsla(0, 0%, 100%, 0.4);
  border: none;
}
.sub__input::placeholder {
  color: #fff;
}
@media (max-width: 1024px) {
  .new-colection,
  .new-sesson {
    width: 100%;
  }
  .old-colection__img {
    display: none;
  }
  .old-colection__text {
    width: 100%;
    background: url('Rectangle 9.be8e2d99.png') 50% / cover;
  }
}
@media (max-width: 720px) {
  .logo {
    display: none;
  }
  .nav {
    margin: 0 auto;
  }
  .new-goods__product,
  .new-sesson__product {
    width: 100%;
    max-width: calc(50% - 30px);
  }
  .brands__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .new-goods__product,
  .new-sesson__product {
    max-width: calc(100% - 30px);
  }
  .footer__article {
    width: calc(100% - 15px);
  }
  .brands__item {
    width: calc(100% - 30px);
  }
}
li,
ul {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #000;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
}
.row {
  margin: 0 -15px;
}
.col,
.row {
  display: flex;
}
.col {
  width: 100%;
}
.col-3 {
  width: calc(33.333% - 15px);
  display: flex;
}
.visible {
  display: block;
}
.menu-button {
  display: none;
  height: 4em;
  width: 4em;
  background: #191b1c;
  color: #fff;
  border: none;
}
.section {
  padding: 5rem 0;
}
.section,
.section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__header {
  position: relative;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.section__header--regular {
  font-weight: 400;
}
.section__header:after {
  content: '';
  position: absolute;
  text-align: center;
  width: 4rem;
  bottom: 0;
  border-bottom: 1px solid #fff;
}
.section__text {
  margin: 0 auto;
  max-width: 30rem;
  font-family: PT Sans, sans-serif;
  text-align: center;
}
.section--half {
  width: 50%;
}
.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: Playfair Display, serif;
  font-weight: 400;
}
.product,
.products__item {
  overflow: hidden;
}
.product {
  font-family: Playfair Display, serif;
  font-weight: 400;
}
.product__title {
  font-weight: inherit;
}
.product__img {
  padding: 3rem 0;
  height: 40%;
  display: flex;
  justify-content: center;
  background-color: #191b1c;
}
.button {
  display: inline-block;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  padding: 0.7rem 1.7rem;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.button--white {
  color: #fff;
  border: 1px solid #fff;
}
.button--black {
  color: #fff;
  border: none;
  background-color: #0f0f0f;
}
.button--transparent {
  background: none;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 720px) {
  .menu-button {
    display: block;
  }
}
@media (max-width: 576px) {
  .row {
    flex-wrap: wrap;
  }
  .col-3 {
    width: calc(100% - 15px);
  }
}
