.body--cut {
  overflow: hidden;
}

.header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.25;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  z-index: 1000;
  transition: all 0.65s;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1440px;
}

.header__logo {
  height: 34px;
  width: 105px;
}

.header__logo--color {
  display: none;
}

.header.scroll .header__logo--color {
  display: block;
}

.header.scroll .header__logo--white {
  display: none;
}

.header__menu {
  display: none;
}

.header__bg.bg-active {
  transform: scale(80);
  opacity: 1;
}

.header.active .header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  padding: 20px 6%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 50px;
  height: 90vh;
  z-index: 10;
}

.header__bg {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(#57C3BB, #2EB7D0);
  z-index: -1;
  transition: transform 0.8s cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
}

.header.scroll {
  background-color: #fff;
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #10B0E1;
}

.header.scroll .menu-bar {
  background: #57C3BB;
}

.header.scroll .menu-bar::before {
  background: #57C3BB;
}

.header.scroll .menu-bar::after {
  background: #57C3BB;
}

.header.scroll a {
  color: #57C3BB;
}

.header.scroll .header__langs a {
  color: #57C3BB;
}

.header.scroll.active a {
  color: #fff;
}

.header.scroll.active .header__langs a {
  color: #fff;
}

.header.scroll.active .menu-bar::before {
  background: #fff;
}

.header.scroll.active .menu-bar::after {
  background: #fff;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__menu ul li {
  list-style: none;
  font-size: 25px;
  line-height: 2.2;
}

.header__menu ul li ul li {
  font-size: 22px;
}

.header a {
  color: #fff;
  font-weight: 400;
  z-index: 10001;
  transition: all 0.3s ease;
  width: auto;
  white-space: nowrap;
}

.header a:hover {
  color: #FF8948;
}

.orange .header a:hover {
  color: #fff;
  opacity: 0.8;
}

.header__langs {
  margin-left: 15px;
  margin-right: 45px;
}

.menu-bar {
  margin-left: auto;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 10001;
}

.menu-bar,
.menu-bar::after,
.menu-bar::before {
  background: #fff;
  width: 25px;
  height: 2px;
  transition: all 0.3s ease;
}

.menu-bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
}

.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.menu-bar.animate::before {
  bottom: 0;
  transform: rotate(135deg);
}

.menu-bar.animate::after {
  top: 0;
  transform: rotate(-135deg);
}

.menu-bar.animate {
  background: transparent;
}

.hs-menu-depth-1 .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  padding-top: 28px;
  left: 0;
  width: 100%;
}

.hs-menu-depth-2 .hs-menu-children-wrapper li,
.hs-menu-depth-1 .hs-menu-children-wrapper li {
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  width: 100%;
  background: #ff8948;
}

.hs-menu-depth-2 .hs-menu-children-wrapper li:hover,
.hs-menu-depth-1 .hs-menu-children-wrapper li:hover {
  background: #10b0e1;
}

.hs-menu-depth-2 .hs-menu-children-wrapper li:hover a,
.hs-menu-depth-1 .hs-menu-children-wrapper li:hover a {
  color: #fff;
}

.hs-menu-depth-2:hover > .hs-menu-children-wrapper,
.hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  display: block;
}

.hs-menu-depth-2 {
  position: relative;
}

.hs-menu-depth-1 .hs-menu-depth-2 .hs-menu-children-wrapper {
  left: 100%;
  top: -1px;
  border-top: 1px solid #fff;
  padding-top: 0;
}

.header__contact {
  margin-left: auto; 
  cursor: pointer;
}

.header__contact button {
  border: 0;
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 18px;
}

.header__contact button:hover {
  color: #ff8948;
}

.toForm {
  cursor: pointer;
}

a.header__phone {
  display: none;
}

.sale {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale__banner {
  border-radius: 0px 0px 0px 30px;
  background: #235E98;
  color: #fff;
  padding: 36px 25px 18px 25px;
  font-size: 11px;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.sale__title,
.sale__subtitle {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.sale__subtitle,
.sale__txt {
  margin-bottom: 14px;
}

.sale__txt {
  font-weight: 700;
  font-size: 24px;
}

.sale__cta {
  border-radius: 40px;
  background: #FF4848;
  position: relative;
  padding: 14px 48px 12px 32px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 30px;
  cursor: pointer;
}

.sale__cta::after {
  background-image: url(https://www.growinternational.eu/hubfs/2022%20NEW%20SITE/hero_arrow-white.svg);
  background-size: cover;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: all .3s ease;
}

.sale__close {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.sale__terms {
  opacity: 0.5;
  text-align: left;
}

.header__demo--desk,
.header__demo--tab {
  display: none;
}

.bookPopup {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.bookPopup__item {
  /*background-color: #FF8948;*/
  color: #fff;
  text-align: center;
  /*padding: 40px;*/
  /*max-width: 380px;*/
  position: relative;
  border-radius: 9px;
}

.bookPopup__item h2 {
  line-height: 1.1;
  margin-bottom: 12px;
}

.bookPopup__item p {
  margin-bottom: 12px;
}

.bookPopup__item img {
  height: 280px;
}

.bookPopup__cta,
.bookPopup__item a,
.bookPopup__item div a {
  color: #ff8948;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 22px;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.bookPopup__cta:hover,
.bookPopup__item a:hover,
.bookPopup__item div a:hover {
  color: #fff;
  background-color: #ff8948;
}

.bookPopup__close {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 1;
}

@media (min-width: 768px) {
  .header {
    padding: 22px 0;
  }

  .header__menu {
    display: block;
    max-width: 100%;
    flex-grow: 1;
    padding: 0;
  }
  .header__menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__langs {
    margin-left: 15px;
    margin-right: 0;
  }
  .header__menu ul li, .header__demo, .header__contact a, .header__contact button, .header__langs a {
    font-size: 15px;
    font-weight: 400;
  }
  .header__menu ul li ul li {
    font-size: 15px;
  }
  .menu-bar {
    display: none;
  }
  .hs-menu-item {
    margin-right: 20px;
  }
  .menu-bar {
    display: none;
  }
  .hs-menu-depth-1 .hs-menu-children-wrapper {
    left: initial;
    width: initial;
  }

  .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-item {
    margin-right: 20px;
  }

  .sale__banner {
    padding: 36px 74px 18px 74px;
  }

  .sale__title,
  .sale__subtitle {
    font-size: 50px;
  }

  .header__demo--tab {
    display: initial;
  }

  .header__demo {
    background-color: #ff8948;
    padding: 12px 20px;
    border-radius: 30px;
    transition: all 0.5s;
  }

  .header__demo:hover {
    color: #ff8948;
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  .header__langs {
    margin-left: 30px;
  }

  .header__menu ul li, .header__demo, .header__contact a, .header__contact button, .header__langs a {
    font-size: 18px;
  }
  .header__menu ul li ul li {
    font-size: 18px;
  }
  .hs-menu-item {
    margin-right: 25px;
  }
  a.header__phone {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
  }

  .header__demo--tab {
    display: none;
  }

  .header__demo--desk {
    display: initial;
  }

  .bookPopup__item img {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .header__langs {
    margin-left: 43px;
  }
  .hs-menu-item {
    margin-right: 40px;
  }
  a.header__phone {
    font-size: 20px;
    margin-right: 80px;
  }
}