:root {
  --color-body-background: #F9F9F6;
  --color-section-background: #FFFFFF;
  --color-section-search-background: #F7F7F7;
  --color-table-head-background: #FFFFFC;
  --color-text-main: #1F2937;
  --color-text-main-70: #1F2937B2;
  --color-text-white: #FFFFFF;
  --color-text-gray: #7A7A7A;
  --color-text-gray-70: #6C727B;
  --color-text-blue: #2563EB;
  --color-text-blue-05: #2563EB0D;
  --color-text-blue-10: #2564eb28;
  --color-text-price: #0D0F0E;
  --color-text-blue-hover: #3B82F6;
  --color-btn-bg: #E6E6E6;
  --color-btn-blue-bg: #2563EB1A;
  --color-text-orange: #F37749;
  --color-border: #D7D7D9;
  --color-table-td: #E2E2E24D;
  --color-table-head: #E8E8E5;
  --color-table-conc: #FAFAFA;
  --color-table-prod-selected: #F5F5F5;
  --color-products-bg: #FBFBFB;
  --color-tooltip-type2: #FEF1BA;
  --color-tooltip-type3: #E6E5F8;
}

main.page-template-service-tracker {
  background-color: var(--color-body-background);
  color: var(--color-text-main);
  grid-template-columns: auto;
}
main.page-template-service-tracker .main {
  grid-column: 1;
}

main.page-template-service-tracker a {
  text-decoration: none;
}
main.page-template-service-tracker button {
  border: unset;
  outline: unset;
  background-color: unset;
  cursor: pointer;
}
main.page-template-service-tracker .container {
  width: 100%;
}
main.page-template-service-tracker .section {
  background-color: var(--color-section-background);
  border-radius: 32px;
  padding: 35px;
  margin-bottom: 15px;
  line-height: 100%;
  letter-spacing: -3%;
}
main.page-template-service-tracker .section.no-pad {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 100%;
  overflow: hidden;
}
main.page-template-service-tracker .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.page-template-service-tracker .section-title__content {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 48px;
  font-weight: 600;
}
main.page-template-service-tracker .section-title__back {
  font-size: 16px;
  color: var(--color-text-blue);
}
main.page-template-service-tracker .section-search {
  border-radius: 16px;
  padding: 25px;
  background-color: var(--color-section-search-background);
}
main.page-template-service-tracker .section-search__title {
  display: flex;
  align-items: center;
  gap: 15px;
}
main.page-template-service-tracker .section-search__title-title {
  font-size: 24px;
  font-weight: 600;
}
main.page-template-service-tracker .section-search__title-help {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-blue);
}
main.page-template-service-tracker .section-search__search {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
}
main.page-template-service-tracker .section-search__search label {
  flex: 1;
  position: relative;
}
main.page-template-service-tracker .section-search__search input {
  border: unset;
  outline: unset;
  padding: 14px 16px 14px 52px;
  border-radius: 8px;
  font-size: 16px;
  width: calc(100% - 68px);
}
main.page-template-service-tracker .section-search__search svg {
  position: absolute;
  left: 15px;
  top: 12px;
}
main.page-template-service-tracker .section-search__search button {
  width: 126px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-text-blue);
  border: unset;
  outline: unset;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-white);
}
main.page-template-service-tracker .section-search__search button:hover {
  background-color: var(--color-text-blue-hover);
}
main.page-template-service-tracker .caption {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
}
main.page-template-service-tracker .product-content {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
main.page-template-service-tracker .product-content__card {
  display: flex;
  gap: 20px;
}
main.page-template-service-tracker .product-content__card .photo {
  width: 96px;
  height: 127px;
  object-fit: cover;
}
main.page-template-service-tracker .card-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
main.page-template-service-tracker .card-top__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
main.page-template-service-tracker .card-top__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
main.page-template-service-tracker .card-top__item span {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.4;
}
main.page-template-service-tracker .card-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
main.page-template-service-tracker .card-price {
  font-size: 20px;
  font-weight: 600;
}
main.page-template-service-tracker .every-day {
  margin-top: 20px;
  background-color: var(--color-section-search-background);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  height: fit-content;
}
main.page-template-service-tracker .product-numbers {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 0 35px;
}
main.page-template-service-tracker .product-numbers__item {
  padding: 24px 24px;
  border-radius: 16px;
  background-color: var(--color-section-search-background);
  height: auto;
}
main.page-template-service-tracker .tooltip {
  position: relative;
}
main.page-template-service-tracker .tooltip-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  background-color: var(--color-text-main);
  color: var(--color-text-white);
  padding: 10px;
  font-size: 12px;
  border-radius: 4px;
  width: 205px;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: left;
}
main.page-template-service-tracker .tooltip-content::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-text-main);
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(54deg) skew(23deg);
  border-radius: 8px;
  z-index: -1;
}
main.page-template-service-tracker .tooltip-content.type2 {
  background-color: var(--color-tooltip-type2);
  color: var(--color-text-main);
}
main.page-template-service-tracker .tooltip-content.type2::before {
  background-color: var(--color-tooltip-type2);
}
main.page-template-service-tracker .tooltip-content.type3 {
  background-color: var(--color-tooltip-type3);
  color: var(--color-text-main);
}
main.page-template-service-tracker .tooltip-content.type3::before {
  background-color: var(--color-tooltip-type3);
}
main.page-template-service-tracker .tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
main.page-template-service-tracker .product-numbers__item.type1 {
  /*width: 208px;*/
}
main.page-template-service-tracker .product-numbers__item.type2 {
  /*width: 208px;*/
  flex: 1;
  padding: 20px 24px;
}
main.page-template-service-tracker .product-numbers__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
  font-size: 16px;
  color: var(--color-text-gray);
  margin-bottom: 15px;
}
main.page-template-service-tracker .type2 .product-numbers__item-title {
  color: var(--color-text-main);
}
main.page-template-service-tracker .product-numbers__item-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
main.page-template-service-tracker .product-numbers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
}
main.page-template-service-tracker .product-numbers__grid-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  cursor: pointer;
}
main.page-template-service-tracker .product-numbers__grid-item {
  display: flex;
}
main.page-template-service-tracker .product-numbers__grid-item:nth-of-type(2n) {
  justify-content: flex-end;
}
main.page-template-service-tracker .product-numbers__grid-item .from {
  padding: 4px 0 4px 6px;
  border-left: 2px solid var(--color-text-blue);
  opacity: 0.6;
  font-size: 14px;
}
main.page-template-service-tracker .product-numbers__grid-item.active .from {
  opacity: 1;
}
main.page-template-service-tracker .product-numbers__grid-item .number {
  padding: 4px;
  width: 64px;
  text-align: center;
  background-color: var(--color-btn-bg);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-gray-70);
}
main.page-template-service-tracker .product-filter {
  padding: 35px 35px 15px 35px;
}
main.page-template-service-tracker .product-filter__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.page-template-service-tracker .product-filter .found {
  font-size: 24px;
  font-weight: 500;
}
main.page-template-service-tracker .orange {
  color: var(--color-text-orange);
}
main.page-template-service-tracker .found-line {
  display: flex;
  margin-bottom: 12px;
}
main.page-template-service-tracker .found-line .orange {
  margin-right: 10px;
}
main.page-template-service-tracker .refresh {
  font-size: 16px;
  opacity: 0.5;
  margin-bottom: 12px;
}
main.page-template-service-tracker .grey-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-section-search-background);
  border-radius: 8px;
  padding: 16px 24px;
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
main.page-template-service-tracker .product-filter__right {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.page-template-service-tracker .product-filter__right-line {
  display: flex;
  gap: 15px;
}
main.page-template-service-tracker .product-filter__right-line2 {
  display: flex;
  gap: 10px;
}
main.page-template-service-tracker .blue-btn {
  background-color: var(--color-btn-blue-bg);
  border-radius: 8px;
  padding: 12px 16.5px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-blue);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
main.page-template-service-tracker .product-bottom {
  border-top: 1px solid var(--color-border);
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.page-template-service-tracker .product-bottom__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
main.page-template-service-tracker .product-bottom__btns {
  display: flex;
  border: 1px solid var(--color-btn-blue-bg);
  border-radius: 8px;
}
main.page-template-service-tracker .product-bottom__btns-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 15px;
  cursor: pointer;
}
main.page-template-service-tracker .product-bottom__btns-item.active {
  font-weight: 500;
  background-color: var(--color-btn-blue-bg);
}
main.page-template-service-tracker .product-bottom__btns-item:first-of-type {
  border-radius: 8px 0 0 8px;
}
main.page-template-service-tracker .product-bottom__btns-item:last-of-type {
  border-radius: 0 8px 8px 0;
}
main.page-template-service-tracker .product-bottom__inputs {
  display: flex;
}
main.page-template-service-tracker .product-bottom__inputs-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 7px;
}
main.page-template-service-tracker .product-bottom__inputs-item input {
  border: unset;
  outline: unset;
  background-color: var(--color-section-search-background);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-main-70);
  padding: 10.5px 0px;
  width: 64px;
  text-align: center;
}
main.page-template-service-tracker .settings-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background-color: var(--color-section-search-background);
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
}
main.page-template-service-tracker .product-bottom__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.page-template-service-tracker .clear-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
}
main.page-template-service-tracker .accept-btn {
  font-size: 16px;
  font-weight: 500;
}
main.page-template-service-tracker .result-table {
  border-radius: 32px 32px 0 0;
  width: 100%;
}
main.page-template-service-tracker .result-table thead th {
  background-color: var(--color-table-head-background);
  border-bottom: 1px solid var(--color-table-head);
}
main.page-template-service-tracker .result-table tbody {
  background-color: var(--color-section-background);
}
main.page-template-service-tracker .result-table th.first {
  padding-left: 35px;
  border-radius: 32px 0 0 0;
}
main.page-template-service-tracker .result-table th.last {
  border-radius: 0 32px 0 0;
}
main.page-template-service-tracker .result-table .th {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
main.page-template-service-tracker .result-table tbody td:not(.first) {
  border-left: 1px solid var(--color-table-td);
}
main.page-template-service-tracker .result-table tbody .td {
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
main.page-template-service-tracker .result-table tbody td.position {
  background-color: var(--color-text-blue-05);
}
main.page-template-service-tracker .result-table tbody td.position:hover {
  background-color: var(--color-text-blue-10);
}
main.page-template-service-tracker .result-table tbody .first .td {
  cursor: pointer;
  padding-left: 35px;
  min-width: 300px;
  max-width: 300px;
}
main.page-template-service-tracker .result-table tbody .first.sub .td {
  cursor: pointer;
  margin-left: 30px;
}
main.page-template-service-tracker .result-table tbody .first img {
  margin-right: 5px;
}
main.page-template-service-tracker .result-table tbody .first.active img {
  transform: rotate(90deg);
}
main.page-template-service-tracker .result-table tbody .position img {
  margin-right: 5px;
}
main.page-template-service-tracker .result-table tbody .position .price {
  margin-left: 20px;
  font-size: 12px;
  color: var(--color-text-price);
  opacity: 0.5;
}
main.page-template-service-tracker .result-table tbody td.last .btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background-color: var(--color-btn-blue-bg);
  border-radius: 4px;
  color: var(--color-text-blue);
  font-size: 14px;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
main.page-template-service-tracker .result-table tbody td:hover {
  background-color: var(--color-table-conc);
}
main.page-template-service-tracker .result-table tbody tr.hidden {
  display: none;
}
main.page-template-service-tracker .products-title {
  background-color: var(--color-products-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  margin-top: 4px;
}
main.page-template-service-tracker .product-table {
  background-color: var(--color-products-bg);
  width: 100%;
}
main.page-template-service-tracker .product-table thead th {
  border-top: 1px solid var(--color-table-head);
  border-bottom: 1px solid var(--color-table-head);
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
main.page-template-service-tracker .product-table .first {
  padding-left: 20px;
}
main.page-template-service-tracker .product-table td:not(.first) {
  border-left: 1px solid var(--color-table-head);
}
main.page-template-service-tracker .product-table td {
  padding: 10px 20px;
  border-bottom: 1px solid var(--color-table-head);
}
main.page-template-service-tracker .product-table .td {
  display: flex;
  align-items: center;
  gap: 8px;
}
main.page-template-service-tracker .product-table .td.product img {
  width: 56px;
  height: 74px;
  object-fit: cover;
}
main.page-template-service-tracker .product-table .td.product .card-top__item img {
  width: auto;
  height: auto;
}
main.page-template-service-tracker .product-table .td.product .product-name {
  display: block;
  margin-top: 10px;
  max-width: 250px;
}
main.page-template-service-tracker .product-table tr:hover {
  background-color: var(--color-table-prod-selected);
}
main.page-template-service-tracker .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5333333333);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3;
}
main.page-template-service-tracker .popup-overlay.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3;
}
main.page-template-service-tracker .popup {
  background-color: var(--color-section-background);
  border-radius: 20px;
  padding: 20px;
  display: none !important;
}
main.page-template-service-tracker .popup.active {
  display: block !important;
}
main.page-template-service-tracker .popup-filter {
  width: 368px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.page-template-service-tracker .popup-filter label {
  position: relative;
  width: 100%;
}
main.page-template-service-tracker .popup-filter input {
  border: unset;
  outline: unset;
  background-color: var(--color-section-search-background);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-main-70);
  padding: 14px 20px;
  max-width: 368px;
}
main.page-template-service-tracker .popup-filter label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main.page-template-service-tracker .popup-filter label.arrow img {
  right: 20px;
}
main.page-template-service-tracker .popup-filter label.search img {
  left: 15px;
}
main.page-template-service-tracker .popup-filter label.arrow input {
  padding-right: 30px;
  width: 318px;
}
main.page-template-service-tracker .popup-filter label.search input {
  padding-left: 45px;
  width: 303px;
}
main.page-template-service-tracker .popup-filter button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--color-text-blue);
  border: unset;
  outline: unset;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-white);
}
main.page-template-service-tracker .hide-ds {
  display: none;
}
main.page-template-service-tracker .hidden-template {
  display: none;
}
main.page-template-service-tracker .dropdown {
  position: relative;
}
main.page-template-service-tracker .dropdown-list {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: none;
}
main.page-template-service-tracker .dropdown.active .dropdown-list {
  display: block;
}
main.page-template-service-tracker .dropdown-item {
  width: auto;
}
main.page-template-service-tracker #updateDataBtn {
  cursor: pointer;
}
main.page-template-service-tracker #updateDataBtn.disable {
  cursor: auto;
  pointer-events: none;
}
main.page-template-service-tracker #search.disable {
  pointer-events: none;
}
main.page-template-service-tracker .container-loader {
  position: relative;
}
main.page-template-service-tracker .container-loader.active {
  pointer-events: none;
}
main.page-template-service-tracker .background-loader {
  display: none;
}
main.page-template-service-tracker .container-loader.active .background-loader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(1px);
}
main.page-template-service-tracker .loader {
  display: none;
}
main.page-template-service-tracker .container-loader.active .loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 150px;
}
main.page-template-service-tracker .column-name {
  cursor: pointer;
}

@media (max-width: 1300px) {
  main.page-template-service-tracker .result-table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  main.page-template-service-tracker .result-table .th {
    min-width: 140px;
  }
  main.page-template-service-tracker .product-table__wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  main.page-template-service-tracker .product-table .td {
    min-width: 75px;
  }
}
@media (max-width: 1246px) {
  main.page-template-service-tracker .product-bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 1050px) {
  main.page-template-service-tracker .product-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  main.page-template-service-tracker .product-bottom__left {
    flex-direction: column;
  }
  main.page-template-service-tracker .section-title__content {
    font-size: 40px;
  }
}
@media (max-width: 860px) {
  main.page-template-service-tracker .product-numbers {
    display: flex;
    flex-wrap: wrap;
  }
  main.page-template-service-tracker .product-numbers__item.type1.wide {
    flex: 1;
  }
  main.page-template-service-tracker .product-numbers__item.type2 {
    width: 100%;
  }
  main.page-template-service-tracker .section-title__content {
    font-size: 34px;
  }
}
@media (max-width: 860px) {
  main.page-template-service-tracker .product-filter__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  main.page-template-service-tracker .product-content {
    flex-direction: column;
  }
  main.page-template-service-tracker .section-title__back {
    display: none;
  }
  main.page-template-service-tracker .section-title__content {
    gap: 10px;
    font-size: 20px;
  }
  main.page-template-service-tracker .section-title__content img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 540px) {
  main.page-template-service-tracker .hide-ds {
    display: block;
  }
  main.page-template-service-tracker .hide-mobile {
    display: none;
  }
  main.page-template-service-tracker .section-search__title-help.hide-ds {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.page-template-service-tracker .section {
    border-radius: 8px;
    padding: 15px;
  }
  main.page-template-service-tracker .section-search {
    padding: 0;
    background-color: transparent;
  }
  main.page-template-service-tracker .section-search__title {
    flex-direction: column;
  }
  main.page-template-service-tracker .section-search__title-title {
    font-size: 20px;
  }
  main.page-template-service-tracker .section-search__search {
    flex-direction: column;
  }
  main.page-template-service-tracker .section-search__search label {
    width: 100%;
  }
  main.page-template-service-tracker .section-search__search input {
    background-color: var(--color-table-prod-selected);
    font-size: 14px;
    font-weight: 400;
    padding: 15.5px 16px 15.5px 52px;
  }
  main.page-template-service-tracker .section-search__search button {
    width: 100%;
  }
  main.page-template-service-tracker .caption {
    text-align: center;
  }
  main.page-template-service-tracker .product-content {
    padding: 0 15px;
    flex-direction: column;
  }
  main.page-template-service-tracker .product-content__card {
    gap: 10px;
  }
  main.page-template-service-tracker .card-top {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 10px;
  }
  main.page-template-service-tracker .card-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  main.page-template-service-tracker .every-day {
    margin-top: 10px;
    justify-content: center;
    padding: 12px;
  }
  main.page-template-service-tracker .product-numbers {
    margin-top: 10px;
    padding: 0 15px;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  main.page-template-service-tracker .product-numbers__item {
    border-radius: 8px;
  }
  main.page-template-service-tracker .product-numbers__item.type1 {
    padding: 10px 15px;
    width: 39%;
  }
  main.page-template-service-tracker .product-numbers__item.type1.wide {
    flex: unset;
  }
  main.page-template-service-tracker .product-numbers__item.type1.wide,
  main.page-template-service-tracker .product-numbers__item.type2 {
    width: 100%;
  }
  main.page-template-service-tracker .product-numbers__item-title {
    font-size: 14px;
    gap: unset;
    margin-bottom: 8px;
  }
  main.page-template-service-tracker .product-numbers__item-number {
    font-size: 24px;
  }
  main.page-template-service-tracker .product-numbers__grid {
    grid-template-columns: 1fr;
  }
  main.page-template-service-tracker .product-numbers__grid-item:nth-of-type(2n) {
    justify-content: flex-start;
  }
  main.page-template-service-tracker .product-numbers__grid-item div {
    width: 100%;
  }
  main.page-template-service-tracker .product-filter {
    padding: 15px;
  }
  main.page-template-service-tracker .product-filter__left {
    flex-direction: column;
    align-items: flex-start;
  }
  main.page-template-service-tracker .product-filter__right {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  main.page-template-service-tracker .product-filter__right-line {
    width: 100%;
    justify-content: space-between;
  }
  main.page-template-service-tracker .product-filter__right-line2 {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  main.page-template-service-tracker .product-filter__right .grey-btn {
    width: calc(100% - 48px);
    display: flex;
    justify-content: center;
  }
  main.page-template-service-tracker .product-filter .found {
    font-size: 16px;
  }
  main.page-template-service-tracker .refresh {
    font-size: 14px;
  }
  main.page-template-service-tracker .product-bottom {
    flex-direction: column;
    padding: 20px 15px;
    gap: 0;
  }
  main.page-template-service-tracker .product-bottom__left {
    flex-direction: column;
    width: 100%;
  }
  main.page-template-service-tracker .product-bottom__btns {
    width: 100%;
  }
  main.page-template-service-tracker .product-bottom__btns-item.active {
    width: 35%;
  }
  main.page-template-service-tracker .product-bottom__inputs {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  main.page-template-service-tracker .product-bottom__inputs-item {
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  main.page-template-service-tracker .product-bottom__inputs-item div {
    text-align: right;
  }
  main.page-template-service-tracker .product-bottom__inputs-item input {
    width: 114px;
  }
  main.page-template-service-tracker .settings-btn {
    width: calc(100% - 25px);
    padding: 16px 12px;
    justify-content: center;
    margin-bottom: 15px;
  }
  main.page-template-service-tracker .product-bottom__right {
    width: 100%;
    justify-content: space-between;
  }
  main.page-template-service-tracker .product-table .first {
    padding-left: 15px;
  }
  main.page-template-service-tracker .product-table .td.product .product-name {
    font-size: 14px;
  }
}

/*# sourceMappingURL=service-tracker.css.map */
