@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: 'segoe_uibold';
  src: url("segoe_ui_bold-webfont.woff2") format("woff2"), url("segoe_ui_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'segoe_uiregular';
  src: url("segoe_ui-webfont.woff2") format("woff2"), url("segoe_ui-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*** Colors ***/
/* line 3, cart.scss */
.catalog-return {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5); }
  /* line 8, cart.scss */
  .catalog-return:hover {
    color: #4C5969; }

/* line 15, cart.scss */
.cart-block-wrap .product-list-similar-wrap {
  max-width: 100%;
  margin: 120px auto 0; }
  /* line 19, cart.scss */
  .cart-block-wrap .product-list-similar-wrap .title-wrap {
    padding-left: 30px; }

/* line 25, cart.scss */
.empty-cart-title {
  font-weight: 400;
  font-size: 32px;
  color: #d0d0d0; }

/* line 30, cart.scss */
.empty-cart-desc {
  color: #000;
  font-size: 18px; }
  /* line 34, cart.scss */
  .empty-cart-desc .empty-cart-link {
    color: #07f;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: all 0.3s ease; }
    /* line 40, cart.scss */
    .empty-cart-desc .empty-cart-link:hover {
      background: #0077ff1a;
      transition: all 0.3s ease; }

/* line 47, cart.scss */
.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  /* line 52, cart.scss */
  .cart .page_layout-clear {
    width: 100%; }
  /* line 56, cart.scss */
  .cart .column {
    flex: 1;
    max-width: 362px; }
    /* line 60, cart.scss */
    .cart .column h1 {
      font-weight: 700;
      font-size: 32px;
      color: #000; }
    /* line 66, cart.scss */
    .cart .column:first-child {
      max-width: 100%;
      padding-right: 20px; }
      /* line 70, cart.scss */
      .cart .column:first-child .top-block {
        display: none; }

/* line 77, cart.scss */
.cart-list {
  margin-top: 25px; }
  /* line 80, cart.scss */
  .cart-list--item {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 18px 0px 17px 23px;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 5px; }
    /* line 90, cart.scss */
    .cart-list--item:first-child {
      margin-top: 0; }
  /* line 95, cart.scss */
  .cart-list .col {
    flex: 1; }
  /* line 99, cart.scss */
  .cart-list .marker {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 10px);
    left: -48px;
    width: 64.66px;
    height: 62px;
    background: var(--marker-bg);
    border-radius: 50% 50% 0 50%;
    transform: translateY(-50%);
    pointer-events: none; }
    /* line 113, cart.scss */
    .cart-list .marker .icon {
      width: 18px;
      height: 18px;
      fill: #ffffff; }
  /* line 120, cart.scss */
  .cart-list .favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    max-width: 34px;
    border-radius: 50%;
    cursor: pointer; }
    /* line 129, cart.scss */
    .cart-list .favorite .icon {
      fill: #ffffff;
      margin: 3px 0 0 2px;
      font-size: 11px; }
    /* line 138, cart.scss */
    .cart-list .favorite.favorites-added path, .cart-list .favorite.is-added path {
      fill: #FFAB41; }
  /* line 145, cart.scss */
  .cart-list .image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 23px; }
    /* line 154, cart.scss */
    .cart-list .image img {
      max-height: 70px;
      border-radius: 6px; }
  /* line 160, cart.scss */
  .cart-list .info-block {
    flex: 2; }
  /* line 164, cart.scss */
  .cart-list .title {
    display: block;
    color: #000000; }
  /* line 169, cart.scss */
  .cart-list .sku {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #31A375; }
  /* line 176, cart.scss */
  .cart-list .cost-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    white-space: nowrap; }
    /* line 183, cart.scss */
    .cart-list .cost-wrap .old-cost {
      margin-right: 12px;
      font-weight: 300;
      font-size: 14px;
      color: #000000;
      text-decoration: line-through;
      opacity: .5; }
    /* line 192, cart.scss */
    .cart-list .cost-wrap .cost {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
    /* line 198, cart.scss */
    .cart-list .cost-wrap .packing {
      font-weight: 600;
      font-size: 12px;
      line-height: 15px; }
  /* line 205, cart.scss */
  .cart-list .quantity-wrap {
    flex: 2;
    max-width: 152px;
    min-width: 70px; }
  /* line 211, cart.scss */
  .cart-list .quantity {
    margin: 0; }
  /* line 215, cart.scss */
  .cart-list .quantity-cart {
    background: #F4F4F4;
    min-width: 117px;
    width: 117px;
    border-radius: 5px;
    padding: 5px; }
  /* line 223, cart.scss */
  .cart-list .quantity-control {
    background: none;
    border: none; }
  /* line 228, cart.scss */
  .cart-list .quantity-input {
    background: none;
    border: none !important;
    color: #000 !important; }
  /* line 235, cart.scss */
  .cart-list .quantity .plus::before, .cart-list .quantity .plus::after, .cart-list .quantity .minus:before {
    background: #B2B2B2; }
  /* line 240, cart.scss */
  .cart-list .total-price {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    max-width: 120px; }
  /* line 247, cart.scss */
  .cart-list .markers {
    position: relative;
    display: flex;
    width: 100%;
    pointer-events: none;
    z-index: 9; }
    /* line 254, cart.scss */
    .cart-list .markers--item {
      margin: 0;
      padding: 4px 8px !important;
      background: var(--marker-second-bg);
      font-weight: 700;
      font-size: 10px;
      color: #ffffff;
      text-align: center;
      border-radius: 5px;
      margin-right: 4px; }
      /* line 265, cart.scss */
      .cart-list .markers--item.sales {
        padding: 4px 8px !important; }
      /* line 269, cart.scss */
      .cart-list .markers--item.discount {
        background: #8197da;
        padding: 4px 8px !important; }
      /* line 274, cart.scss */
      .cart-list .markers--item.new {
        background: var(--marker-third-bg);
        padding: 4px 8px !important; }
  /* line 281, cart.scss */
  .cart-list .delete {
    position: relative;
    min-width: 19px;
    max-width: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 290, cart.scss */
    .cart-list .delete:before, .cart-list .delete:after {
      content: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 2px;
      height: 13px;
      background: #4c5969; }

/* line 304, cart.scss */
.cart-total-wrap {
  position: sticky;
  top: 60px; }

/* line 309, cart.scss */
.cart-total {
  flex: 1;
  width: 100%;
  margin-top: 16px;
  padding: 16px 23px;
  background: #ffffff;
  box-shadow: 0 4px 100px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  font-size: 14px; }
  /* line 319, cart.scss */
  .cart-total .total {
    margin-top: 10px; }
    /* line 322, cart.scss */
    .cart-total .total .label {
      font-size: 14px;
      line-height: 17px; }
    /* line 327, cart.scss */
    .cart-total .total .sum {
      font-weight: 700;
      font-size: 24px;
      line-height: auto;
      white-space: nowrap; }
  /* line 335, cart.scss */
  .cart-total .count-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 12px;
    color: #818181; }
    /* line 343, cart.scss */
    .cart-total .count-product .count-basket, .cart-total .count-product .count-text {
      padding-right: 4px; }
  /* line 348, cart.scss */
  .cart-total .coupon {
    margin: 10px auto 0; }
    /* line 351, cart.scss */
    .cart-total .coupon input {
      border: 1px solid #dadada;
      border-radius: 4px;
      padding: 8px 20px;
      height: 40px;
      box-shadow: none !important;
      text-align: center; }
    /* line 360, cart.scss */
    .cart-total .coupon .coupon-btn {
      border: none;
      margin-top: 10px !important; }

/* line 367, cart.scss */
.info-text-block {
  width: 100%;
  min-height: 48px;
  font-size: 12px;
  background: #DDF2F5;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--btn-border-radius); }

/* line 381, cart.scss */
.rd-container-attachment {
  z-index: 99; }

/*** Order ***/
/* line 388, cart.scss */
.co-section--content {
  flex-direction: column !important; }

/* line 393, cart.scss */
.checkout-page .co-section--checkout_order {
  border-right: 1px solid #E5E5E5; }
/* line 397, cart.scss */
.checkout-page .co-checkout-block--padded {
  padding: 0 32px; }

/* line 402, cart.scss */
.co-modal {
  width: 100%;
  max-width: 1024px; }

/* line 409, cart.scss */
.co-modal-login_form input[type="text"],
.co-modal-login_form .input, .co-modal-login_form input[type="text"],
.co-modal-login_form .textarea, .co-modal-login_form textarea,
.co-modal-login_form .co-input-field {
  border: 1px solid #E5E5E5; }
/* line 416, cart.scss */
.co-modal-login_form .co-button {
  min-height: 54px;
  padding: 18px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: var(--btn-border-radius); }

/* line 427, cart.scss */
.co-checkout-order_form a:not([class]):focus,
.co-checkout-order_form .picker-input--active:not([class]),
.co-checkout-order_form a:not([class]):hover,
.co-checkout-order_form .link:focus,
.co-checkout-order_form .link.picker-input--active,
.co-checkout-order_form .link:hover,
.co-checkout-order_form .co-link:focus,
.co-checkout-order_form .co-link.picker-input--active,
.co-checkout-order_form .co-link:hover {
  color: #4c5969; }
/* line 439, cart.scss */
.co-checkout-order_form input[type="text"],
.co-checkout-order_form .input, .co-checkout-order_form input[type="text"],
.co-checkout-order_form .textarea, .co-checkout-order_form textarea,
.co-checkout-order_form .co-input-field {
  border: 1px solid #E5E5E5; }
/* line 446, cart.scss */
.co-checkout-order_form .co-input {
  max-width: 600px; }
/* line 450, cart.scss */
.co-checkout-order_form .co-social_login-box .co-input-description {
  border: 0; }
/* line 454, cart.scss */
.co-checkout-order_form .co-button--checkout {
  min-height: 54px;
  padding: 18px 24px;
  background: var(--button-bg);
  color: var(--button-text-color);
  border-radius: var(--btn-border-radius); }

/* line 463, cart.scss */
.co-basket_subtotal {
  padding: 6px 0; }

/* line 467, cart.scss */
.co-sidebar {
  top: 48px;
  padding: 0 32px;
  box-shadow: none; }

/* line 473, cart.scss */
.co-basket {
  max-width: 100%;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-radius: var(--btn-border-radius); }
  /* line 479, cart.scss */
  .co-basket.co-checkout-block--padded {
    padding: 0; }

/* line 484, cart.scss */
.co-basket_item {
  margin: 0;
  padding: 8px;
  padding-right: 16px; }

/* line 490, cart.scss */
.co-basket_subtotal-list {
  margin: 0;
  padding: 16px; }

/* line 495, cart.scss */
.co-basket_subtotal:not(:first-child) {
  margin-top: 12px; }

/* line 499, cart.scss */
.co-basket_total {
  margin: 0;
  padding: 16px; }

/* line 504, cart.scss */
.co-section--checkout_content {
  max-width: 1560px;
  margin: 0 auto; }

/* line 509, cart.scss */
.co-title--h1 {
  font-size: 1.3em;
  line-height: normal; }

/* line 514, cart.scss */
.co-checkout-title {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  color: #000; }
  /* line 521, cart.scss */
  .co-checkout-title .logo {
    display: block;
    max-width: 300px; }

/* line 527, cart.scss */
.co-title--h2 {
  font-size: 1.7142rem; }

/* line 531, cart.scss */
.co-login {
  margin-top: 20px;
  align-self: center !important; }
  /* line 535, cart.scss */
  .co-login .co-form-button {
    min-height: 54px;
    padding: 18px 24px;
    color: var(--button-text-color);
    background: var(--button-bg);
    width: 100%; }
    /* line 542, cart.scss */
    .co-login .co-form-button:hover, .co-login .co-form-button:focus, .co-login .co-form-button:active {
      background: var(--button-hover-bg); }

/* line 550, cart.scss */
.co-input-label {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5); }

/* line 556, cart.scss */
.co-form-controls {
  justify-content: center; }

/* line 562, cart.scss */
.co-form--login_by_email .co-input {
  margin-top: 20px; }
  /* line 565, cart.scss */
  .co-form--login_by_email .co-input:first-child {
    margin-top: 0; }

/* line 571, cart.scss */
.co-input-notice {
  text-align: left; }

/* line 575, cart.scss */
.co-sber_login-text,
.co-login-text {
  line-height: normal; }

/* line 580, cart.scss */
.co-button--link,
.co-button--password_recover {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0; }
  /* line 586, cart.scss */
  .co-button--link:hover,
  .co-button--password_recover:hover {
    color: #4c5969; }
  /* line 590, cart.scss */
  .co-button--link:after,
  .co-button--password_recover:after {
    border-bottom: none !important; }

/* line 597, cart.scss */
.co-delivery_adress .co-input--flat {
  flex-basis: 100%; }

/* line 602, cart.scss */
.co-social_login-box .co-input-description {
  font-weight: 700;
  color: #000000;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid; }
  /* line 610, cart.scss */
  .co-social_login-box .co-input-description:hover {
    border-color: #4c5969; }
    /* line 613, cart.scss */
    .co-social_login-box .co-input-description:hover a {
      color: #4c5969; }

/* line 619, cart.scss */
.co-input-title {
  margin: 0;
  font-size: 16px; }

/* line 624, cart.scss */
.co-input-description {
  margin: 0;
  font-size: 14px; }

/* line 629, cart.scss */
.co-toggable_field-information {
  padding: 0; }

/* line 635, cart.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0 0 8px; }
/* line 639, cart.scss */
.co-toggable_field--bordered .co-toggable_field-description {
  margin: 10px 0 0; }
/* line 643, cart.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0; }

/* line 648, cart.scss */
textarea.co-input-field {
  height: 92px; }

/* line 652, cart.scss */
.co-button--link:focus,
.co-button--link.picker-input--active,
.co-button--link:focus,
.co-button--link:hover,
.co-button--password_recover:focus,
.co-button--password_recover.picker-input--active,
.co-button--password_recover:hover,
.co-button--password_recover:focus,
.link:focus,
.link.picker-input--active,
.link:hover,
.co-link:focus,
.co-link.picker-input--active,
.co-link:hover {
  color: #4c5969; }

/* line 669, cart.scss */
.co-toggable_field-input input + span {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0 12px 0 0;
  border: 1px solid var(--second-bg);
  border-radius: 50%;
  box-shadow: none !important;
  cursor: pointer; }
  /* line 680, cart.scss */
  .co-toggable_field-input input + span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--button-bg);
    border-radius: 50%;
    opacity: 0; }

/* line 694, cart.scss */
.co-toggable_field {
  border: 0; }
  /* line 697, cart.scss */
  .co-toggable_field .co-link {
    display: inline-block;
    margin-top: 5px;
    color: var(--button-bg); }

/* line 704, cart.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input.picker-input--active + span,
.co-toggable_field-input--radio input:checked + span {
  color: #ffffff;
  box-shadow: none; }
  /* line 710, cart.scss */
  .co-toggable_field-input--radio input:focus + span::before,
  .co-toggable_field-input--radio input.picker-input--active + span::before,
  .co-toggable_field-input--radio input:checked + span::before {
    opacity: 1; }

/* line 715, cart.scss */
.co-pick_up-selected_point {
  margin-top: 10px; }

/* line 721, cart.scss */
.co-input--checkbox .co-toggable_field-input input + span {
  border-radius: 2px; }
  /* line 724, cart.scss */
  .co-input--checkbox .co-toggable_field-input input + span::before, .co-input--checkbox .co-toggable_field-input input + span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 2px;
    margin: 1px 0 0 -3px;
    background: #ffffff;
    font-size: 0;
    border-radius: 4px;
    opacity: 0; }
  /* line 740, cart.scss */
  .co-input--checkbox .co-toggable_field-input input + span:after {
    width: 10px;
    margin: -1px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg); }
/* line 747, cart.scss */
.co-input--checkbox .co-toggable_field-input input:focus + span,
.co-input--checkbox .co-toggable_field-input input.picker-input--active + span,
.co-input--checkbox .co-toggable_field-input input:checked + span {
  background: #4c5969;
  border-color: #4c5969;
  box-shadow: none; }
  /* line 754, cart.scss */
  .co-input--checkbox .co-toggable_field-input input:focus + span::before, .co-input--checkbox .co-toggable_field-input input:focus + span::after,
  .co-input--checkbox .co-toggable_field-input input.picker-input--active + span::before,
  .co-input--checkbox .co-toggable_field-input input.picker-input--active + span::after,
  .co-input--checkbox .co-toggable_field-input input:checked + span::before,
  .co-input--checkbox .co-toggable_field-input input:checked + span::after {
    opacity: 1; }

/* line 761, cart.scss */
.co-price--current {
  font-weight: normal; }
  /* line 764, cart.scss */
  .co-price--current small {
    font-size: 12px; }

/* line 769, cart.scss */
.co-toggable_field--bordered, .co-toggable_field--bordered:hover,
.co-toggable_field--bordered:focus {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E5E5E5; }

/* line 776, cart.scss */
.co-toggable_field--bordered {
  margin-top: 16px; }

/* line 780, cart.scss */
.breadcrumb-page {
  font-size: 14px !important; }

/*** End Order ***/
/*** Modal ***/
/* line 789, cart.scss */
.co-overlay--show {
  background: #000000;
  backdrop-filter: blur(20px);
  opacity: .4; }

/* line 795, cart.scss */
.co-modal-wrapper {
  padding: 30px 50px; }
  /* line 798, cart.scss */
  .co-modal-wrapper .co-title--h2 {
    font-size: 36px;
    line-height: 43px; }

/* line 804, cart.scss */
.co-modal {
  overflow: visible; }

/* line 808, cart.scss */
.co-modal-close {
  padding: 0;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #4c5969;
  border-radius: 50%;
  cursor: pointer; }
  /* line 819, cart.scss */
  .co-modal-close:before, .co-modal-close:after {
    content: '' !important;
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: 11px;
    left: 4px;
    background: #ffffff;
    transform: rotate(45deg); }
  /* line 832, cart.scss */
  .co-modal-close:after {
    transform: rotate(-45deg); }

/* line 841, cart.scss */
.mobile .co-modal--pick_up_modal .pick-up-list {
  height: auto; }
/* line 847, cart.scss */
.mobile .co-modal--pick_up_modal .co-modal-header-container .co-modal-close {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center; }
  /* line 853, cart.scss */
  .mobile .co-modal--pick_up_modal .co-modal-header-container .co-modal-close:after, .mobile .co-modal--pick_up_modal .co-modal-header-container .co-modal-close:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000000; }
  /* line 861, cart.scss */
  .mobile .co-modal--pick_up_modal .co-modal-header-container .co-modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
/* line 866, cart.scss */
.mobile .co-modal--pick_up_modal .co-modal-header-container .co-modal-switch {
  align-items: center; }

/* line 873, cart.scss */
.co-modal-login_form {
  display: flex;
  flex-direction: column; }
  /* line 877, cart.scss */
  .co-modal-login_form .co-input {
    flex: 100%;
    width: 100%;
    margin: 20px 0 0; }
    /* line 882, cart.scss */
    .co-modal-login_form .co-input:first-child {
      margin-top: 0; }
  /* line 887, cart.scss */
  .co-modal-login_form .co-input + .co-input {
    margin-bottom: 0; }
  /* line 891, cart.scss */
  .co-modal-login_form .co-button {
    margin: 20px auto 0; }

/*** Media ***/
@media (max-width: 1441px) {
  /* line 903, cart.scss */
  .cart-list--item {
    padding: 20px 20px 20px 30px; }
  /* line 907, cart.scss */
  .cart-list .marker {
    left: -30px;
    width: 50px;
    height: 50px; }
  /* line 913, cart.scss */
  .cart-list .favorite {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px; }
    /* line 919, cart.scss */
    .cart-list .favorite .icon {
      width: 14px;
      height: 14px; }
  /* line 925, cart.scss */
  .cart-list .image {
    margin-right: 10px; }
  /* line 932, cart.scss */
  .cart-list .total-price {
    max-width: 80px; } }
@media (max-width: 1281px) {
  /* line 940, cart.scss */
  .cart {
    display: block; }
    /* line 943, cart.scss */
    .cart .column {
      max-width: 500px;
      margin: 0 auto; }
      /* line 947, cart.scss */
      .cart .column .top-block {
        display: none; }
      /* line 951, cart.scss */
      .cart .column:first-child {
        max-width: 100%;
        padding-right: 0; }
        /* line 955, cart.scss */
        .cart .column:first-child .top-block {
          display: flex;
          margin-top: 20px; }

  /* line 965, cart.scss */
  .cart-total-wrap .back-link {
    display: none; }

  /* line 970, cart.scss */
  .cart-total {
    margin-top: 40px; } }
@media (max-width: 1025px) {
  /* line 979, cart.scss */
  .cart .advantages-list {
    margin-top: 60px;
    padding-top: 20px; }

  /* line 989, cart.scss */
  .cart-block-wrap .product-list-similar-wrap .title-wrap {
    display: flex;
    align-items: center;
    width: 600px;
    padding: 0 0 0 10px; }
    /* line 995, cart.scss */
    .cart-block-wrap .product-list-similar-wrap .title-wrap .title {
      margin-top: -8px; }

  /* line 1004, cart.scss */
  .cart-list--item {
    flex-wrap: wrap;
    padding-right: 50px; }
  /* line 1009, cart.scss */
  .cart-list .col {
    flex: 100%; }
  /* line 1013, cart.scss */
  .cart-list .favorite {
    max-width: 30px; }
  /* line 1017, cart.scss */
  .cart-list .image {
    max-width: 70px; }
  /* line 1021, cart.scss */
  .cart-list .info-block {
    max-width: calc(100% - 130px);
    margin: 0; }
  /* line 1026, cart.scss */
  .cart-list .cost-wrap {
    max-width: 150px; }
  /* line 1033, cart.scss */
  .cart-list .total-price {
    max-width: 80px; } }
@media (max-width: 769px) {
  /* line 1047, cart.scss */
  .cart-list--item {
    padding-top: 40px; }
  /* line 1051, cart.scss */
  .cart-list .marker {
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    transform: translateY(0); }

  /* line 1070, cart.scss */
  .cart-total .button-wrap {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px; }
    /* line 1075, cart.scss */
    .cart-total .button-wrap .btn {
      margin-top: 20px; }

  /*** 768 ***/
  /* line 1086, cart.scss */
  .checkout-page .co-checkout-block--padded {
    padding: 16px 16px 0; }

  /* line 1091, cart.scss */
  .co-title--h1 {
    font-size: 30px;
    line-height: normal; }

  /* line 1096, cart.scss */
  .co-title--h2 {
    font-size: 25px;
    line-height: 30px; }

  /* line 1101, cart.scss */
  .mobile .co-modal--fixed {
    top: 50%;
    left: 50%;
    min-width: 320px;
    height: auto;
    transform: translate(-50%, -50%); }
    /* line 1108, cart.scss */
    .mobile .co-modal--fixed.co-modal--pick_up_main {
      height: 100%; }

  /* line 1113, cart.scss */
  .co-sidebar-wrapper {
    margin-bottom: 10px;
    padding: 0 16px; }

  /* line 1118, cart.scss */
  .co-sidebar {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0; }

  /* line 1127, cart.scss */
  .co-sidebar-toggler {
    background: none;
    color: #000000;
    white-space: nowrap;
    border: 1px solid #E5E5E5;
    border-top-left-radius: var(--btn-border-radius);
    border-top-right-radius: var(--btn-border-radius);
    box-shadow: none; }
    /* line 1136, cart.scss */
    .co-sidebar-toggler:focus, .co-sidebar-toggler.picker-input--active, .co-sidebar-toggler:hover {
      background: none; }
    /* line 1142, cart.scss */
    .co-sidebar-toggler .co-sidebar-toggler_title {
      font-size: 18px; }
    /* line 1146, cart.scss */
    .co-sidebar-toggler .halfling-menu-down {
      font-size: 16px; }

  /* line 1151, cart.scss */
  .co-sidebar-toggler--opend {
    background: none; }

  /* line 1155, cart.scss */
  .co-basket.co-checkout-block--padded {
    margin-top: -1px;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  /* line 1162, cart.scss */
  .co-basket_total-price {
    font-size: 20px; }

  /* line 1166, cart.scss */
  .co-modal-close {
    top: 20px;
    right: 20px; }

  /* line 1171, cart.scss */
  .co-modal-wrapper {
    padding: 20px; }
    /* line 1174, cart.scss */
    .co-modal-wrapper .co-title--h2 {
      padding-right: 30px;
      font-size: 30px;
      line-height: 36px; } }
@media (max-width: 561px) {
  /* line 1186, cart.scss */
  .cart-list--item {
    padding-top: 10px; }
  /* line 1190, cart.scss */
  .cart-list .col {
    margin-top: 10px; }
  /* line 1194, cart.scss */
  .cart-list .image {
    max-width: 100px; }
  /* line 1198, cart.scss */
  .cart-list .info-block {
    max-width: 100%; }
  /* line 1202, cart.scss */
  .cart-list .total-price {
    margin-top: 20px;
    font-size: 16px; }

  /* line 1211, cart.scss */
  .cart-block-wrap .product-list-similar-wrap {
    max-width: none;
    margin: 60px -15px 0; }
    /* line 1215, cart.scss */
    .cart-block-wrap .product-list-similar-wrap .title-wrap {
      width: 100%;
      height: auto;
      padding: 10px 10px 30px;
      white-space: normal;
      background-size: cover;
      background-position: left; }
      /* line 1223, cart.scss */
      .cart-block-wrap .product-list-similar-wrap .title-wrap .title {
        width: 100%;
        margin-top: 0;
        text-align: center; }
  /* line 1231, cart.scss */
  .cart-block-wrap .product-list-similar {
    padding: 0 5px; }

  /* line 1238, cart.scss */
  .cart .delivery-block {
    padding: 20px; }
  /* line 1242, cart.scss */
  .cart .advantages-list {
    margin-top: 40px; }
    /* line 1245, cart.scss */
    .cart .advantages-list--item {
      padding: 20px 10px 0; }

  /* line 1251, cart.scss */
  .cart-total {
    margin-top: 20px;
    padding: 20px; }
    /* line 1255, cart.scss */
    .cart-total--row {
      flex-direction: column;
      margin-top: 15px; }
      /* line 1259, cart.scss */
      .cart-total--row .value {
        margin-top: 5px; }
    /* line 1264, cart.scss */
    .cart-total .coupon {
      flex-direction: column;
      align-items: center; }
      /* line 1268, cart.scss */
      .cart-total .coupon-button {
        margin: 10px 0 0; }
    /* line 1273, cart.scss */
    .cart-total .total {
      flex-direction: column; }
      /* line 1276, cart.scss */
      .cart-total .total .label {
        margin: 0 0 10px; }
      /* line 1280, cart.scss */
      .cart-total .total .sum {
        font-size: 30px;
        line-height: 40px; }

  /* line 1288, cart.scss */
  .co-basket_item-image img {
    max-width: 100%;
    max-height: 100%; }

  /* line 1293, cart.scss */
  .co-basket_item-description {
    flex: 100%;
    padding: 0; } }
