.magictime {
  animation-duration: 1s;
}
.report-page-start {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .report-page-start {
    padding: 32px 24px;
  }
}
@media (min-width: 1024px) {
  .report-page-start {
    padding: 32px 30px;
  }
}
.report-page ~ .scroll-top {
  display: none;
}
@media (min-width: 1024px) {
  .report-page .breadcrumbs {
    margin: 0 0 24px;
  }
}
.report-page h1 {
  max-width: 710px;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .report-page h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .report-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.report-bottom {
  max-width: 560px;
  padding: 24px 24px 0;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .report-bottom {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    width: 830px;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px;
  }
}
.report-bottom img {
  max-width: 304px;
  margin: 0 0 -36px;
}
@media (min-width: 1024px) {
  .report-bottom img {
    max-width: 190px;
    margin: 0 24px;
  }
}
.report-order {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .report-order {
    font-size: 20px;
  }
}
.report-how-work {
  text-align: left;
}
.report-how-work p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.report-how-work ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.report-how-work li {
  position: relative;
  max-width: 270px;
  padding-left: 32px;
}
.report-how-work li:not(:last-child) {
  margin: 0 0 12px;
}
.report-how-work .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.report-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
.report-subtitle {
  margin: 32px 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
.report-text {
  max-width: 746px;
  font-size: 20px;
}
.report-terms {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
  font-size: 20px;
  background: #117ff5;
  color: #fff;
  border-radius: 4px;
}
.report-terms a {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}
.report-happened {
  display: grid;
  grid-gap: 24px;
  max-width: 560px;
  padding: 16px 0 32px;
}
@media (min-width: 1024px) {
  .report-happened {
    grid-template-columns: repeat(3, 1fr);
    max-width: 831px;
  }
}
.report-happened-title {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .report-happened-title {
    font-size: 32px;
  }
}
.report-happened-item {
  padding: 16px;
  background: #F6F7FB;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .report-happened-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 262px;
    font-size: 24px;
  }
}
.report-happened-item:hover {
  background: #F4F6FF;
}
.report-happened-item:hover .btn {
  background: #EBEFFF;
  color: #117FF5;
}
.report-happened .text {
  margin: 4px 0 16px;
  color: #667894;
  font-size: 12px;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .report-happened .text {
    margin: 8px 0 14px;
    font-size: 16px;
  }
}
.report-happened .btn {
  display: block;
  height: initial;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .report-happened .btn {
    padding: 10px 16px;
  }
}
.report-radio-other,
.report-checkbox-other {
  position: relative;
}
.report-radio-other + p,
.report-checkbox-other + p {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .report-radio-other + p,
  .report-checkbox-other + p {
    margin-top: 40px;
  }
}
.report-radio-other.is-selected .report-radio,
.report-checkbox-other.is-selected .report-radio {
  pointer-events: none;
}
.report-radio-other.is-selected .report-checkbox,
.report-checkbox-other.is-selected .report-checkbox {
  right: auto;
  width: 50px;
}
.report-radio-other.is-selected .report-checkbox label,
.report-checkbox-other.is-selected .report-checkbox label {
  padding: 0;
  border-color: transparent;
}
.report-radio-other.is-selected .report-checkbox + .input-wrap input:not(:focus),
.report-checkbox-other.is-selected .report-checkbox + .input-wrap input:not(:focus) {
  border-color: #117FF5;
}
.report-radio-other .report-radio,
.report-checkbox-other .report-radio,
.report-radio-other .report-checkbox,
.report-checkbox-other .report-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.report-radio-other .report-radio label,
.report-checkbox-other .report-radio label,
.report-radio-other .report-checkbox label,
.report-checkbox-other .report-checkbox label {
  background: transparent;
}
.report-radio-other .report-radio label:hover,
.report-checkbox-other .report-radio label:hover,
.report-radio-other .report-checkbox label:hover,
.report-checkbox-other .report-checkbox label:hover {
  background: transparent;
}
.report-radio-other .input-wrap.is-filled .input-label,
.report-checkbox-other .input-wrap.is-filled .input-label {
  left: 48px;
}
.report-radio-other .input-wrap input,
.report-checkbox-other .input-wrap input {
  padding-left: 48px;
}
.report-radio-other .input-wrap input:focus + .input-label,
.report-checkbox-other .input-wrap input:focus + .input-label {
  left: 48px;
}
.report-radio-other .input-wrap .input-label,
.report-checkbox-other .input-wrap .input-label {
  left: 48px;
}
.report-radio input:checked + label,
.report-checkbox input:checked + label {
  border-color: #117FF5;
}
.report-radio input:checked + label:before,
.report-checkbox input:checked + label:before {
  border-color: #117FF5;
}
.report-radio input:checked + label:after,
.report-checkbox input:checked + label:after {
  position: absolute;
  display: block;
  content: '';
}
.report-radio label,
.report-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 434px;
  min-height: 56px;
  margin: 0 0 16px;
  padding: 8px 8px 8px 48px;
  color: #242F39;
  background: #F3F8FE;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .report-radio label:hover,
  .report-checkbox label:hover {
    background: #e4effc;
  }
}
.report-radio label:before,
.report-checkbox label:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #DCE8FA;
  border-radius: 2px;
}
.report-radio span,
.report-checkbox span {
  display: block;
  font-size: 12px;
  line-height: 1.33;
  color: #667894;
}
.report-radio.is-error label,
.report-checkbox.is-error label,
.report-radio.is-error input:checked + label,
.report-checkbox.is-error input:checked + label {
  border: 1px solid #FD4040;
}
.report-radio.is-error-child label,
.report-checkbox.is-error-child label,
.report-radio.is-error-child input:checked + label,
.report-checkbox.is-error-child input:checked + label {
  border-color: transparent;
}
.report-radio.is-error-child + .is-error input,
.report-checkbox.is-error-child + .is-error input {
  border: 1px solid #FD4040 !important;
}
.report-checkbox input:checked + label:before {
  background: #117FF5;
}
.report-checkbox input:checked + label:after {
  top: 21px;
  left: 21px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(42deg);
}
.report-radio input:checked + label:after {
  top: 24px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #117FF5;
}
.report-radio label:before {
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .report-wrapper {
    padding: 90px 16px 120px;
    background: #F4F8F9;
  }
}
.report-wrapper.is-finished .report-progress {
  display: none;
}
.report-wrapper.is-finished .report-steps-form {
  padding-top: 0;
}
.report-wrapper.is-finished .report-steps-btns .btn {
  display: none;
}
.report-wrapper.is-finished .report-steps-btns .btn.report-edit-btn {
  display: inline-flex;
}
.report-edit-btn {
  display: none;
}
.report-steps {
  margin: auto;
  background: #fff;
  border: 1px solid #F6F7FB;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .report-steps {
    display: flex;
    width: 1132px;
    max-width: 100%;
    min-height: 723px;
    padding: 64px;
  }
  .report-steps > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .report-steps-desc {
    padding-right: 68px;
  }
}
.report-steps-text {
  padding: 32px 16px 8px;
}
@media (min-width: 1024px) {
  .report-steps-text {
    padding: 0;
  }
}
.report-steps-form {
  padding: 0 16px 16px;
}
@media (min-width: 1024px) {
  .report-steps-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 595px;
    padding: 30px 0 0 68px;
    border-left: 1px solid #DCE8FA;
  }
}
.report-steps-form p {
  font-weight: 700;
  font-size: 18px;
}
.report-steps-alert {
  margin: 0 0 16px;
  padding: 16px;
  background: #FFF7D9;
  border-radius: 12px;
}
.report-steps-alert a {
  text-decoration: underline;
}
.report-steps-btns {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0 -16px;
  padding: 16px;
  border-top: 1px solid #F3F8FE;
  background: #fff;
}
@media (min-width: 1024px) {
  .report-steps-btns {
    position: relative;
    justify-content: flex-end;
    margin: auto 0 0;
    padding: 0;
    border: 0;
  }
}
.report-steps-btns .btn {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .report-steps-btns .btn {
    flex-grow: initial;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.report-steps-btns .btn-blue-o {
  max-width: 84px;
  margin-right: 16px;
}
.report-progress {
  display: flex;
  align-items: center;
  padding: 16px;
  color: #667894;
  font-size: 14px;
  background: #F4F8F9;
}
@media (min-width: 1024px) {
  .report-progress {
    padding: 0 0 8px;
    background: transparent;
  }
}
.report-progress-line {
  position: relative;
  flex-grow: 1;
  height: 6px;
  margin-right: 16px;
  border-radius: 32px;
  background: #DCE8FA;
  overflow: hidden;
  transition: width 0.2s;
}
@media (min-width: 1024px) {
  .report-progress-line {
    display: none;
  }
}
.report-progress-line div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #117FF5;
  border-radius: 32px;
  transition: width 0.3s;
}
.report-progress-steps {
  white-space: nowrap;
}
.report-progress-steps__review {
  display: block;
}
@media (min-width: 1024px) {
  .report-progress-steps__review {
    display: none;
  }
}
.report-example {
  display: block;
  width: 270px;
}
@media (min-width: 1024px) {
  .report-products-shortage {
    padding-bottom: 75px;
  }
}
.report-products-shortage .report-product-add {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .report-products-shortage .report-product-add {
    margin-top: 0;
  }
}
.report-products-shortage .report-product + .report-product {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .report-products-shortage .report-product + .report-product {
    padding-top: 0;
  }
}
.report-products-shortage .report-product + p {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .report-products-damage {
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .report-product {
    margin: 0 0 40px;
  }
}
.report-product-wrapper {
  display: grid;
  grid-template-columns: calc(100% - 72px) 56px;
  grid-gap: 16px;
}
.report-product-wrapper .input-wrap,
.report-product-wrapper .input-select-custom {
  margin-bottom: 0 !important;
}
.report-product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.report-product-header p {
  margin: 0;
}
.report-product-add {
  display: block;
  width: 100%;
  margin: 8px 0 32px;
  padding: 10px;
  background: #F6F7FB;
  color: #117FF5;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border: 0;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .report-product-add {
    margin: 0 0 40px;
  }
}
.report-product-add:hover {
  background: rgba(17, 127, 245, 0.2);
}
.report-product-remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: #667894;
  font-size: 14px;
}
.report-product-remove:hover {
  color: #117FF5;
}
.report-product + .report-product {
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .report-product + .report-product {
    padding: 0;
  }
}
.report-product .input-select-custom.is-open {
  margin: 0 0 16px;
}
.report-product .input-select-custom.is-open .input-select-chosen:after {
  top: 15px;
  right: 11px;
}
.report-product .input-select-chosen,
.report-product .input-select-item {
  display: flex;
  align-items: center;
}
.report-product .input-select-chosen img,
.report-product .input-select-item img {
  min-width: 28px;
  max-width: 28px;
  margin: -2px 12px -2px 0;
}
.report-product .input-select-chosen {
  height: 56px;
}
.report-product .input-select-chosen span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-uploads {
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  .report-uploads {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .report-uploads:before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    border-left: 1px solid #DCE8FA;
    content: '';
  }
}
.report-upload-slide .report-upload-previews {
  padding: 0 0 24px;
}
.report-upload-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 8px 16px;
  border: 1px solid #117FF5;
  border-radius: 4px;
  color: #117FF5;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.report-upload-btn.disabled {
  opacity: 0.4;
}
.report-upload-btn.small {
  max-width: 255px;
}
.report-upload-btn:hover {
  background: #F3F8FE;
}
.report-upload-btn * {
  cursor: pointer;
}
.report-upload-btn .icon {
  background-color: #117FF5;
}
.report-upload-btn div {
  margin: 0 auto;
}
.report-upload-btn input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.report-upload-btn.dropzone-empty {
  border: 1px solid #FD4040;
}
.report-upload-btn.dropzone-empty .icon {
  background-color: #FD4040;
}
.report-upload-btn.dropzone-empty div {
  color: #FD4040;
}
.report-upload-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 80px));
  grid-gap: 6px;
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .report-upload-previews {
    padding: 0;
  }
}
.report-details {
  margin: auto;
  padding: 32px 16px 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .report-details {
    width: 725px;
    max-width: 100%;
    padding: 64px;
    border: 1px solid #F6F7FB;
    border-radius: 4px;
  }
}
.report-details-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 16px;
}
.report-details-header .btn {
  height: auto;
  padding: 0;
  line-height: 27px;
}
.report-details-header p {
  margin: 0 16px 0 0;
}
.report-details-btn {
  position: sticky;
  bottom: 0;
  margin: 32px -16px 0;
  padding: 16px;
  border-top: 1px solid #F3F8FE;
  background: #fff;
}
@media (min-width: 1024px) {
  .report-details-btn {
    position: relative;
    margin: 48px 0 0;
    padding: 0;
    border: 0;
  }
}
.report-details-btn .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .report-details-btn .btn {
    height: 56px;
  }
}
.report-details .report-title {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .report-details .report-title {
    margin: 0 0 40px;
  }
}
.report-details b {
  font-size: 18px;
}
.report-details hr {
  margin: 24px 0;
  border-top: 1px solid #DCE8FA;
}
.report-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 32px;
  text-align: center;
  background: #fff;
  border-top: 54px solid #F4F8F9;
}
@media (min-width: 1024px) {
  .report-success {
    width: 725px;
    max-width: 100%;
    min-height: 625px;
    padding: 64px;
    border: 1px solid #F6F7FB;
    border-radius: 4px;
  }
}
.report-success .report-subtitle {
  margin: 0 0 12px;
}
.report-success .btn {
  width: 178px;
}
.report-success p {
  margin: 0 0 24px;
}
.report-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  margin: 0 auto 24px;
  background: #F6F7FB;
  border-radius: 16px;
}
.report-icon .icon {
  width: 32px;
  height: 32px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #1F8B24;
}

