.new-logo {
  width: 149px;
  height: 50px;
}
@media (max-width: 550px) {
  .new-logo {
    width: 126px;
    height: 42px;
  }
}

.new-header {
  position: absolute;
  top: 0;
  min-height: 135px;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.new-header:before {
  z-index: -1;
  transition: opacity 0.3s ease-out;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.new-header.fixed {
  position: fixed;
  min-height: auto;
}
.new-header.fixed:before {
  opacity: 1;
  background: linear-gradient(270deg, #C9D1DE 0%, #8A9BAB 102.03%);
}
@media (min-width: 1701px) {
  .new-header.fixed {
    padding-top: 3px;
  }
}
@media (min-width: 651px) and (max-width: 1700px) {
  .new-header.fixed .btn-buy {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 1700px) {
  .new-header.fixed .wrapper {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.new-header.fixed .alt-logo-wrapper {
  display: none;
}
@media (max-width: 1700px) {
  .new-header {
    min-height: 50px;
  }
}
.new-header .wrapper {
  max-width: 1919px;
  padding: 0 45px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1700px) {
  .new-header .wrapper {
    padding: 0 25px;
    margin-top: 6px;
  }
}
@media (max-width: 550px) {
  .new-header .wrapper {
    padding: 0 5px;
  }
}
.new-header nav {
  width: 100%;
  padding: 0 !important;
  max-width: 979px;
}
.new-header nav .menu-item-has-children {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.new-header nav .menu-item-has-children:hover ul {
  display: block;
}
.new-header nav .menu-item-has-children.close:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #ffffff;
}
.new-header nav .menu-item-has-children:after {
  position: absolute;
  right: 2px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid white;
  top: 16px;
  border-bottom: 0;
  border-left: 0;
  transition: all 0.3s ease;
  content: "";
  display: block;
}
.new-header nav .additional-wrapper {
  width: 100%;
  position: relative;
}
.new-header nav .additional-wrapper a {
  text-decoration: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.new-header nav .additional-wrapper > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.new-header nav .additional-wrapper > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.new-header nav .additional-wrapper > ul > li:hover > a {
  color: #de628c;
}
.new-header nav .additional-wrapper > ul > li:last-of-type ul {
  right: 0;
}
.new-header nav .additional-wrapper > ul ul {
  position: absolute;
  display: none;
  padding: 16px;
  border-radius: 10px;
  background: #e6e6e6;
  width: 100%;
  min-width: 205px;
  top: 45px;
}
.new-header nav .additional-wrapper > ul ul li {
  padding-left: 5px;
  margin-bottom: 5px;
}
.new-header nav .additional-wrapper > ul ul li a {
  line-height: 0.9rem;
  font-size: 14px;
  color: #1e1e1d;
}
.new-header nav .additional-wrapper > ul ul li:hover a {
  color: #de628c;
}

.wrapper .welcome__supertext {
  top: 8rem;
}

.burger {
  cursor: pointer;
  margin-left: 82px;
  margin-right: 36px;
}
@media (max-width: 651px) {
  .burger {
    margin: 0 !important;
  }
}
@media (max-width: 550px) {
  .burger {
    padding-bottom: 3px;
  }
}

.btn-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 34px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(271.85deg, #DD4871 20.84%, #FFB0BD 126.01%);
  border-radius: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-right: 28px;
  margin-left: -48px;
  text-decoration: none;
  margin-top: -2px;
  transition: 0.3s linear;
  padding-bottom: 3px;
}
.btn-buy:hover {
  background: linear-gradient(271.85deg, #e57392 20.84%, #ffe3e8 126.01%);
}
@media (max-width: 1961px) {
  .btn-buy .btn-buy {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1700px) {
  .btn-buy {
    margin-right: auto;
    margin-left: 1px;
  }
}
@media (max-width: 651px) {
  .btn-buy {
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .btn-buy {
    width: 118px;
  }
}

.alt-logo-wrapper {
  background: #ffffff;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .alt-logo-wrapper img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 550px) {
  .alt-logo-wrapper {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1700px) {
  .mobile-only {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 767px) {
  .welcome {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .welcome {
    background: linear-gradient(270deg, #C9D1DE 0%, #8A9BAB 102.03%) !important;
    padding-top: 75px !important;
  }
}
@media (max-width: 550px) {
  .welcome {
    padding-top: 56px !important;
  }
}

@media (max-width: 1700px) {
  .new-header nav {
    display: none !important;
  }
}

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