.queue-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.queue-header_steps {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 15px;
}

.queue-title {
  flex: 1 1 auto;
}

.queue-title__h1 {
  text-transform: uppercase;
  margin: 0 0 7px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 22rem;
  color: #333333;
}

.button-queue {
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  text-decoration: none !important;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  line-height: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3283CC;
  padding: 0 18px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

  .button-queue:hover {
      border: none;
      outline: none;
      text-decoration: none;
      background-color: #2270B7;
  }

.button-queue__text {
  color: #FFF;
  font-size: 0.9rem;
}

.button-queue__icon {
  width: 24px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 25'%3E%3Cpath fill='%23fff' d='M16.2833 7.36445c-.4515 0-.8177-.36313-.8177-.81091 0-.44777.3662-.81093.8177-.81093h7.9077c.4515 0 .8176.36316.8176.81093 0 .44778-.3661.81091-.8176.81091h-7.9077ZM5.06611 6.56166c-.26977-.35853-.19537-.86636.16614-1.13391.36151-.26754.87356-.19375 1.14332.16478l2.96372 3.94145 4.25211-5.56663c.2716-.35679.7836-.4277 1.1434-.15841.3597.26929.4312.77715.1597 1.13391L10.0072 11.341c-.04934.0712-.11104.1358-.18476.1902-.36151.2676-.87359.1938-1.14333-.1647l-3.613-4.80484Zm8.69709 5.53414c0 .5376-.2225 1.027-.58 1.3819l-.0017.0016.0017.0016c-.3575.3545-.8524.5752-1.3966.5752v-.0032l-4.90491-.0002v.0032c-.54212 0-1.03553-.2207-1.39334-.5752l-.00162-.0016-.00158.0016c-.35749-.3546-.58002-.8453-.58002-1.3851h.0032l.00017-4.65928 1.62887 2.166-.00017 2.49328h.00323c0 .0921.03887.1769.10089.2384l-.00161.0016c.06202.0607.14783.0985.24198.0985v.0032l4.90491.0001v-.0032c.0929 0 .1784-.0385.2404-.1l.0016.0016c.0612-.0615.0993-.1466.0993-.24 0-.0255.0011-.0505.0035-.0754V9.63261l1.6291-2.13254-.0002 4.59573h.0029ZM6.95158 5.2743l4.82202.00017-1.2339 1.61546-2.3733-.00017L6.95158 5.2743Zm9.33172 8.3031c-.4515 0-.8177-.3632-.8177-.8109 0-.4478.3662-.8109.8177-.8109h10.0158c.4515 0 .8177.3631.8177.8109 0 .4477-.3662.8109-.8177.8109H16.2833Zm0-3.1074c-.4515 0-.8177-.3632-.8177-.81094 0-.44777.3662-.81093.8177-.81093h9.062c.4514 0 .8176.36316.8176.81093 0 .44774-.3662.81094-.8176.81094h-9.062Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M29.365 1.62152V17.9063H1.63547V1.62152H29.365ZM29.365 0H1.63547C.732494 0 0 .725998 0 1.62201V17.9068c0 .8955.732494 1.622 1.63547 1.622H14.3771v3.8494H8.51664c-.45149 0-.81766.3631-.81766.8109S8.06515 25 8.51664 25H22.0068c.4515 0 .8177-.3631.8177-.8109s-.3662-.8109-.8177-.8109h-5.9944v-3.8495h13.3522c.9029 0 1.6354-.7265 1.6354-1.622V1.62152C31 .725998 30.268 0 29.365 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 20px;
  margin-right: 10px;
}

.queue-header__btn-back {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 23px;
  margin-top: 5px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23B4C4CA' d='m257.5 445.1-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z'/%3E%3C/svg%3E");
  background-size: 20px 23px;
  cursor: pointer;
}

  .queue-header__btn-back:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='m257.5 445.1-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z'/%3E%3C/svg%3E");
  }

@media (max-width: 768px) {
  .queue-header__btn-back {
      margin-top: 0;
  }
}

.queue-wrap {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}

.queue-wrap__left {
  width: 100%;
  min-width: 0;
  position: relative;
  flex: 1 1 auto;
}

.queue-wrap__right {
  width: 40%;
  min-width: 40%;
  padding-left: 25px;
}

@media (max-width: 992px) {
  .queue-wrap {
      flex-wrap: wrap;
  }

  .queue-wrap__right {
      width: 100%;
      padding-left: 0;
      padding-bottom: 25px;
      order: 1;
  }

  .queue-wrap__left {
      order: 2;
  }
}

.queue-alert {
  background: #dff0fc;
  color: #333333;
  font-size: 14rem;
  padding: 20px;
}

  .queue-alert ol, .queue-alert ul {
      padding-inline-start: 20px;
  }

      .queue-alert ol li, .queue-alert ul li {
          margin-bottom: 10px;
      }

.queue-title__checked {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0 0 5px;
  color: #7e7c7c;
}

  .queue-title__checked:before {
      content: '';
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M174 439L7 273a26 26 0 010-36l37-36c10-10 26-10 36 0l112 112L432 73c10-10 26-10 36 0l37 36c9 10 9 26 0 36L210 439a26 26 0 01-36 0z' fill='%2349ad46'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left top;
      width: 13px;
      min-width: 13px;
      height: 13px;
      margin-right: 6px;
      margin-top: 3px;
  }

.queue-selection {
  padding: 0;
}

.queue-selection-btn {
  margin: 0 0 12px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  height: auto;
  width: 100%;
  line-height: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b4c4ca;
  border-radius: 5px;
  color: #000;
  padding: 10px 15px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.queue-selection-btn__text {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 15rem;
  line-height: 130%;
  text-align: left;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  max-width: 100%;
  flex: 1 1 auto;
}

.queue-selection-btn__icon {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 23px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23B4C4CA' d='m190.5 66.9 22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
  background-size: 20px 23px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.queue-selection-btn:hover {
  border-color: #396dca;
}

  .queue-selection-btn:hover .queue-selection-btn__icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='m190.5 66.9 22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
  }

.queue-selection-spoiler {
  margin: 0 0 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
}

.queue-selection-spoiler__prev {
  color: #333;
  position: relative;
  width: 100%;
  border: 1px solid #b4c4ca;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

  .queue-selection-spoiler__prev:hover {
      box-shadow: 0 5px 12px 0 rgba(110,127,134,.12);
      -moz-transform: translateY(-1px);
      -webkit-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  }

  .queue-selection-spoiler__prev.opened {
      border-color: #396dca;
  }

.queue-selection-spoiler__prev-name {
  width: calc(100% - 17px);
  padding-right: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15rem;
}

.queue-selection-spoiler__prev-icon {
  width: 20px;
  height: 23px;
  display: block;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23B4C4CA' d='M207.029 381.476 12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 23px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.queue-selection-spoiler__prev:hover .queue-selection-spoiler__prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='M207.029 381.476 12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}

.queue-selection-spoiler__prev.opened .queue-selection-spoiler__prev-icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='M207.029 381.476 12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}

.queue-selection-spoiler__content {
  padding: 15px 0 0 15px;
}

.queue-text {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.queue-datetime {
  width: 100%;
}

.queue-datetime__month {
  padding: 15px 0;
  border-top: 2px solid #b4c4ca;
  border-bottom: 2px solid #b4c4ca;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.queue-datetime__month-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.queue-datetime__month-arrow-left {
  margin: 0;
  outline: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23B4C4CA' d='M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z'/%3E%3C/svg%3E");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  border: 1px solid #b4c4ca;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  z-index: 9;
}

  .queue-datetime__month-arrow-left:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z'/%3E%3C/svg%3E");
      border-color: #007ac2;
  }

.queue-datetime__month-arrow-right {
  margin: 0;
  outline: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23B4C4CA' d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  border: 1px solid #b4c4ca;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  z-index: 9;
}

  .queue-datetime__month-arrow-right:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23007ac2' d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E");
      border-color: #007ac2;
  }

  .queue-datetime__month-arrow-left.disabled, .queue-datetime__month-arrow-right.disabled {
      cursor: default;
      pointer-events: none;
      opacity: 0.4;
  }

.queue-datetime__month-name {
  width: 150px;
  text-align: center;
  margin: 0 15px;
  font-size: 16rem;
  font-weight: bold;
  text-transform: uppercase;
}

.queue-datetime__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #ceddea;
}

  .queue-datetime__day:last-child {
      border: none;
  }

.queue-datetime__day-date {
  width: 90px;
  min-width: 90px;
  margin-right: 22px;
  font-size: 16rem;
  font-weight: bold;
  padding-top: 5px;
  color: #708289;
}

.queue-datetime__day-date-val1 {
  color: #708289;
}

.queue-datetime__day-date-val2 {
  font-size: 28rem;
  color: #0071ba;
}

.queue-datetime__day-times {
  flex: 1 1 auto;
  width: 100%;
  border-radius: 13px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.queue-datetime__day-time {
  width: 10%;
  padding: 5px;
}

.queue-datetime__day-time-btn {
  width: 100%;
  border: 1px solid #b4c4ca;
  padding: 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

  .queue-datetime__day-time-btn:hover {
      border-color: #007ac2;
  }

  .queue-datetime__day-time-btn.disabled {
      background: #edf1f2;
      border-color: #edf1f2;
      color: #a9b9be;
      cursor: default;
      pointer-events: none;
  }

.queue-form {
  width: 100%;
}

.queue-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
  flex-direction: column;
  margin-bottom: 30px;
}

.queue-form__label {
  width: 100%;
  margin-bottom: 7px;
  font-size: 1rem;
}

  .queue-form__label.required {
      position: relative;
  }

      .queue-form__label.required:before {
          font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
          content: "*";
          color: #FF0000;
          font-size: 1rem;
          position: absolute;
          left: -8px;
          z-index: 100;
          top: -2px;
          line-height: 120%;
      }

.queue-form__filed {
  width: 100%;
}

.queue-form__input {
  border: 1px solid #989898;
  padding: 5px;
  width: 100%;
  margin-right: 10px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.queue-form__button {
  border: 1px solid transparent;
  outline: 0;
  font-size: 1rem;
  color: #fff;
  background: #007ac2;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  padding: 0 20px;
  cursor: pointer;
  line-height: 130%;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

  .queue-form__button:before {
      content: '';
      display: block;
      width: 15px;
      min-width: 15px;
      height: 17px;
      margin-right: 10px;
      transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      background-position: center center;
      background-size: 15px 17px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 13'%3E%3Cdefs/%3E%3Cpath fill='%23fff' d='M5.934 12.264l-5.2-5.23a.808.808 0 010-1.137l1.132-1.138a.797.797 0 011.131 0L6.5 8.282 14.003.736a.797.797 0 011.131 0l1.132 1.138a.808.808 0 010 1.137l-9.2 9.253a.797.797 0 01-1.132 0z'/%3E%3C/svg%3E");
  }

  .queue-form__button:hover {
      color: #007ac2;
      background: #fff;
      border: 1px solid #007ac2;
  }

      .queue-form__button:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 13'%3E%3Cdefs/%3E%3Cpath fill='%23007ac2' d='M5.934 12.264l-5.2-5.23a.808.808 0 010-1.137l1.132-1.138a.797.797 0 011.131 0L6.5 8.282 14.003.736a.797.797 0 011.131 0l1.132 1.138a.808.808 0 010 1.137l-9.2 9.253a.797.797 0 01-1.132 0z'/%3E%3C/svg%3E");
      }


  .queue-form__button.disabled {
      opacity: 0.4;
      cursor: default;
      pointer-events: none;
  }


  .queue-form__button.close {
      color: #333;
      background: #b4c4ca;
  }

      .queue-form__button.close:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23333333' d='M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z'/%3E%3C/svg%3E");
      }

      .queue-form__button.close:hover {
          color: #000;
          background: #9fafb5;
          border: 1px solid #9fafb5;
      }

          .queue-form__button.close:hover:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' d='M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z'/%3E%3C/svg%3E");
          }


.queue-form__result {
  padding: 20px;
  border: 2px solid #B4C4CA;
  border-radius: 5px;
  background-color: #FFF;
  width: 100%;
  min-height: 48px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
  color: #333;
}





  .queue-form__result::before {
      content: '';
      display: block;
      width: 35px;
      min-width: 35px;
      height: 35px;
      margin-right: 20px;
      margin-top: -7px;
      background-position: center center;
      background-size: 35px 35px;
      background-repeat: no-repeat;
  }

  .queue-form__result.success {
      border-color: #49AD46;
  }

      .queue-form__result.success:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 512 512'%3E%3Cpath fill='%2349AD46' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/%3E%3C/svg%3E");
      }

  .queue-form__result.error {
      border-color: #d40000;
  }

      .queue-form__result.error:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 512 512'%3E%3Cpath fill='%23d40000' d='M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346 7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
      }

.queue-form__result-text p:last-child {
  margin: 0;
}

@media (max-width: 1280px) {
  .queue-datetime__day-time {
      width: 16.6666666%;
  }
}

@media (max-width: 500px) {
  .queue-datetime__day-date {
      width: 60px;
      min-width: 60px;
      margin-right: 15px;
      font-size: 14rem;
      padding-top: 0;
  }

  .queue-datetime__day-date-val2 {
      font-size: 18rem;
  }

  .queue-datetime__day-time {
      width: 25%;
  }

  .queue-datetime__month-name {
      width: 120px;
      margin: 0 10px;
      font-size: 14rem;
  }

  .queue-form__label {
      font-size: 0.9rem;
  }

  .queue-form__button {
      font-size: 0.9rem;
  }
}

@media (max-width: 380px) {
  .queue-datetime__day-date {
      width: 50px;
      min-width: 50px;
      margin-right: 12px;
      font-size: 14rem;
  }

  .queue-datetime__day-date-val2 {
      font-size: 17rem;
  }

  .queue-datetime__day-time {
      width: 50%;
  }
}



.vi-mode-1-on__2 .queue-title__checked::before,
.vi-mode-1-on__3 .queue-title__checked::before,
.vi-mode-1-on__4 .queue-title__checked::before,
.vi-mode-1-on__2 .queue-selection-btn__icon,
.vi-mode-1-on__2 .queue-datetime__month-arrow-left,
.vi-mode-1-on__2 .queue-datetime__month-arrow-right,
.vi-mode-1-on__2 .queue-datetime__month-arrow-left:hover,
.vi-mode-1-on__2 .queue-datetime__month-arrow-right:hover,
.vi-mode-1-on__2 .queue-selection-spoiler__prev-icon,
.vi-mode-1-on__2 .queue-selection-spoiler__prev-icon:hover,
.vi-mode-1-on__4 .queue-selection-btn__icon,
.vi-mode-1-on__4 .queue-datetime__month-arrow-left,
.vi-mode-1-on__4 .queue-datetime__month-arrow-right,
.vi-mode-1-on__4 .queue-datetime__month-arrow-left:hover,
.vi-mode-1-on__4 .queue-datetime__month-arrow-right:hover,
.vi-mode-1-on__4 .queue-selection-spoiler__prev-icon,
.vi-mode-1-on__4 .queue-selection-spoiler__prev-icon:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vi-mode-1-on__2 .queue-alert,
.vi-mode-1-on__4 .queue-alert {
  background: #bdbdbd;
  color: #000000;
}

.vi-mode-1-on__3 .queue-alert {
  background: #fff;
  color: #000000;
}

.vi-mode-1-on__2 .queue-datetime__day-date-val2,
.vi-mode-1-on__4 .queue-datetime__day-date-val2 {
  color: #000000;
}

.vi-mode-1-on__3 .queue-title__h1,
.vi-mode-1-on__3 .queue-title__checked,
.vi-mode-1-on__3 .queue-text,
.vi-mode-1-on__3 .queue-selection-btn__text,
.vi-mode-1-on__3 .queue-selection-spoiler__prev-name,
.vi-mode-1-on__3 .queue-datetime__month-name,
.vi-mode-1-on__3 .queue-datetime__day-date-val1,
.vi-mode-1-on__3 .queue-datetime__day-date-val2,
.vi-mode-1-on__3 .queue-datetime__day-time-btn {
  color: #fff;
}

  .vi-mode-1-on__3 .queue-datetime__day-time-btn.disabled {
      color: #000;
  }


.vi-mode-3-on__2 .queue-title__h1,
.vi-mode-3-on__2 .queue-title__checked,
.vi-mode-3-on__2 .queue-selection-btn__text,
.vi-mode-3-on__2 .queue-text,
.vi-mode-3-on__2 .queue-selection-spoiler__prev-name,
.vi-mode-3-on__2 .queue-alert,
.vi-mode-3-on__2 .queue-alert p {
  font-family: 'Roboto Slab', sans-serif;
}
