﻿.header-logo-image {
  display: block;
  width: 170px;
}

.change-language {
  gap: 5px;
}

.k-picker-solid.change-language {
  color: #999999;
}

.k-picker-solid.change-language:hover {
  color: #999999;
}

.k-picker-solid.change-language {
  font-weight: 500;
  border: none;
  background: transparent;
  color: #8D8D8D;
}

.change-language.k-picker.k-picker-solid {
  padding: 0;
  gap: 8px;
}

.change-language.k-picker.k-picker-solid.k-dropdownlist .k-button-icon {
  filter: brightness(0) saturate(100%) invert(65%) sepia(13%) saturate(2%) hue-rotate(65deg) brightness(92%) contrast(86%);
}

.k-picker-solid.change-language .k-list-md .k-list-item {
  padding: 5px 13px;
}

.k-picker-solid.change-language:focus-within {
  box-shadow: none;
}

.k-picker-solid.change-language .k-input-inner {
  gap: 10px;
}

.k-dropdownlist.change-language .k-input-button {
  border: none;
  filter: invert(1);
}

.k-dropdownlist.change-language .k-input-button:hover,
.k-dropdownlist.change-language .k-input-button:focus {
  background: transparent;
  box-shadow: none;
}

.v2-icon {
  display: block;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  background: #F6F6F6;
  padding: 0;
  transition: background .2s ease;
}

/*.header.scrolled {
  background: #F6F6F6;
}*/

.h-top,
.h-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.h-top {
  border-bottom: 1px solid #E8E8E8;
  padding: var(--padding);
  height: 64px;
}

.h-bottom {
  padding: var(--padding);
  padding-top: 8px;
  padding-bottom: 8px;
}

.h-top-left {
  display: flex;
  gap: 120px;
  align-items: center;
}

.h-right {
  display: flex;
  gap: 24px;
  align-items: center;
}

.h-tray {
  display: flex;
  gap: 16px;
}

.bell-icon,
.bookmark-icon-header,
.n-chats-icon {
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center;
}

.bell-icon {
  background-image: url("/../v2/images/buttons/bell-icon.svg");
}

.bookmark-icon-header {
  background-image: url("/../v2/images/buttons/bookmark-icon-header.svg");
}

.n-chats-icon {
  background-image: url("/../v2/images/buttons/header-chat-icon.svg");
}

/* поменять когда можно будет изменять данные в NotificationHeader */

.h-new-bell .notifications-image {
  opacity: 0;
}

.header-button.notifications-button {
  display: block;
  padding: 0;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url("/v2/images/buttons/bell-icon.svg");
  cursor: pointer;
}

.h-new-bell .notifications {
  left: auto;
}

.h-new-bell .notifications .infinite-scroll-list {
  padding: 0 12px;
}

.h-new-bell .notification-badge {
  position: absolute;
  top: -10px;
  font-size: 11px;
  left: 11px;
  background-color: #f34848;
}

.dot-badge {
  width: 6px;
  height: 6px;
  background-size: 6px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #EA2311;
  align-self: flex-start;

  position: absolute;
  top: -4px;
  right: -10px;
  pointer-events: none;
}

.dot-badge-2 {
  width: 6px;
  height: 6px;
  background-size: 6px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #EA2311;
  align-self: center;
  margin-left: auto;
  top: 15px;
  right: 0px;
  pointer-events: none;
}

.h-profile {
  display: flex;
  gap: 12px;
  position: relative;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  user-select: none;
}

.h-profile:hover {
  background: #EAEAEA;
}

.h-profile:has(.chevron-active) {
  background: #ffffff;
}

.corp-logo-40 {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.lk-dropdown-content {
  display: none;
}

.lk-dropdown-content.show {
  width: 346px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  position: absolute;
  top: 72px;
  right: auto;
  background: #ffffff;
  border-radius: 6px;
  z-index: 10;

  box-shadow: 0px 0px 13px 0px rgb(189 189 189 / 20%);
}

.lk-dropdown-content.hidden {
  display: none;
}

.h-profile .chevron-down {
  transition: transform 0.3s ease;
}

.h-profile .chevron-down.chevron-active {
  transform: rotate(180deg);
}

.h-profile-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 2px;
  color: #0B0B0B;
  border-radius: 4px;
}

.h-profile-nav-item:hover {
  background: #f5f5f5;
}

.h-profile-container {
  max-width: 400px;
}

.user-verify {
  display: flex;
  gap: 2px;
  align-items: center;
  color: black;
}

.verified {
  align-self: baseline;
  display: block;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-position: center;
  background-image: url("/../v2/images/verified.svg");
  flex-shrink: 0;
}

.chevron-down {
  align-self: center;
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url("/../v2/images/buttons/chevron-down.svg");
}

.sep1 {
  background-color: #E8E8E8;
  height: 64px;
  width: 1px;
}

.h-add-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  color: black;
}

.add-btn {
  padding: 12px;
  border-radius: 4px;
  background: #D8E800;
}

.plus-icon {
  display: block;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-position: center;
  background-image: url("/../v2/images/buttons/plus-icon.svg");
}

.h-add-btn,
.add-btn,
.plus-icon {
  transition: all 0.5s ease;
}

.h-coat-container {
  display: inline-flex;
  align-items: center;
  gap: var(--Standart-m, 16px);
}

.h-coat-container .secondary-caption-2 {
  max-width: 288px;
}

/*.h-add-btn:hover {
  text-decoration: underline;
}

.h-add-btn:hover .add-btn {
  background: #000000;
}

.h-add-btn:hover .plus-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2458%) hue-rotate(190deg) brightness(115%) contrast(101%);
}*/

.h-top-menu,
.h-bottom-menu {
  display: flex;
  gap: 46px;
  align-items: center
}

.h-top-menu > li > a,
.h-bottom-menu > li > a {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
  padding: 20px 0;
}

.h-btm-dropdown a {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.h-btm-dropdown button {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 20px 0;
  height: 63px;
}

.h-top-menu > li > a,
.h-bottom-menu > li > a,
.h-btm-dropdown button {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.h-top-menu > li > a:hover,
.h-bottom-menu > li > a:hover {
  border-bottom-color: #1d1e1c;
}

.h-top-menu > li > a.active,
.h-bottom-menu > li > a.active,
.h-btm-dropdown button:has(.active) {
  border-bottom-color: #BBCF26;
  border-radius: 0;
}

.h-btm-dropdown .k-button-solid-base:hover,
.h-btm-dropdown .k-button-solid-base.k-hover {
  background-color: transparent;
}

.h-btm-dropdown .k-button-solid-base:active,
.h-btm-dropdown .k-button-solid-base.k-active {
  background-color: transparent;
}

.h-btm-dropdown .k-button-solid-base:focus,
.h-btm-dropdown .k-button-solid-base.k-focus {
  box-shadow: unset;
}

.h-btm-dot-container {
  position: relative;
  display: inline-flex;
}

.h-btm-left {
  display: flex;
  gap: 32px;
}

.h-dir-search {
  height: 60px;
  display: flex;
  align-items: center;
}

.dir-icon {
  display: block;
  background-image: url("/../v2/images/dir-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center;
  flex-shrink: 0;
}

.h-dir-btn {
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  gap: 18px;

  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #FFFFFF;
  cursor: pointer;
  height: 60px;
  padding: 18px;
  background: #0b0b0b;
  transition: all .3s ease-in-out;
}

.h-dir-btn:hover .dir-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(2455%) hue-rotate(336deg) brightness(100%) contrast(91%);
}

.h-dir-btn:hover {
  background: var(--Prime-primary, #D8E800);
  color: #0b0b0b;
}

.h-dir-btn.active {
  background: var(--Prime-primary, #D8E800);
  color: #0b0b0b;
}

.sep2 {
  background: var(--Gray-800, #474747);
  height: 100%;
  width: 1px;
}

.h-search {
  height: 60px;
}

.h-search .search-wrapper {
  cursor: pointer;
  height: 60px;
  padding: 18px;
  background: #0b0b0b;
  transition: all .3s ease-in-out;
}

.h-search .search-wrapper-open {
  border-radius: 0 4px 4px 0;
}

.h-search .search-wrapper-open:hover {
  background: var(--Prime-primary, #D8E800);
}

.h-search .search-wrapper-open:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(2455%) hue-rotate(336deg) brightness(100%) contrast(91%);
}

.search-wrapper-close.active {
  cursor: pointer;
  height: 60px;
  padding: 18px;
  background: var(--Prime-primary, #D8E800);

  border-radius: 0 4px 4px 0;
}

.search-icon {
  display: block;
  background-image: url("/../v2/images/buttons/search-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
}

.footer {
  background: #000000;
  color: white;
  height: 702px;
  position: relative;
  z-index: 0;

  overflow: hidden;
}

.f-sep {
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
}

.f-nav a,
.f-btm a {
  color: white;
}

.f-logo {
  width: fit-content;
  height: fit-content;
}

.footer-logo-image {
  width: 312px;
  display: block;
}

.cultbrand-logo-image {
  width: 125px;
  display: block;
}

.f-top,
.f-btm {
  margin: var(--margin);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
}

.f-top {
  margin-bottom: 24px;
}

.f-btm {
  margin-top: 16px;
}

.f-nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 188px;
}

.f-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
}

.f1,
.f2,
.f3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.f3 a {
  cursor: pointer;
}

.copyright {
  width: fit-content;
}

.f-info {
  display: flex;
  gap: 40px;
}

.f-info a {
  text-decoration: underline;
}

.f-create-in {
  display: flex;
  width: 382px;
  height: 46px;
  padding: 9px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;

  border-top: 1px solid rgba(255, 255, 255, 0.40);
  border-right: 1px solid rgba(255, 255, 255, 0.40);
  border-left: 1px solid rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.10);
  position: absolute;
  bottom: 0;
  right: 24px;
}

/*.footer::after {
  content: "";
  width: 100%;
  height: 50%;
  background: url("../images/footer-pic-black.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}*/

.k-popup.k-menu-popup:has(.custom-dropdown-item) {
  width: fit-content;
  max-width: 500px;
  word-wrap: normal;
  overflow-wrap: anywhere;
  min-width: 200px;
}

.k-popup.k-menu-popup .k-menu-link-text {
  white-space: normal;
}

@media (max-width: 1440px) {
  .header-logo-image {
    width: 100px;
  }

  .h-top-menu,
  .h-bottom-menu {
    gap: 20px;
  }

  .h-tray {
    gap: 12px;
  }
}


@media (max-width: 1300px) {

  .header-logo-image,
  .footer-logo-image {
    width: 150px;
  }

  .h-top-menu {
    display: none;
  }

  .h-tray {
    gap: 12px;
  }

  .h-btm-left {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .header-logo-image {
    width: 100px;
  }

  .h-bottom-menu {
    display: none;
  }

  .h-right {
    gap: 12px;
  }

  .f-nav ul li a {
    font-size: 16px;
  }

  .f-nav-btn {
    gap: 72px;
  }

  .footer {
    height: 550px;
  }

  .f-top, .f-btm {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 780px) {
  .footer-logo-image {
    width: 260px;
  }

  .f-top, .f-btm {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer {
    height: fit-content;
  }

  .f-nav ul li a {
    font-size: 14px;
  }

  .f-nav-btn {
    gap: 20px;
  }

  .f-nav {
    grid-template-columns: 1fr;
  }

  .f-info {
    gap: 24px;
  }

  .f-create-in {
    right: 16px;
    width: 342px;
  }

  .f1,
  .f2 {
    display: none;
  }

  .f-btm {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .h-dir-btn {
    display: none;
  }

  .h-dir-search .sep2 {
    display: none;
  }

  .h-right .sep1:last-child {
    display: none;
  }

  .user-verify {
    display: none;
  }

  .h-add-btn {
    display: none;
  }

  .h-dir-search {
    padding: 12px;
    height: fit-content;
  }
}

@media (max-width: 480px) {
  .f-create-in {
    width: auto;
    left: 16px;
  }

  .footer-logo-image {
    width: 220px;
  }
}


