

/* Start:/local/templates/templ_main/sections_inc/basket.css?16854365659929*/
.basket__form {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.basket__formTitle {
  line-height: 1.4;
  text-overflow: ellipsis;
  position: relative;
  font-size: 28px;
  margin: 0 0 30px 0;
}
.basket__formProducts {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.basket__products {
  width: 100%;
  min-height: 200px;
  padding: 12px 0 12px 0;
}
.basket__productsTable {
  width: 100%;
}
.basket__productsTableHead {
  width: 100%;
}
.basket__productsTableBody {
  width: 100%;
  text-align: center;
}
.basket__product {
  width: 100%;
  position: relative;
}
.basket__productthumbnail {
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket__productImgWrapper {
  text-align: center;
  background-color: var(--primaryColor);
  transition: border-color 0.2s ease-out;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.basket__productImgWrapper:hover {
  border-color: var(--primaryColor-300);
}
.basket__productImgWrapper:active {
  transform: translateY(2px);
}
.basket__productImg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 150px;
  min-width: 100px;
  height: auto;
  margin: auto;
  display: inline-block;
  position: absolute;
}
.basket__productDesc {
  max-width: 600px;
  vertical-align: middle;
  display: table-cell;
}
.basket__productDescTitle {
  max-width: 500px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease-out;
  display: inline-block;
}
.basket__productDescTitle:hover {
  color: var(--mainColor);
}
.basket__productDescTitle:active {
  transform: translateY(2px);
}
.basket__productDescPriceValue {
  font-size: 18px;
}
.basket__productCalc {
  width: 230px;
  padding: 0 10px 10px 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.basket__productQuantity {
  width: 150px;
  height: 42px;
  position: relative;
  display: inline-block;
}
.basket__productQuantity.loading {
  background-size: 32px;
  pointer-events: none;
}
.basket__productQuantity.loading .basket__productQuantityBtn {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.basket__productQuantityBtn {
  top: 2px;
  width: 36px;
  height: 36px;
  border: solid 2px var(--primaryColor-250);
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  font-family: Arial, sans-serif;
  border-radius: 50%;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 1;
  user-select: none;
}
.basket__productQuantityBtn:hover {
  background-color: var(--primaryColor-100);
  border-color: var(--primaryColor-300);
}
.basket__productQuantityBtn:active {
  transform: translateY(2px);
}
.basket__productQuantityBtn--decrement {
  left: 2px;
}
.basket__productQuantityBtn--decrement::before {
  content: "-";
  top: -4px;
  left: 11px;
  font-size: 32px;
  position: absolute;
  display: block;
}
.basket__productQuantityBtn--increment {
  right: 2px;
}
.basket__productQuantityBtn--increment::before {
  content: "+";
  top: 2px;
  left: 9px;
  font-size: 26px;
  position: absolute;
  display: block;
}
.basket__productQuantityValue {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 40px;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  border: solid 1px var(--primaryColor-200);
  outline: 0;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  animation-fill-mode: both;
  animation-duration: 0.75s;
  animation-name: fadeIn;
}
.basket__productQuantityValue:focus {
  border-color: var(--mainColor-200);
  background-color: var(--primaryColor-50);
}
.basket__productPrice {
  min-width: 100px;
  padding: 0 10px 10px 10px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.basket__productPriceCost {
  font-weight: 600;
}
.basket__productAction {
  padding: 0 10px 10px 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.basket__productActionRemoveBtn {
  border: 0;
  padding: 6px 8px;
  line-height: 17px;
  background-color: var(--primaryColor-100);
  color: var(--primaryColor-500);
  border-radius: 50%;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.basket__productActionRemoveBtn:hover {
  background-color: var(--cancelColor-300);
  color: var(--primaryColor);
}
.basket__productActionRemoveBtn:active {
  transform: translateY(2px);
}
.basket__productActionRemoveBtn.loading {
  background-size: 28px;
  color: transparent;
  cursor: wait;
  pointer-events: none;
}
.basket__formTotalCost {
  width: 100%;
  padding: 20px 20px 0 0;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
}
.basket__formTotalCostValue {
  padding: 0 0 0 10px;
}
.basket__formUser {
  width: 100%;
  padding-right: 650px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.basket__formNotice {
  line-height: 18px;
}
.basket__empty {
  width: 100%;
  margin: 30px auto 80px auto;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
.basket__emptyIcon {
  width: 100%;
  max-width: 160px;
  vertical-align: top;
  display: inline-block;
}
.basket__emptyTitle {
  margin: 20px 0 30px 0;
  font-size: 28px;
  color: var(--primaryColor-500);
}
.basket__emptyText {
  max-width: 600px;
  margin: 20px auto 30px auto;
  color: var(--primaryColor-700);
  line-height: 1.4;
}
.basket__success {
  width: 100%;
  margin: 30px auto 80px auto;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
.basket__successIcon {
  width: 100%;
  max-width: 160px;
  vertical-align: top;
  display: inline-block;
}
.basket__successTitle {
  margin: 30px 0 10px 0;
  font-size: 28px;
  font-weight: 600;
}
.basket__successSubtitle {
  margin: 0 0 30px 0;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .basket__form {
    animation-fill-mode: both;
    animation-duration: 0.7s;
    animation-name: fadeIn;
  }
  .basket__product:nth-child(2n) {
    background-color: var(--primaryColor-25);
  }
  .basket__formTotalCost {
    text-align: right;
  }
  .basket__emptyIcon {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.1s;
    animation-name: slideUp;
  }
  .basket__emptyTitle {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.2s;
    animation-name: slideUp;
  }
  .basket__emptyText {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.3s;
    animation-name: slideUp;
  }
  .basket__emptyLink {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-name: fadeIn;
  }
}
@media (max-width: 768px) {
  .basket__formTitle {
    font-size: 24px;
  }
  .basket__emptyIcon {
    max-width: 120px;
  }
  .basket__emptyTitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--primaryColor-900);
  }
  .basket__successIcon {
    max-width: 120px;
  }
  .basket__successTitle {
    font-size: 20px;
  }
  .basket__successIcon {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.1s;
    animation-name: slideUp;
  }
  .basket__successTitle {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.3s;
    animation-name: slideUp;
  }
  .basket__successSubtitle {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.5s;
    animation-name: slideUp;
  }
  .basket__successLink {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 1s;
    animation-name: fadeIn;
  }
}
@media (max-width: 1024px) {
  .basket__productsTable {
    vertical-align: top;
    display: inline-block;
  }
  .basket__productsTableHead {
    display: none;
  }
  .basket__productsTableBody {
    vertical-align: top;
    display: inline-block;
  }
  .basket__product {
    max-width: 320px;
    margin: 15px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--primaryColor);
    border-radius: 4px;
    vertical-align: top;
    display: inline-block;
  }
  .basket__productthumbnail {
    width: 100%;
    text-align: center;
    display: block;
  }
  .basket__productImgWrapper {
    width: 100%;
    border: 0;
    background-color: var(--primaryColor-50);
    border-bottom: solid 2px var(--primaryColor-250);
  }
  .basket__productImg {
    max-width: 100%;
  }
  .basket__productDesc {
    width: 100%;
    padding: 15px;
  }
  .basket__productDescTitle {
    font-size: 18px;
    font-weight: 500;
  }
  .basket__productDescPrice {
    margin: 15px 0 0 0;
  }
  .basket__productCalc {
    width: 100%;
    padding-left: 50%;
    display: block;
  }
  .basket__productPrice {
    width: 45%;
    margin: -55px 0 0 -1px;
    padding: 6px 5px 6px 16px;
    font-size: 20px;
    line-height: 28px;
    background-color: var(--primaryColor-50);
    border: solid 1px var(--primaryColor-250);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
    display: block;
  }
  .basket__productActionRemoveBtn {
    top: 5px;
    right: 5px;
    padding: 10px 12px;
    background-color: var(--cancelColor-300);
    color: var(--primaryColor);
    position: absolute;
  }
  .basket__formTotalCost {
    padding: 30px 0 10px 0;
    background-color: transparent;
  }
  .basket__formUser {
    padding-right: 0;
  }
}
@media (max-width: 425px) {
  .basket__product {
    margin: 0 0 20px 0;
  }
  .basket__productQuantity {
    width: 140px;
  }
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineBasket.css?169115319715316*/
.upline-basket {
  display: grid;
  grid-gap: 32px;
  grid-template-areas: "products user";
  grid-template-columns: 1fr 400px;
  padding-bottom: 94px;
}
.upline-basket .basket__form-top {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 54px;
}
.upline-basket .basket__form-buttons {
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
.upline-basket .basket__form-buttons_type_mobile {
  grid-gap: 23px;
  flex-direction: column;
  margin-top: 40px;
}
.upline-basket .basket__form-button {
  flex-wrap: nowrap;
  grid-gap: 8px;
  font-size: 14px;
  color: #8B8B8B;
  transition: color 0.3s;
}
.upline-basket .basket__form-button a {
  text-decoration: none;
}
.upline-basket .basket__form-button:hover {
  color: #000;
}
.upline-basket .basket__productsTable {
  border-collapse: collapse;
}
.upline-basket .basket__productsTableHead {
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  text-align: left;
}
.upline-basket .basket__productsTableHead td {
  padding: 0 20px 18px;
  border-bottom: 1px solid #E6E6E6;
}
.upline-basket .basket__product td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
.upline-basket .basket__product td:first-child {
  padding: 20px 0;
}
.upline-basket .basket__productthumbnail {
  width: auto;
  text-align: left;
}
.upline-basket .basket__productImgWrapper {
  width: 135px;
  height: 135px;
  margin-right: 28px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 7px;
}
.basket__productImgWrapper .basket__productImg {
  max-width: 135px;
}
.upline-basket .basket__productDescTitle {
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #007DDC;
}
.upline-basket .basket__productDescTitle:hover {
  color: #0060a9;
}
.upline-basket .basket__productDescPrice {
  width: auto;
  margin: 0;
  display: table-cell;
  white-space: nowrap;
  font-size: 14px;
}
.upline-basket .basket__productDescPriceValue {
  font-weight: 600;
  padding-right: 4px;
}
.upline-basket .basket__productCalc {
  width: auto;
}
.upline-basket .basket__productQuantity {
  margin: 26px 0 0;
  width: 100px;
}
.upline-basket .basket__productQuantityValue {
  padding: 0 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
}
.upline-basket .basket__productQuantityBtn {
  top: 9px;
  width: 21px;
  height: 21px;
  background: #E9E9E9;
  border-color: #E9E9E9;
}
.upline-basket .basket__productQuantityBtn--decrement::before {
  top: -12px;
  left: 3px;
}
.upline-basket .basket__productQuantityBtn--increment::before {
  top: -6px;
  left: 1px;
}
.upline-basket .basket__productPrice {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}
.upline-basket .basket__product-units {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  /*margin-top: 10px;*/
  justify-content: center;
}
.upline-basket .basket__product-units_type_select {
  display: none;
  padding: 4px 0 4px 8px;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
  background: #F3F3F3;
  border-radius: 4px;
  border: none;
}
.upline-basket .basket__product-unit {
  border: none;
  font-size: 15px;
  line-height: 1.2;
  color: #007DDC;
}
.upline-basket .basket__product-unit.active {
  font-weight: 600;
  color: #070707;
}
.upline-basket .basket__form-separator {
  margin: 10px 0;
}
.upline-basket .basket__product-actions {
  display: flex;
  grid-gap: 24px;
}
.upline-basket .basket__product-favorite {
  color: #C4C4C4;
  padding: 6px 8px;
}
.upline-basket .basket__product-favorite.selected,
.upline-basket .basket__product-favorite:hover {
  color: #FFBF3E;
}
.upline-basket .basket__formTitle {
  margin: 0;
  font-size: 25px;
}
.upline-basket .basket__formUser-wrapper {
  grid-area: user;
}
.upline-basket .basket__form-questions {
  margin-top: 27px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.upline-basket .basket__form-questions .basket__form-phone {
  text-decoration: none;
  font-size: 1.1em;
}
.upline-basket .upline-input__text {
  /*font-weight: 600;*/
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
.upline-basket .upline-input__text::placeholder {
  font-weight: normal;
}
.upline-basket .upline-input__text:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.upline-basket .upline-input__text:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.basket__formInput .upline-input__text {
  border-width: 1px;
}
.upline-basket .basket__formUser {
  padding: 30px;
  background: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.upline-basket .basket__formProducts {
  grid-area: products;
}
.upline-basket .basket__formCheckbox {
  margin-top: 7px;
  font-size: 14px;
}
.upline-basket .basket__formTotalCost {
  padding: 0;
  font-size: 14px;
  color: #888888;
  text-align: left;
}
.upline-basket .basket__formTotalCostValue, .upline-basket .basket__formTotalCostCurrency {
  font-weight: 600;
  font-size: 27px;
  color: #000000;
}
.upline-basket .basket__formFooter {
  margin-top: 25px;
  padding: 0;
}
.upline-basket .basket__formBtn {
  width: 100%;
}
.upline-basket .basket__formNotice {
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #888888;
}
.upline-basket .basket__formNotice a {
  color: inherit;
  border: none;
  text-decoration: underline;
}

.upline-basket .upline-input__text.invalid::placeholder {
  color: #DF5E5E;
  opacity: 1;
}
.basket__formInput .upline-input__notice,
.basket__formInput .upline-input__notice_bad {
  position: absolute;
  left: 18px;
  top: 7px;
  color: #888888;
  font-size: 14px;
  margin: 0;
}
input.upline-input__text:placeholder-shown ~ .upline-input__notice,
input.upline-input__text:placeholder-shown ~ .upline-input__notice_bad,
input.upline-input__text:not(:placeholder-shown) ~ .upline-input__notice_bad {
  display: none;
}
input.upline-input__text:not(:placeholder-shown) {
  padding: 28px 16px 16px 16px;
}
input.upline-input__text.valid:not(:placeholder-shown) ~ .upline-input__notice {
  display: block;
  /*color: #65DD40;*/
}
input.upline-input__text.valid:not(:placeholder-shown) ~ .upline-input__notice_bad {
  display: none;
}
input.upline-input__text.invalid:not(:placeholder-shown) ~ .upline-input__notice {
  display: none;
}
input.upline-input__text.invalid:not(:placeholder-shown) ~ .upline-input__notice_bad {
  display: block;
  color: #DF5E5E;
}
.upline-input__text.valid {
  border-color: #65DD40;
}
.upline-basket .basket__form-name.valid + .valid-sign::after,
.upline-basket .basket__form-phone.valid + .valid-sign::after,
.upline-basket .basket__form-email.valid + .valid-sign::after  {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 23px;
  height: 15px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-image: url("/local/templates/templ_main/ui/icons/success.svg");
}
.upline-basket .basket__form-name.invalid,
.upline-basket .basket__form-phone.invalid,
.upline-basket .basket__form-email.invalid
{
  border-color: #DF5E5E;
}
.upline-basket .basket__form-name.invalid + .valid-sign::after,
.upline-basket .basket__form-phone.invalid + .valid-sign::after,
.upline-basket .basket__form-email.invalid + .valid-sign::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-image: url("/local/templates/templ_main/ui/icons/error.svg");
}
#product_additional.basket__product td {
  border-bottom: none;
}
.upline-basket .basket__productActionRemoveBtn {
  width: 36px;
}
@media screen and (max-width: 1400px) {
  .upline-basket .basket__productImgWrapper {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .upline-basket .basket__form-top {
    margin-bottom: 21px;
  }
  .upline-basket .basket__products {
    padding: 0;
  }
  .upline-basket .basket__product {
    display: grid;
    grid-template-areas: "thumbnail desc action" "calc calc price";
    grid-template-columns: auto 1fr auto;
    max-width: 100%;
    margin: 0 0 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  }
  .upline-basket .basket__product td,
  .upline-basket .basket__product td:first-child {
    padding: 10px;
  }
  .upline-basket .basket__thumbnail {
    grid-area: thumbnail;
  }
  .upline-basket .basket__productImgWrapper {
    margin-right: 0;
  }
  .upline-basket .basket__productDesc {
    display: flex;
    align-items: center;
    grid-area: desc;
    max-width: 100%;
  }
  .upline-basket .basket__productDescTitle {
    margin: 0;
  }
  .upline-basket .basket__productDescPrice {
    display: none;
  }
  .upline-basket .basket__productCalc {
    display: flex;
    grid-gap: 16px;
    align-items: center;
    grid-area: calc;
  }
  .upline-basket .basket__productQuantity {
    margin: 0;
  }
  .upline-basket .basket__productPrice {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-area: price;
    min-width: auto;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.15;
    background-color: #fff;
    border: none;
    border-radius: 0;
  }
  .upline-basket .basket__productAction {
    grid-area: action;
  }
  .upline-basket .basket__product-actions {
    flex-direction: column-reverse;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }
  .upline-basket .basket__productActionRemoveBtn {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    background-color: #fff;
    color: #C4C4C4;
  }
  .upline-basket .basket__product-units {
    margin-top: 0;
  }
  .upline-basket .basket__formUser-wrapper {
    display: none;
  }
  .upline-basket .basket__checkbox:checked ~ .basket__formUser-wrapper {
    display: block;
  }
  .upline-basket .basket__checkbox:checked ~ .basket__formProducts {
    display: none;
  }
  .upline-basket .basket__formFooter {
    display: flex;
    gap: 9px;
  }
  .upline-basket .basket__back {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #FFBF3E;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .upline-basket .basket__product:nth-child(2n) {
    background-color: unset;
  }
  .upline-basket .basket__formTotalCost_hide_desktop {
    display: none;
  }
  .upline-basket .basket__form-separator_hide_desktop {
    display: none;
  }
  .upline-basket .basket__formBtn_hide_desktop {
    display: none;
  }
  .upline-basket .basket__form-buttons_type_mobile {
    display: none;
  }
  .upline-basket .basket__back {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .upline-basket .basket__formTitle_hide_desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .upline-basket .basket__form-questions {
    margin-top: 23px;
  }
  .upline-basket .basket__formTitle {
    font-size: 19px;
  }
  .upline-basket .basket__form-button_hide_mobile {
    display: none;
  }
  .upline-basket .basket__product-units_type_buttons {
    display: none;
  }
  .upline-basket .basket__product-units_type_select {
    display: block;
  }
  .upline-basket .basket__formTotalCost {
    display: flex;
    align-items: center;
    margin: 27px 0;
  }
  .upline-basket .basket__formTotalCostText {
    margin-right: auto;
    font-weight: 400;
    font-size: 13px;
    color: #8B8B8B;
  }
  .upline-basket .basket__formTotalCostValue, .upline-basket .basket__formTotalCostCurrency {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
  }
  .upline-basket .basket__formUser {
    padding: 0;
    box-shadow: none;
  }
  .upline-basket .basket__formInput--name {
    margin-top: 23px;
  }
  .upline-basket .basket__formCheckbox--newsletter {
    margin-bottom: 27px;
  }
  #product_additional.basket__product td.basket__productCalc,
  #product_additional.basket__product td.basket__productPrice,
  #product_additional.basket__product td.basket__productAction
  {
    padding: 0;
  }
  #product_additional.basket__product td.basket__productDesc
  {
    padding-bottom: 17px;
  }
  .upline-basket .basket__form-buttons {
    max-width: 250px;
  }
  .upline-basket .basket__form-buttons.basket__form-buttons_type_mobile {
    max-width: none;;
  }
}
@media screen and (max-width: 1200px) {
  .upline-basket {
    grid-template-areas: "products products" "user user";
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .upline-basket {
    padding-bottom: 86px;
  }
}

.share-cart-links .upline-tooltip {
  padding-right: 10px;
}
.share-cart-links {
  display: flex;
  align-items: flex-start;
}
.share-cart-links svg {
  fill: #8B8B8B;
  fill-rule: evenodd;
}
.share-modal {
  margin: 25px 25px 40px 25px;
  max-width: 500px;
}
.a-share-link {
  color: #007DDC;
  word-wrap: anywhere;
}
.share-text {
  padding-bottom: 15px;
}
@media (max-width: 501px) {
  .share-modal-container {
    width: 98vw;
  }
}

.add-goods-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.good-container {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  box-shadow: 1px 1px 3px #888;
  padding: 10px;
  font-size: 14px;
}
.share-cart-links svg {
  fill: #8B8B8B;
}
.good-id {
  width: 60px;
}
.good-photo {
  text-align: center;
  min-width: 80px;
}
.good-photo img {
  max-width: 70px;
  max-height: 50px;
}
.good-name {
  width: 100%;
}
.good-summ {
  width: 150px;
  text-align: center;
}
.good-delete {
  width: 30px;
}

.share-add-modal {
  margin: 25px;
  max-width: 700px;
}
.good-name a {
  color: #007DDC;
}
.price-old {
  color: #b0b6b7;
  text-decoration: line-through;
  font-size: 0.9em;
}
.good-delete-import {
  border: none;
}
.good-delete-import svg {
  fill-rule: evenodd;
  fill: #8B8B8B;
}
.add-goods-buttons, .reload-basket-buttons {
  text-align: right;
  padding: 25px 0 0 0;
}
.add-goods-buttons button {
  margin-left: 15px;
  padding: 8px 15px;
}
.add-goods-buttons .upline-base-button_type_shadow {
  border: none;
}
.add-goods-sucсess {
}
.reload-basket-buttons a {
  margin-left: 15px;
  padding: 8px 15px;
  text-decoration: none;
}
.good-container [data-tooltip]:hover::before, [data-tooltip]:focus::before, [data-tooltip]:active::before {
  right: 0;
}
@media (max-width: 531px) {
  .share-add-modal {
    margin: 25px 15px;
  }
  .share-add-modal-container {
    width: 100vw;
  }
  .add-goods-container {
    gap: 15px;
  }
  .good-container {
    flex-direction: column;
  }
  .good-photo img {
    max-width: 140px;
    max-height: 100px;
  }
  .good-name {
    padding: 0 3vw
  ;
  }
  .good-summ {
    width: 100%;
    white-space: nowrap;
  }
  .good-summ br {
    display: none;
  }
  .good-delete {
    position: absolute;
    right: 20px;
  }
}

@media screen and (max-width: 380px) {
  .upline-basket .basket__form-buttons {
    max-width: 145px;
    grid-row-gap: 0;
  }
  .upline-basket .basket__form-button {
    max-width: 150px;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .basket__productImgWrapper .basket__productImg {
    max-width: 100%;
  }
}

.upline-basket .basket__product-favorite.selected .heart_in {
  fill: #ffbf3e;
}

/* End */
/* /local/templates/templ_main/sections_inc/basket.css?16854365659929 */
/* /local/templates/templ_main/sections_inc/uplineBasket.css?169115319715316 */
