/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  padding: 0;
  margin: 0;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 16px;
}

input,
button,
textarea,
a {
  font-family: inherit;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #1b1b1b inset;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}

@keyframes name {
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

svg {
  stroke-width: 3;
}

.body {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
  overflow-x: hidden;
  height: 100%;
  min-width: 320px;
  background: #f6f7fa;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

*::selection {
  color: #1b1b1b;
  background: #009fe3;
}

.header {
  padding-top: 17px;
  padding-bottom: 24px;
  background: #009fe3;
  max-height: 266px;
}

@media (min-width: 768px) {
  .header {
    padding-top: 22px;
    padding-bottom: 22px;
    max-height: 92px;
  }
}

.header__logo {
  order: 1;
}

.header__logo-icon {
  max-width: 140px;
  max-height: 43px;
}

@media (min-width: 1200px) {
  .header__logo-icon {
    max-width: 144px;
    max-height: 48px;
  }
}

.header__track {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .header__track {
    order: 2;
    margin-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .header__track {
    justify-content: flex-start;
  }
}

.header__track-field {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  width: 100%;
}

@media (min-width: 1200px) {
  .header__track-field {
    min-width: 380px;
  }
}

.header__track-icon {
  color: #8e99ab;
  font-size: 18px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.header__track-input {
  width: 100%;
  color: #1b1b1b;
  border: none;
  background: transparent;
}

.header__track-input::placeholder {
  color: #8e99ab;
}

@media (min-width: 1200px) {
  .header__track-input {
    width: 100%;
  }
}

.header__track-btn {
  min-width: 128px;
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .header__track-btn {
    width: unset;
    margin-left: 16px;
    margin-top: 0;
  }
}

.header__theme {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .header__theme {
    order: 3;
  }
}

.header__theme-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 80px;
}

.header__theme-input,
.header__theme-label {
  position: absolute;
  z-index: 1;
}

.header__theme-input {
  opacity: 0;
}

.header__theme-label {
  margin-left: 50px;
  transition: background-color 200ms ease-in-out;
  width: 68px;
  height: 32px;
  border-radius: 36px;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 200ms, background-color 200ms;
}

.header__theme-label span {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 100%;
}

.header__theme-label span::after {
  content: '';
  position: absolute;
  display: block;
  top: 13px;
  left: 5px;
  width: 26px;
  height: 26px;
  background-image: url('../img/icons/theme-switcher.svg');
  background: url('../img/icons/theme-switcher.svg');
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 200ms, background-color 200ms;
  cursor: pointer;
}

.header__theme-input:checked ~ .header__theme-label span::after {
  transform: translate3d(32px, 0, 0);
}

.header.header--track {
  background: transparent;
  height: 61px;
}

.header.header--track .header__theme-text {
  color: #1b1b1b;
}

.button-primary {
  display: block;
  padding: 14px;
  border-radius: 8px;
  background: #009fe3;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all;
  border: 1px solid transparent;
  text-align: center;
}

.button-primary:hover {
  background: #00acf6;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.02), -8px -8px 16px 0px rgba(0, 0, 0, 0.02);
}

.button-primary:active {
  background: #258fdd;
}

.button-primary:disabled {
  background: #eaecf0;
  color: #8e99ab;
}

.button-white {
  padding: 14px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #eaecf0;
  color: #009fe3;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all;
}

.button-white:hover {
  border-radius: 8px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.02), -8px -8px 16px 0px rgba(0, 0, 0, 0.02);
}

.button-white:active {
  background: #bce4fa;
  border: 1px solid #bce4fa;
}

.button-white:disabled {
  border: 1px solid #eaecf0;
  background: #eaecf0;
  color: #8e99ab;
}

.proof {
  border-radius: 12px;
  border: 2px solid #bce4fa;
  background: #ffffff;
}

.proof__wrapper {
  padding: 24px 8px;
}

@media (min-width: 768px) {
  .proof__wrapper {
    min-height: 307px;
    padding: 24px 0;
  }
}

@media (min-width: 1200px) {
  .proof__wrapper {
    min-height: 328px;
    padding: 24px 8px;
  }
}

.proof__top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .proof__top-block {
    margin-bottom: 24px;
  }
}

.proof__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
}

.proof__btn {
  display: none;
}

@media (min-width: 768px) {
  .proof__btn {
    display: block;
    min-width: 188px;
  }
}

.proof__btn--mobile {
  display: block;
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .proof__btn--mobile {
    display: none;
  }
}

.proof__locked {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 124px 0;
  border-radius: 12px;
  background: #eaecf0;
}

@media (min-width: 768px) {
  .proof__locked {
    padding: 62px 0;
  }
}

.proof__locked-icon {
  color: #8e99ab;
  font-size: 59px;
  width: 64px;
  height: 64px;
}

.proof__delivered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .proof__delivered {
    flex-direction: row;
  }
}

.proof__delivered-img {
  width: 100%;
  margin-right: 0;
  height:200px;
  max-width: 100%;
  border-radius: 12px;
  max-height: 100%;
  -webkit-border-radius:12px
}

.proof__delivered-img img {
  width: 100%;
  max-height: 128px;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius:12px
}

@media (min-width: 768px) {
  .proof__delivered-img {
    max-width: unset;
    max-height: 100px;
  }

  .proof__delivered-img img {
    max-height: 100px;
    -webkit-border-radius:12px
  }
}

@media (min-width: 1200px) {
  .proof__delivered-img {
    margin-right: 24px;
    max-width: 200px;
    max-height: 208px;
    -webkit-border-radius:12px
  }

  .proof__delivered-img img {
    max-height: 208px;
  }
}

.proof__delivered-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .proof__delivered-inner {
    margin-top: 20px;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .proof__delivered-inner {
    margin-top: 0;
    flex-direction: column;
  }
}

.proof__delivered-block {
  border-radius: 12px;
  background: #f9f9f9;
  padding: 12px 12px 20px;
}

@media (min-width: 768px) {
  .proof__delivered-block {
    flex: 1 1 50%;
    padding: 5px 8px;
  }
}

@media (min-width: 1200px) {
  .proof__delivered-block {
    flex: unset;
    padding: 16px 16px 20px;
  }
}

.proof__delivered-block p {
  color: #797979;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: -0.32px;
  margin-bottom: 2px;
  text-align: center;
}

@media (min-width: 768px) {
  .proof__delivered-block p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.proof__delivered-block b {
  display: block;
  color: #009fe3;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.5px;
  letter-spacing: -0.36px;
  text-align: center;
}

@media (min-width: 768px) {
  .proof__delivered-block b {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .proof__delivered-block b {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}

.proof__delivered-block + .proof__delivered-block {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .proof__delivered-block + .proof__delivered-block {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .proof__delivered-block + .proof__delivered-block {
    margin-top: 24px;
    margin-left: 0;
  }
}

.history {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .history {
    margin-bottom: 24px;
  }
}

.history__wrapper {
  padding: 24px 24px 0 24px;
  border-radius: 12px;
  border: 2px solid #bce4fa;
  background: #ffffff;
  overflow: hidden;
}

.history__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaecf0;
}

.history__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
}

.history__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
}

.history__btn.opened .history__btn-icon {
  transform: rotate(180deg);
}

.history__btn-icon {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 19px;
}

.history__accordion {
  margin-top: 32px;
}

.history__accordion-item {
  border: none;
  margin-bottom: 42px;
}

@media (min-width: 1200px) {
  .history__accordion-item {
    margin-bottom: 60px;
  }
}

.history__accordion-header {
  position: relative;
}

.history__accordion-item:last-child .history__accordion-header::before {
  display: none;
}

.history__accordion-item:last-child .history__accordion-body::before {
  height: 32px;
  top: -1px;
}

@media (min-width: 1200px) {
  .history__accordion-item:last-child .history__accordion-body::before {
    height: 65px;
    top: 10px;
  }
}

.history__accordion-header::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 45px;
  top: 28px;
  left: 14px;
  background: #8e99ab;
}

@media (min-width: 1200px) {
  .history__accordion-header::before {
    height: 60px;
    top: 35px;
    left: 19px;
  }
}

.history__accordion-btn {
  position: relative;
  padding: 5px 0;
  padding-left: 42px;
  min-height: 30px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}

@media (min-width: 1200px) {
  .history__accordion-btn {
    font-weight: 600;
    padding-left: 60px;
  }
}

.history__accordion-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-image: url('../img/icons/delivery-marker-waiting.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .history__accordion-btn::before {
    width: 40px;
    height: 40px;
  }
}

.history__accordion-btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 0;
  background-image: url('../img/icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .history__accordion-btn::after {
    width: 30px;
    height: 30px;
  }
}

.history__accordion-btn:not(.collapsed)::after {
  background-image: url('../img/icons/chevron-down.svg');
  transform: var(--bs-accordion-btn-icon-transform);
}

.history__accordion-btn:focus {
  box-shadow: none;
}

.history__accordion-btn:not(.collapsed) {
  background: #ffffff;
  color: #1b1b1b;
  box-shadow: none;
}

.history__accordion-btn.process::before {
  background-image: url('../img/icons/delivery-marker-process.svg');
}

.history__accordion-btn.done::before {
  background-image: url('../img/icons/delivery-marker-done.svg');
}

.history__accordion-wrap {
  position: relative;
  padding: 16px 0 0 30px;
}

@media (min-width: 1200px) {
  .history__accordion-wrap {
    padding: 16px 0 0 45px;
  }
}

.history__accordion-body {
  padding-bottom: 6px;
}

@media (min-width: 1200px) {
  .history__accordion-body {
    padding-top: 40px;
  }
}

.history__accordion-body::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 42px;
  left: 14px;
  background: #8e99ab;
}

@media (min-width: 1200px) {
  .history__accordion-body::before {
    height: 110%;
    top: 50px;
    left: 19px;
  }
}

.history__accordion-list {
  padding-left: 0;
  margin-bottom: 0;
}

.history__accordion-row {
  position: relative;
}

.history__accordion-row:not(:last-child) {
  margin-bottom: 32px;
}

.history__accordion-row::before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: -2px;
  left: -38px;
  background-image: url('../img/icons/delivery-point-primary.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .history__accordion-row::before {
    top: 10px;
    left: -48px;
  }
}

.history__accordion-row p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.history__accordion-row.process::before {
  background-image: url('../img/icons/delivery-point-orange.svg');
}

.history__accordion-status {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #8e99ab;
  line-height: 20px;
}

.history__accordion-status b {
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
}

@media (min-width: 1200px) {
  .history__accordion-status b {
    font-weight: 800;
  }
}

.history__accordion-proof {
  margin-top: 24px;
  max-width: 264px;
  width: 100%;
}

.experience__block + .experience__block {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .experience__block + .experience__block {
    margin-top: 0;
  }
}

.experience__wrapper {
  border-radius: 12px;
  border: 2px solid #bce4fa;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 24px;
}

@media (min-width: 768px) {
  .experience__wrapper {
    padding: 32px;
  }
}

.experience__inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .experience__inner {
    margin-bottom: 24px;
  }
}

.experience__icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  background: #bce4fa;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.experience__icon i {
  color: #009fe3;
  font-size: 24px;
}

@media (min-width: 768px) {
  .experience__icon {
    width: 80px;
    height: 80px;
  }

  .experience__icon i {
    font-size: 32px;
  }
}

.experience__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.experience__text {
  color: #8e99ab;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 20px;
}

.experience__btn {
  min-width: 128px;
}

.footer {
  padding-top: 64px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}

.footer__text {
  color: #8e99ab;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

.footer__contacts {
  display: flex;
  padding-left: 0;
}

.footer__contacts-item {
  margin-right: 16px;
}

.footer__contacts-icon {
  color: #000000;
  font-size: 24px;
  width: 24px;
  height: 24px;
}


.instructions {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .instructions {
    margin-top: 24px;
  }
}

.instructions__block + .instructions__block {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .instructions__block + .instructions__block {
    margin-top: 0;
  }
}

.instructions__wrapper {
  border-radius: 12px;
  border: 2px solid #bce4fa;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 24px;
}

@media (min-width: 1200px) {
  .instructions__wrapper {
    padding: 32px;
  }
}

.instructions__inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .instructions__inner {
    margin-bottom: 24px;
  }
}

.instructions[disabled] .instructions__icon {
  filter: grayscale(1);
}

.instructions__icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  margin-right: 16px;
  background: #bce4fa;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructions__icon i {
  color: #009fe3;
  font-size: 24px;
}

@media (min-width: 768px) {
  .instructions__icon {
    width: 48px;
    height: 48px;
  }

  .instructions__icon i {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .instructions__icon {
    width: 80px;
    height: 80px;
  }
}

.instructions__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.instructions__text {
  color: #8e99ab;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 20px;
}

.instructions__btn {
  min-width: 128px;
}

.feedback__block + .feedback__block {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .feedback__block + .feedback__block {
    margin-top: 0;
  }
}

.feedback__wrapper {
  border-radius: 12px;
  border: 2px solid #bce4fa;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 24px;
}

@media (min-width: 768px) {
  .feedback__wrapper {
    padding: 32px;
  }
}

.feedback__inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .feedback__inner {
    margin-bottom: 24px;
  }
}

.feedback__icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  background: #bce4fa;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009fe3;
  font-size: 24px;
}

@media (min-width: 768px) {
  .feedback__icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}

.feedback__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.feedback__text {
  color: #8e99ab;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 20px;
}

.feedback__btn {
  min-width: 128px;
}

.track {
  margin: 36px 0;
}

@media (min-width: 768px) {
  .track::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 21px;
    background: #009fe3;
    bottom: 0;
    z-index: -1;
  }
}

@media (max-height: 550px) {
  .track::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .track::before {
    width: 100%;
    height: 121px;
  }
}

.track__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .track__wrapper {
    min-height: calc(100vh - 202px);
  }
}

@media (min-width: 1200px) {
  .track__wrapper {
    min-height: calc(100vh - 182px);
  }
}

.track__icon {
  margin: 0 auto;
  width: 288px;
  height: 88px;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .track__icon {
    width: 602px;
    height: 184px;
    margin-bottom: 0;
  }
}

.track__inner {
  max-width: 379px;
  margin: 0 auto;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.track__top-block {
  padding: 32px 24px;
}

.track__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 32px;
}

.track__form {
  display: flex;
  flex-direction: column;
}

.track__label {
  color: #8e99ab;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}

.track__input {
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  color: #1b1b1b;
  font-size: 16px;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.track__input::placeholder {
  color: #8e99ab;
}

.track__bottom-block {
  position: relative;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}

.track__bottom-block::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 40%, #eaecf0 40%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.track__help {
  display: block;
  margin-left: 24px;
  color: #8e99ab;
  font-size: 12px;
  font-weight: 500;
}

.track__help + .track__help {
  margin-top: 12px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup.active {
  display: block;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.popup__container {
  min-width: 342px;
  max-width: 504px;
  border-radius: 12px;
  background: #ffffff;
  padding: 32px 16px 16px 16px;
}

@media (min-width: 768px) {
  .popup__container {
    padding: 32px;
  }
}

.popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .popup__title {
    font-size: 24px;
  }
}

.popup__close {
  margin-left: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #1b1b1b;
  font-size: 23px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup__close {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }
}

.popup__proof {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__proof {
    flex-direction: row;
  }
}

.popup__proof-img {
  width: 100%;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__proof-img {
    height: 65px;
  }
}

.popup__proof-img img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .popup__proof-img img {
    min-width: 440px;
  }
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__proof-img img {
    height: 100%;
  }
}

.popup__proof-img + .popup__proof-img {
  margin-top: 24px;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__proof-img + .popup__proof-img {
    margin-top: 0;
    margin-left: 5px;
  }
}

.popup__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__rating {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .popup__rating {
    margin-top: 53px;
  }
}

.popup__rating-textarea {
  padding: 12px 18px;
  border-radius: 8px;
  background: #f9fafb;
  color: #1b1b1b;
  min-width: 240px;
  width: 100%;
  height: 154px;
  margin-bottom: 24px;
  border: none;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__rating-textarea {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .popup__rating-textarea {
    min-width: 440px;
    height: 124px;
  }
}

.popup__rating-textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #8e99ab;
}

.popup__rating-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .popup__rating-btn {
    width: unset;
    min-width: 128px;
  }
}

.popup .rating {
  width: 100%;
  margin: 0 auto;
  font-size: 27px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 150px;
  margin-bottom: 32px;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup .rating {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .popup .rating {
    font-size: 37px;
    max-width: 180px;
  }
}

.popup .rating input {
  float: right;
  opacity: 0;
  position: absolute;
}

.popup .rating label {
  float: right;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.popup .rating label:hover ~ label,
.popup .rating input:focus ~ label,
.popup .rating label:hover {
  color: orange;
  cursor: pointer;
}

.popup__complaint {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .popup__complaint {
    padding-top: 27px;
  }
}

.popup__complaint-textarea {
  padding: 12px 18px;
  border-radius: 8px;
  background: #f9fafb;
  color: #1b1b1b;
  min-width: 240px;
  width: 100%;
  height: 154px;
  margin-bottom: 24px;
  border: none;
}

@media (max-height: 550px) and (min-width: 767px) {
  .popup__complaint-textarea {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .popup__complaint-textarea {
    padding: 12px;
    min-width: 440px;
    height: 221px;
  }
}

.popup__complaint-textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #8e99ab;
  line-height: 28px;
}

.popup__complaint-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .popup__complaint-btn {
    width: unset;
    min-width: 128px;
  }
}

.popup__zip {
  position: relative;
  padding-top: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .popup__zip {
    display: flex;
    align-items: center;
    padding-top: 34px;
  }
}

.popup__zip.error .popup__zip-input {
  border: 1px solid #f6483c;
}

.popup__zip.error .popup__zip-error {
  display: block;
}

.popup__zip-input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}

.popup__zip-input::placeholder {
  color: #8e99ab;
}

.popup__zip-error {
  display: none;
  margin-top: 5px;
  color: #f6483c;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .popup__zip-error {
    position: absolute;
    top: 74px;
    left: 0;
  }
}

.popup__complaint-btn {
  margin-top: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .popup__complaint-btn {
    width: unset;
    min-width: 128px;
    margin-top: 0;
    margin-left: 16px;
  }
}

.popup__zip-desription {
  padding-top: 24px;
  position: relative;
}

.popup__zip-desription p {
  color: #8e99ab;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

.popup__zip-desription::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 40%, #eaecf0 40%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.container {
  max-width: 500px !important;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1172px !important;
  }
}

.header--white {
  background: transparent;
  border-bottom: 1px solid #eaecf0;
}

.header--white .header__theme-text {
  color: #1b1b1b;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.active {
  display: block;
}

.form-control:disabled {
    background-color: transparent;
    opacity: 1;
}

.invalid-feedback {
  margin-left: 8px;
}