.header {
  margin-bottom: 30px;
  z-index: 100;
}

.desktop-header {
  display: none;
}

@media (min-width: 1200px) {
  .desktop-header {
    display: block;
  }
}

.header-top-panel {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 59, 103, 0.1);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
}

.header-top-panel .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-panel .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.header-top-panel .nav li > * {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: #101010;
}

.header-top-panel .nav li > a:hover {
  color: #4ABAF1;
}

.header-top-panel .nav a {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: #101010;
}

.header-middle-panel {
  padding: 20px 0;
}

.header-middle-panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

.header-middle-panel .right {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header-middle-panel .send-spec, .header-middle-panel .call-us, .header-middle-panel .mail-to {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-middle-panel .send-spec i, .header-middle-panel .call-us i, .header-middle-panel .mail-to i {
  font-size: 24px;
  color: #4ABAF1;
}

.header-middle-panel .send-spec svg, .header-middle-panel .call-us svg, .header-middle-panel .mail-to svg {
  font-size: 24px;
  color: #4ABAF1;
}

.header-middle-panel .contact {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-middle-panel .contact i {
  font-size: 24px;
}

.header-middle-panel .contact a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.header-middle-panel .mail {
  color: #000000;
  text-decoration: none;
}

@media (min-width: 1500px) {
  .header-middle-panel .right {
    gap: 40px;
  }
  .header-middle-panel .send-spec, .header-middle-panel .call-us {
    font-size: 16px;
    line-height: 24px;
  }
}

.schedule-text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #4ABAF1;
          text-decoration-color: #4ABAF1;
}

.tooltip-text {
  display: inline-block;
  position: relative;
}

.tooltip-text-tooltip {
  position: absolute;
  z-index: 10;
  width: 240px;
  border-radius: 5px;
  border: 1px solid rgba(0, 59, 103, 0.1);
  box-shadow: 0px 4px 15px rgba(0, 56, 103, 0.07);
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  grid-gap: 16px;
  padding: 24px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  background-color: #fff;
}

.tooltip-text-tooltip__title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #728594;
}

.tooltip-text-tooltip__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tooltip-text-tooltip__item a:hover {
  color: #4ABAF1;
}

@media (min-width: 1200px) {
  .tooltip-text-tooltip {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: -20%;
    transform: none;
  }
}

.tooltip-text:hover .tooltip-text-tooltip {
  display: grid;
}

.header-phone {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.header-bottom-panel .panel {
  display: flex;
  border-radius: 5px;
  border: 1px solid rgba(0, 59, 103, 0.1);
}

.header-bottom-panel .panel > * {
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid rgba(0, 59, 103, 0.1);
}

.header-bottom-panel .panel > *:last-child {
  border-right: none;
}

.header-bottom-panel [class^="termi-"] {
  font-size: 24px;
  color: #4ABAF1;
}

.header-bottom-panel .absolute-number {
  position: absolute;
  background: #DF231A;
  border-radius: 50%;
  margin-left: 11px;
  margin-top: -20px;
  width: 16px;
  height: 16px;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  color: #FFFFFF;
}

.header-bottom-panel .catalog {
  flex-shrink: 0;
  background-color: #003B67;
  text-decoration: none;
  color: #fff;
  gap: 15px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
}

.header-bottom-panel .catalog__icon {
  color: #4ABAF1;
}

.header-bottom-panel .catalog__spacer {
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
}

@media (min-width: 1200px) {
  .header-bottom-panel .catalog {
    width: 253px;
  }
}

@media (min-width: 1500px) {
  .header-bottom-panel .catalog {
    width: 326px;
  }
}

.header-bottom-panel .search {
  flex-shrink: 1;
  width: 100%;
  position: relative;
}

.header-bottom-panel .search__input {
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #F4F9FC;
}

.header-bottom-panel .search__input::-moz-placeholder {
  color: #728594;
}

.header-bottom-panel .search__input:-ms-input-placeholder {
  color: #728594;
}

.header-bottom-panel .search__input::placeholder {
  color: #728594;
}

.header-bottom-panel .search__submit {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.header-bottom-panel .icon {
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  gap: 16px;
}

@media (min-width: 1500px) {
  .header-bottom-panel .icon {
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
  }
}

.header-bottom-panel .login {
  width: 140px;
}

.header-bottom-panel .basket {
  width: 204px;
}

.mobile-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF0;
}

.mobile-header__logo {
  width: 180px;
  display: inline-block;
  margin-left: var(--container-gutter);
}

.mobile-header__right {
  margin-left: auto;
  display: flex;
  gap: 16px;
  align-items: center;
}

.mobile-header .socials {
  display: none;
}

.mobile-header .schedule-text {
  display: none;
}

.mobile-header .spacer {
  display: none;
}

.mobile-header .burger {
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-color: #003B67;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-header .burger i {
  position: absolute;
  font-size: 24px;
  color: #fff;
}

.mobile-header .icons {
  display: flex;
  gap: 16px;
}

.mobile-header .icons > * {
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #4ABAF1;
}

.mobile-header .icons > * .absolute-number {
  position: absolute;
  top: -10px;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #DF231A;
  border-radius: 50%;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .mobile-header .socials {
    display: flex;
    gap: 8px;
  }
  .mobile-header .socials a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  .mobile-header .socials i {
    font-size: 24px;
  }
  .mobile-header .schedule-text {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    -webkit-text-decoration: dashed #4ABAF1;
            text-decoration: dashed #4ABAF1;
  }
  .mobile-header .tooltip-text-tooltip {
    left: unset;
    right: 0;
  }
  .mobile-header .spacer {
    margin: 0 8px;
    width: 1px;
    height: 32px;
    background-color: #E6EBF0;
  }
}

@media (min-width: 1200px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  left: 0;
  top: 0;
  z-index: 110;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.mobile-header-menu__logo {
  width: 180px;
}

.mobile-header-menu .top {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 5px var(--container-gutter);
}

.mobile-header-menu .x {
  margin-left: auto;
  cursor: pointer;
  font-size: 24px;
  color: #DEDEDE;
}

.mobile-header-menu .icon {
  font-size: 24px;
  margin-right: 20px;
}

.mobile-header-menu .list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.mobile-header-menu .list li {
  border-top: 1px solid #E6EBF0;
}

.mobile-header-menu .list li:last-child {
  border-bottom: 1px solid #E6EBF0;
}

.mobile-header-menu .list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  color: #000000;
}

.mobile-header-menu .list a:hover {
  color: #4ABAF1;
}

.mobile-header-menu .list .chevron {
  font-size: 24px;
  margin-left: auto;
  color: #4ABAF1;
}

.mobile-header-menu .list .submenu {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}

.mobile-header-menu .list .submenu__top {
  cursor: pointer;
  display: flex;
  padding: 15px var(--container-gutter);
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.mobile-header-menu .links {
  list-style: none;
  margin: 0;
  padding: 12px var(--container-gutter);
  background-color: #F4F9FC;
  margin-bottom: 40px;
}

.mobile-header-menu .links a {
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  color: #000000;
}

.mobile-header-menu .bottom {
  text-align: center;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  padding: 15px var(--container-gutter);
}

.mobile-header-menu .bottom .socials {
  grid-column: span 2;
}

.mobile-header-menu .socials {
  display: grid;
  grid-gap: var(--column-gap);
  grid-template-columns: 1fr 1fr;
}

.mobile-header-menu .socials > * {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #003B67;
  background: #F4F9FC;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  padding: 7px;
}

.mobile-header-menu .socials > * i {
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}

.mobile-header-menu .tooltip-text-tooltip {
  width: auto;
  left: 54px;
}

@media (max-width: 1199.98px) {
  .cart-btn .total-cost {
    display: none;
  }
}

.autocomplete {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  max-height: 480px;
  padding: 10px;
}

@media (min-width: 1200px) {
  .autocomplete {
    padding: 20px 30px;
  }
}

.autocomplete .scrollbar {
  overflow-y: scroll;
}

.autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 5px;
}

.autocomplete a {
  color: #000;
  text-decoration: none;
}

.autocomplete a:hover {
  text-decoration: underline;
}

.autocomplete .hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.autocomplete .search__highlight {
  background-color: yellow;
}

.autocomplete .item {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.autocomplete .item__cover {
  width: 40px;
  height: 40px;
}

.autocomplete .item__cover i {
  font-size: 24px;
  color: #000;
}

.autocomplete .item__absolute {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-search-bar {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -20px;
  z-index: 100;
}

.mobile-search-bar form {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(74, 186, 241, 0.3);
}

.mobile-search-bar form input {
  border-radius: 4px;
  border: 1px solid #E6EBF0;
  padding: 10px;
  width: 100%;
}

.mobile-search-bar form input:focus {
  border-color: #4ABAF1;
}

.mobile-search-bar form button[type="submit"] {
  position: absolute;
  cursor: pointer;
  right: 10px;
  color: #4ABAF1;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
