* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(to bottom, #070630 0%, #ffffff 100%);
  height: max-content;
  max-height: max-content;
  font-family: Arial, sans-serif;
}
.body_menu {
  border-radius: 20px;
  position: absolute;
  justify-content: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 5px;
  margin: 10px;
  width: 200px;
  display: block;
  opacity: 1;
}
.ico_menu {
  width: 20px;
}
.ico {
  width: 15px;
}
.body_ico_menu {
  padding: 15px 20px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  align-items: center;
  text-align: center;
  max-width: 200px;
  min-width: 100px;
}
.body_ico_menu a {
  color: #000000;
}

a {
  text-decoration: none;
  color: #111111;
}
.body_ico {
  width: 30%;
}
.info-nav {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial,
    sans-serif;
  max-width: 960px;
  margin: 30px auto;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
}

.info-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.info-nav li {
  margin: 0;
}

.info-nav a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #1f2937;
  transition: 0.2s;
}

.info-nav a:hover {
  background: #f3f4f6;
  color: #111827;
}

.warranty {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}

.warranty h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.warranty p.lead {
  margin: 0 0 20px;
  color: #555;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
  background: #f9fafb;
}

.card h3 {
  font-size: 13px;
  margin: 0 0 8px;
}

.card p {
  margin: 0;
  color: #374151;
}

.note {
  margin-top: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px dashed #dbeafe;
  border-radius: 12px;
  color: #0f172a;
}

.order {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}

.order h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.order p.lead {
  margin: 0 0 20px;
  color: #555;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.step {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
  background: #f9fafb;
}

.step h3 {
  font-size: 13px;
  margin: 0 0 8px;
}

.step span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4f46e5;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 600;
  margin-right: 8px;
}

.step p {
  margin: 0;
  color: #374151;
}

.shipping {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}

.shipping h2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 6px;
}

.shipping p.lead {
  margin: 0 0 20px;
  color: #555;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
}

.card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 20px;
}

.card ul {
  margin: 0;
  padding-left: 18px;
}

.note {
  margin-top: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px dashed #dbeafe;
  border-radius: 12px;
  color: #0f172a;
}

.muted {
  color: #6b7280;
}

.badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 12px;
  margin-left: 6px;
}

address {
  font-style: normal;
}

@media (max-width: 760px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.about {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  max-width: 960px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fff;
}

.about h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.about p.lead {
  margin: 0 0 20px;
  color: #555;
  font-size: 16px;
}

.about .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.about .text p {
  margin: 0 0 12px;
  color: #374151;
}

.about ul {
  margin: 0;
  padding-left: 18px;
}

.about li {
  margin-bottom: 8px;
  color: #374151;
}

.about img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.about table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.about th,
.about td {
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.about th {
  background: #f3f4f6;
  font-weight: 600;
}

.about tr:nth-child(even) {
  background: #f9fafb;
}
.body_text {
  max-width: 500px;
  padding: 0px 20px;
  margin: 0px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #000000;
}

@media (max-width: 1200px) {
  .body {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 24px;
    padding: 5px 5px;
    margin: 10px 10px;
    position: relative;
    font-size: 12px;
  }
  .about .grid {
    grid-template-columns: 1fr;
  }
  .body_menu {
    display: none;
    opacity: 0;
  }
  .ico_menu {
    display: block;
  }
  .dropright-button {
    width: 40px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 10px 10px;
    text-decoration: none;
    display: block;
  }
  .drop-content {
    background-color: #303030;
    position: absolute;
    top: 40px;
    height: max-content;
    border-top-right-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  .dropright-content {
    top: 0px;
    left: 60px;
    position: absolute;
    background-color: #ffffff;
    width: max-content;
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .text_menu {
    display: none;
    align-items: center;
    text-align: center;
  }
  .tovarparser_haracter {
    width: 100%;
  }
  .tovar_name {
    color: #111111;
    font-size: 12px;
  }
  .product_body {
    width: 130px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    height: 300px;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
  }
  .product_img {
    margin: 20px 5px;
    width: auto;
    max-width: 120px;
    max-height: 120px;
    border-radius: 10px;
  }
  s {
    color: red;
  }
  .product_name {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    display: block;
    height: 40px;
    overflow: hidden;
    margin: 5px;
  }
  .product_characteristic {
    color: #86868b;
    height: 40px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    margin: 5px;
  }
  .product_price {
    color: #111111;
    font-weight: 600;
    margin-right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    max-width: 250px;
    border-radius: 14px;
    background: #f2f2f2;
    padding: 5px 10px;
    line-height: 1;
    flex: 1;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .tovarparser_haracter {
    background-color: #a9a9a9;
    border-radius: 20px;
    padding: 20px;
    min-width: 250px;
    margin: 10px;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    position: relative;
  }
  .product_img_1 {
    max-width: 100px;
    max-height: 240px;
    height: auto;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    position: relative;
  }
  .text_title {
    color: #000000;
    font-size: 15px;
  }

  .text_simple {
    color: #000000;
    font-size: 12px;
    padding: 5px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 0px;
    width: 100%;
    text-align: left;
  }

  .text_simple:hover {
    background-color: #ddd;
  }
  .korzina {
    background-color: rgb(0, 152, 0);
    color: #eee;
    font-size: 16px;
  }
}

@media (min-width: 1201px) {
  .body {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 24px;
    padding: 10px 10px;
    margin: 10px 10px 10px 220px;
    position: relative;
  }

  .body_menu .text_simple {
    font-size: 10px;
  }
  .body_menu b {
    font-size: 12px;
  }
  .ico_menu {
    display: none;
  }
  .dropright-button {
    width: 180px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 10px 10px;
    text-decoration: none;
    display: block;
  }
  .drop-content {
    background-color: #303030;
    position: absolute;
    top: 60px;
    height: max-content;
    border-top-right-radius: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  .dropright-content {
    top: 0px;
    left: 200px;
    position: absolute;
    background-color: #ffffff;
    width: max-content;
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 600px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .text_menu {
    display: block;
    align-items: center;
    text-align: center;
  }
  .tovarparser_haracter {
    width: 400px;
  }
  .tovar_name {
    color: #111111;
    font-size: 18px;
  }
  .product_body {
    width: 180px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin: 10px 1px;
    height: 300px;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
  }
  .product_img {
    margin: 10px 0px;
    max-width: 200px;
    max-height: 100px;
    border-radius: 10px;
  }
  s {
    color: red;
  }
  .product_name {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    height: 60px;
    overflow: hidden;
    margin: 8px;
  }
  .product_characteristic {
    color: #86868b;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    margin: 8px;
  }
  .product_price {
    color: #111111;
    font-weight: 600;
    margin-right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    max-width: 240px;
    border-radius: 14px;
    background: #f2f2f2;
    padding: 8px 16px;
    line-height: 1;
    flex: 1;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .tovarparser_haracter {
    background-color: #a9a9a9;
    border-radius: 20px;
    padding: 20px;
    min-width: 250px;
    margin: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: space-around;
    position: relative;
  }
  .product_img_1 {
    max-width: 300px;
    max-height: 240px;
    height: auto;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    position: relative;
  }
  .text_title {
    color: #000000;
    font-size: 20px;
  }

  .text_simple {
    color: #000000;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 0px;
    width: 100%;
    text-align: left;
  }

  .text_simple:hover {
    background-color: #ddd;
  }
  .korzina {
    background-color: rgb(0, 152, 0);
    color: #eee;
    font-size: 20px;
  }
}

.schedule-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

.day-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}

.day-row:last-child {
  border-bottom: none;
}

.day-row:hover {
  background: #f0f8ff;
}

.day {
  font-weight: 500;
  color: #444;
}

.time {
  color: #666;
}

.tovar_body {
  background-color: #b7b6b6;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
}

.product_img_body {
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.tovarparser_haracter_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.tovarparser_title {
}

.korzina_body {
  background-color: #b2b2b2;
  border-radius: 20px;
  width: 600px;
  height: auto;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 10px;
  position: relative;
}

.korzina_img {
  width: 70px;
  max-height: 70px;
  height: auto;
  justify-content: space-around;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 5px;
  padding: 15px;
}

.korzina_name {
  color: #111111;
  height: 70px;
  font-size: 18px;
  width: 350px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 5px;
  padding: 25px;
}

.korzina_price {
  color: #111111;
  height: 70px;
  font-size: 18px;
  max-width: 10 0px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 5px;
  padding: 25px;
}
