

/* Start:/local/templates/gm/styles/pages/index.css?178343408414528*/
.main-second {
  background-size: 165%;
  padding: 85px 0 0;
  height: auto;
}
.main-page-slider-wrapper {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.main-page-slider-wrapper .swiper-slide {
  max-height: 410px;  
}
.main-page-slider-wrapper .swiper .main-page-slider__slide-bg-img {
  width: 100%;
  height: max-content;
  object-position: center;
  object-fit: cover;
  max-height: 410px;
}
.main-page-slider__slide-bg-img--mobile {
  display: none;
}
.main-page-slider-wrapper .swiper-bottom-section {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 172px;
  z-index: 1;
  pointer-events: none;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(100% - 140px);
  height: 100%;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-pagination {
  bottom: unset;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-pagination .swiper-pagination__current {
  user-select: none;
  color: rgba(255, 255, 255, 1);
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-pagination .swiper-pagination__total {
  user-select: none;
  color: rgba(255, 255, 255, 0.5);
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-pagination {
  position: relative;
  width: unset;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation {
  position: relative;
  display: flex;
  pointer-events: all;
  padding-right: 0;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next {
  position: relative;
  height: unset;
  transform: unset;
  right: unset;
  left: unset;
  margin-left: 16px;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev svg,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next svg,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev img,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next img {
  height: unset;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev svg circle,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next svg circle {
  transition: .3s;
  fill: transparent;
}
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev:not(.swiper-button-disabled) svg:hover circle,
.main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next:not(.swiper-button-disabled) svg:hover circle {
  fill: #CF3434;
}
.main-page-slider__slide-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  transition: opacity .4s ease;
}
.main-page-slider__slide-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #ffffff;
  max-width: 485px;
  margin-top: 10px;
}
.main-page-slider__slide-diag-arrow {
  width: 52px;
  height: 52px;
  position: absolute;
  right: -60px;
  top: -30px;
}
.main__section-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.main-page__section .slider1-container {
  margin-bottom: 60px;
}
.uslugi-wrap {
  display: flex;
  margin: 90px 0;
  flex-wrap: wrap;
}
.uslugi-item {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 45px 0 0 45px;
}
.uslugi-item1 {
  border-top-left-radius: 20px;
}
.uslugi-item2 {
  border-top-right-radius: 20px;
}
.uslugi-item-image2 {
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.uslugi-item-image3 {
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.main-second__about-more-block {
  position: absolute;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
}
.uslugi-item-border {
  border: 0.7px solid #333;
}
.uslugi-title {
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
}
.uslugi-link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  padding-bottom: 10px;
  display: inline-flex;
}
.uslugi-show-all-btn {
  margin-top: 10px;
  width: fit-content;
}
.uslugi-item-simple.uslugi-collapsible {
  position: relative;
}
.uslugi-item-simple.uslugi-collapsible .uslugi-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.uslugi-item-simple.uslugi-collapsible.is-open .uslugi-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.uslugi-item-simple.uslugi-collapsible.is-open .uslugi-title,
.uslugi-item-simple.uslugi-collapsible.is-open .uslugi-show-all-btn {
  display: none;
}
.uslugi-item.uslugi-item-simple.uslugi-collapsible.is-open {
  padding: 10px 0 0 45px;
  display: flex;
  align-items: center;
}
section.container .uslugi-wrap .uslugi-list {
  max-height: 80px;
}
.uslugi-wrap .uslugi-list {
	max-height: 150px;
	max-width: 340px;
}
.uslugi-wrap .uslugi-list::-webkit-scrollbar {
  width: 6px;
  background: black;
}
.uslugi-wrap .uslugi-list::-webkit-scrollbar-thumb {
  background: #CF3434;
  border-radius: 10px;
}
.uslugi-item-image img {
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mobile-show {
  display: none;
}
.uslugi-item-image {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0;
}
.uslugi-item.uslugi-item-simple.uslugi-collapsible.is-open li a {
  font-size: 16px;
  padding-bottom: 5px;
}
.main-page-slider__slide-text-block {
  position: absolute;
  bottom: 130px;
  left: 30px;
}
.main-page-slider__slide-text-block .main-slider_btn.button-buy {
  margin-left: 0;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  z-index: 100;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner {
    border: 0;
  }
}
@media (max-width: 1100px) {
  .main-page-slider__slide-title {
    font-size: 30px;
    line-height: 30px;
  }
  .main-page-slider__slide-text {
    font-size: 16px;
    line-height: 20px;
  }
  .main-page-slider__slide-text-block .main-slider_btn.button-buy {
    font-size: 16px;
    margin-top: 15px;
  }
  .main-page-slider-wrapper {
    margin-bottom: 0;
  }
  .main-second {
    padding: 45px 0 50px;
  }
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner {
    width: calc(100% - 60px);
  }
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev svg,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next svg,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev img,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .main-second__about-text-wrapper {
    gap: 80px;
  }
}
@media (min-width: 1001px) {
  .main-second__about-text-block {
    width: 420px;
    line-height: 26px !important;
  }
}
@media (max-width: 1024px) {
  .main-page-slider__slide-text {
    max-width: 540px;
  }
  .main-page-slider-wrapper .swiper-slide .main-page-slider__slide-text {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .main-second {
    background-size: 200%;
  }
  .main-second .title3 {
    font-size: 26px;
    line-height: 30px;
  }
  .main-second__about-text-block {
    flex: 50%;
  }
}
@media (max-width: 980px) {
  .uslugi-item {
    flex: 0 0 calc(50% - 31.4px);
    max-width: calc(50% - 31.4px);
    padding: 30px 0 0 30px;
  }
  .uslugi-item-image {
    flex: 0 0 calc(50% - 1.4px);
    max-width: calc(50% - 1.4px);
    padding: 0;
  }
  .mobile-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
  .uslugi-item3 {
    border: 0.7px solid #333;
  }
  .uslugi-item3,
  .uslugi-item-border {
    border-right: 0;
  }
  .uslugi-item-border.uslugi-item5 {
    border-bottom: 0.7px solid #333;
  }
  .uslugi-item-image1 {
    border-top-right-radius: 20px;
    overflow: hidden;
  }
  .uslugi-item-image2 {
    border-bottom-left-radius: 0;
  }
  .uslugi-item2 {
    border-top-right-radius: 0;
  }
  .uslugi-item4 {
    border-bottom-left-radius: 20px;
  }
  .main-second__about-more-block {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 768px) {
	section.container .uslugi-item.uslugi-item-simple.uslugi-item5.uslugi-collapsible.is-open {
		padding-top: 0;
	}
	section.container .uslugi-item.uslugi-item-simple.uslugi-item5.uslugi-collapsible.is-open .uslugi-list {
		min-height: 284px;
	}
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner {
    width: calc(100% - 20px);
    padding: 0 5px;
  }
  .main-page-slider-wrapper .swiper-bottom-section {
    height: 86px;
  }
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev svg,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next svg,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev img,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next img {
    height: 40px;
    width: 40px;
  }
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next,
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-prev {
    width: 40px;
  }
  .main-page-slider-wrapper .swiper-bottom-section .swiper-bottom-section__inner .swiper-navigation .swiper-button-next {
    margin-left: 10px;
  }
  .main-page-slider__slide-text {
    font-size: 16px;
    line-height: 21px;
    margin-left: 0;
    margin-top: 10px;
  }
  .main-page-slider__slide-diag-arrow {
    width: 40px;
    height: 40px;
    right: -48px;
    top: -22px;
  }
  .main-second__about-text-block {
    margin-bottom: 25px;
  }
  .main-second__about-text-block br {
    display: none;
  }
  .main-page-slider-wrapper .swiper-slide,
  .main-page-slider-wrapper .swiper .main-page-slider__slide-bg-img {
    max-height: 600px;
  }
}
@media (max-width: 759px) {
  .slider1-container .swiper-buttons .swiper-button-prev,
  .slider1-container .swiper-buttons .swiper-button-next {
    top: calc(100% + 20px) !important;
  }
}
@media (max-width: 680px) {
  .uslugi-item {
    flex: 0 0 calc(50% - 21.4px);
    max-width: calc(50% - 21.4px);
    padding: 40px 0 0 20px;
  }
  .uslugi-item-image {
    flex: 0 0 calc(50% - 1.4px);
    max-width: calc(50% - 1.4px);
    padding: 0;
  }
  .uslugi-item.uslugi-item-simple.uslugi-collapsible.is-open {
    padding-left: 20px;
  }
  section.container .uslugi-wrap .uslugi-item.uslugi-item-simple.uslugi-collapsible.is-open .uslugi-list {
    max-height: 100% !important;
    min-height: 298px;
  }
}
@media (max-width: 620px) {
  .main-second__about-text-block {
    width: 100%;
  }
  .main-second__about-text-wrapper {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .uslugi-wrap {
    margin-left: 10px;
  }
  .main-second__about-more-block {
    left: 8px;
  }
  .main-page-slider__slide-title {
    font-size: 26px;
    line-height: 26px;
  }
  .main-page-slider__slide-text {
    font-size: 14px;
    line-height: 18px;
  }
  .main-page-slider__slide-text-block .main-slider_btn.button-buy {
    font-size: 14px;
    margin-top: 10px;
  }
  .main-page-slider__slide-text-block {
    bottom: 80px;
  }
  .main__section-title {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main__section-title .link-arrow-hover {
    padding-left: 5px;
    margin-top: 10px;
  }
  .main__section-title .link-arrow-hover .link-arrow-hover--wrapper,
  .main__section-title .link-arrow-hover .link-arrow-hover--wrapper img {
    width: 38px;
    height: 38px;
  }
  .main-second {
    padding: 17px 0 50px;
  }
  .main-page-slider__slide-bg-img--mobile {
    display: unset;
  }
  .main-page-slider__slide-bg-img--desktop {
    display: none;
  }
  .main-page-slider__slide-diag-arrow {
    display: none;
  }
  .main-page__section-uslugi .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 532px) {
	.uslugi-wrap .link-arrow-hover--default {
		filter: invert(1);
	}
}
@media (max-width: 530px) {
  .uslugi-wrap {
    width: calc(100% - 20px);
    border-radius: 20px;
    overflow: hidden;
  }
  .uslugi-item1 {
    border-top-right-radius: 20px
  }
  .uslugi-item-image {
    display: none;
  }
  .uslugi-item {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    border: 0;
    padding: 40px 0 40px 20px;
    background-size: cover;
    position: relative;
    height: 340px;
  }
  .uslugi-item-simple::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .uslugi-item1 {
    background-image: url('/local/templates/gm/images/main-services/plast.jpeg');
  }
  .uslugi-item2 {
    background-image: url('/local/templates/gm/images/main-services/kosmo.jpeg');
  }
  .uslugi-item3 {
    background-image: url('/local/templates/gm/images/main-services/stoma.jpeg');
  }
  .uslugi-item4 {
    background-image: url('/local/templates/gm/images/main-services/lazer.jpeg');
  }
  .uslugi-item5 {
    background-image: url('/local/templates/gm/images/main-services/men.jpeg');
  }
  .uslugi-title, .uslugi-link {
    color: #fff;
    position: relative;
    z-index: 10;
  }
  .uslugi-show-all-btn {
    z-index: 10;
    color: #fff !important;
  }
  .uslugi-item-simple.uslugi-collapsible .uslugi-list {
    position: relative;
    z-index: 10;
  }
}
/* End */


/* Start:/local/templates/gm/styles/components/services.css?178229850114849*/
.services__content__ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.services__content__li {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 15px;
}
.text-content .services__content__li p {
  margin: 0;
}
.services__top-inner-shadow {
  box-shadow: 0px -200px 200px 0 rgba(34, 60, 80, 0.4) inset;
  width: 100%;
  position: relative;
}
.services__top {
  height: calc(100vh - 142px);
  width: 100%;
  display: flex;
  justify-content: center;
}
.services__top-inner {
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #000000;
}
.services__top-inner-container {
  position: absolute;
  top: 0;
  width: calc(100% - 140px);
  max-width: 1280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
  z-index: 2;
}
.services__top-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.services__top-bg-image--mobile {
  display: none;
}
.services__top-content {
  position: relative;
  top: 0;
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.services__top-content.have-subtitle .services__top-content-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 100px;
}
.services__top-content-title {
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  color: #000000;
  margin-bottom: 29px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column-reverse;
  max-width: 560px;
}
.services__top-content-subtitle {
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 57px;
}
.services__top-content-text {
  height: 150px;
  width: 100%;
}
.services__top-content.have-subtitle .services__top-content-text {
  position: absolute;
  bottom: 0;
}
.services__top-content-text span {
  color: #ffffff;
}
.services__top-content-text span:nth-child(1) {
  margin-right: 8px;
}
.services__top-content-text span:nth-child(2) {
  font-weight: 300;
}
.services__top-content-left {
  gap: 0 75px;
  flex-wrap: wrap;
  height: 49px;
  overflow: hidden;
}
.services__top-content-right {
  gap: 47px;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: flex-end !important;
  padding: 25px 45px;
  width: 100%;
}
.services__top.white .services__top-content-title,
.services__top.white .services__top-content-subtitle,
.services__top.full-black .services__top-content-title,
.services__top.full-black .services__top-content-subtitle,
.services__top.full-red .services__top-content-title,
.services__top.full-red .services__top-content-subtitle {
  color: #ffffff;
}
.video-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.services__top .services__top-content-text,
.services__top .services__top-content-text span {
  color: #000000;
}
.services__top.white .services__top-content-text,
.services__top.white .services__top-content-text span,
.services__top.full-black .services__top-content-text,
.services__top.full-black .services__top-content-text span,
.services__top.full-red .services__top-content-text,
.services__top.full-red .services__top-content-text span {
  color: #ffffff;
}
.services__top.full-black .services__top-inner {
  background-color: #000000;
}
.services__top.full-red .services__top-inner {
  background: linear-gradient(180deg, #CF3434 0%, #9F1011 100%);
}
.services__top.empty-doctors .services__top-inner {
  background: #EBEBEB;
}
.services__top.full-doctors .services__top-inner {
  background: rgb(210, 210, 210);
}
.services__top.white .services__sign-plus rect,
.services__top.full-black .services__sign-plus rect,
.services__top.full-red .services__sign-plus rect {
  fill: #ffffff;
}
.services__top.white .services__sign-plus circle,
.services__top.full-black .services__sign-plus circle,
.services__top.full-red .services__sign-plus circle {
  stroke: #ffffff;
}
.services__top.white img.services__sign-plus,
.services__top.full-black img.services__sign-plus,
.services__top.full-red img.services__sign-plus {
  filter: invert(1);
}
.services__top.white .services__sign-user circle,
.services__top.full-black .services__sign-user circle,
.services__top.full-red .services__sign-user circle {
  stroke: #ffffff;
}
.services__top.white .services__sign-user path,
.services__top.full-black .services__sign-user path,
.services__top.full-red .services__sign-user path {
  fill: #ffffff;
}
.services__top.white img.services__sign-user,
.services__top.full-black img.services__sign-user,
.services__top.full-red img.services__sign-user {
  filter: invert(1);
}
.services__top.white .services__sign-arrow circle,
.services__top.full-black .services__sign-arrow circle,
.services__top.full-red .services__sign-arrow circle {
  stroke: #ffffff;
}
.services__top.white .services__sign-arrow path,
.services__top.full-black .services__sign-arrow path,
.services__top.full-red .services__sign-arrow path {
  fill: #ffffff;
}
.services__top.white img.services__sign-arrow,
.services__top.full-black img.services__sign-arrow,
.services__top.full-red img.services__sign-arrow {
  filter: invert(1);
}
.services__top.white .services__sign-time path,
.services__top.full-black .services__sign-time path,
.services__top.full-red .services__sign-time path {
  fill: #ffffff;
}
.services__top.white img.services__sign-time,
.services__top.full-black img.services__sign-time,
.services__top.full-red img.services__sign-time {
  filter: invert(1);
}
.services__top.white .services__sign-checked path:nth-child(1),
.services__top.full-black .services__sign-checked path:nth-child(1),
.services__top.full-red .services__sign-checked path:nth-child(1) {
  fill: #ffffff;
}
.services__top.white .services__sign-checked path:nth-child(2),
.services__top.full-black .services__sign-checked path:nth-child(2),
.services__top.full-red .services__sign-checked path:nth-child(2) {
  stroke: #ffffff;
}
.services__top.white img.services__sign-checked,
.services__top.full-black img.services__sign-checked,
.services__top.full-red img.services__sign-checked {
  filter: invert(1);
}
.services__content-inner {
  position: absolute;
  width: 50%;
  z-index: 0;
}
.services__content-block-title {
  margin-bottom: 28px;
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.services__sign-arrow {
  cursor: pointer;
}
.services__accordion-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.services__accordion-grid .accordion-item {
  width: calc(33.333% - 15px);
}
.services__content .accordions__block-list {
  margin-top: 80px;
}
.swiper--doctors-top {
  width: 100%;
  height: 100% !important;
  padding-right: 15px !important;
}
.swiper--doctors-top .swiper-wrapper {
  height: 100% !important;
  padding-left: 15px;
}
.swiper--doctors-top .swiper-slide {
  height: 100% !important;
}
.swiper--doctors-top iframe {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16 / 9;
}
.swiper--doctors-top .swiper-navigation {
  position: absolute !important;
  width: calc(100% - 65px);
  top: calc(50% - 20px);
  margin-left: 30px;
  z-index: 10;
}
.swiper--doctors-top .slider1__navigation-right {
  width: 100%;
  justify-content: space-between;
}
.swiper--doctors-top .swiper-button-next,
.swiper--doctors-top .swiper-button-prev {
  width: 30px !important;
  height: 40px !important;
}
.swiper--doctors-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper--doctors-top .services__top-inner {
  box-shadow: none;
}
.informer {
  margin-block: 2rem;
  padding-inline-start: 20px;
  border-left: 3px solid;
  border-color: #CF3434;
  margin-left: 10px;
}
.informer,
.informer a {
  font-size: 16px !important;
  line-height: 1.25 !important;
}
.font-italic {
  font-style: italic;
}
.position--inner {
  top: 5% !important;
}
.section-banner img {
  border-radius: 10px;
}
.columns {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
}
.columns--image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px -18px rgb(0 0 0 / .32);
}
.procedure-steps,
.faq-section {
  margin: 40px 0;
}
.procedure-step {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 25px;
  background: white;
  border-left: 4px solid #CF3434;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.procedure-step__number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cf3434;
  color: #cf3434;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  border-radius: 50%;
  color: #fff !important;
}
.faq {
  padding-left: 10px;
  padding-right: 10px;
}
.faq-item {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.faq-question {
  padding: 15px 0;
  padding-right: 45px;
  background: white;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  list-style: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-question .accordion-title {
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.4px;
  color: #000000;
  word-break: break-word;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.faq-icon {
  position: absolute;
  right: 0;
  width: 44px;
}
.faq-answer {
  padding: 0 0 15px 0;
}
.faq-answer p {
  line-height: 1.2;
  color: #000;
  font-weight: 300;
}
.title--h2 {
  font-size: 28px !important;
  line-height: 32px !important;
  margin-block: 30px 15px !important;
}
.title--h3 {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 15px !important;
  margin-top: 30px !important
}
.advantage__item {
  padding: 25px 25px 10px;
  background: white;
  border-left: 4px solid #CF3434;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.advantage__item:not(:last-child) {
  margin-bottom: 15px;
}
.accordion--sertificates .accordion-content .slider-relative .swiper-buttons .swiper-button-next {
	right: -60px;
	z-index: 999;
}
.accordion--sertificates .accordion-content .slider-relative .swiper-buttons .swiper-button-prev {
	left: -60px;
	z-index: 999;
}

@media (max-width: 1300px) {
  .services__accordion-grid .accordion-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1100px) {
  .services__top {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 991px) {
  .services__top-content-right {
    padding: 25px 0;
  }
  .services__content-inner {
    position: relative;
    width: 100%;
  }
  .services__top-inner-container {
    width: calc(100% - 10px);
  }
  .services__top-content {
    padding-left: 10px;
  }
  .services__top-content-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    word-break: break-word;
    flex: 1 1 auto;
  }
  .services__top-content-title.title-color-white {
    color: white;
  }
  .services__top-content-text {
    display: flex;
    flex-direction: column;
    border-top: 0;
    height: auto;
    align-items: flex-start;
  }
  .services__top-content-text .text7 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.025em;
  }
  .services__top-content-text .title5 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-weight: 400 !important;
  }
  .services__top-content-left {
    gap: 82px;
    justify-content: flex-start;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 90px;
  }
  .services__top-content-left>*:nth-child(1) {
    padding-left: 5px;
  }
  .services__top-content-right>*:nth-child(1) {
    padding-left: 5px;
  }
  .services__top-content-left>div {
    flex-direction: column;
    gap: 15px;
  }
  .services__top-content-left>div>div {
    margin-left: 0;
  }
  .services__sign-arrow {
    padding-right: 10px;
  }
  .services__share-wrapper {
    display: none;
  }
  .services__top-content-right--have-price {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .services__top-bg-image--desktop {
    display: none;
  }
  .services__top-bg-image--mobile.services__top-doctors-image,
  .services__top-bg-image--mobile {
    display: unset;
    object-position: center;
  }
}
@media (max-width: 760px) {
  .services__accordion-grid {
    padding-right: 10px;
    margin-left: 10px;
  }
  .services__accordion-grid .accordion-item {
    width: 100%;
  }

  .services__top-content-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .services__content>.container {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

  .services__content .slider1-container .page-section-title__wrapper {
    padding-left: 0;
  }

  .slider1-container,
  .slider1-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
  }

  .slider1-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }
  .slider1-container--overflow {
    overflow: unset;
  }
  .slider1-container .page-section-title__wrapper {
    padding-left: 10px;
  }
  .slider1-container>* {
    padding-right: 0 !important;
  }
  .result-block .slider1-container .slider1 {
    padding-left: 0;
  }
  .slider1-container .slider1 {
    padding-left: 10px;
  }
  .slider1-mobile-padding-right .slider1 {
    padding-right: 10px;
  }
  .slider1-container .slider1 .slider1__navigation-right {
    padding-right: 10px;
  }
  .slider1-container .services__content-block-title,
  .slider1-mobile-padding {
    padding: 0 10px !important;
  }
  .slider1-container .swiper-navigation {
    padding-right: unset;
  }
  .services__content .accordions__block-list {
    margin-top: 50px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .services__content-block-title {
    flex-direction: column;
  }
  .services__top-inner {
    width: calc(100% - 10px);
  }
  .services__top-content.have-subtitle .services__top-content-text {
    display: none;
  }
  .services__top.full-doctors .services__top-content-text {
    display: none;
  }
  .services__top-content-right--have-price {
    justify-content: space-between !important;
  }
  .services__top-content.have-subtitle .services__top-content-title {
    font-size: 70px;
    line-height: 80px;
    max-width: unset;
    margin-bottom: 15px;
  }
  .services__top-content:not(.have-subtitle) .services__top-content-title {
    margin-bottom: 0;
    max-width: unset;
  }
  .services__top-content-subtitle {
    margin-bottom: 80px;
  }
}

/* End */


/* Start:/local/templates/gm/components/bitrix/system.pagenavigation/news/style.css?17773543503063*/
.site-questions {
  width: 100%
}

.site-questions-item {
  width: 100%;
  padding: 35px 30px;
  padding-right: 10px;
  border: 2px solid #8f7749;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.site-questions-item__info {
  width: calc(100% - 46px)
}

.site-questions-item__name {
  width: 100%;
  text-align: left;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff
}

.site-questions-item__text {
  display: none;
  margin-top: 10px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff
}

.site-questions-item__side {
  width: 36px;
  display: flex;
  align-items: center
}

.site-questions-item__close {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  padding: 10px
}

.site-questions-item__close-item {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8f7749;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s
}

.site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(90deg)
}

.site-questions-item__close-active .site-questions-item__close-item:last-child {
  transform: translate(-50%, -50%) rotate(0deg)
}

.site-questions__bottom {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-top: 50px; 
  margin-bottom: 50px;
}
@media (max-width: 1170px){
	.site-questions__bottom {
  		margin-bottom: 50px;
	}
}


.site-questions__bottom-arrow {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 3em;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-position: center;
  background-size: 25px;
  border: 1px solid !important;
  background-repeat: no-repeat;
}

.site-questions__bottom-arrow:not([href]) {
  filter: opacity(.25);
  border-color: #000;
}

.site-questions__bottom-arrow:first-child {
  transform: rotate(180deg)
}

.site-questions__bottom-center {
  display: flex;
  justify-content: center;
  align-items: center
}

.site-questions__bottom-item {
  border: 1px solid #000000 !important;
  width: 45px;
  height: 45px;
  border-radius: 3em;
  padding: 0 !important;
  align-content: center;
  text-align: center;
  font-family: 'Raleway', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #121211;
  margin-right: 15px;
  cursor: pointer
}

.site-questions__bottom-item:last-child {
  margin-right: 0
}

.site-questions__bottom .num-active {
    border: 2px solid #db0d28;
}
/* End */


/* Start:/local/templates/gm/components/bitrix/news.list/voprosy/style.css?17788424602224*/
#voprosy_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-page .voprosy__item {
    list-style: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: HelveticaNeueCyr, "Helvetica Neue";
    font-weight: 100;
    color: #000;
    text-rendering: optimizeSpeed;
    text-decoration: none;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    box-sizing: border-box;
    /* min-height: 490px; */
    /* max-height: 490px; */
    /* height: 490px; */
    display: block;
    padding: 38px 20px 32px;
    transition: all .3s ease;
    width: 100%;
}

.news-page .voprosy__item:hover{
    background-color: #CE3434;
}

.news-page .voprosy__item:hover * {
	color: white !important;
	stroke: white;
}


.news-page .voprosy__item .voprosy_item__text-wrapper .news_item__title {
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 0.4px;
    color: #000000;
    margin: 0;
}


.tabs_caption {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 20px;
}
.tabs_caption a {
  --border-color: #DEDEDE;
  --color: #000000;
  --bg-color: transparent;

    width: 100%;
    min-width: 100px;
    height: 50px;
    align-content: center;
    text-align: center;
    padding: 0 6px;
    font-weight: 300;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid;
    transition: border .4s, background-color .4s, color .3s;
  box-sizing: border-box;
  border-color: var(--border-color);
  color: var(--color);
  background: var(--bg-color);
  cursor: pointer;

}
.tabs_caption a.active{
    color: white;
    background-color: #cf3434;
    border: 1px solid #cf3434;
	pointer-events: none;
}

@media (hover: hover) {
  .tabs_caption a {
    transition: border-color 400ms ease,
                background 400ms ease,  
                color 400ms ease;
  }

  .tabs_caption a:hover {
    --border-color: #BD2727;
    --color: #ffffff;
    --bg-color: #BD2727;
  }
}

@media (max-width: 800px){
	.tabs_caption {
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/gm/styles/pages/vrachi.css?17811864802284*/
.doctor-sliders .doctor-sliders__item {
  margin-top: 90px;
  position: relative;
}
.doctor-sliders .doctor-sliders__item .slider1 {
  margin-bottom: -15px;
  padding-bottom: 15px;
  margin-top: -15px;
  padding-top: 15px;
}
.doctor__quoutes {
  margin-top: 57px;
  margin-bottom: 60px;
}
.doctor__urls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.doctor__urls-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor__info-paragraphs {
  margin-top: 58px;
}
.doctor__info-paragraphs .accordion-item .swiper {
  width: 100%;
}
.doctors-circle .circle-numbers,
.doctors-circle .circle-numbers .circle-numbers__circle {
  width: 210px;
  height: 210px;
}
.doctors-circle .circle-numbers .circle-numbers__title {
  margin-top: 66px;
  font-size: 54px;
  line-height: 60px;
}
.doctors-circle .circle-numbers__text {
  margin: 0;
  line-height: 14px;
}
@media (max-width: 768px) {
  .doctors-circle.circle-numbers__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 759px) {
  .doctor__page-wrapper.sticky-wrap .slider-relative .swiper-buttons .swiper-button-prev,
  .doctor__page-wrapper.sticky-wrap .slider-relative .swiper-buttons .swiper-button-next {
    top: calc(100% + 10px);
  }
  .doctor__page-wrapper .result-block .swiper-buttons .swiper-button-prev,
  .doctor__page-wrapper .result-block .swiper-buttons .swiper-button-next {
    top: calc(100% - 85px);
  }
  .doctor__page-wrapper .slider1 .swiper-navigation {
    margin-top: 50px;
  }
  .doctor__page-wrapper .result-block .swiper-buttons .swiper-button-prev {
    left: calc(50% - 20px);
  }
  .doctor__page-wrapper .result-block .swiper-buttons .swiper-button-next {
    right: calc(50% - 45px);
  }
}
@media (max-width: 576px) {
  .doctor-sliders .doctor-sliders__item {
    margin-top: 50px;
  }
  .doctor-sliders .doctor-sliders__item:nth-child(1) {
    margin-top: 20px;
  }
  .doctor__urls {
    flex-wrap: wrap;
    gap: 20px;
  }
  .doctor__urls-social {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .doctor__urls-social a {
    flex: 0 0 calc(50% - 5px);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .doctor__urls-modal {
    width: 100%;
  }
}
/* End */
/* /local/templates/gm/styles/pages/index.css?178343408414528 */
/* /local/templates/gm/styles/components/services.css?178229850114849 */
/* /local/templates/gm/components/bitrix/system.pagenavigation/news/style.css?17773543503063 */
/* /local/templates/gm/components/bitrix/news.list/voprosy/style.css?17788424602224 */
/* /local/templates/gm/styles/pages/vrachi.css?17811864802284 */
