header ._showOnMobile {
  display: none;
}
header [class*=__container] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px
}

.header__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 15px
}
.header__phone {
  margin-left: auto;
  position: relative;
  z-index: 1
}
.header__phone-link {
  display: block
}
.header__phone-image {
  color: var(--color-header-phone-icon)
}
.header__bottom {
  padding: 5px 0
}
.header__bottom-wrapper {
  display: flex;
  justify-content: space-between;
	align-items: center;
  grid-gap: 15px
}
.header__right{
	display: flex;
	align-items: center;
	gap: 15px;
}
.header__logo,
.header__logo-placeholder {
  height: var(--height-logo);
  min-height: calc(var(--height-logo) * .6666);
  flex: 0 1 auto;
  position: relative;
  z-index: 1
}
.header__logo-img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
	width: auto;
}
.header__info {
  position: relative;
  line-height: 1.2;
	display: flex;
	align-items: center;
}
.header__info-icon {
  color: var(--color-header-info-icon);
	margin-right: 5px;
}
.header__info-title {
  margin-bottom: 5px;
  font-size: var(--fontSize-header-info-title);
  color: var(--color-header-info-title)
}
.header__info-link {
  display: block;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--color-header-info-link);
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.mobileInfo {
  margin-bottom: 30px
}
.mobileInfo__title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-mobileInfo-title);
  margin-bottom: 10px
}
.mobileInfo__wrapper {
  display: flex;
  gap: 10px;
  justify-content: center
}
.mobileInfo__link {
  color: var(--color-mobileInfo-link);
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin: 20px 0;
}
.menu__list {
  display: flex;
  gap: var(--gap-header-menu-list)
}
.menu__item {
  position: relative;
}
.menu__span {
  color: var(--color-header-menu-link-active);
  pointer-events: none;
	white-space: nowrap;
}
@media (min-width: 1080px) {
	.header__menu{
		display: flex;
		align-items: center;
		margin-right: 15px;
	}
}
@media (max-width: 1240px) {
	.menu__list {
		gap: 16px
	}
}
@media (max-width: 1079px) {
	.header__top {
		/* background: var(--color-header-top-background); */
		padding: 13px 0
	}
	header ._showOnMobile {
		display: block;
	}


  .menu__list {
    padding: 20px 1.25rem 1.875rem 1.25rem;
    flex-direction: column;
    gap: 20px
  }
	.menu__item{
		text-align: center;
	}
  .menu__item:not(:last-child)::after {
    display: none
  }
  .menu__link,
  .menu__span {
    font-weight: 500;
    font-size: 27px
  }
  ._showOnDesktop {
    display: none
  }
  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    display: none
  }
  .header__menu {
    order: 1
  }
  .header__logo,
  .header__logo-placeholder {
    height: calc(var(--height-logo) * .6666)
  }
  .header__bottom {
    display: none
  }
  .header__cta {
    width: 100%;
    height: 54px;
    margin-bottom: 30px;
		margin-left: 0;
  }
	.header__info{
		margin-right: 0;
	}
}