/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: rgb(13, 110, 253);
}

button {
  cursor: pointer;
  font: inherit;
  border: 0;
}

b {
  font-weight: 600;
}

:root {
  --body-bg: #f2f3fa;
  --body-color: #000;
  --primary: #2c365e;
  --primary-contrast: #fff;
  --primary-soft: #8b92b4;
  --primary-soft-contrast: #fff;
  --card-bg: #fff;
  --card-color: #000;
  --border-color: #f2f3fa;
  --radius: 1.25rem;
  --radius-lg: 2.5rem;
}

.section-thanks__subtitle, .section-about__subtitle, .section-contacts__info-item, .section-rewiews__subtitle, .section-preview__subtitle, .section-hero__subtitle, .large-checks label, .popup__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .section-thanks__subtitle, .section-about__subtitle, .section-contacts__info-item, .section-rewiews__subtitle, .section-preview__subtitle, .section-hero__subtitle, .large-checks label, .popup__subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    font-size: 14px;
  }
}

body {
  font-family: "Manrope";
  line-height: 1.2;
  background: var(--body-bg);
  color: var(--body-color);
}

h1, .h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h6, .h6 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2.625rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
a {
  transition: 0.2s;
  transition-property: opacity, filter, -webkit-text-decoration-color;
  transition-property: opacity, text-decoration-color, filter;
  transition-property: opacity, text-decoration-color, filter, -webkit-text-decoration-color;
  outline: none !important;
}
a:hover, a:focus {
  transition-duration: 0.1s;
  opacity: 0.9;
  -webkit-text-decoration-color: currentColor !important;
          text-decoration-color: currentColor !important;
}
a:active {
  transition-duration: 0.05s;
  opacity: 1;
  filter: brightness(0.9);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.page .footer {
  margin-top: auto;
}

.section {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.section:first-child {
  margin-top: 1.375rem;
}
@media (min-width: 768px) {
  .section {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }
  .section:first-child {
    margin-top: 0;
  }
}

.container {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1232px;
  }
}

.btn {
  background: #eee;
  color: unset;
  text-decoration: unset;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border: 2px solid transparent;
  border-radius: 5rem;
  font-size: 0.875rem;
  transition-property: opacity, border-color, color, background-color;
}
.btn-primary {
  background: var(--primary);
  color: var(--primary-contrast);
}
.btn-primary-soft {
  background: var(--primary-soft);
  color: var(--primary-soft-contrast);
}
.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
  background: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: var(--primary);
  color: var(--primary-contrast);
}
.btn-white {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .btn-lg {
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
  }
}

.form-label {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .form-label {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.form-control {
  padding: 0.875rem 1.125rem;
  width: 100%;
  border: 2px solid var(--border-color);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .form-control {
    padding: 1.4rem 1.25rem;
    font-size: 1.125rem;
  }
}

.form-check {
  display: flex;
  gap: 0.5rem;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--primary);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  border-radius: 50%;
}
.form-check-input:checked {
  border-color: var(--primary);
  background: var(--primary);
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em -24px;
}
.form-check-label {
  align-self: center;
  font-size: 0.75rem;
}
.form-check-label a {
  color: currentColor;
}

.card, .popup {
  background: var(--card-bg);
  color: var(--card-color);
  border-radius: var(--radius);
  padding: 12px;
}
.card-lg, .popup {
  border-radius: var(--radius-lg);
  padding: 32px 1rem;
}
@media (min-width: 768px) {
  .card, .popup {
    padding: 1.5rem 1.125rem;
  }
  .card-lg, .popup {
    padding: 3.125rem 2.625rem;
  }
}

.border {
  border: 2px solid var(--border-color);
}
.border-primary {
  border-color: var(--primary);
}
.border-primary-soft {
  border-color: var(--primary-soft);
}

.text-bg-primary {
  background: var(--primary);
  color: var(--primary-contrast);
}
.text-bg-body {
  background: var(--body-bg);
  color: var(--body-color);
}
.text-bg-white {
  background: #fff;
  color: #000;
}

.svg-fill-primary {
  fill: var(--primary) !important;
}
.svg-fill-primary-contrast {
  fill: var(--primary-contrast) !important;
}

.svg-stroke-primary {
  stroke: var(--primary) !important;
}
.svg-stroke-primary-contrast {
  stroke: var(--primary-contrast) !important;
}

@media (min-width: 992px) {
  .show-only-mob {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .show-only-pc {
    display: none !important;
  }
}

.swiper {
  width: 100%;
  --swiper-slides: 1;
  --swiper-gap: 0.5rem;
  --swiper-navigation-size: 0.75rem;
  --swiper-theme-color: var(--primary);
}
.swiper .swiper-slide {
  width: calc((100% - var(--swiper-gap) * (var(--swiper-slides) - 1)) / var(--swiper-slides));
}
.swiper .swiper-slide:not(:last-child) {
  margin-right: var(--swiper-gap);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  font-weight: 900;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  background: rgba(111, 117, 125, 0.5333333333);
  width: calc(var(--swiper-navigation-size) * 2.5);
  height: calc(var(--swiper-navigation-size) * 2.5);
  border-radius: calc(var(--swiper-navigation-size) * 0.35);
  color: #fff;
}
@media (min-width: 768px) {
  .swiper {
    --swiper-gap: 1rem;
  }
}

.popup .fancybox-close-small {
  margin: 0.8rem;
}
.popup__head {
  margin-bottom: 2rem;
}
.popup__title {
  margin-bottom: 1.5rem;
}
.popup__form, .quiz__form-main {
  display: grid;
  grid-gap: 0.875rem;
}
.popup__form .btn, .quiz__form-main .btn {
  margin-top: 1.125rem;
}
@media (max-width: 767.98px) {
  .popup {
    max-width: 21.875rem;
  }
}

.large-checks input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.large-checks label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.large-checks label::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--primary);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #fff;
}
.large-checks input:checked + label::before {
  background: var(--primary);
}
@media (min-width: 768px) {
  .large-checks label {
    gap: 0.75rem;
  }
  .large-checks label::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.logo {
  width: 7.75rem;
}
@media (min-width: 992px) {
  .logo {
    width: 13.75rem;
  }
}

.rating-list__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
.rating-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}
.rating-list__value {
  color: #6c7685;
  font-size: 0.75rem;
}
.rating-list__value b {
  color: #000;
}
.rating-list__image {
  width: 2rem;
}
.rating-list__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .rating-list__item {
    padding: 0.875rem 1.25rem;
  }
  .rating-list__value {
    font-size: 1.125rem;
  }
  .rating-list__image {
    width: 4rem;
  }
}
@media (min-width: 992px) {
  .rating-list__inner {
    grid-gap: 1rem;
  }
}

.benefits__inner, .section-our-values__inner, .section-team__list {
  display: grid;
  grid-gap: 0.5rem;
}
.benefits__item--grid-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.benefits__item--grid-image img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits__content, .quality-item__content-text {
  margin-top: 0.75rem;
}
.benefits__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.benefits__text {
  font-size: 0.813rem;
}
@media (max-width: 991.98px) {
  .benefits__item--grid-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .benefits__title {
    font-size: 1.125rem;
  }
  .benefits__text {
    font-size: 1.125rem;
  }
  .benefits__icon svg, .quality-item__icon svg {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 992px) {
  .benefits__inner, .section-our-values__inner, .section-team__list {
    grid-gap: 1rem;
  }
  .benefits__content, .quality-item__content-text {
    margin-top: 1.125rem;
  }
}

.timer {
  font-size: 2rem;
}
.timer__title {
  font-size: 0.813rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}
.timer__main {
  display: flex;
}
.timer__item {
  font-size: 1em;
  flex: 1 1 2ch;
  text-align: center;
  font-weight: 300;
}
.timer__item:first-child {
  flex: 1 1 1ch;
}
.timer__item-desc {
  font-size: 0.625rem;
  opacity: 0.5;
}
.timer__div {
  font-size: 1em;
}
@media (min-width: 768px) {
  .timer {
    font-size: 3rem;
  }
  .timer__title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .timer__item-desc {
    font-size: 0.75rem;
  }
}

.check-list__inner {
  display: grid;
  grid-gap: 0.75rem;
}
.check-list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.check-list__check {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--primary);
  color: var(--primary-contrast);
  border-radius: 50%;
}
.check-list__check::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50781 14.9391L13.7578 23.9371L25.4919 8.0625' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50781 14.9391L13.7578 23.9371L25.4919 8.0625' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-origin: center;
          mask-origin: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.check-list__item-title {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .check-list__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .check-list__inner {
    grid-gap: 1.25rem;
  }
  .check-list__item {
    align-items: unset;
  }
  .check-list__item-content {
    margin: 0.375rem 0;
  }
}

.stars {
  display: flex;
  height: 1.125rem;
  align-items: center;
  gap: 0.125rem;
}
.stars > span {
  --count: 1;
  --offset: calc(var(--rating) * 100% - (var(--count) - 1) * 100%);
  width: 1.125rem;
  height: 1.125rem;
  --color-active: #ffc736;
  --color-inactive: #ddd4;
  background-image: linear-gradient(to right, var(--color-active) var(--offset), var(--color-inactive) var(--offset));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0L10.6983 5.47428L16.584 5.87336L12.057 9.65572L13.4962 15.3766L8.5 12.24L3.50383 15.3766L4.94305 9.65572L0.416019 5.87336L6.30168 5.47428L8.5 0Z' fill='%23FFC736'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0L10.6983 5.47428L16.584 5.87336L12.057 9.65572L13.4962 15.3766L8.5 12.24L3.50383 15.3766L4.94305 9.65572L0.416019 5.87336L6.30168 5.47428L8.5 0Z' fill='%23FFC736'/%3E%3C/svg%3E%0A");
}
.stars > span:nth-child(1) {
  --count: 1;
}
.stars > span:nth-child(2) {
  --count: 2;
}
.stars > span:nth-child(3) {
  --count: 3;
}
.stars > span:nth-child(4) {
  --count: 4;
}
.stars > span:nth-child(5) {
  --count: 5;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0.5rem 0;
}
.header__contacts {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 4rem;
  line-height: 1.4;
}
.header__contacts-col {
  max-width: 14rem;
}
.header__contacts-col:has(.header__worktime--active) {
  padding-left: 1.125rem;
}
.header__worktime {
  color: #173d3d;
}
.header__worktime--active {
  position: relative;
}
.header__worktime--active::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -0.313rem;
  background: #00f040;
  border-radius: 50%;
}
.header__phone a {
  color: unset;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media (max-width: 767.98px) {
  .header__actions a > svg {
    width: 2.375rem;
    height: 2.375rem;
  }
  .header__actions .btn.btn-primary {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
    font-size: 0;
    position: relative;
  }
  .header__actions .btn.btn-primary::after {
    position: absolute;
    inset: 0;
    content: "";
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_141_3901)'%3E%3Cpath d='M13.9998 9.69111L9.90087 9.21667L7.94087 11.1767C5.73307 10.0535 3.93848 8.25891 2.81532 6.05111L4.78309 4.08333L4.30865 0H0.0230948C-0.428016 7.91778 6.08198 14.4278 13.9998 13.9767V9.69111Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_141_3901'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_141_3901)'%3E%3Cpath d='M13.9998 9.69111L9.90087 9.21667L7.94087 11.1767C5.73307 10.0535 3.93848 8.25891 2.81532 6.05111L4.78309 4.08333L4.30865 0H0.0230948C-0.428016 7.91778 6.08198 14.4278 13.9998 13.9767V9.69111Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_141_3901'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-mask-size: scale-down;
            mask-size: scale-down;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .header__actions .btn {
    width: 17.875rem;
  }
}
@media (max-width: 991.98px) {
  .header__contacts {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__inner {
    padding: 1.75rem 0;
  }
}

.footer {
  margin-bottom: 1.875rem;
}
.footer__inner {
  display: grid;
  grid-gap: 1.125rem;
}
.footer__logo {
  width: 7.813rem;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: start;
}
.footer__links a {
  color: unset;
}
.footer__actions {
  display: grid;
  grid-gap: 0.5rem;
}
.footer__phone {
  text-align: center;
}
.footer__phone a {
  color: unset;
  text-decoration: unset;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .footer__card {
    border-radius: 1.25rem;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-bottom: 3.75rem;
  }
  .footer__inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .footer__col:first-child {
    justify-items: start;
  }
  .footer__col:last-child {
    justify-items: end;
  }
  .footer__logo {
    margin-bottom: 1.5rem;
  }
  .footer__actions {
    grid-gap: 0.75rem;
  }
  .footer__actions .btn {
    width: 16.25rem;
  }
  .footer__phone {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .footer__col {
    display: contents;
  }
  .footer__logo {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__links {
    order: 4;
    font-size: 0.875rem;
  }
  .footer__docs {
    order: 3;
    margin-top: 0.875rem;
  }
  .footer__actions {
    order: 2;
  }
}

.footer-docs {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 12px;
}
.footer-docs__title {
  margin-bottom: 0.75rem;
}
.footer-docs__descr {
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer-docs__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .footer-docs {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .footer-docs__content {
    order: 2;
  }
}

.section-hero__card {
  display: grid;
  grid-gap: 2rem;
}
.section-hero__col {
  display: grid;
  grid-gap: 0.5rem;
}
.section-hero__title {
  margin-bottom: 1.125rem;
}
.section-hero__content {
  display: grid;
  grid-gap: 1.5rem;
}
.section-hero__benefits .benefits__inner, .section-hero__benefits .section-our-values__inner, .section-hero__benefits .section-team__list {
  grid-template-columns: repeat(2, 1fr);
}
.section-hero__actions-buttons {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px 1rem;
}
.section-hero__actions-buttons > * {
  flex: 1;
  white-space: nowrap;
}
.section-hero__actions-descr {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
  color: var(--primary);
}
.section-hero__doctor, .section-team__doctor {
  background: radial-gradient(353.82% 263.32% at 17.44% 10.83%, #fcfcfc 0%, #e6e6e6 100%);
  height: 20rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-hero__name, .section-team__name {
  font-size: 0.875rem;
  font-weight: 700;
  max-width: min(40%, 12em);
  margin-bottom: 0.75rem;
}
.section-hero__post, .section-team__post {
  font-size: 0.75rem;
  max-width: min(50%, 20em);
}
.section-hero__photo, .section-team__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(80%, 15.875rem);
}
.section-hero__photo img, .section-team__photo img {
  width: 100%;
}
@media (min-width: 768px) {
  .section-hero__actions-descr {
    font-size: 1rem;
  }
  .section-hero__title {
    margin-bottom: 2rem;
  }
  .section-hero__doctor, .section-team__doctor {
    height: 31.75rem;
  }
  .section-hero__name, .section-team__name {
    font-size: 1.125rem;
  }
  .section-hero__photo, .section-team__photo {
    width: min(90%, 29.5rem);
    margin-right: -2rem;
    margin-bottom: -1.5rem;
  }
}
@media (max-width: 991.98px) {
  .section-hero__col--content {
    display: contents;
  }
  .section-hero__head {
    order: 1;
  }
  .section-hero__col {
    order: 2;
  }
  .section-hero__content {
    order: 3;
  }
}
@media (min-width: 992px) {
  .section-hero__card {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.625rem;
  }
  .section-hero__col {
    display: flex;
    flex-direction: column;
    gap: 2.125rem;
  }
  .section-hero__content {
    margin-top: auto;
  }
}

.section-promo {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-promo__card {
  min-height: 15.5rem;
  position: relative;
}
.section-promo__title {
  max-width: 8.6em;
}
@media (max-width: 991.98px) {
  .section-promo__title {
    margin-bottom: 2.5rem;
  }
  .section-promo__timer {
    max-width: 6.2em;
  }
  .section-promo__asset {
    position: absolute;
    width: min(60%, 20rem);
    right: 0;
    top: 50%;
    transform: translate(3.5rem, -50%);
  }
}
@media (min-width: 992px) {
  .section-promo {
    padding: 2.5rem 0 1rem;
  }
  .section-promo__card {
    min-height: 15rem;
  }
  .section-promo__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-promo__timer {
    text-align: center;
    width: 100%;
    max-width: 18rem;
  }
  .section-promo__asset {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: min(33%, 24rem);
  }
}

.section-quiz__title {
  margin-bottom: 2rem;
}
.section-quiz__checks {
  margin-bottom: 2rem;
}
.section-benefits__card, .section-team__card {
  position: relative;
}
.section-benefits__head, .section-team__head {
  margin-bottom: 2rem;
}
.section-benefits__title, .section-team__title {
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .section-benefits__benefits .benefits__inner, .section-benefits__benefits .section-our-values__inner, .section-benefits__benefits .section-team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-preview {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-preview__card {
  position: relative;
}
.section-preview__title {
  margin-bottom: 1.125rem;
  max-width: min(75%, 19em);
}
.section-preview__subtitle {
  max-width: min(95%, 21.5em);
}
.section-preview__button {
  margin-top: 0.75rem;
}
.section-preview__asset img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-preview__title {
    height: 5.8em;
  }
  .section-preview__asset {
    position: absolute;
    top: 2rem;
    right: 0;
    width: min(80%, 17.5rem);
    transform: translate(2rem, 0);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .section-preview__asset {
    top: 6rem;
    width: min(80%, 24rem);
  }
  .section-preview__button {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-preview__title {
    font-size: 2rem;
  }
  .section-preview__button {
    display: flex;
    margin-top: 1.5rem;
  }
  .section-preview__asset {
    position: absolute;
    bottom: -1.8rem;
    right: 25%;
    width: min(58%, 38rem);
    transform: translate(38%, 0);
  }
}

.section-quality__title {
  margin-bottom: 2rem;
}
.section-quality__inner {
  display: grid;
  grid-gap: 0.75rem;
}
@media (min-width: 768px) {
  .section-quality__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-quality__inner {
    grid-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .section-quality__title {
    margin-bottom: 4rem;
  }
  .section-quality__item:nth-child(1) {
    grid-column: span 7;
  }
  .section-quality__item:nth-child(2) {
    grid-column: span 5;
  }
}

.quality-item {
  position: relative;
  min-height: 11.5rem;
  display: flex;
  flex-direction: column;
}
.quality-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.quality-item__content-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.quality-item__title {
  font-size: 0.875rem;
  max-width: min(50%, 13em);
  margin-bottom: 0.5rem;
}
.quality-item__text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.quality-item__text del {
  margin-left: 1ch;
}
.quality-item__link {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 600;
}
.quality-item__link a {
  color: var(--primary);
  text-decoration: none;
}
.quality-item__link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9659 6.25882C18.1088 5.72535 17.7922 5.17702 17.2588 5.03407L8.56545 2.7047C8.03198 2.56176 7.48364 2.87834 7.3407 3.41181C7.19776 3.94528 7.51434 4.49361 8.04781 4.63655L15.7752 6.70711L13.7047 14.4345C13.5617 14.968 13.8783 15.5163 14.4118 15.6593C14.9452 15.8022 15.4936 15.4856 15.6365 14.9522L17.9659 6.25882ZM3.14355 14L3.64355 14.866L17.5 6.86603L17 6L16.5 5.13397L2.64355 13.134L3.14355 14Z' fill='%232C365E'/%3E%3C/svg%3E%0A");
  margin-left: 0.5rem;
}
.quality-item__asset {
  position: absolute;
  top: 0;
  right: 0;
  width: min(50%, 10rem);
}
.quality-item__asset img {
  width: 100%;
}
@media (min-width: 992px) {
  .quality-item {
    padding: 3rem 2.5rem;
  }
  .quality-item__content-text {
    margin-top: 1.75rem;
  }
  .quality-item__title {
    font-size: 1.125rem;
  }
  .quality-item__text {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .quality-item__link {
    font-size: 0.875rem;
  }
  .quality-item__asset {
    width: min(50%, 18rem);
    right: 0.6rem;
    top: 1.2rem;
  }
}

.section-rewiews__card {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-rewiews__inner {
  display: grid;
  grid-gap: 2rem;
}
.section-rewiews__inner > * {
  min-width: 0;
}
.section-rewiews__title {
  margin-bottom: 1.125rem;
}
.section-rewiews__list .swiper {
  overflow: visible;
  --swiper-slides: 2;
}
.section-rewiews__list .swiper-slide {
  min-width: min(87%, 17rem);
  height: auto;
}
.section-rewiews__item {
  height: 100%;
}
@media (min-width: 992px) {
  .section-rewiews__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-rewiews__title {
    margin-bottom: 2rem;
  }
  .section-rewiews__list {
    grid-column: 1/-1;
  }
  .section-rewiews__list .swiper {
    --swiper-slides: 3;
  }
}

.rewiews-item {
  display: flex;
  flex-direction: column;
}
.rewiews-item__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.rewiews-item__text {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}
.rewiews-item__head {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.rewiews-item__author {
  display: grid;
  grid-gap: 0.25rem;
}
.rewiews-item__author-name {
  font-size: 0.875rem;
  font-weight: 900;
}
.rewiews-item__author-status {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
}
.rewiews-item__info {
  text-align: right;
  display: grid;
  grid-gap: 0.25rem;
}
.rewiews-item__date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .rewiews-item__text {
    font-size: 0.75rem;
  }
  .rewiews-item__author-name {
    font-size: 1.125rem;
    font-weight: 800;
  }
}

.section-contacts__inner {
  display: grid;
  grid-gap: 0.5rem;
}
.section-contacts__title {
  margin-bottom: 2rem;
}
.section-contacts__info {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.section-contacts__info > *:nth-child(odd):last-child {
  grid-column: 1/-1;
}
.section-contacts__info-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-contacts__info-item-name {
  margin-bottom: 0.875rem;
}
.section-contacts__info-item-value {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5ch;
}
.section-contacts__info-item-value a {
  color: unset;
  text-decoration: unset;
  font-weight: 800;
}
.section-contacts__map {
  padding: 0 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 22rem;
  min-height: 100%;
}
.section-contacts__map > *,
.section-contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .section-contacts__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .section-contacts__title {
    margin-bottom: 3rem;
  }
  .section-contacts__info {
    grid-gap: 1rem;
  }
  .section-contacts__info-item-name {
    margin-bottom: 1.625rem;
  }
}

.quiz .swiper-slide-prev {
  opacity: 0 !important;
}
.quiz .swiper-slide-active {
  opacity: 1 !important;
}
.quiz__slide-title {
  margin-bottom: 2rem;
}
.quiz__slide-inputs {
  display: grid;
  width: 100%;
  max-width: 42.5rem;
  grid-gap: 1.25rem;
}
.quiz__form-main {
  display: grid;
}
.quiz__controlls {
  margin-top: 2rem;
  display: grid;
  gap: 2.25rem 2rem;
}
.quiz__progress-line {
  padding: 3px;
  height: 13px;
  background: var(--body-bg);
  border-radius: 5rem;
  display: flex;
}
.quiz__progress-line::after {
  content: "";
  display: block;
  background: var(--primary);
  width: calc(var(--progress) * 100%);
  border-radius: 5rem;
  transition: width 0.5s;
  position: relative;
}
.quiz__progress-value {
  display: flex;
  gap: 0.25rem;
  margin-top: 8px;
}
.quiz__progress-value::before {
  flex-shrink: 0.75;
  counter-reset: progress calc(var(--progress, 0) * 100);
  content: counter(progress) "%";
  width: calc(var(--progress) * 100% + 1.5ch);
  transition: width 0.5s;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
}
.quiz__progress-value::after {
  flex-shrink: 0.25;
  content: "100%";
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1;
}
.quiz__navigation {
  display: flex;
  gap: 0.5rem;
}
.quiz__navigation .swiper-button-prev,
.quiz__navigation .swiper-button-next {
  position: static;
  margin: 0;
  text-wrap: nowrap;
  width: unset;
  height: 3rem;
}
.quiz__navigation .swiper-button-prev.disabled,
.quiz__navigation .swiper-button-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.quiz__navigation .swiper-button-prev::after,
.quiz__navigation .swiper-button-next::after {
  content: unset;
}
.quiz__navigation .swiper-button-prev {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.quiz__navigation .swiper-button-prev::after {
  content: "";
  display: block;
  width: 1.625rem;
  height: 0.938rem;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 6.79289C-0.0976311 7.18342 -0.0976311 7.81658 0.292893 8.20711L6.65685 14.5711C7.04738 14.9616 7.68054 14.9616 8.07107 14.5711C8.46159 14.1805 8.46159 13.5474 8.07107 13.1569L2.41421 7.5L8.07107 1.84315C8.46159 1.45262 8.46159 0.819457 8.07107 0.428932C7.68054 0.0384078 7.04738 0.0384078 6.65685 0.428932L0.292893 6.79289ZM1 7.5V8.5H26V7.5V6.5H1V7.5Z' fill='%23173D3D'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 6.79289C-0.0976311 7.18342 -0.0976311 7.81658 0.292893 8.20711L6.65685 14.5711C7.04738 14.9616 7.68054 14.9616 8.07107 14.5711C8.46159 14.1805 8.46159 13.5474 8.07107 13.1569L2.41421 7.5L8.07107 1.84315C8.46159 1.45262 8.46159 0.819457 8.07107 0.428932C7.68054 0.0384078 7.04738 0.0384078 6.65685 0.428932L0.292893 6.79289ZM1 7.5V8.5H26V7.5V6.5H1V7.5Z' fill='%23173D3D'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.quiz__navigation .swiper-button-next {
  flex: 1;
}
.quiz__navigation .swiper-button-prev.disabled {
  visibility: hidden;
}
@media (min-width: 768px) {
  .quiz__slide-inputs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
  }
  .quiz__form-main {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem;
    align-items: center;
  }
  .quiz__form-main .btn {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .quiz__navigation .swiper-button-prev.disabled {
    display: none;
  }
}
@media (min-width: 992px) {
  .quiz .swiper-slide > * {
    max-width: 46rem;
  }
  .quiz__controlls {
    grid-template-columns: 1fr 23.125rem;
    align-items: center;
  }
  .quiz__progress {
    max-width: 33.75rem;
  }
}

.section-team__doctor {
  height: 13.375rem;
}
.section-team__photo {
  width: min(55%, 11rem);
}
@media (min-width: 768px) {
  .section-team__doctor {
    height: 16.875rem;
  }
  .section-team__photo {
    margin: 0;
    width: min(65%, 15rem);
  }
}
@media (min-width: 992px) {
  .section-team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-our-values__title {
  margin-bottom: 2rem;
}
.section-our-values__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.125rem 1.5rem;
  padding: 1.125rem 2.875rem;
}
.section-our-values__item-icon svg {
  width: 6.25rem;
  height: auto;
}
.section-our-values__item-content {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}
@media (min-width: 992px) {
  .section-our-values__item-icon svg {
    width: 8.375rem;
  }
  .section-our-values__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-our-values__item {
    flex-direction: column;
    text-align: center;
  }
}

.section-thanks__inner, .section-about__inner {
  display: grid;
  grid-gap: 2rem;
}
.section-thanks__title, .section-about__title {
  margin-bottom: 1.125rem;
}
.section-thanks__image, .section-about__image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 254/149;
  min-height: 100%;
}
.section-thanks__image img, .section-about__image img,
.section-thanks__image iframe,
.section-about__image iframe {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-thanks__inner, .section-about__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25rem;
    align-items: center;
  }
  .section-thanks__image, .section-about__image {
    justify-self: end;
    width: 100%;
    max-width: 31.75rem;
  }
}

.section-about__image {
  aspect-ratio: 511/333;
}
@media (max-width: 991.98px) {
  .section-about__inner {
    grid-gap: 1.125rem;
  }
  .section-about__content {
    display: contents;
  }
  .section-about__title {
    margin-bottom: 0;
  }
  .section-about__subtitle {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-about__image {
    max-width: unset;
  }
  .section-about__content {
    padding-bottom: 2.75rem;
  }
}

html,
body {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin: 2rem;
}

a:not([class]) {
  border-radius: 4px;
}
a:not([class]):focus-visible {
  box-shadow: 0 0 0 2px rgba(136, 136, 136, 0.4);
}

.form-check-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--primary-soft);
}

.large-checks input:focus-visible + label::before {
  box-shadow: 0 0 0 2px var(--primary-soft), inset 0 0 0 1px #fff;
}

.btn {
  transition: 0.3s !important;
  transition-property: unset !important;
}
.btn:hover {
  opacity: 1;
  transform: scale(1.01);
  filter: unset;
}
.btn:active {
  transform: scale(0.99);
  opacity: 1;
}
.btn.btn-white:hover, .btn.btn-primary-soft:hover {
  box-shadow: inset 0 0 24px -16px var(--primary);
}
.btn.btn-white:active, .btn.btn-primary-soft:active {
  transition: 0.15s !important;
  box-shadow: inset 4px 0 20px -14px var(--primary), inset -4px 0 20px -14px var(--primary);
}
.btn.btn-primary:hover,
.btn .btn-outline-primary:hover {
  box-shadow: 0 0 24px -16px var(--primary);
}
.btn.btn-primary:active,
.btn .btn-outline-primary:active {
  transition: 0.15s !important;
  box-shadow: 4px 0 20px -14px var(--primary), -4px 0 20px -14px var(--primary);
}
.btn:focus-visible {
  box-shadow: 0 0 0 4px var(--primary-soft);
  outline: none;
  opacity: 1 !important;
}

.form-control:focus-visible {
  box-shadow: inset 0 0 0 2px var(--body-bg);
  outline: none;
  opacity: 1 !important;
}

.card, .popup {
  position: relative;
}
.card.text-bg-body, .text-bg-body.popup {
  box-shadow: 0 0 0 2px #fff, 0 4px 6px -8px rgba(0, 0, 0, 0.2666666667);
  transition: 0.35s;
  transform-origin: top left;
}
.card.text-bg-body::before, .text-bg-body.popup::before {
  content: "";
  position: absolute;
  inset: -2px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.5333333333), rgba(255, 255, 255, 0) 66%);
  background-size: 300% auto;
  background-position: 100%;
  transition: 0.2s;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.card.text-bg-body:hover, .text-bg-body.popup:hover {
  box-shadow: 0 0 0 2px #fff, 0 4px 12px -6px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-4px);
}
.card.text-bg-body:hover::before, .text-bg-body.popup:hover::before {
  transition: 0.7s;
  background-position: 0%;
  opacity: 1;
}
.card.border:not(.card-lg):not(.popup), .border.popup:not(.card-lg):not(.popup) {
  box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0.2666666667);
  transition: 0.35s;
}
.card.border:not(.card-lg):not(.popup):hover, .border.popup:not(.card-lg):not(.popup):hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-4px);
}
.card.border:not(.card-lg):not(.popup).border-primary:hover, .border.popup:not(.card-lg):not(.popup).border-primary:hover, .card.border:not(.card-lg):not(.popup).border-primary-soft:hover, .border.popup:not(.card-lg):not(.popup).border-primary-soft:hover {
  box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.2666666667);
}
.card.border:not(.card-lg):not(.popup).rating-list__item:hover, .border.popup:not(.card-lg):not(.popup).rating-list__item:hover {
  background-color: var(--body-bg);
  border-color: var(--primary-soft);
  transform: none;
  box-shadow: 0 4px 16px -6px var(--primary-soft);
}

.quiz__slider .swiper.swiper-initialized {
  overflow: visible;
}