@charset "UTF-8";
/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
.ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
}
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
.ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
}
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
.ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
}
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
.ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
}
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
.ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
}
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
.ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
}
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
.ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
}
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
.bold {
    font-weight: 500;
}
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-2 {
    font-weight: 600;
}
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-3 {
    font-weight: 700;
}
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill {
  fill: var(--color);
}
.icon-stroke {
  stroke: var(--color);
}
.icon-fill-stroke {
  fill: var(--color);
  stroke: var(--color);
}
.basket-popup__text-stressed {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 16px;
}
.basket-popup {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
.basket-popup {
    max-height: 700px;
}
}
@media (min-width: 992px) {
.basket-popup_empty {
    left: -400px;
}
}
.basket-popup__header {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.basket-popup__header span {
  font-size: 21px;
}
.basket-popup__header div {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #ADADAD;
}
@media (min-width: 992px) {
.basket-popup__header {
    padding: 12px 25px;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.basket-popup__header span {
    font-size: 18px;
}
}
.basket-popup__clear-btn {
  cursor: pointer;
}
.basket-popup__content-wrapper {
  width: 100%;
  flex-grow: 1;
  -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  touch-action: pan-y;
}
.basket-popup__content-wrapper::-webkit-scrollbar {
  width: 2px;
}
@media (min-width: 992px) {
.basket-popup__content-wrapper {
    width: calc(100% - 10px);
    margin-right: 10px;
    max-height: unset;
}
.basket-popup__content-wrapper::-webkit-scrollbar {
    width: 0;
}
.basket-popup__content-wrapper .basket-item {
    margin-bottom: 12px;
}
}
.basket-popup__mobile-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.basket-popup__content-wrapper_empty {
  margin-right: 0;
  height: 50vh;
}
@media (min-width: 992px) {
.basket-popup__content-wrapper_empty {
    height: unset;
}
.basket-popup__content-wrapper_empty::-webkit-scrollbar {
    width: 0;
}
}
.basket-popup__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  padding: 0 20%;
  text-align: center;
}
@media (min-width: 992px) {
.basket-popup__empty {
    height: 130px;
}
}
hr {
  width: calc(100% - 50px);
  margin: 0;
  background: #EEEEEE;
}
.basket-popup__button_empty {
  margin-top: 12px;
}
.basket-popup__footer {
  padding: 0 16px 16px 16px;
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  touch-action: none;
}
.basket-popup__footer hr {
  width: 100%;
  margin-top: 12px;
  border-top: 1px solid var(--ds-color-inactive);
}
@media (min-width: 992px) {
.basket-popup__footer {
    padding: 0 32px 32px 32px;
}
}
.basket-popup__prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.basket-popup__footer-discount {
  color: var(--ds-color-neutral);
}
.basket-popup__footer-discount span {
  color: var(--ds-color-primary);
}
.basket-popup__prices-right {
  text-align: right;
}
.basket-popup__item {
  display: flex;
  flex-direction: column;
}
.basket-popup__crossed-price {
  font-weight: 400;
}
.basket-popup__basic-price {
  font-size: 1rem;
}
.basket-popup__bonuses {
  width: 100%;
  border: 1px solid var(--ds-color-primary);
  padding: 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.basket-popup__bonuses::after {
  content: "Бесплатно";
  position: absolute;
  top: -13px;
  left: 7px;
  color: var(--ds-color-primary);
  background: var(--ds-color-white);
  padding: 0 8px;
}
.basket-popup__bonuses-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}