.bc-cart-w {
  position: fixed;
  right: -100%;
  background: #fff;
  padding: 50px 30px 20px;
  transition: 0.4s;
  top: 0;
  font-family: 'Roboto';
  height: 100%;
}

.bc-cart-w.open {
  position: fixed;
  right: 0;
}

.bc-cart-w .title {
  margin-top: -50px;
}

.bc-cart-w-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 110px);
}

.bc-cart-w-content {
  height: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .header__mobile {
    display: none;
  }

  .header__right {
    display: flex;
  }

  .header__right span {
    display: none;
  }

  .header__logo {
    margin: 0 auto;
  }

  .bc-cart-w {
    right: -140%;
    max-width: 100vw;
  }
}

.header {
  z-index: 1000;
}

.popup__nw__basket {
  overflow: auto;
  height: 100%;
}

.popup__nw__products {
  overflow: auto;
  height: 100%;
}

.header__link::after {
  display: none;
}

.header__contacts__nw {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: flex-start;
  margin: 0 0 15px 0;
}

.header__contacts__nw p {
  margin-top: 0;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_right {
  z-index: 999;
}

.popup__order__success {
  z-index: 1000;
}

.button__open_basket {
  position: relative;
}

.button__open_basket .informer {
  position: absolute;
  background: #fff;
  display: block;
  color: #000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #000;
  left: 13px;
  top: -8px;
}

.mobile--active {
  z-index: 10000;
}

