.page.courier-call {
  padding-top: 10px; }

.application-container.white-block {
  margin-top: 0;
  padding: 20px 30px 55px;
  background-image: url("/templates/me/images/courier-img.png");
  background-repeat: no-repeat;
  background-position: bottom left; }

.application-container .description {
  margin-top: 25px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600;
  color: #0061af;
  text-transform: uppercase;
  text-align: center; }

.application-headline-wrapper {
  position: relative;
  padding: 0px 15px;
  text-align: center; }

.application-headline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  color: #393c3e;
  text-transform: uppercase;
  text-align: left; }
  .application-headline:before {
    content: '';
    display: inline-block;
    margin-top: 2px;
    margin-right: 10px;
    width: 11px;
    height: 19px;
    background: url("/templates/me/images/red-arrow.svg") no-repeat;
    background-size: contain;
    vertical-align: top; }

.form-courier-call {
  margin: 30px auto 0;
  width: 100%;
  max-width: 670px;
  padding: 0 20px;
  font-size: 0; }
  .form-courier-call .form-row {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 20px; }
    .form-courier-call .form-row.big {
      width: 100%; }
  .form-courier-call .refinement {
    padding: 0px 15px; }
  .form-courier-call .submit-button {
    max-width: 370px;
    margin-top: 30px; }
    .form-courier-call .submit-button.with-img:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 12px;
      margin-left: 5px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -134px -81px; }

.courier-slider-time-line .courier-slider-time-input {
  display: none; }

.time-line {
  position: relative;
  padding-top: 80px; }
  .time-line #courier-time-slider:before {
    content: '';
    display: block;
    width: 4%;
    height: 6px;
    background-color: #f6f6f8;
    position: absolute;
    top: 0;
    right: -23px;
    border-radius: 0 3px 3px 0; }
  .time-line .ui-corner-all {
    width: 96%;
    height: 6px;
    background-color: #f6f6f8;
    border: none !important;
    border-radius: 3px;
    cursor: pointer; }
  .time-line span.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 0 1px rgba(26, 26, 38, 0.15); }
    .time-line span.ui-slider-handle.ui-corner-all.ui-state-default:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #0061af;
      border-radius: 50%; }
  .time-line .ui-slider-range {
    background-image: -moz-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%);
    background-image: -webkit-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%);
    background-image: -ms-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%); }
  .time-line.with-border .ui-corner-all {
    border: 1px solid #e0e3e6 !important; }
  .time-line.with-border #diameter-slider:before, .time-line.with-border #palette-size-slider:before {
    height: 4px;
    margin-top: -1px;
    border: 1px solid #e0e3e6;
    border-left: none; }

.time-list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50px; }

.time-list-item {
  font-size: 0.75rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative; }
  .time-list-item:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #cfcfd3;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%; }

.refinement {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 55px;
  text-align: center; }

.courier-call-time-row .is-mobile {
  display: none;
  max-width: -webkit-calc(50% - 15px);
  max-width: calc(50% - 15px); }
