.checkout_page .checkout_section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.checkout_page {
  margin-top: 20px;
  margin-bottom: 50px;
}
.checkout_page .checkout_block {
  background: #f7f7f7;
  margin-left: 80px;
  margin-right: 80px;
}
.checkout_page .details_title {
  font-size: 240%;
  line-height: 1.33em;
  color: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 32px 42px 0 42px;
}
.checkout_page .quantity {
  font-size: 180%;
  line-height: 1.33em;
  width: 100%;
  max-width: 50px;
}
.checkout_page .inner_title {
  font-size: 240%;
  line-height: 1.33em;
  color: #000000;
  max-width: 250px;
  width: 100%;
}
.checkout_page .contact_title {
  font-size: 180%;
  line-height: 1.33em;
  margin-bottom: 9px;
}
.checkout_page .contact_title:after {
  color: #f00;
  content: "*";
  position: relative;
  top: -3px;
  margin-left: 1px;
}
.checkout_page .contact_info {
  color: #a5a4a4;
  font-size: 140%;
  line-height: 1.33em;
  margin-bottom: 20px;
}
.checkout_page .contact_info a {
  color: #000000;
}
.checkout_page .contact_email {
  font-size: 180%;
  line-height: 1.33em;
  color: #000000;
  margin-top: 10px;
}
.checkout_page .contact_email span {
  font-family: "bold";
}
.checkout_page .contact_email a {
  color: #000000;
}
.checkout_page .confirmation_block,
.checkout_page .payment_block,
.checkout_page .contact_block {
  display: flex;
  max-width: 500px;
  flex-direction: column;
}
.checkout_page .checkout_section {
  padding: 56px 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.checkout_page .checkout_section ul li {
  margin-bottom: 15px;
}
.checkout_page .checkout_info {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout_page .checkout_title {
  font-size: 180%;
  color: #000000;
  line-height: 1.33em;
  max-width: 660px;
}
.checkout_page .product_cost {
  font-size: 180%;
  line-height: 1.33em;
  font-family: "medium";
  padding: 0 15px;
  max-width: 130px;
  width: 100%;
}
.checkout_page .img_checkout {
  position: relative;
  width: 90px;
  min-width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  background: #f7f7f7;
  border-radius: 4px;
}
.checkout_page .img_checkout img {
  max-height: 90px;
  max-width: 100%;
}
.checkout_page .field_block {
  padding-bottom: 20px;
}
.checkout_page .field_block ::-webkit-input-placeholder {
  color: #999999;
}
.checkout_page .field_block :-moz-placeholder {
  color: #999999;
}
.checkout_page .field_block ::-moz-placeholder {
  color: #999999;
}
.checkout_page .field_block :-ms-input-placeholder {
  color: #999999;
}
.checkout_page .field_block textarea,
.checkout_page .field_block input {
  font-size: 180%;
  line-height: 24px;
  border-radius: 4px;
  background: #ffffff;
  padding: 13px 23px;
  border: 2px solid transparent;
}
.checkout_page .field_block textarea {
  height: 160px;
}
.checkout_page .field_block .error_hint {
  text-align: right;
  opacity: 0;
  font-size: 140%;
  line-height: 18px;
  max-height: 18px;
  margin-bottom: -18px;
}
.checkout_page .field_block.has-error input,
.checkout_page .field_block.has-error textarea {
  border-color: #b94a48;
}
.checkout_page .field_block:nth-child(6) {
  margin-top: 15px;
}
.checkout_page .radio_btn {
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.checkout_page .radio_btn input:checked + .radio_btn:before {
  border-color: transparent;
  background: #fcd878;
  color: #000000;
}
.checkout_page .radio_btn input:checked + .radio_btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 7px;
  margin-top: -5px;
  border-radius: 50%;
  background: #000000;
}
.checkout_page .radio_btn .radio_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 180%;
  line-height: 1.33em;
  margin-bottom: 11px;
}
.checkout_page .radio_btn .radio_btn:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.checkout_page .radio_btn.has-error span:before {
  border-color: #b94a48;
}
.checkout_page .checkbox_btn {
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.33em;
  position: relative;
  overflow: hidden;
}
.checkout_page .checkbox_btn input:checked + span:before {
  border-color: transparent;
  background: #fcd878;
  color: #000000;
}
.checkout_page .checkbox_btn span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkout_page .checkbox_btn span:not(:last-child) {
  float: left;
  margin-right: 5px;
}
.checkout_page .checkbox_btn span:before {
  display: flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 12px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 1.2rem;
}
.checkout_page .checkbox_btn a {
  display: block;
  margin-left: 40px;
  line-height: 28px;
}
.checkout_page .checkbox_btn.has-error span:before {
  border-color: #b94a48;
}
.checkout_page .delivery_block {
  display: flex;
  max-width: 500px;
  flex-direction: column;
}
.checkout_page .delivery_block .field_block {
  margin-left: 36px;
}
.checkout_page .delivery_methods {
  display: flex;
  flex-direction: column-reverse;
}
.checkout_page .delivery_method {
  display: none;
}
.checkout_page .confirmation_block > .checkbox_btn:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
}
.checkout_page .checkout_total {
  display: flex;
  margin-top: 36px;
}
.checkout_page .checkout_total .field_block {
  padding-bottom: 0;
}
.checkout_page .checkout_total .field_block input {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout_page .total_title {
  font-size: 180%;
  line-height: 1.33em;
}
.checkout_page .btn_promo {
  font-size: 180%;
  line-height: 1.33em;
  color: #000000;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.checkout_page .btn_promo:before {
  margin-right: 5px;
  content: "+";
  font-size: 120%;
}
.checkout_page .promo_code {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.checkout_page .promo_code.open_input .input_block {
  opacity: 1;
  z-index: 1;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.checkout_page .promo_code.open_input .btn_promo {
  opacity: 0;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.checkout_page .input_block {
  opacity: 0;
  position: absolute;
  top: -10px;
  z-index: -1;
  flex: 1;
  max-width: 180px;
  display: flex;
  align-items: center;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.checkout_page .input_block input {
  flex: 1;
  width: 50%;
  border: 1px solid #e5e5e5;
  padding: 5px 9px;
  color: #000000;
  background: #ffffff;
  border-right: none;
  font-size: 160%;
  line-height: 1.33em;
  height: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout_page .input_block input::placeholder {
  font-size: 120%;
  line-height: 1.33em;
  color: rgba(0, 0, 0, 0.4);
}
.checkout_page .input_block button {
  color: #ffffff;
  background: #000000;
  height: 35px;
  padding: 10px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.checkout_page .promo_close {
  color: rgba(0, 0, 0, 0.4);
  font-size: 140%;
}
.checkout_page .promo_info {
  color: #f00;
  font-size: 120%;
  line-height: 1.33em;
  margin-top: 18px;
}
.checkout_page .full_price {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  background: #ffffff;
  padding: 21px;
  font-size: 180%;
  line-height: 1.33em;
}
.checkout_page .full_price span:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 25px;
}
.checkout_page .validate_btn {
  border: none;
  margin-top: 32px;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 240%;
  line-height: 1.33em;
  border-radius: 4px;
}
.checkout_page .left_info {
  display: flex;
  align-items: center;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 1440px) {
  .checkout_page .checkout_block {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .checkout_page .checkout_block {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout_page .inner_title {
    font-size: 200%;
  }
}
@media (max-width: 959px) {
  .checkout_page {
    margin-bottom: 0;
  }
  .checkout_page .validate_btn {
    font-size: 200%;
  }
  .checkout_page .checkout_section {
    flex-direction: column;
    padding: 20px 45px;
  }
  .checkout_page .inner_title {
    max-width: 100%;
  }
  .checkout_page .inner_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .checkout_page .left_info {
    width: auto;
    max-width: 100%;
  }
  .checkout_page .quantity,
.checkout_page .checkout_title,
.checkout_page .product_cost,
.checkout_page .img_checkout,
.checkout_page .confirmation_block,
.checkout_page .payment_block,
.checkout_page .delivery_block,
.checkout_page .contact_block {
    max-width: 100%;
  }
  .checkout_page .checkout_info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .checkout_page .full_price,
.checkout_page .checkbox_btn,
.checkout_page .radio_btn .radio_btn {
    font-size: 160%;
  }
  .checkout_page .validate_btn {
    font-size: 180%;
  }
  .checkout_page .field_block:nth-child(6) {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .checkout_page .radio_btn .radio_btn:before {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .checkout_page .radio_btn input:checked + .radio_btn:after {
    width: 8px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
  }
  .checkout_page .checkbox_btn span:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    font-size: 1rem;
  }
}
@media (max-width: 479px) {
  .checkout_page .delivery_block .field_block {
    margin-left: 0;
  }
  .checkout_page .checkout_section {
    padding: 20px;
  }
  .checkout_page .details_title {
    padding: 20px 20px 0 20px;
  }
  .checkout_page .promo_code {
    padding-left: 30px;
    padding-right: 0;
  }
}

.web .checkout_page .btn_promo,
.web .checkout_page .contact_email a,
.web .checkout_page .contact_info a,
.web .checkout_page .checkout_title {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .checkout_page .btn_promo:hover,
.web .checkout_page .contact_email a:hover,
.web .checkout_page .contact_info a:hover,
.web .checkout_page .checkout_title:hover {
  color: #f9b638;
}
.web .checkout_page .img_checkout img {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .checkout_page .img_checkout img:hover {
  opacity: 0.5;
}
.web .checkout_page .input_block button {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .checkout_page .input_block button:hover {
  background: #fcd878;
  color: #000000;
}
.web .checkout_page .checkbox_btn a,
.web .checkout_page .promo_close {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .checkout_page .checkbox_btn a:hover,
.web .checkout_page .promo_close:hover {
  color: #000000;
}
.web .checkout_page .validate_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .checkout_page .validate_btn:hover {
  background: #fcd878;
  color: #000000;
}
.web .checkout_page .radio_btn span:hover,
.web .checkout_page .checkbox_btn span:hover {
  color: #666666;
}
.web .checkout_page .radio_btn span:hover:before,
.web .checkout_page .checkbox_btn span:hover:before {
  border-color: #fcd878;
}
.web .checkout_page .radio_btn a:hover,
.web .checkout_page .checkbox_btn a:hover {
  color: rgba(249, 182, 56, 0.7);
}

.touch .checkout_page .btn_promo,
.touch .checkout_page .contact_email a,
.touch .checkout_page .contact_info a,
.touch .checkout_page .checkout_title {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .checkout_page .btn_promo:active,
.touch .checkout_page .contact_email a:active,
.touch .checkout_page .contact_info a:active,
.touch .checkout_page .checkout_title:active {
  color: #f9b638;
}
.touch .checkout_page .img_checkout img {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .checkout_page .img_checkout img:active {
  opacity: 0.5;
}
.touch .checkout_page .input_block button {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .checkout_page .input_block button:active {
  background: #fcd878;
  color: #000000;
}
.touch .checkout_page .checkbox_btn a,
.touch .checkout_page .promo_close {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .checkout_page .checkbox_btn a:active,
.touch .checkout_page .promo_close:active {
  color: #000000;
}
.touch .checkout_page .validate_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .checkout_page .validate_btn:active {
  background: #fcd878;
  color: #000000;
}
.touch .checkout_page .radio_btn span:active,
.touch .checkout_page .checkbox_btn span:active {
  color: #666666;
}
.touch .checkout_page .radio_btn span:active:before,
.touch .checkout_page .checkbox_btn span:active:before {
  border-color: #fcd878;
}
.touch .checkout_page .radio_btn a:active,
.touch .checkout_page .checkbox_btn a:active {
  color: rgba(249, 182, 56, 0.7);
}

.web .checkout_page .radio_btn span,
.web .checkout_page .checkbox_btn span, .web .checkout_page .radio_btn a,
.web .checkout_page .checkbox_btn a, .touch .checkout_page .radio_btn span,
.touch .checkout_page .checkbox_btn span, .touch .checkout_page .radio_btn a,
.touch .checkout_page .checkbox_btn a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.checkout_page .radio_btn .radio_btn:before, .checkout_page .checkbox_btn span:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout_page .radio_btn .radio_btn, .checkout_page .checkbox_btn span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkout_page .radio_btn input, .checkout_page .checkbox_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=checkout_details.css.map */
