
.modal_window[data-v-42d99868]{
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999999;

  right: 0;
  bottom: 0;
  position: fixed;
  left: 0;
}
.modal_window_city[data-v-42d99868]{
  padding: 30px 40px 60px 40px;
  width: 780px;
  min-height: 480px;
  background: #FFFFFF;
  border-radius: 10px;
}
.close[data-v-42d99868]{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  height: 20px;
}
.close[data-v-42d99868]:hover{
  cursor: pointer;
}


*[data-v-75905363] {
  font-family: TT Norms;
}
.block-white[data-v-75905363] {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
}
.core_container[data-v-75905363] {
  display: flex;
  margin-top: 32px;
  max-width: 1184px;
  flex-direction: column;
  gap: 60px;
}
.services_content[data-v-75905363] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px
}
.about-service_title[data-v-75905363] {
  color: rgb(19, 46, 107);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.about-service_primary-title[data-v-75905363] {
  color: rgb(19, 46, 107);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}
.about-service_secondary-title[data-v-75905363] {
  color: rgb(19, 46, 107);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.section_container[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.doctor-section[data-v-75905363] {
  display: flex;
  gap: 30px;
}
.doctor_avatar[data-v-75905363] {
  display: flex;
  justify-items: center;
  max-width: 163px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 89px;
  background: rgb(247, 247, 249);
}
.doctor_job-title[data-v-75905363] {
  color: rgb(92, 104, 132);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctor_about[data-v-75905363] {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor_info-wrapper[data-v-75905363] {
  display: flex;
  flex-direction: column;
}
.doctor_name[data-v-75905363] {
  color: rgb(32, 38, 52);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctor_job-title[data-v-75905363] {
  color: rgb(92, 104, 132);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.doctor_description[data-v-75905363] {
  padding-left: 20px;
  border-left: 2px solid rgb(159, 174, 182);
}
.diagnostic-lines_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.diagnostic-lines_items-wrapper[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.diagnostic-lines_items[data-v-75905363] {
  display: grid;
  gap: 20px;
&[data-v-75905363]:nth-child(2n+1) {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
.diagnostic-lines_item[data-v-75905363] {
      grid-template-areas:
        'A A'
        'B B'
        'C C';
.diagnostic-lines_item_image[data-v-75905363] {
        max-width: 314px;
}
}
}
&[data-v-75905363]:nth-child(2n) {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
.diagnostic-lines_item[data-v-75905363] {
      grid-template-areas:
        'A C'
        'B C';
      grid-template-rows: max-content 1fr;
      grid-auto-columns: 2fr 3fr;
.diagnostic-lines_item_image[data-v-75905363] {
        max-width: 290px;
        min-width: 180px;
}
}
}
}
.diagnostic-lines_item[data-v-75905363] {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  background: rgb(247, 247, 249);
  overflow: hidden;
}
.diagnostic-lines_item_number[data-v-75905363] {
  grid-area: A;
  color: rgb(32, 38, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.diagnostic-lines_item_title[data-v-75905363] {
  grid-area: B;
  color: rgb(19, 46, 107);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.diagnostic-lines_item_image[data-v-75905363] {
  grid-area: C;
  display: flex;
  justify-items: center;
  object-fit: cover;
  aspect-ratio: 16 / 12;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgb(247, 247, 249);
}
.diagnostics-or-examination_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.diagnostics-or-examination_description[data-v-75905363] {
  color: rgb(32, 38, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.examination-include_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.examination-include_head[data-v-75905363] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.examination-include_container[data-v-75905363] {
  display: grid;
  grid-template-columns: 288px 1fr;
}
.examination-include_select-wrapper[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.examination-include_count[data-v-75905363] {
  max-width: 288px;
  display: flex;
  justify-content: flex-end;
  padding: 8px 10px;
  color: rgb(159, 174, 182);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.examination-include_current[data-v-75905363] {
  color: rgb(159, 174, 182);
}
.examination-include_total[data-v-75905363] {
  color: black;
}
.examination-include_select[data-v-75905363] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 266px;
  gap: 4px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(151, 153, 166) rgb(233, 232, 238);
}
.examination-include_select_option[data-v-75905363] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  color: rgb(92, 104, 132);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
&[data-v-75905363]:after {
    display: block;
    content: '';
    height: 32px;
}
&.active[data-v-75905363] {
    color: rgb(19, 46, 107);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
&[data-v-75905363]:before {
      display: block;
      content: '';
      max-width: 6px;
      width: 100%;
      height: 7px;
      background-image: url("data:image/svg+xml,%3Csvg width='6.000000' height='6.927734' viewBox='0 0 6 6.92773' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Polygon 1' d='M6 3.46L0 0L0 6.92L6 3.46Z' fill='%23132E6B' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
}
&[data-v-75905363]:hover {
    color: rgb(19, 46, 107);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
}
.examination-include_select_which[data-v-75905363] {
  display: flex;
  justify-content: space-between;
}
.examination-include_which_description[data-v-75905363] {
  display: flex;
  margin: auto;
  max-width: 324px;
  width: 100%;
  padding: 20px;
  color: rgb(43, 44, 46);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.examination-include_which_img[data-v-75905363] {
  display: flex;
  justify-content: center;
  margin: auto 0;
  max-width: 392px;
  min-width: 280px;
  width: 100%;
  aspect-ratio: 18 / 12;
  object-fit: cover;
  border-radius: 12px;
  background: rgb(247, 247, 249);
}
.preparation_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.preparation_container[data-v-75905363] {
  display: flex;
  gap: 30px;
  padding: 20px;
  border-radius: 12px;
  background: rgb(247, 247, 249);
}
.preparation_avatar[data-v-75905363] {
  display: flex;
  justify-items: center;
  max-width: 187px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: rgb(247, 247, 249);
}
.preparation_information[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.preparation_description[data-v-75905363] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.preparation_contraindicated_items[data-v-75905363] {
  display: flex;
  gap: 14px;
}
.preparation_contraindicated_item[data-v-75905363] {
  display: flex;
  gap: 8px;
}
.preparation_contraindicated_icon[data-v-75905363] {
  aspect-ratio: 1 / 1;
  max-width: 24px;
  border-radius: 50%;
}
.preparation_contraindicated_title[data-v-75905363] {
  color: rgb(32, 38, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.what-is-necessary_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 10px;
  background: rgb(242, 246, 248);
}
.what-is-necessary_description[data-v-75905363] {
  color: rgb(32, 38, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.expert_opinion_section[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.expert_opinion_title[data-v-75905363] {
  color: rgb(19, 46, 107);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.expert_opinion_container[data-v-75905363] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.expert_opinion_avatar[data-v-75905363] {
  display: flex;
  align-self: self-start;
  justify-items: center;
  object-fit: unset;
  max-width: 170px;
  width: 100%;
  border-radius: 10px;
  background: rgb(247, 247, 249);
}
.expert_opinion_information[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.expert_opinion_name[data-v-75905363] {
  color: rgb(32, 38, 52);
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.expert_opinion_job-title[data-v-75905363] {
  color: rgb(90, 169, 212);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.expert_opinion_description[data-v-75905363] {
  color: rgb(32, 38, 52);
  max-width: 714px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.person-with-cataracts[data-v-75905363] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.person-with-cataracts_content[data-v-75905363] {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.person-with-cataracts_mention-wrapper[data-v-75905363] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
}
.person-with-cataracts_mention[data-v-75905363] {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Background-1);
  color: var(--Main);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.person-with-cataracts_image[data-v-75905363] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  background: lightgray 50% / cover no-repeat;
}
.before[data-v-75905363] {
  z-index: 1;
}
.person-with-cataracts_after-wrapper[data-v-75905363] {
  position: absolute;
  z-index: 3;
  filter: blur(6px);
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.after[data-v-75905363] {
  position: relative;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.person-with-cataracts_icon-arrows[data-v-75905363] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
&[data-v-75905363]:before {
    display: block;
    content: '';
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='32' viewBox='0 0 64 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='64' height='32' rx='16' fill='white'/%3E%3Cpath d='M20.2929 9.29289C20.6834 8.90237 21.3164 8.90237 21.707 9.29289C22.0975 9.68342 22.0975 10.3164 21.707 10.707L16.414 15.9999L21.707 21.2929C22.0975 21.6834 22.0975 22.3164 21.707 22.707C21.3164 23.0975 20.6834 23.0975 20.2929 22.707L14.2929 16.707C13.9024 16.3164 13.9024 15.6834 14.2929 15.2929L20.2929 9.29289Z' fill='%23132E6B'/%3E%3Cpath d='M42.2929 9.29289C42.6834 8.90237 43.3164 8.90237 43.707 9.29289L49.707 15.2929C50.0975 15.6834 50.0975 16.3164 49.707 16.707L43.707 22.707C43.3164 23.0975 42.6834 23.0975 42.2929 22.707C41.9024 22.3164 41.9024 21.6834 42.2929 21.2929L47.5859 15.9999L42.2929 10.707C41.9024 10.3164 41.9024 9.68342 42.2929 9.29289Z' fill='%23132E6B'/%3E%3C/svg%3E%0A");
}
}
.person-with-cataracts_icon-dividing-line[data-v-75905363] {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: white;
  cursor: ew-resize;
  z-index: 5;
  user-select: none;
  transition: background-color 0.3s;
}
.preparation-operation[data-v-75905363] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.preparation-operation_title-wrapper[data-v-75905363] {
  display: flex;
  max-width: 381px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.preparation-operation_items[data-v-75905363] {
  display: flex;
  width: 100%;
  max-width: 682px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.preparation-operation_item[data-v-75905363] {
  display: flex;
  width: 100%;
  padding: 32px;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid var(--M-gray);
  background: var(--White);
}
.preparation-operation_item_title-wrapper[data-v-75905363] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.preparation-operation_item_number[data-v-75905363] {
  color: var(--Hover);
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
}
.treatment-options[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.treatment-options_head[data-v-75905363] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.treatment-options_btn-wrapper[data-v-75905363] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.treatment-options_swiper[data-v-75905363] {
  max-width: 1184px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: var(--Background-1);
}
.treatment-options_item[data-v-75905363] {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
}
.treatment-options_item_content[data-v-75905363] {
  display: grid;
  grid-template-columns: 1.6fr 1.6fr 1fr;
  gap: 20px;
  min-height: 407px;
}
.treatment-options_item_mentions_item[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 30px;
  border-radius: 20px;
  background: var(--White, #FFF);
}
.treatment-options_item_img[data-v-75905363] {
  max-width: 281px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: lightgray 50% / cover no-repeat;
  object-fit: cover;
}
.intra-ocular-lenses[data-v-75905363] {
  display: grid;
  grid-template-columns: 280px minmax(480px, 836px);
  padding: 24px;
  gap: 20px;
  border-radius: 20px;
  background: var(--Primary);
}
.intra-ocular-lenses_title-wrapper[data-v-75905363] {
  display: flex;
  gap: 20px;
  max-width: 280px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-self: self-start;
}
.intra-ocular-lenses_title[data-v-75905363] {
  color: var(--White);
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
}
.intra-ocular-lenses_btn-wrapper[data-v-75905363] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.intra-ocular-lenses_swiper[data-v-75905363] {
  max-width: 836px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intra-ocular-lenses_item[data-v-75905363] {
  display: flex;
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: var(--White);
  flex-direction: column;
  gap: 20px;
}
.ourExperience_content[data-v-75905363] {
  padding: 40px 48px;
  border-radius: 20px;
  border: 1px solid var(--Primary);
  background: var(--M-back);
}
.symptoms-of-cataract[data-v-75905363] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  background: #F2F6F8;
  padding: 30px;
}
@media (max-width: 991px) {
.diagnostic-lines_items[data-v-75905363] {
    display: flex;
    flex-wrap: wrap;
.diagnostic-lines_item[data-v-75905363] {
      width: 100%;
      grid-template-areas:
        'A A'
        'B B'
        'C C' !important;
}
}
.btn_secondary[data-v-75905363] {
    height: max-content;
}
.examination-include_head[data-v-75905363] {
    flex-wrap: wrap;
}
.examination-include_container[data-v-75905363] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.examination-include_select_which[data-v-75905363] {
    flex-direction: column-reverse;
    gap: 20px;
.examination-include_which_description[data-v-75905363], img[data-v-75905363] {
      padding: 0;
      max-width: 100%;
}
}
.preparation_container[data-v-75905363],
  .doctor-section[data-v-75905363] {
    flex-wrap: wrap;
}
.preparation-operation[data-v-75905363] {
    flex-wrap: wrap;
    gap: 20px;
.preparation-operation_item_title-wrapper[data-v-75905363] {
.about-service_title[data-v-75905363] {
        font-size: 16px;
        line-height: normal;
}
}
}
.intra-ocular-lenses[data-v-75905363] {
    display: flex;
    flex-direction: column;
.intra-ocular-lenses_title-wrapper[data-v-75905363] {
      max-width: 100%;
      width: 100%;
      flex-direction: row;
}
}
.swiper-slide[data-v-75905363] {
    height: unset;
    gap: 2px;
}
.treatment-options_head[data-v-75905363] {
    padding: 0 20px;
}
.treatment-options_item_content[data-v-75905363] {
    display: flex;
    flex-wrap: wrap-reverse;
}
.person-with-cataracts[data-v-75905363] {
.about-service_title[data-v-75905363] {
      padding: 0 20px;
}
}
.services_content[data-v-75905363] {
    padding: 0 20px;
}
}



@media (max-width: 991px) {
.expert_opinion_container {
    flex-wrap: wrap;
}
}


h1[data-v-3c628cb0] {
  font-size: 32px;
}
.youtube_modal[data-v-3c628cb0] {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.youtube_modal--active[data-v-3c628cb0] {
  display: block;
}
.youtube_modal_inner[data-v-3c628cb0] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 850px;
  height: 450px;

  background: #fff;
  border-radius: 10px;
}
@media (max-width: 500px) {
.youtube_modal_inner[data-v-3c628cb0] {
    width: 100%;
}
}
.services_slider_info[data-v-3c628cb0] {
  width: 760px;
}
.special_div[data-v-3c628cb0] {
  margin-left: 120px;
  overflow: hidden;
  height: 460px;
  display: flex;
  width: 800px
}
.hide_about[data-v-3c628cb0] {
  margin-left: -800px !important;
}
.show_about[data-v-3c628cb0] {
  margin-left: 0px !important;
}
.mdl_inpt[data-v-3c628cb0] {
  padding: 15px 16px;
  width: 291px;
  height: 50px;
  background: #F7F7F9;
  border-radius: 10px;
}
.modal_area[data-v-3c628cb0] {
  max-width: 645px;
  width: 100%;
  height: 215px;
  resize: none;
  background: #F7F7F9;
  border-radius: 10px;
  padding: 15px 16px;
  gap: 10px;
}
.questions_mobile[data-v-3c628cb0] {
  display: flex;
}
.hide_achive_mobile[data-v-3c628cb0] {
  margin-left: -515px !important;
  transition: margin-left 0.4s;
}
.show_active_mobile[data-v-3c628cb0] {
  margin-left: 0px !important;
  transition: margin-left 0.4s;
}
.active_pagination_item[data-v-3c628cb0] {
  width: 8px !important;
  height: 8px !important;
  background: #5C6884 !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.doc_img[data-v-3c628cb0] {
  width: 300px;
  height: 390px
}
.diagnost[data-v-3c628cb0] {
  padding: 29px 33px;
  max-width: 1184px;
  width: 100%;
  min-height: 442px;
  background: #FFFFFF;
  border-radius: 12px;
  word-break: break-word;
  display: flex;
  gap: 30px;
}
.diagnost_header_image[data-v-3c628cb0] {
  width: 100%;
  min-width: 100px;
  object-fit: contain;
}
.cry[data-v-3c628cb0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 600px;
  width: 100%;
  min-height: 130px;
}
.korobka[data-v-3c628cb0] {
  height: 68px;
  width: 68px;
  /* background: #E5ECF0; */
  border-radius: 9px;
  margin-right: 15px;
  /*  border: 1px solid #E5ECF0;*/
  background-size: cover;
  background-position: center;
  padding: 10px;
}
.cry_div[data-v-3c628cb0] {
  display: flex;
  align-items: center;
  color: #2583CE;
}
.cry_inner[data-v-3c628cb0] {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.zapis[data-v-3c628cb0] {
  width: 390px;
  height: 442px;
  background: #E5ECF0;
  border-radius: 12px;
  margin-left: 42px;
  padding: 30px;
}
.services[data-v-3c628cb0] {
  max-width: 1184px;
  width: 100%;
  min-height: 53px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 18px;
  padding: 4px 17px 4px 7px;
  display: flex;
  align-items: center;
}
.services_link[data-v-3c628cb0] {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-right: 19px;
  user-select: none;
  font-size: var(--ltitle);
}
.services_link[data-v-3c628cb0]:hover {
  cursor: pointer;
  background: #E5ECF0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show_more[data-v-3c628cb0] {
  height: 50px;
  width: 230px;
  border-radius: 12px;
  color: #FFFFFF;
  background: #5AA9D4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  user-select: none;
}
.show_more[data-v-3c628cb0]:hover {
  cursor: pointer;
  color: #202634;
  background: #E5ECF0;
}
.link_active[data-v-3c628cb0] {
  color: #FFFFFF;
  background: var(--contrastLight);
  user-select: none;
}
.link_active[data-v-3c628cb0]:hover {
  color: #202634;
  background: #E5ECF0;
  user-select: none;
}
.services_content[data-v-3c628cb0] {
  margin-top: 32px;
  min-height: 500px;
  max-width: 1184px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px 30px 80px 30px;
}
.services_input[data-v-3c628cb0] {
  height: 50px;
  max-width: 1184px;
  width: 100%;
  border-radius: 12px;
  background: #FFFFFF;
  padding-left: 45px;
}
.services_input[data-v-3c628cb0]::placeholder {
  color: #5C6884;
}
.services_offer[data-v-3c628cb0] {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  column-gap: 60px;
}
.offer[data-v-3c628cb0] {
  min-height: 171px;
  width: 100%;
  min-width: 400px;
  border-radius: 12px;
  background: #F2F6F8;
  border: solid 1px #E5ECF0;
  padding: 20px 34px 23px 32px;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  gap: 16px;
&[data-v-3c628cb0]:hover {
    border: solid 1px var(--alternative);
}
}
.offer_content[data-v-3c628cb0] {
  font-size: 14px;
}
.offer_title[data-v-3c628cb0] {
  margin: 0;
  font-size: 26px;
}
.offer_btn[data-v-3c628cb0] {
  max-width: max-content;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: right;
}
.services_mobile[data-v-3c628cb0] {
  display: none;
}
.prices[data-v-3c628cb0] {
  display: flex;
  padding-top: 45px;
  flex-direction: column;
}
.price_header[data-v-3c628cb0] {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(92, 104, 132, 0.05);
}
.price_header_item[data-v-3c628cb0] {
  text-transform: uppercase;
  color: var(--updater);
  font-size: var(--footeritem);
  font-weight: 700
}
.price_bottom_item[data-v-3c628cb0] {
  display: flex;
}
.price_bottom_item[data-v-3c628cb0]:nth-child(even) {
  background: #F2F6F8;
}
.doctor[data-v-3c628cb0] {
  margin-top: 36px;
  display: flex;
  width: 1177px;
  height: 457px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px 0px 40px 30px;
}
.doc_desc[data-v-3c628cb0] {
  margin-left: 25px;
}
.gen_dir[data-v-3c628cb0] {
  margin-top: 24px;
  height: 106px;
  width: 108px;
  border-radius: 100px;
}
.doc_rewiev[data-v-3c628cb0] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1189px;
  background: #FFFFFF;
  margin-top: 4px;
  border-radius: 8px;
  height: 430px;
}
.ask_question[data-v-3c628cb0] {
  width: 390px;
  height: 383px;
  background: #E5ECF0;
  border-radius: 12px;
  margin-left: 42px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 54px 70px 50px
}
.service-tecnical-slider-inner[data-v-3c628cb0] {
  display: flex;
  align-items: center;
  position: relative;

  width: 990px;

  overflow: hidden;
}
.service-tecnical-slider-item[data-v-3c628cb0] {
  width: 760px;
  height: 360px;

  flex-shrink: 0;

  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 10px 20px;
  transition: all .2s;
  /* transform: translateX(200px); */
}
.slider-arrow[data-v-3c628cb0] {
  position: absolute;
  left: 100px;
  pointer-events: all;
  cursor: pointer;
  z-index: 1000;
  top: 150px
}
.slider-arrow--right[data-v-3c628cb0] {
  left: 910px;
}
.mrgnRight[data-v-3c628cb0] {
  margin-right: 0px !important;
}
.services-online-registration[data-v-3c628cb0] {
  margin-top: 20px;
  background: var(--White);
  max-width: 1184px;
  border-radius: 12px;
  padding: 30px;
}
.online-registration_service_items[data-v-3c628cb0] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 20px;
}
.online-registration_service_item[data-v-3c628cb0] {
  padding: 28px;
  background: #F7F7F9;
  border-radius: 20px;
  outline: 1px #F1F1F2 solid;
  outline-offset: -1px;
  gap: 28px;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
}
.online-registration_service_item_head[data-v-3c628cb0] {
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.online-registration_service_item_title[data-v-3c628cb0] {
  color: #2583CE;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
.online-registration_service_item_key-wrapper[data-v-3c628cb0] {
  gap: 12px;
  display: flex;
span[data-v-3c628cb0] {
    white-space: nowrap;
}
}
.online-registration_service_item_key[data-v-3c628cb0] {
  flex-direction: column;
  align-items: center;
  gap: 2px;
  display: flex;
  text-align: center;
  color: #202634;
  font-size: 16px;
  font-weight: 500;
span[data-v-3c628cb0] {
    color: #5C6884;
    font-size: 14px;
    font-weight: 400;
}
}
.online-registration_service_item_name[data-v-3c628cb0] {
  color: #202634;
  font-size: 16px;
  font-weight: 500;
}
.online-registration_item_body[data-v-3c628cb0] {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.online-registration_service_item_description[data-v-3c628cb0],
.online-registration_service_item_address[data-v-3c628cb0] {
  color: #5C6884;
  font-size: 16px;
  font-weight: 400;
span[data-v-3c628cb0] {
    font-weight: 500;
    line-height: 20px;
}
}
.online-registration_service_item_footer[data-v-3c628cb0] {
  flex-direction: column;
  gap: 28px;
  display: flex;
}
.online-registration_service_item_price[data-v-3c628cb0] {
  align-items: center;
  gap: 12px;
  display: flex;
  color: #202634;
  font-size: 16px;
  font-weight: 400;
span[data-v-3c628cb0] {
    color: #2583CE;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}
}
@media (max-width: 991px) {
.online-registration_service_items[data-v-3c628cb0] {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.online-registration_service_item[data-v-3c628cb0] {
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
}
.online-registration_service_item_key[data-v-3c628cb0] {
span[data-v-3c628cb0] {
      white-space: nowrap;
}
}
.online-registration_service_item_name[data-v-3c628cb0],
  .online-registration_service_item_description[data-v-3c628cb0] {
    font-size: 14px;
}
.services[data-v-3c628cb0] {
    display: none;
}
.mobile_links[data-v-3c628cb0] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services_mobile[data-v-3c628cb0] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 55px;
    background: none;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
}
.services_link_mobile[data-v-3c628cb0] {
    width: 159px;
    height: 40px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_mobile[data-v-3c628cb0] {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.diagnost[data-v-3c628cb0] {
    flex-wrap: wrap-reverse;
}
.cry[data-v-3c628cb0] {
    display: flex;
    flex-wrap: wrap;
}
}
@media (max-width: 420px) {
.services_slider_info[data-v-3c628cb0] {
    width: 350px;
    word-wrap: break-word;
}
.special_div[data-v-3c628cb0] {
    margin-left: unset !important;
    height: unset !important;
}
.doc_rewiev[data-v-3c628cb0] {
    padding: 10px;
}
.doc_rewiev > div[data-v-3c628cb0] {
    width: unset !important;
}
.mobile_head[data-v-3c628cb0] {
    padding-left: 20px;
}
.mdl_inpt[data-v-3c628cb0] {
    height: 40px !important;
    width: 360px !important;
    margin-bottom: 5px;
}
.modal_area[data-v-3c628cb0] {
    height: 120px !important;
}
.dis_subtitle[data-v-3c628cb0] {
    max-width: 330px !important;
}
.link_active[data-v-3c628cb0]:hover {
    color: #FFFFFF !important;
    background: var(--contrastLight) !important;
    user-select: none;
}
.ask_question[data-v-3c628cb0] {
    margin-top: 15px !important;
    margin-left: 0 !important;
    width: 385px !important;
}
.questions_mobile[data-v-3c628cb0] {
    flex-direction: column;
}
.reviews_mobile_desease[data-v-3c628cb0] {
    flex-direction: column;
    align-items: center;
}
.review_item_footer[data-v-3c628cb0] {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.review_body_item[data-v-3c628cb0] {
    margin: 15px 0 0 0 !important;
    width: 326px !important;
    max-height: 523px !important;
    padding-bottom: 20px !important;
}
.circle_container[data-v-3c628cb0] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 40px;
}
.circle[data-v-3c628cb0] {
    width: 6px;
    height: 6px;
    background: #D4E3EB;
    border-radius: 50%;
    margin-right: 6px;
}
.service-tecnical-slider-item[data-v-3c628cb0] {
    transform: translateX(0px) !important;
}
.special_slider[data-v-3c628cb0] {
    transform: translateX(0px) !important;
}
.special_slider[data-v-3c628cb0] {
    margin-right: 150px !important;
}
.service-tecnical-slider-inner[data-v-3c628cb0]::-webkit-scrollbar {
    display: none;
}
.service-tecnical-slider-item[data-v-3c628cb0] {
    height: 220px !important;
    width: 325px !important;
    border-radius: 12px;
}
.slider-arrow[data-v-3c628cb0] {
    display: none !important;
}
.doc_dolznost[data-v-3c628cb0] {
    display: none !important;
}
.doc_text[data-v-3c628cb0] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
}
.doc_desc[data-v-3c628cb0] {
    margin-left: 0px !important;
}
.doc_description[data-v-3c628cb0] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
}
.doc_name[data-v-3c628cb0] {
    display: none;
}
.doc_name_only_mobile[data-v-3c628cb0] {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 120px;
    margin: 0 !important;
    max-height: 75px;
    padding-left: 15px;
}
.doc_obertka[data-v-3c628cb0] {
    height: 170px;
}
.doctor[data-v-3c628cb0] {
    width: 325px !important;
    height: 430px !important;
    flex-wrap: wrap;
    margin-top: 15px !important;
}
.doc_img[data-v-3c628cb0] {
    width: 150px !important;
    height: 160px !important;
}
.doctors[data-v-3c628cb0] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services_input[data-v-3c628cb0] {
    width: 390px !important;
}
.prices_mobile_item[data-v-3c628cb0] {
    margin-top: 25px;
    border-bottom: 2px solid rgba(92, 104, 132, 0.05);
}
.price_mb_text[data-v-3c628cb0] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202634;
    margin-top: 6px;
}
.price_mb_h[data-v-3c628cb0] {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #5C6884;
}
.prices_mobile_item[data-v-3c628cb0] {
    display: flex;
    flex-direction: column;
}
.prices_mobile_price[data-v-3c628cb0] {
    height: 50px;
}
.prices_mobile_item_content[data-v-3c628cb0] {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.prices_mobile_item_header[data-v-3c628cb0] {
    width: 325px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202634;
}
.prices_mobile[data-v-3c628cb0] {
    margin-top: 25px;
}
.prices[data-v-3c628cb0] {
    display: none !important;
}
.services_content[data-v-3c628cb0] {
    width: 100%;
}
.services_offer[data-v-3c628cb0] {
    display: flex;
    gap: 20px;
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
    overflow-y: auto;
}
.offer[data-v-3c628cb0] {
    min-width: initial;
&[data-v-3c628cb0]:first-child {
      margin-left: 40px;
}
&[data-v-3c628cb0]:last-child {
      margin-right: 40px;
}
}
.services_offer[data-v-3c628cb0]::-webkit-scrollbar {
    display: none;
}
.offer_btn[data-v-3c628cb0] {
    max-width: 100%;
}
.doc_rewiev[data-v-3c628cb0] {
    width: 390px !important;
    padding-bottom: 70px;
    height: unset !important;
}
.doc_rewiev h2[data-v-3c628cb0],
  .doc_rewiev span[data-v-3c628cb0] {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width: 295px;
}
.doc_rewiev span[data-v-3c628cb0] {
    width: 295px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #9FAEB6;
}
.gen_dir[data-v-3c628cb0] {
    margin-top: 24px;
    height: 106px !important;
    width: 108px !important;
    border-radius: 100px;
}
.doc_rewiev > h5[data-v-3c628cb0] {
    width: 250px;
}
.doc_rewiev div[data-v-3c628cb0] {

    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.doc_rewiev div[data-v-3c628cb0]:first-child {
    margin-top: 30px !important;
}
.mobile_service_content[data-v-3c628cb0] {
    width: 390px;
}
.mobile_true[data-v-3c628cb0] {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    /* identical to box height */

    letter-spacing: -0.02em;
    margin-right: 71px;
}
.content[data-v-3c628cb0] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.mobile_form[data-v-3c628cb0] {
    width: 390px;
}
.main_screen_desc[data-v-3c628cb0] {
    margin-left: 0px;
    order: 1;
}
.mobile_false[data-v-3c628cb0] {
    display: none;
}
.mobile_content[data-v-3c628cb0] {
    flex-direction: column;
}
.diagnost[data-v-3c628cb0] {
    flex-wrap: wrap-reverse;
    order: 2;
    margin-top: 30px;
    min-height: 560px;
}
.cry[data-v-3c628cb0] {
    flex-direction: column;
    height: unset;
    margin-top: 35px;
}
.cry_inner[data-v-3c628cb0] {
    margin-bottom: 30px;
}
}
@media (min-width: 425px) {
.circle_container[data-v-3c628cb0] {
    display: none;
}
.doc_name_only_mobile[data-v-3c628cb0] {
    display: none;
}
.prices_mobile[data-v-3c628cb0] {
    display: none;
}
.mobile_true[data-v-3c628cb0] {
    display: none;
}
}
@media (max-width: 375px) {
.mobile_form[data-v-3c628cb0] {
    width: 375px;
}
.mobile_content[data-v-3c628cb0] {
    align-items: center;
}
.mobile_true[data-v-3c628cb0] {
    margin-right: 30px;
}
.services_input[data-v-3c628cb0] {
    width: 375px;
    margin-left: 7px;
}
}

