

/* Start:/local/components/astra/main-hero/templates/.default/style.css?17883351391396*/
.hero.index-hero {
  position: relative;
  background: #eff6ff;
  padding-bottom: 2rem;

  @media (min-width: 768px) and (max-width: 1023px) {
    .hero-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
    }

    .hero-image img {
      height: 50%;
      width: 100%;
      object-fit: cover;
    }
  }

  @media (min-width: 1024px) {
    max-height: 768px !important;
    height: calc(100vh - (80px + 60px));
    height: calc(100svh - (80px + 60px));

    .hero-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
    }

    .hero-image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }

  @media (min-width: 2200px) and (max-width: 3000px) {
    .hero-image {
      right: 15%;
    }
  }

  @media (min-width: 3000px) and (max-width: 3999px) {
    .hero-image {
      right: 25%;
    }
  }

  @media (min-width: 4000px) {
    .hero-image {
      right: 35%;
    }
  }

  .column-idx:nth-child(odd) .hero-box {
    transform: rotate(-5deg);
  }

  .column-idx:nth-child(even) .hero-box {
    transform: rotate(5deg);
  }

  .hero-box {
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 20px;
  }

  .hero-box:hover {
    transform: none !important;
  }

  @media (max-width: 767px) {
    .hero-box {
      transform: none !important;
    }
  }
}
/* End */


/* Start:/local/templates/astra-bulma/components/bitrix/breadcrumb/platform/style.css?1781075916128*/
.section.section-breadcrumbs li a {
  white-space: normal;
}

.section.section-breadcrumbs li.is-active a {
  color: #69748c;
}

/* End */


/* Start:/local/templates/astra-bulma/components/bitrix/news.list/index-stock/style.css?17883351391007*/
.section.index-action {
  background: #eff6ff;
  position: relative;
  padding-bottom: 5rem;

  .container-items {
    position: relative;
    z-index: 2;
  }

  .wave-decor-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
    max-height: 7rem;
    width: 100%;
  }

  .card.card-action {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding-bottom: 88px;
    padding: 0.5rem;
    border-radius: 20px;
  }

  .card.card-action .card-header {
    flex-direction: column;
    box-shadow: none;
  }

  .card.card-action .card-footer {
    flex-direction: column;
    box-shadow: none;
    margin-top: auto;
    margin-bottom: 0;
    border: none;
  }

  .card-image {
    border-radius: 20px;
    overflow: hidden;
  }

  .card.card-action:hover {
    background: #eff6ff;
  }

  .card.card-action:hover img {
    transform: scale(1.03);
  }

  .card.card-action img {
    transition: all 0.3s ease;
  }
}
/* End */


/* Start:/local/templates/astra-bulma/components/bitrix/news.list/index-doctors/style.css?17883351391216*/
.section.index-doctors {
  background: #eff6ff;
  border-top-right-radius: 6rem;

  .sw-main-doctor {
    display: flex;
    flex-direction: row;
  }

  .sw-main-doctor .sw-main-doctor__slide {
    height: auto !important;
  }

  .card-item {
    background: #eff6ff;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .card-item .card-image {
    transition: all 0.3s ease;
    padding: 2rem;
  }

  .card-item .card-image .image {
    border-radius: 100%;
  }

  .card-item .card-content {
    background: url(/assets/images/astra-design/bg_doctor.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
    color: #fff;
    border-radius: 20px;
    height: 100%;
  }

  .card-item:hover .card-image {
    transform: scale(1.07);
  }

  .sw-main-doctor swiper-slide {
    margin-bottom: 3rem;
  }

  .sw-main-doctor {
    --swiper-pagination-top: auto;
    --swiper-pagination-color: #03e771;
    --swiper-pagination-bullet-width: 1.25rem;
    --swiper-pagination-bullet-height: 1.25rem;
    --swiper-pagination-bullet-inactive-color: #66d1ff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
  }
}
/* End */


/* Start:/local/components/astra/footer/templates/.default/style.css?17810759132531*/
.section-footer-top .logo-image {
  display: block;
  max-width: 100%;
}

.section-footer-top .logo-image img {
  display: block;
  height: 5rem;
  max-width: 100%;
}

.soc-container {
  display: flex;
  justify-self: end;
}


.soc-container .item {
  padding: 0.5rem;
  transform: rotate(-5deg);
  transition: all 0.3s ease;
}

.soc-container .item img {
  transition: all 0.5s ease;
}

.soc-container .item:nth-child(2n) {
  transform: rotate(5deg);
}

.soc-container .item:hover {
  transform: none !important;
}

.soc-container .item:hover img {
  transform: none !important;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.services-footer-menu .footer-menu.footer-menu-services {
  -webkit-column-gap: .75rem;
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

@media (min-width: 560px) and (max-width: 767px) {
  .services-footer-menu .footer-menu.footer-menu-services {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .services-footer-menu .footer-menu.footer-menu-services {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.services-footer-menu .footer-menu.footer-menu-services li a {
  line-height: 1.25rem;
  padding: 0.25rem 0 0.25rem 1rem;
  display: flex;
  color: #000;
}

.services-footer-menu .footer-menu.footer-menu-services li a.is-active {
  color: #01bcff;
}

.services-footer-menu .footer-menu.footer-menu-services li a:before {
  content: "";
  color: #000;
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%232c7fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

.section-footer-nav .nav-footer {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-footer-nav .nav-footer a {
  color: #000;
}

.section-footer-nav .nav-footer a.is-active {
  color: #01bcff;
}

.section-footer-nav .phone-item {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: #000;
}

.section-footer-nav .mail-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #2c7fff;
  margin-top: 1rem;
}

.store-img img {
  width: auto;
}

/* End */
/* /local/components/astra/main-hero/templates/.default/style.css?17883351391396 */
/* /local/templates/astra-bulma/components/bitrix/breadcrumb/platform/style.css?1781075916128 */
/* /local/templates/astra-bulma/components/bitrix/news.list/index-stock/style.css?17883351391007 */
/* /local/templates/astra-bulma/components/bitrix/news.list/index-doctors/style.css?17883351391216 */
/* /local/components/astra/footer/templates/.default/style.css?17810759132531 */
