* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f1f1f1;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

:root {
    --font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header__nav-linkS {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #323232;
}

.headerna__nav-logo {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 72%;
    text-transform: uppercase;
    color: #323232;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__nav-line,
.main__top-line,
.main__bottom-line {
    border-radius: 0px;
    width: 100%;
    height: 2px;
    background: #323232;
    margin-bottom: 40px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 50px;
}

.header__nav-pins {
    display: flex;
    gap: 40px;
}

.translete {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #323232;
}

.header__nav-link {
    display: flex;
    gap: 25px;
}

.product-card {
    border-radius: 10px;
    background: #e1e1e1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px 15px 0 rgba(132, 132, 132, 0.3);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-rows: 294px;
    gap: 20px;
    padding: 20px;
}

.product-card:nth-of-type(2) {
    grid-row: span 2;
}

.cash {
    border-radius: 10px;
    width: 123px;
    height: 49px;
    background: #323232;
    margin: 11 38;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.category {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #323232;
}

.brand {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    text-transform: uppercase;
    color: #323232;
}

.main__top-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}


.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
}

.product-cards {
    background: #e1e1e1;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px 15px 0 rgba(132, 132, 132, 0.3);
}

.Cartier,
.Pierre,
.Audemars,
.Tag,
.Duchen,
.Rolex,
.Spikes,
.TIAMO,
.Space,
.Montblanc,
.Jaeger,
.HOCKEY {
    padding-top: 72px;
    padding-bottom: 20px;
}

.price {
    padding-bottom: 39px;
}

.like {
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.telega {
    border-radius: 10px;
    padding: 17px;
    background: #fff;
}

.button__box {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main__bottom-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    color: #323232;
    text-align: center;
    padding: 60px 0;
    cursor: pointer;
}

.main__bottom-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}

.main__bottom-boxs {
    display: flex;
    gap: 24px;
    padding-bottom: 60px;
}

.main__bottom-box {
    border-radius: 10px;
}

.box1 {
    background-image: url(../images/fon1.png);
}

.box2 {
    background-image: url(../images/fon2.png);
}

.shadov__box {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #323232;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    position: absolute;
    padding: 13px 30px;
    top: 20px;
    left: 20px;

}

.main__bottom-box {
    position: relative;
}

.box1-text1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    font-variant: all-small-caps;
    color: #fff;
    padding: 110px 110px 30px 60px;
}

.box2-text1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-variant: all-small-caps;
    padding: 110px 150px 30px 60px;
}

.box1-text2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    font-variant: all-small-caps;
    color: #e1e1e1;
    padding: 0px 110px 100px 64px;

}

.box2-text2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    font-variant: all-small-caps;
    color: #e1e1e1;
    padding: 0px 110px 99px 60px;
}

.main__bottom-box-data {
    display: flex;
    gap: 10px;
    padding-right: 400px;
    padding-bottom: 60px;
    padding-left: 60px;
}

.data {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    height: 20px;
    width: 140px;
}

.bottom {
    background: #323232;
}

.bottom__box {
    display: flex;
}

.bottom__totembo {
    padding-top: 100px;
    padding-right: 160px;
    padding-bottom: 131px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bottom__totembo-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 72%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    cursor: pointer;
}

.bottom__totembo-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
}



.bottom__item {
    padding-top: 100px;
    padding-right: 217px;
    padding-bottom: 126px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bottom__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    cursor: pointer;
}

.bottom__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
}

.bottom__contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 100px 422px 90px 0px;
    
}

.bottom__contacts-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    cursor: pointer;
}

.bottom__contacts-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    font-variant: all-small-caps;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}

.bottom__contacts-mas {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.14em;
    font-variant: all-small-caps;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
    white-space: nowrap;
    cursor: pointer;
}

.bottom__contacts-img {
    display: flex;
    gap: 26px;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .main__bottom-boxs {
        display: flex;
        width: 90%;
    }
}
@media (max-width: 1024px) {
  .header__container {
    flex-direction: column;
    gap: 20px;
  }

  .header__nav-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header__nav-pins {
    gap: 20px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .parent {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom__box {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bottom__contacts {
    padding: 80px 0;
  }
}

/*  Планшеты  */
@media (max-width: 768px) {
  .header__nav-linkS {
    font-size: 16px;
  }

  .header__container {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .header__nav-link {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .main__bottom-boxs {
    flex-direction: column;
    align-items: center;
  }

  .main__bottom-box {
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .bottom__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bottom__totembo,
  .bottom__item,
  .bottom__contacts {
    padding: 40px 0;
  }

  .bottom__contacts-img {
    justify-content: center;
  }
}

/*  Телефоны  */
@media (max-width: 480px) {
  .header__nav-linkS {
    font-size: 14px;
  }

  .header__nav-pins {
    gap: 10px;
  }

  .translete {
    font-size: 14px;
  }

  .product-card,
  .product-cards {
    width: 100%;
    box-shadow: none;
  }

  .parent {
    grid-template-columns: 1fr;
  }

  .cash {
    width: 80px;
    height: 36px;
    font-size: 16px;
  }

  .details {
    gap: 10px;
  }

  .category,
  .brand,
  .price {
    font-size: 14px;
  }

  .main__top-title,
  .main__bottom-title,
  .main__bottom-text {
    font-size: 22px;
  }

  .main__bottom-boxs {
    gap: 20px;
  }

  .bottom__totembo-title {
    font-size: 26px;
  }

  .bottom__item-title,
  .bottom__contacts-title {
    font-size: 20px;
  }

  .bottom__item-text,
  .bottom__contacts-text {
    font-size: 16px;
  }
}