header.simple-header {
  height: 99px;
  background-color: #ebebeb;
}
header.simple-header .block-logo {
  display: inline-block;
  margin: 20px;
}
header.simple-header .block-logo .icon-logo {
  height: 60px;
  width: 80px;
  background-size: 80px 60px;
}
header.simple-header .block-location {
  display: inline-block;
  float: right;
  margin-top: 35px;
  margin-right: 70px;
}
header.simple-header .block-location .icon-location {
  margin-right: 0px;
}
header.simple-header .block-location a {
  text-decoration: none;
  border-bottom: 1px dashed black;
}
header.simple-header .block-phone {
  display: inline-block;
  float: right;
  margin-right: 42px;
  margin-top: 45px;
}
header.simple-header .block-phone .number-phone {
  font-size: 16px;
}
footer.simple-footer {
  color: #ebebeb;
  padding-top: 0px;
}
footer.simple-footer a {
  color: #ebebeb;
}
.cw-order {
  position: relative;
  font-family: Roboto;
  background-color: white;
  min-width: 320px;
}
.cw-order [type="checkbox"],
.cw-order [type="radio"] {
  display: none;
}
.cw-order label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.cw-order i {
  width: 16px;
  height: 16px;
  border: 2px solid #d8d8d8;
  background-color: #d8d8d8;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.cw-order [type="radio"]:checked + i::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #68ad18;
  border-radius: 2px;
}
.cw-order [type="radio"] + i,
.cw-order [type="radio"]:checked + i::before {
  border-radius: 50%;
}
.cw-order [type="checkbox"]:checked + i::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  background-color: transparent;
  border-right: 3px solid #68ad18;
  border-bottom: 3px solid #68ad18;
  top: -2px;
  left: 2px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.cw-order [type="text"] {
  width: 376px;
  height: 37px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  padding: 0 10px 0 10px;
}
.cw-order [type="textarea"] {
  width: 376px;
  height: 37px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  padding: 0 10px 0 10px;
}
.cw-order .cw_wr-content {
  width: 520px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cw-order .cw_wr-content .cw_buyer-type {
  border-bottom: solid 1px #d6d6d6;
}
.cw-order .cw_wr-content .cw_buyer-type .cw_buyer-head {
  font-size: 16px;
  text-align: left;
  line-height: 1.25;
  color: #333333;
}
.cw-order .cw_wr-content .cw_buyer-type .cw_buyer-wr-qnt {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cw-order .cw_wr-content .cw_buyer-type .cw_buyer-wr-qnt ul {
  overflow: hidden;
  list-style: none;
}
.cw-order .cw_wr-content .cw_buyer-type .cw_buyer-wr-qnt ul li {
  margin-right: 48px;
  float: left;
}
.cw-order .cw_wr-content .cw_buyer-type .cw_buyer-wr-qnt ul li span {
  font-size: 14px;
  padding-left: 5px;
  vertical-align: middle;
  font-weight: normal;
}
.cw-order .cw_wr-content .cw_personal-prop {
  margin-top: 25px;
  border-bottom: solid 1px #d6d6d6;
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-head {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  color: #333333;
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-block .cw_prop-element {
  margin-bottom: 25px;
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-block .cw_prop-element .cw_prop-discription {
  font-size: 14px;
  text-align: left;
  color: rgba(176, 176, 176, 0.87);
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-block .cw_prop-element .cw_prop-wr-input.cw-location .bx-sls {
  width: 376px;
  height: 37px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-block .cw_prop-element .cw_prop-wr-input.cw-location .bx-sls .bx-ui-sls-container {
  min-height: 34px;
}
.cw-order .cw_wr-content .cw_personal-prop .cw_prop-block .cw_prop-element .cw_prop-wr-input.cw-location .bx-sls .dropdown-block {
  border: none;
}
.cw-order .cw_wr-content .cw_delivery {
  border-bottom: solid 1px #d6d6d6;
}
.cw-order .cw_wr-content .cw_delivery label {
  width: 100%;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-head {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333333;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block {
  width: 440px;
  min-height: 125px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #d8d8d8;
  background-color: #d8d8d8;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block [type="radio"]:checked + i::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #68ad18;
  border-radius: 50%;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element {
  position: relative;
  margin-bottom: 20px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element [type="radio"]:checked + i + .cw_delivery-element {
  background-color: #f6f6f6;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element {
  padding: 6px 0 5px 90px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 38px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents {
  display: inline-block;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents .cw_delivery-name {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #333333;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents .cw_delivery-price {
  margin-top: 9px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents .cw_delivery-price .discriptions {
  color: #7e7e7e;
  margin-right: 15px;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents .cw_delivery-price .price {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.cw-order .cw_wr-content .cw_delivery .cw_delivery-block .cw_delivery-wr_element .cw_delivery-element .cw_delivery-contents .cw_delivery-discription {
  padding-right: 15px;
  margin-top: 9px;
  font-size: 14px;
  color: #7e7e7e;
}
.cw-order .cw_wr-content .cw_paysystem {
  border-bottom: solid 1px #d6d6d6;
}
.cw-order .cw_wr-content .cw_paysystem .cw-pay-head {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.cw-order .cw_wr-content .cw_paysystem .cw-pay-element {
  font-weight: normal;
  padding-left: 38px;
  margin-bottom: 25px;
}
.cw-order .cw_wr-content .cw_paysystem .cw-pay-element .cw-pay-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.cw-order .cw_wr-content .cw_paysystem .cw-pay-element .cw-pay-name {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  color: #7e7e7e;
}
.cw-order .cw_sidebar {
  /*position: fixed;*/
  /* width: 294px;*/
  /* right: 0;*/
  background-color: #feffef;
  padding: 24px 24px 24px 23px;
}
.cw-order .cw_sidebar .cw_cart-total .cw_total-params .cw_total-l {
  width: 100px;
  display: inline-block;
}
.cw-order .cw_sidebar .cw_cart-total .cw_total-params .cw_total-r {
  display: inline-block;
}
.cw-order .cw_sidebar .cw_cart-total .cw_total-params.goods {
  font-size: 16px;
  margin-bottom: 16px;
}
.cw-order .cw_sidebar .cw_cart-total .cw_total-params.sum {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cw-order .cw_sidebar .cw_cart-total .cw_back-in-cart {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  height: 50px;
  line-height: 50px;
}
.cw-order .cw_sidebar .cw_cart-total .cw_back-in-cart a {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cw-order .cw_sidebar .cw_cart-total .cw-terms {
  line-height: 16px;
  margin-top: 10px;
}
.cw-order .cw_sidebar .cw_cart-total .cw-terms label {
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
}
.cw-order .cw_sidebar .cw_cart-total .cw-terms label i {
  position: absolute;
  top: 3px;
  left: 0;
}
.cw-order .cw-checkout {
  width: 224px;
  height: 32px;
  border-radius: 100px;
  background: #68ad18;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d23e', endColorstr='#68ad18', GradientType=0);
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  text-transform: none;
}
.cw-order .cw-checkout span {
  line-height: 15px;
  font-size: 14px;
}
.cw-order .cw-checkout.bottom {
  height: 40px;
  font-size: 14px;
}
.cw-order .cw-checkout.bottom span {
  text-transform: uppercase;
  line-height: 18px;
}
.cw-order .CW-AjaxBadge {
  display: none;
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  padding: 32px;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  z-index: 105;
}
.cw-order #CW-AjaxPickup {
  display: block;
  position: absolute;
  top: 5px;
  left: calc(100% - 30px);
}
#yaMapsOrder {
  width: 80vw;
  top: 50vh;
  left: 50vw;
  height: 80vh;
  position: fixed;
  margin-left: -40vw;
  margin-top: -40vh;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header.simple-header {
    height: 69px;
  }
  header.simple-header .block-logo {
    display: inline-block;
    margin: 10px;
  }
  header.simple-header .block-logo .icon-logo {
    height: 44px;
    width: 59px;
    background-size: 59px 44px;
  }
  header.simple-header .block-location {
    margin-right: 17px;
    margin-top: 17px;
  }
  header.simple-header .block-phone {
    display: none;
    margin-right: 22px;
  }
  footer.simple-footer {
    color: #ebebeb;
    padding-top: 0px;
  }
  footer.simple-footer a {
    color: #ebebeb;
  }
  .cw-order [type="text"] {
    width: 100%;
  }
  .cw-order .cw_wr-content {
    width: 100%;
  }
  .cw-order .cw_wr-content .cw_delivery .cw_delivery-block {
    width: 100%;
  }
  .cw-order .cw_wr-content .cw_paysystem .cw-pay-element {
    padding-left: 0px;
  }
  .cw-order .cw-checkout {
    width: 100%;
  }
}
/*# sourceMappingURL=order.css.map */