.blood_page {
  background: #eef9ff;
  padding: 16px 30px;
  min-height: calc(100% - 133px);
}
@media (max-width: 568px) {
  .blood_page {
    padding: 24px 16px;
  }
}
.blood_page h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: NotoSans;
  margin: 0;
}
.blood_page .crumbs {
  color: #6b8c9a;
  text-align: start;
  margin-bottom: 16px;
}
.blood_page .crumbs a {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: NotoSans;
  text-decoration: none;
  color: #6b8c9a;
}
.blood_page .wrapper_bloks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.blood_page .wrapper_bloks .main_blok {
  width: 74%;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-size: 100% 100%;
  background-color: white;
  text-align: start;
}
@media (max-width: 480px) {
  .blood_page .wrapper_bloks .main_blok {
    padding: 16px;
  }
}
.blood_page .wrapper_bloks .main_blok table {
  width: 100%;
  border-collapse: collapse;
}
.blood_page .wrapper_bloks .main_blok table,
.blood_page .wrapper_bloks .main_blok td,
.blood_page .wrapper_bloks .main_blok th {
  border: 1px solid;
}
.blood_page .wrapper_bloks .main_blok td {
  text-align: center;
}
.blood_page .wrapper_bloks .main_blok li {
  text-align: start;
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks .main_blok {
    width: 100%;
  }
}
.blood_page .wrapper_bloks .main_blok .box_text label {
  white-space: pre-wrap;
}
.blood_page .wrapper_bloks .main_blok ul {
  margin: 0;
}
.blood_page .wrapper_bloks .main_blok ul li {
  list-style-type: disc;
}
.blood_page .wrapper_bloks .main_blok label {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  font-family: NotoSans;
  color: #4d4d4d;
}
.blood_page .wrapper_bloks .main_blok .border_bg {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blood_page .wrapper_bloks .main_blok .border_bg__top {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 24px;
  background: url(/assets/images/Slice_1.cbbcd169.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .blood_page .wrapper_bloks .main_blok .border_bg__top {
    height: 18px;
  }
}
@media (max-width: 568px) {
  .blood_page .wrapper_bloks .main_blok .border_bg__top {
    height: 12px;
  }
}
.blood_page .wrapper_bloks .main_blok .border_bg__left {
  position: absolute;
  left: 0px;
  top: 0;
  width: 16px;
  height: 100%;
  background: url(/assets/images/Slice_3.6855fafc.png) no-repeat;
  background-size: 100% 100%;
}
.blood_page .wrapper_bloks .main_blok .border_bg__right {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 16px;
  height: calc(100% - 34px);
  background: url(/assets/images/Slice_4.23bf8c03.png) no-repeat;
  background-size: 100% 100%;
}
.blood_page .wrapper_bloks .main_blok .border_bg__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  width: 100%;
  background: url(/assets/images/Slice_2.261d29bb.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .blood_page .wrapper_bloks .main_blok .border_bg__bottom {
    height: 18px;
  }
}
@media (max-width: 568px) {
  .blood_page .wrapper_bloks .main_blok .border_bg__bottom {
    height: 12px;
  }
}
.blood_page .wrapper_bloks .select_blok {
  width: 25%;
  background: url(/assets/images/sub_board.b43a54df.png) no-repeat;
  background-size: 100% 100%;
  background-color: white;
  position: relative;
  padding: 50px 32px 25px 32px;
  text-align: start;
  height: max-content;
}
@media (max-width: 1280px) {
  .blood_page .wrapper_bloks .select_blok {
    padding: 45px 25px 10px 25px;
  }
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks .select_blok {
    background: none;
    padding: 0;
    width: 100%;
  }
}
.blood_page .wrapper_bloks .select_blok label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: NotoSans;
  color: #4d4d4d;
}
.blood_page .wrapper_bloks .select_blok .stiker {
  background: url(/assets/images/stiker.28111e5d.png) no-repeat;
  background-size: 100% 100%;
  width: max-content;
  padding: 15px 25px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: NotoSans;
  position: absolute;
  left: 25px;
  top: -10px;
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks .select_blok .stiker {
    background: none;
    padding: 0;
    position: initial;
  }
}
.blood_page .wrapper_bloks .select_blok .list_items {
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks .select_blok .list_items {
    display: flex;
    width: calc(100% + 30px);
    overflow: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 568px) {
  .blood_page .wrapper_bloks .select_blok .list_items {
    width: calc(100% + 15px);
  }
}
.blood_page .wrapper_bloks .select_blok .list_items .item {
  cursor: pointer;
  width: 100%;
  background: url(/assets/images/item_board.a96de50f.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: NotoSans;
  color: #2e2f8b;
  padding: 12px 20px;
}
.blood_page .wrapper_bloks .select_blok .list_items .item a {
  text-decoration: none;
  color: #2e2f8b;
}
.blood_page .wrapper_bloks .select_blok .list_items .item:hover {
  transform: scale(1.01);
  transition: transform 0.2s;
}
@media (max-width: 1280px) {
  .blood_page .wrapper_bloks .select_blok .list_items .item {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  .blood_page .wrapper_bloks .select_blok .list_items .item {
    min-width: 219px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blood_page .wrapper_bloks .select_blok .list_items .isActiv {
  background: url(/assets/images/select_item_board.0325882c.png) no-repeat;
  background-size: 100% 100%;
  color: #25ac98;
}

#ui-id-1 {
  padding: 16px;
  border-radius: 20px;
  width: 330px;
  top: 60px !important;
}
@media (max-width: 568px) {
  #ui-id-1 {
    width: 75% !important;
    right: 5px;
    left: auto !important;
  }
}
#ui-id-1 li {
  border: none;
}
#ui-id-1 .ui-menu-item-wrapper {
  border: none !important;
}
#ui-id-1 .ui-menu-item-wrapper:hover {
  background-color: rgba(76, 113, 129, 0.18);
  border-radius: 10px;
}
#ui-id-1 .ui-menu-item-wrapper:nth-child(n) {
  background-color: white;
}
#ui-id-1 .ui-menu-item-wrapper:nth-child(n):hover {
  background-color: rgba(76, 113, 129, 0.18);
  border-radius: 10px;
}
#ui-id-1 .ui-menu-item-wrapper:before {
  background-color: #dde6ea;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
#ui-id-1 li:nth-last-child(-n+1) {
  margin-bottom: 0;
}
#ui-id-1 li:nth-last-child(-n+1):before {
  display: none;
}
#ui-id-1 .ui-menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: NotoSans;
  color: #4c7181;
  position: relative;
  margin-bottom: 8px;
}
#ui-id-1 .ui-menu-item b {
  color: #2e2f8b;
}
#ui-id-1 .ui-menu-item p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: NotoSans;
  color: #091453;
}
#ui-id-1 .ui-menu-item span {
  color: #4c7181;
}
