.header_table,
.body_table {
  display: block;
  width: 100%;
  font-size: 14px;
}
.doctors-slider {
  overflow: hidden;
}
.header_table {
  font-weight: bold;
}
.list_table > div {
  vertical-align: middle;
}
.header_table div,
.list_table div {
  /* padding: 15px 0; */
  /* text-align: center; */
  /* display: inline-block; */
}
.list_table div {
  /* padding: 5px 0; */
}
.list_table .num,
.header_table .num {
  /* width: 10%; */
  max-width: 88px;
  width: 100%;
  margin-right: 22px;
  text-align: left;
}
.list_table .num {
  margin-bottom: 22px;
}

.list_table .num a {
  padding: 14px 10px;
  text-align: center;
  border-radius: 4px;
  background: var(--light-grey, #f4f4f5);
}

.list_table .name,
.header_table .name {
  /* width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; */
}

.list_table .name {
  text-align: left;
}
.list_table .price,
.header_table .price {
  width: 100%;
  display: flex;
  max-width: 160px;
  margin-right: 4px;
  height: max-content;
  border-radius: 4px;
}

.list_table .price {
  padding: 14px 20px;
  justify-content: center;
  background: var(--light-grey, #f4f4f5);
}
.price span {
  font-weight: 700;
  /* display: flex; */
  /* max-width: 160px; */
  /* width: 100%; */
  /* padding: 14px 24px; */
  /* border-radius: 4px 0px 0px 4px; */
  /* background: var(--light-grey, #f4f4f5); */
}
.list_table .day,
.header_table .day {
  width: 100%;
  max-width: 160px;
  /* padding-left: 0.5rem; */
  /* padding-right: 0.5rem; */
}

.text-search,
.text-direct {
  font-size: 15px;
  margin-bottom: 20px;
}
.text-direct {
  margin-bottom: 24px;
}
.text-big {
  font-size: 15px;
}

@media (max-width: 880px) {
  .text-big {
    padding-top: 20px;
  }
}

@media (max-width: 680px) {
  .text-search {
    padding-top: 20px;
  }
}

.search_under .search_input {
  border-bottom: 1px solid var(--blue, #31569d);
  margin-bottom: 54px;
}
@media (max-width: 880px) {
  .search_under .search_input {
    margin-bottom: 20px;
  }
}
.btn-consult {
  padding: 14px 24px;
  border-radius: 4px;
  font-weight: 600;
  background: var(--blue, #31569d);
  color: var(--light-grey, #f4f4f5);
  max-width: fit-content;
}

.list_table .buy,
.header_table .buy {
  /* max-width: 59px;
  text-align: center;
  width: 100%;
  padding: 14px 24px;
  border-radius: 4px 0px 0px 4px; */
  max-width: 160px;
  width: 100%;
}

.list_table .day div {
  width: 48%;
  display: inline-block;
}
.list_table .day div .to_cart_btn.add_cart {
  float: right;
}
.old_price {
  font-size: 13px;
  line-height: 19px;
  color: #828282;
  text-decoration: line-through;
  text-decoration-color: red;
  -moz-text-decoration-color: red;
  margin-bottom: 4px;
}
#email_message,
#last_name_message,
#first_name_message,
#phone_message,
#email_mes,
#last_name_mes,
#first_name_mes,
#phone_mes {
  color: red;
  line-height: 26px;
  font-size: 12px;
}
#email_message a {
  display: inline;
}
.sidebar {
  display: inline-block;
  vertical-align: top;
}
.container-shop {
  display: flow;
  vertical-align: top;
}

.container-shop .article {
  width: 100% !important;
}

@media (max-width: 680px) {
  .container-shop .table-wrap {
    width: 100% !important;
    overflow: auto;
    scrollbar-color: #8fa9dc transparent;
    scrollbar-width: thin;
  }
}
.container-shop .table-wrap::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}
.container-shop .table-wrap::-webkit-scrollbar-track {
  border-radius: 0.3rem;
}
.container-shop .table-wrap::-webkit-scrollbar-thumb {
  background-color: #8fa9dc;
  border-radius: 0.3rem;
}
.directions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 54px;
}

.direct__card {
  padding: 26px 42px;
  border-radius: 4px;
  border: 1px solid var(--blue, #31569d);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .directions {
    gap: 14px;
    margin-bottom: 30px;
  }

  .direct__card {
    padding: 16px 16px;
  }
}
@media (max-width: 880px) {
  .directions {
    margin-bottom: 10px;
  }
}
@media (max-width: 620px) {
  .directions {
    grid-template-columns: 1fr;
  }
}

.list_table {
  /* display: table-row !important; */
  display: flex;
  gap: 48px 0;
  align-items: center;
  /* border-bottom: 0.3px dashed rgba(43, 43, 43, 0.50); */
  /* stroke-width: 0.3px; */
  /* stroke: var(--grey, rgba(43, 43, 43, 0.50)); */
}
.list_wrapper {
  display: flex;
  width: 100%;
}
.list_wrapper:after {
  content: "";
  background: url(/shop/img/dashed-line.svg);
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  z-index: 8;
}
.list_table .list_wrapper {
  /* display: table-row !important; */
  display: flex;
  align-items: center;
  /* border-bottom: 0.3px dashed #2b2b2b80; */
  padding-bottom: 24px;
  /* stroke-width: 0.3px; */
  /* stroke: var(--grey, rgba(43, 43, 43, 0.50)); */
}

.list_table:last-child .list_wrapper:after {
  background: transparent;
}

.list_table:last-child {
  padding-bottom: 0;
}
.header_table div,
.list_table div {
  /* display: table-cell !important; */
}
.header_table {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 880px) {
  .sidebar,
  .container-shop {
    width: 100%;
  }
}
@media (min-width: 881px) {
  .list_table .name,
  .header_table .name {
    /* width: 45%; */
  }

  .list_table .name,
  .header_table .name {
    /* width: 42%;
    padding: 24px 0;
    padding-left: 22px; */
    width: 100%;
    margin-right: 23px;
    /* padding: 24px 0; */
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  .header_table .name {
    width: 45%;
  }

  .list_table .name {
    font-weight: 400;
  }

  .container-shop {
    width: 75% !important;
    /* margin-left: auto; */
  }
  .sidebar {
    width: 30% !important;
    margin-right: auto;
  }
}

@media (max-width: 1080px) {
  .list_table .name,
  .header_table .name {
    /* max-width: 299px; */
    width: 50%;
    /* width: 100%; */
    margin-right: 20px;
  }

  .list_table .price,
  .header_table .price {
    max-width: 140px;
  }

  .list_table .buy,
  .header_table .buy {
    max-width: 140px;
  }

  .list_table .day,
  .header_table .day {
    max-width: 140px;
  }
}

.doctors-list {
  display: block;
  -webkit-box-pack: justify;
  flex-wrap: wrap;
}
.doctors-list .news-list-item {
  display: block;
  width: 33.3%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.doctors-list .news-list-item img {
  width: 100%;
}
.doctors-list .news-list-item .card-title a {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 20px;
}
.doctors-list .news-list-item .card {
  padding: 10px;
}
@media (max-width: 880px) {
  .doctors-list .news-list-item {
    width: 49.5%;
  }
}
@media (max-width: 568px) {
  .doctors-list .news-list-item {
    width: 100%;
  }
}
.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed {
  display: none !important;
}
.steps_wrap.full .container {
  width: 100%;
}
.steps_wrap.full .container .block_title {
  background: url(/shop/css/../img/bnefits_bg.png) no-repeat top center;
  padding: 15px 0;
}
.open_me_holder {
  display: none !important;
}
ul ul,
ol ul {
  list-style-type: disc;
}
ul ul ul,
ol ul ul {
  list-style: none;
}
ul ul ul li:before,
ol ul ul li:before {
  content: "-";
  position: relative;
  left: -10px;
}
.tel a {
  text-align: right;
  display: block;
  font-size: 14px;
}
.basket_menu_row {
  display: block;
}
@media (max-width: 768px) {
  .basket_menu_row {
    display: none;
  }
  .form-popup h3 {
    font-size: 20px;
  }
  .form-popup .form-item textarea {
    height: 70px;
  }
  .form-popup .form-item {
    margin-bottom: 20px;
  }
  .form-popup {
    padding: 20px;
  }
}
.table-wrap .header_table,
.table-wrap .body_table {
  min-width: 610px;
}
.body_table {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 54px;
}
.day-addition {
  display: block;
}
@media (max-width: 1078px) {
  .day-addition {
    display: none;
  }
}

@media (max-width: 680px) {
  .table-wrap {
    width: 100% !important;
    overflow: auto;
    scrollbar-color: #8fa9dc transparent;
    scrollbar-width: thin;
  }
}
