/*=========================
**promocode
=========================*/
.c-promocode__action {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-decoration: none !important;
  border: none; }
  @media (max-width: 767px) {
    .c-promocode__action {
      display: block;
      margin-left: 0 !important;
      margin-top: 5px;
      line-height: 15px; } }
  .c-promocode__action:hover span {
    border: none; }
  .c-promocode__action span {
    border-bottom: 1px dashed #08c; }
  .c-promocode__action .ico {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
    margin-right: 3px;
    margin-top: -1px; }

.c-promocode.c-promocode_centered .c-promocode__in {
  margin: 10px auto 0 auto; }

.c-promocode__in {
  max-width: 484px;
  padding: 10px 18px 10px 10px;
  margin-top: 14px;
  background-color: #FFFCEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .c-promocode__in {
      max-width: inherit;
      margin: 10px 0 0 0 !important;
      padding: 10px; } }

.c-promocode__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-promocode__input .form-control,
  .c-promocode__input .btn {
    height: 30px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .c-promocode__input .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 10px;
    min-width: 0;
    width: 100%; }
  .c-promocode__input .btn {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 5px;
    min-width: inherit; }

.c-promocode__text {
  color: #6BB134;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 4px;
  text-align: left;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .c-promocode__text {
      font-size: 12px; } }

.c-promocode__cancel {
  line-height: 13px;
  margin-left: 18px;
  min-width: 12px;
  min-height: 12px; }
  @media (max-width: 767px) {
    .c-promocode__cancel {
      margin-left: 8px; } }

.discount-active b {
  font-weight: normal; }

.c-amount__payment {
  font-size: 16px;
  line-height: 24px; }
  .c-amount__payment.discount-active .c-amount__price {
    font-weight: normal;
    color: #999;
    text-decoration: line-through; }
  .c-amount__payment.discount-active .c-amount__price_new {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold; }

@media (max-width: 767px) {
  .i-services .c-promocode__action {
    margin-bottom: 25px; } }

.c-amount__price {
  font-weight: bold; }

.c-amount__price_new {
  display: none; }

.c-promocode__text__error {
  color: #b12b23; }
