.site-header {
  background: #e7e4de;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: top 0.3s ease;
  z-index: 999 !important;
}
body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header > .container {
  display: flex;
  align-items: center;
}
.site-header .container:before,
.site-header .container:after {
  display: none;
}
.header_logo {
  display: block;

  width: 133px;
  height: 50px;
}
.header_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header_logo .logo-mobile {
  display: none;
}
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0 0 0 32px;
  list-style: none;
}
.desktop-menu .submenu-wrapper {
  display: none;
  padding: 20px 20px 34px;
}
.desktop-menu > li.active > .submenu-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fdfdfd;
}
.desktop-menu > li.menu-level-2.active > .submenu-wrapper {
  display: block;
}
.list_items > div {
  display: none;
}
.list_items > div.active {
  display: block;
}

.mobile-menu {
  display: none;
}
.menu-level-3 .submenu-wrapper .container {
  display: flex;
}
.submenu {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  flex: 0 0 358px;
  border-right: 1px solid #e7e4de;
  box-sizing: content-box;
}
.submenu li span {
  font-size: 16px;
  font-weight: 700;
  color: #220d07;
  display: block;
  margin-bottom: 4px;
}
.submenu li p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #675e5d;
}
.submenu li a {
  display: block;
  padding: 16px 50px 16px 16px;
  border-radius: 6px;
}
.submenu li p {
  margin: 0;
}
.submenu li.active a,
.submenu li:hover a,
.submenu li.current-menu-ancestor a,
.submenu > li.active a,
.submenu > li.current-menu-item a {
  background: #87351b;
  color: #fff;
  text-decoration: none;
}
.submenu li a:hover span,
.submenu li a:hover p,
.submenu li.active a span,
.submenu li.active a p,
.submenu li.current-menu-parent a span,
.submenu li.current-menu-parent a p,
.submenu li.current-menu-item a p,
.submenu li.current-menu-item a span {
  color: #fff;
}
.submenu li a:hover,
.submenu li a:focus {
  text-decoration: none;
}
.submenu-wrapper .list_items {
  flex: 0 0 calc(100% - 380px);
}
.desktop-menu .list_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 20px;
}

.desktop-menu .list_items > div {
  width: 100%;
}
.desktop-menu .list_items ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.desktop-menu .menu-level-2 .list_items ul {
  margin-bottom: 14px;
}
.desktop-menu .list_items li {
  flex: 0 0 calc(50% - 10px);
}
.desktop-menu .menu-level-2 .list_items li {
  flex: 0 0 calc((100% - 40px) / 3);
}
.desktop-menu .list_items li a {
  display: flex;
  align-items: stretch;
  border: 1px solid #e7e4de;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.desktop-menu .list_items li a:hover {
  text-decoration: none;
  background: #e7e4de;
}
.desktop-menu .list_items figure {
  margin: 0;
  flex: 0 0 125px;
  position: relative;
  height: auto;
}
.desktop-menu .list_items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-menu .list_items .desc {
  flex: 0 0 calc(100% - 125px);
  padding: 26px 60px 26px 20px;
}
.desktop-menu .list_items span {
  font-size: 16px;
  font-weight: 700;
  color: #220d07;
  display: block;
  margin-bottom: 4px;
}
.desktop-menu .list_items p {
  margin: 0;
  color: #675e5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}
.desktop-menu .view_all {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #87351b;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.desktop-menu .view_all:hover {
  text-decoration: none;
}
.desktop-menu .view_all:after,
.desktop-menu .list_items li a:after {
  content: "\f344";
  font-family: dashicons;
  background: #87351b;
  color: #fff;
  padding: 2px 12px;
  color: #fff;
  margin-left: 10px;
  border-radius: 50px;
  font-size: 12px;
  align-self: center;
  text-decoration: none;
}
.desktop-menu .list_items li a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.desktop-menu .list_items li a:after {
  margin-right: 20px;
}
.desktop-menu > li > a {
  position: relative;
}
.desktop-menu li a {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  color: #220d07;
  position: relative;
}
.desktop-menu li a span {
  color: #220d07;
  letter-spacing: 0.05em;
  flex: 0 0 100%;
}
.desktop-menu li a p {
  color: #675e5d;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
}
.desktop-menu > li > a:hover,
.desktop-menu > li.active > a,
.desktop-menu > li.current-menu-ancestor > a,
.desktop-menu > li.current-menu-item > a {
  color: #87351b;
  text-decoration: none;
}
.desktop-menu > li.menu-item-has-children > a:after,
.desktop-menu .submenu > li.menu-item-has-children > a:after {
  content: "\f347";
  font-family: dashicons;
  display: inline-block;
  padding-left: 8px;
}
.desktop-menu > li.menu-item-has-children.active > a:after {
  content: "\f343";
}
.desktop-menu .submenu > li.menu-item-has-children > a:after {
  position: absolute;
  right: 25px;
  top: calc(50% - 12px);
  content: "\f345";
}
.site-header .header_btn {
  background: #87351b;
  color: #fff;
  border-radius: 60px;
  padding: 9px 17px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.head_btn {
  margin-left: auto;
  order: 4;
}
.site-header .header_btn img {
  margin-right: 8px;
}
.site-header .header_btn:hover {
  text-decoration: none;
  background: #a94222;
}
.grey_btn a i {
  background: #fff;
  color: #87351b;
  padding: 12px 16px;
}
.grey_btn a i:before {
  color: #87351b;
}
.site-header.nav_open .mobile-menu {
  display: block;
}
.site-header .mobile-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.toggle_btn {
  display: none;
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 19px;
  height: 19px;
  position: relative;
}
.toggle_btn:hover,
.toggle_btn:focus {
  background: transparent;
  border: 0;
}
.toggle_btn span {
  width: 19px;
  height: 2px;
  position: absolute;
  background: #220d07;
  border-radius: 15px;
}
.toggle_btn span:before,
.toggle_btn span:after {
  position: absolute;
  width: 19px;
  height: 2px;
  content: "";
  background: #220d07;
  left: 0;
  border-radius: 15px;
}
.toggle_btn span:before {
  top: 6px;
}
.toggle_btn span:after {
  top: 12px;
}
.nav_open .toggle_btn span:after {
  top: 6px;
}
.nav_open .toggle_btn span {
  background: transparent;
}
.nav_open .toggle_btn span:before {
  transform: rotate(-45deg);
}
.nav_open .toggle_btn span:after {
  transform: rotate(45deg);
}
.wrap_bg {
  overflow: hidden;
}
footer .fa-download:before {
  content: "";
  background: url("../images/dwnload.svg");
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_btns span.fl-button-text {
  text-decoration: underline !important;
}
.grey_btn .fl-button {
  display: inline-flex;
  align-items: center;
}
.grey_btn i.fl-button-icon {
  border-radius: 50px;
  padding: 1px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grey_btn i.fl-button-icon:before {
  font-size: 14px;
  height: auto;
}
.desktop-menu .nav-item a:focus {
  border: 0;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1400px) {
  /* .desktop-menu .list_items .desc{
        padding-right: 20px;
    } */
}
@media (max-width: 1200px) {
  .desktop-menu .list_items li {
    flex-basis: 100%;
  }
}
@media (max-width: 980px) {
  .header_logo {
    width: 107px;
    height: 40px;
  }
  .fl-full-width .container {
    width: auto;
  }
  .header_logo .logo-desktop,
  .desktop-menu,
  .head_btn {
    display: none;
  }
  .nav_open .desktop-menu {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .header_logo .logo-mobile {
    display: block;
  }
  .nav_open .head_btn {
    display: block;
    background: #e7e4de;
    padding: 16px 0 16px;
  }
  .site-header > .container {
    /* justify-content: space-between; */
    padding: 0;
    /* flex-wrap: wrap;
        align-items: flex-start; */
    display: block;
  }
  .site-header .btns {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #e7e4de;
  }
  .nav_open > .container {
    height: 100%;
    align-items: flex-start !important;
  }
  .toggle_btn {
    display: inline-flex;
  }
  .head_btn {
    flex: 0 0 100%;
    text-align: center;
    padding-top: 40px;
  }
  .site-header .header_btn {
    display: inline-flex;
  }
  .submenu-wrapper .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  .desktop-menu {
    flex: 0 0 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
  .desktop-menu .submenu-wrapper {
    padding: 0;
  }
  .desktop-menu .submenu-wrapper {
    position: static !important;
  }
  .desktop-menu > li {
    border-bottom: 1px solid #b9b6b2;
    background: #e7e4de;
  }
  .desktop-menu > li > a {
    padding: 26px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }
  .submenu li.active a,
  .submenu li:hover a {
    background: #fff;
    color: inherit;
  }
  .submenu {
    padding: 16px 20px;
    border: 0;
    box-sizing: border-box;
  }
  .submenu li a {
    border-radius: 0;
    padding: 32px 36px;
  }
  .submenu > li:hover > a {
    background: #fff;
  }
  .desktop-menu > li {
    border-bottom: 1px solid #b9b6b2;
  }
  .submenu li a:hover span,
  .submenu li.active a span {
    color: #220d07;
  }
  .submenu li a:hover p,
  .submenu li.active a p {
    color: #675e5d;
  }
  .last_menu_open .submenu li:not(.active),
  .last_menu_open .desktop-menu > li:not(.active),
  .last_menu_open .desktop-menu > li.active > a {
    display: none;
  }
  .last_menu_open .submenu > li.active a {
    background: #87351b;
    color: #fff;
    border-radius: 8px;
    position: relative;
    flex-wrap: wrap;
    padding-left: 57px;
  }
  .last_menu_open .submenu > li.active a * {
    color: #fff;
    flex-basis: 100%;
  }
  .last_menu_open .submenu > li.active a:before {
    content: "\f341";
    font-family: dashicons;
    padding-left: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .list_items > div {
    text-align: center;
  }
  .desktop-menu .view_all {
    display: inline-flex;
  }
  .desktop-menu .list_items .desc {
    text-align: left;
  }
  .desktop-menu .list_items {
    padding: 0 20px 20px;
  }
  .site-header {
    padding: 0;
  }
  .site-header.nav_open {
    height: 100svh;
    background: #fdfdfd;
  }
  .head_btn {
    order: unset;
  }
  .last_menu_open .head_btn {
    display: none;
  }
  .last_menu_open .desktop-menu > li.active {
    border: 0;
  }
  .menu_open {
    overflow: hidden;
    height: 100vh;
  }
  .desktop-menu > li.active > a:after {
    transform: rotate(90deg);
    padding: 0;
    margin-top: -2px;
  }
  .last_menu_open .depth-1 .submenu li.active a:after {
    display: none;
  }
  .menu-level-3.active .submenu-wrapper .container {
    display: block;
  }
  .desktop-menu .submenu > li.menu-item-has-children > a:after {
    right: 20px;
  }
  .desktop-menu .menu-level-2 .list_items li {
    flex: 1 1 100%;
  }
  .desktop-menu .menu-level-2 .submenu-wrapper {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .desktop-menu .list_items .desc {
    padding-right: 60px;
  }
}

/* ACTIVE */
.desktop-menu .list_items li:hover a,
.desktop-menu .list_items li.current-menu-item a {
  background: #87351b;
}

.desktop-menu .list_items li:hover span,
.desktop-menu .list_items li.current-menu-item a span {
  color: #fff;
}

.desktop-menu .list_items li:hover p,
.desktop-menu .list_items li.current-menu-item a p {
  color: #fff;
}

.desktop-menu .list_items li:hover a:after,
.desktop-menu .list_items li.current-menu-item a:after {
  opacity: 0;
}
