

/* Start:/local/templates/gm/styles/components/result-block.css?17773548716159*/
.result-block__settings {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.result-block__body-parts {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.result-block__body-parts-item {
  width: 100%;
  height: 50px;
  position: relative;
}

.result-block__body-parts input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.result-block__body-parts input:checked~label {
  background-color: #CF3434;
  border: 1px solid #CF3434;
  color: #ffffff;
}

.result-block__body-parts input:checked~label span {
  color: inherit;
  font-weight: inherit;
}

.result-block__body-parts label {
  width: 100%;
  height: 100%;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  background-color: transparent;
  transition: border .4s ease, background-color .4s ease, color .3s ease;
}

.result-block__body-parts label span {
  font-weight: inherit;
}

.result-block__body-parts--auto-size {
  gap: 9px;
}

.result-block__body-parts--auto-size .result-block__body-parts-item {
  flex: auto;
  width: unset;
}

.result-block__body-parts--auto-size .result-block__body-parts-item:nth-child(1) {
  width: min-content;
}

.result-block__body-parts--auto-size .result-block__body-parts-item label {
  white-space: nowrap;
  padding: 0 17px;
}

.result-block__path-title {
  margin-bottom: 13px;
  margin-top: 37px;
}

.result-block__path-title a {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}

.result-block__selects {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 400px;
}

.result-block__selects .dropdown {
  width: 100%;
}

.result-block__inner {
  margin-top: 25px;
}

.result-block__body-parts {
  flex: 100%;
}

.result-block__selects {
  flex: 100%;
}

/* modifications */
.result-block__settings--doctors .result-block__body-parts {
  flex: 75%;
}

.result-block__settings--doctors .result-block__selects {
  flex: 24%;
}

.result-block__settings--doctors div[data-dropdown-name='select-specializationMobile'] {
  display: none;
}

.result-block__settings--doctor .result-block__body-parts {
  flex: 55%
}

.result-block__settings--doctor .result-block__selects {
  flex: 24%
}
.result-block__inner {
  position: relative;
}
.slider__buttons {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
.slider1 .swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-prev,
.slider1 .swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-next {
  position: absolute;
  top: calc(50% - 40px);
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
}
.slider1 .swiper-buttons .swiper-button-prev svg,
.swiper-buttons .swiper-button-prev svg,
.slider1 .swiper-buttons .swiper-button-next svg,
.swiper-buttons .swiper-button-next svg {
  width: 40px;
  height: 40px;
}
.slider-relative .swiper-button-lock {
  display: none!important;
}
.result-block .swiper-buttons .swiper-button-prev {
  left: -60px;
}
.result-block .swiper-buttons .swiper-button-next {
  right: -60px;
}

@media (max-width: 1400px) {
  .result-block__settings--doctors .result-block__body-parts--auto-size {
    flex-wrap: wrap;
  }
}

@media (max-width: 1250px) {
  .result-block__settings {
    flex-wrap: wrap;
    gap: 12px;
  }
  .result-block__selects {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .slider1 .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-prev {
    left: 10px;
  }
  .sticky-wrap .slider1 .swiper-buttons .swiper-button-next, .sticky-wrap .swiper-buttons .swiper-button-next,
  .slider1 .swiper-buttons .swiper-button-next,
  .swiper-buttons .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 759px) {
  .result-block__path-title {
    margin-top: 50px;
  }
  .slider1 .swiper-buttons .swiper-button-prev svg,
  .swiper-buttons .swiper-button-prev svg,
  .slider1 .swiper-buttons .swiper-button-next svg,
  .swiper-buttons .swiper-button-next svg {
    width: 30px;
    height: 30px;
  }
  .sticky-wrap .slider1-container .result-block .swiper-buttons .swiper-button-prev,
  .sticky-wrap .slider1-container .result-block .swiper-buttons .swiper-button-next,
  .slider1 .result-block .swiper-buttons .swiper-button-prev,
  .result-block .swiper-buttons .swiper-button-prev,
  .slider1 .result-block .swiper-buttons .swiper-button-next,
  .result-block .swiper-buttons .swiper-button-next {
    top: calc(100% - 80px);
  }
  .result-block .swiper-buttons .swiper-button-prev,
  .sticky-wrap .slider1-container .swiper-buttons .swiper-button-prev,
  .slider1 .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-prev {
    left: calc(50% - 20px);
  }
  .result-block .swiper-buttons .swiper-button-next,
  .sticky-wrap .slider1-container .swiper-buttons .swiper-button-next,
  .slider1 .swiper-buttons .swiper-button-next,
  .swiper-buttons .swiper-button-next {
    right: calc(50% - 45px);
  }
  .slider__buttons {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .result-block__selects {
    flex-wrap: wrap;
    gap: 14px;
    flex: 100% !important;
  }

  .result-block .swiper-navigation .swiper-button-next {
    margin-right: 0;
  }

  .result-block__settings--doctors div[data-dropdown-name='select-specializationMobile'] {
    display: block;
  }

  .result-block__settings--doctors .result-block__body-parts {
    display: none;
  }

  .result-block__settings--doctor .result-block__body-parts {
    flex-wrap: wrap;
  }

  .result-block__settings--doctor .result-block__body-parts-item {
    flex: 49%;
  }

  .result-block__body-parts {
    gap: 5px;
  }

  .result-block__body-parts-item {
    height: 36px;
  }

  .result-block__settings {
    gap: 14px;
  }

  .result-block__path-title a {
    display: block;
    min-height: 64px;
  }

  .result-block .breadcrumbs {
    display: block;
    min-height: 40px;
  }

  .services__top {
    height: calc(60vh - 76px) !important;
  }
}
/* End */


/* Start:/local/templates/gm/styles/pages/ceny.css?17773548731046*/
.prices__page-wrapper .prices__items {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prices__low-text {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.prices__low-link {
  word-wrap: break-word;
  color: #cf3433;
}
.prices__low-link:hover {
  color: #000;
}

@media (max-width: 576px) {
  .prices__page-wrapper .prices__items {
    padding-top: 40px;
  }

  .prices__page-wrapper .prices__items .accordion-item {
    padding: 0;
  }

  .prices__page-wrapper .prices__items .accordion-item .accordion-head {
    padding: 22px 8px 19px 15px;
    align-items: center;
    min-height: 82px;
    box-sizing: border-box;
  }

  .prices__page-wrapper .prices__items .accordion-item .accordion-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    flex-basis: calc(100% - 55px);
  }

  .prices__page-wrapper .prices__items .accordion-item .accordion-head svg {
    min-width: 40px;
    position: absolute;
    top: 21px;
    right: 15px;
    transform: unset;
  }
}

/* End */


/* Start:/local/templates/gm/styles/components/services.css?177809306314780*/
.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;
  box-shadow: 0px -6px 60px rgba(0, 0, 0, 0.12);
}

.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__content-inner {
  position: absolute;
  width: 50%;
  z-index: 0;
}

.services__top-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services__top-bg-image--mobile {
  display: none;
}

.services__top-breadcrumbs {
  position: relative;
  margin-top: 37px;
}

.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: 132px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

.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-block-title {
  margin-bottom: 28px;
  word-break: break-word;
}

.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;
  width: 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;
}

@media (max-width: 1300px) {
  .services__accordion-grid .accordion-item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 1100px) {
  .services__top {
    height: calc(100vh - 76px);
  }
}

@media (max-width: 991px) {
  .services__content-inner {
    position: relative;
    width: 100%;
  }

  .services__top-inner-container {
    width: calc(100% - 10px);
  }

  .services__top-content-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    word-break: break-word;
    flex: 1 1 auto;
    padding-left: 5px;
  }

  .services__top-content-title.title-color-white {
    color: white;
  }

  .services__top-content-text {
    display: flex;
    flex-direction: column;
    border-top: 0;
    height: auto;
  }

  .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 {
    width: 100%;
    gap: unset;
    justify-content: flex-end;
    align-items: flex-end !important;
    margin-bottom: 45px;
  }

  .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: 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;
  }

  .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__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;
  }

  .services__top-inner-container {
    width: calc(100% - 20px);
    gap: 38px;
  }
}

@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;
  }
}

.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-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.faq-question {
  padding: 20px 25px;
  padding-right: 60px;
  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: 25px;
  width: 44px;
}

.faq-answer {
  padding: 35px 25px 15px 25px;
  background: #f8f9fa;
}

.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;
}

.text-content section {
  margin-block: 60px !important
}

.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;
}


/* End */
/* /local/templates/gm/styles/components/result-block.css?17773548716159 */
/* /local/templates/gm/styles/pages/ceny.css?17773548731046 */
/* /local/templates/gm/styles/components/services.css?177809306314780 */
