:root {
  --grey: #676767;
  --black: #2f2f2f;
  --orange: #ff7e62;
  --light-grey: #f7f7f7;
  --black-2: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #676767;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Inclusive Sans, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Inclusive Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Inclusive Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.section {
  width: 100%;
  padding: 100px 50px;
}

.section.main {
  height: 100vh;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.section-padding {
  height: auto;
  padding-right: 50px;
  overflow: hidden;
}

.section.contact {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.services {
  height: 100vh;
  background-color: #bcc2cd;
  background-image: url('../images/gran2.jpg');
  background-position: 70% 90%;
  background-repeat: no-repeat;
  background-size: 140%;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.legal {
  padding-top: 160px;
}

.section._404-section {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/tooth-404-min.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: 85%;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.custom-padding {
  padding-top: 60px;
}

.section.hidden-section {
  overflow: hidden;
}

.section.hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.primary-btn {
  color: #fff;
  text-align: center;
  background-color: #a4c2ff;
  border-radius: 15px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
}

.primary-btn:hover {
  background-color: var(--black);
}

.primary-btn.pb-black {
  background-color: #2f2f2f;
}

.primary-btn.pb-black:hover {
  background-color: #a4c2ff;
}

.primary-btn.pb-black.primary-btn-mobile {
  display: none;
}

.primary-btn.mrg-top {
  margin-top: 35px;
  line-height: 24px;
}

.primary-btn.orange-btn {
  width: 100%;
  height: 60px;
  background-color: var(--orange);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
}

.primary-btn.orange-btn:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.primary-btn.primary-btn-white {
  color: var(--grey);
  background-color: #fff;
  line-height: 24px;
}

.primary-btn.primary-btn-white:hover {
  background-color: var(--black);
  color: #fff;
  line-height: 24px;
}

.primary-btn.black-btn {
  background-color: var(--black);
  text-align: center;
  margin-top: 35px;
}

.primary-btn.black-btn:hover {
  background-color: var(--orange);
}

.primary-btn.black-btn.mrg-top-btm {
  margin-top: 60px;
}

.primary-btn.orange-btn-large-card {
  width: auto;
  max-height: 60px;
  background-color: var(--orange);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.primary-btn.submit-btn-white {
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-top: 35px;
}

.primary-btn.submit-btn-white:hover {
  background-color: var(--orange);
}

.primary-btn.primary-btn-large {
  width: 100%;
  max-height: 60px;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 24px;
}

.primary-btn.brn-404 {
  width: 100%;
  background-color: var(--black);
}

.primary-btn.brn-404:hover {
  background-color: var(--orange);
}

.secondary-btn {
  color: var(--grey);
  text-align: center;
  background-color: rgba(164, 194, 255, 0);
  border: 1px solid #676767;
  border-radius: 15px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
}

.secondary-btn:hover {
  opacity: .6;
}

.wrap-btn {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wrap-left-main {
  z-index: 1;
  max-width: 50%;
  position: relative;
}

.span-orange {
  color: var(--orange);
}

.wrap-main {
  position: relative;
}

.wrap-main-img {
  max-width: 92%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -75%;
  transform: translate(-50%, -50%);
}

.img-card {
  border-radius: 15px;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: 29%;
  right: auto;
}

.img-card.second {
  top: auto;
  bottom: 38%;
  left: 50%;
  right: auto;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.bg-grey {
  z-index: 2;
  background-color: #c8cfdb;
}

.navbar.services {
  z-index: 99;
  position: fixed;
}

.img-logo {
  display: block;
}

.container-menu {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-item {
  padding: 0;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 90%;
  transition: all .2s;
}

.menu-item:hover {
  color: var(--grey);
}

.menu-item.w--current {
  color: var(--orange);
  font-family: Proximanova, sans-serif;
  font-weight: 300;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-cards {
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1.2fr;
  align-content: stretch;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
}

.card {
  max-width: none;
  background-color: #f7f7f7;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.card.card-black {
  background-color: #2f2f2f;
}

.card.orange {
  background-color: #ffccc5;
  flex-direction: column;
  justify-content: space-between;
}

.card.blue {
  background-color: #d8e5ff;
}

.card.grey {
  background-color: #676767;
}

.card.navy-blue {
  background-color: #a4c2ff;
}

.card.black {
  background-color: var(--black);
}

.card.bright-orange {
  background-color: #ff7e62;
}

.txt-number {
  color: #676767;
  flex: 0 auto;
  font-size: 90px;
  font-weight: 400;
  line-height: 80%;
}

.txt-number.txx-number-light {
  color: #fff;
  font-size: 90px;
  line-height: 80%;
}

.h3-max-width {
  max-width: 40%;
}

.flex-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-card.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 120px;
}

.img-gray-card {
  width: 60px;
  height: 60px;
  max-width: none;
  object-fit: cover;
  border-radius: 90px;
}

.h3-max-width-light {
  max-width: 40%;
  color: #fff;
}

.flex-card-center {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid.services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-bottom: 200px;
}

.grid.services.last {
  margin-bottom: 0;
}

.wrap-left-content {
  max-width: 85%;
  position: relative;
}

.dropdown {
  width: 100%;
  transition: all .2s;
}

.dropdown-toggle {
  width: 100%;
  border: 1px #000;
  border-top: 1px solid #cecece;
  border-bottom-color: #cecece;
  justify-content: space-between;
  padding: 30px 0;
  transition: all .4s;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-bottom: 30px;
  transition: all .4s;
}

.dropdown-toggle.last {
  border-bottom-style: solid;
}

.dropdown-toggle.last.w--open {
  border-bottom-style: none;
}

.txt-dropdown {
  color: var(--grey);
  font-family: Inclusive Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 90%;
}

.img-icon-dropdown {
  display: block;
}

.dropdown-list {
  background-color: #b87c7c;
  transition: all .2s;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  transition: all .2s;
  position: relative;
}

.wrap-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.cta {
  background-color: var(--black);
  border-radius: 40px;
  padding: 70px 60px;
}

.h2-cta {
  color: #fff;
  margin-bottom: 60px;
  font-size: 80px;
  line-height: 70%;
}

.input {
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #373737;
  border: 1px solid #7e7e7e;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.dropdown-form {
  width: 100%;
  height: 60px;
  background-color: #373737;
  border: 1px solid #7e7e7e;
  border-radius: 15px;
  display: block;
}

.dropdown-toggle-form {
  width: 100%;
  height: 100%;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-form.w--open {
  margin-bottom: 10px;
}

.txt-dropdown-form {
  color: #7e7e7e;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-list-form.w--open {
  background-color: #373737;
  border: 1px #7e7e7e;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.link-form {
  color: #7e7e7e;
  font-size: 18px;
  transition: all .2s;
}

.link-form:hover {
  color: #fff;
  background-color: #2e2e2e;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.img-icon-dropdown-form {
  width: 12%;
  max-width: none;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.img-right {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 600px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}

.wrap-img {
  position: relative;
}

.white-card {
  max-width: 85%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: -52%;
  right: auto;
}

.txt-small-orange {
  color: var(--orange);
  font-size: 17px;
  line-height: 100%;
}

.txt-small-orange.mrg-btm {
  margin-bottom: 5px;
}

.h3-margin-btm {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 25px;
}

.txt-small-grey {
  color: var(--grey);
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}

.wrap-social-media {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: flex-start;
  margin-top: 34px;
  display: flex;
}

.wrap-slider-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 200px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.card-team {
  max-width: 290px;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-card-team {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inclusive Sans, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.arrow-prev {
  z-index: 5;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  left: 0;
}

.arrow-next {
  z-index: 5;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  right: 0;
  transform: rotate(180deg);
}

.swiper-wrapper {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(510px, 1fr) minmax(510px, 1fr) minmax(510px, 1fr) minmax(510px, 1fr) minmax(510px, 1fr) minmax(510px, 1fr) minmax(510px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  width: auto;
  height: auto;
  max-width: 570px;
  background-color: #f7f7f7;
  border-radius: 40px;
  margin-right: 40px;
  padding: 30px;
  overflow: visible;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #cecece;
  margin-top: 40px;
  margin-bottom: 20px;
}

.name-review {
  color: var(--black);
  font-family: Inclusive Sans, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.img-review {
  margin-bottom: 30px;
}

.large-card {
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  overflow: hidden;
}

.large-card.large-card-blue {
  background-color: #a4c2ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-card.large-card-black {
  background-color: #2f2f2f;
  position: relative;
}

.h2-large-card {
  max-width: 70%;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 70px;
}

.img-tooth-top {
  max-width: 22%;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.img-tooth-btm {
  max-width: 22%;
  position: absolute;
  top: auto;
  bottom: -26%;
  left: 12%;
  right: auto;
}

.img-tooth-right {
  max-width: 25%;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: -5%;
}

.slider {
  min-height: 620px;
  border-radius: 40px;
  overflow: visible;
}

.img-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mask {
  border-radius: 40px;
}

.slide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f7f7f7;
  justify-content: center;
  font-size: 8px;
  line-height: 100%;
  display: flex;
}

.h2-max-width {
  max-width: 90%;
  line-height: 110%;
}

.wrap-right-content {
  position: relative;
}

.input-custom {
  height: 60px;
  color: #7f7f7f;
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 100%;
}

.input-custom.black {
  color: #7e7e7e;
  background-color: #373737;
  border-style: solid;
  border-color: #7e7e7e;
}

.textarea {
  min-height: 230px;
  color: #333;
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 20px;
}

.textarea.black {
  color: #7e7e7e;
  background-color: #373737;
  border-style: solid;
  border-color: #7e7e7e;
}

.form-submit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-map {
  border-radius: 40px;
  position: relative;
  overflow: visible;
}

.img-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.tooltip {
  z-index: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 20%;
  right: auto;
}

.tooltip-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  position: absolute;
  top: 55%;
  bottom: auto;
  left: 33%;
  right: auto;
  overflow: hidden;
}

.wrap-name-clinick {
  background-color: var(--light-grey);
  padding: 30px 30px 20px;
  font-weight: 300;
}

.txt-small-grey-map {
  color: var(--grey);
  font-size: 17px;
  font-weight: 300;
  line-height: 100%;
}

.txt-small-grey-map.mrg-btm {
  margin-bottom: 5px;
}

.wrap-content-tooltip {
  padding: 20px 30px 30px;
}

.txt-small-black {
  color: var(--black);
  font-size: 17px;
  line-height: 100%;
}

.txt-small-black.mrg-btm {
  margin-bottom: 5px;
}

.wrap-btm {
  margin-top: 75px;
}

.img-heart-btm {
  max-width: 45%;
  position: absolute;
  top: auto;
  bottom: -71%;
  left: 1%;
  right: auto;
}

.footer {
  background-color: var(--light-grey);
  padding: 100px 50px 20px;
}

.txt-footer {
  color: var(--grey);
  font-size: 16px;
  line-height: 120%;
}

.column-footer {
  flex-direction: column;
  display: flex;
}

.column-footer.colomn-footer-first {
  margin-right: 120px;
}

.wrap-social-media-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  margin-bottom: 34px;
}

.grid-footer {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #cecece;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .5fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: grid;
}

.link-footer {
  color: #676767;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.link-footer:hover {
  color: #999;
}

.link-footer.last {
  margin-bottom: 0;
}

.link-footer.link-custom {
  margin-left: auto;
  margin-right: 100px;
}

.heading-footer {
  color: var(--grey);
  margin-bottom: 20px;
  font-family: Inclusive Sans, sans-serif;
  font-weight: 400;
}

.input-form {
  height: 60px;
  color: var(--grey);
  background-color: #fff;
  border: 1px #000;
  border-radius: 90px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.submit-footer {
  width: 50px;
  height: 50px;
  background-color: var(--grey);
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 90px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 5px;
  transform: translate(0, -50%)rotate(180deg);
}

.submit-footer:hover {
  background-color: var(--black);
}

.form-footer {
  position: relative;
}

.form-block-footer {
  margin-bottom: 0;
}

.flex-footer {
  justify-content: space-between;
  display: flex;
}

.overlay {
  z-index: 0;
  background-color: var(--black);
  opacity: .52;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-arrow {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-slider {
  margin-top: 100px;
  position: relative;
}

.swiper-container {
  width: auto;
  margin-top: 20px;
  overflow: visible;
}

.wrap-pagination {
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: block;
  position: relative;
}

.arrow-prev-slider {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -22px;
  right: auto;
  transform: translate(0, -50%);
}

.arrow-next-slider {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -22px;
  transform: translate(0, -50%)rotate(180deg);
}

.img-swiper {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}

.img-gray-card-smile {
  width: 30%;
  max-width: 60%;
}

.select-field {
  display: none;
}

.img {
  border-radius: 40px;
}

.grid-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.h3-card-small {
  margin-bottom: 0;
  font-family: Inclusive Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h3-card-small.light {
  color: #fff;
}

.h3-card-small.max-width {
  line-height: 110%;
}

.txt-card {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 18px;
}

.txt-card.light {
  color: #fff;
}

.max-width {
  max-width: 50%;
}

.black-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #2f2f2f;
  border-radius: 40px;
  grid-template-rows: auto;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}

.h2-light, .txt-light {
  color: #fff;
}

.card-team-contact {
  max-width: 290px;
  flex: none;
}

.img-swiper-card-team {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}

.main-img-services {
  width: 50%;
  height: 100vh;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wrap-left-main-services {
  z-index: 1;
  max-width: 50%;
  position: relative;
}

.h1-light {
  color: var(--light-grey);
}

.txt-main {
  max-width: 90%;
  color: #fff;
}

.icon-tooth {
  width: 71px;
  margin-top: 100px;
}

.img-smile {
  margin: auto;
}

.h3-black {
  margin-bottom: 20px;
}

.img-dentiform {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.tooltip-contact {
  z-index: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: 27%;
  right: auto;
}

.flex {
  align-items: center;
  display: flex;
}

.grid-contact-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.txt-legal {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 17px;
}

.txt-legal.mrg-btm-60 {
  color: var(--grey);
  margin-bottom: 60px;
}

.txt-legal.txt-left-legal {
  text-align: right;
  margin-top: 60px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

.h2-legal {
  color: var(--grey);
  margin-bottom: 30px;
}

.wrap-content {
  max-width: 70%;
  margin-top: 0;
}

.list-legal {
  margin-bottom: 30px;
}

.list-legal.mrg-btm-60 {
  margin-bottom: 60px;
}

.list-item {
  margin-bottom: 10px;
  font-size: 17px;
}

.list-item.last {
  margin-bottom: 0;
}

.h3-legal {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.h3-legal.mrg-btm {
  margin-bottom: 20px;
  font-size: 22px;
}

.link-legal {
  color: var(--grey);
  font-weight: 400;
}

.flex-legal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.sidebar {
  width: 30%;
  border-radius: 40px;
  padding: 40px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 11px -1px #e9e6e6;
}

.menu-item-sidebar {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.menu-item-sidebar:hover {
  color: #9e9e9e;
}

.menu-item-sidebar.last {
  margin-bottom: 0;
}

.link-block {
  background-color: var(--light-grey);
  border-radius: 30px;
  padding: 10px 40px;
  text-decoration: none;
  transition: all .3s;
}

.link-block:hover {
  color: var(--light-grey);
  background-color: #a4c2ff;
}

.txt-link-block {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.wrap-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.block-404 {
  width: 60%;
  max-width: 60%;
  background-color: #a4c2ff;
  border: 1px #000;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 20px;
}

.h1-404 {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Proximanova, sans-serif;
  font-size: 150px;
  font-weight: 600;
}

.txt-404 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.img-card-team {
  max-width: 60%;
  border-radius: 90px;
}

.flex-tooltip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.flex-tooltip-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.wrap-left-main-contact {
  z-index: 1;
  max-width: 60%;
  position: relative;
}

.wrap-slide {
  width: 510px;
}

.img-heart {
  width: auto;
  max-width: 70%;
  position: absolute;
  top: auto;
  bottom: -44%;
  left: 0%;
  right: auto;
}

.flex-arrow-reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: translate(0, -50%);
}

.arrow-prev-review {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  left: 0;
}

.arrow-next-review {
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #cecece;
  border-radius: 90px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  right: 0;
  transform: rotate(180deg);
}

.txt-review-m-height {
  min-height: 196px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--grey);
}

@media screen and (min-width: 1280px) {
  .section.section-padding {
    padding-left: 0;
  }

  .section.services {
    align-items: center;
    display: flex;
    position: relative;
  }

  .section._404-section {
    background-position: 50% 70%;
    background-size: 75%;
  }

  .primary-btn {
    transition: all .3s;
  }

  .primary-btn:hover {
    background-color: var(--black);
    color: #fff;
  }

  .primary-btn.orange-btn {
    line-height: 20px;
  }

  .primary-btn.black-btn.mrg-top-btm {
    margin-top: 60px;
  }

  .primary-btn.orange-btn-large-card {
    max-height: none;
  }

  .primary-btn.orange-btn-large-card:hover {
    background-color: var(--black-2);
  }

  .secondary-btn {
    transition: all .3s;
  }

  .secondary-btn:hover {
    color: #b4b4b4;
    background-color: rgba(47, 47, 47, 0);
    border-color: #b4b4b4;
  }

  .img-card {
    border-radius: 15px;
  }

  .navbar.bg-grey {
    background-color: #c8cfdb;
  }

  .input:focus {
    border-color: #fff;
  }

  .dropdown-form {
    display: block;
  }

  .img-right {
    min-height: 600px;
  }

  .white-card {
    max-width: 85%;
    padding: 40px 30px;
    bottom: 5%;
    left: -55%;
  }

  .txt-small-grey {
    margin-top: 35px;
  }

  .wrap-slider-team {
    margin-top: 100px;
  }

  .swiper-wrapper {
    align-items: flex-start;
    overflow: visible;
  }

  .swiper-container {
    width: 100%;
    min-width: auto;
  }

  .h2-margin-top {
    margin-bottom: 20px;
  }

  .img-gray-card-smile {
    max-width: 50%;
  }

  .select-field {
    height: 60px;
    color: #7e7e7e;
    background-color: #373737;
    border: 1px solid #7e7e7e;
    border-radius: 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .main-img-services {
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .wrap-left-main-services {
    max-width: 60%;
  }

  .txt-main {
    max-width: 70%;
  }

  .h3-black {
    color: var(--black);
    margin-bottom: 35px;
  }

  .tooltip-contact {
    top: 49.4%;
  }

  .wrap-left-main-contact {
    max-width: 80%;
  }

  .img-heart {
    max-width: 65%;
    bottom: -44%;
  }

  .flex-arrow-reviews {
    justify-content: flex-end;
    padding-right: 94px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 115%;
  }

  h2 {
    font-size: 35px;
    line-height: 105%;
  }

  .section {
    padding-bottom: 100px;
  }

  .section.main {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.section-padding {
    padding-left: 50px;
  }

  .section.contact {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.services {
    height: auto;
    background-image: url('../images/gran-mobile2.jpg');
    background-position: 50% 100%;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 85%;
  }

  .section.legal {
    padding-top: 140px;
  }

  .section._404-section {
    height: auto;
    background-position: 50% 70%;
    background-size: 130%;
    justify-content: flex-start;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .primary-btn {
    font-size: 20px;
    line-height: 20px;
  }

  .primary-btn.pb-black {
    display: none;
  }

  .primary-btn.pb-black.primary-btn-mobile {
    max-width: 300px;
    margin-top: 40px;
    display: block;
  }

  .primary-btn.mrg-top {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 20px;
  }

  .primary-btn.primary-btn-white, .primary-btn.primary-btn-white:hover, .primary-btn.orange-btn-large-card {
    line-height: 20px;
  }

  .secondary-btn {
    font-size: 20px;
    line-height: 20px;
  }

  .wrap-btn {
    z-index: 5;
    position: relative;
  }

  .wrap-left-main {
    max-width: 100%;
  }

  .wrap-main {
    padding-bottom: 60%;
  }

  .wrap-main-img {
    max-width: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -28%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform: none;
  }

  .img-main {
    max-width: 100%;
  }

  .img-card {
    border-radius: 15px;
    top: auto;
    bottom: 23%;
    left: 0%;
    right: auto;
  }

  .img-card.second {
    top: 21%;
    bottom: auto;
    left: auto;
    right: 12%;
  }

  .menu-item {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border: 1px #000;
    border-top: 1px solid #e2e2e2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 50px;
    box-shadow: 0 0 15px rgba(103, 103, 103, .21);
  }

  .grid-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .card {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .txt-number, .txt-number.txx-number-light {
    font-size: 70px;
    line-height: 70%;
  }

  .h3-max-width, .h3-max-width-light {
    max-width: none;
    font-size: 25px;
  }

  .grid {
    overflow: visible;
  }

  .grid.services {
    margin-bottom: 60px;
  }

  .wrap-left-content {
    max-width: none;
  }

  .cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-cta {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 100%;
  }

  .input {
    text-align: left;
    padding-left: 20px;
  }

  .form {
    grid-template-columns: 1fr 1fr;
  }

  .img-icon-dropdown-form {
    width: 15px;
  }

  .white-card {
    max-width: 65%;
    left: 4%;
  }

  .h3-margin-btm {
    font-size: 20px;
  }

  .txt-small-grey {
    font-size: 14px;
  }

  .wrap-social-media {
    margin-top: 20px;
  }

  .wrap-slider-team {
    margin-top: 0;
    overflow: visible;
  }

  .card-team {
    margin-left: 0;
    margin-right: 40px;
  }

  .swiper-slide {
    width: 90%;
    max-width: 90%;
    min-height: auto;
    flex: none;
  }

  .large-card.large-card-blue {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h2-large-card {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 100%;
  }

  .slider {
    min-height: 500px;
  }

  .h2-max-width {
    margin-bottom: 20px;
  }

  .input-custom, .textarea {
    font-size: 18px;
  }

  .tooltip {
    width: 5%;
    max-width: 80%;
    top: 47.8%;
    left: 22%;
  }

  .img-heart-btm {
    bottom: -44%;
  }

  .column-footer.colomn-footer-first {
    margin-right: 100px;
  }

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-footer {
    font-size: 18px;
  }

  .flex-arrow {
    justify-content: space-between;
  }

  .wrapper-slider {
    margin-top: 140px;
  }

  .swiper-container {
    margin-top: 0;
  }

  .wrap-pagination {
    margin-top: 80px;
  }

  .h2-margin-top {
    margin-bottom: 20px;
  }

  .img-gray-card-smile {
    width: 15%;
    max-width: 15%;
  }

  .select-field {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-top, .line-center {
    width: 27px;
    height: 2px;
    background-color: var(--grey);
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-btm {
    width: 27px;
    height: 2px;
    background-color: var(--grey);
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 17px;
  }

  .hide {
    display: none;
  }

  .grid-contact {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

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

  .black-cta {
    padding: 60px 40px 40%;
    overflow: hidden;
  }

  .main-img-services {
    width: 100%;
    height: auto;
    border-radius: 40px 40px 0 0;
    position: relative;
  }

  .wrap-left-main-services {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .h1-light.mob, .txt-main.mob {
    color: var(--black);
  }

  .grid-contact-services {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .wrap-content {
    max-width: none;
  }

  .flex-legal {
    margin-top: 60px;
  }

  .sidebar {
    display: none;
  }

  .wrap-link {
    margin-bottom: 40px;
  }

  .block-404 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .h1-404 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 120px;
  }

  .txt-404 {
    text-align: left;
  }

  .wrap-left-main-contact {
    max-width: 100%;
  }

  .wrap-slide {
    width: auto;
  }

  .img-heart {
    max-width: 80%;
    display: block;
    top: auto;
    bottom: -24%;
    left: 0%;
    right: auto;
  }

  .flex-arrow-reviews {
    justify-content: flex-start;
    margin-top: 80px;
  }

  .txt-review-m-height {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    margin-bottom: 20px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.main {
    padding-bottom: 0;
  }

  .section.section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.contact {
    padding-top: 140px;
  }

  .section._404-section {
    background-position: 50% 90%;
    background-size: 150%;
  }

  .section.custom-padding {
    padding-top: 40px;
  }

  .container {
    max-width: none;
  }

  .primary-btn {
    padding-left: 60px;
    padding-right: 60px;
  }

  .primary-btn.mrg-top {
    margin-top: 20px;
  }

  .primary-btn.black-btn.mrg-top-btm {
    margin-top: 30px;
  }

  .secondary-btn {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrap-btn {
    grid-column-gap: 20px;
    margin-top: 40px;
  }

  .wrap-main {
    padding-bottom: 0%;
  }

  .wrap-main-img {
    position: relative;
    bottom: auto;
  }

  .img-card {
    width: 40%;
    max-width: 40%;
  }

  .img-card.second {
    width: 30%;
    top: 21%;
  }

  .navbar, .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-cards {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-number, .txt-number.txx-number-light {
    font-size: 60px;
  }

  .h3-max-width, .h3-max-width-light {
    font-size: 22px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid.services {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 80px;
    display: flex;
  }

  .grid.services.reverse {
    flex-direction: column-reverse;
  }

  .wrap-left-content {
    max-width: none;
  }

  .txt-dropdown {
    font-size: 18px;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .txt-dropdown-form {
    font-size: 16px;
  }

  .img-icon-dropdown-form {
    width: 12px;
    min-width: 0;
  }

  .card-team {
    margin-right: 20px;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .swiper-slide {
    width: 90%;
    max-width: 90%;
    flex: none;
    margin-right: 20px;
  }

  .large-card.large-card-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-card.large-card-black {
    padding: 60px 20px;
  }

  .h2-large-card {
    max-width: 80%;
    font-size: 35px;
  }

  .img-tooth-btm {
    bottom: -17%;
    left: 3%;
  }

  .input-custom, .textarea {
    font-size: 16px;
  }

  .img-map {
    height: auto;
    margin-bottom: 20px;
  }

  .tooltip {
    top: 29%;
  }

  .tooltip-content {
    position: static;
  }

  .wrap-name-clinick {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-small-grey-map {
    font-size: 14px;
  }

  .wrap-content-tooltip {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-btm {
    margin-top: 40px;
  }

  .img-heart-btm {
    bottom: -33%;
  }

  .footer {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-footer.colomn-footer-first {
    max-width: 80%;
    margin-right: 0;
  }

  .wrap-social-media-footer {
    margin-top: auto;
  }

  .brand-footer {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: .5fr 1fr .5fr;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .link-footer.link-custom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-footer {
    justify-content: space-between;
    align-items: center;
  }

  .flex-arrow {
    margin-top: 50px;
  }

  .wrap-pagination {
    margin-top: 80px;
  }

  .arrow-prev-slider {
    left: 10px;
  }

  .arrow-next-slider {
    right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .heading-2 {
    line-height: 105%;
  }

  .bold-text {
    text-align: left;
  }

  .img {
    margin-bottom: 40px;
  }

  .grid-contact {
    grid-template-columns: 1fr;
  }

  .black-cta {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-bottom: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-team-contact {
    max-width: none;
  }

  .wrap-left-main-services {
    margin-bottom: 40px;
  }

  .tooltip-contact {
    top: 14%;
    bottom: auto;
    left: 10%;
    right: auto;
  }

  .grid-contact-services {
    grid-template-columns: 1fr;
  }

  .wrap-link {
    flex-wrap: wrap;
  }

  .h1-404 {
    font-size: 100px;
  }

  .txt-404 {
    font-size: 16px;
  }

  .wrap-slide {
    width: auto;
  }

  .img-heart {
    max-width: 95%;
    bottom: -26%;
    left: -4%;
  }

  .flex-arrow-reviews {
    margin-top: 60px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 42px;
    line-height: 105%;
  }

  h2 {
    font-size: 30px;
  }

  .section.main {
    padding-bottom: 0;
  }

  .section.section-hidden {
    overflow: hidden;
  }

  .section.contact {
    padding-top: 140px;
  }

  .section._404-section {
    background-position: 50% 80%;
    background-size: 200%;
  }

  .primary-btn {
    width: 100%;
  }

  .primary-btn.pb-black.primary-btn-mobile {
    max-width: 100%;
  }

  .primary-btn.orange-btn-large-card {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .secondary-btn {
    width: 100%;
  }

  .wrap-main {
    padding-bottom: 0%;
  }

  .wrap-main-img {
    width: 120%;
    max-width: 120%;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: auto;
  }

  .img-main {
    width: 160%;
    max-width: 160%;
  }

  .img-card {
    width: 50%;
    max-width: 50%;
    bottom: 20%;
  }

  .img-card.second {
    width: 40%;
    max-width: 60%;
    top: 11%;
    right: 19%;
  }

  .menu-item {
    text-align: center;
  }

  .card {
    border-radius: 30px;
  }

  .txt-number, .txt-number.txx-number-light {
    font-size: 50px;
    line-height: 60%;
  }

  .flex-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .wrap-left-content {
    max-width: none;
  }

  .cta {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 40px 20px;
  }

  .input, .dropdown-toggle-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .img-right {
    height: auto;
    min-height: auto;
    border-radius: 30px;
  }

  .white-card {
    max-width: 100%;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .card-team {
    max-width: 98%;
    margin-left: 0;
    margin-right: 20px;
  }

  .arrow-prev {
    left: 10px;
  }

  .arrow-next {
    right: 10px;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
  }

  .swiper-slide {
    width: 98%;
    max-width: 98%;
    min-height: 410px;
    border-radius: 30px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line {
    margin-top: 40px;
  }

  .large-card.large-card-blue {
    border-radius: 30px;
    padding-bottom: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-card.large-card-black {
    border-radius: 30px;
    align-items: flex-start;
    padding-bottom: 220px;
  }

  .h2-large-card {
    max-width: 95%;
    text-align: left;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 110%;
  }

  .img-tooth-top {
    display: none;
    top: -6%;
  }

  .img-tooth-btm {
    max-width: 60%;
    top: auto;
    bottom: -14%;
    left: 50%;
    right: auto;
  }

  .img-tooth-right {
    max-width: 40%;
    display: none;
    bottom: 2%;
    right: 0%;
  }

  .slider {
    min-height: 350px;
  }

  .input-custom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-map {
    height: auto;
    border-radius: 30px;
  }

  .tooltip {
    width: 7%;
    top: 27%;
    left: 20%;
  }

  .tooltip-content {
    top: 63%;
  }

  .img-heart-btm {
    max-width: 120%;
    bottom: -43%;
    left: -5%;
  }

  .column-footer.colomn-footer-first {
    max-width: none;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr;
  }

  .heading-footer {
    margin-bottom: 12px;
  }

  .flex-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-slider {
    margin-top: 60px;
  }

  .wrap-pagination {
    margin-top: 80px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 110%;
  }

  .img {
    border-radius: 30px;
  }

  .black-cta {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 60%;
  }

  .card-team-contact {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .main-img-services {
    border-radius: 30px 30px 0 0;
  }

  .h1-light {
    line-height: 100%;
  }

  .txt-main {
    max-width: none;
  }

  .img-smile {
    width: 30%;
    max-width: 30%;
  }

  .img-dentiform {
    border-radius: 30px;
  }

  .tooltip-contact {
    top: 10%;
  }

  .h2-legal {
    font-size: 25px;
  }

  .link-block, .link-block.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-404 {
    padding-right: 20px;
  }

  .img-heart {
    max-width: 100%;
    bottom: -11%;
  }

  .flex-arrow-reviews {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }
}

#w-node-_68e48f72-a746-8da9-28a6-14d5ba5f02e9-5748bd8e, #w-node-_143382d5-f145-55a8-7886-7ffeeb307f48-5748bd8e, #w-node-_6969dcab-32c1-a72e-6cde-3360abddfb9d-5748bd8e, #w-node-d176ebdf-b70f-88fc-bff7-b541bd59996f-5748bd8e, #w-node-dcbc1c8c-3e81-9605-f5c2-21f8331e1eac-5748bd8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name-2.w-node-bb0c1d17-174c-6648-cfdc-088d19bf20fb-5748bd8e, #Phone.w-node-_8313e28e-aa12-a44a-f9f8-3f97d9cf4004-5748bd8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Search.w-node-a92eb449-25dd-6014-4bbe-5e3cc4bdfed5-5748bd8e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d91a4218-4b0e-96ee-be54-a475d0778c6e-5748bd8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e346d713-02f0-1d4e-b519-1ddfe8dba71c-5748bd8e, #w-node-_72cf3574-4eaf-cfc4-88ef-04b505f1dbdc-5748bd8e, #w-node-ba8863f3-da63-8263-581d-ef73f2a7d992-5748bd8e, #w-node-_5cde4ecc-d2c5-55a9-609f-6d3d079710be-5748bd8e, #w-node-fe90cd12-651b-4158-0967-b6a0c6b39599-5748bd8e, #w-node-_58b22e3b-0855-e6f6-07c9-8fbf5c8e7ad2-5748bd8e, #w-node-_6f276d8b-0834-41b6-86e1-494d68f18f76-5748bd8e, #w-node-b9e41726-7e34-f1e4-333d-611114a4f684-5748bd8e, #w-node-b3c20762-71ad-66c2-1db6-33816e842dc2-5748bd8e, #w-node-_15e075ce-07de-2531-083b-87d201565a16-5748bd8e, #w-node-_1f56a3a0-641b-a10d-b104-20331bfea5f9-5748bd8e, #w-node-_098a75f1-95d0-8e93-c8b9-2d57a717b9a8-5748bd8e, #w-node-_201f22b0-9104-a5ee-d224-6f15d1867b2d-5748bd8e, #w-node-b8f27f7c-68fb-2fdf-abf5-c6c93bec52d6-5748bd8e, #w-node-b8f27f7c-68fb-2fdf-abf5-c6c93bec52d7-5748bd8e, #w-node-abf31238-1593-c3ba-3c45-a5b075f9f3bc-5748bd8e, #w-node-e62363de-07f7-763b-ea16-6f57091bf83a-5748bd8e, #w-node-_2fe76f1a-c6a5-5a1f-2f44-f2ac0019ef90-5748bd8e, #w-node-b12e6e5b-9406-2218-c809-2788dfcbb9d3-5748bd8e, #w-node-_4bdf4a5a-d798-b416-4da2-c10e035016f6-5748bd8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-f50833b8-c636-a9f0-08a1-12e776646aeb-5748bd8e, #Phone-2.w-node-_4cdc3ec9-9fa2-1cad-b9ba-d33e1267ab59-5748bd8e, #field.w-node-cf5a2da0-bc96-efbc-4d1a-4b503709102c-5748bd8e, #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b232b-cb0b22fd, #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b232c-cb0b22fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59f1b75c-15c7-9cf5-f3ac-3bfbcab9b28a-2f1dbe11, #w-node-_8cfe7723-d9f1-b962-32bb-c8eade28481c-2f1dbe11, #w-node-_239a49dc-9bbd-cacf-c050-e628f3bb7242-2f1dbe11, #w-node-_8c4acc99-edc4-83b9-da2a-b0859398b611-2f1dbe11, #w-node-_13691682-4617-c8d8-7469-8a156d8cb3dc-2f1dbe11, #w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf50-2f1dbe11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email.w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf57-2f1dbe11, #Phone.w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf58-2f1dbe11, #field.w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf59-2f1dbe11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7ffcfdb-2d59-511b-d433-4d8a8ffb095f-2f1dbe11, #w-node-b1068a54-e3df-33c7-c1e9-a535c1b0ad36-2f1dbe11, #w-node-daeb06d8-1f34-2bfb-45a8-20fa89f418be-2f1dbe11, #w-node-_0aa56a2e-0a46-22ff-2df9-951d9542d746-2f1dbe11, #w-node-ee1a983b-10ce-acf8-01e4-69c464ba97ed-2f1dbe11, #w-node-a8d1488d-8763-78bb-655f-9f83b1b88c72-2f1dbe11, #w-node-c0020acc-5d59-7ddf-381b-8b55ce5ab374-2f1dbe11, #w-node-ea273834-d88c-8ba9-27d2-b9d363d2d123-2f1dbe11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name-2.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f0-f4d0cf63, #Phone.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f1-f4d0cf63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Search.w-node-_00281318-6f3c-d987-b1c3-c7cdfb335a04-f4d0cf63 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_00281318-6f3c-d987-b1c3-c7cdfb335a05-f4d0cf63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca2f3882-1a49-01dc-d889-5701e02f0209-f4d0cf63, #w-node-ca2f3882-1a49-01dc-d889-5701e02f0212-f4d0cf63, #w-node-_4db093cb-970c-bb55-2912-4d4328032da5-f4d0cf63, #w-node-_5800d208-a744-f0b7-7efd-e68a3ee6135b-f4d0cf63, #w-node-_38fa7de4-45cc-4397-221f-3b980fe177c9-f4d0cf63, #w-node-_6a6678b8-d1db-3520-3841-455ebc9018de-f4d0cf63, #w-node-f37257bd-a5f5-764e-3ea2-1cbe2d6c73a3-f4d0cf63, #w-node-_8d24a20a-cafc-6082-45bc-1788a8187e91-f4d0cf63, #w-node-b2314018-b999-faf8-19a2-544ea2489a3d-f4d0cf63, #w-node-_96c62947-ff8d-bc43-1f50-23e6ab0ac637-f4d0cf63, #w-node-_7c294b7b-d727-a745-c299-904b6a85686b-f4d0cf63, #w-node-e3faea89-c669-bfad-0fec-79129cd36cf2-f4d0cf63, #w-node-c6e65d96-3de1-05fa-5bc3-a23cf9d01a0a-f4d0cf63, #w-node-_9250681d-d9cc-bcd8-438d-58019ef40183-f4d0cf63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #Field-3.w-node-f9a7bc6d-f5ec-c20b-70b9-9f44d0603e1e-5748bd8e, #Field-5.w-node-f44d1836-f1a1-18da-8fb1-c205c786b11d-5748bd8e, #Field.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359fd-f4d0cf63, #w-node-e0402393-4c0d-6eca-eac4-511ac4f852b2-f4d0cf63, #w-node-_96c62947-ff8d-bc43-1f50-23e6ab0ac636-f4d0cf63, #w-node-_7c294b7b-d727-a745-c299-904b6a856872-f4d0cf63, #w-node-e3faea89-c669-bfad-0fec-79129cd36cf1-f4d0cf63, #w-node-c6e65d96-3de1-05fa-5bc3-a23cf9d01a11-f4d0cf63, #w-node-_9250681d-d9cc-bcd8-438d-58019ef40182-f4d0cf63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_143382d5-f145-55a8-7886-7ffeeb307f48-5748bd8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6969dcab-32c1-a72e-6cde-3360abddfb9d-5748bd8e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #name-2.w-node-bb0c1d17-174c-6648-cfdc-088d19bf20fb-5748bd8e, #Phone.w-node-_8313e28e-aa12-a44a-f9f8-3f97d9cf4004-5748bd8e {
    grid-column: span 1 / span 1;
  }

  #Search.w-node-a92eb449-25dd-6014-4bbe-5e3cc4bdfed5-5748bd8e, #w-node-d91a4218-4b0e-96ee-be54-a475d0778c6e-5748bd8e, #w-node-e346d713-02f0-1d4e-b519-1ddfe8dba71c-5748bd8e, #w-node-c85aecc6-9985-fa4d-2236-dec8addc18e6-5748bd8e, #w-node-e62363de-07f7-763b-ea16-6f57091bf83a-5748bd8e, #w-node-_2fe76f1a-c6a5-5a1f-2f44-f2ac0019ef90-5748bd8e, #w-node-b12e6e5b-9406-2218-c809-2788dfcbb9d3-5748bd8e, #w-node-_4bdf4a5a-d798-b416-4da2-c10e035016f6-5748bd8e, #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b2300-cb0b22fd, #w-node-_13691682-4617-c8d8-7469-8a156d8cb3dc-2f1dbe11, #w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf50-2f1dbe11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #name-2.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f0-f4d0cf63, #Phone.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f1-f4d0cf63 {
    grid-column: span 1 / span 1;
  }

  #Search.w-node-_00281318-6f3c-d987-b1c3-c7cdfb335a04-f4d0cf63, #w-node-_00281318-6f3c-d987-b1c3-c7cdfb335a05-f4d0cf63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68e48f72-a746-8da9-28a6-14d5ba5f02e9-5748bd8e, #w-node-_143382d5-f145-55a8-7886-7ffeeb307f48-5748bd8e, #w-node-_6969dcab-32c1-a72e-6cde-3360abddfb9d-5748bd8e {
    grid-column: span 2 / span 2;
  }

  #name-2.w-node-bb0c1d17-174c-6648-cfdc-088d19bf20fb-5748bd8e, #Phone.w-node-_8313e28e-aa12-a44a-f9f8-3f97d9cf4004-5748bd8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b2300-cb0b22fd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b2320-cb0b22fd, #name-2.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f0-f4d0cf63, #Phone.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f1-f4d0cf63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #name-2.w-node-bb0c1d17-174c-6648-cfdc-088d19bf20fb-5748bd8e, #Phone.w-node-_8313e28e-aa12-a44a-f9f8-3f97d9cf4004-5748bd8e, #w-node-_89f253e9-e600-87e4-b718-55af2b4f21c7-5748bd8e, #w-node-df34a881-616f-524d-7ef6-54de2aca61b4-5748bd8e, #Search.w-node-a92eb449-25dd-6014-4bbe-5e3cc4bdfed5-5748bd8e, #Name-4.w-node-_49c22f9b-6e59-6753-58d5-7a19a12a1757-5748bd8e, #Last-Name.w-node-_6cb4e636-11f5-984e-90f0-97c925b192c1-5748bd8e, #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b2300-cb0b22fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32958a7a-f0fd-1d5c-f2c3-08d7cb0b2320-cb0b22fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Name-6.w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf55-2f1dbe11, #Last-Name.w-node-_7fd0e5e9-16ce-b4e8-b1ed-f98480e3bf56-2f1dbe11, #name-2.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f0-f4d0cf63, #Phone.w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f1-f4d0cf63, #w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359f2-f4d0cf63, #w-node-_00281318-6f3c-d987-b1c3-c7cdfb3359fb-f4d0cf63, #Search.w-node-_00281318-6f3c-d987-b1c3-c7cdfb335a04-f4d0cf63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova Extrabld';
  src: url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanovat';
  src: url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}