

/* Start:/local/components/astra/navbar/templates/.default/style.css?17810759132925*/
/*
top
*/
.top-panel {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .site-header {
    order: 1;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .2);
  }

  .site-navbar {
    order: 0
  }
}

/*
header
*/
.section-header .columns-sh {
  justify-content: space-evenly;
}

.section-header .header-logo {
  display: block;
  max-width: 200px;
}

.section-header .header-logo img {
  width: auto;
}

.section-header .phone-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-header .phone-item .image {
  min-width: 24px;
  min-height: 24px;
}

.section-header .info-item .image {
  min-width: 24px;
  min-height: 24px;
}

.section-header .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1216px) {
  .section-header .info-item {
    margin-left: 1rem;
  }
}

.section-header .info-item .image {
  min-width: 32px;
  min-height: 32px;
}

@media screen and (min-width: 1216px) {
  .section-header .info-item .image {
    min-width: 48px;
    min-height: 48px;
  }
}

/*
navbar
*/
.top-panel.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  animation: slideDown 0.3s ease-out;
  backdrop-filter: blur(2rem);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.site-navbar .navbar-project .navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .site-navbar .navbar-project .navbar-container {
    justify-content: center;
  }
}

.site-navbar .navbar-project .navbar-menu-pr {
  margin: 0;
  margin-inline-end: 0 !important;
  height: 100%;
}

.site-navbar .navbar-project .navbar-menu-pr .navbar-start-pr {
  justify-content: space-between;
  width: 100%;
}

.site-navbar .navbar-project .navbar-menu-pr .navbar-start-pr>div {
  align-items: stretch;
  display: flex;
}

.site-navbar .navbar-project .navbar-menu-pr .navbar-start-pr .navbar-item {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  flex-grow: 1;
  justify-content: center;
  color: #fff;
}

.site-navbar .navbar-project .navbar-menu-pr .navbar-start-pr .navbar-item.is-active,
.site-navbar .navbar-project .navbar-menu-pr .navbar-start-pr .navbar-item:hover {
  border-bottom: 4px solid #01bcff;
  background: hsl(216deg, 50%, 45%);
  flex-grow: 1;
  justify-content: center;
}

.site-navbar .navbar-project .navbar-t-a-t .navbar-search {
  margin-left: 2rem;
}

@media (max-width: 1023px) {
  .site-navbar .navbar-project .navbar-t-a-t {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 2rem;
    align-items: center;
  }
}

.site-navbar .navbar-project .navbar-burger span {
  background: #fff
}

.site-navbar .side-navbar-start.open-side-panel .navbar-item {
  color: #000;
}

/* End */


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

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

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

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

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

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

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

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

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

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

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

.hero.index-hero .hero-box {
  height: 100%;
  transition: all 0.3s ease;
}

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

@media (max-width: 767px) {
  .hero.index-hero .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?17810759161001*/
.section.index-action {
  background: #eff6ff;
  position: relative;
  padding-bottom: 5rem;
}
.section.index-action .container-items {
  position: relative;
  z-index: 2;
}
.section.index-action .wave-decor-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
  max-height: 7rem;
  width: 100%;
}
.section.index-action .card.card-action {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 88px;
  padding: 0.5rem;
}
.section.index-action .card.card-action .card-header {
  flex-direction: column;
  box-shadow: none;
}
.section.index-action .card.card-action .card-footer {
  flex-direction: column;
  box-shadow: none;
  margin-top: auto;
  margin-bottom: 0;
  border: none;
}
.section.index-action .card.card-action:hover {
  background: #eff6ff;
}

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

.section.index-action .card.card-action img {
  transition: all 0.3s ease;
}

/* End */


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

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

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

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

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

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

.section.index-doctors .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: 2rem;
  height: 100%;
}

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

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

.section.index-doctors .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/navbar/templates/.default/style.css?17810759132925 */
/* /local/components/astra/main-hero/templates/.default/style.css?17810759131442 */
/* /local/templates/astra-bulma/components/bitrix/breadcrumb/platform/style.css?1781075916128 */
/* /local/templates/astra-bulma/components/bitrix/news.list/index-stock/style.css?17810759161001 */
/* /local/templates/astra-bulma/components/bitrix/news.list/index-doctors/style.css?17810759161336 */
/* /local/components/astra/footer/templates/.default/style.css?17810759132531 */
