.section-banner {
  position: relative;
}
.section-banner .picturefill-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 750px;
  height: 100%;
  display: block;
  background-color: #f4f4f4;
}
.section-banner .picturefill-background::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.2;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
}
.section-banner .container-banner {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 210px 20px 230px 20px;
}
.section-banner .container-banner .title-banner {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.section-banner .container-banner .title-banner span {
  color: transparent;
}
@media (min-width: 992px) {
  .section-banner .container-banner .title-banner {
    margin-bottom: 21px;
    font-size: 58px;
  }
}
.section-banner .container-banner .subtitle-banner {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
.section-banner .container-banner .btn {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .section-about {
    padding-top: 78px;
  }
}
.section-about .container .context-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.section-products {
  color: #4e4e4e;
}
@media (min-width: 992px) {
  .section-products {
    padding-top: 78px;
  }
}
.section-products .title {
  margin-top: 7px;
  font-size: 40px;
  font-weight: 300;
}
.section-products .title span {
  color: transparent;
  font-size: 140px;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ff782d;
}
@media (min-width: 992px) {
  .section-products .title {
    font-size: 70px;
    line-height: 56px;
  }
}
.section-products .subtitle {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-products .subtitle {
    margin-bottom: 37px;
    font-size: 64px;
    line-height: 56px;
    font-weight: 300;
  }
}
.section-products .content-text {
  padding-left: 0;
  border-left: 0;
}
.section-products .content-text .subtitle-custom {
  font-size: 18px;
}
.section-products .content-text .text {
  max-width: 656px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 18px;
}
.section-products .content-text .text strong {
  color: #ff782d;
}
.section-products .container-products {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 20px;
}
.section-products .container-products .products-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  color: #4e4e4e;
}
.section-products .container-products .products-item .container-image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.section-products .container-products .products-item .text {
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.section-products .container-products .products-item svg path {
  transition: 0.3s ease all;
}
.section-products .container-products .products-item.active .container-image {
  background-color: #ffffff;
}
.section-products .container-products .products-item.active .products-image {
  filter: invert(59%) sepia(86%) saturate(1705%) hue-rotate(345deg) brightness(98%) contrast(97%);
}
.section-products .container-products .products-item:hover .container-image {
  background-color: #ff782d;
}
.section-products .container-products .products-item:hover svg path {
  fill: #ffffff;
}
.section-products .container-products .products-item:hover .products-image {
  filter: invert(59%) sepia(86%) saturate(1705%) hue-rotate(345deg) brightness(98%) contrast(97%);
}
@media (min-width: 576px) {
  .section-products .container-products {
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .section-products .container-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .section-products .container-products {
    grid-template-columns: repeat(6, 1fr);
  }
}
.section-products .btn {
  margin: 0 auto;
  margin-top: 102px;
}

.swiper-brands {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.swiper-brands .brands-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}
.swiper-brands .swiper-pagination {
  padding-top: 0;
}
@media (min-width: 992px) {
  .swiper-brands .swiper-pagination {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .swiper-brands {
    margin-top: 93px;
    margin-bottom: 100px;
  }
}

.section-map .btn {
  min-width: 368px;
  justify-content: center;
}
.section-map .title-map {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ff782d;
  margin-bottom: 51px;
}
@media (min-width: 992px) {
  .section-map .title-map {
    font-size: 54px;
    line-height: 54px;
  }
}
.section-map .title-map .small-letter {
  font-size: 54px;
  font-weight: 400;
  position: relative;
  top: -20px;
}
.section-map .title-map .big-letter {
  font-size: 95px;
  line-height: 85px;
  text-transform: uppercase;
  position: relative;
  left: -5px;
}
.section-map .title-map .hollow-letter {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #4e4e4e;
  color: transparent;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 75%;
}
.section-map .title-map .hollow-letter span {
  font-size: 81px;
}
.section-map .text {
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .section-map .text {
    max-width: 445px;
  }
}

.margin-top-custom {
  height: 130px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
.menu .menu-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.modal .form {
  margin-top: 0;
}

.modal-wholesale-buy .modal-header {
  padding-bottom: 24px !important;
  flex-direction: column;
  color: #4e4e4e;
}
.modal-wholesale-buy .modal-header .text {
  margin-top: 20px;
  line-height: 22px;
}