:root {
  --_sizes---lg: 3rem;
  --blue: #183b76;
  --color: white;
  --light-blue: #c3d5f3;
  --brown: #b6a490;
  --_sizes---s: 1rem;
  --_sizes---xs: .5rem;
  --_sizes---md: 1.5rem;
  --beige: #efe5db;
  --white: #fff;
  --_sizes---xxs: .125rem;
  --_sizes---xl: 6rem;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.top {
  z-index: 2;
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  color: var(--blue);
  background-color: #fff;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 155px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.top__menu {
  grid-column-gap: var(--_sizes---lg);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top__menu-item {
  color: var(--blue);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.top__menu-item.w--current {
  color: var(--blue);
}

.top__menu-item.is--blue {
  flex: none;
}

.top__menu-item.is--blue.w--current {
  color: var(--light-blue);
}

.footer {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  width: 100svw;
  padding-left: 155px;
  padding-right: 155px;
  text-decoration: none;
  overflow: hidden;
}

.row__top--column {
  grid-row-gap: var(--_sizes---s);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  text-decoration: none;
  display: flex;
}

.footer__row--bottom {
  padding-top: var(--_sizes---s);
  border-top: 1px solid var(--color);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.row__bottom-item {
  color: #efe5db;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.section {
  width: 100svw;
}

.section.is--beige {
  background-color: var(--beige);
}

.section.is--blue {
  background-color: var(--light-blue);
}

.footer__facebook-logo {
  width: var(--_sizes---s);
  height: var(--_sizes---s);
}

.footer__social-media {
  grid-column-gap: var(--_sizes---xs);
  grid-row-gap: var(--_sizes---xs);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__item {
  color: var(--color);
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  max-height: 100%;
}

.hero__video {
  z-index: -2;
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.hero__main-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.hero__heading {
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.offer {
  grid-row-gap: var(--_sizes---lg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.offer.is--full-screen {
  grid-row-gap: var(--_sizes---lg);
  height: 100svh;
  display: flex;
}

.offer__txt {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.offer__heading {
  color: var(--brown);
  text-align: center;
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
}

.offer__paragraph {
  color: var(--brown);
  text-align: center;
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.offer__image--container {
  grid-column-gap: var(--_sizes---s);
  grid-row-gap: var(--_sizes---s);
  overflow: hidden;
}

.offer__buttons {
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about__us--right {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 155px;
  text-decoration: none;
  display: flex;
}

.team__paragraph {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.advices__q-a--container {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-right: 155px;
  text-decoration: none;
  display: flex;
}

.advice__title--question {
  padding-top: var(--_sizes---xs);
  padding-bottom: var(--_sizes---xs);
  border-top: 1px solid var(--blue);
  color: #183b76;
  letter-spacing: -.02em;
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.advice__title--question.is--first {
  cursor: pointer;
  border-top-style: none;
}

.cta {
  color: #183b76;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.cta.is--brown {
  color: var(--brown);
}

.cta.is--brown.is--50-w {
  width: 50%;
}

.advice__illustration {
  overflow: hidden;
}

.advices__text {
  grid-row-gap: var(--_sizes---lg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.advice__title {
  color: #183b76;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.advices__cta {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 324px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #fff0;
}

.testimonial__header {
  grid-row-gap: var(--_sizes---xs);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.testimonials__title {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.testimonials__subtitle {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.testimoniall__text {
  color: var(--blue);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.testimoniall__author {
  color: var(--brown);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.partners__bar {
  padding-top: var(--_sizes---lg);
  padding-bottom: var(--_sizes---lg);
  grid-column-gap: var(--_sizes---md);
  grid-row-gap: var(--_sizes---md);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.partners__headline {
  color: var(--light-blue);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.contact__bar {
  background-color: var(--blue);
  justify-content: space-between;
  align-items: flex-start;
  width: 100svw;
  padding-left: 155px;
  padding-right: 155px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact__item-registration {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact__item-registration.is--lightblue {
  color: var(--light-blue);
}

.contact-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.contact-item {
  color: var(--light-blue);
  letter-spacing: -.02em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.contact__container-right {
  flex-flow: row;
  width: 50%;
  display: flex;
}

.contact__container {
  padding: var(--_sizes---lg) 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 1440px;
  max-width: none;
  display: flex;
}

.footer__row--top {
  padding-bottom: var(--_sizes---lg);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer__column--right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer__container {
  padding-top: var(--_sizes---lg);
  padding-bottom: var(--_sizes---lg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
}

.footer__logo {
  max-width: none;
}

.contact__container-left {
  width: 50%;
}

.contact__item-address {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  text-decoration: none;
  display: flex;
}

.contact__item-hours {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 325px;
  text-decoration: none;
  display: flex;
}

.hero__header {
  padding-bottom: var(--_sizes---lg);
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100svh;
  display: flex;
}

.arrow--down {
  flex: 0 auto;
}

.orthopedics__slogan {
  color: var(--blue);
  letter-spacing: -.02em;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.orthopedics__slogan.is--padding {
  padding-left: var(--_sizes---lg);
}

.dentistry__image {
  grid-column-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 400px;
  text-decoration: none;
  overflow: hidden;
}

.dentistry__offer {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 155px;
  padding-right: 155px;
  text-decoration: none;
  display: flex;
}

.dentistry__container {
  grid-column-gap: 1.25rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dentistry__info {
  grid-row-gap: var(--_sizes---s);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.dentistry__title {
  color: var(--blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.dentistry__description {
  color: var(--blue);
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.orthopedics__list--items {
  color: var(--blue);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.dentistry__icon--element {
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 78px;
  text-decoration: none;
  display: flex;
}

.cta__container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  text-decoration: none;
  display: flex;
}

.orthopedics__header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 100px 155px 64px;
  display: flex;
}

.quick__stack--container {
  padding: 64px 0;
}

.quick__stack--2 {
  justify-content: center;
  align-items: center;
}

.dentistry__list {
  padding: var(--_sizes---md);
  background-color: var(--beige);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.orthopedics__icon--element {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 78.0013px;
  text-decoration: none;
  display: flex;
}

.orthopedics__info--photo {
  grid-column-gap: 135px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.orthopedics__text--container {
  padding-top: var(--_sizes---md);
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 555px;
  text-decoration: none;
  display: flex;
}

.orthopedics__info {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.orthopedics__title {
  color: var(--blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.orthopedics__description {
  color: var(--blue);
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.orthopedics__container {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.doctor__name {
  color: #183b76;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.orthopedics__offer {
  padding-left: 155px;
  padding-right: 155px;
}

.aboutus__container {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 155px;
  padding-right: 155px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.aboutus__header {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 120px 155px 60px;
  text-decoration: none;
  display: flex;
}

.aboutus__title {
  color: #183b76;
  letter-spacing: -.02em;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.aboutus__text {
  color: #183b76;
  letter-spacing: -.02em;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.aboutus__section {
  padding-bottom: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---md);
  border-bottom: 1px solid var(--brown);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title__doctors {
  color: #b6a490;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.doctor__container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.doctor__specialty {
  color: #183b76;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.assistants__title {
  color: #b6a490;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.assistant__name {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.team__image--item {
  object-fit: cover;
  border-radius: 1.25rem;
  flex: none;
  width: 325px;
  height: 433px;
  overflow: hidden;
}

.hygienists__title {
  color: #b6a490;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.hygienists__list {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hygienis__name {
  color: #183b76;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.receptionists__title {
  color: #b6a490;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.receptionists__list {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.receptionist__name {
  color: #183b76;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.aboutus__cta {
  grid-row-gap: var(--_sizes---lg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 155px;
  text-decoration: none;
  display: flex;
}

.aboutus__container--staff {
  grid-column-gap: var(--_sizes---md);
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.doctor__info {
  grid-row-gap: var(--_sizes---xs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.pricelist__header {
  color: var(--blue);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 270px;
  font-family: Albert Sans, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.item {
  border: 0 solid #efe5db;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.pricelist__name, .pricelist__price {
  color: var(--blue);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.note {
  color: var(--blue);
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.pricelist__container {
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricelist__container--all {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  text-decoration: none;
  display: flex;
}

.pricelist__service--price {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricelist__list--text {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricelist__offer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-price-2 {
  color: #183b76;
  text-align: right;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.pricelist__info--down {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricelist__cta {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 115px;
  text-decoration: none;
  display: flex;
}

.contact {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 120px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact__container--info {
  grid-column-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 155px;
  text-decoration: none;
  display: flex;
}

.contact__text {
  grid-row-gap: var(--_sizes---md);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 554px;
  text-decoration: none;
  display: flex;
}

.rejestration__container {
  grid-row-gap: var(--_sizes---s);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.questions__header {
  padding-bottom: var(--_sizes---s);
  border-bottom: 1px solid var(--brown);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact__numbers {
  grid-column-gap: var(--_sizes---xs);
  grid-row-gap: var(--_sizes---xs);
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.contact__details {
  grid-row-gap: var(--_sizes---s);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.address__container {
  grid-row-gap: var(--_sizes---xs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.address__title {
  color: #183b76;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.address__text {
  color: #183b76;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.opening__hours--container {
  grid-row-gap: var(--_sizes---xs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.opening__hours--title {
  color: #183b76;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.opening__hours--text {
  color: #183b76;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.contact__image {
  grid-column-gap: 10px;
  object-fit: cover;
  background-image: url('../images/kontakt-recepcja.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.map__container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 155px;
  padding-right: 155px;
  text-decoration: none;
  display: flex;
}

.rules__container {
  padding-top: var(--_sizes---xl);
  padding-bottom: var(--_sizes---xl);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.list__title {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: Albert Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

.registration__info {
  color: var(--blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5625rem;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.contact__number {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.text__display {
  color: #183b76;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .25rem;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

.map__code {
  width: 100%;
}

.map__code.is--rounded {
  border-radius: var(--_sizes---xl);
  height: 400px;
}

.privacy__policy--text {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.privacy__policy--headline {
  color: #b6a490;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text__headline {
  color: #183b76;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.text__small {
  color: #183b76;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.privacy__policy--all {
  grid-column-gap: var(--_sizes---s);
  grid-row-gap: var(--_sizes---s);
  flex-flow: column;
  display: flex;
}

.privacy__policy {
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.career {
  grid-column-gap: 135px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 115px 60px;
  text-decoration: none;
  display: flex;
}

.career--text {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 555px;
  text-decoration: none;
  display: flex;
}

.career--image {
  grid-row-gap: 10px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: 440px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.career__title {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.career__description {
  color: var(--blue);
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.job__offer {
  padding-top: var(--_sizes---md);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 556px;
  text-decoration: none;
  display: flex;
}

.job__offers--container {
  grid-column-gap: 135px;
  flex: 0 auto;
  width: 50%;
  padding: 60px 115px;
  text-decoration: none;
}

.job__offers--container.is--hidden {
  display: none;
}

.job__offer--title {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.possition__title--doctor {
  padding-top: var(--_sizes---s);
  padding-bottom: var(--_sizes---s);
  color: var(--blue);
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-flex;
}

.form__block {
  color: var(--blue);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job__form--block {
  color: var(--blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.job__form {
  padding: var(--_sizes---lg);
  grid-column-gap: var(--_sizes---md);
  grid-row-gap: var(--_sizes---md);
  border: 1px solid var(--light-blue);
  color: var(--blue);
  border-radius: 1.25rem;
  flex-flow: column;
  width: 440px;
  display: flex;
}

.form__field {
  background-color: var(--light-blue);
  color: var(--blue);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 1.25rem;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.form__field::placeholder {
  color: var(--blue);
}

.checkbox {
  border: 1px solid var(--blue);
  border-radius: 20px;
}

.checkbox.w--redirected-checked {
  background-color: var(--blue);
}

.partners__logos--bar {
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  justify-content: space-between;
  align-items: center;
  width: 1130px;
}

.about__us--heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
}

.orthopedics__cta {
  padding: 60px 155px;
}

.orthopedics__list {
  padding: var(--_sizes---md);
  background-color: var(--beige);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.checkbox-label {
  font-family: Albert Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
}

.contact__numbe--orthopedics {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.rules__text--all {
  grid-column-gap: var(--_sizes---s);
  grid-row-gap: var(--_sizes---s);
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 115px;
}

.button__action--default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button__action--default:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blue);
  color: var(--color);
  padding-right: 30px;
}

.button__action--default.is--brown-border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-color: var(--brown);
  color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.button__action--default.is--brown-border:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--brown);
}

.button__action--default.is--white {
  border-color: var(--color);
  color: var(--blue);
  justify-content: space-between;
  align-items: center;
}

.button__action--default.is--white:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color);
  padding-right: 30px;
}

.button__arrowright--blue:hover {
  background-image: url('../images/arrow_right-white.svg');
  background-position: 0 0;
  background-size: auto;
}

.contact__numbers--lightblue {
  color: var(--light-blue);
}

.contact__number--lightblue {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.contact__section--lightblue {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.testimonials__continer {
  padding: var(--_sizes---lg) 155px;
  grid-column-gap: var(--_sizes---xl);
  grid-row-gap: var(--_sizes---xl);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial__card {
  padding: var(--_sizes---md);
  grid-column-gap: var(--_sizes---s);
  grid-row-gap: var(--_sizes---s);
  border: 1px solid var(--light-blue);
  border-radius: 1.25rem;
  flex-flow: column;
  display: flex;
}

.doctor__description--gorski {
  padding: var(--_sizes---md);
  opacity: 0;
  color: var(--color);
  cursor: pointer;
  width: 325px;
  max-width: 100%;
  height: 433px;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.doctor__description--gorski:hover {
  opacity: 100;
}

.doctor__description--gorska {
  padding: var(--_sizes---md);
  opacity: 0;
  color: var(--color);
  cursor: pointer;
  flex-flow: wrap;
  width: 325px;
  max-width: 100%;
  height: 433px;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.doctor__description--gorska:hover {
  opacity: 100;
}

.team__image--gorska {
  cursor: pointer;
  background-image: url('../images/lekarz-monika-gibas-gorska.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 325px;
  max-width: 100%;
  height: 433px;
  overflow: hidden;
}

.team__image--gorska:hover {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown)), url('../images/Piotr-Gorski.webp');
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.doctor__photo {
  background-image: url('../images/Leopold-Gibas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 240px;
  height: 320px;
}

.doctor__photo:hover {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown)), url('../images/Leopold-Gibas---fotoopis.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.doctor__description--gibas {
  padding: var(--_sizes---md);
  opacity: 0;
  color: var(--color);
  cursor: pointer;
  height: 100%;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.doctor__description--gibas:hover {
  opacity: 100;
  mix-blend-mode: normal;
}

.quick__stack--1 {
  border-radius: 20px;
}

.cta__image {
  border-radius: 1.25rem;
  width: 100%;
  height: 500px;
}

.position__requirements, .position__benefits {
  padding-top: var(--_sizes---s);
}

.job__offer--position {
  flex-flow: row;
  width: 100%;
  max-width: none;
}

.position__title--container {
  border-bottom: 1px solid var(--brown);
  justify-content: space-between;
  align-items: flex-start;
}

.team__image--gorski {
  cursor: pointer;
  background-image: url('../images/chirurg-piotr-gorski.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  border-radius: 1.25rem;
  width: 325px;
  max-width: 100%;
  height: 433px;
  overflow: hidden;
}

.team__image--gorski:hover {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown)), url('../images/Piotr-Gorski.webp');
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.advice__title--answer {
  padding-top: var(--_sizes---xs);
  padding-bottom: var(--_sizes---xs);
  color: #183b76;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.testimonials__wrapper {
  color: var(--blue);
  cursor: pointer;
  overflow: hidden;
}

.link__block-logo.w--current {
  flex: none;
}

.top__menu-icon-container {
  display: none;
}

.about__us--left {
  background-image: url('../images/home-gabinet-2.webp');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 670px;
  height: 800px;
  margin-right: 2.5rem;
}

.about__us--container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  padding-top: 0;
}

.about__us-container {
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 440px;
  height: 800px;
  display: flex;
}

.about__us--text {
  grid-column-gap: var(--_sizes---md);
  grid-row-gap: var(--_sizes---md);
  flex-flow: column;
  display: flex;
}

.about_us--image {
  background-image: url('../images/home-lekarka.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.advices__illustration {
  width: 50%;
}

.advices__container {
  padding-top: var(--_sizes---xl);
  padding-bottom: var(--_sizes---xl);
  grid-column-gap: var(--_sizes---lg);
  grid-row-gap: var(--_sizes---lg);
  height: 100%;
}

.advices__q-a {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.rules__image {
  background-image: url('../images/kontakt-gabinet.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-self: stretch;
  width: 50%;
}

.offer__image--1 {
  aspect-ratio: 1;
  background-image: url('../images/home-mid-1.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  width: 440px;
}

.offer__image--2 {
  aspect-ratio: 1;
  background-image: url('../images/home-gabinet-1.webp');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 440px;
}

.offer__image--3 {
  aspect-ratio: 1;
  background-image: url('../images/home-mid-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 440px;
}

.orthopedics__image {
  background-image: url('../images/ortopedia-mid.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  align-self: stretch;
  width: 50%;
  height: 400px;
}

.submit-button {
  border: 1px solid var(--brown);
  background-color: var(--color);
  color: var(--blue);
  border-radius: 50px;
  padding: 20px 40px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.submit-button:hover, .submit-button:active {
  background-color: var(--brown);
}

.checkbox-field {
  margin-bottom: 20px;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

.staff__card {
  grid-row-gap: var(--_sizes---s);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.doctor__card {
  grid-column-gap: var(--_sizes---s);
  grid-row-gap: var(--_sizes---s);
  flex: 0 auto;
}

.slide {
  padding-right: var(--_sizes---md);
  width: 50%;
}

.testimonials__slider {
  padding-bottom: var(--_sizes---lg);
  grid-column-gap: var(--_sizes---xl);
  grid-row-gap: var(--_sizes---xl);
  color: var(--blue);
  cursor: auto;
  background-color: #ddd0;
  height: 100%;
}

.slider__container {
  color: var(--blue);
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.left-arrow-2 {
  background-color: var(--blue);
  color: var(--blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}

.right-arrow-2 {
  color: var(--light-blue);
  justify-content: center;
  align-items: center;
  display: none;
}

.slider__nav--circles {
  color: var(--brown);
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 8px;
  display: flex;
}

.career__list--items {
  color: var(--blue);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricelist__title {
  color: var(--blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.rules__list--items {
  color: var(--blue);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.rejestration__details {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact__numbe--stomatology {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.contact__mail {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
}

.offer__mail {
  color: var(--blue);
  font-family: Albert Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.job__offer--mail {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.popup__txt {
  padding: var(--_sizes---s);
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.popup__container {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup__container.is--hidden {
  display: none;
}

.popup__closed--remins {
  padding: var(--_sizes---md);
  background-color: var(--beige);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.closed__icon {
  width: 24px;
  height: 24px;
}

.section__video--gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, #0000 60%, var(--brown));
  width: 100svw;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.hero__video--mobile {
  z-index: -2;
  display: none;
  position: absolute;
  inset: 0%;
}

.team__image--lewandowski {
  cursor: pointer;
  background-image: url('../images/lekarz-roman-lewandowski_1.avif');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 325px;
  max-width: 100%;
  height: 433px;
  overflow: hidden;
}

.team__image--lewandowski:hover {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown)), url('../images/Piotr-Gorski.webp');
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.doctor__description--lewandowski {
  padding: var(--_sizes---md);
  opacity: 0;
  color: var(--color);
  cursor: pointer;
  flex-flow: wrap;
  width: 325px;
  max-width: 100%;
  height: 433px;
  margin-bottom: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.doctor__description--lewandowski:hover {
  opacity: 100;
}

.hero__container {
  width: 100svw;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
}

.image-6 {
  border-radius: 20px;
}

.offer__cta-img {
  border-radius: 20px;
  height: 100%;
}

.offer__cta__image {
  grid-column-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .top {
    padding-right: var(--_sizes---lg);
    padding-left: var(--_sizes---lg);
  }

  .top__menu {
    z-index: -2;
    padding: 8rem var(--_sizes---lg) var(--_sizes---lg);
    grid-row-gap: 3rem;
    background-color: var(--color);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .row__top--column {
    width: 100%;
  }

  .footer__row--bottom {
    flex-flow: row;
    width: auto;
  }

  .container {
    padding-right: var(--_sizes---md);
    padding-left: var(--_sizes---md);
    width: 100%;
    max-width: 100%;
  }

  .hero__video {
    width: 100svw;
    height: 100svh;
  }

  .hero__main-heading {
    font-size: 80px;
  }

  .offer.is--full-screen {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
    height: 100%;
  }

  .offer__heading {
    line-height: var(--_sizes---lg);
    text-align: center;
  }

  .offer__image--container {
    width: 100%;
  }

  .about__us--right {
    width: 100%;
    padding-left: 0;
  }

  .advices__q-a--container {
    padding-right: 0;
  }

  .advice__title--question {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .advice__title--question.is--first {
    align-items: stretch;
  }

  .cta.is--brown.is--50-w, .advices__text {
    width: 100%;
  }

  .contact__bar {
    padding-left: 0;
    padding-right: 0;
  }

  .contact__item-registration.is--lightblue {
    padding-bottom: var(--_sizes---md);
    width: 100%;
  }

  .contact__container-right {
    flex-flow: column;
    width: 100%;
  }

  .contact__container {
    padding: var(--_sizes---lg) var(--_sizes---md);
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .footer__row--top {
    grid-column-gap: var(--_sizes---md);
    grid-row-gap: var(--_sizes---md);
    flex-flow: column;
  }

  .footer__column--right {
    width: 100%;
  }

  .footer__container {
    padding-right: var(--_sizes---md);
    padding-left: var(--_sizes---md);
    width: 100%;
    max-width: 100%;
  }

  .contact__container-left {
    width: auto;
  }

  .contact__item-address, .contact__item-hours, .orthopedics__slogan {
    width: 100%;
  }

  .orthopedics__slogan.is--padding {
    width: 100%;
    padding-left: 0;
  }

  .dentistry__image {
    width: 100%;
  }

  .dentistry__offer {
    padding-left: 0;
    padding-right: 0;
  }

  .orthopedics__header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .orthopedics__offer, .aboutus__container, .aboutus__header {
    padding-left: 0;
    padding-right: 0;
  }

  .aboutus__title, .aboutus__text {
    width: 100%;
  }

  .doctor__container {
    grid-row-gap: var(--_sizes---lg);
  }

  .aboutus__cta {
    padding-left: 0;
    padding-right: 0;
  }

  .pricelist__header {
    padding-left: 0;
  }

  .pricelist__name {
    width: 80%;
  }

  .pricelist__container--all {
    width: auto;
  }

  .pricelist__cta {
    padding-left: 0;
  }

  .contact__container--info {
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
    padding-left: 0;
  }

  .contact__text {
    width: 100%;
    max-width: none;
  }

  .contact__image {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .map__container {
    padding-left: 0;
    padding-right: 0;
  }

  .rules__container {
    flex-flow: column;
    width: 100%;
  }

  .privacy__policy {
    width: auto;
  }

  .career {
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .career--text {
    max-width: none;
  }

  .career--image {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
  }

  .job__offer {
    max-width: none;
  }

  .job__offers--container {
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .job__form {
    margin-left: auto;
    margin-right: auto;
  }

  .partners__logos--bar {
    grid-column-gap: var(--_sizes---lg);
    grid-row-gap: var(--_sizes---lg);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .orthopedics__cta {
    padding-left: 0;
    padding-right: 0;
  }

  .rules__text--all {
    width: 100%;
    padding-left: 0;
  }

  .testimonials__continer {
    grid-column-gap: var(--_sizes---lg);
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .quick__stack--1 {
    display: block;
  }

  .cta__image {
    object-fit: fill;
    background-position: 50%;
  }

  .advice__title--answer {
    width: auto;
  }

  .testimonials__wrapper {
    width: 100%;
  }

  .top__menu-icon-container {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: flex;
  }

  .top__menu-icon {
    z-index: 1;
    background-image: url('../images/top__menu-burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .about__us--left {
    display: none;
  }

  .about__us--container {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
    height: 100%;
  }

  .about__us-container {
    width: 100%;
  }

  .advices__illustration {
    display: none;
  }

  .advices__container {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
  }

  .advices__q-a {
    align-items: stretch;
  }

  .rules__image {
    width: 100%;
    height: 400px;
  }

  .top__menu-icon-closed {
    z-index: 1;
    background-image: url('../images/top__menu-closed.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .orthopedics__image {
    background-position: 50%;
    width: 100%;
  }

  .hero__container {
    max-width: 100%;
    max-height: 100%;
  }

  .offer__cta__image {
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .hero__main-heading {
    width: 100%;
    font-size: 4rem;
  }

  .offer__image--container {
    position: sticky;
    top: 0;
    left: 0;
  }

  .contact__container, .footer__container {
    max-width: 100%;
  }

  .orthopedics__slogan, .dentistry__image {
    width: 100%;
  }

  .dentistry__offer {
    flex-flow: column;
  }

  .dentistry__container {
    grid-row-gap: var(--_sizes---md);
    flex-flow: column;
  }

  .dentistry__info {
    width: 100%;
  }

  .orthopedics__header {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .quick__stack--2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .dentistry__list {
    width: 100%;
  }

  .orthopedics__info--photo {
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
  }

  .orthopedics__offer {
    flex-flow: column;
    display: flex;
  }

  .aboutus__section {
    flex-flow: column;
    width: 100%;
  }

  .doctor__container {
    grid-row-gap: var(--_sizes---lg);
  }

  .hygienists__list, .receptionists__list {
    grid-row-gap: var(--_sizes---lg);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricelist__name {
    width: 70%;
  }

  .pricelist__price {
    width: auto;
  }

  .testimonials__continer {
    grid-column-gap: var(--_sizes---md);
    grid-row-gap: var(--_sizes---md);
    flex-flow: column;
  }

  .testimonials__wrapper {
    width: 100%;
  }

  .offer__image--1 {
    z-index: 1;
    background-image: url('../images/home-mid-1.webp');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex: none;
    width: 100%;
  }

  .offer__image--2 {
    z-index: 2;
    flex: none;
    width: 100vw;
    display: none;
  }

  .offer__image--3 {
    z-index: 3;
    flex: none;
    width: 100vw;
    display: none;
  }

  .popup__closed--remins {
    width: 75%;
  }

  .offer__cta__image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .top {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .footer__row--bottom {
    grid-column-gap: var(--_sizes---xs);
    grid-row-gap: var(--_sizes---xs);
    flex-flow: column;
  }

  .section {
    padding-right: var(--_sizes---md);
    padding-left: var(--_sizes---md);
  }

  .section.is--blue {
    height: 100%;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__video {
    display: none;
  }

  .hero__main-heading {
    text-align: left;
    font-size: 2.9rem;
  }

  .hero__heading {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .offer.is--full-screen {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
    width: 100%;
  }

  .offer__txt {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .offer__heading {
    text-align: left;
    width: 100%;
    font-size: 36px;
    line-height: 105%;
  }

  .offer__paragraph {
    text-align: left;
  }

  .offer__image--container {
    flex: none;
    height: 100%;
  }

  .offer__buttons {
    grid-column-gap: var(--_sizes---md);
    grid-row-gap: var(--_sizes---md);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .cta, .cta.is--brown.is--50-w {
    font-size: 36px;
  }

  .advices__text {
    grid-row-gap: var(--_sizes---md);
  }

  .advice__title {
    font-size: 36px;
  }

  .testimonial__header {
    width: 100%;
  }

  .testimonials__title {
    width: 100%;
    font-size: 36px;
  }

  .partners__headline {
    font-size: 36px;
  }

  .footer__column--right {
    grid-column-gap: var(--_sizes---s);
    grid-row-gap: var(--_sizes---s);
    flex-flow: column;
  }

  .hero__header {
    max-height: 874px;
  }

  .hero__header.is--60svh {
    padding-bottom: var(--_sizes---lg);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .orthopedics__slogan, .orthopedics__slogan.is--padding {
    font-size: 36px;
  }

  .dentistry__image {
    aspect-ratio: 1;
    height: 100%;
    position: static;
  }

  .aboutus__title {
    font-size: 36px;
  }

  .title__doctors {
    font-size: 32px;
  }

  .doctor__container {
    width: 100%;
    height: 100%;
  }

  .assistants__title, .hygienists__title, .receptionists__title {
    font-size: 32px;
  }

  .pricelist__header {
    font-size: 64px;
  }

  .pricelist__name {
    width: 70%;
  }

  .pricelist__name.is--smaller {
    width: 50%;
  }

  .pricelist__service--price {
    flex-flow: wrap;
  }

  .pricelist__cta {
    padding-bottom: 60px;
  }

  .contact {
    padding-bottom: var(--_sizes---lg);
  }

  .contact__numbers {
    grid-column-gap: var(--_sizes---xxs);
    grid-row-gap: var(--_sizes---xxs);
    flex-flow: column;
  }

  .contact__image {
    aspect-ratio: 1;
    height: auto;
  }

  .rules__container {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
    flex-flow: column;
  }

  .privacy__policy--text {
    grid-row-gap: var(--_sizes---md);
  }

  .career--image {
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
  }

  .career__title, .job__offer--title {
    font-size: 36px;
  }

  .job__form {
    padding: var(--_sizes---md);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .partners__logos--bar {
    flex-flow: column;
  }

  .about__us--heading {
    font-size: 36px;
  }

  .contact__numbers--lightblue {
    grid-column-gap: var(--_sizes---md);
    grid-row-gap: var(--_sizes---md);
    flex-flow: column;
    display: flex;
  }

  .registration__numbers.is--blue {
    grid-column-gap: var(--_sizes---s);
    grid-row-gap: var(--_sizes---s);
    flex-flow: column;
    display: flex;
  }

  .testimonials__continer {
    flex-flow: column;
  }

  .testimonial__card {
    flex-flow: column;
    flex: none;
    order: 1;
    width: 100%;
  }

  .team__image--gorska {
    width: 100%;
    height: 100%;
  }

  .cta__image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1.25rem;
    width: 100%;
    height: 100%;
  }

  .team__image--gorski {
    width: 100%;
    height: 100%;
  }

  .testimonials__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
  }

  .about__us--container {
    padding-top: var(--_sizes---lg);
    padding-bottom: var(--_sizes---lg);
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .about__us-container {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .about_us--image {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .rules__image {
    aspect-ratio: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    height: 100%;
  }

  .offer__image--2 {
    width: 100%;
  }

  .offer__image--3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .orthopedics__image {
    aspect-ratio: 1;
    height: 100%;
  }

  .staff__card, .doctor__card, .slide {
    width: 100%;
  }

  .slide.is--mobile {
    padding-right: 0;
  }

  .contact__mail {
    width: 100%;
    font-size: 20px;
  }

  .job__offer--mail {
    width: 100%;
    font-size: 22px;
  }

  .popup__txt {
    padding: 0;
  }

  .popup__container {
    height: 90%;
    position: absolute;
    inset: 0%;
  }

  .popup__closed--remins {
    width: 90%;
  }

  .hero__video--mobile {
    width: 100svw;
    height: 100svh;
    display: block;
  }

  .team__image--lewandowski {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .hero__container {
    max-width: 100%;
  }

  .offer__cta__image {
    aspect-ratio: 1;
    height: 100%;
    position: static;
  }
}

#w-node-_8333977f-756b-25cf-c0ce-d3bc8186adf1-337d0312 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_8333977f-756b-25cf-c0ce-d3bc8186adf1-337d0312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8333977f-756b-25cf-c0ce-d3bc8186adf1-337d0312 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


