.card-auto_used-check .btn.report_btn {
  background: #0049b7;
}
@media screen and (max-width: 1199px) {
  .card-auto_used-check .btn {
    width: auto;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .card-auto_used-check .btn {
    width: 100%;
    padding: 0 10px !important;
    /*   font-size: 12px; */
  }
}
@media screen and (max-width: 370px) {
  .card-auto_used-check .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 334px) {
  .card-auto_used-check .btn > img {
    display: none !important;
  }
}
.card-auto_used-check .btn > * {
  display: inline-block !important;
  vertical-align: middle;
}
.card-auto_used-check .btn > span {
  margin-left: 7px;
}
@media screen and (max-width: 350px) {
  .card-auto_used-check .btn > span {
    margin-left: 0;
  }
}

.modal.modal-report {
  width: 930px;
  border-radius: 15px;
  background: #fff;
  max-width: 930px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .modal.modal-report {
    border-radius: 0;
    width: 100%;
    max-width: none;
  }
}
.modal.modal-report .modal-report-wrapper {
  padding: 60px;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .modal.modal-report .modal-report-wrapper {
    padding: 100px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal.modal-report .modal-report-wrapper {
    padding: 75px 15px 40px;
  }
}
.modal.modal-report a.close-modal {
  display: none;
}
.modal.modal-report a.close-custom {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal.modal-report .can-close + a.close-modal {
  display: block;
}

.modal-report_items {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .modal-report_items {
    display: none;
  }
}

.modal-report_item {
  width: calc(50% - 10px);
  padding: 20px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  gap: 15px;
  background: #f5f5f9;
  position: relative;
  font-size: 16px;
  color: #48494d;
}
.modal-report_item > img {
  position: absolute;
  top: 20px;
  left: 10px;
}

.modal-report-form {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modal-report-form {
    text-align: center;
    max-width: 288px;
    margin: 0 auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .modal-report-form .heading_black {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .modal-report-form .heading_black {
    text-align: center;
    font-size: 20px;
  }
}
.modal-report-form .form-step:not(.active) {
  display: none;
}
.modal-report-form .subtitle > .link {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .modal-report-form .subtitle > span {
    display: block;
    margin-bottom: 20px;
  }
}
.modal-report-form .heading_black {
  padding-bottom: 15px;
}
.modal-report-form .inputs-default {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .modal-report-form .inputs-default .btn:not(.btn_order_call) {
    margin: 0 auto;
    margin-top: 30px;
  }
  .modal-report-form .inputs-default .btn.btn_order_call {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .modal-report-form .inputs-default .btn.btn_order_call {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .modal-report-form .inputs-default .btn {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-report-form .inputs-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .modal-report-form .inputs-default .btn {
    margin-top: 20px;
  }
}
.modal-report-form .default-input_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 286px;
  margin-bottom: 0 !important;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .modal-report-form .default-input_wrapper:not(.--conf) {
    min-width: auto;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-report-form .default-input_wrapper {
    width: 100% !important;
  }
}
.modal-report-form .default-input_wrapper.--code {
  width: calc(50% - 10px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.modal-report-form .checkbox_item.--conf {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .modal-report-form .checkbox_item.--conf {
    text-align: left;
  }
}
.modal-report-form .checkbox_item.--conf label {
  font-size: 14px;
  line-height: 100%;
  color: rgba(72, 73, 77, 0.5) !important;
}
.modal-report-form .checkbox_item.--conf a {
  color: #48494d !important;
  border-bottom: 1px solid !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-report-form .checkbox_item.--conf a:hover, .modal-report-form .checkbox_item.--conf a:active {
  border-color: transparent !important;
}
.modal-report-form .timer-wrapper {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(72, 73, 77, 0.5);
}
.modal-report-form .timer-wrapper-end {
  margin-top: 20px;
}
.modal-report-form .timer-wrapper-end > span {
  color: rgba(72, 73, 77, 0.5);
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .modal-report-form .timer-wrapper-end > span {
    display: block !important;
  }
}
.modal-report-form .timer-wrapper-end > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .modal-report-form .timer-wrapper-end > a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.modal-report-form .timer-wrapper-end:not(.active) {
  display: none;
}

.form-not-accepted-wrapper:not(.active) {
  display: none;
}

.modal-report-over .flex-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-report-over:not(.active) {
  display: none;
}
.modal-report-over .heading_black {
  margin-top: 10px;
  padding-bottom: 15px;
}
.modal-report-over .btn {
  margin-top: 30px;
}
.modal-report-over .checkbox_item.--conf {
  margin-top: 20px;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .modal-report-over .checkbox_item.--conf {
    text-align: left;
  }
}
.modal-report-over .checkbox_item.--conf label {
  font-size: 14px;
  line-height: 100%;
  color: rgba(72, 73, 77, 0.5) !important;
}
.modal-report-over .checkbox_item.--conf a {
  color: #48494d !important;
  border-bottom: 1px solid !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-report-over .checkbox_item.--conf a:hover, .modal-report-over .checkbox_item.--conf a:active {
  border-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .modal-report-over {
    text-align: center;
  }
  .modal-report-over .btn {
    margin-top: 30px !important;
  }
}

.modal-report-close {
  width: 320px;
  padding: 50px 15px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
          box-shadow: 0 2px 20px 0 #e5e7ee;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .modal-report-close {
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-report-close {
    max-width: calc(100% - 30px);
    max-width: 320px;
  }
}
.modal-report-close .modal-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.modal-report-close .heading_black {
  margin-top: 10px;
  padding-bottom: 10px;
}
.modal-report-close .btns-wrapper {
  margin-top: 15px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-sms-send.popup {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: none;
  background: transparent;
}
.modal-sms-send.popup:not(.active) {
  display: none;
}
.modal-sms-send.popup .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.modal-sms-send.popup .modal-sms-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
  background: #fff;
  border-radius: 15px;
  padding: 50px 15px;
  text-align: center;
}
.modal-sms-send.popup .modal-sms-wrapper .text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal-sms-send.popup .modal-sms-wrapper {
    width: calc(100% - 30px);
    max-width: 320px;
  }
}
.modal-sms-send.popup a.close-custom {
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}/*# sourceMappingURL=used-auto-new.css.map */