.free-basket-popup.popup {
  padding: 16px;
}

.free-basket-popup .popup__wrapper {
  justify-content: flex-start;
  align-items: flex-end;
}

.free-basket-popup.popup-info .popup__content {
  padding: 52px;
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
  height: 100%;
}

.free-basket__header {
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  color: #222725;
  margin-bottom: 32px;
}

.free-basket__header {
  margin-bottom: 0px;
}

.free-basket__content {
  height: 100%;
}

.free-basket__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 171px);
}

.free-basket__title {
  font-size: 24px;
  line-height: 125%;
  color: #222725;
  margin-bottom: 8px;
}

.free-basket__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: rgba(34, 39, 37, 0.65);
  margin-bottom: 24px;
}

.free-basket__link {
  max-width: 462px;
  width: 100%;
}

.header__basket {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px 0 rgba(18, 18, 18, 0.06);
  background: #33CC99;
}

.header__basket svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .header__basket {
    width: 32px;
    height: 32px;
  }

  .header__basket svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 991.98px) {
  .header__basket {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  .free-basket-popup.popup-info .popup__content {
    padding: 16px;
  }
  .free-basket__body {
    height: calc(100vh - 99px);
  }
  .header__location {
    margin-bottom: 0;
    z-index: 10;
  }
  .header__language {
    margin-bottom: auto;
    border-bottom: 1px solid rgba(34, 39, 37, .1);
  }
  .header__menu .header__language ul {
    display: flex;
    flex-direction: row;
    width: auto;
  }
  .header__menu .header__language ul > li {
    width: auto;
  }
  .header__menu .header__language ul > li > a{
    width: auto;
    border-bottom: none;
  }
  .language-block ul li {
    margin-right: 0;
    padding-right: 0;
  }
  .language-block ul li::after {
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
  }
}

@media (max-width: 465.98px) {
  .free-basket-popup.popup {
    padding: 0px;
  }

  .free-basket-popup.popup-info .popup__content {
    border-radius: 0px;
  }

  .free-basket__body {
    height: calc(100vh - 67px);
  }
}