.elementor-35 .elementor-element.elementor-element-ee08d1e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f03178e */.fpv-header,
.fpv-header * {
  box-sizing: border-box;
}

.fpv-header a {
  text-decoration: none !important;
}

.fpv-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #11150f;
  color: #f4f1e8;
  position: relative;
  z-index: 999;
}

.fpv-header__container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

/* TOP */
.fpv-header__top {
  background: #11150f;
  border-bottom: 1px solid rgba(244,241,232,0.08);
}

.fpv-header__top .fpv-header__container {
  min-height: 112px;
  display: grid;
  grid-template-columns: 280px minmax(280px, 1fr) 230px 90px 90px;
  align-items: center;
  gap: 26px;
}

.fpv-header__logo {
  color: #fff !important;
  display: block;
}

.fpv-header__logo strong {
  display: block;
  font-size: 42px;
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fpv-header__logo span {
  display: block;
  margin-top: 10px;
  color: #d8d3bd;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.fpv-header__search {
  height: 52px;
  display: grid;
  grid-template-columns: 1fr 54px;
  background: #e4e1d8;
  border: 1px solid #77796b;
}

.fpv-header__search input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 22px;
  color: #202218;
  font-size: 16px;
  font-weight: 600;
}

.fpv-header__search button {
  border: 0;
  background: transparent;
  color: #4c5237;
  font-size: 30px;
  cursor: pointer;
}

.fpv-header__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
  border-left: 1px solid rgba(244,241,232,0.15);
}

.fpv-header__phone span {
  font-size: 26px;
}

.fpv-header__phone a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
}

.fpv-header__phone small {
  display: block;
  margin-top: 5px;
  color: #c9c4ae;
  font-size: 14px;
  font-weight: 700;
}

.fpv-header__icon-link,
.fpv-head-cart {
  min-height: 72px;
  color: #d8d3bd !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-left: 1px solid rgba(244,241,232,0.15);
  position: relative;
}

.fpv-header__icon-link span,
.fpv-head-cart__icon {
  font-size: 28px;
  line-height: 1;
}

.fpv-header__icon-link small,
.fpv-head-cart__label {
  font-size: 13px;
  font-weight: 800;
}

.fpv-head-cart__count {
  position: absolute;
  top: 7px;
  right: 16px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 50%;
  background: #757b4d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* NAV */
.fpv-header__nav {
  background: #20281f;
  border-bottom: 1px solid rgba(244,241,232,0.2);
}

.fpv-header__nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.fpv-header__burger {
  display: none;
}

.fpv-header__catalog {
  width: 270px;
  height: 50px;
  background: #6a7048;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
}

.fpv-header__catalog span {
  font-size: 24px;
}

.fpv-header__menu {
  display: flex;
  align-items: center;
  gap: 52px;
}

.fpv-header__menu a {
  color: #d8d3bd !important;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.fpv-header__menu a:hover {
  color: #fff !important;
}

/* MOBILE */
@media (max-width: 1024px) {
  .fpv-header__container {
    width: min(100% - 20px, 1240px);
  }

  .fpv-header__top .fpv-header__container {
    min-height: 112px;
    grid-template-columns: 1fr 86px 86px;
    gap: 0;
  }

  .fpv-header__search,
  .fpv-header__phone {
    display: none;
  }

  .fpv-header__logo strong {
    font-size: 42px;
  }

  .fpv-header__logo span {
    font-size: 14px;
  }

  .fpv-header__icon-link,
  .fpv-head-cart {
    min-height: 86px;
  }

  .fpv-header__nav-inner {
    min-height: auto;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
  }

  .fpv-header__burger {
    width: 58px;
    height: 58px;
    background: #6a7048;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
  }

  .fpv-header__burger span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    transition: 0.18s ease;
  }

  .fpv-header__burger.is-open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .fpv-header__burger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .fpv-header__burger.is-open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .fpv-header__catalog {
    width: 100%;
    height: 58px;
  }

  .fpv-header__menu {
    display: none;
    grid-column: 1 / -1;
    margin-top: 4px;
    border: 1px solid rgba(244,241,232,0.12);
    background: #1b241c;
  }

  .fpv-header__menu.is-open {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fpv-header__menu a {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(244,241,232,0.12);
    font-size: 20px;
  }

  .fpv-header__menu a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .fpv-header__logo strong {
    font-size: 34px;
  }

  .fpv-header__logo span {
    font-size: 12px;
  }

  .fpv-header__top .fpv-header__container {
    grid-template-columns: 1fr 76px 76px;
  }

  .fpv-header__icon-link,
  .fpv-head-cart {
    min-height: 82px;
  }

  .fpv-header__icon-link small,
  .fpv-head-cart__label {
    font-size: 12px;
  }

  .fpv-head-cart__count {
    right: 8px;
  }

  .fpv-header__nav-inner {
    grid-template-columns: 54px 1fr;
    gap: 10px;
  }

  .fpv-header__burger {
    width: 54px;
    height: 54px;
  }

  .fpv-header__catalog {
    height: 54px;
    font-size: 20px;
  }
}

/* smaller catalog icon */
.fpv-header__catalog > span {
  width: 16px;
  height: 16px;
  font-size: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;

  background:
    linear-gradient(#fff 0 ) 0 0 / 5px 5px no-repeat,
    linear-gradient(#fff 0 0) 8px 0 / 5px 5px no-repeat,
    linear-gradient(#fff 0 0) 0 8px / 5px 5px no-repeat,
    linear-gradient(#fff 0 0) 8px 8px / 5px 5px no-repeat;
}

/* move catalog icon slightly down */
.fpv-header__catalog > span {
  transform: translateY(2px);
}

/* RVIX header: cart right after profile removal */
@media (max-width: 1024px) {
  .fpv-header__top .fpv-header__container {
    grid-template-columns: 1fr 86px !important;
  }

  .fpv-head-cart {
    justify-self: end !important;
    width: 86px;
  }

  .fpv-header__icon-link {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .fpv-header__top .fpv-header__container {
    grid-template-columns: 1fr 76px !important;
  }

  .fpv-head-cart {
    width: 76px;
  }
}/* End custom CSS */