@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #2E2E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input {
  border: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea,
input,
button:focus {
  outline: none;
}

button {
  font-size: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  border: none;
  resize: none;
}

.container {
  margin: 0 auto;
  width: 1180px;
}

.logo {
  display: flex;
}

.logo svg path:nth-child(2) {
  stroke: #317BE9;
}

.logo svg {
  display: block;
}

.first-title {
  line-height: 1.25em;
  font-size: 48px;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.second-title {
  font-size: 32px;
}

.fourth-title {
  font-size: 24px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75em 1em;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.btn_primary {
  background-color: #317BE9;
  color: #fff;
}

.btn_primary:hover {
  background-color: #1457ba;
}

.btn_secondary {
  background-color: #2E2E2E;
  color: #fff;
}

.btn_secondary:hover {
  background-color: #080808;
}

.padding-top {
  padding-top: 88px;
}

.padding-top-68 {
  padding-top: 68px;
}

.padding-bottom-68 {
  padding-bottom: 68px;
}

.padding-bottom {
  padding-bottom: 88px;
}

.column:last-child {
  padding-right: 0 !important;
}

.burger {
  position: absolute;
  top: -900px;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: top .4s ease;
  transition: top .4s ease;
  text-align: center;
}

.burger.active {
  display: block;
}

.burger__body {
  border-top: 1px solid #EAEAEA;
  padding: 20px 0 24px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.burger__btn {
  margin: 1em auto;
  margin-top: 28px;
  width: 135px;
}

.burger__item:not(:last-child) {
  margin-bottom: 13px;
}

.bread {
  padding: 28px 0 36px;
  color: #6D6D6D;
  font-size: 16px;
}

.bread__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread__link {
  display: block;
  position: relative;
}

.bread__link::before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #317BE9;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.bread__link:hover::before {
  opacity: 1;
}

.bread__link:last-child {
  pointer-events: none;
  font-weight: 600;
}

.bread img {
  display: block;
  margin: 0 10px;
}

.form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 24px;
  width: 100%;
}

.form__textarea {
  height: 130px;
}

.form__box:not(:last-of-type) {
  margin-bottom: 12px;
}

.form__input {
  padding: 7px 20px 8px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #C0C0C0;
  border-radius: 8px;
  width: 100%;
}

.form__input::-webkit-input-placeholder {
  color: #6D6D6D;
}

.form__input:-ms-input-placeholder {
  color: #6D6D6D;
}

.form__input::-ms-input-placeholder {
  color: #6D6D6D;
}

.form__input::placeholder {
  color: #6D6D6D;
}

.form__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

.form__btn {
  margin-top: 24px;
  width: 100%;
  padding: 10px 0;
}

.covid {
  position: relative;
  z-index: 101;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: margin-top .2s ease;
  transition: margin-top .2s ease;
}

.covid__close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.covid__close img {
  display: block;
}

.header {
  position: relative;
  z-index: 101;
  padding: 25px 0 25px;
  background-color: #fff;
  border-bottom: 1px solid #EAEAEA;
}

.header__logo {
  margin-right: 30px;
}

.header.active .header__burger {
  background: url("../img/close.svg") no-repeat center center/contain;
}

.header__burger {
  margin-top: 12px;
  width: 31px;
  height: 23px;
  margin-right: 30px;
  background: url("../img/burger.svg") no-repeat center center/cover;
  display: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.header__box {
  margin-left: auto;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-btn {
  width: fit-content;
  margin: 1em auto;
}

.header-menu__item {
  text-align: center;
}

.header-menu__item:not(:last-child) {
  margin-right: 25px;
}

.header-menu__link {
  padding: 7px 0;
  position: relative;
  -webkit-transition: font-weight .2s ease;
  transition: font-weight .2s ease;
  font-size: 16px;
}

.header-menu__link::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #317BE9;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.header-menu__link.active {
  font-weight: 700;
}

.header-menu__link.active::before {
  opacity: 1;
}

.header-menu__link:hover::before {
  opacity: 1;
}

.home {
  background-color: #F8F8F8;
}

.home__title {
  margin-bottom: 60px;
}

.home__title-2 {
  display: none;
}

.home__text {
  max-width: 490px;
  font-size: 16px;
}

.home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__img {
  width: 150%;
  height: 608px;
  overflow: hidden;
}

.home__img-2 {
  display: none;
}

.home__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.care__title {
  margin-bottom: 50px;
}

.care__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.care__subtitle {
  margin-bottom: 8px;
}

.care__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 222px;
  line-height: 1.3;
}

.care__step {
  margin-bottom: 12px;
}

.care__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  margin-bottom: 16px;
}

.care__img svg {
  display: block;
}

.care__img svg path {
  fill: #317BE9;
}

.service__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  -webkit-transition: background-color .2s ease, color .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, color .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
  transition: box-shadow .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
  transition: box-shadow .2s ease, background-color .2s ease, color .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
}

.service__item:hover {
  background-color: #317BE9;
  color: #fff;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.service__item:hover .service__img::before {
  background: #fff;
}

.service__item:hover .service__img svg .path-3 {
  fill: #fff;
  stroke: #317BE9;
}

.service__item:hover .service__img svg path {
  fill: #317BE9;
  stroke: #fff;
}

.service__text {
  margin-top: 4px;
  line-height: 1.3;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service__img {
  position: relative;
  margin-bottom: 60px;
}

.service__img::before {
  position: absolute;
  content: '';
  background: #2E2E2E;
  border-radius: 2px;
  width: 39px;
  height: 4px;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.service__img svg {
  display: block;
}

.service__img img {
  width: 110px;
  height: 80px;
}

.service__img svg .path-3 {
  fill: #317BE9;
}

.service__img svg path {
  -webkit-transition: fill .2s ease, stroke .2s ease;
  transition: fill .2s ease, stroke .2s ease;
  stroke: #317BE9;
}

.service-need {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-need__btn {
  width: 227px;
  padding: 20px 0;
}

.stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  padding: 29px 28px 32px;
  color: #fff;
  border-radius: 10px;
}

.stats__text {
  font-size: 24px;
  font-weight: 500;
}

.stats__item {
  padding: 0 43px;
}

.stats__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.stats__item:last-child {
  padding-right: 0 !important;
}

.stats__item:first-child {
  padding-left: 0 !important;
}

.doctor {
  background-color: #F8F8F8;
}

.doctor__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.doctor__btn {
  width: 180px;
}

.doctor__title {
  margin-bottom: 0px !important;
}

.doctor-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 24px 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 1em;
}

.doctor-list__img {
  width: 180px;
  height: 180px;
  border-radius: 1.5em;
  margin-bottom: 24px;
}

.doctor-list__img img {
  border-radius: 1.5em;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.doctor-list__name {
  margin-bottom: 9px;
  font-weight: 800;
  text-align: center;
}

.doctor-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid #F8F8F8;
}

.doctor-list__tag {
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #F8F8F8;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.25em;
}

.doctor-list__tag:nth-child(odd) {
  background-color: rgba(49, 123, 233, 0.1);
}


.doctor-list__info {
  line-height: 1.3;
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}

.about {
  position: relative;
}

.about .container {
  overflow: hidden;
}

.about__img {
  width: 488px;
  height: 468px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__img-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  display: none;
}

.about__img-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__blur {
  width: 850px;
  height: 650px;
  position: absolute;
  top: 0;
  left: -300px;
  overflow: hidden;
}

.about__blur svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about__blur svg g circle {
  fill: #317BE9;
}

.about__inner {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__box {
  width: 585px;
  line-height: 1.4;
}

.say .container {
  overflow: hidden;
}

.say__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.say__blur {
  width: 850px;
  height: 650px;
  position: absolute;
  bottom: -170px;
  right: -500px;
  overflow: hidden;
}

.say__blur svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.say__blur svg g circle {
  fill: #317BE9;
}

.say__title {
  margin-bottom: 24px;
}

.say__box {
  width: 585px;
}

.say__img {
  position: relative;
  z-index: 10;
  width: 487px;
  height: 472px;
  border-radius: 10px;
  overflow: hidden;
}

.say__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.say__img-2 {
  display: none;
}

.saySlider__group {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.saySlider__box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saySlider__info {
  font-size: 24px;
}

.saySlider__name {
  color: #317BE9;
  font-weight: 700;
}

.saySlider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 50%;
  background-color: #F8F8F8;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.saySlider__arrow:hover {
  background-color: #dfdfdf;
}

.saySlider__arrow::after {
  display: none;
}

.saySlider__arrow img {
  display: block;
}

.saySlider__next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 12px;
}

.saySlider__quote {
  margin-left: 38px;
}

.saySlider__quote svg {
  display: block;
}

.saySlider__quote svg path {
  fill: #317BE9;
}

.que {
  background-color: #000;
  color: #fff;
}

.que__title {
  margin-bottom: 12px;
}

.que__text {
  margin-bottom: 28px;
}

.que-acc__item {
  overflow: hidden;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

.que-acc__item:not(:last-child) {
  margin-bottom: 23px;
}

.que-acc__text {
  margin-top: 23px;
}

.que-acc__btn {
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
  padding-right: 1.5em;
}

.que-acc__btn.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.que-acc__btn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  height: 24px;
  width: 16px;
  background: url("../img/acc-arrow.svg") no-repeat center center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.footer {
  margin-top: auto;
  background-color: #F8F8F8;
  padding-top: 35px;
}

.footer__inner {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-right {
  text-align: center;
  border-top: 1px solid #EAEAEA;
  padding: 14px 0 12px;
  font-size: 16px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.footer-logo__text {
  margin-left: 16px;
}

/* Some clinics use footer__powered to hide the powered by text. */
.footer__powered { 
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border-bottom .2s ease;
  transition: border-bottom .2s ease;
}

.footer__powered:hover {
  border-bottom: 1px solid #000;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 5px;
}

.footer-info__item:not(:last-child) {
  margin-bottom: 5px;
}

.footer-info__link {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border-bottom .2s ease;
  transition: border-bottom .2s ease;
}

.footer-info__link:hover {
  border-bottom: 1px solid #000;
}

.footer-social__btn {
  margin-bottom: 16px;
}

.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social__item:not(:first-child) {
  margin-left: 16px;
}

.footer-social__link {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.footer-social__link:hover {
  opacity: .7;
}

.footer-social__link img {
  display: block;
}

.sign__title {
  text-align: center;
  margin-bottom: 32px;
}

.sign__inner {
  width: 390px;
  margin: 0 auto;
}

.sign__text {
  text-align: center;
  margin-bottom: 36px;
}

.ann__title {
  margin-bottom: 40px;
}

.ann__link {
  display: block;
  padding: 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.ann__link:hover {
  background-color: #EBEBEB;
}

.ann__item:not(:last-of-type) {
  margin-bottom: 24px;
}

.ann__text {
  font-size: 16px;
}

.ann__date {
  font-size: 16px;
  color: #6D6D6D;
  margin: 12px 0;
}

.article__title {
  margin-bottom: 12px;
}

.article__name {
  margin-right: 16px;
  display: inline-block;
}

.article__info {
  font-size: 16px;
  color: #6D6D6D;
  margin-bottom: 24px;
}

.article__other {
  margin-bottom: 24px;
}

.article__img {
  height: 356px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.article__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__text {
  line-height: 1.5em;
}

.article__inner {
  font-size: 16px;
}

.article__inner div:not(:last-child) {
  margin-bottom: 16px;
}

.article__subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.5em;
}

.article__item {
  padding-left: 21px;
  position: relative;
}

.article__item:not(:last-child) {
  margin-bottom: 10px;
}

.article__item::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #2E2E2E;
}

.our-doctor__title {
  margin-bottom: 40px;
  line-height: 1.27em;
}

.choose__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.choose__grid_loc {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.choose__grid_loc .choose__img {
  max-width: 200px;
}

.choose__grid-1, .choose__grid-2 {
  display: none;
}

.choose__grid-1.active, .choose__grid-2.active {
  display: -ms-grid;
  display: grid;
}

.choose__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 30px 24px;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  cursor: pointer;
}

.choose__img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.choose__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.choose__subtitle {
  text-align: center;
  line-height: 1.56em;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #F3F3F7;
}

.choose__tag {
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 8px;
}

.choose__tag:not(:last-child) {
  margin-right: 4px;
}

.choose__tag:nth-child(1) {
  background-color: rgba(49, 123, 233, 0.1);
}

.choose__tag:nth-child(2) {
  background-color: #F8F8F8;
}

.choose__tag:nth-child(3) {
  background-color: rgba(46, 46, 46, 0.1);
}

.choose__avail {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}

.choose__description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}

.choose__title {
  margin-bottom: 40px;
}

.choose__btn {
  margin-top: auto;
  width: 100%;
}

.choose-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(46, 46, 46, 0);
}

.choose-tab__title {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 6px;
  font-weight: 600;
}

.choose-tab.active {
  border: 1px solid #2E2E2E;
}

.choose-tab__img {
  margin-right: 25px;
  height: 100%;
  background: #2E2E2E;
  padding: 14px 14px 0 15px;
}

.choose-tab__img svg,
.choose-tab__img img {
  height: 51px;
  width: 51px;
  display: block;
}

.sched {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.sched__title {
  line-height: 1.31em;
  font-size: 36px;
  margin-bottom: 32px;
}

.sched__btn {
  padding: 20px;
  width: 253px;
}

.location__wrapper {
  overflow: hidden;
}

.location__inner {
  position: relative;
  height: 428px;
  background: url("../img/map.png") no-repeat center center/cover;
}

.location__inner .container,
.location__inner .columns {
  height: 100%;
}

.location__content {
  position: relative;
}

.location__book {
  position: absolute;
  top: 110px;
  left: 150px;
}

.location__book svg {
  display: block;
}

.location__book svg path {
  fill: #317BE9;
}

.location-clinic {
  position: relative;
  width: 256px;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.location-clinic::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  z-index: -1;
  bottom: -10px;
  left: 120px;
  background: #FFFFFF;
  -webkit-transform: matrix(0.71, -0.8, 0.62, 0.71, 0, 0);
          transform: matrix(0.71, -0.8, 0.62, 0.71, 0, 0);
}

.location-clinic__text {
  line-height: 1.31em;
  margin: 12px 0 8px;
}

.location-clinic__btn {
  width: 100%;
}

.location-acc__content {
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

.location-acc__list {
  margin-top: 52px;
}

.location-acc__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location-acc__group {
  margin-right: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-acc__group a:nth-child(1) {
  margin-right: 8px;
  width: 112px;
}

.location-acc__group a:nth-child(2) {
  margin-right: 24px;
  width: 208px;
}

.location-acc__arrow {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.location-acc__arrow img {
  display: block;
}

.location-acc__btn {
  position: relative;
  z-index: 5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0 !important;
  margin-bottom: 0;
}

.location-acc__btn.active .location-acc__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.location-acc__item {
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

.location-acc__item.active .location-acc__content {
  opacity: 1;
}

.location-acc__item:not(:last-child) {
  margin-bottom: 24px;
}

.contact__subtitle {
  margin-bottom: 20px;
}

.contact__book {
  top: 126px;
  left: 134px;
  position: absolute;
}

.contact__book svg {
  display: block;
}

.contact__map {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.contact__map img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact__inner {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.contact__box {
  margin-top: 24px;
  border-top: 1px solid #E5E5E5;
  padding: 24px 0 20px;
}

.contact__text {
  margin-bottom: 28px;
}

.contact__info span {
  font-weight: 600;
}

.contact__info:not(:last-child) {
  margin-bottom: 12px;
}

.contact-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-socials__item:not(:last-child) {
  margin-right: 16px;
}

.contact-socials__link img {
  display: block;
}

.contact-content {
  display: none;
}

.contact-content.active {
  display: block;
}

.contact-content__form {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-content__form button {
  margin-top: 15px;
}

.contact-content_1, .contact-content_4 {
  margin-top: 24px;
}

.contact-content_2, .contact-content_3 {
  border-top: 1px solid #E5E5E5;
  margin-top: 16px;
  padding-top: 18px;
}

.contact-content__link {
  padding: 20px 0;
  width: 312px;
}

.contact-content__text {
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
}

.contact-content__text span {
  font-weight: 700;
}

.contact-content__text a {
  font-weight: 600;
  color: #317BE9;
  text-decoration: underline;
}

.contact-drop {
  margin-top: 16px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-drop.active .contact-drop__btn::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact-drop.active .contact-drop__list {
  opacity: 1;
  visibility: visible;
}

.contact-drop__btn {
  color: #6D6D6D;
  width: 312px;
  text-align: left;
  position: relative;
  padding: 8px 20px;
  border: 1px solid #C0C0C0;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.contact-drop__btn::before {
  top: 16px;
  right: 15px;
  position: absolute;
  content: '';
  width: 14px;
  height: 7px;
  background: url("/static/img/clinic-landing/arrow-contact.svg") no-repeat center center/100%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.contact-drop__list {
  opacity: 0;
  visibility: hidden;
  padding: 8px 20px;
  position: absolute;
  margin-top: 8px;
  border: 1px solid #C0C0C0;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

.contact-drop__link {
  width: 100%;
  text-align: left;
  line-height: 2.25em;
  font-weight: 400;
  font-size: 16px;
  color: #6D6D6D;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.doctor-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 30px;
}

.contact-drop__link:hover {
  color: #2E2E2E;
}

@media (max-width: 1280px) {
  .container {
    width: 920px;
  }
  .choose__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .header__logo {
    margin-right: 20px;
  }
  .header-menu__item:not(:last-child) {
    margin-right: 17px;
  }
  .header-menu {
    display: none;
  }
  .header__btn {
    white-space: nowrap;
  }
  .header__btn:nth-child(2) {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .doctor-list__item {
    padding: 20px;
  }
  .doctor-list__tag {
    padding: 4px 10px;
  }
  .doctor-list__tag:not(:first-of-type) {
    margin-left: 10px;
  }
  .about__box {
    width: 400px;
  }
  .say__box {
    width: 480px;
  }
  .say__img {
    width: 400px;
  }
}

@media (max-width: 960px) {
  .container {
    width: 800px;
  }
  .article__inner {
    margin-bottom: 28px;
  }
  .choose-tab {
    margin-bottom: 20px;
  }
  .choose-tab__wrapper .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home__img {
    height: 450px;
  }
  .footer__inner {
    margin-bottom: 20px;
  }
  .about__img {
    display: none;
  }
  .about__img-2 {
    display: block;
    height: 450px;
    margin-bottom: 30px;
  }
  .about__box {
    margin: 0 auto;
    width: 80%;
  }
  .service__img {
    margin-bottom: 40px;
  }
  .service__img::before {
    bottom: -20px;
  }
  .location-acc__btn {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
  }
  .location-acc__group {
    margin-top: 15px;
  }
  .location-acc .choose-tab__img {
    border-radius: 10px;
    padding: 14px;
  }
  .say__box {
    width: 640px;
    margin: 0 auto;
  }
  .say__img {
    display: none;
  }
  .say__img-2 {
    display: block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .say__img-2 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home__title {
    margin-bottom: 30px;
  }
  .header {
    padding: 12px 0;
  }
}

@media (max-width: 840px) {
  .container {
    width: 560px;
  }
  .header .container {
    width: 100%;
  }
  .sign__text {
    margin-bottom: 20px;
  }
  .first-title {
    line-height: 1.25em;
    font-size: 32px;
    margin-bottom: 25px;
    text-align: center;
  }
  .second-title {
    font-size: 24px;
  }
  .fourth-title {
    font-size: 18px;
  }
  .padding-top {
    padding-top: 68px;
  }
  .padding-top-68 {
    padding-top: 48px;
  }
  .padding-bottom-68 {
    padding-bottom: 48px;
  }
  .padding-bottom {
    padding-bottom: 68px;
  }
  .stats__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stats__item {
    padding: 0;
    border-right: 0 !important;
  }
  .stats__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  .home__inner {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__title {
    display: none;
    margin-bottom: 7px;
  }
  .home__title-2 {
    display: block;
  }
  .home__img {
    display: none;
  }
  .home__img-2 {
    display: block;
    margin-top: 24px;
    height: 450px;
  }
  .home__img-2 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doctor-list .column {
    padding-left: 0;
  }
  .doctor-list .column:nth-child(2) {
    margin-top: 30px;
  }
  .say__box {
    width: 100%;
  }
  .about__box {
    width: 100%;
  }
  .care__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .care__item {
    width: 50%;
  }
  .care__item:nth-child(1), .care__item:nth-child(2) {
    margin-bottom: 20px;
  }
  .que-acc__btn {
    padding-right: 30px;
    text-align: left;
  }
  .service__item {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .service__item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .service-scroll {
    margin-top: 20px;
    width: 100%;
    height: 6;
    position: relative;
  }
  .service-scroll .swiper-scrollbar-drag {
    height: 6px;
  }
  .service-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .serviceSlider__wrapper {
    padding-right: 0;
    -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
  }
  .covid__close {
    top: 20px;
    right: 14px;
  }
  .choose__grid {
    gap: 20px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }

  .doctor-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  .contact div:last-child .column {
    padding-left: 0;
    padding-right: 0;
  }
  .contact div:last-child .column:last-child {
    margin-top: 20px;
  }
  .contact__map {
    height: 300px;
  }
  .contact__map img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact__book {
    top: 90px;
    left: 30%;
  }
  .contact__book svg {
    width: 24px;
    height: 36px;
  }

  .footer-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo__text {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .header__btn:nth-child(1) {
    /* display: none; */
  }
}

@media (max-width: 600px) {
  .container {
    width: 440px;
  }
  .article__info {
    display: none;
  }
  .article__img {
    height: 250px;
  }
  .ann__link {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .service-wrap {
    min-width: 100%;
  }
  .bread {
    padding-bottom: 0;
    padding-top: 26px;
  }
  .bread .container {
    display: none;
  }
  .about__img-2,
  .say__img-2 {
    height: 280px;
    margin-bottom: 15px;
  }
  .saySlider__box {
    margin-top: 15px;
  }
  .saySlider_group {
    margin-top: 10px;
  }
  .service-need {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-need__title {
    margin-bottom: 15px;
  }
  .service-need__btn {
    padding: 12px 0;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-info {
    margin: 20px 0 15px;
  }
  .home__img-2 {
    height: 332px;
  }
  .choose-tab__img {
    margin-right: 15px;
  }
  .choose__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  .doctor-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .location__inner {
    height: 564px;
  }
  .location__book {
    left: auto;
    right: 150px;
  }
  .location__book svg {
    width: 36px;
    height: 36px;
  }
  .location-clinic {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 55px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
    width: 100%;
  }
  .contact .container .columns:last-child .column {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .contact-drop {
    width: 100%;
    max-width: none;
  }
  .contact-drop__btn {
    width: 100%;
  }
  .contact-content__link {
    width: 100%;
    padding: 12px 0;
  }
  .contact-content__text {
    text-align: center;
  }
  .contact-content_2, .contact-content_3 {
    padding: 0;
    border: 0;
  }
  .contact-content__form {
    -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 20px 16px;
  }
  .contact__inner {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact__box {
    padding: 0;
    margin-top: 0;
    border: 0;
  }
  .contact__wrapper {
    margin-top: 48px;
    -webkit-box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 16px;
  }
  .location-acc__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .location-acc__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }
  .location-acc__group a:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .location-acc__group a:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .location-acc__arrow {
    top: 72px;
    right: 16px;
    position: absolute;
  }
  .location-acc .choose-tab__img {
    margin-bottom: 10px;
  }
  .sched__btn {
    padding: 12px 0;
  }
  .sched__title {
    margin-bottom: 20px;
  }
  .choose__img {
    width: 200px;
  }
  .choose-tab {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 16px;
    height: auto;
  }
  .choose-tab__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 50px;
    min-width: 50px;
    height: 48px;
    border-radius: 5px;
  }
  .choose-tab__img svg,
  .choose-tab__img img {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
  .choose-tab__wrapper .column {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .article__img {
    height: 200px;
  }
  .ann__subtitle {
    font-size: 16px;
  }
  .ann__date {
    margin: 10px 0;
  }
  .ann__link {
    padding: 20px;
  }
  .sign__inner {
    width: 100%;
  }
  .column:first-child {
    padding-left: 7px !important;
  }
  .column:last-child {
    padding-right: 7px !important;
  }
  .header__burger {
    margin-right: 15px;
  }
  .header__btn {
    font-size: 10px;
  }
  .covid {
    padding: 30px 0 22px;
  }
  .stats__text, .stats__subtitle {
    font-size: 18px;
  }
  body {
    font-size: 16px;
  }
  .padding-top {
    padding-top: 48px;
  }
  .padding-top-68 {
    padding-top: 28px;
  }
  .padding-bottom-68 {
    padding-bottom: 28px;
  }
  .padding-bottom {
    padding-bottom: 48px;
  }
  .care__item {
    width: 100%;
  }
  .care__img {
    width: 76px;
    height: 76px;
  }
  .care__img svg {
    width: 28px;
    height: 28px;
  }
  .first-title {
    line-height: 1.25em;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .second-title {
    font-size: 22px;
  }
  .fourth-title {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .location__book {
    right: 90px;
  }
}
