﻿@media (min-width: 1024px) {
  .h-profile:hover {
    background: #EAEAEA;
  }

  .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%);
  }
}


.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;
}

.h-change-lang .k-input-inner {
  flex-shrink: 0;
}

.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: 40px;
  align-items: center;
}

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

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

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

.h-new-bell-link:hover .notifications-button,
.h-favorites-link:hover .bookmark-icon-header,
.h-chats-link:hover .n-chats-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(85%) saturate(7488%) hue-rotate(247deg) brightness(59%) contrast(91%);
}

.h-new-bell-link.active .notifications-button,
.h-favorites-link.active .bookmark-icon-header,
.h-chats-link.active .n-chats-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(52%) hue-rotate(280deg) brightness(96%) contrast(100%);
}

.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,
.f-chat-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:has(.chevron-active) {
  background: #ffffff;
}

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

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

  width: 100%;
}

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

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

  font-family: Onest;

}

.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;
}

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

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

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

.h-add-btn .cross-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  flex-shrink: 0;
}

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

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

.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;
}

.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;
}

.footer-only-mobile-show {
  display: none;
}

.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: 12px;
}

.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;
}

.hide-body-scroll-show-mobile {
  display: none;
}

@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 {
    width: 150px;
  }

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

  .h-tray {
    gap: 12px;
  }

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

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

  .h-top-menu-burger {
    display: flex;
  }

  .burger-menu-container {
    display: flex;
    flex-direction: column;
  }

  .burger-nav-item a,
  .burger-nav-item {
    display: flex;
    height: 60px;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    width: 100%;
  }

  .burger-menu-container > ul:nth-child(2),
  .burger-menu-container > ul:nth-child(3) {
    padding-top: 12px;
    border-top: 1px solid var(--Default-black-100, rgba(11, 11, 11, 0.10));
  }

  .burger-menu {
    display: flex;
    padding: 0px var(--Standart-m, 16px) var(--Standart-l, 24px) var(--Standart-m, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Standart-s, 8px);
    align-self: stretch;
  }

  .burger-item {
    display: flex;
    gap: 10px;
    padding: 8px 8px 8px 16px;
    height: 38px;
    align-items: center;
    border-radius: 4px;
    color: #0b0b0b;
  }

  .burger-menu a {
    color: #0b0b0b;
    font-size: 16px;
  }

  .burger-tg-btn {
    padding: 0 16px;
  }
}

@media (max-width: 1200px) {
  .f-top, .f-btm {
    grid-template-columns: 1fr 600px;
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .h-top {
    background: var(--Default-black-1000, #000);
    border-bottom: unset;
  }

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

  .user-verify {
    color: white;
  }

  .h-profile .chevron-down,
  .h-profile .chevron-up {
    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(101%);
  }

  .h-tray,
  .h-bottom {
    display: none;
  }

  .sep1 {
    background: var(--Default-white-200, rgba(255, 255, 255, 0.20));
    height: 42px;
    width: 1px;
  }

  .header-logo-image {
    width: 150px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(101%);
  }

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

  .h-add-btn {
    color: white;
    padding: 12px 16px;
    padding-right: 0;
  }

  .h-add-btn .add-btn-black {
    background: white;
  }

  .h-add-btn .add-btn-black .white-icon {
    filter: unset;
  }

  .h-right {
    gap: 0;
  }

  .h-profile {
    padding: 12px 16px;
  }

  .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;
  }

  .hide-body-scroll-show-mobile {
    display: block;
  }

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

  .f1,
  .f2 {
    display: none;
  }

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

  .footer {
    padding-top: 64px;
    height: fit-content;
  }

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

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

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

  .f-info {
    gap: 4px;
    display: flex;
    flex-direction: column;
  }

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

  .f-btm {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-only-mobile-show {
    display: flex;
  }

  .footer-mobile {
    position: fixed;
    bottom: 0;
    z-index: 15;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 0;
    box-shadow: 0px 0px 5px 0px rgb(189 189 189 / 20%);
  }

  .f-catalog-link.active .announcement-icon,
  .f-mediacenter-link.active .mediacenter-icon,
  .h-new-bell-link.active .bell-icon,
  .h-chats-link.active .f-chat-icon {
    filter: brightness(0) saturate(100%) invert(84%) sepia(24%) saturate(931%) hue-rotate(24deg) brightness(91%) contrast(104%);
  }

  .f-catalog-link.active .color-default-black-400,
  .f-mediacenter-link.active .color-default-black-400,
  .h-new-bell-link.active .color-default-black-400,
  .h-chats-link.active .color-default-black-400 {
    color: #0b0b0b;
  }

  .f-mobile-nav-list {
    display: flex;
    width: 100%;
    padding: 0px 8px;
    align-items: center;
    gap: 0px;
    background: #FFF;
  }

  .f-mobile-menu-container {
    display: flex;
    flex-direction: column;
  }

  .f-mobile-menu-block.show {
    display: flex;
    flex-direction: column;
  }

  .f-mobile-menu-block.hidden {
    display: none;
  }

  .all-categories.show {
    display: flex;
    flex-direction: column;

    padding-bottom: 150px;
  }

  .all-categories.hidden {
    display: none;
  }
  
  .f-nav-item a,
  .f-nav-item {
    display: flex;
    height: 60px;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    width: 100%;
  }

  .f-mobile-menu-container > ul:nth-child(1),
  .f-mobile-menu-container > ul:nth-child(2),
  .f-mobile-menu-container > ul:nth-child(3) {
    padding-top: 12px;
    border-top: 1px solid var(--Default-black-100, rgba(11, 11, 11, 0.10));
  }

  .f-mobile-menu {
    display: flex;
    padding: 0px var(--Standart-m, 16px) var(--Standart-l, 24px) var(--Standart-m, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
  }

  .f-mobile-item {
    display: flex;
    gap: 10px;
    padding: 24px 16px 20px 16px;
    align-items: center;
    border-radius: 4px;
    color: #0b0b0b;
    flex-shrink: 0;
  }

  .f-mobile-item .chevron-right-icon {
    margin-left: auto;
  }

  .f-mobile-menu a {
    color: #0b0b0b;
    font-size: 16px;
  }

  .f-mob-btn,
  .f-logo-search-container {
    padding: 0 16px;
  }

  .f-logo-search-container {
    padding-top: 24px;
  }

  .f-logo-image {
    width: 150px;
  }

  .footer-only-mobile-show .f-logo-search-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .footer-only-mobile-show .h-search {
    height: 24px;
  }

  .footer-only-mobile-show .search-black-icon .search-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(0%) hue-rotate(192deg) brightness(95%) contrast(93%);
  }
}

@media (max-width: 780px) {
  
}

@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-dir-search {
    padding: 12px;
    height: fit-content;
  }
}

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

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

  .f-nav-btn {
    gap: 32px;
    flex-direction: column;
  }

  .f-nav-item .secondary-label-lh-13 {
    font-size: 10px;
  }

  .h-add-btn .body-small-500 {
    display: none;
  }
}

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

  .f-nav-item .secondary-label-lh-13 {
    font-size: 8px;
  }
}

@media (max-width: 330px) {
  .footer-only-mobile-show .f-logo-search-container {
    display: flex;
    width: 100%;
    justify-content: unset;
    align-items: center;
    gap: 24px;
  }
}


