@import url(colors.css);
.header {
  z-index: 1000;
}
.header__top {
  padding: 20px 0;
  background-color: #fff;
}
.header__top-container {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  margin-right: 4px;
}
.header__info {
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.header__info-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--light-main-color);
  margin-right: 12px;
}
.banner-page_bg .breadcrumbs__item_active::after,
.header__bottom,
.item-category,
.menu__sub-list,
.news-item,
.review {
  background-color: #fff;
}
.header__info-title {
  color: var(--main-gray);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.header__info-title-text {
  margin-right: 6px;
  transition: color 0.2s;
}
.header__info-title-icon path {
  stroke: var(--main-gray);
  transition: stroke 0.2s;
}
.header__info-text {
  color: var(--main-black);
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
.header__bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #dfe8f3;
    transform: translateX(-110%);
  }
  .header.active .header__bottom {
    transform: translateX(0);
  }
  .header__bottom-container {
    display: block;
    background-color: #dfe8f3;
    padding: 0;
  }
  .header__menu {
    padding: 30px 15px 0;
    background-color: #fff;
  }
  .header__top-mobile,
  .menu-burger {
    display: flex;
    align-items: center;
  }
  .header__top-container {
    align-items: center;
  }
  .header__phone-mobile,
  .header__question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--light-main-color);
    margin-right: 4px;
  }
}
.banner__sticker {
  max-width: max-content;
  padding: 5px 15px;
  border-radius: 50px;
  background: #fff;
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}
.banner__title {
  margin-bottom: 30px;
  max-width: 642px;
}
.banner__content-body p {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.banner__content-body b,
.btn_light .btn__text {
  color: var(--main-color);
}
.banner__content-body b {
  font-weight: 400;
}
.banner__btn {
  max-width: max-content;
}
.banner-page {
  position: relative;
  padding-bottom: 85px;
  background-color: #ecf2f9;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
html .promo .promo__slider-navigation {
 display: none;  
}
}