.test {
  background-color: yellow;
}

.prices_table .prices_table_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.prices_table .prices_table_item .prices_table_item:first-child {
  border-top: 1px solid #ccc;
}
.prices_table .prices_table_item .prices_table_img {
  align-self: center;
  order: 1;
}
.prices_table .prices_table_item .prices_table_name {
  order: 2;
}
.prices_table .prices_table_item .prices_table_3d {
  order: 3;
}
.prices_table .prices_table_item .prices_table_price {
  order: 4;
}
.prices_table .prices_table_mobile {
  display: none;
}

@media (max-width: 991px) {
  .prices_table .prices_table_item {
    height: 230px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    gap: 5px;
  }
  .prices_table .prices_table_item .prices_table_img {
    order: 1;
  }
  .prices_table .prices_table_item .prices_table_name {
    padding-left: 20px;
    max-width: 66%;
    order: 3;
  }
  .prices_table .prices_table_item .prices_table_3d {
    order: 2;
    align-self: center;
  }
  .prices_table .prices_table_item .prices_table_price {
    padding-left: 20px;
    order: 4;
  }
  .prices_table .prices_table_item .prices_table_mobile {
    display: block;
  }
}
.text-primary {
  color: #f3a505 !important;
}

width {
  min-width: 360px;
}

.fixme {
  height: 46px;
  position: static;
  overflow: scroll;
}
.fixme::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fixme.fixme_active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.fixme .prices_nav_wrapper {
  margin: 0 auto;
  width: 100%;
  background: #f3F5F0;
  min-width: 1170px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fixme .prices_nav_wrapper::-webkit-scrollbar {
  display: none;
}

.prices_nav_wrapper {
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 1;
}
.prices_nav_wrapper ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  border: 1px solid #D3D5CD;
  border-radius: 4px;
}
.prices_nav_wrapper ul li {
  padding: 12px 10px;
  width: 20%;
  background: #E3E9DE;
  border-right: 1px solid #DBF8DB;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #262B36;
  margin: 0;
}
.prices_nav_wrapper ul li:hover {
  cursor: pointer;
  background: #5fb65f;
  color: #fff;
}
.prices_nav_wrapper ul li:first-child {
  border-radius: 4px 0px 0px 4px;
}
.prices_nav_wrapper ul li:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right: 0px solid #D3D5CD;
}
.prices_nav_wrapper ul li.active {
  background: #2c862c;
  color: #fff;
}

.prices-container {
  position: relative;
  padding-top: 70px;
}
.prices-container .pc-column {
  padding-top: 12px;
  width: 100%;
  margin-bottom: 10px;
  color: #5E5E5E;
  font-size: 16px;
}
.prices-container .pc-column ._pc-row-gallery {
  width: 150px;
}
.prices-container .pc-column .price_row_name {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
}
.prices-container .pc-column .price_row_name h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #262B36;
}
.prices-container .pc-column .price_row_3d {
  width: 170px;
}
.prices-container .pc-column .price_row_price {
  width: 240px;
}
.prices-container .pc-column .price_row_price strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #262B36;
}
.prices-container .pc-column .price_sale {
  width: 72px;
  height: 72px;
}

@media (max-width: 1220px) {
  .prices-container {
    position: relative;
    padding-top: 70px;
  }
  .prices-container .pc-column {
    padding-top: 12px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .prices-container .pc-column ._pc-row-gallery {
    width: 100px;
    order: 1;
  }
  .prices-container .pc-column .price_row_name {
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 0px;
    margin-right: auto;
    order: 2;
    width: calc(100% - 120px);
  }
  .prices-container .pc-column .price_row_name h4 {
    font-size: 15px;
    line-height: 27px;
  }
  .prices-container .pc-column .price_row_3d {
    width: 100px;
    margin: 0;
    padding: 0;
    order: 3;
  }
  .prices-container .pc-column .price_row_3d a.Slider-3D-link {
    margin: 0;
    padding-left: 0;
    padding-rigth: 0;
    font-size: 14px;
  }
  .prices-container .pc-column .price_row_3d a.Slider-3D-link::after {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .prices-container .pc-column .price_row_price {
    width: 240px;
    padding-left: 15px;
    order: 4;
  }
  .prices-container .pc-column .price_row_price strong {
    font-size: 15px;
    line-height: 27px;
  }
  .prices-container .pc-column .price_row_price .price_sale {
    width: 72px;
    height: 72px;
  }
}/*# sourceMappingURL=prices_nav_body.css.map */