/* header */

.section-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 65px;
  margin-right: 65px;
  padding-bottom: 500px;
}

.info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.texts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
}

.text-hero-container-norman {
  transform: rotate(-12deg) translate(-24px, -40px);
}

.text-hero-container-riverside {
  transform: rotate(12deg) translate(-78px, -121px);
}

.text-hero-container-denver {
  transform: rotate(-12deg) translate(62px, -335px);
}

.text-hero-container-berlin {
  transform: rotate(12deg) translate(-118px, -431px);
}

.text-hero-notline {
  font-size: 50px;
  font-weight: 500;
  line-height: 180px;
  color: #484848;
}

.text-hero-line {
  font-size: 50px;
  font-weight: 500;
  line-height: 180px;
  color: transparent;
  -webkit-text-stroke: 1px #484848;
}

.image-container {
  display: none;
}

.button-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  transform: translate(0px);
}

.text-button {
  padding-bottom: 19px;
}

.text-hero-button {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.button-hero-catalog {
  font-family: "Poppins", sans-serif;
  width: 207px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.text-catalogs {
  padding-bottom: 40px;
}

.text-catalogs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-catalog-1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.text-catalog-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.images-catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.text-image-catalog-container {
  padding-top: 30px;
}

.text-img-catalog {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.image-catalog {
  width: 300px;
  height: auto;
  border-radius: 10px;
}

.section-our-proposition {
  padding-top: 56px;
}

.text-proposition-container {
  padding-bottom: 32px;
}

.text-proposition {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.products-proposition-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 32px;
}

.product-proposition-container {
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.texts-proposition-container-product {
  background-color: rgba(244, 245, 247, 1);
}

.texts-propositions-product {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 22px;
}

.text-proposition-product-gender {
  font-size: 16px;
  font-weight: 500;
  color: rgba(137, 137, 137, 1);
}

.text-proposition-product {
  font-size: 18px;
  font-weight: 600;
  color: rgba(58, 58, 58, 1);
}

.section-new-product {
  padding-top: 149px;
  display: none;
}

.new-product-container {
  display: flex;
  background-color: #dadada;
}

.images-new-container {
  display: flex;
  background-color: rgba(248, 248, 248, 1);
  padding: 30px;
}

.image-new-product {
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 197px;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.image-new-container-1 {
  transform: translate(16px, -28px);
}

.image-new-container-2 {
  transform: translate(-9px, 33px);
}

.line-new-between {
  width: 4px;
  height: 457px;
  background: rgba(0, 0, 0, 1);
}

.texts-new-container {
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  background-color: rgba(218, 218, 218, 1);
}

.p-new-product {
  font-size: 16px;
  font-weight: 400;
  color: rgba(118, 118, 118, 1);
  padding-bottom: 15px;
}

.h3-new-product {
  font-family: "Volkhov", sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: rgba(72, 72, 72, 1);
  padding-bottom: 18px;
}

.p-desc-new-product {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 15px;
  text-decoration: underline;
}

.size-new-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-size-new {
  font-size: 16px;
  font-weight: 400;
  color: rgba(118, 118, 118, 1);
  padding-bottom: 15px;
}

.button-size-new-container {
  padding-bottom: 13px;
}

.button-size-new {
  border-radius: 10px;
  background: rgba(0, 0, 0, 1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 19px;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 1);
}

.price-new-product {
  font-size: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 14px;
}

.button-open-product {
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: none;
  padding: 11px 42px;
}

.section-our-advantages {
  padding: 57px 50px;
  border-radius: 5px;
  box-shadow: 0px 20px 52.288875579833984px 0px rgba(68, 68, 68, 0.04);
}

.advantages-list-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}
.advantages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.title-advantages {
  font-size: 20px;
  font-weight: 500;
  color: rgba(72, 72, 72, 1);
}

.p-advantages {
  font-size: 16px;
  font-weight: 400;
  color: rgba(72, 72, 72, 1);
}

.section-question-send {
  padding-top: 120px;
  margin: 0 20px;
}

.info-question-all-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-question-container {
  display: none;
}

.h3-question {
  font-family: "Volkhov", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: rgba(72, 72, 72, 1);
  padding-bottom: 20px;
}

.p-question {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: rgba(138, 138, 138, 1);
}

.form-inputs-question-container {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.input-question {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  padding: 30px;
  width: 80%;
  border: none;
  outline: none;
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 250ms ease-in-out;
}

.input-question:focus {
  box-shadow: 0px 10px 13px 8px rgba(0, 0, 0, 0.1);
}

.button-question-container {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-send-question {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 58px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 1);
  outline: none;
  border: none;
}

@media (min-width: 1158px) {
  /* header */

  .section-hero {
    margin-left: 65px;
    margin-right: 65px;
    padding-bottom: 140px;
    display: block;
  }

  .info-container {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .texts-container {
    display: block;
    height: 0;
  }

  .text-hero-container-norman {
    transform: rotate(-12deg) translate(140px, 30px);
  }

  .text-hero-container-riverside {
    transform: rotate(12deg) translate(-58px, -23px);
  }

  .text-hero-container-denver {
    transform: rotate(-12deg) translate(180px, -90px);
  }

  .text-hero-container-berlin {
    transform: rotate(12deg) translate(-80px, -174px);
  }

  .text-hero-notline {
    font-size: 120px;
    font-weight: 500;
    line-height: 180px;
    color: #484848;
  }

  .text-hero-line {
    font-size: 120px;
    font-weight: 500;
    line-height: 180px;
    color: transparent;
    -webkit-text-stroke: 1px #484848;
  }

  .image-container {
    display: block;
  }

  .button-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    transform: translateY(-50px);
  }

  .text-button {
    padding-bottom: 19px;
  }

  .text-hero-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
  }

  .button-hero-catalog {
    font-family: "Poppins", sans-serif;
    width: 207px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
    transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
  }

  .text-catalogs {
    padding-bottom: 40px;
  }

  .text-catalogs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .text-catalog-1 {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
  }

  .text-catalog-2 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .images-catalog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .text-image-catalog-container {
    padding-top: 30px;
  }

  .text-img-catalog {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .image-catalog {
    border-radius: 10px;
    width: 381px;
    height: 480px;
  }

  .section-our-proposition {
    padding-top: 56px;
  }

  .text-proposition-container {
    padding-bottom: 32px;
  }

  .text-proposition {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
  }

  .products-proposition-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 32px;
  }

  .product-proposition-container {
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  }

  .texts-proposition-container-product {
    background-color: rgba(244, 245, 247, 1);
  }

  .texts-propositions-product {
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .text-proposition-product-gender {
    font-size: 16px;
    font-weight: 500;
    color: rgba(137, 137, 137, 1);
  }

  .text-proposition-product {
    font-size: 18px;
    font-weight: 600;
    color: rgba(58, 58, 58, 1);
  }

  .section-new-product {
    padding-top: 149px;
    display: block;
  }

  .new-product-container {
    display: flex;
    background-color: #dadada;
  }

  .images-new-container {
    display: flex;
    background-color: rgba(248, 248, 248, 1);
    padding: 30px;
  }

  .image-new-product {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 197px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
  }

  .image-new-container-1 {
    transform: translate(16px, -28px);
  }

  .image-new-container-2 {
    transform: translate(-9px, 33px);
  }

  .line-new-between {
    width: 4px;
    height: 457px;
    background: rgba(0, 0, 0, 1);
  }

  .texts-new-container {
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    background-color: rgba(218, 218, 218, 1);
  }

  .p-new-product {
    font-size: 16px;
    font-weight: 400;
    color: rgba(118, 118, 118, 1);
    padding-bottom: 15px;
  }

  .h3-new-product {
    font-family: "Volkhov", sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: rgba(72, 72, 72, 1);
    padding-bottom: 18px;
  }

  .p-desc-new-product {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 15px;
    text-decoration: underline;
  }

  .size-new-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .p-size-new {
    font-size: 16px;
    font-weight: 400;
    color: rgba(118, 118, 118, 1);
    padding-bottom: 15px;
  }

  .button-size-new-container {
    padding-bottom: 13px;
  }

  .button-size-new {
    border-radius: 10px;
    background: rgba(0, 0, 0, 1);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 19px;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
  }

  .price-new-product {
    font-size: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 14px;
  }

  .button-open-product {
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: none;
    padding: 11px 42px;
  }

  .section-our-advantages {
    padding: 57px 131px;
    border-radius: 5px;
    box-shadow: 0px 20px 52.288875579833984px 0px rgba(68, 68, 68, 0.04);
  }

  .advantages-list-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 36px;
  }
  .advantages-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .title-advantages {
    font-size: 20px;
    font-weight: 500;
    color: rgba(72, 72, 72, 1);
  }

  .p-advantages {
    font-size: 16px;
    font-weight: 400;
    color: rgba(72, 72, 72, 1);
  }

  .section-question-send {
    padding-top: 120px;
    margin: 0 20px;
  }

  .info-question-all-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .image-question-container {
    display: block;
  }

  .h3-question {
    font-family: "Volkhov", sans-serif;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    color: rgba(72, 72, 72, 1);
    padding-bottom: 20px;
  }

  .p-question {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgba(138, 138, 138, 1);
  }

  .form-inputs-question-container {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .input-question {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    padding: 30px;
    width: 95%;
    border: none;
    outline: none;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 250ms ease-in-out;
  }

  .input-question:focus {
    box-shadow: 0px 10px 13px 8px rgba(0, 0, 0, 0.1);
  }

  .button-question-container {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button-send-question {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 58px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 1);
    outline: none;
    border: none;
  }
}
