@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 82, _chkt_main.scss */
.checkout-new-order .checkout-sidebar__infoblock {
  background: #eaebef;
  margin-top: 20px;
  padding: 16px 16px 0;
  display: flex;
  gap: 12px; }
  /* line 89, _chkt_main.scss */
  .checkout-new-order .checkout-sidebar__infoblock svg {
    width: 16px; }
  @media (max-width: 1200px) {
    /* line 82, _chkt_main.scss */
    .checkout-new-order .checkout-sidebar__infoblock {
      margin-top: 80px; } }

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

/* line 105, _chkt_main.scss */
.checkout-delivery {
  padding: 20px 0 20px 0; }
  /* line 108, _chkt_main.scss */
  .checkout-delivery .front-variants {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    /* line 114, _chkt_main.scss */
    .checkout-delivery .front-variants.not_proceed {
      opacity: 0; }
  /* line 120, _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 128, _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 140, _chkt_main.scss */
.variants.changes_variants .co-input--radio {
  border: 1px solid #d5d8dd;
  margin: 15px 0 15px 0;
  padding: 0; }

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

/* line 167, _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 167, _chkt_main.scss */
    .co-input-label {
      padding: 0 0 4px 5px;
      font-size: 16px;
      text-transform: lowercase; }
      /* line 183, _chkt_main.scss */
      .co-input-label::first-letter {
        text-transform: uppercase; } }

/* line 190, _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 206, _chkt_main.scss */
.co-input-notice {
  display: none; }

/* line 212, _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 212, _chkt_main.scss */
    .co-input--text .co-input-field, .co-input--phone .co-input-field {
      height: 39px;
      line-height: 39px;
      padding: 0 5px; } }

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

/* line 236, _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 243, _chkt_main.scss */
.co-input--textarea .co-input-field {
  padding: 18px 18px;
  font-size: inherit;
  font-weight: inherit; }
  @media (max-width: 760px) {
    /* line 243, _chkt_main.scss */
    .co-input--textarea .co-input-field {
      padding: 9px 5px; } }
/* line 255, _chkt_main.scss */
.co-input--textarea .co-input-field[disabled] {
  -webkit-text-fill-color: #c9b3ab;
  color: #c9b3ab;
  background-color: #ebebe4;
  opacity: 1; }
/* line 263, _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 263, _chkt_main.scss */
    .co-input--textarea.co-input--address .co-input-field {
      height: 39px;
      line-height: 39px;
      padding: 0 5px; } }
/* line 282, _chkt_main.scss */
.co-input--textarea.co-input--address-aux {
  padding-top: 0;
  align-items: flex-start; }
  /* line 285, _chkt_main.scss */
  .co-input--textarea.co-input--address-aux .co-input-label {
    text-transform: uppercase;
    padding-top: 14px; }
  /* line 289, _chkt_main.scss */
  .co-input--textarea.co-input--address-aux .co-input-label::after {
    content: ':'; }

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

/* line 305, _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 312, _chkt_main.scss */
  .co-input--comment .co-input-label, .co-input--comment .co-input-field {
    width: 100%;
    min-width: 100%; }
  /* line 317, _chkt_main.scss */
  .co-input--comment .co-input-label {
    padding: 10px 10px;
    background: #eaebef;
    width: 100%; }
  /* line 322, _chkt_main.scss */
  .co-input--comment .co-input-field {
    margin: 15px 0 0px 0; }

/* line 327, _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 339, _chkt_main.scss */
  .co-toggable_field-input {
    padding: 0 15px 0 15px;
    cursor: pointer; }
    @media (max-width: 760px) {
      /* line 339, _chkt_main.scss */
      .co-toggable_field-input {
        padding: 8px 5px; } }
  /* line 349, _chkt_main.scss */
  .co-toggable_field-information {
    padding: 10px 0; }
    @media (max-width: 760px) {
      /* line 349, _chkt_main.scss */
      .co-toggable_field-information {
        padding: 8px 10px 8px 0; } }
  /* line 359, _chkt_main.scss */
  .co-toggable_field-title {
    cursor: pointer; }
  /* line 363, _chkt_main.scss */
  .co-toggable_field-price {
    margin-left: auto;
    text-align: right; }
  /* line 375, _chkt_main.scss */
  .co-toggable_field-title, .co-toggable_field-price {
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 760px) {
      /* line 375, _chkt_main.scss */
      .co-toggable_field-title, .co-toggable_field-price {
        font-size: 17px;
        line-height: 16px; } }
  /* line 388, _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 388, _chkt_main.scss */
      .co-toggable_field-title-note {
        font-size: 11px; } }
    /* line 401, _chkt_main.scss */
    .co-toggable_field-title-note.visible {
      display: block; }
  /* line 407, _chkt_main.scss */
  .co-toggable_field-price {
    white-space: nowrap; }
  /* line 414, _chkt_main.scss */
  .co-toggable_field-description {
    font-size: 16px;
    display: block; }
    /* line 418, _chkt_main.scss */
    .co-toggable_field-description p {
      padding: 5px 0 0 0;
      margin: 0;
      font-weight: normal; }
  /* line 426, _chkt_main.scss */
  .co-toggable_field[data-tooltip] {
    position: relative; }
    /* line 429, _chkt_main.scss */
    .co-toggable_field[data-tooltip]::before, .co-toggable_field[data-tooltip]::after {
      position: absolute;
      display: none;
      opacity: .85; }
    /* line 435, _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 435, _chkt_main.scss */
        .co-toggable_field[data-tooltip]::after {
          left: 6px;
          top: 1px; } }
    /* line 454, _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 454, _chkt_main.scss */
        .co-toggable_field[data-tooltip]::before {
          top: -31px;
          left: -5px; } }
    /* line 481, _chkt_main.scss */
    .co-toggable_field[data-tooltip]:hover::before, .co-toggable_field[data-tooltip]:hover::after {
      display: block; }
  /* line 489, _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 489, _chkt_main.scss */
      .co-toggable_field .hl {
        margin-top: -2px;
        font-size: 14px; } }
  /* line 506, _chkt_main.scss */
  .co-toggable_field.disabled {
    color: #ababab; }

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

/* line 527, _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 538, _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 538, _chkt_main.scss */
      .co-toggable_field[for="register"]::before {
        display: none; } }
  /* line 557, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-input {
    padding: 0 5px 0 0; }
  /* line 562, _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 562, _chkt_main.scss */
      .co-toggable_field[for="register"] .co-toggable_field-title {
        padding-left: 0; } }
  /* line 574, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-information {
    padding: 0; }
  /* line 578, _chkt_main.scss */
  .co-toggable_field[for="register"] .co-toggable_field-description {
    font-size: inherit; }

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

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

/* line 595, _chkt_main.scss */
.co-delivery_map {
  height: 100%; }
  /* line 599, _chkt_main.scss */
  .co-delivery_map-outter {
    height: 345px;
    margin: 8px 0px 8px 0px;
    position: relative; }
  /* line 605, _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 614, _chkt_main.scss */
    .co-delivery_map-fade.expanded {
      display: block; }

/* line 620, _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 620, _chkt_main.scss */
    .co-delivery_suggest {
      top: 71px;
      width: 100%; } }
  /* line 637, _chkt_main.scss */
  .co-delivery_suggest-scroll {
    max-height: 200px;
    overflow-y: auto; }
  /* line 643, _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 643, _chkt_main.scss */
      .co-delivery_suggest-element {
        padding: 10px 5px; } }
  /* line 657, _chkt_main.scss */
  .co-delivery_suggest-element:hover {
    background: #eaebef; }
  /* line 662, _chkt_main.scss */
  .co-delivery_suggest.expanded {
    display: block; }

/* line 670, _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 680, _chkt_main.scss */
.co-input--full_locality_name .tt-suggestion {
  padding: 6px 18px;
  cursor: pointer;
  color: #3A4362;
  font-size: 13px; }
/* line 687, _chkt_main.scss */
.co-input--full_locality_name .tt-suggestion:hover {
  background: #eaebef; }

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

/* line 697, _chkt_main.scss */
.checkout-big-button {
  position: relative;
  margin-top: 22px; }
  /* line 700, _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 697, _chkt_main.scss */
    .checkout-big-button {
      width: 100%;
      margin: 120px 0 0 0;
      position: absolute;
      right: 0; } }
  @media screen and (max-width: 760px) {
    /* line 697, _chkt_main.scss */
    .checkout-big-button {
      width: 100%;
      margin: 120px 0 0 0; } }

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

/* line 733, _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 754, _chkt_main.scss */
  .co-button:not(.co-button--link):hover:not([data-disabled="disabled"]) {
    background-color: white;
    color: #3A4362; }
/* line 762, _chkt_main.scss */
.co-button--link {
  display: block;
  margin: 4px 0;
  padding: 4px 0px 4px 0px; }

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

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

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

/* line 791, _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 796, _chkt_main.scss */
[for="front_order_delivery_pickup"] .co-toggable_field-icon {
  background-image: url(order_delivery_pickup.png); }

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

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

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

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

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

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

/* line 840, _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 845, _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 855, _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 855, _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 873, _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 873, _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 891, _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 893, _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 898, _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 903, _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 907, _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 915, _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 915, _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 933, _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 941, _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 941, _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 959, _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 963, _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 963, _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 978, _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 986, _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 978, _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 999, _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 1004, _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 1012, _chkt_main.scss */
.co-checkout-order_form .front-variants .co-input .co-delivery_method:nth-child(5) {
  margin-left: auto;
  margin-right: auto; }
/* line 1020, _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 1020, _chkt_main.scss */
    .co-checkout-order_form .payment_variants .co-toggable_field {
      width: calc(33.333% - 4px);
      max-width: calc(33.333% - 4px); } }
/* line 1033, _chkt_main.scss */
.co-checkout-order_form .payment_variants .co-payment_method-description {
  padding-right: 8px; }
  @media (max-width: 760px) {
    /* line 1033, _chkt_main.scss */
    .co-checkout-order_form .payment_variants .co-payment_method-description {
      padding-right: 0; } }
/* line 1045, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-delivery_method-description {
  padding-top: 0; }
/* line 1048, _chkt_main.scss */
.co-checkout-order_form .front_order__delivery .co-delivery_method-title {
  min-height: 42.5px; }
/* line 1054, _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 1070, _chkt_main.scss */
  .co-checkout-order_form .co-input.co-input--address-aux {
    align-items: flex-start; }
/* line 1078, _chkt_main.scss */
.co-checkout-order_form .co-input-label {
  max-width: 180px;
  width: 22%; }
  @media (max-width: 760px) {
    /* line 1078, _chkt_main.scss */
    .co-checkout-order_form .co-input-label {
      width: 100%;
      max-width: 100%; }
      /* line 1087, _chkt_main.scss */
      .co-checkout-order_form .co-input-label::first-letter {
        text-transform: uppercase; } }
/* line 1094, _chkt_main.scss */
.co-checkout-order_form .co-input-label + .twitter-typeahead {
  max-width: 637px;
  width: 78%; }
  @media (max-width: 760px) {
    /* line 1094, _chkt_main.scss */
    .co-checkout-order_form .co-input-label + .twitter-typeahead {
      width: 100%;
      max-width: 100%;
      -webkit-appearance: none; } }
  /* line 1105, _chkt_main.scss */
  .co-checkout-order_form .co-input-label + .twitter-typeahead .co-input-field {
    width: 100%; }
/* line 1110, _chkt_main.scss */
.co-checkout-order_form .co-input-field {
  max-width: 637px;
  width: 78%; }
  @media (max-width: 760px) {
    /* line 1110, _chkt_main.scss */
    .co-checkout-order_form .co-input-field {
      width: 100%;
      max-width: 100%;
      -webkit-appearance: none; } }
/* line 1124, _chkt_main.scss */
.co-checkout-order_form .co-input.not-register {
  display: none; }
/* line 1128, _chkt_main.scss */
.co-checkout-order_form .co-input--checkbox, .co-checkout-order_form .co-input--radio {
  display: block; }
/* line 1134, _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 1147, _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 1157, _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 1167, _chkt_main.scss */
.co-checkout-order_form .co-client {
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 15px; }
  /* line 1174, _chkt_main.scss */
  .co-checkout-order_form .co-client.processed {
    visibility: visible; }
  /* line 1178, _chkt_main.scss */
  .co-checkout-order_form .co-client .button-exit {
    float: right;
    text-decoration: underline;
    font-size: 14px;
    display: block; }
  /* line 1185, _chkt_main.scss */
  .co-checkout-order_form .co-client .co-client-logged {
    font-size: 0px;
    display: inline-block; }
  /* line 1189, _chkt_main.scss */
  .co-checkout-order_form .co-client .co-client-name {
    font-size: 16px; }
  /* line 1193, _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 1210, _chkt_main.scss */
.checkout-client_account .co-input-label {
  padding: 0 0 8px 0;
  display: block; }

/* line 1218, _chkt_main.scss */
.co-sidebar-wrapper {
  border: 1px solid #cccccc; }
  @media screen and (max-width: 1200px) {
    /* line 1218, _chkt_main.scss */
    .co-sidebar-wrapper {
      border: 0; } }
/* line 1228, _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 1228, _chkt_main.scss */
    .co-sidebar-toggler {
      display: none; } }
/* line 1246, _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 1255, _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 1268, _chkt_main.scss */
  .co-basket_item-list {
    width: 100%; }
    @media screen and (max-width: 1200px) {
      /* line 1268, _chkt_main.scss */
      .co-basket_item-list {
        display: none; } }
  /* line 1279, _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 1302, _chkt_main.scss */
  .co-basket_item-image {
    width: 48px; }
  /* line 1306, _chkt_main.scss */
  .co-basket_item-description {
    float: left;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 20px; }
  /* line 1313, _chkt_main.scss */
  .co-basket_item-total {
    float: left;
    padding-left: 20px;
    padding-top: 10px; }

/* line 1320, _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 1334, _chkt_main.scss */
  .co-basket_subtotal-list {
    background: #eaebef;
    padding: 20px 10px 0px 10px; }
    /* line 1338, _chkt_main.scss */
    .co-basket_subtotal-list > .co-basket_subtotal:first-child {
      display: none; }
    @media screen and (max-width: 1200px) {
      /* line 1334, _chkt_main.scss */
      .co-basket_subtotal-list {
        background: transparent; } }

/* line 1353, _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 1353, _chkt_main.scss */
    .co-basket_total {
      background: transparent; } }

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

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

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

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

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

/* line 1427, _chkt_main.scss */
.co-pick_up-map {
  height: 75vh; }
  /* line 1431, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-button_box + .co-pick_up-text_field-compact {
    order: 1; }
  /* line 1434, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-address_field {
    order: 2; }
  /* line 1439, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-address_field + .co-pick_up-text_field-compact {
    order: 3; }
  /* line 1444, _chkt_main.scss */
  .co-pick_up-map .co-pick_up-button_box {
    order: 4; }
/* line 1457, _chkt_main.scss */
.co-pick_up-item--point {
  margin-bottom: 14px; }
  /* line 1460, _chkt_main.scss */
  .co-pick_up-item--point .co-pick_up-button_box {
    justify-content: flex-start; }
/* line 1466, _chkt_main.scss */
.co-pick_up-point_inner {
  display: flex;
  flex-direction: column; }
/* line 1471, _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 1478, _chkt_main.scss */
.co-pick_up-address_field + .co-pick_up-text_field {
  margin-bottom: 6px; }
/* line 1482, _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 1490, _chkt_main.scss */
.co-pick_up-address_field {
  margin-bottom: 2px; }
/* line 1495, _chkt_main.scss */
.co-pick_up-address_field + .co-pick_up-text_field-compact {
  margin-bottom: 6px; }
/* line 1500, _chkt_main.scss */
.co-pick_up-button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 1507, _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 1507, _chkt_main.scss */
    .co-pick_up-button-list, .co-pick_up-button-map {
      font-size: 13px;
      padding: 2px; } }
/* line 1520, _chkt_main.scss */
.co-pick_up-button-list {
  margin-right: 5px; }
  @media (max-width: 760px) {
    /* line 1520, _chkt_main.scss */
    .co-pick_up-button-list {
      margin-right: 3px; } }
/* line 1528, _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 1541, _chkt_main.scss */
.co-pick_up-button-details {
  background-color: #eaebef;
  color: #4e4e4e;
  margin-right: 4px; }
/* line 1548, _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 1557, _chkt_main.scss */
.co-pick_up-button-active {
  color: #3A4362; }
/* line 1563, _chkt_main.scss */
.co-pick_up-list_inner {
  padding: 0 10px; }
  @media (max-width: 760px) {
    /* line 1563, _chkt_main.scss */
    .co-pick_up-list_inner {
      padding: 0 5px; } }
/* line 1574, _chkt_main.scss */
.co-pick_up-details-container > div {
  margin-bottom: 12px; }
/* line 1579, _chkt_main.scss */
.co-pick_up-details-field-title {
  font-weight: bold;
  margin-bottom: 2px; }
/* line 1584, _chkt_main.scss */
.co-pick_up-details-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0; }

/* line 1595, _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 1595, _chkt_main.scss */
    .co-modal {
      width: 95vw; } }
  /* line 1617, _chkt_main.scss */
  .co-modal-wrapper {
    padding: 14px 16px 16px 16px;
    position: relative; }
    @media (max-width: 760px) {
      /* line 1617, _chkt_main.scss */
      .co-modal-wrapper {
        padding: 10px 10px 10px 10px; } }
  /* line 1627, _chkt_main.scss */
  .co-modal-header-container {
    margin-top: 0px;
    margin-bottom: 14px; }
    @media (max-width: 760px) {
      /* line 1627, _chkt_main.scss */
      .co-modal-header-container {
        margin-bottom: 10px; } }
  /* line 1636, _chkt_main.scss */
  .co-modal-toolbar {
    position: absolute;
    top: 26px;
    right: 70px; }
    @media (max-width: 760px) {
      /* line 1636, _chkt_main.scss */
      .co-modal-toolbar {
        top: 15px;
        right: 40px; } }
  /* line 1649, _chkt_main.scss */
  .co-modal-mode_switcher {
    display: flex; }
  /* line 1653, _chkt_main.scss */
  .co-modal--outlet_modal {
    width: 35vw;
    overflow-y: auto; }
  /* line 1658, _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 1676, _chkt_main.scss */
    .co-modal-close:before {
      content: "\f00d"; }
    /* line 1680, _chkt_main.scss */
    .co-modal-close:hover {
      opacity: 1; }
    @media (max-width: 760px) {
      /* line 1658, _chkt_main.scss */
      .co-modal-close {
        top: 4px;
        right: 7px; } }
  /* line 1690, _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 24, _chkt_delivery.scss */
    .delivery-date__table[data-timetable="courrier"] .delivery-date__cell:nth-child(2) {
      display: none; }
  /* line 31, _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 43, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_prev {
      left: 17%;
      text-align: left; }
    /* line 48, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_next {
      right: 0;
      text-align: right; }
  /* line 55, _chkt_delivery.scss */
  .delivery-date__column {
    display: inline-block;
    vertical-align: top;
    width: 14.28571%; }
    /* line 60, _chkt_delivery.scss */
    .delivery-date__column_caption {
      width: 17%; }
  /* line 65, _chkt_delivery.scss */
  .delivery-date__body {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative; }
  /* line 73, _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 83, _chkt_delivery.scss */
    .delivery-date__cell[data-tooltip] {
      position: relative; }
      /* line 85, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]::before, .delivery-date__cell[data-tooltip]::after {
        position: absolute;
        display: none;
        opacity: .85; }
      /* line 91, _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 101, _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 121, _chkt_delivery.scss */
      .delivery-date__cell[data-tooltip]:hover::before, .delivery-date__cell[data-tooltip]:hover::after {
        display: block; }
    /* line 129, _chkt_delivery.scss */
    .delivery-date__cell_caption {
      border-color: white;
      color: black; }
      /* line 133, _chkt_delivery.scss */
      .delivery-date__cell_caption .ico, .delivery-date__cell_caption .text {
        display: inline-block;
        vertical-align: middle; }
      /* line 138, _chkt_delivery.scss */
      .delivery-date__cell_caption .ico {
        color: #cbcbcb;
        font-size: 15px;
        margin-right: 12px; }
    /* line 149, _chkt_delivery.scss */
    .delivery-date__cell:hover {
      z-index: 20; }
      /* line 152, _chkt_delivery.scss */
      .delivery-date__cell:hover .date-item-text {
        display: block; }
    /* line 162, _chkt_delivery.scss */
    .delivery-date__cell.dsb .delivery-date__button {
      color: #cecdcd; }
  /* line 169, _chkt_delivery.scss */
  .delivery-date__button {
    display: block;
    line-height: 36px;
    color: #3A4362;
    font-size: 13px;
    width: 100%;
    cursor: pointer; }
    /* line 177, _chkt_delivery.scss */
    .delivery-date__button[disabled] {
      cursor: default; }
    /* line 182, _chkt_delivery.scss */
    .delivery-date__button.active {
      color: white;
      background: #3A4362; }
    @media screen and (min-width: 1200px) {
      /* line 188, _chkt_delivery.scss */
      .delivery-date__button:not([disabled]):hover {
        background: #eaebef; } }

/* line 204, _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 219, _chkt_delivery.scss */
.courrier2-intervals__row {
  display: block;
  cursor: pointer;
  width: 25%;
  border-bottom: 1px solid #e5e5e5; }
/* line 227, _chkt_delivery.scss */
.courrier2-intervals__button {
  padding: 0 10px;
  cursor: pointer; }
  /* line 232, _chkt_delivery.scss */
  .courrier2-intervals__button[data-disabled="disabled"] {
    cursor: default;
    opacity: .2; }
  /* line 238, _chkt_delivery.scss */
  .courrier2-intervals__button.active {
    color: white;
    background: #3A4362; }
  @media screen and (min-width: 1200px) {
    /* line 244, _chkt_delivery.scss */
    .courrier2-intervals__button:not([data-disabled="disabled"]):hover {
      background: #eaebef; } }
/* line 251, _chkt_delivery.scss */
.courrier2-intervals__cell {
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative; }
  /* line 265, _chkt_delivery.scss */
  .courrier2-intervals__cell .ico, .courrier2-intervals__cell .text {
    display: inline-block;
    vertical-align: middle; }
  /* line 270, _chkt_delivery.scss */
  .courrier2-intervals__cell .ico {
    color: #cbcbcb;
    font-size: 15px;
    margin-right: 12px; }
  /* line 285, _chkt_delivery.scss */
  .courrier2-intervals__cell_price {
    padding-left: 15px;
    font-weight: bold; }
  /* line 290, _chkt_delivery.scss */
  .courrier2-intervals__cell:hover {
    z-index: 20; }
  /* line 297, _chkt_delivery.scss */
  .courrier2-intervals__cell.dsb .delivery-date__button {
    color: #cecdcd; }
/* line 307, _chkt_delivery.scss */
.courrier2-intervals.collapsed {
  height: 0;
  overflow: hidden; }

/* line 315, _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 328, _chkt_delivery.scss */
  .delivery-info__title, .delivery-info__text {
    display: inline-block;
    margin: 0 3px; }
  /* line 336, _chkt_delivery.scss */
  .delivery-info.title-only .delivery-info__text {
    display: none; }

@media screen and (max-width: 760px) {
  /* line 353, _chkt_delivery.scss */
  .delivery-date__column {
    width: 33.33333%; }
    /* line 355, _chkt_delivery.scss */
    .delivery-date__column_caption {
      width: 25%; }
  /* line 362, _chkt_delivery.scss */
  .delivery-date__cell_caption {
    text-align: left; }
    /* line 366, _chkt_delivery.scss */
    .delivery-date__cell_caption .ico {
      display: none; }
    /* line 370, _chkt_delivery.scss */
    .delivery-date__cell_caption .text {
      font-size: 11px;
      line-height: 35px; }
  /* line 377, _chkt_delivery.scss */
  .delivery-date__body {
    width: 75%; }
  /* line 382, _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 390, _chkt_delivery.scss */
    .delivery-date__navigation-arrow_prev {
      left: 25%;
      margin-left: -7px; }
    /* line 395, _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-label {
              color: #999;
              font-size: 12px;
              line-height: 12px; }
            /* line 62, _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 73, _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 79, _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 84, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--password {
              width: calc(50% - 12px); }
            /* line 88, _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 95, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--error {
              border: 1px solid #FF0000; }
              /* line 98, _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 103, _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/7668/32128500/original/show.png) 0 0 no-repeat;
              transform: translateY(-50%); }
              /* line 113, _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/7667/32128499/original/hide.png) 0 0 no-repeat; }
          /* line 119, _chkt_cabinet.scss */
          .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-controls {
            order: 2;
            text-align: center; }
            /* line 123, _chkt_cabinet.scss */
            .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-controls .g-recaptcha {
              margin-bottom: 16px; }
          /* line 128, _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 134, _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 148, _chkt_cabinet.scss */
.checkout-content #orders-products,
.checkout-content .pagination__load {
  display: none; }
/* line 153, _chkt_cabinet.scss */
.checkout-content .products-grid__body .product-item {
  display: block; }

/* line 159, _chkt_cabinet.scss */
.cabinet__info {
  display: block;
  margin-top: 14px;
  position: relative;
  text-align: center; }
  /* line 166, _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 182, _chkt_cabinet.scss */
  .cabinet__info:hover::after {
    opacity: 0.2; }

/* line 190, _chkt_cabinet.scss */
.checkout-client_account .checkout-content.feedback-content {
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 32px; }
  /* line 195, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content .checkout-header {
    margin-bottom: 16px; }
  /* line 199, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content .field.fc:nth-child(2) {
    position: relative;
    margin-bottom: 16px; }
    /* line 203, _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 213, _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 228, _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 240, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.feedback-content input[type="submit"]:hover {
      background: #495681; }
  /* line 245, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content.feedback-content small {
    font-size: 12px;
    color: #999999; }
@media screen and (min-width: 1200px) {
  /* line 189, _chkt_cabinet.scss */
  .checkout-client_account {
    position: relative;
    min-height: calc(100vh - 645px); } }
/* line 268, _chkt_cabinet.scss */
.checkout-client_account .checkout-columns.columns-2 {
  align-items: flex-end;
  margin-bottom: 15px; }
  @media screen and (max-width: 760px) {
    /* line 268, _chkt_cabinet.scss */
    .checkout-client_account .checkout-columns.columns-2 {
      flex-wrap: wrap; } }
  /* line 278, _chkt_cabinet.scss */
  .checkout-client_account .checkout-columns.columns-2 .column {
    width: 50%;
    padding-right: 7px; }
    @media screen and (max-width: 760px) {
      /* line 278, _chkt_cabinet.scss */
      .checkout-client_account .checkout-columns.columns-2 .column {
        width: 100%;
        padding: 0; } }
  /* line 289, _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 289, _chkt_cabinet.scss */
      .checkout-client_account .checkout-columns.columns-2 .column + .column {
        padding: 0; } }
  /* line 300, _chkt_cabinet.scss */
  .checkout-client_account .checkout-columns.columns-2 .co-table {
    margin-bottom: 0; }
    /* line 302, _chkt_cabinet.scss */
    .checkout-client_account .checkout-columns.columns-2 .co-table th {
      white-space: nowrap; }
/* line 309, _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 318, _chkt_cabinet.scss */
.checkout-client_account .checkout-header {
  margin-top: 0;
  padding-top: 0; }
/* line 323, _chkt_cabinet.scss */
.checkout-client_account .co-table#orders_history {
  margin-bottom: 0;
  opacity: 0; }
/* line 328, _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 334, _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 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11%; } }
  @media screen and (max-width: 680px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11.5%; } }
  @media screen and (max-width: 635px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 11.8%; } }
  @media screen and (max-width: 570px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 12%; } }
  @media screen and (max-width: 535px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 12.5%; } }
  @media screen and (max-width: 485px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 13.5%; } }
  @media screen and (max-width: 460px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 14.5%; } }
  @media screen and (max-width: 430px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 15.5%; } }
  @media screen and (max-width: 400px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 16.5%; } }
  @media screen and (max-width: 365px) {
    /* line 334, _chkt_cabinet.scss */
    .checkout-client_account .co-table.order tbody td[colspan="2"] {
      padding-left: 17.5%; } }
/* line 379, _chkt_cabinet.scss */
.checkout-client_account .co-table.order tbody tr td:nth-child(2) {
  text-align: start; }
/* line 384, _chkt_cabinet.scss */
.checkout-client_account .co-table.delivery th, .checkout-client_account .table.payment th {
  text-align: left; }
/* line 389, _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 397, _chkt_cabinet.scss */
  .checkout-client_account .co-table thead, .checkout-client_account .co-table tfoot {
    background: #F5F5F5; }
  /* line 401, _chkt_cabinet.scss */
  .checkout-client_account .co-table tfoot {
    text-align: right; }
    /* line 404, _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 409, _chkt_cabinet.scss */
  .checkout-client_account .co-table a {
    color: #008CBA; }
  /* line 415, _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 421, _chkt_cabinet.scss */
  .checkout-client_account .co-table th {
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap; }
  /* line 428, _chkt_cabinet.scss */
  .checkout-client_account .co-table td p {
    padding: 5px 0;
    margin: 5px 0; }
  /* line 434, _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 440, _chkt_cabinet.scss */
  .checkout-client_account .co-table .red {
    color: #f04124; }
  /* line 444, _chkt_cabinet.scss */
  .checkout-client_account .co-table .green {
    color: green; }
  /* line 448, _chkt_cabinet.scss */
  .checkout-client_account .co-table.hide-body tbody {
    display: none; }
/* line 453, _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 469, _chkt_cabinet.scss */
  .checkout-client_account h3.month-button .month-button__arrow {
    display: block;
    font-size: 16px;
    margin-left: 10px; }
    /* line 474, _chkt_cabinet.scss */
    .checkout-client_account h3.month-button .month-button__arrow.rotate {
      transform: rotate(180deg); }
  @media screen and (max-width: 1200px) {
    /* line 453, _chkt_cabinet.scss */
    .checkout-client_account h3.month-button {
      font-size: 10px; }
      /* line 482, _chkt_cabinet.scss */
      .checkout-client_account h3.month-button .month-button__arrow {
        font-size: 12px; } }

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

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

@media (min-width: 1201px) {
  /* line 530, _chkt_cabinet.scss */
  .checkout-client_account {
    		/*&.narrow {
    			.checkout-content {
    				max-width: 400px;
    
    			}
    		}*/ }
    /* line 532, _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 550, _chkt_cabinet.scss */
    .checkout-client_account.is-login .checkout-content {
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px); } }
@media (max-width: 1200px) {
  /* line 570, _chkt_cabinet.scss */
  .checkout-client_account .checkout-content {
    width: 100%; }
    /* line 574, _chkt_cabinet.scss */
    .checkout-client_account .checkout-content.register .checkout-header ~ .co-login {
      flex-wrap: wrap; }
      /* line 577, _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 584, _chkt_cabinet.scss */
      .checkout-client_account .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder {
        width: 100%; }
  /* line 591, _chkt_cabinet.scss */
  .checkout-client_account .checkout-sidebar {
    width: 100%;
    margin-top: 15px; }
  /* line 598, _chkt_cabinet.scss */
  .checkout-client_account .co-table th {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    padding: 7px 4px; }
  /* line 605, _chkt_cabinet.scss */
  .checkout-client_account .co-table td {
    padding: 3px 4px;
    font-size: 10px;
    line-height: 1.5; }
  /* line 611, _chkt_cabinet.scss */
  .checkout-client_account .co-table .red,
  .checkout-client_account .co-table .green {
    font-size: 10px; } }
@media (max-width: 480px) {
  /* line 622, _chkt_cabinet.scss */
  .checkout-client_account .co-table.order th {
    white-space: normal;
    text-align: left; } }
@media (max-width: 760px) {
  /* line 634, _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 640, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input {
    padding: 8px; }
    /* line 643, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input-field {
      padding: 28px 8x 8px; }
    /* line 647, _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 653, _chkt_cabinet.scss */
    .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form .co-input--password {
      width: 100%; }
    /* line 657, _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 664, _chkt_cabinet.scss */
  .checkout-content.register .checkout-header ~ .co-login .co-login-form_placeholder .co-form-button {
    font-size: 12px;
    line-height: 38px; }
  /* line 669, _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; } }
