@charset "UTF-8";
/* line 3, _chkt_main.scss */
.co-social_login-box {
  display: none; }

/* line 9, _chkt_main.scss */
.checkout h3, .checkout .co-title--h2 {
  display: block;
  font-size: 22px;
  padding: 15px 10px;
  background: #eaebef;
  margin: 0; }
  @media (max-width: 760px) {
    /* line 9, _chkt_main.scss */
    .checkout h3, .checkout .co-title--h2 {
      font-size: 18px;
      padding: 6px 5px; } }

/* line 25, _chkt_main.scss */
.checkout-header {
  font-size: 28px;
  color: #3A4362;
  line-height: 40px;
  margin: 3px 0 8px 0;
  padding: 8px 0 0 0;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  width: 100%; }

/* line 37, _chkt_main.scss */
.checkout-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 55, _chkt_main.scss */
.checkout-new-order .checkout-content {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    /* line 55, _chkt_main.scss */
    .checkout-new-order .checkout-content {
      width: 823px; } }
@media screen and (min-width: 1200px) {
  /* line 65, _chkt_main.scss */
  .checkout-new-order .checkout-cart {
    width: 335px; } }
@media screen and (max-width: 1200px) {
  /* line 65, _chkt_main.scss */
  .checkout-new-order .checkout-cart {
    width: 100%;
    max-width: 100%;
    padding: 25px 0 0 0; } }
/* line 81, _chkt_main.scss */
.checkout-new-order .checkout-sidebar__infoblock {
  background: #eaebef;
  margin-top: 20px;
  padding: 16px 16px 0;
  display: flex;
  gap: 12px; }
  /* line 88, _chkt_main.scss */
  .checkout-new-order .checkout-sidebar__infoblock svg {
    width: 16px; }
  @media (max-width: 1200px) {
    /* line 81, _chkt_main.scss */
    .checkout-new-order .checkout-sidebar__infoblock {
      margin-top: 80px; } }

/* line 100, _chkt_main.scss */
#checkout_buyer_fields > .co-input {
  display: none; }

/* line 104, _chkt_main.scss */
.checkout-delivery {
  padding: 20px 0 20px 0; }
  /* line 107, _chkt_main.scss */
  .checkout-delivery .front-variants {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    /* line 113, _chkt_main.scss */
    .checkout-delivery .front-variants.not_proceed {
      opacity: 0; }
  /* line 119, _chkt_main.scss */
  .checkout-delivery [data-shipping-address] .co-input-label[for="order_comment"] {
    padding: 10px 10px;
    background: #eaebef;
    width: 100%;
    display: inline-block;
    max-width: 100%; }
  /* line 127, _chkt_main.scss */
  .checkout-delivery [data-shipping-address] #order_comment {
    min-width: 100%;
    padding: 18px 18px;
    font-size: inherit;
    font-weight: inherit;
    margin: 15px 0 0px 0; }

/* line 139, _chkt_main.scss */
.variants.changes_variants .co-input--radio {
  border: 1px solid #d5d8dd;
  margin: 15px 0 15px 0;
  padding: 0; }

/* line 146, _chkt_main.scss */
.co-input {
  padding: 8px 0px 8px 10px;
  width: 100%; }
  /* line 151, _chkt_main.scss */
  .co-input .co-input {
    padding: 0; }
  @media (max-width: 760px) {
    /* line 146, _chkt_main.scss */
    .co-input {
      padding: 8px 0; } }

/* line 166, _chkt_main.scss */
.co-input-label {
  font-size: 18px;
  font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
  white-space: nowrap;
  padding: 0 20px 0 0;
  font-weight: 600; }
  @media (max-width: 760px) {
    /* line 166, _chkt_main.scss */
    .co-input-label {
      padding: 0 0 4px 5px;
      font-size: 16px;
      text-transform: lowercase; }
      /* line 182, _chkt_main.scss */
      .co-input-label::first-letter {
        text-transform: uppercase; } }

/* line 189, _chkt_main.scss */
.co-input-field {
  display: block;
  border: 1px solid #d5d8dd;
  padding: 0 18px;
  background: transparent;
  font-family: 'Open Sans',"Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 16px; }

/* line 205, _chkt_main.scss */
.co-input-notice {
  display: none; }

/* line 211, _chkt_main.scss */
.co-input--text .co-input-field, .co-input--phone .co-input-field {
  line-height: 46px;
  height: 46px;
  width: 100%; }
  @media (max-width: 760px) {
    /* line 211, _chkt_main.scss */
    .co-input--text .co-input-field, .co-input--phone .co-input-field {
      height: 39px;
      line-height: 39px;
      padding: 0 5px; } }

/* line 228, _chkt_main.scss */
.co-input--required .co-input-label::after {
  content: '*';
  color: red; }

/* line 235, _chkt_main.scss */
.co-input--error .co-input-field {
  -webkit-box-shadow: 0px 0px 0px 2px red;
  box-shadow: 0px 0px 0px 2px red; }

/* line 242, _chkt_main.scss */
.co-input--textarea .co-input-field {
  padding: 18px 18px;
  font-size: inherit;
  font-weight: inherit; }
  @media (max-width: 760px) {
    /* line 242, _chkt_main.scss */
    .co-input--textarea .co-input-field {
      padding: 9px 5px; } }
/* line 254, _chkt_main.scss */
.co-input--textarea .co-input-field[disabled] {
  -webkit-text-fill-color: #c9b3ab;
  color: #c9b3ab;
  background-color: #ebebe4;
  opacity: 1; }
/* line 262, _chkt_main.scss */
.co-input--textarea.co-input--address .co-input-field {
  resize: none;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  overflow: hidden;
  appearance: none; }
  @media screen and (max-width: 760px) {
    /* line 262, _chkt_main.scss */
    .co-input--textarea.co-input--address .co-input-field {
      height: 39px;
      line-height: 39px;
      padding: 0 5px; } }
/* line 281, _chkt_main.scss */
.co-input--textarea.co-input--address-aux {
  padding-top: 0;
  align-items: flex-start; }
  /* line 284, _chkt_main.scss */
  .co-input--textarea.co-input--address-aux .co-input-label {
    text-transform: uppercase;
    padding-top: 14px; }
  /* line 288, _chkt_main.scss */
  .co-input--textarea.co-input--address-aux .co-input-label::after {
    content: ':'; }

/* line 297, _chkt_main.scss */
.co-input--password.not-register, .co-input--password_confirmation.not-register {
  display: none; }

/* line 304, _chkt_main.scss */
.co-input--comment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  /* line 311, _chkt_main.scss */
  .co-input--comment .co-input-label, .co-input--comment .co-input-field {
    width: 100%;
    min-width: 100%; }
  /* line 316, _chkt_main.scss */
  .co-input--comment .co-input-label {
    padding: 10px 10px;
    background: #eaebef;
    width: 100%; }
  /* line 321, _chkt_main.scss */
  .co-input--comment .co-input-field {
    margin: 15px 0 0px 0; }

/* line 326, _chkt_main.scss */
.co-toggable_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans Condensed","Helvetica Neue",sans-serif; }
  /* line 338, _chkt_main.scss */
  .co-toggable_field-input {
    padding: 0 15px 0 15px;
    cursor: pointer; }
    @media (max-width: 760px) {
      /* line 338, _chkt_main.scss */
      .co-toggable_field-input {
        padding: 8px 5px; } }
  /* line 348, _chkt_main.scss */
  .co-toggable_field-information {
    padding: 10px 0; }
    @media (max-width: 760px) {
      /* line 348, _chkt_main.scss */
      .co-toggable_field-information {
        padding: 8px 10px 8px 0; } }
  /* line 358, _chkt_main.scss */
  .co-toggable_field-title {
    cursor: pointer; }
  /* line 362, _chkt_main.scss */
  .co-toggable_field-price {
    margin-left: auto;
    text-align: right; }
  /* line 374, _chkt_main.scss */
  .co-toggable_field-title, .co-toggable_field-price {
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 760px) {
      /* line 374, _chkt_main.scss */
      .co-toggable_field-title, .co-toggable_field-price {
        font-size: 17px;
        line-height: 16px; } }
  /* line 387, _chkt_main.scss */
  .co-toggable_field-title-note {
    font-style: normal;
    text-transform: uppercase;
    color: red;
    display: none;
    margin: 10px 0 0 0px;
    font-size: 11px; }
    @media (max-width: 760px) {
      /* line 387, _chkt_main.scss */
      .co-toggable_field-title-note {
        font-size: 11px; } }
    /* line 400, _chkt_main.scss */
    .co-toggable_field-title-note.visible {
      display: block; }
  /* line 406, _chkt_main.scss */
  .co-toggable_field-price {
    white-space: nowrap; }
  /* line 413, _chkt_main.scss */
  .co-toggable_field-description {
    font-size: 16px;
    display: block; }
    /* line 417, _chkt_main.scss */
    .co-toggable_field-description p {
      padding: 5px 0 0 0;
      margin: 0;
      font-weight: normal; }
  /* line 425, _chkt_main.scss */
  .co-toggable_field[data-tooltip] {
    position: relative; }
    /* line 428, _chkt_main.scss */
    .co-toggable_field[data-tooltip]::before, .co-toggable_field[data-tooltip]::after {
      position: absolute;
      display: none;
      opacity: .85; }
    /* line 434, _chkt_main.scss */
    .co-toggable_field[data-tooltip]::after {
      width: 0;
      height: 0;
      border: 6px solid transparent;
      content: '';
      border-top-color: #000;
      border-bottom: none;
      left: 15px;
      top: -7px;
      cursor: not-allowed; }
      @media (max-width: 760px) {
        /* line 434, _chkt_main.scss */
        .co-toggable_field[data-tooltip]::after {
          left: 6px;
          top: 1px; } }
    /* line 453, _chkt_main.scss */
    .co-toggable_field[data-tooltip]::before {
      content: attr(data-tooltip);
      background: #000;
      color: #fff;
      font-size: 15px;
      padding: 7px 10px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      white-space: pre;
      text-decoration: none;
      top: -39px;
      left: 0px;
      font-weight: bold;
      /* width: 210px; */
      height: 32px;
      cursor: not-allowed; }
      @media (max-width: 760px) {
        /* line 453, _chkt_main.scss */
        .co-toggable_field[data-tooltip]::before {
          top: -31px;
          left: -5px; } }
    /* line 480, _chkt_main.scss */
    .co-toggable_field[data-tooltip]:hover::before, .co-toggable_field[data-tooltip]:hover::after {
      display: block; }
  /* line 488, _chkt_main.scss */
  .co-toggable_field .hl {
    font-style: normal;
    text-transform: uppercase;
    color: red;
    display: inline-block;
    margin: -3px 0 0 5px;
    font-size: 16px;
    vertical-align: top; }
    @media (max-width: 760px) {
      /* line 488, _chkt_main.scss */
      .co-toggable_field .hl {
        margin-top: -2px;
        font-size: 14px; } }
  /* line 505, _chkt_main.scss */
  .co-toggable_field.disabled {
    color: #ababab; }

/* line 513, _chkt_main.scss */
.co-delivery_method .radio_button:disabled {
  cursor: not-allowed; }
/* line 520, _chkt_main.scss */
.co-delivery_method-courrier .co-toggable_field-title-note {
  text-transform: initial;
  color: #000; }

/* line 526, _chkt_main.scss */
.co-toggable_field[for="register"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans',"Helvetica Neue",sans-serif; }
  /* line 537, _chkt_main.scss */
  .co-toggable_field[for="register"]::before {
    content: '';
    display: block;
    max-width: 180px;
    width: 22%;
    padding: 0 10px 0 0; }
    @media (max-width: 760px) {
      /* line 537, _chkt_main.scss */
      .co-toggable_field[for="register"]::before {
        display: none; } }
  /* line 556, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-input {
    padding: 0 5px 0 0; }
  /* line 561, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-title {
    font-family: 'Open Sans',"Helvetica Neue",sans-serif;
    font-size: inherit; }
    @media (max-width: 760px) {
      /* line 561, _chkt_main.scss */
      .co-toggable_field[for="register"] .co-toggable_field-title {
        padding-left: 0; } }
  /* line 573, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-information {
    padding: 0; }
  /* line 577, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-description {
    font-size: inherit; }

/* line 586, _chkt_main.scss */
.bonus_points.co-bonus_points {
  display: none; }

/* line 590, _chkt_main.scss */
.co-delivery_adress {
  display: block !important; }

/* line 594, _chkt_main.scss */
.co-delivery_map {
  height: 100%; }
  /* line 598, _chkt_main.scss */
  .co-delivery_map-outter {
    height: 345px;
    margin: 8px 0px 8px 0px;
    position: relative; }
  /* line 604, _chkt_main.scss */
  .co-delivery_map-fade {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 233, 233, 0.4);
    top: 0;
    left: 0; }
    /* line 613, _chkt_main.scss */
    .co-delivery_map-fade.expanded {
      display: block; }

/* line 619, _chkt_main.scss */
.co-delivery_suggest {
  display: none;
  position: absolute;
  width: 78%;
  top: 55px;
  right: 0;
  background: white;
  z-index: 10;
  border: 1px solid #d5d8dd; }
  @media screen and (max-width: 760px) {
    /* line 619, _chkt_main.scss */
    .co-delivery_suggest {
      top: 71px;
      width: 100%; } }
  /* line 636, _chkt_main.scss */
  .co-delivery_suggest-scroll {
    max-height: 200px;
    overflow-y: auto; }
  /* line 642, _chkt_main.scss */
  .co-delivery_suggest-element {
    display: block;
    padding: 6px 18px;
    cursor: pointer;
    color: #3A4362;
    font-size: 13px; }
    @media screen and (max-width: 760px) {
      /* line 642, _chkt_main.scss */
      .co-delivery_suggest-element {
        padding: 10px 5px; } }
  /* line 656, _chkt_main.scss */
  .co-delivery_suggest-element:hover {
    background: #eaebef; }
  /* line 661, _chkt_main.scss */
  .co-delivery_suggest.expanded {
    display: block; }

/* line 669, _chkt_main.scss */
.co-input--full_locality_name .tt-dropdown-menu {
  box-shadow: none;
  width: 100%;
  background: white;
  z-index: 10;
  border: 1px solid #d5d8dd;
  border-radius: 0;
  padding: 0; }
/* line 679, _chkt_main.scss */
.co-input--full_locality_name .tt-suggestion {
  padding: 6px 18px;
  cursor: pointer;
  color: #3A4362;
  font-size: 13px; }
/* line 686, _chkt_main.scss */
.co-input--full_locality_name .tt-suggestion:hover {
  background: #eaebef; }

/* line 693, _chkt_main.scss */
.checkout-buttons {
  position: relative; }

/* line 696, _chkt_main.scss */
.checkout-big-button {
  position: relative;
  margin-top: 22px; }
  /* line 699, _chkt_main.scss */
  .checkout-big-button__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    cursor: pointer;
    display: none; }
  @media screen and (max-width: 1200px) {
    /* line 696, _chkt_main.scss */
    .checkout-big-button {
      width: 100%;
      margin: 120px 0 0 0;
      position: absolute;
      right: 0; } }
  @media screen and (max-width: 760px) {
    /* line 696, _chkt_main.scss */
    .checkout-big-button {
      width: 100%;
      margin: 120px 0 0 0; } }

/* line 724, _chkt_main.scss */
.co-form-controls {
  padding: 8px 0px 8px 10px;
  width: 100%; }

/* line 732, _chkt_main.scss */
.co-button:not(.co-button--link) {
  background-color: #3A4362;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #3A4362;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 0 32px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  width: 100%; }
  /* line 753, _chkt_main.scss */
  .co-button:not(.co-button--link):hover:not([data-disabled="disabled"]) {
    background-color: white;
    color: #3A4362; }
/* line 761, _chkt_main.scss */
.co-button--link {
  display: block;
  margin: 4px 0;
  padding: 4px 0px 4px 0px; }

/* line 773, _chkt_main.scss */
[for="front_order_delivery_courrier"] .co-toggable_field-icon {
  background-image: url(order_delivery_courrier.png); }

/* line 778, _chkt_main.scss */
[for="front_order_delivery_courrier2"] .co-toggable_field-icon {
  background-image: url(order_delivery_courrier2.png); }

/* line 783, _chkt_main.scss */
[for="front_order_delivery_express"] .co-toggable_field-icon {
  background-image: url(order_delivery_express.png); }

/* line 790, _chkt_main.scss */
[for^="front_order_delivery_pickup"]:not([for="front_order_delivery_pickup"]) .co-toggable_field-icon {
  background-image: url(order_delivery_pickup2.png); }

/* line 795, _chkt_main.scss */
[for="front_order_delivery_pickup"] .co-toggable_field-icon {
  background-image: url(order_delivery_pickup.png); }

/* line 802, _chkt_main.scss */
.payment-variant-cash .co-toggable_field-icon {
  background-image: url(order_payment_cash.png); }

/* line 808, _chkt_main.scss */
.payment-variant-card_on_receipt .co-toggable_field-icon {
  background-image: url(order_payment_card_on_receipt.png); }

/* line 814, _chkt_main.scss */
.payment-variant-card_on_site .co-toggable_field-icon {
  background-image: url(order_payment_card_on_site.png); }

/* line 819, _chkt_main.scss */
.payment-variant-web_pay .co-toggable_field-icon {
  background-image: url(order_payment_web_pay.png); }

/* line 825, _chkt_main.scss */
.payment-variant-qr_pay .co-toggable_field-icon,
[for="order_payment_gateway_id_10529369"] .co-toggable_field-icon {
  background-image: url(order_payment_qr.png); }

/* line 830, _chkt_main.scss */
.payment-variant-juridical_invoicing .co-toggable_field-icon {
  background-image: url(order_payment_juridical_invoicing.png); }

/* line 839, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .variants, .co-checkout-order_form .payment_variants .variants {
  margin-left: -2px;
  margin-right: -2px; }
/* line 844, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-input--radio, .co-checkout-order_form .payment_variants .co-input--radio {
  display: flex;
  align-items: stretch;
  margin: 15px 0 11px 0;
  padding: 0; }
/* line 854, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-icon, .co-checkout-order_form .payment_variants .co-toggable_field-icon {
  display: block;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0 10px 0;
  filter: invert(70%) sepia(12%) saturate(176%) hue-rotate(153deg) brightness(90%) contrast(87%);
  cursor: pointer; }
  @media (max-width: 760px) {
    /* line 854, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .co-toggable_field-icon, .co-checkout-order_form .payment_variants .co-toggable_field-icon {
      height: 21.333px;
      margin: 5px 0 5px 0;
      background-size: auto 100%; } }
/* line 872, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field, .co-checkout-order_form .payment_variants .co-toggable_field {
  display: block;
  border: 1px solid #3b4874;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  background-color: #eaebef;
  width: calc(25% - 4px);
  max-width: calc(33.333% - 4px);
  flex-grow: 3;
  margin: 0 2px 4px 2px; }
  @media (max-width: 760px) {
    /* line 872, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .co-toggable_field, .co-checkout-order_form .payment_variants .co-toggable_field {
      width: calc(50% - 4px);
      max-width: calc(50% - 4px); } }
/* line 890, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field.active, .co-checkout-order_form .payment_variants .co-toggable_field.active {
  background-color: white; }
  /* line 892, _chkt_main.scss */
  .co-checkout-order_form .front_order__delivery .co-toggable_field.active .co-toggable_field-icon, .co-checkout-order_form .payment_variants .co-toggable_field.active .co-toggable_field-icon {
    filter: invert(23%) sepia(13%) saturate(1519%) hue-rotate(198deg) brightness(95%) contrast(87%); }
/* line 897, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field.not_available, .co-checkout-order_form .payment_variants .co-toggable_field.not_available {
  border-color: #eaebef;
  color: #939ab2; }
  /* line 902, _chkt_main.scss */
  .co-checkout-order_form .front_order__delivery .co-toggable_field.not_available .co-toggable_field-icon, .co-checkout-order_form .payment_variants .co-toggable_field.not_available .co-toggable_field-icon {
    opacity: .5; }
  /* line 906, _chkt_main.scss */
  .co-checkout-order_form .front_order__delivery .co-toggable_field.not_available .co-toggable_field-information, .co-checkout-order_form .payment_variants .co-toggable_field.not_available .co-toggable_field-information {
    opacity: .5; }
/* line 914, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .radio_button + span, .co-checkout-order_form .payment_variants .radio_button + span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #eaebef; }
  @media (max-width: 760px) {
    /* line 914, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .radio_button + span, .co-checkout-order_form .payment_variants .radio_button + span {
      width: 16px;
      height: 16px;
      background-size: contain; } }
/* line 932, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .radio_button:checked + span, .co-checkout-order_form .payment_variants .radio_button:checked + span {
  background-color: white;
  background-image: url(order_checked.png);
  background-repeat: no-repeat;
  background-position: center; }
/* line 940, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-input, .co-checkout-order_form .payment_variants .co-toggable_field-input {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 22px;
  height: 22px;
  padding: 0; }
  @media (max-width: 760px) {
    /* line 940, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .co-toggable_field-input, .co-checkout-order_form .payment_variants .co-toggable_field-input {
      right: 5px;
      top: 5px;
      width: 16px;
      height: 16px; } }
/* line 958, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-information, .co-checkout-order_form .payment_variants .co-toggable_field-information {
  padding: 0; }
/* line 962, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-title, .co-checkout-order_form .payment_variants .co-toggable_field-title {
  width: 100%;
  display: block;
  padding: 0 0px 0 10px;
  font-size: 16px; }
  @media (max-width: 760px) {
    /* line 962, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .co-toggable_field-title, .co-checkout-order_form .payment_variants .co-toggable_field-title {
      font-size: 13px;
      padding-left: 0;
      line-height: 14px; } }
/* line 977, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-description, .co-checkout-order_form .payment_variants .co-toggable_field-description {
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 5px 4px 0 10px; }
  /* line 985, _chkt_main.scss */
  .co-checkout-order_form .front_order__delivery .co-toggable_field-description p, .co-checkout-order_form .payment_variants .co-toggable_field-description p {
    padding: 0;
    font-family: 'Open Sans',"Helvetica Neue",sans-serif;
    color: #8a8a8a; }
  @media (max-width: 760px) {
    /* line 977, _chkt_main.scss */
    .co-checkout-order_form .front_order__delivery .co-toggable_field-description, .co-checkout-order_form .payment_variants .co-toggable_field-description {
      padding: 5px 4px 0 0px; } }
/* line 998, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field-price, .co-checkout-order_form .payment_variants .co-toggable_field-price {
  padding: 0 0 0 10px; }
/* line 1003, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-toggable_field[for="order_use_bonus_points"], .co-checkout-order_form .payment_variants .co-toggable_field[for="order_use_bonus_points"] {
  display: none; }
/* line 1011, _chkt_main.scss */
.co-checkout-order_form .front-variants .co-input .co-delivery_method:nth-child(5) {
  margin-left: auto;
  margin-right: auto; }
/* line 1019, _chkt_main.scss */
.co-checkout-order_form .payment_variants .co-toggable_field {
  width: calc(20% - 4px);
  max-width: calc(33.333% - 4px);
  flex-grow: 0; }
  @media (max-width: 760px) {
    /* line 1019, _chkt_main.scss */
    .co-checkout-order_form .payment_variants .co-toggable_field {
      width: calc(33.333% - 4px);
      max-width: calc(33.333% - 4px); } }
/* line 1032, _chkt_main.scss */
.co-checkout-order_form .payment_variants .co-payment_method-description {
  padding-right: 8px; }
  @media (max-width: 760px) {
    /* line 1032, _chkt_main.scss */
    .co-checkout-order_form .payment_variants .co-payment_method-description {
      padding-right: 0; } }
/* line 1044, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-delivery_method-description {
  padding-top: 0; }
/* line 1047, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-delivery_method-title {
  min-height: 42.5px; }
/* line 1053, _chkt_main.scss */
.co-checkout-order_form .co-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  /* line 1069, _chkt_main.scss */
  .co-checkout-order_form .co-input.co-input--address-aux {
    align-items: flex-start; }
/* line 1077, _chkt_main.scss */
.co-checkout-order_form .co-input-label {
  max-width: 180px;
  width: 22%; }
  @media (max-width: 760px) {
    /* line 1077, _chkt_main.scss */
    .co-checkout-order_form .co-input-label {
      width: 100%;
      max-width: 100%; }
      /* line 1086, _chkt_main.scss */
      .co-checkout-order_form .co-input-label::first-letter {
        text-transform: uppercase; } }
/* line 1093, _chkt_main.scss */
.co-checkout-order_form .co-input-label + .twitter-typeahead {
  max-width: 637px;
  width: 78%; }
  @media (max-width: 760px) {
    /* line 1093, _chkt_main.scss */
    .co-checkout-order_form .co-input-label + .twitter-typeahead {
      width: 100%;
      max-width: 100%;
      -webkit-appearance: none; } }
  /* line 1104, _chkt_main.scss */
  .co-checkout-order_form .co-input-label + .twitter-typeahead .co-input-field {
    width: 100%; }
/* line 1109, _chkt_main.scss */
.co-checkout-order_form .co-input-field {
  max-width: 637px;
  width: 78%; }
  @media (max-width: 760px) {
    /* line 1109, _chkt_main.scss */
    .co-checkout-order_form .co-input-field {
      width: 100%;
      max-width: 100%;
      -webkit-appearance: none; } }
/* line 1123, _chkt_main.scss */
.co-checkout-order_form .co-input.not-register {
  display: none; }
/* line 1127, _chkt_main.scss */
.co-checkout-order_form .co-input--checkbox, .co-checkout-order_form .co-input--radio {
  display: block; }
/* line 1133, _chkt_main.scss */
.co-checkout-order_form .co-input--timeuser,
.co-checkout-order_form .co-input--gis-coordinates {
  display: none;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  position: absolute;
  width: 10px; }
/* line 1146, _chkt_main.scss */
.co-checkout-order_form .co-input--client_original_date {
  display: none;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  position: absolute;
  width: 10px; }
/* line 1156, _chkt_main.scss */
.co-checkout-order_form .co-input.delivery_variants {
  width: auto !important;
  position: absolute !important;
  background-color: white;
  left: -200%;
  top: 0; }
/* line 1166, _chkt_main.scss */
.co-checkout-order_form .co-client {
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 15px; }
  /* line 1173, _chkt_main.scss */
  .co-checkout-order_form .co-client.processed {
    visibility: visible; }
  /* line 1177, _chkt_main.scss */
  .co-checkout-order_form .co-client .button-exit {
    float: right;
    text-decoration: underline;
    font-size: 14px;
    display: block; }
  /* line 1184, _chkt_main.scss */
  .co-checkout-order_form .co-client .co-client-logged {
    font-size: 0px;
    display: inline-block; }
  /* line 1188, _chkt_main.scss */
  .co-checkout-order_form .co-client .co-client-name {
    font-size: 16px; }
  /* line 1192, _chkt_main.scss */
  .co-checkout-order_form .co-client .co-client-info {
    padding: 15px;
    border: 1px solid #d5d8dd;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold; }

/* line 1209, _chkt_main.scss */
.checkout-client_account .co-input-label {
  padding: 0 0 8px 0;
  display: block; }

/* line 1217, _chkt_main.scss */
.co-sidebar-wrapper {
  border: 1px solid #cccccc; }
  @media screen and (max-width: 1200px) {
    /* line 1217, _chkt_main.scss */
    .co-sidebar-wrapper {
      border: 0; } }
/* line 1227, _chkt_main.scss */
.co-sidebar-toggler {
  padding: 10px 10px;
  font-size: 0px;
  background: #eaebef;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    /* line 1227, _chkt_main.scss */
    .co-sidebar-toggler {
      display: none; } }
/* line 1245, _chkt_main.scss */
.co-sidebar-toggler_title::before {
  content: 'В корзине';
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed","Helvetica Neue",sans-serif; }

/* line 1254, _chkt_main.scss */
.co-basket_item {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  /* line 1267, _chkt_main.scss */
  .co-basket_item-list {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      /* line 1267, _chkt_main.scss */
      .co-basket_item-list {
        display: none; } }
  /* line 1278, _chkt_main.scss */
  .co-basket_item-image_container {
    float: left;
    width: 70px;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 1301, _chkt_main.scss */
  .co-basket_item-image {
    width: 48px; }
  /* line 1305, _chkt_main.scss */
  .co-basket_item-description {
    float: left;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 20px; }
  /* line 1312, _chkt_main.scss */
  .co-basket_item-total {
    float: left;
    padding-left: 20px;
    padding-top: 10px; }

/* line 1319, _chkt_main.scss */
.co-basket_subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
  font-weight: 600; }
  /* line 1333, _chkt_main.scss */
  .co-basket_subtotal-list {
    background: #eaebef;
    padding: 20px 10px 0px 10px; }
    /* line 1337, _chkt_main.scss */
    .co-basket_subtotal-list > .co-basket_subtotal:first-child {
      display: none; }
    @media screen and (max-width: 1200px) {
      /* line 1333, _chkt_main.scss */
      .co-basket_subtotal-list {
        background: transparent; } }

/* line 1352, _chkt_main.scss */
.co-basket_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 10px 20px 10px;
  background: #eaebef;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 1200px) {
    /* line 1352, _chkt_main.scss */
    .co-basket_total {
      background: transparent; } }

/* line 1381, _chkt_main.scss */
.co-basket #discounts-block .co-basket_subtotal {
  font-size: 16px; }

/* line 1389, _chkt_main.scss */
.co-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1040; }
  /* line 1398, _chkt_main.scss */
  .co-overlay--show {
    display: block;
    background-color: rgba(0, 0, 0, 0.1); }

/* line 1405, _chkt_main.scss */
.co-modal--hide {
  display: none; }

/* line 1414, _chkt_main.scss */
.front_order__delivery.not_proceed {
  display: none; }

/* line 1420, _chkt_main.scss */
[for="order_payment_gateway_id_3915994"] {
  display: none !important; }

/* line 1426, _chkt_main.scss */
.co-pick_up-map {
  height: 75vh; }
  /* line 1430, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-button_box + .co-pick_up-text_field-compact {
    order: 1; }
  /* line 1433, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-address_field {
    order: 2; }
  /* line 1438, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-address_field + .co-pick_up-text_field-compact {
    order: 3; }
  /* line 1443, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-button_box {
    order: 4; }
/* line 1456, _chkt_main.scss */
.co-pick_up-item--point {
  margin-bottom: 14px; }
  /* line 1459, _chkt_main.scss */
  .co-pick_up-item--point .co-pick_up-button_box {
    justify-content: flex-start; }
/* line 1465, _chkt_main.scss */
.co-pick_up-point_inner {
  display: flex;
  flex-direction: column; }
/* line 1470, _chkt_main.scss */
.co-pick_up-point_inner > .co-pick_up-text_field:first-child {
  font-weight: bold;
  font-size: 1.1em;
  color: #3A4362;
  margin-bottom: 6px; }
/* line 1477, _chkt_main.scss */
.co-pick_up-address_field + .co-pick_up-text_field {
  margin-bottom: 6px; }
/* line 1481, _chkt_main.scss */
.co-pick_up-button_box + .co-pick_up-text_field-compact {
  font-weight: bold;
  font-size: 1.1em;
  color: #3A4362;
  margin-bottom: 4px; }
/* line 1489, _chkt_main.scss */
.co-pick_up-address_field {
  margin-bottom: 2px; }
/* line 1494, _chkt_main.scss */
.co-pick_up-address_field + .co-pick_up-text_field-compact {
  margin-bottom: 6px; }
/* line 1499, _chkt_main.scss */
.co-pick_up-button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 1506, _chkt_main.scss */
.co-pick_up-button-list, .co-pick_up-button-map {
  color: #3A4362;
  padding: 2px 4px;
  color: #adadad; }
  @media (max-width: 760px) {
    /* line 1506, _chkt_main.scss */
    .co-pick_up-button-list, .co-pick_up-button-map {
      font-size: 13px;
      padding: 2px; } }
/* line 1519, _chkt_main.scss */
.co-pick_up-button-list {
  margin-right: 5px; }
  @media (max-width: 760px) {
    /* line 1519, _chkt_main.scss */
    .co-pick_up-button-list {
      margin-right: 3px; } }
/* line 1527, _chkt_main.scss */
.co-pick_up-button-details, .co-pick_up-button-select {
  padding: 5px 14px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #3A4362;
  cursor: pointer;
  border-radius: 3px; }
/* line 1540, _chkt_main.scss */
.co-pick_up-button-details {
  background-color: #eaebef;
  color: #4e4e4e;
  margin-right: 4px; }
/* line 1547, _chkt_main.scss */
.co-pick_up-button-select {
  background-color: #3A4362;
  transition: background-color 300ms ease-out;
  border: 1px solid #3A4362;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: white; }
/* line 1556, _chkt_main.scss */
.co-pick_up-button-active {
  color: #3A4362; }
/* line 1562, _chkt_main.scss */
.co-pick_up-list_inner {
  padding: 0 10px; }
  @media (max-width: 760px) {
    /* line 1562, _chkt_main.scss */
    .co-pick_up-list_inner {
      padding: 0 5px; } }
/* line 1573, _chkt_main.scss */
.co-pick_up-details-container > div {
  margin-bottom: 12px; }
/* line 1578, _chkt_main.scss */
.co-pick_up-details-field-title {
  font-weight: bold;
  margin-bottom: 2px; }
/* line 1583, _chkt_main.scss */
.co-pick_up-details-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0; }

/* line 1594, _chkt_main.scss */
.co-modal {
  width: 75vw;
  position: fixed;
  top: 49.9%;
  left: 50%;
  min-width: 320px;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  -webkit-transform: translate(-50.1%, -50%);
  transform: translate(-50.1%, -50%);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #dadbdb; }
  @media (max-width: 760px) {
    /* line 1594, _chkt_main.scss */
    .co-modal {
      width: 95vw; } }
  /* line 1616, _chkt_main.scss */
  .co-modal-wrapper {
    padding: 14px 16px 16px 16px;
    position: relative; }
    @media (max-width: 760px) {
      /* line 1616, _chkt_main.scss */
      .co-modal-wrapper {
        padding: 10px 10px 10px 10px; } }
  /* line 1626, _chkt_main.scss */
  .co-modal-header-container {
    margin-top: 0px;
    margin-bottom: 14px; }
    @media (max-width: 760px) {
      /* line 1626, _chkt_main.scss */
      .co-modal-header-container {
        margin-bottom: 10px; } }
  /* line 1635, _chkt_main.scss */
  .co-modal-toolbar {
    position: absolute;
    top: 26px;
    right: 70px; }
    @media (max-width: 760px) {
      /* line 1635, _chkt_main.scss */
      .co-modal-toolbar {
        top: 15px;
        right: 40px; } }
  /* line 1648, _chkt_main.scss */
  .co-modal-mode_switcher {
    display: flex; }
  /* line 1652, _chkt_main.scss */
  .co-modal--outlet_modal {
    width: 35vw;
    overflow-y: auto; }
  /* line 1657, _chkt_main.scss */
  .co-modal-close {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 17px;
    right: 22px;
    cursor: pointer;
    margin: 0;
    height: 40px;
    width: 35px;
    text-align: center;
    border: none;
    font-size: 24px;
    opacity: .6;
    z-index: 30; }
    /* line 1675, _chkt_main.scss */
    .co-modal-close:before {
      content: "\f00d"; }
    /* line 1679, _chkt_main.scss */
    .co-modal-close:hover {
      opacity: 1; }
    @media (max-width: 760px) {
      /* line 1657, _chkt_main.scss */
      .co-modal-close {
        top: 4px;
        right: 7px; } }
  /* line 1689, _chkt_main.scss */
  .co-modal-search_container {
    display: none !important; }

/* line 2, _chkt_messages.scss */
.co-notice--danger {
  background: red;
  color: white;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.5; }
  /* line 9, _chkt_messages.scss */
  .co-notice--danger#delivery-location-not-valid {
    display: none !important; }
  /* line 13, _chkt_messages.scss */
  .co-notice--danger a {
    text-decoration: underline; }
/* line 18, _chkt_messages.scss */
.co-notice--information {
  background: #3A4362;
  color: white;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.5; }
  /* line 25, _chkt_messages.scss */
  .co-notice--information a {
    text-decoration: underline; }

/* line 31, _chkt_messages.scss */
.modal-checkout-alert {
  padding: 10px; }
  /* line 34, _chkt_messages.scss */
  .modal-checkout-alert__header {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    clear: left;
    text-align: center;
    margin-bottom: 20px; }
  /* line 47, _chkt_messages.scss */
  .modal-checkout-alert__product {
    border-top: 1px solid #3d4163;
    padding: 10px 0; }
    /* line 50, _chkt_messages.scss */
    .modal-checkout-alert__product-wrap {
      display: table; }
    /* line 54, _chkt_messages.scss */
    .modal-checkout-alert__product-image {
      display: table-cell;
      width: 15%;
      vertical-align: middle; }
    /* line 60, _chkt_messages.scss */
    .modal-checkout-alert__product-title {
      font-size: 14px;
      display: table-cell;
      width: 65%;
      vertical-align: middle;
      padding: 0 15px 0 15px; }
    /* line 68, _chkt_messages.scss */
    .modal-checkout-alert__product-order {
      display: table-cell;
      width: 20%;
      vertical-align: middle;
      font-weight: 600;
      text-align: center;
      font-size: 15px; }
    /* line 77, _chkt_messages.scss */
    .modal-checkout-alert__product-max-limit {
      display: block;
      margin: 5px 0 0 0;
      font-size: 13px; }
  /* line 84, _chkt_messages.scss */
  .modal-checkout-alert__buttons {
    border-top: 1px solid #3A4362;
    text-align: center;
    padding: 15px 0 0 0; }
  /* line 90, _chkt_messages.scss */
  .modal-checkout-alert__button {
    display: inline-block;
    margin: 5px 0; }
    /* line 93, _chkt_messages.scss */
    .modal-checkout-alert__button.button-yes {
      margin-right: 10px; }

/* line 101, _chkt_messages.scss */
.checkout-alert {
  width: 100%;
  margin: 25px 0;
  display: none; }
  /* line 111, _chkt_messages.scss */
  .checkout-alert__products {
    padding: 0 10px;
    border: 1px solid #d5d8dd;
    margin: 15px 0 15px 0;
    -webkit-box-shadow: 0px 0px 0px 2px red;
    box-shadow: 0px 0px 0px 2px red; }
  /* line 119, _chkt_messages.scss */
  .checkout-alert__product {
    border-bottom: 1px solid #d5d8dd;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 132, _chkt_messages.scss */
    .checkout-alert__product-image {
      width: 20%; }
    /* line 138, _chkt_messages.scss */
    .checkout-alert__product-title {
      font-size: 14px;
      width: 80%;
      padding: 0 15px 0 15px; }
    /* line 146, _chkt_messages.scss */
    .checkout-alert__product-order {
      display: table-cell;
      width: 20%;
      vertical-align: middle;
      font-weight: 600;
      text-align: center;
      font-size: 15px; }
    /* line 155, _chkt_messages.scss */
    .checkout-alert__product-max-limit {
      display: block;
      margin: 5px 0 0 0;
      font-size: 13px; }
    /* line 161, _chkt_messages.scss */
    .checkout-alert__product:last-child {
      border-bottom: 0; }
  /* line 166, _chkt_messages.scss */
  .checkout-alert__buttons {
    text-align: center;
    padding: 15px 0 0 0; }
  /* line 175, _chkt_messages.scss */
  .checkout-alert__button {
    display: inline-block;
    margin: 5px 0; }
    /* line 178, _chkt_messages.scss */
    .checkout-alert__button.button-yes {
      margin-right: 10px; }
  /* line 184, _chkt_messages.scss */
  .checkout-alert.opened {
    display: block; }

/* line 7, _chkt_delivery.scss */
.delivery-variants {
  position: relative; }

/* line 11, _chkt_delivery.scss */
.delivery-date {
  position: relative; }
  /* line 14, _chkt_delivery.scss */
  .delivery-date__table {
    font-size: 0px;
    position: relative; }
    /* line 19, _chkt_delivery.scss */
    .delivery-date__table.collapsed {
      height: 0;
      overflow: hidden; }
  /* line 27, _chkt_delivery.scss */
  .delivery-date__navigation-arrow {
    outline: none;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 6px;
    font-size: 23px;
    z-index: 30;
    text-align: center;
    line-height: 23px;
    cursor: pointer; }
    /* line 39, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_prev {
      left: 17%;
      text-align: left; }
    /* line 44, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_next {
      right: 0;
      text-align: right; }
  /* line 51, _chkt_delivery.scss */
  .delivery-date__column {
    display: inline-block;
    vertical-align: top;
    width: 14.28571%; }
    /* line 56, _chkt_delivery.scss */
    .delivery-date__column_caption {
      width: 17%; }
  /* line 61, _chkt_delivery.scss */
  .delivery-date__body {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative; }
  /* line 69, _chkt_delivery.scss */
  .delivery-date__cell {
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 12px;
    color: black;
    position: relative; }
    /* line 79, _chkt_delivery.scss */
    .delivery-date__cell[data-tooltip] {
      position: relative; }
      /* line 81, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]::before, .delivery-date__cell[data-tooltip]::after {
        position: absolute;
        display: none;
        opacity: .85; }
      /* line 87, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]::after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        content: '';
        border-top-color: #000;
        border-bottom: none;
        left: 41px;
        top: 1px; }
      /* line 97, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]::before {
        content: attr(data-tooltip);
        background-color: rgba(0, 0, 0, 0.9);
        color: #fff;
        font-size: 12px;
        padding: 4px 3px 0 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        top: -35px;
        left: 0px;
        width: 106px;
        height: 36px;
        line-height: 14px;
        z-index: 9999; }
      /* line 117, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]:hover::before, .delivery-date__cell[data-tooltip]:hover::after {
        display: block; }
    /* line 125, _chkt_delivery.scss */
    .delivery-date__cell_caption {
      border-color: white;
      color: black; }
      /* line 129, _chkt_delivery.scss */
      .delivery-date__cell_caption .ico, .delivery-date__cell_caption .text {
        display: inline-block;
        vertical-align: middle; }
      /* line 134, _chkt_delivery.scss */
      .delivery-date__cell_caption .ico {
        color: #cbcbcb;
        font-size: 15px;
        margin-right: 12px; }
    /* line 145, _chkt_delivery.scss */
    .delivery-date__cell:hover {
      z-index: 20; }
      /* line 148, _chkt_delivery.scss */
      .delivery-date__cell:hover .date-item-text {
        display: block; }
    /* line 158, _chkt_delivery.scss */
    .delivery-date__cell.dsb .delivery-date__button {
      color: #cecdcd; }
  /* line 165, _chkt_delivery.scss */
  .delivery-date__button {
    display: block;
    line-height: 36px;
    color: #3A4362;
    font-size: 13px;
    width: 100%;
    cursor: pointer; }
    /* line 173, _chkt_delivery.scss */
    .delivery-date__button[disabled] {
      cursor: default; }
    /* line 178, _chkt_delivery.scss */
    .delivery-date__button.active {
      color: white;
      background: #3A4362; }
    @media screen and (min-width: 1200px) {
      /* line 184, _chkt_delivery.scss */
      .delivery-date__button:not([disabled]):hover {
        background: #eaebef; } }

/* line 200, _chkt_delivery.scss */
.courrier2-intervals__table {
  font-size: 0px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 215, _chkt_delivery.scss */
.courrier2-intervals__row {
  display: block;
  cursor: pointer;
  width: 25%;
  border-bottom: 1px solid #e5e5e5; }
/* line 223, _chkt_delivery.scss */
.courrier2-intervals__button {
  padding: 0 10px;
  cursor: pointer; }
  /* line 228, _chkt_delivery.scss */
  .courrier2-intervals__button[data-disabled="disabled"] {
    cursor: default;
    opacity: .2; }
  /* line 234, _chkt_delivery.scss */
  .courrier2-intervals__button.active {
    color: white;
    background: #3A4362; }
  @media screen and (min-width: 1200px) {
    /* line 240, _chkt_delivery.scss */
    .courrier2-intervals__button:not([data-disabled="disabled"]):hover {
      background: #eaebef; } }
/* line 247, _chkt_delivery.scss */
.courrier2-intervals__cell {
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative; }
  /* line 261, _chkt_delivery.scss */
  .courrier2-intervals__cell .ico, .courrier2-intervals__cell .text {
    display: inline-block;
    vertical-align: middle; }
  /* line 266, _chkt_delivery.scss */
  .courrier2-intervals__cell .ico {
    color: #cbcbcb;
    font-size: 15px;
    margin-right: 12px; }
  /* line 281, _chkt_delivery.scss */
  .courrier2-intervals__cell_price {
    padding-left: 15px;
    font-weight: bold; }
  /* line 286, _chkt_delivery.scss */
  .courrier2-intervals__cell:hover {
    z-index: 20; }
  /* line 293, _chkt_delivery.scss */
  .courrier2-intervals__cell.dsb .delivery-date__button {
    color: #cecdcd; }
/* line 303, _chkt_delivery.scss */
.courrier2-intervals.collapsed {
  height: 0;
  overflow: hidden; }

/* line 311, _chkt_delivery.scss */
.delivery-info {
  border: 1px solid #252525;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 10px;
  clear: left;
  margin-top: 20px;
  min-height: 52px;
  line-height: 17px; }
  /* line 324, _chkt_delivery.scss */
  .delivery-info__title, .delivery-info__text {
    display: inline-block;
    margin: 0 3px; }
  /* line 332, _chkt_delivery.scss */
  .delivery-info.title-only .delivery-info__text {
    display: none; }

@media screen and (max-width: 760px) {
  /* line 349, _chkt_delivery.scss */
  .delivery-date__column {
    width: 33.33333%; }
    /* line 351, _chkt_delivery.scss */
    .delivery-date__column_caption {
      width: 25%; }
  /* line 358, _chkt_delivery.scss */
  .delivery-date__cell_caption {
    text-align: left; }
    /* line 362, _chkt_delivery.scss */
    .delivery-date__cell_caption .ico {
      display: none; }
    /* line 366, _chkt_delivery.scss */
    .delivery-date__cell_caption .text {
      font-size: 11px;
      line-height: 35px; }
  /* line 373, _chkt_delivery.scss */
  .delivery-date__body {
    width: 75%; }
  /* line 378, _chkt_delivery.scss */
  .delivery-date__navigation-arrow {
    width: 18px;
    -webkit-transform: scale(1, 2);
    -ms-transform: scale(1, 2);
    transform: scale(1, 2);
    top: 103px;
    height: 33px;
    font-size: 33px; }
    /* line 386, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_prev {
      left: 25%;
      margin-left: -7px; }
    /* line 391, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_next {
      right: -8px; } }
/* line 1, _chkt_cabinet.scss */
.checkout-content.register {
  width: 100%; }
  /* line 4, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header {
    margin-bottom: 32px; }
    /* line 7, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      /* line 12, _chkt_cabinet.scss */
      .checkout-content.register .checkout-header ~ .co-login .co-notice--danger {
        background: none;
        color: #FF0000;
        padding: 0;
        margin: 0;
        line-height: 16px;
        font-size: 12px;
        position: absolute;
        right: 16px;
        width: 164px;
        top: 50%;
        transform: translateY(-50%); }
      /* line 26, _chkt_cabinet.scss */
      .checkout-content.register .checkout-header ~ .co-login .checkout-content__image {
        max-height: 360px; }
      /* line 30, _chkt_cabinet.scss */
      .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder {
        width: 50%; }
        /* line 33, _chkt_cabinet.scss */
        .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          /* line 38, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form__title {
            text-align: center;
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 32px;
            color: #333; }
          /* line 46, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input {
            padding: 8px 16px;
            margin-bottom: 16px;
            border-radius: 4px;
            border: 1px solid #C4C4C4;
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1) inset;
            order: 0;
            position: relative;
            height: 58px; }
            /* line 56, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--captcha {
              display: none; }
            /* line 60, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-label {
              color: #999;
              font-size: 12px;
              line-height: 12px; }
            /* line 66, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field {
              line-height: 16px;
              height: 100%;
              width: 100%;
              border: none;
              padding: 28px 16px 8px;
              font-weight: 400;
              top: 0;
              position: absolute;
              left: 0; }
              /* line 77, _chkt_cabinet.scss */
              .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field:active, .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field:hover, .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field:focus {
                outline: 0;
                outline-offset: 0; }
            /* line 83, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--client_original_date {
              order: 1;
              width: calc(50% - 12px); }
            /* line 88, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--password {
              width: calc(50% - 12px); }
            /* line 92, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input__offer {
              order: 2;
              width: calc(50% - 12px);
              color: #666666;
              line-height: 16px; }
            /* line 99, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--error {
              border: 1px solid #FF0000; }
              /* line 102, _chkt_cabinet.scss */
              .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--error .co-input-field {
                box-shadow: none; }
            /* line 107, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input .password-control {
              position: absolute;
              top: 50%;
              right: 16px;
              display: inline-block;
              width: 24px;
              height: 20px;
              background: url(https://static.insales-cdn.com/files/1/8170/32129002/original/show.png) 0 0 no-repeat;
              transform: translateY(-50%); }
              /* line 117, _chkt_cabinet.scss */
              .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input .password-control.view {
                background: url(https://static.insales-cdn.com/files/1/8169/32129001/original/hide.png) 0 0 no-repeat; }
          /* line 123, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-controls {
            order: 2;
            text-align: center; }
            /* line 127, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-controls .g-recaptcha {
              margin-bottom: 16px; }
          /* line 132, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-button {
            font-size: 18px;
            letter-spacing: 1.6px;
            line-height: 46px; }
          /* line 138, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-button--link {
            margin: 12px 0 0;
            text-decoration: underline;
            font-size: 14px;
            line-height: 14px;
            letter-spacing: inherit; }

/* line 152, _chkt_cabinet.scss */
.checkout-content #orders-products,
.checkout-content .pagination__load {
  display: none; }
/* line 157, _chkt_cabinet.scss */
.checkout-content .products-grid__body .product-item {
  display: block; }

/* line 163, _chkt_cabinet.scss */
.cabinet__info {
  display: block;
  margin-top: 14px;
  position: relative;
  text-align: center; }
  /* line 170, _chkt_cabinet.scss */
  .cabinet__info::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0; }
  /* line 186, _chkt_cabinet.scss */
  .cabinet__info:hover::after {
    opacity: 0.2; }

/* line 194, _chkt_cabinet.scss */
.checkout-client_account .checkout-content.feedback-content {
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 32px; }
  /* line 199, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content .checkout-header {
    margin-bottom: 16px; }
  /* line 203, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content .field.fc:nth-child(2) {
    position: relative;
    margin-bottom: 16px; }
    /* line 207, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.feedback-content .field.fc:nth-child(2) .field-label {
      text-align: left;
      font-size: 12px;
      color: #999999;
      z-index: 9;
      position: absolute;
      top: 8px;
      left: 16px; }
    /* line 217, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.feedback-content .field.fc:nth-child(2) textarea,
    .checkout-client_account .checkout-content.feedback-content .field.fc:nth-child(2) textarea:focus-visible {
      padding: 28px 16px 8px;
      box-shadow: 0px 3px 4px 0px #0000001a inset;
      border: 1px solid #C4C4C4;
      position: relative;
      border-radius: 4px;
      margin: 0 !important;
      min-height: 120px;
      outline: none;
      width: 100% !important;
      font-size: 16px; }
  /* line 232, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content input[type="submit"] {
    letter-spacing: 1.08px;
    margin: 0 auto 16px;
    padding: 8px 24px;
    background: #3A4362;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
    width: 420px;
    max-width: 100%; }
    /* line 244, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.feedback-content input[type="submit"]:hover {
      background: #495681; }
  /* line 249, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content small {
    font-size: 12px;
    color: #999999; }
@media screen and (min-width: 1200px) {
  /* line 193, _chkt_cabinet.scss */
  .checkout-client_account {
    position: relative;
    min-height: calc(100vh - 645px); } }
/* line 272, _chkt_cabinet.scss */
.checkout-client_account .checkout-columns.columns-2 {
  align-items: flex-end;
  margin-bottom: 15px; }
  @media screen and (max-width: 760px) {
    /* line 272, _chkt_cabinet.scss */
    .checkout-client_account .checkout-columns.columns-2 {
      flex-wrap: wrap; } }
  /* line 282, _chkt_cabinet.scss */
  .checkout-client_account .checkout-columns.columns-2 .column {
    width: 50%;
    padding-right: 7px; }
    @media screen and (max-width: 760px) {
      /* line 282, _chkt_cabinet.scss */
      .checkout-client_account .checkout-columns.columns-2 .column {
        width: 100%;
        padding: 0; } }
  /* line 293, _chkt_cabinet.scss */
  .checkout-client_account .checkout-columns.columns-2 .column + .column {
    padding-left: 7px;
    padding-right: 0; }
    @media screen and (max-width: 760px) {
      /* line 293, _chkt_cabinet.scss */
      .checkout-client_account .checkout-columns.columns-2 .column + .column {
        padding: 0; } }
  /* line 304, _chkt_cabinet.scss */
  .checkout-client_account .checkout-columns.columns-2 .co-table {
    margin-bottom: 0; }
    /* line 306, _chkt_cabinet.scss */
    .checkout-client_account .checkout-columns.columns-2 .co-table th {
      white-space: nowrap; }
/* line 313, _chkt_cabinet.scss */
.checkout-client_account .checkout-sidebar {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  overflow-y: auto;
  border: 1px solid #ddd; }
/* line 322, _chkt_cabinet.scss */
.checkout-client_account .checkout-header {
  margin-top: 0;
  padding-top: 0; }
/* line 327, _chkt_cabinet.scss */
.checkout-client_account .co-table#orders_history {
  margin-bottom: 0;
  opacity: 0; }
/* line 332, _chkt_cabinet.scss */
.checkout-client_account #orders_by_month td,
.checkout-client_account .co-table.order tbody td,
.checkout-client_account .co-table.order tfoot td {
  text-align: center; }
/* line 338, _chkt_cabinet.scss */
.checkout-client_account .co-table.order tbody td[colspan="2"] {
  text-align: start;
  padding-left: 110px; }
  @media screen and (max-width: 1200px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11%; } }
  @media screen and (max-width: 680px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11.5%; } }
  @media screen and (max-width: 635px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11.8%; } }
  @media screen and (max-width: 570px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 12%; } }
  @media screen and (max-width: 535px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 12.5%; } }
  @media screen and (max-width: 485px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 13.5%; } }
  @media screen and (max-width: 460px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 14.5%; } }
  @media screen and (max-width: 430px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 15.5%; } }
  @media screen and (max-width: 400px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 16.5%; } }
  @media screen and (max-width: 365px) {
    /* line 338, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 17.5%; } }
/* line 383, _chkt_cabinet.scss */
.checkout-client_account .co-table.order tbody tr td:nth-child(2) {
  text-align: start; }
/* line 388, _chkt_cabinet.scss */
.checkout-client_account .co-table.delivery th, .checkout-client_account .table.payment th {
  text-align: left; }
/* line 393, _chkt_cabinet.scss */
.checkout-client_account .co-table {
  width: 100%;
  background: #FFF;
  margin: 15px 0 15px 0;
  border: 1px solid #ddd;
  table-layout: auto;
  border-collapse: collapse; }
  /* line 401, _chkt_cabinet.scss */
  .checkout-client_account .co-table thead, .checkout-client_account .co-table tfoot {
    background: #F5F5F5; }
  /* line 405, _chkt_cabinet.scss */
  .checkout-client_account .co-table tfoot {
    text-align: right; }
    /* line 408, _chkt_cabinet.scss */
    .checkout-client_account .co-table tfoot .price-field, .checkout-client_account .co-table tfoot .bonus-field, .checkout-client_account .co-table tfoot .order_amount, .checkout-client_account .co-table tfoot .order_bonuses {
      text-align: left; }
  /* line 413, _chkt_cabinet.scss */
  .checkout-client_account .co-table a {
    color: #008CBA; }
  /* line 419, _chkt_cabinet.scss */
  .checkout-client_account .co-table th,
  .checkout-client_account .co-table td {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px; }
  /* line 425, _chkt_cabinet.scss */
  .checkout-client_account .co-table th {
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap; }
  /* line 432, _chkt_cabinet.scss */
  .checkout-client_account .co-table td p {
    padding: 5px 0;
    margin: 5px 0; }
  /* line 438, _chkt_cabinet.scss */
  .checkout-client_account .co-table .red, .checkout-client_account .co-table .green {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 444, _chkt_cabinet.scss */
  .checkout-client_account .co-table .red {
    color: #f04124; }
  /* line 448, _chkt_cabinet.scss */
  .checkout-client_account .co-table .green {
    color: green; }
  /* line 452, _chkt_cabinet.scss */
  .checkout-client_account .co-table.hide-body tbody {
    display: none; }
/* line 457, _chkt_cabinet.scss */
.checkout-client_account h3.month-button {
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #3A4362;
  border-radius: 3px;
  padding: 5px 10px;
  width: max-content;
  background: #fff;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }
  /* line 473, _chkt_cabinet.scss */
  .checkout-client_account h3.month-button .month-button__arrow {
    display: block;
    font-size: 16px;
    margin-left: 10px; }
    /* line 478, _chkt_cabinet.scss */
    .checkout-client_account h3.month-button .month-button__arrow.rotate {
      transform: rotate(180deg); }
  @media screen and (max-width: 1200px) {
    /* line 457, _chkt_cabinet.scss */
    .checkout-client_account h3.month-button {
      font-size: 10px; }
      /* line 486, _chkt_cabinet.scss */
      .checkout-client_account h3.month-button .month-button__arrow {
        font-size: 12px; } }

/* line 496, _chkt_cabinet.scss */
.checkout-navigation__element {
  border-top: 1px solid #ddd;
  display: block;
  padding: 10px 8px 10px 5px; }
/* line 502, _chkt_cabinet.scss */
.checkout-navigation__element.active, .checkout-navigation__element:hover {
  opacity: .8; }

/* line 512, _chkt_cabinet.scss */
.checkout-bonus {
  background-color: #F5F5F5;
  color: #3A4362;
  text-align: center;
  padding: 10px 5px 10px 5px; }
  /* line 519, _chkt_cabinet.scss */
  .checkout-bonus__count {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 16px; }
  /* line 525, _chkt_cabinet.scss */
  .checkout-bonus__desc {
    margin-top: 2px;
    font-size: 9px;
    font-weight: bold; }

@media (min-width: 1201px) {
  /* line 534, _chkt_cabinet.scss */
  .checkout-client_account {
    		/*&.narrow {
    			.checkout-content {
    				max-width: 400px;
    
    			}
    		}*/ }
    /* line 536, _chkt_cabinet.scss */
    .checkout-client_account.is-login .checkout-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
    /* line 554, _chkt_cabinet.scss */
    .checkout-client_account.is-login .checkout-content {
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px); } }
@media (max-width: 1200px) {
  /* line 574, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content {
    width: 100%; }
    /* line 578, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.register .checkout-header ~ .co-login {
      flex-wrap: wrap; }
      /* line 581, _chkt_cabinet.scss */
      .checkout-client_account .checkout-content.register .checkout-header ~ .co-login .checkout-content__image {
        max-height: none;
        order: 1;
        width: 100%;
        margin-top: 26px; }
      /* line 588, _chkt_cabinet.scss */
      .checkout-client_account .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder {
        width: 100%; }
  /* line 595, _chkt_cabinet.scss */
  .checkout-client_account .checkout-sidebar {
    width: 100%;
    margin-top: 15px; }
  /* line 602, _chkt_cabinet.scss */
  .checkout-client_account .co-table th {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding: 7px 4px; }
  /* line 609, _chkt_cabinet.scss */
  .checkout-client_account .co-table td {
    padding: 3px 4px;
    font-size: 10px;
    line-height: 1.5; }
  /* line 615, _chkt_cabinet.scss */
  .checkout-client_account .co-table .red,
  .checkout-client_account .co-table .green {
    font-size: 10px; } }
@media (max-width: 480px) {
  /* line 626, _chkt_cabinet.scss */
  .checkout-client_account .co-table.order th {
    white-space: normal;
    text-align: left; } }
@media (max-width: 760px) {
  /* line 638, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px; }
  /* line 644, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input {
    padding: 8px; }
    /* line 647, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field {
      padding: 28px 8x 8px; }
    /* line 651, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--client_original_date {
      order: 2;
      width: 100%;
      margin-bottom: 0; }
    /* line 657, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--password {
      width: 100%; }
    /* line 661, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input__offer {
      order: 1;
      width: 100%;
      margin-bottom: 8px; }
  /* line 668, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-button {
    font-size: 12px;
    line-height: 38px; }
  /* line 673, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-button--link {
    margin: 8px 0 0;
    font-size: 12px; } }
