.rd-desctop-navigation {
  pointer-events: auto;
}
@media (max-width: 1060px) {
  .rd-desctop-navigation {
    display: none;
  }
}
.rd-desctop-navigation .rd-menuLink {
  color: white;
  margin: 1rem 1rem;
  font-size: 2.4rem;
  font-family: "Bon Vivant Family Serif", Arial, sans-serif;
  line-height: 40px;
  transition: all 0.3s;
}
.rd-desctop-navigation .rd-menuLink:hover {
  color: orange;
}
.rd-desctop-navigation .rd-menuLink:last-of-type {
  color: orange;
  border: 1px solid;
  padding: 1rem 2rem 0.8rem 2rem;
  border-radius: 3rem;
}
.rd-desctop-navigation .rd-menuLink:last-of-type:hover {
  background: orange;
  color: black;
}

@media (min-width: 1061px) {
  .headerBurger {
    display: none;
  }
}

@media (min-width: 769px) {
  .headerContainer {
    padding: 40px 20px 40px 20px;
  }
}
.productsNewContainer .productsNewItem--title {
  position: absolute !important;
  width: 340px !important;
  margin-left: -23px !important;
}

.productsNewContainer .productsNewItem--imgBlock {
  margin: 10rem auto 0 !important;
}

.productsNewContainer.brick .productsNewItem .productsNewItem--imgBlock {
  margin: 6rem auto 6px !important;
}

.tequilaStoryNext {
  display: flex;
  padding: 20px 40px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 4rem auto;
  flex-wrap: nowrap;
}
.tequilaStoryNext > div {
  width: 50%;
  padding: 0 3rem;
}
.tequilaStoryNext > div:first-of-type {
  padding: 0 6rem;
}
.tequilaStoryNext > div .tequilaTasteTitle {
  position: absolute;
  width: 590px;
  margin-left: 200px;
  top: 4rem;
}
.tequilaStoryNext > div .tequilaTasteText {
  font-family: Bon Vivant Family Serif;
  font-size: 24px;
  line-height: 1.67;
  text-align: center;
  color: #fff;
  max-width: 670px;
  margin: 20rem auto 0 auto;
}
.tequilaStoryNext > picture {
  width: 50%;
}

@media (min-width: 768px) {
  .tequilaFirstScreen .tequilaFirstScreenContainer {
    padding: 150px 0 0 !important;
  }
}
.homepage .banner__holder {
  overflow: visible !important;
}

.homepage .banner__holder .lottie_bg {
  top: -11% !important;
}

.banner {
  margin-top: -260px;
}

.secondScreen {
  margin-top: 230px;
}

/*# sourceMappingURL=custom.css.map */
