.preview-card_auto-wrapper.vers4 .description-label_big {
  border-radius: 16px;
  padding: 0 10px;
  padding-left: 5px;
}
.preview-card_auto-wrapper.vers4 .description-label_big.description-label_promocod {
  color: #CE1320;
  background: #FFF2F3;
}

.catalog-fltr_type--full .tags_slider_catalog .tags_slide.tags_slide-promocod {
  color: #CE1320;
  background: #FFF2F3;
}
.catalog-fltr_type--full .tags_slider_catalog .tags_slide.tags_slide-promocod:hover {
  background: #CE1320;
  color: #FFFFFF;
}

.tags_slider_catalog .checkbox_fltr-input:checked + .tags_slide-promocod {
  background: #CE1320;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .card-auto_labels {
    gap: 10px;
  }
}

.card-auto_labels .label_new-inner {
  border-radius: 20px !important;
}
@media screen and (min-width: 768px) {
  .card-auto_labels .label_new-inner {
    padding: 8px 20px;
    background: #F5F5F9;
    border-color: transparent;
  }
}

.card-auto_labels .label_new-promocod .label_new-inner {
  color: #CE1320;
  background: #FFF2F3;
  border: none;
}

.card-auto_used-price .used-price-promocod {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7d9df;
}
.card-auto_used-price .used-price-promocod .promocod-wrapper {
  padding: 20px;
  -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
          box-shadow: 0 2px 20px 0 #e5e7ee;
  border-radius: 5px;
  margin-top: 20px;
}
.card-auto_used-price .used-price-promocod .promocod-wrapper:not(.show) {
  display: none;
}
.card-auto_used-price .used-price-promocod .promocod-wrapper-title {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.card-auto_used-price .used-price-promocod .promocod-form {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-auto_used-price .used-price-promocod .promocod-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-auto_used-price .used-price-promocod .btn-green {
  background: #4caf68;
  color: #ffffff;
  padding: 0 20px;
  cursor: pointer;
}
.card-auto_used-price .used-price-promocod .btn-green[disabled=disabled] {
  background: #d7d9df;
  color: #ffffff;
  cursor: default;
}
@media screen and (max-width: 1199px) {
  .card-auto_used-price .used-price-promocod .btn-green {
    height: 50px !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .card-auto_used-price .used-price-promocod .btn-green {
    width: 100%;
  }
}
.card-auto_used-price .used-price-promocod .default-input_wrapper {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .card-auto_used-price .used-price-promocod .default-input_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.popup.modal-promocod {
  width: 698px;
  max-width: 698px;
  border-radius: 15px;
  background: #ffffff;
  padding: 80px 60px 60px;
}
@media screen and (max-width: 1199px) {
  .popup.modal-promocod {
    max-width: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .popup.modal-promocod {
    padding: 60px 16px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .popup.modal-promocod.send {
    width: 480px;
    max-width: 480px;
    padding: 100px 60px;
  }
}
.popup.modal-promocod .close-custom {
  top: 40px;
  right: 60px;
}
.popup.modal-promocod .heading-wrapper {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.popup.modal-promocod .heading-wrapper .heading_black {
  padding-bottom: 0;
  width: auto;
}
.popup.modal-promocod .autopromo-info {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .popup.modal-promocod .autopromo-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup.modal-promocod .autopromo-info_img {
  width: 226px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup.modal-promocod .autopromo-info_img {
    width: 100%;
    height: 54vw;
  }
}
.popup.modal-promocod .autopromo-info_descript {
  -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
          box-shadow: 0 2px 20px 0 #e5e7ee;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.popup.modal-promocod .autopromo-info_descript > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.popup.modal-promocod .autopromo-info_descript > div[data-before]:before {
  content: attr(data-before);
  font-size: 16px;
  line-height: 150%;
  color: rgba(72, 73, 77, 0.5);
}
.popup.modal-promocod .autopromo-info_descript > div .price {
  font-size: 25px;
  line-height: 128%;
  color: #0049b7;
}
.popup.modal-promocod .autopromo-info_descript > div + div {
  margin-top: 10px;
}
.popup.modal-promocod .autopromo-info_descript > div .price-old {
  color: rgba(72, 73, 77, 0.5);
}
.popup.modal-promocod .autopromo-special {
  margin-top: 20px;
  padding: 20px;
  padding-left: 60px;
  position: relative;
  background: #f5f5f9;
  border-radius: 15px;
}
.popup.modal-promocod .autopromo-special > span {
  display: block;
}
.popup.modal-promocod .autopromo-special > span + span {
  margin-top: 10px;
}
.popup.modal-promocod .autopromo-special:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-image: url("../media/icons/clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.popup.modal-promocod .autopromo-form {
  margin-top: 30px;
}
.popup.modal-promocod .autopromo-form h2 {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .popup.modal-promocod .autopromo-form h2 {
    text-align: center;
  }
}
.popup.modal-promocod .autopromo-form .inputs-wrapper {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper {
  margin-bottom: 0;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child {
  width: 100%;
  margin-bottom: 0;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox] {
  display: none;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox]:checked + label:before {
  border-color: #0049b7;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox] + label {
  position: relative;
  padding-left: 32px;
  font-size: 12px;
  line-height: 150%;
  cursor: pointer;
  display: inline-block;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1px solid #dfe3e9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #0049b7;
  border-bottom: 1px solid #0049b7;
  left: 7px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child input[type=checkbox] + label:hover:before {
  border-color: #0049b7;
}
.popup.modal-promocod .autopromo-form .default-input_wrapper:last-child.invalid input[type=checkbox]:not(:checked) + label:before {
  border-color: red;
}
.popup.modal-promocod .autopromo-form .btn {
  padding: 0 19px;
}
@media screen and (max-width: 1199px) {
  .popup.modal-promocod .autopromo-form .btn {
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .popup.modal-promocod .autopromo-form .subtitle {
    text-align: center;
    max-width: 288px;
    margin: 0 auto;
  }
}
.popup.modal-promocod .success-wrapper:not(.show) {
  display: none;
}/*# sourceMappingURL=catalog-promo.css.map */