
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.header {
  background: #fff;
  padding-bottom: 0px !important;
}

.header-container {
  padding: 0 20px;
  max-width: 1640px;
  display: flex;
  align-items: center;
  margin: 16px auto;
}
.header-container > *:not(:last-child) {
  margin-right: 30px;
}
.header-bottom .header-btn-toogle-menu,
.btn-open-search,
.header-top .header-btn-toogle-menu,
.header-bottom .header-btn {
  display: none;
}
.header-logo {
  max-width: 300px;
  line-height: 0;
}
.header-logo .logo {
  width: 100%;
}
.header-links {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  margin-left: auto;
}
.header-links a:not(:last-child) {
  margin-right: 30px;
}
.header-links a {
  text-decoration: none;
  color: #1b1b1e;
}
.header-links a:hover {
  color: #fb6221;
}

.header-contact {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  font-size: 16px;
  gap: 0.5em;
}
.header-contact a {
  text-decoration: none;
  color: #1b1b1e;
  font-style: normal;
  font-weight: 500;
}

.header-contact a:hover {
  color: #fb6221;
}
.header .header-social,
.header .header-btn {
  margin-right: 0 !important;
}
.header-btn button {
  padding: 15px 40px;
  border: none;
  color: #fff;
  background: #fb6221;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.1s linear;
}
.header-btn button:hover {
  background: #ff7f11;
}
.header-btn button svg {
  margin-left: 0.8em;
  line-height: 0;
}
.header-btn-open-menu {
  line-height: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.header-btn-open-menu:hover svg path {
  stroke: #ff7f11;
}

.header-category-items {
  list-style-type: none;
  font-size: 16px;
  color: #1b1b1e;
  font-weight: 500;
  display: flex;
  gap: 30px;
}
.header-category-item {
  position: relative;
}
.header-category-links {
  display: none;
  position: absolute;
  flex-direction: column;
  background: #fb6221;
  color: #fff;
  padding: 40px 30px;
  font-size: 16px;
  gap: 1em;
  white-space: nowrap;
  /* margin-top: 8px; */
  z-index: 20;
}
.header-category-item:hover > a {
  color: #fb6221;
}
.header-category-item:hover .header-category-links {
  display: flex;
}
.header-category a {
  text-decoration: none;
  color: inherit;
}
.header-category-item > a {
  padding: 8px 0;
}

.header-category-links > a:hover {
  color: #ff7f11;
}
.header-category-links a:not(:first-child) b {
  margin-top: 10px;
}
.header-category-links a b {
  display: inline-block;
  margin-bottom: 10px;
}
.header-search {
  max-width: 400px;
  flex-grow: 1;
  position: relative;
  background: rgba(227, 225, 247, 0.4);
  margin-left: auto;
}
.header-search button,
.header-search input {
  background: none;
  border: none;
}
.header-search input {
  width: 100%;
  padding: 9.5px 59px 9.5px 21px;
  color: #686868;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}
.header-search input::placeholder {
  color: inherit;
  font-family: inherit;
}
.header-search input:focus {
  outline: none;
}

.header-search-btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-search-btns button {
  padding: 7px;
  cursor: pointer;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.header-search-btns button[type="reset"] {
  display: none;
}
.header-search button svg {
  font-size: 24px;
  width: 1em;
  height: 1em;
}
.header-social {
  display: flex;
  font-size: 36px;
}

.header-social a {
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
}
.header-social a:not(:last-child) {
  margin-right: 20px;
}
.header-social a svg {
  width: 1em;
  height: 1em;
}
.header-social a:hover svg circle,
.header-social a:hover svg path {
  stroke: #ff7f11;
}


header .hrefs {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}

header .hrefs a:hover {
  text-decoration: none;
}

header .hrefs a::after {
  display: block;
  content: "";
  position: relative;
  top: 4px;
  width: 0px;
  height: 2px;
  background-color: black;
  transition: 0.35s ease-in-out;
}
header .hrefs a:hover::after {
  width: 100%;
}
header .hrefs > li > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
}
header .hrefs > .menu-item {
  display: flex;
}
header .hrefs > .menu-item > a {
  align-self: center;
  margin-right: 20px;
}
header .hrefs > li > .sub-menu {
  top: 35px;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0px 1px 16px #0000006e;
}
header .hrefs > li:hover > .sub-menu {
  display: block;
}
header .hrefs .sub-menu li {
  background: #fb6221;
  position: relative;
}
header .hrefs .sub-menu a::after {
  display: none;
}
header .hrefs .sub-menu li a {
  padding: 20px;
  color: #fff;
  width: 100%;
}
header .hrefs .sub-menu li:hover > a {
  background: #fff;
  color: #000;
}
header .hrefs .sub-menu li:hover > a::before {
  background: #000;
}
header .sub-menu {
  z-index: 100;
}
header .sub-menu .sub-menu {
  display: block;
  position: relative;
}
header .sub-menu .sub-menu a {
  padding-left: 50px !important;
}
header .sub-menu .sub-menu a::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: inherit;
}


/* full page menu */

.fullmenu {
    transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: transform 0.2s linear;
}
.fullmenu.show {
  transform: translateY(0%);
}
.fullmenu-wrapper {
  background: #f6f6f3;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 4fr 8fr;
  overflow: auto;
}
.fullmenu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
  height: 48px;
}
.fullmenu-head > *:not(:last-child) {
  margin-right: 30px;
}
.fullmenu-right {
  background: #fb6221;
  color: #fff;
}
.fullmenu-container {
  padding: 45px 80px;
}
.fullmenu-left {
  display: flex;
  flex-direction: column;
}
.fullmenu-left .logo {
  max-width: 332px;
}
.fullmenu-left .logo img {
  width: 100%;
}
.fullmenu .links {
  display: grid;
  font-weight: 400;
  grid-gap: 50px;
}
.fullmenu .fullmenu-left .links {
  grid-template-columns: max-content max-content;

  margin-bottom: 22px;
}
.fullmenu .links a {
  text-decoration: none;
  color: inherit;
}
.fullmenu .links nav a:hover {
  text-decoration: underline;
}
.fullmenu .links nav {
  display: flex;
  flex-direction: column;
}
.fullmenu .links nav > *:not(:last-child) {
  margin-bottom: 1.25em;
}
.fullmenu .links .links_all > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 32px;
  display: inline-block;
}

.fullmenu .links .links_all > a:hover {
  text-decoration: underline;
}
.fullmenu_mobile .social,
.fullmenu .social {
  display: flex;

  font-size: 36px;
  margin-top: auto;
}
.fullmenu_mobile .social l > a:not(:last-child),
.fullmenu .social > a:not(:last-child) {
  margin-right: 12px;
}
.fullmenu_mobile .social a,
.fullmenu .social a {
  text-decoration: none;
}
.fullmenu_mobile .social svg,
.fullmenu .social svg {
  width: 1em;
  height: 1em;
}

.fullmenu .social a:hover svg circle,
.fullmenu .social a:hover svg path {
  stroke: #ff7f11;
}
.fullmenu .contanct {
  font-size: 18px;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
}
.fullmenu .contanct > *:not(:last-child) {
  margin-bottom: 1em;
}
.fullmenu .contanct > *:not(:last-child) {
  margin-right: 1em;
}
.fullmenu .contanct a:hover {
  text-decoration: underline;
}
.fullmenu .contanct a {
  text-decoration: none;
  color: #161616;
  font-weight: 500;
}
.fullmenu .contanct a[href^="mailto"] {
  color: #4f4f4f;
}
.fullmenu-close {
  cursor: pointer;
  background: none;
  line-height: 0;
  border: none;
}
.fullmenu-close:hover svg path {
  stroke: #ff7f11;
}
.fullmenu-close:hover:focus {
  outline: none;
}
.fullmenu-title {
  font-size: 40px;
  font-weight: 700;
}
.fullmenu-right .links {
  grid-template-columns: 1fr 1fr 1fr;
}
.fullmenu_mobile .search,
.fullmenu .search {
  position: relative;
  display: flex;
  max-width: 552px;
  flex-grow: 1;
}
.fullmenu_mobile .search input,
.fullmenu .search input {
  width: 100%;
  background: rgba(227, 225, 247, 0.4);
  color: #fff;
  padding: 9.5px 58px 9.5px 21px;
  border: none;
}
.fullmenu_mobile .search input:focus,
.fullmenu .search input:focus {
  outline: none;
}
.fullmenu_mobile .search input::placeholder,
.fullmenu .search input::placeholder {
  font-family: inherit;
  color: inherit;
}
.fullmenu_mobile .search button,
.fullmenu .search button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 5px 17px;
}
.fullmenu_mobile .search button:focus .fullmenu .search button:focus {
  outline: none;
}
.fullmenu_mobile .search button:focus:hover,
.fullmenu .search button:hover {
  padding: 17px;
  display: inline-flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
  background: rgba(227, 225, 247, 0.4);
}
a.bold {
  font-weight: bold;
}
ol li.header-category-item {
  margin-bottom: 0em;
}
@media screen and (max-width: 1600px) {
  .fullmenu-container {
    padding: 45px 50px;
  }
}

@media screen and (max-width: 1400px) {
  .header-category-items a:not(:last-child),
  .header-links a:not(:last-child) {
    margin-right: 20px;
  }
  .header-btn button {
    padding: 14px 20px;
  }

  .fullmenu .links {
    grid-gap: 50px 20px;
  }
}
@media screen and (max-width: 1340px) {
  .header-container > *:not(:last-child) {
    margin-right: 20px;
  }
  .header-social {
    display: flex;
    font-size: 26px;
  }
  .header-social a:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1279px) {
  .header-top .header-btn,
  .header-category {
    display: none;
  }
  .header-bottom .header-btn {
    display: block;
  }
  .header-btn-toogle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .header-btn-toogle-menu:hover svg path:nth-child(2) {
    stroke: #fb6221;
  }
  .header-btn-toogle-menu:hover svg path:nth-child(1) {
    fill: #fb6221;
  }

  .fullmenu-container {
    padding: 45px 30px;
  }
  .fullmenu-head {
    margin-bottom: 60px;
  }
  .fullmenu .links {
    font-size: 14px;
  }
  .fullmenu .links .links_all > a {
    font-size: 16px;
  }
  .header .header-social {
    margin-right: 20px !important;
  }
  .header .header-contact {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1200px) {
  .fullmenu-title {
    font-size: 36px;
  }
  .fullmenu-head {
    height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .header-links {
    display: none;
  }
  .header-top .header-btn-toogle-menu {
    display: block;
  }
  .header-bottom .header-btn-open-menu {
    display: none;
  }
  .header-search {
    margin-left: 0;
    margin-right: 20px;
  }
  .header-social {
    font-size: 32px;
    margin-left: auto;
  }
  .header .header-contact {
    margin-right: 20px !important;
  }
  .fullmenu .fullmenu-left .links {
    grid-template-columns: 1fr;
  }
  .fullmenu .fullmenu-right .links {
    grid-template-columns: 1fr 1fr;
  }
  .fullmenu .links .links_all > a {
    margin-bottom: 20px;
  }
  .fullmenu .links {
    grid-gap: 35px 20px;
  }
}

.fullmenu_mobile {
  display: block;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: transform 0.2s linear;
}

.fullmenu_mobile.show {
  transform: translateX(0%);
}

/* mobile menu */
@media screen and (max-width: 859px) {
  .fullmenu_mobile .search {
    max-width: 100%;
  }
  .fullmenu {
    display: none !important;
  }
  .fullmenu-wrapper {
    background: #fb6221;
    color: #fff;
    display: flex;
  }
  .fullmenu-container {
    padding: 20px;
    width: 100%;
    height: fit-content;
  }
  .fullmenu-head {
    margin-bottom: 40px;
  }
  .fullmenu_mobile .social {
    margin-top: 30px;
  }
  .fullmenu_mobile .social svg circle,
  .fullmenu_mobile .social a svg path {
    stroke: #fff;
  }
  .fullmenu_mobile .social a {
    line-height: 0;
  }
  .fullmenu_mobile .social > a:not(:last-child) {
    margin-right: 12px;
  }
  .fullmenu_mobile .contanct {
    margin-top: 30px;
    display: flex;
    gap: 0.5em;
    font-size: 22px;
    font-weight: 500;
    flex-wrap: wrap;
  }
  .fullmenu_mobile .contanct a {
    text-decoration: none;
    color: #fff;
  }
  .fullmenu_menu ul,
  .fullmenu_menu {
    list-style-type: none;
  }
  .fullmenu_menu a {
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .fullmenu_menu > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fullmenu_menu > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .fullmenu_menu ul {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
  }
  .fullmenu_menu > li > a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
  }
  .fullmenu_menu .toggle-menu {
    background: transparent;
    font-size: 30px;
    line-height: 0;
    color: #fff;
    border: none;
    flex-grow: 1;
    text-align: right;
  }
  .fullmenu_menu .toggle-menu:focus {
    outline: none;
  }
  .fullmenu_menu > li ul {
    display: none;
    font-size: 16px;
    font-weight: 400;
    flex-direction: column;
    margin-top: 30px;
  }
  .fullmenu_menu > li ul > li:not(:last-child) {
    margin-bottom: 1.25em;
  }

  .fullmenu_menu > li.active > ul {
    display: flex;
    opacity: 0;
    animation: showNav 0.4s linear both;
  }
  @keyframes showNav {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fullmenu_menu > li .toggle-menu svg {
    transition: transform 0.2s linear;
  }
  .fullmenu_menu > li.active .toggle-menu svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 860px) {
  .header-search {
    display: block;
    transform: translateX(-300%);
    position: absolute;
  }
  .btn-open-search {
    display: block;
    background: transparent;
    border: none;
    font-size: 26px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-open-search svg {
    width: 1em;
    height: 1em;
  }
  .header-social {
    margin-left: auto;
  }
}
@media screen and (max-width: 860px) and (min-width: 520px) {
    .header-search.hide,
    .header-search.show{
        z-index: 2;
        left: 20px;
        right: 0px;
        font-size: 18px;
        max-width: 100%;
        background: rgba(227, 225, 247, 1);
    }
  .header-search.show {
    animation: showSearch 0.4s linear both  ;
  }
  .header-search.hide{
    animation: hideSearch 0.4s linear both  ;
  }
  @keyframes showSearch {
    0% {
        display: none;
    }
    1% {
        display: block;
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @keyframes hideSearch {
    0% {
        transform: translateX(0%);
    }
    99% {
        transform: translateX(-300%);
    }
    100% {
        display: none;
    }
  }
  .header-search input {
    font-size: 18px;
    padding: 13px 115px 13px 21px;
  }
  .header-search-btns button {
    padding: 11px 14px;
  }
  .header-search-btns button[type="reset"] {
    display: inline-flex;
  }
}

@media screen and (max-width: 600px) {
  .header-contact {
    display: none;
  }
  .header-top .header-btn-toogle-menu {
    margin-left: auto;
  }
  .header-logo {
    max-width: 260px;
  }
}

@media screen and (max-width: 520px) {
  .header-social,
  .btn-open-search,
  .header-bottom .header-btn {
    display: none;
  }
  .header-top .header-btn-toogle-menu {
    display: block;
  }

  .header {
    display: flex;
    flex-direction: row;
  }
  .header-container {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
  }
  .header-top {
    padding-right: 0;
  }
  .header-top .header-btn-toogle-menu {
    margin-left: auto;
  }
}

@media screen and (max-width: 460px) {
  .fullmenu_mobile .header-logo,
  .fullmenu_mobile .header-logo .logo {
    width: 100%;
    max-width: 100%;
  }
  .header-logo .logo {
    max-width: 200px;
  }
  .header-bottom {
    width: fit-content;
  }
  .header-btn-toogle-menu svg {
    width: 48px;
  }
  .header-search{
    display: none !important;
  }
}
