body {
  font: 400 14px/normal 'Roboto', sans-serif;
  color: inherit;
  line-height: normal;
  text-rendering: optimizeSpeed; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-regular.woff') format('woff');
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-bold.woff') format('woff');
  font-display: swap; }

::-webkit-input-placeholder {
  font: 400 14px 'Roboto', sans-serif;
  color: #909186; }

*, *:hover, *:focus {
  outline: none; }

*, *:after, *:before {
  box-sizing: border-box; }

:disabled {
  opacity: 0.4;
  pointer-events: none; }

html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ol, ul {
  margin: 0;
  padding: 0; }

h1 {
  font: 400 24px 'Roboto', sans-serif;
  color: #000; }

a {
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

img, picture {
  display: block; }

input, select, button {
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none; }

input:focus, select:focus, button:focus {
  outline: none; }

input[type="file"] {
  visibility: hidden; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  margin: 0;
  padding: 0; }

.wide {
  width: 100%; }

.high {
  height: calc(100vh - 72px); }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 12px; }

.d-flex {
  display: flex; }

.d-center {
  align-items: center;
  justify-content: center; }

.d-revert {
  flex-direction: column; }

.space-8 {
  margin: 0 0 8px; }

.space-16 {
  margin: 0 0 16px; }

.space-24 {
  margin: 0 0 24px; }

.logo img {
  width: 120px; }

.button {
  font: 400 16px 'Roboto', sans-serif;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  transition: background 0.2s; }
  .button.button-red {
    background: #e8450b; }
    .button.button-red:hover {
      background: #d43a03; }
  .button:disabled {
    color: rgba(0, 0, 0, .6);
    background: #d1d3d9;
    opacity: 1; }

.buttons-container {
  margin-top: auto;
  padding-bottom: 16px; }
  .buttons-container.clear {
    margin: auto;
    padding: 0; }
  .buttons-container.d-flex {
    gap: 16px; }
  .buttons-container .buttons-content.d-flex {
    gap: 16px; }

.input-field {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s; }
  .input-field:hover {
    border: 1px solid rgba(0, 81, 161, .30); }
  .input-field:focus {
    border: 1px solid #1a62aa; }

.select-field {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #d7dcd0;
  border-radius: 4px;
  background: #fff; }

.select-field option[selected] {
  display: none; }

.textarea-field {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  width: 100%;
  min-height: 180px;
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  resize: none;
  transition: border 0.2s; }
  .textarea-field:hover {
    border: 1px solid rgba(0, 81, 161, .30); }
  .textarea-field:focus {
    border: 1px solid #1a62aa; }

.box-field {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .box-field + label {
    font: 400 14px/22px 'Roboto', sans-serif;
    color: #000;
    letter-spacing: 0.1px;
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    column-gap: 8px; }
    .box-field + label:before {
      content: '';
      width: 20px;
      height: 20px;
      background: url(/images/checkbox_sprite.svg) no-repeat center bottom;
      background-size: 20px auto;
      flex-shrink: 0; }
  .box-field:checked + label:before {
    background-position: top; }
  .box-field:disabled + label {
    opacity: 0.4; }

.title-container {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  margin: 0 0 8px; }

.index-container {
  padding: 0 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .index-container .input-container {
    margin: 0 0 24px; }
    .index-container .input-container .input-field {
      padding: 14px; }

.header {
  background: #fff; }
  .header .header-container .status-container {
    margin: 0 0 24px; }
    .header .header-container .status-container .order-status {
      width: 100%;
      padding: 12px 8px; }
    .header .header-container .navigation-container {
      min-height: 72px;
      display: flex;
      align-items: center; }
    .header .header-container .navigation {
      width: 100%;
      display: flex;
      align-items: center; }
    .header .header-container .navigation .navigation-item {
      display: flex;
      align-items: center;
      flex: 1 0 auto; }
      .header .header-container .navigation .navigation-item .back-link-arrow {
        margin-right: 16px; }
        .header .header-container .navigation .navigation-item .back-link-arrow img {
          width: 24px;
          height: 25px; }
      .header .header-container .navigation .navigation-item .back-link {
        font: 700 24px 'Roboto', sans-serif;
        color: #e8450b; }
      .header .header-container .navigation .navigation-item .exit-link {
        font: 400 16px 'Roboto', sans-serif;
        color: #e8450b;
        display: flex;
        align-items: center; }
        .header .header-container .navigation .navigation-item .exit-link:before {
          content: '';
          width: 24px;
          height: 24px;
          margin-right: 8px;
          background: url(/images/exit_to_app_icon.svg) no-repeat center;
          background-size: 24px 24px; }
      .header .header-container .navigation .navigation-item.navigation-right {
        column-gap: 9px; }
        .header .header-container .navigation .navigation-item.navigation-right .navigation-link img {
          width: 24px;
          height: 24px; }
          .header .header-container .navigation .navigation-item.navigation-right .navigation-link.notice-link img {
            width: 20px;
            height: 20px; }
          .header .header-container .navigation .navigation-item.navigation-right .navigation-link.exit-link:before {
            margin: 0; }
      .header .header-container .navigation .navigation-item:last-child {
        width: auto;
        flex: 0 0 auto; }

.address-list {
  margin: 0 0 24px; }
  .address-list .address-list-item {
    font: 400 14px 'Roboto', sans-serif;
    color: #012032;
    padding: 8px 0;
    padding-bottom: 18px;
    position: relative;
    display: flex;
    gap: 8px; }
    .address-list .address-list-item .address-list-time {
      font-size: 16px; }
    .address-list .address-list-item .address-list-title {
      font-size: 16px;
      font-weight: 700;
      color: #4b616d;
      display: inline-block; }
    .address-list .address-list-item .address-list-title:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9; }
    .address-list .address-list-item .address-list-phone {
      color: #012032;
      display: flex;
      align-items: center;
      gap: 4px; }
    .address-list .address-list-item .address-list-phone .phone-icon {
      position: relative;
      z-index: 10;
      padding: 2px;
      border-radius: 4px;
      background: #e8450b; }
    .address-list .address-list-item .address-list-order-number span {
      font-weight: 700; }
    .address-list .address-list-item .address-list-road {
      width: 32px;
      height: 100%;
      flex-shrink: 0; }
    .address-list .address-list-item .address-list-road:before {
      content: '';
      width: 2px;
      height: 100%;
      background: #c4c4c4;
      position: absolute;
      top: 0;
      left: 15px;
      bottom: 0; }
    .address-list .address-list-item .address-list-icon {
      width: 20px;
      height: 20px;
      margin: auto;
      position: relative;
      z-index: 10;
      background: #219653;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .address-list .address-list-item .address-fail-icon {
      width: 20px;
      height: 20px;
      margin: auto;
      position: relative;
      z-index: 10;
      background: #b50000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .address-list .address-list-item .address-list-content a, .address-list .address-list-item .address-list-content div {
      margin: 0 0 6px; }
      .address-list .address-list-item .address-list-content a:last-child, .address-list .address-list-item .address-list-content div:last-child {
        margin: 0; }
    .address-list .address-list-item.access .address-list-icon {
      background: #217caf; }
    .address-list .address-list-item.waiting-access .address-list-icon {
      background: #ec9f0c; }
    .address-list .address-list-item:first-child .address-list-road:before {
      top: 16px;
      height: calc(100% - 16px); }
    .address-list .address-list-item:first-child.access .address-list-road:after {
      content: '';
      width: 2px;
      height: 16px;
      background: #c4c4c4;
      position: absolute;
      top: 0;
      left: 15px; }

.order-description {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  margin: 0 0 24px; }
  .order-description .order-description-item {
    margin: 0 0 8px; }
    .order-description .order-description-item p {
      font-weight: 700; }
    .order-description .order-description-item .order-description-title {
      color: #4b616d;
      margin: 0 0 2px; }
    .order-description .order-description-item:last-child {
      margin: 0; }

.products-list {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  margin: 0 0 24px; }
  .products-list .products-list-item {
    margin: 0 0 12px;
    display: flex;
    gap: 8px; }
    .products-list .products-list-item .products-list-image {
      border: 1px solid #d7dcd0;
      border-radius: 2px;
      overflow: hidden;
      width: 43px;
      height: 43px;
      flex-shrink: 0; }
    .products-list .products-list-item .products-list-image img {
      width: 43px;
      height: 43px;
      object-fit: contain; }
    .products-list .products-list-item .products-list-title {
      color: #012032;
      line-height: 22px;
      width: 100%; }
    .products-list .products-list-item .products-list-quantity {
      color: #4b616d;
      flex-shrink: 0; }
    .products-list .products-list-item .products-list-quantity span {
      color: #012032;
      font-weight: 700; }
    .products-list .products-list-item:last-child {
      margin: 0; }

.checklist .input-container, .checklist .buttons-container, .checklist .checkbox-container {
  margin: 0 0 16px; }
  .checklist .buttons-container {
    padding: 0; }
    .checklist .buttons-container button.selected {
      display: flex;
      align-items: center;
      justify-content: center; }
      .checklist .buttons-container button.selected img {
        display: block; }
    .checklist .buttons-container button img {
      width: 18px;
      height: 18px;
      display: none;
      margin-right: 4px; }

.file-upload {
  font: 400 16px 'Roboto', sans-serif;
  color: #fff;
  width: 100%;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  background: #e8450b;
  cursor: pointer;
  transition: background 0.2s; }
  .file-upload:hover {
    background: #d43a03; }

.upload-preview {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }
  .upload-preview .upload-preview-item {
    position: relative; }
    .upload-preview .upload-preview-item .image-preview {
      width: 60px;
      height: 60px;
      object-fit: contain; }
    .upload-preview .upload-preview-item .delete-preview {
      position: absolute;
      top: -10px;
      right: -10px; }
    .upload-preview .upload-preview-item .delete-preview img {
      width: 20px;
      height: 20px; }

.SumoSelect {
  width: 100%; }

.SumoSelect > .CaptionCont {
  font: 400 14px 'Roboto', sans-serif;
  color: #000;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #d7dcd0;
  border-radius: 4px;
  background: #fff; }

.SumoSelect > .CaptionCont > span {
  padding-right: 22px;
  cursor: pointer; }

.SumoSelect > .CaptionCont > label {
  width: 30px;
  cursor: pointer; }

.SumoSelect > .CaptionCont > label > i {
  width: 24px;
  height: 24px;
  opacity: 1;
  background: url(/images/chevron_m.svg) no-repeat center;
  background-size: 24px 24px;
  transform: rotate(0deg); }

.SumoSelect.open > .optWrapper {
  top: 46px; }

.SumoSelect.open > .CaptionCont > label > i {
  transform: rotate(180deg); }

.SumoSelect > .optWrapper {
  box-shadow: none;
  border-radius: 4px;
  z-index: 2;
  border: none;
  filter: drop-shadow(0px 6px 20px rgba(48, 48, 48, 0.25)); }

.SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 150px;
  z-index: 2;
  overflow: auto; }

.SumoSelect > .optWrapper > .options li {
  font: 400 14px 'Roboto', sans-serif;
  color: #1d1d1d; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px 8px;
  border: none; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background: #eef6ff; }

.SumoSelect > .optWrapper > .options li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .CaptionCont {
  transition: border-color 0.2s; }

.SumoSelect.open > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect:focus > .CaptionCont {
  box-shadow: none;
  border-color: #1a62aa; }

.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: rgba(0, 81, 161, .30); }

.SumoSelect > .optWrapper > .options li.opt.selected {
  display: none; }

.row-flex {
  display: flex;
  flex-flow: row wrap; }

.row.grid-row .col-xs-1:nth-child(12n+1), .row.grid-row .col-xs-2:nth-child(6n+1), .row.grid-row .col-xs-3:nth-child(4n+1), .row.grid-row .col-xs-4:nth-child(3n+1), .row.grid-row .col-xs-6:nth-child(2n+1) {
  clear: left; }

@media (min-width: 768px) {
  .row.grid-row .col-xs-1:nth-child(12n+1), .row.grid-row .col-xs-2:nth-child(6n+1), .row.grid-row .col-xs-3:nth-child(4n+1), .row.grid-row .col-xs-4:nth-child(3n+1), .row.grid-row .col-xs-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-sm-1:nth-child(12n+1), .row.grid-row .col-sm-2:nth-child(6n+1), .row.grid-row .col-sm-3:nth-child(4n+1), .row.grid-row .col-sm-4:nth-child(3n+1), .row.grid-row .col-sm-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 992px) {
  .row.grid-row .col-sm-1:nth-child(12n+1) .col-sm-2:nth-child(6n+1), .row.grid-row .col-sm-3:nth-child(4n+1), .row.grid-row .col-sm-4:nth-child(3n+1), .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-md-1:nth-child(12n+1), .row.grid-row .col-md-2:nth-child(6n+1), .row.grid-row .col-md-3:nth-child(4n+1), .row.grid-row .col-md-4:nth-child(3n+1), .row.grid-row .col-md-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 1200px) {
  .row.grid-row .col-md-1:nth-child(12n+1), .row.grid-row .col-md-2:nth-child(6n+1), .row.grid-row .col-md-3:nth-child(4n+1), .row.grid-row .col-md-4:nth-child(3n+1), .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: none; }
    .row.grid-row .col-lg-1:nth-child(12n+1), .row.grid-row .col-lg-2:nth-child(6n+1), .row.grid-row .col-lg-3:nth-child(4n+1), .row.grid-row .col-lg-4:nth-child(3n+1), .row.grid-row .col-lg-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 576px; } }
