.user-cabinet {
  justify-content: space-between;
}
.user-cabinet .header-phone__number span {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #222222 !important;
}
.user-cabinet .header-phone__number span:hover {
  transition: 0.3s;
  color: #5baa00 !important;
}

.logo-row > .maxwidth-theme {
  padding: 15px 0;
}
.logo-row .logo {
  width: 120px !important;
  height: 120px !important;
  padding: 0 !important;
}
.logo-row .logo-container {
  padding: 0 0 0 15px;
  margin-right: 40px;
}
.logo-row .header-contacts {
  padding: 0px !important;
}
.logo-row .header-contacts__wrapper {
  gap: 20px;
}
.logo-row .header-contacts__wrapper .work-time__wrapper {
  gap: 17px;
}
.logo-row .header-contacts__wrapper .work-time__wrapper .work-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20.02px;
  letter-spacing: 0%;
  color: #222222;
}
.logo-row .header-right-side {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 992px) {
  .logo-row .header-right-side {
    row-gap: 25px !important;
  }
}
.logo-row .header-right-side .btn-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.logo-row .header-right-side .btn-list .header-phone__btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 17.16px;
  letter-spacing: 0.36px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 16px 7px 16px;
  border-radius: 15px;
}
.logo-row .header-right-side .btn-list .header-phone__btn.green {
  color: #5BAA00;
  border: 2px solid #5BAA00;
}
.logo-row .header-right-side .btn-list .header-phone__btn.white {
  color: #fff;
  background-color: #5BAA00;
  border: 2px solid #5BAA00;
}
.logo-row .basket-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 4px;
}
.logo-row .basket-line .left-side {
  display: none;
}
.logo-row .basket-line .left-side .menu-btn {
  position: relative;
  font-weight: 400;
  font-size: 19px;
  line-height: 27.14px;
  letter-spacing: 0.36px;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  padding: 4.5px 34px 3px 8px;
}
.logo-row .basket-line .left-side .menu-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 21px;
  background-image: url(../images/icons/burger-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 992px) {
  .logo-row .basket-line {
    width: 100%;
  }
  .logo-row .basket-line .left-side {
    display: block;
  }
}
.logo-row .basket-line .right-side {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .logo-row .basket-line .right-side {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.logo-row .basket-line .right-side .icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
.logo-row .basket-line .right-side .icon-container.phone {
  display: none;
}
@media (max-width: 992px) {
  .logo-row .basket-line .right-side .icon-container.phone {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../images/icons/telephone-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  .logo-row .basket-line .right-side .icon-container.basket .basket-line-icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/icons/basket-mobile-icon.svg);
  }
  .logo-row .basket-line .right-side .icon-container.basket .basket-line-icon-counter {
    width: 14px;
    height: 14px;
    font-weight: 500;
    font-size: 7.78px;
    line-height: 100%;
    letter-spacing: 0%;
    right: 1px;
    top: -3px;
  }
  .logo-row .basket-line .right-side .icon-container.basket .basket-line-text {
    display: none;
  }
}
.logo-row .basket-line-icon {
  position: relative;
  width: 45px;
  height: 45px;
  background-image: url(../images/icons/basket-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.logo-row .basket-line-icon-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: -4px;
  width: 20px;
  height: 20px;
  color: #222222;
  background-color: #F6AD6F;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.logo-row .basket-line-icon-counter:empty {
  display: none;
}
.logo-row .basket-line-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #5BAA00;
}

.header-phone__number > #header-mobile-address {
  display: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 26.18px;
  letter-spacing: 0%;
  color: #509600;
  padding-left: 28px;
  position: relative;
}
.header-phone__number > #header-mobile-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url(../images/icons/address-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 992px) {
  .header-phone__number > #header-mobile-address {
    display: block;
  }
}

@media (max-width: 992px) {
  .header-contacts-banner .logo {
    top: -10px !important;
  }
  .phone-padding {
    padding-left: 85px;
  }
  .header-contacts-banner .subdomain .block-1 {
    padding-left: 100px !important;
    align-items: flex-start !important;
  }
  .header-contacts-banner span.h-phones a {
    margin: 4px 0 0 0 !important;
  }
  .header__address {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .header-phone__number > #phone_header {
    display: none;
  }
  .header-contacts-banner .block-3 {
    padding-left: 0 !important;
    padding-top: 34px !important;
  }
  .header-contacts-banner .block-3 .user-cabinet {
    display: flex;
    justify-content: space-between;
  }
  .header-contacts-banner {
    box-shadow: unset !important;
  }
  .logo-row {
    height: auto !important;
    width: 100%;
  }
  .logo-row .btn-list {
    width: 100%;
  }
  .logo-row .header-right-side {
    width: 100%;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media (max-width: 480px) {
  .header-contacts-banner {
    height: auto !important;
    padding-top: 12px;
  }
  .header-contacts-banner .logo {
    top: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 380px) {
  .header-contacts-banner .subdomain .block-1 {
    padding-left: 85px !important;
  }
}/*# sourceMappingURL=header.css.map */