

/* Start:/local/templates/med/template_styles.css?16551942062694*/
.delivery-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.delivery-block { 
  width: 30%;
}
.delivery-block_top {
  background-color: #59c0ed;
  padding: 16px 38px;
  min-height: 115px;
}
.delivery-block_title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-size: 14px;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.delivery-block_deck {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

.delivery-block_bottom {
  background: #fff;
  border-top: none;
  padding: 16px 38px 24px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: 0 40px 10px -30px rgb(0 0 0 / 10%);
}
.delivery-block_bottomo-deck span {
  margin-bottom: 0.4rem;
  font-weight: 600;
  display: block;
  font-size: 14px;
}

.company-inner {
  padding-bottom: 30px;
}
.company-inner:last-child {
  padding-bottom: 30px;
}
.company-inner_title {
  font-size: 17px;
  font-weight: 700;
  color: #38454b;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.company-inner_title::before {
  top: 3px;
  left: -2px;
  width: 20px;
  position: absolute;
  content: "";
  background-image: url(/img/check.svg);
  height: 20px;
}
.company-inner_description p {
  margin: 0;
}
.company-inner_list {
  padding: 10px 0;
  margin: 0;
}
.company-inner_list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 29px;
}
.company-inner_list li:last-child {
  margin-bottom: 0;
}
.company-inner_list li::before {
  background: #59c0ed;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  position: absolute;
  content: "";
  top: 8px;
  left: 18px;
}

.header nav li.catalog>a i {
  margin-right: 0px;
}

.privacy-policy ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.privacy-policy ul li::before {
  top: 8px;
  background: #babcbd;
  width: 5px;
  position: absolute;
  content: '';
  height: 5px;
  border-radius: 50%;
  left: 5px;
}
.short_item {
  min-height: 280px;
}
.short_desc li {
  left: 16px;
  position: relative;
}
.short_desc li::before {
  left: -16px;
  top: 7px;
  background:#bdbdbd;
  width: 5px;
  position: absolute;
  content: "";
  height: 5px;
  border-radius: 50%;
}

.crumbs .crumbs_wrap li.active {
  text-decoration: none;
  color: #59c0ed;
}
.crumbs_wrap li.active span {
  font-weight: 600;
}

@media (max-width: 920px) { 
  .short_item {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .delivery-block { 
    width: 100%;
  }
  .delivery-block_top {
    padding: 10px 18px;
  }
  .delivery-block_bottom {
    padding: 10px 18px 20px;
  }
  .delivery-row {
    gap: 30px 0;
  }
  .blog__item {
    flex-direction: column;
  }
}



/* End */
/* /local/templates/med/template_styles.css?16551942062694 */
