:root {
  --accent: #2c66bc;
  --second: #fd95bd;
  --orange: #fd8327;
}

.header-image__wrap {
  background: #fef1f6;
  padding-top: 46px;
  padding-bottom: 46px;
}
.header-image__wrap > .br-2 {
  overflow: hidden;
}
.header-image__wrap .bg {
  background-image: url(/img/ginekologiya/header_01.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.header-image__wrap .g-top-header {
  overflow: hidden;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07), 0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05), 0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03), 0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02), 0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01), 0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
}
@media (max-width: 767px) {
  .header-image__wrap img {
    width: 100%;
  }
  .header-image__wrap .bg {
    background-image: none;
  }
}
@media (max-width: 820px) {
  .header-image__wrap .btn-v {
    display: block;
  }
  .header-image__wrap .btn-v:first-child {
    margin-bottom: 20px;
  }
}

.anchor-navigation__wrap {
  background-color: #ffe1ec;
}
.anchor-navigation__wrap .navigation {
  display: flex;
  justify-content: space-between;
}
.anchor-navigation__wrap .each {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  color: #222328;
  font-size: 20px;
}
.anchor-navigation__wrap .each:hover {
  text-decoration: none;
  color: var(--accent);
}
@media (max-width: 767px) {
  .anchor-navigation__wrap .navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: scroll;
  }
  .anchor-navigation__wrap .navigation .each {
    padding-left: 16px;
    padding-right: 16px;
  }
  .anchor-navigation__wrap .navigation .each:first-child {
    padding-left: 0;
  }
}

.g-card {
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07), 0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05), 0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03), 0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02), 0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01), 0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
}
.g-card.bg-1 {
  background-color: #f8f8fa;
}
.g-card .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.g-card .text {
  font-size: 12px;
  line-height: 1.5;
}

.g-direction__wrap {
  background-color: #ffe1ec;
}

.g-card-d {
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07), 0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05), 0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03), 0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02), 0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01), 0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
  position: relative;
  overflow: hidden;
}
.g-card-d:after {
  content: "";
  display: block;
  padding-bottom: 44%;
}
.g-card-d .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 24px;
}
.g-card-d .title {
  font-size: 24px;
  line-height: 1.16;
  font-weight: 500;
  max-width: 78%;
  z-index: 1;
  position: relative;
  transition: all ease-in-out 0.3s;
  margin-bottom: 4px;
}
.g-card-d .iconw {
  opacity: 0.8;
  background-color: #fef1f6;
  position: absolute;
  right: -6%;
  bottom: -16%;
  width: 51%;
  overflow: hidden;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}
.g-card-d .iconw:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.g-card-d .img {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.g-card-d .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.g-card-d .inner .btn {
  padding: 12px 16px;
  z-index: 2;
  background-color: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
}
.g-card-d .inner .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  z-index: 9;
}
.g-card-d:hover .title {
  color: #fff;
}
.g-card-d:hover .iconw {
  width: 140%;
  height: 140%;
  border-radius: 0;
  background-color: #ffa8ca;
}
.g-card-d:hover .img {
  mix-blend-mode: color-dodge;
  opacity: 0.5;
}
.g-card-d:hover .inner .btn {
  background-color: var(--accent);
  color: #fff;
}
@media (max-width: 767px) {
  .g-card-d .content {
    padding: 12px;
  }
  .g-card-d .title {
    font-size: 20px;
  }
  .g-card-d .inner .btn {
    width: auto;
  }
}

.g-promotion .h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.g-services__wrap {
  background-color: #fef1f6;
}
.g-services__wrap .box {
  background-color: #fff;
  padding: 32px;
  border-radius: 32px;
}
.g-services__wrap .tabs__wrap {
  background: #e1e8f5;
  padding: 5px;
  white-space: nowrap;
  border-radius: 8px;
  display: table;
  width: auto;
}
.g-services__wrap .tabs__wrap .each {
  opacity: 1;
  color: var(--accent);
  padding: 8px 16px;
  border-radius: 8px;
  display: table-cell;
}
.g-services__wrap .tabs__wrap .each.active {
  background: var(--accent);
  box-shadow: none;
  color: #fff;
}
.g-services__wrap .tabs__wrap .each .title {
  margin: 0;
  font-size: 20px;
}
.g-services__wrap .list_of_links__colums a {
  margin-bottom: 12px;
  display: flex;
}
.g-services__wrap .list_of_links__colums a::before {
  content: "";
  display: block;
  flex: none;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--accent);
}
@media (max-width: 480px) {
  .g-services__wrap .h1 {
    text-align: center;
  }
  .g-services__wrap .container {
    padding: 0 !important;
  }
  .g-services__wrap .box {
    padding: 16px;
  }
  .g-services__wrap .tabs__wrap .each .title {
    font-size: 15px;
  }
}

.gv-services__wrap .gv-services-list {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.gv-services__wrap .gv-services-list .btn {
  border: 1px solid var(--dark-light, #e1e8f5);
}
.gv-services__wrap .gv-services-list .btn:hover {
  border-color: var(--accent);
  opacity: 1;
}

.g-stationar__wrap {
  background-color: #fef1f6;
}

.g-collapsed-faq_wrap .each_item {
  border-radius: 8px;
  background: var(--light, #f2f6fd);
  margin-bottom: 8px;
}
.g-collapsed-faq_wrap .each_item .title {
  padding: 24px 16px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.g-collapsed-faq_wrap .each_item .title span {
  z-index: 1;
  position: relative;
}
.g-collapsed-faq_wrap .each_item .title .open {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.g-collapsed-faq_wrap .each_item .title .open svg {
  position: relative;
  z-index: 1;
}
.g-collapsed-faq_wrap .each_item .title .open svg circle {
  fill: var(--accent);
}
.g-collapsed-faq_wrap .each_item .title .open svg path {
  fill: #fff;
}
.g-collapsed-faq_wrap .each_item .title .open:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px 16px 0 0;
}
.g-collapsed-faq_wrap .each_item .title .open:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.g-collapsed-faq_wrap .each_item .title .open.show:after {
  background-color: #cfe0fc;
}
.g-collapsed-faq_wrap .each_item .title .open.show svg {
  transform: rotate(180deg);
}
.g-collapsed-faq_wrap .each_item .detail {
  padding: 0 8px 8px 8px;
  display: none;
}
.g-collapsed-faq_wrap .each_item .detail.show {
  display: block;
  background-color: #cfe0fc;
  border-radius: 0 0 16px 16px;
}
.g-collapsed-faq_wrap .each_item .detail .text {
  border-radius: 16px;
  padding: 16px 8px;
  background: var(--white, #fff);
}
.g-collapsed-faq_wrap .each_item .detail .mb-4 {
  margin-bottom: 0px !important;
}
.g-collapsed-faq_wrap .each_item:hover {
  background-color: #cfe0fc;
}

.why-we-are__wrap .swiper-slide {
  width: 288px;
}
.why-we-are__wrap .item {
  display: flex;
}
.why-we-are__wrap .item .img {
  padding-right: 16px;
}
.why-we-are__wrap .item .text .title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
}
.why-we-are__wrap .item .text .txt {
  color: #91a8bd;
  font-size: 16px;
}

.g-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 16px;
}
.g-buttons-slider__wrap .each {
  height: 40px;
  width: 40px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-buttons-slider__wrap .each svg {
  fill: var(--accent);
}
.g-buttons-slider__wrap .each:hover {
  background-color: var(--accent);
}
.g-buttons-slider__wrap .each:hover svg {
  fill: #fff;
}

.g-doctors__wrap .g-doctor-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
  flex-wrap: wrap;
}
.g-doctors__wrap .g-doctor-filter .tab {
  border-radius: 8px;
  border: 1px solid #91a8bd;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 20px;
}
.g-doctors__wrap .g-doctor-filter .tab svg.s path {
  stroke: var(--second);
}
.g-doctors__wrap .g-doctor-filter .tab svg.f path {
  fill: var(--second);
}
.g-doctors__wrap .g-doctor-filter .tab:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.g-doctors__wrap .g-doctor-filter .tab:hover svg.s path {
  stroke: var(--accent);
}
.g-doctors__wrap .g-doctor-filter .tab:hover svg.f path {
  fill: var(--accent);
}
.g-doctors__wrap .g-doctor-filter .tab.active {
  background-color: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.g-doctors__wrap .g-doctor-filter .tab.active svg.s path {
  stroke: #fff;
}
.g-doctors__wrap .g-doctor-filter .tab.active svg.f path {
  fill: #fff;
}
.g-doctors__wrap .doctor_list__wrap {
  background-color: transparent;
}
@media (max-width: 768px) {
  .g-doctors__wrap .doctor_list__for {
    margin-left: -10px;
    margin-right: -10px;
  }
  .g-doctors__wrap .mobile-scroll-filter {
    overflow: scroll;
    margin-left: -12px;
    margin-right: -12px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter:after {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter .tab {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter .tab svg {
    margin-left: 8px;
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 16px;
  }
}

.js-show-all-doctors {
  cursor: pointer;
}

.btn-v-arrow {
  transition: all ease-in-out 0.3s;
}
.btn-v-arrow:hover {
  border: 1px solid var(--accent);
  background-color: transparent;
  color: var(--accent);
  background-image: url(/public/icon-chevron-right.svg);
  background-position: right 10px center;
}
.btn-v--orange {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
}
.btn-v--orange:hover {
  opacity: 0.88;
}

.g-s-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  gap: 16px;
}
.g-s-buttons-slider__wrap .each {
  height: 40px;
  width: 40px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-s-buttons-slider__wrap .each svg {
  fill: var(--accent);
}
.g-s-buttons-slider__wrap .each:hover {
  background-color: var(--accent);
}
.g-s-buttons-slider__wrap .each:hover svg {
  fill: #fff;
}
@media (max-width: 771px) {
  .g-s-buttons-slider__wrap {
    padding-bottom: 20px;
  }
}

.gallery-single__wrap .item img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}
.gallery-single__wrap .item .title {
  font-size: 16px;
  text-align: center;
  background-color: #fef1f6;
}

.to-top__wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.to-top__wrap .container {
  position: relative;
}
.to-top__wrap .to-top {
  bottom: 60px;
  right: -56px;
  position: absolute;
  cursor: pointer;
}
.to-top__wrap .to-top:hover {
  opacity: 0.88;
}
@media (max-width: 920px) {
  .to-top__wrap {
    display: none !important;
  }
}