/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Breadcrumbs/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.breadcrumbs {
  margin-top: 12.7rem;
  background-color: rgba(169, 207, 214, 0.1);
  padding: 1.2rem 0 1.5rem;
}
.breadcrumbs .container {
  display: flex;
  column-gap: 1.2rem;
  justify-content: center;
}
.breadcrumbs .container span:not(.chevron-right) {
  color: #2b6a76;
  text-align: center;
  font-family: "Euclid Galactic";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem; /* 183.333% */
  letter-spacing: -0.024rem;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.breadcrumbs .container span:not(.chevron-right):last-child {
  pointer-events: none;
}
.breadcrumbs .container span:not(.chevron-right) a {
  transition: all 0.3s var(--animationStyle);
  border-bottom: 1px solid transparent;
}
.breadcrumbs .container span:not(.chevron-right) a:hover {
  border-bottom: 1px solid #2b6a76;
}

@media screen and (max-width: 767.9px) {
  .breadcrumbs {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./app/[locale]/(routes)/branches/[slug]/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.branches__content {
  display: flex;
  padding-top: 5.4rem;
  padding-bottom: 8.8rem;
}
.branches__content > div:first-child {
  width: 25%;
}
.branches__content > div:first-child .branches__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  position: sticky;
  top: 2rem;
}
.branches__content > div:first-child .branches__list > a {
  height: 11.3rem;
  border-radius: 2.0886rem;
  background: #edf0f3;
  display: flex;
  padding-inline: 4rem 3.5rem;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s var(--animationStyle);
}
.branches__content > div:first-child .branches__list > a:hover {
  background: #bdd9de;
}
.branches__content > div:first-child .branches__list > a.active {
  background: #c4e0e5;
  pointer-events: none;
}
.branches__content > div:first-child .branches__list > a span {
  color: #034b59;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.4684rem;
  letter-spacing: -0.04rem;
  width: 70%;
}
.branches__content .branches_right {
  padding-top: 1.4rem;
  padding-right: 11rem;
  width: 75%;
  padding-left: 12rem;
}
.branches__content .branches_right > div > a {
  color: #2b6a76;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
  letter-spacing: -0.072rem;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  padding-left: 1.6rem;
  margin-bottom: 2rem;
}
.branches__content .branches_right .imgContainer {
  width: 100%;
  height: 40.3rem;
  border-radius: 2.8481rem;
  margin-bottom: 5.5rem;
}
.branches__content .branches_right .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branches__content .branches_right .doctors_slider .splide__track {
  padding-right: 8rem !important;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard {
  padding: 0.55rem 0.55rem 1.1rem;
  border-radius: 0.8rem;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard .doctorImg {
  border-radius: 0.6rem;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard .doctorContent span {
  font-size: 0.9rem;
  margin-bottom: 0.48rem;
  line-height: 1.5003rem;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard .doctorContent h4 {
  font-size: 1.63rem;
  margin-bottom: 1rem;
  line-height: 1.5003rem;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard .doctorContent p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.2275rem;
}
.branches__content .branches_right .doctors_slider .splide__track .doctorCard .doctorContent a {
  height: 3.2rem;
}
.branches__content .branches_right .branch_contact > div .contactInfo {
  padding-left: 1.6rem;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts {
  margin-bottom: 0;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts > a:nth-child(3),
.branches__content .branches_right .branch_contact > div .contactInfo .contacts div:nth-child(3) {
  margin-bottom: 0;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts > a > span:first-child,
.branches__content .branches_right .branch_contact > div .contactInfo .contacts div > span:first-child {
  border: 1px solid #dee7e8;
  width: 3.2rem;
  height: 3.2rem;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts > a > span:first-child img,
.branches__content .branches_right .branch_contact > div .contactInfo .contacts div > span:first-child img {
  width: 1.7455rem;
  height: 1.7455rem;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts > a > span:nth-child(2),
.branches__content .branches_right .branch_contact > div .contactInfo .contacts div > span:nth-child(2) {
  color: #273a3d;
  font-family: "Euclid Galactic";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 2.465rem */
  letter-spacing: -0.034rem;
}
.branches__content .branches_right .branch_contact > div .contactInfo .contacts > div > span:nth-child(2) {
  font-weight: 400;
}
.branches__content .branches_right .branch_contact > div .contactInfo .socials {
  display: none;
}

.about_branch ul {
  list-style: none !important;
}
.about_branch ul li {
  position: relative;
}
.about_branch ul li::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #c4968f;
}

.branch_services {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5rem;
  row-gap: 0.8rem;
}
.branch_services > a {
  border-radius: 3rem;
  border: 1px solid #ece8ef;
  mix-blend-mode: multiply;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3.6rem 2.5rem;
  width: 43%;
  transition: all 0.4s var(--animationStyle);
  color: rgba(7, 45, 90, 0.9);
  font-family: "Euclid Galactic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: -0.048rem;
}

@media screen and (max-width: 767.9px) {
  .branches__content {
    padding-top: 2rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
  .branches__content > div:first-child {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .branches__content > div:first-child .branches__list {
    position: static;
  }
  .branches__content > div:first-child .branches__list > a {
    height: 6.4rem;
    padding-inline: 2.5rem;
  }
  .branches__content > div:first-child .branches__list > a span {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .branches__content .branches_right {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .branches__content .branches_right > div > a {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .branches__content .branches_right .imgContainer {
    height: 20rem;
    margin-bottom: 3rem;
  }
  .branches__content .branches_right .doctorCard {
    padding: 0.55rem 0.55rem 1.1rem;
  }
  .branches__content .branches_right .doctorCard .doctorContent h4 {
    font-size: 1.4rem;
    line-height: 1.5003rem;
  }
  .branches__content .branches_right .doctorCard .doctorContent p {
    font-size: 0.9rem;
    line-height: 1.2275rem;
  }
  .branches__content .branch_contact > div .contactInfo {
    padding-left: 0;
  }
  .branches__content .branch_contact > div .contactInfo .contacts {
    margin-bottom: 0 !important;
  }
  .branches__content .branch_contact > div .contactInfo .contacts > a:nth-child(3),
  .branches__content .branch_contact > div .contactInfo .contacts div:nth-child(3) {
    margin-bottom: 0 !important;
  }
  .branches__content .branch_contact > div .contactInfo .contacts > a > span:first-child,
  .branches__content .branch_contact > div .contactInfo .contacts div > span:first-child {
    width: 2.5rem;
    height: 2.5rem;
  }
  .branches__content .branch_contact > div .contactInfo .contacts > a > span:first-child img,
  .branches__content .branch_contact > div .contactInfo .contacts div > span:first-child img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .branches__content .branch_contact > div .contactInfo .contacts > a > span:nth-child(2),
  .branches__content .branch_contact > div .contactInfo .contacts div > span:nth-child(2) {
    font-size: 1.4rem !important;
  }
  .branches__content .about_branch ul li::before {
    left: -1.5rem !important;
  }
  .branches__content .branch_services > a {
    width: calc(50% - 2.5rem);
  }
  .branches_right .doctorCard {
    padding: 0.55rem 0.55rem 1.1rem;
  }
  .branches_right .doctorCard .doctorContent h4 {
    font-size: 1.4rem;
    line-height: 1.5003rem;
  }
  .branches_right .doctorCard .doctorContent p {
    font-size: 0.9rem;
    line-height: 1.2275rem;
  }
}
