.content__nav-wrapper {
  margin-bottom: 15px;	
}
.content__breadcrumbs {
  margin-bottom: 0;
}

.content-container_banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0 20px;
  margin: 0;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blackbox {
  width: auto;
  max-width: 490px;
  background-image: linear-gradient(to left, rgba(48, 48, 48, 0.5) 0%, rgba(48, 48, 48, 1) 100%);
  margin-right: 0;
  padding: 10px 30px 23px 18px;
  display: inline-block;
  box-shadow: 3px 3px 4px rgba(0,0,0,.25);
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}
.blackbox h1 {
  margin: 0 0 20px 0;
  color: #FF9933;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}

.top-banner__text {
  margin-left: 15%;	
}

.top-banner__text ul {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.top-banner__text ul li::before {
  content: '>';
  top: 50%;
  margin: 0;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 1rem;
}
.top-banner__text a {
  color: inherit;
}

/* шаги оформления заказа - start */
.num ol {
  padding: 0px 0 0 20px;
  margin: 3em 0 2em 1.9em;
  list-style-type: none;
  counter-reset: point;
}
.num ol li {
  line-height: normal;
  color: #666666;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: 25%;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 30px;
  font-size: 12px;
  cursor: default;
}
.num ol li::before {
  counter-increment: point 1;
  line-height: 36px;
  height: 40px;
  margin-left: -36px;
  left: 0px;
  width: 40px;
  content: counter(point);
  text-align: center;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #cccccc;
}
.num ol li:hover::before, 
.num ol li:first-child::before {
  background: #f68b1f;
}
.num ol li h3 {
  margin-bottom: 0;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}
.num ol li:hover h3, 
.num ol li:first-child h3 {
  color: #f68b1f;
}

@media (max-width: 768px) {
  .num {
    margin-bottom: 30px;
  }
  .num ol {
    display: grid;
    row-gap: 20px;
    margin: 0;
  }
  .num ol li {
    width: calc(100% - 15px);
  }
}
/* шаги оформления заказа - end */

.home_categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -8px 30px;
  padding: 5px;
  position: relative;
  width: 1228px;
  gap: 13px;
}
.home_categories a {
  display: inline-block;
  vertical-align: top;
  height: 256px;
  width: 290px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-decoration: none;
  float: left;
}
.home_categories a h3 {
  display: block;
  margin: 15px;
  color: #333;
  font-size: 16px;
  font-family: var(--font-family-text);
}
.home_categories img {
  max-width: 100%;
  max-height: 100%;
  height: calc(100% - 20px - 15px);
}

@media (max-width: 768px) {
  .content-container_banner {
    display: none;
  }
  h1.category-name {
      display: block;
  }

  .home_categories {
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
  }  
  .home_categories a {
    width: 100% !important;
    border: none;
  }
}
