.header__top-container,
.header__center-container{
	display: flex;
	align-items: center;
}
.header__top{
	min-height: 40px;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__top-city_link a{
	font-size: 13px;
}
.header__top-menu{
	padding-left: 20px;
}
.header__top-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.header__top-menu a{
	color: #000;
	font-size: 13px;
    line-height: 1.5;
    display: block;
    padding-left: 26px;
}
.header__top-menu ul li:first-child a{
	padding-left: 0;
}
.header__top-menu a:hover{
	opacity: 0.5;
	transition: 0.3s;
}
.header18 .btn{
	font-size: 14px;
	padding: 12px 20px;
	margin-left: 20px;
}
.header__top-auth{
	display: flex;
    padding-right: 15px;
    padding-left: 15px;
    height: 40px;
    align-items: center;
}
.header__top-auth .material-symbols-outlined{
	color: #000;
}
.header__top-auth:hover{
	cursor: pointer;
	background: rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}
.header18 .header__top-phone_link{
	margin-left: auto;
}
.header18 .header__top-city_link span.material-symbols-outlined:first-child{
	border-bottom: none;
	margin: 0 5px 0 0;
}
.header__top-social{
	display: flex;
	align-items: center;
}
.header__top-social .social__link{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: blue;
	margin-left: 12px;
}
.header__top-social .social__link:first-child{
	margin-left: 0;
}
.social__link-more{
	font-size: 16px;
	display: flex;
	padding: 0 6px 7px 6px;
	margin: 0 6px;
	position: relative;
}
.social__link-more:hover{
	cursor: pointer;
}
.social__more{
	display: none;
	flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 10;
    opacity: 1;
    height: auto;
    left: -4px;
    padding: 6px 4px 4px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 20%);
    transition: opacity 0.4s;
    border-radius: 0 0 6px 6px;
    top: 26px;
}
.social__link-more:hover .social__more{
	display: flex;
}
.social__more .social__link{
	margin: 6px 0;
}
/*header 10*/
/*.header10{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}*/
.header10 .header__top-menu{
	padding: 0;
	display: flex;
  align-items: center;
  width: 100%;
}
.header10 .header__top-menu a{
	padding-left: 40px;
	font-size: 12px;
}
.header10 .header__top,
.header10 .header__top-container {
	min-height: 64px;
}

.header10 .header__top-container {
	padding-top: 16px;
	padding-bottom: 16px;
}


.header10 .header__top-container{
	align-items: stretch;
}
.header10 .header__top-city_link{
	padding: 0;
	margin-left: auto;
}
.header10 .header__top-city_link a {
	font-size: 12px;
}

.header10 .header__top-city_link svg {
	margin-left: 4px;
}

.header10 .header__top-city_link svg path {
	stroke: var(--color-top);
}

.header10 .header__top-city_link span.material-symbols-outlined:first-child{
	border-bottom: none;
  margin: -1px 5px 0 0;
}
.header10 .header__top-city_link a:hover span:nth-child(2){
	opacity: 0.5;
}
.header10 .header__top-email_link a span:nth-child(1){
	color: #000;
    margin-right: 10px;
}
.header10 .header__top-email_link a:hover span:nth-child(2){
	text-decoration: underline;
}
.header10 .header__top-search_link a span.material-symbols-outlined{
	top: 1px;
	margin-right: 5px;
}
.header10 .header__top-login_link a{
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}
.header10 .header__top-login_link a,
.header10 .header__top-search_link a{
	transition: 0.3s;
}
.header10 .header__top-item .column{
	display: flex;
	align-items: center;
	font-size: 12px;
  color: var(--color-top);
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.header10 .header__top-login_link span.material-symbols-outlined{
	top: 0;
	margin-right: 5px;
}
.header10 .header__top-login_link a:hover,
.header10 .header__top-search_link a:hover{
	background: var(--color-bottom);
}
.header10 .header__top-email_link{
	padding: 0 25px 0 0;
}
.header10 .header__center-container{
	min-height: 100px;
	background: #fff;
}
.header10 .header__center,
.header10 .header__top{
	border-bottom: none;
}
.header10 .header__navigation-container ul li:first-child span:nth-child(1),
.header10 .header__navigation-container ul li:first-child span:nth-child(3){
	/*display: none;*/
}
.header10 .header__navigation .header__navigation-container > ul > li > a{
    font-size: 14px;
    max-height: 100px;
    padding: 12px 14px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    color: #000;
}
.header10 .header__navigation .header__navigation-container > ul > li > a span{
	margin-bottom: 0;
}
.header10 .header__navigation .header__navigation-container > ul > li > a:hover{
	opacity: 0.5;
	background: transparent;
}
.header10 .header__navigation{
	min-height: 85px;
    display: flex;
    background: transparent;
    margin-left: 15px;
    /*width: 100%;*/
}
.header10 .header__navigation .header__navigation-container > ul > li{
	width: auto;
}
.header__center-contact{
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 15px;
}
.header__center-contact_zvonok{
	font-size: 12px;
    color: #000;
    border-bottom: 1px dashed #000;
    width: fit-content;
    margin-right: 20px;
    transition: 0.3s;
}
.header__center-contact_zvonok:hover{
	opacity: 0.5;
	cursor: pointer;
}
.header__center-contact .header__top-phone_link a:hover{
	opacity: 0.5;
}

.header10 .header__navigation {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 548px);
  align-items: center;
}

.header10 .container .container {
	width: auto;
	max-width: auto;
	min-width: none;
	padding: 0;
	margin: 0;
}

.header10 .container .container .header__navigation-container {
	height: 100%;
}

.header10 .header__navigation .header__navigation-container > ul > li > a > span {
	transition: 0s;
}

.header10 .header__navigation .header__navigation-container > ul > li > a:not(.dropMore) {
	height: auto;
	padding: 9px 14px 10px 14px;
	margin: 20px 2px;
	border-radius: var(--main-border-radius);

	text-transform: none;
	font-weight: 700;
	font-size: 14px;

	font-feature-settings: 'case' on;

}

.header10 .header__navigation .header__navigation-container > ul > li > a.dropMore {
	border-radius: var(--main-border-radius);
}

.header10 .header__navigation .header__navigation-container > ul > li > a:hover {
	color: #fff;
	opacity: 1;
}

.header__navigation .header__navigation-container>ul>li>a>span.material-symbols-outlined:first-child,
.header__navigation .header__navigation-container>ul>li>a>span.material-symbols-outlined.bottom,
.header__navigation .header__navigation-container>ul>li>a>span.material-symbols-outlined.right {
	margin: 0 5px;
}

.header10 .header__navigation .header__navigation-container > ul > li > a:hover,
.header10 .header__navigation .header__navigation-container > ul > li.active2 > a,
.header__navigation .header__navigation-container > ul > li > a:hover,
.header__navigation .header__navigation-container > ul > li.active > a {
	color: var(--color-textmain);
	background: var(--color-bottom);
}

.header10 .header__top-slogan {
	font-size: 12px;
	line-height: 16px;
	color: var(--color-top);
	display: flex;
	align-items: center;
}

.header__top-logo img,
.header__center-contact {
	z-index: 2;
	/*position: relative;*/
}

.header__navigation .header__navigation-container > ul > li:first-child > a > span.material-symbols-outlined:first-child, .header__navigation .header__navigation-container > ul > li:first-child > a > span.material-symbols-outlined.bottom, .header__navigation .header__navigation-container > ul > li > a > span.material-symbols-outlined.right {
	position: relative;
	top: -2px;
}

.header__navigation .header__navigation-container > ul > li:first-child > a > span.material-symbols-outlined.bottom {
	margin-left: 7px;
}

.header__top-logo {
	padding-left: 0;
	padding-right: 0;
}

.top-menu__humburger {
	
}

.top-menu__humburger > a {
	display: block;
	padding: 15px 15px 15px 40px;
}

.hamburger-button {
  display: block;
  cursor: pointer;
}

.hamburger-button .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.hamburger-button.active .line-1 {
  transform: translateY(-3.7px) translateX(5px) rotate(45deg);
}

.hamburger-button.active .line-2 {
  opacity: 0;
}

.hamburger-button.active .line-3 {
  transform: translateY(4px) translateX(5px) rotate(-45deg);
}

.header10 .large-pop-up-menu__container > .container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-hamburger__catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}

.menu-hamburger__catalog-item {
  display: flex;
  gap: 24px; /* Увеличен отступ между иконкой и контентом */
  background: #fff;
  border-radius: 8px;
}

.menu-hamburger__catalog-icon {
  flex-shrink: 0;
  width: 64px; /* Фиксированная ширина колонки с иконкой */
}

.menu-hamburger__catalog-icon img {
  width: 64px; /* Ширина изображения */
  height: 64px; /* Высота изображения для сохранения пропорций */
  object-fit: contain; /* Для корректного масштабирования изображения */
}

.menu-hamburger__catalog-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 48px;
}

.menu-hamburger__catalog-list li {
  margin-bottom: 8px;
}

.menu-hamburger__catalog-list li:last-child {
	margin-bottom: 0;
}

.menu-hamburger__catalog-title {
  margin: 0;
  padding-bottom: 0;
}

/* Стили для ссылок */
.menu-hamburger__catalog-title a {
	display: inline-block;
  color: var(--color-textmain);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.menu-hamburger__catalog-title a:hover {
	color: var(--color-maintheme);
}

.menu-hamburger__catalog-list a {
	display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-textsecondary);
  text-decoration: none;
}

.menu-hamburger__catalog-list a:hover {
  color: var(--color-maintheme);
}

@media (max-width: 766px) {
    .header10 .header__top-city_link {
        padding: 0 15px;
    }
}