:root {
  --galaxy-button-radius: 999px;
}

.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.header__btn,
.header__btn-mobile,
.header__btn-secondary,
.header__dropdown-btn,
.header__hamburger,
.header__sidebar-close,
.footer__form-btn,
.footer__scroll-top,
.popup__form-btn,
.popup__back,
.popup__data-help,
.checkout-button,
.button,
.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  border-radius: var(--galaxy-button-radius) !important;
}

.header__hamburger-inner {
  border-radius: var(--galaxy-button-radius);
}

.header__logo {
  align-items: center;
  gap: 10px;
  width: auto !important;
  min-width: max-content;
  color: #292930;
  text-decoration: none;
}

.header__logo img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

.header__logo-text {
  color: #292930;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .header__logo {
    gap: 8px;
  }

  .header__logo img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .header__logo-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 520px) {
  .header__logo img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .header__logo-text {
    font-size: 16px;
  }
}

.ishome .main__statistic-icon {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  object-fit: contain;
}

.ishome .main__statistic {
  left: 0;
  margin-top: 34px;
}

.footer__logo img {
  border-radius: 12px;
}

.footer__menu-col:first-child {
  display: none !important;
}

.footer__download-email {
  color: #292930;
  margin-bottom: 16px;
}

.footer__download-email .footer__contacts-caption {
  color: rgba(41, 41, 48, 0.68);
}

@media only screen and (max-width: 1440px) {
  .ishome .main__statistic-icon {
    width: 92px;
    height: 92px;
    flex-basis: 92px;
  }
}
