* {
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  color: #000000;
}

a:hover {
  color: inherit !important;
}

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

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "Futura Hv BT";
  src: url("./font_futura/FuturaBT-Heavy.woff2") format("woff2"),
    url("./font_futura/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./font_futura/futura medium bt.woff2") format("woff2"),
    url("./font_futura/FuturaBT-Medium.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("./font_futura/FuturaBT-Book.woff2") format("woff2"),
    url("./font_futura/FuturaBT-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Amalfi Coast";
  src: url("./font_amalfi/Amalfi Coast.woff2") format("woff2"),
    url("./font_futura/AmalfiCoast.woff") format("woff");
  font-style: normal;
}

.section__header-center {
  padding: 44px 0;
}

.section__header .title {
  font-family: "Futura Hv BT";
  /* font-size: 35px; */
  font-size: 28px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  margin-left: 10px;
}

.section__header .title-center {
  font-family: "Futura Hv BT";
  text-align: center;
}

.section__header .icon {
  align-self: center;
  width: 35px;
}

.section__header .icon img {
  width: 100% !important;
}

.section__header .icon__start {
  margin-top: 10px;
  align-self: start;
}

.section__header .make_bigger {
  width: 65px;
}

.section__header .make_bigger-center {
  width: 78px;
}

.single__button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  font-family: "Futura Bk BT";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}

.single__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  max-width: 320px;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.button__main {
  display: block;
  background-color: black;
  max-width: 370px;
  width: 100%;
  padding: 10px 0;
  font-family: "Futura Hv BT";
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  transition: all 0.4s;
}

.button__main-thin {
  font-family: "Futura Bk BT";
  font-size: 16px;
  max-width: 238px;
}

.button__main-print {
  background-color: #000000;
  font-family: "Futura Bk BT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 8px 40px;
  transition: background-color 0.4s;
}

.button__main:hover,
.button__main-print:hover {
  background-color: #528b9b;
  color: #ffffff !important;
}

.button__main-form {
  max-width: 430px;
}

.section__container {
  max-width: 1500px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

.nav_menu_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #fafafada;
  /* opacity: 0.8; */
  padding-top: 0;
}

/* .collapse .nav_menu_fixed {
  opacity: 1;
} */

.header {
  width: 100%;
  position: relative;
}

.header .header__video {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 80vh;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.header__video .sound {
  position: absolute;
  bottom: 18%;
  left: 8%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../images/icons/soundoff.png") no-repeat center;
  cursor: pointer;
}

.header__video .sound.active {
  background: url("../images/icons/soundon.png") no-repeat center;
}

.header .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px 40px;
  line-height: 88px;
  z-index: 1000;
}

.navbar-expand-xl {
  background-color: #ffffff;
}

.header .navbar-collapse {
  text-align: center;
}

.header .navbar-collapse {
  justify-content: flex-end;
}

.header .navbar-collapse .navbar-nav {
  display: flex;
  justify-content: space-around;
  max-width: 1400px;
  padding-left: 40px;
  width: 100%;
  background-color: #ffffff;
}

.header .header__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.header .header__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .navbar .nav-link {
  color: black !important;
  font-family: "Futura";
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.header .navbar .nav-link:hover {
  font-weight: bolder;
  transition: all 0.3s;
}

.header .navbar-profile {
  font-family: "Futura";
  overflow: hidden;
  /* max-width: 280px;
  width: 100%; */
  align-self: center;
}

/* .header .navbar-profile-max {
  max-width: 350px;
  width: 100%;
} */

.header .navbar-profile .number-hide {
  padding-left: 5px;
  overflow: hidden;
  font-size: 16px;
  width: 0;
  /* display: none; */
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.5s;
}

.header .navbar-profile img {
  display: block;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

.header .navbar-profile .navbar-profile-link {
  display: block;
  max-width: 180px;
  margin-left: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-bottom: 2px;
  font-family: "Futura" !important;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #000000;
  align-self: center;
  border-left: 2px solid black;
}

.header .navbar-profile-phone:hover .number-hide {
  /* display: block; */
  width: 130px;
  opacity: 1;
  transform: translateX(0);
}

.header .navbar-profile .navbar-profile-link:hover {
  /* font-weight: 800; */
  text-decoration: underline !important;
  -webkit-text-decoration-color: #528b9b !important;
  text-decoration-color: #528b9b !important;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}

.header .hero {
  background-size: cover;
}

.header .hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1828px;
  width: 100%;
  margin: auto;
  padding: 50px 20px 80px;
}

.hero__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.header .hero__info {
  max-width: 470px;
  margin: auto;
  margin-left: 70px;
  padding: 80px 0;
}

.header .hero__info .hero__description {
  text-align: justify;
}

.header .hero__hat {
  position: relative;
  overflow: hidden;
}

.header .hero__hat::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 2px;
  background-color: black;
  top: 50%;
  left: 20%;
  overflow: hidden;
}

.header .hero__hr {
  background-color: black;
  height: 2px;
  border: none;
}

.header .hero__title {
  font-family: "Futura Hv BT";
  /* font-size: 38px; */
  font-size: 32px;
  line-height: 50px;
  /* text-transform: lowercase; */
}

.header .hero__subtitle {
  font-family: "Futura Bk BT";
  /* font-size: 38px; */
  font-size: 28px;
  line-height: 50px;
}

/* .header .hero__title::first-letter {
  text-transform: uppercase;
} */

.header .hero__description p {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
}

.header .hero__phone-icon {
  width: 32px;
  vertical-align: middle;
}

.header .hero__phone-number {
  font-family: "Futura";
  font-size: 24px;
  line-height: 22px;
  vertical-align: bottom;
  display: flex;
}

.header .hero__phone-number p {
  align-self: flex-end;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header .hero .hero__phone-icon {
  display: block;
}

.header .hero .hero__phone span {
  display: block;
  font-family: "Futura";
  font-size: 24px;
  line-height: 22px;
  padding-left: 10px;
  align-self: center;
  transition: all 0.5s;
}

.header .hero .hero__phone span:hover {
  font-weight: 800;
}

.invite {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.invite__container {
  max-width: 1500px;
  padding: 0 10px;
  margin: auto;
  flex-direction: row;
}

.invite__container p {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.invite__icon {
  position: absolute;
  z-index: -20;
  bottom: 2%;
  right: 2%;
}

.invite__img {
  position: absolute;
  z-index: -10;
  background-position: 60% 10%;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 520px;
}

.invite__info {
  background-color: #ffffff;
  max-width: 510px;
  padding: 50px 40px 0;
}

.invite__info-top {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-fill: balance;
  column-fill: balance;
  margin-top: 40px;
}

.invite__info-bottom {
  background-color: #ffffff;
  padding-bottom: 7px;
  padding-right: 20px;
  max-width: 950px;
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  column-fill: balance;
  -moz-column-width: 430px;
  column-width: 430px;
}

.invite__info-bottom p {
  padding-right: 30px;
}

.invite__info-top,
.invite__info-bottom {
  text-align: justify;
}

.team__info {
  max-width: 470px;
  margin: auto;
  margin-top: 60px;
}

.team__info .description p {
  margin-top: 30px;
  padding: 0 20px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

.team__img {
  align-self: flex-end;
  max-width: 1100px;
  /* height: 496px; */
  overflow: hidden;
}

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

.team__img:hover img {
  /* transform: scale(1.1); */
}

.team__img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}

.team img {
  width: 100%;
}

.team .doctors {
  max-width: 1540px;
  width: 100%;
  margin: auto;
  /* justify-content: center; */
  padding: 80px 0;
}

.team .doctors .doctor__img {
  /* overflow: hidden; */
  max-width: 624px;
  width: 100%;
  /* padding-bottom: 55%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 15%;
}

/* .team .doctors .doctor__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
} */

.team .doctors .doctor__img:hover img {
  /* transform: scale(1.1); */
}

.team .doctors__info {
  margin-left: 8%;
  max-width: 690px;
  padding-right: 36px;
}

.team .doctors__info .title {
  position: relative;
  font-family: "Futura Bk BT";
  font-size: 28px;
  line-height: 46px;
  text-transform: lowercase;
  margin-bottom: 40px;
}

.team .doctors__info .title p::first-letter {
  text-transform: uppercase;
}

.team .doctors__info .title p strong {
  text-transform: capitalize;
}

.team .doctors__info .title p {
  margin: 0;
}

.team .doctors__info ul {
  list-style-type: none;
}

.team .doctors__info .title span {
  font-family: "Futura Hv BT";
}

.team .doctors__info li {
  font-family: "Futura Bk BT";
  font-style: normal;
  font-size: 16px;
  margin-bottom: 40px;
}

.team .doctors__info li b {
  position: relative;
  padding-left: 20px;
}

.team .doctors__info li b::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}

.team .doctors__assistant {
  /* justify-content: space-evenly; */
  flex-wrap: wrap;
  max-width: 1540px;
  width: 100%;
  margin: auto;
  background: #f3f3f3;
  padding-bottom: 50px;
}

.team .doctors__assistant .doctor__single {
  /* justify-content: center;
  align-items: center; */
  width: 50%;
  margin-bottom: 30px;
}

.team .doctors__assistant .doctor__single .doctor__name {
  width: 260px;
  margin: auto;
  margin-left: 40px;
  font-family: "Futura Bk BT";
  font-size: 28px;
  text-transform: lowercase;
}

.team .doctors__assistant .doctor__single .doctor__name p::first-letter {
  text-transform: uppercase;
}

.doctor__single-img {
  overflow: hidden;
  /* padding-bottom: 20%; */
  max-width: 300px;
  width: 100%;
  height: 356px;
}

.doctor__single-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: all ease-in-out 0.3s;
  /* padding-bottom: 20%; */
  width: 100%;
  height: 100%;
}

.doctor__single-img:hover img {
  /* transform: scale(1.1); */
}

.cabinet {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 77px 0 60px;
}

.cabinet__card {
  padding: 54px 48px 58px 40px;
  max-width: 458px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/border/border_cabinet.png");
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.cabinet__info .description {
  margin-top: 40px;
}

.cabinet__info p {
  margin-bottom: 0;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
}

.philosophy {
  padding-bottom: 54px;
  background-size: cover;
  background-repeat: no-repeat;
}

.philosophy__image {
  max-width: 1234px;
  margin: auto;
  padding: 0 20px;
  background-image: cover;
}

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

.gallery {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

.gallery__single {
  cursor: pointer;
}

.gallery__top {
  width: 100%;
}

.gallery__top img {
  max-height: 420px;
}

.gallery__bottom img {
  max-height: 500px;
}

.estetic {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-bottom: 77px;
}

.estetic__info {
  max-width: 450px;
  padding: 87px 20px 31px;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.estetic__info .description {
  margin: 63px 0 40px;
}

.estetic__info .description p {
  margin-top: 63px;
  max-width: 370px;
  font-family: "Futura Bk BT";
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.treatment {
  width: 100%;
}

.treatment__info {
  max-width: 610px;
  margin: auto;
  padding: 72px 0 44px;
}

.treatment__info .description__block {
  margin-top: 40px;
}

.treatment__info .description__block p {
  font-family: "Futura Bk BT";
  font-size: 16px;
  min-height: 0vw;
  line-height: 28px;
  text-align: justify;
  padding: 0 10px;
}

.treatment .div,
.treatment .div a {
  transition: all 0.6s;
}

.treatment .div a {
  width: 100%;
  height: 100%;
  display: block;
}

.treatment .div:hover {
  color: white !important;
  background-color: #000000;
}

.treatment .div:hover a {
  color: white !important;
}

.treatment .treat img {
  -o-object-fit: cover;
  object-fit: cover;
}

.treatment .parent-main {
  position: relative;
  padding-bottom: 83%;
}

.treatment .parent {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
}

.treatment .parent .div:nth-child(7) {
  grid-area: 1 / 4 / 3 / 6;
}

.treatment .parent .div:nth-child(8) {
  grid-area: 3 / 1 / 5 / 3;
}

.treatment .parent .div:nth-child(3) {
  grid-area: 3 / 5 / 4 / 6;
}

.treatment .parent .div:nth-child(2) {
  grid-area: 2 / 6 / 3 / 7;
}

.treatment .parent .div:nth-child(9) {
  grid-area: 5 / 2 / 6 / 4;
}

.treatment .parent .div:nth-child(6) {
  grid-area: 5 / 5 / 6 / 6;
}

.treatment .parent .div:nth-child(4) {
  grid-area: 4 / 4 / 5 / 5;
}

.treatment .parent .div:nth-child(5) {
  grid-area: 4 / 6 / 5 / 7;
}

.div1 {
  grid-area: 1 / 1 / 3 / 4;
}

.div2 {
  grid-area: 1 / 4 / 3 / 6;
}

.div3 {
  grid-area: 1 / 6 / 2 / 7;
}

.div4 {
  grid-area: 2 / 6 / 3 / 7;
}

.div5 {
  grid-area: 3 / 1 / 5 / 3;
}

.div6 {
  grid-area: 3 / 3 / 4 / 4;
}

.div7 {
  grid-area: 3 / 4 / 4 / 5;
}

.div8 {
  grid-area: 3 / 5 / 4 / 6;
}

.div9 {
  grid-area: 3 / 6 / 4 / 7;
}

.div10 {
  grid-area: 4 / 3 / 5 / 4;
}

.div11 {
  grid-area: 4 / 4 / 5 / 5;
}

.div12 {
  grid-area: 4 / 5 / 5 / 6;
}

.div13 {
  grid-area: 4 / 6 / 5 / 7;
}

.div14 {
  grid-area: 5 / 1 / 6 / 2;
}

.div15 {
  grid-area: 5 / 2 / 6 / 4;
}

.div16 {
  grid-area: 5 / 4 / 6 / 5;
}

.div17 {
  grid-area: 5 / 5 / 6 / 6;
}

.div18 {
  grid-area: 5 / 6 / 6 / 7;
}

.div-half {
  width: 100%;
}

.div-half,
.div-big,
.div-long .div {
  background-color: #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-big {
  height: auto;
}

.div-long {
  height: auto;
}

.div {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: "Futura Hv BT";
}

.rehab {
  padding-bottom: 36px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rehab .rehab__container {
  max-width: 1500px;
  overflow: visible;
  margin: auto;
  /* padding: 20px; */
  height: auto;
}

.rehab__single {
  max-width: 100%;
  margin: auto;
  height: auto;
}

.rehab__single .image {
  width: 100%;
  /* border: 2px solid #E2BC5D; */
  /* border: 5px solid gold; */
  border-width: 3px;
  border-style: solid;
  /* border-image:
    linear-gradient(
      to bottom,
      red,
      rgba(0, 0, 0, 0)
    ) 1 100%; */
  -o-border-image: linear-gradient(86deg,
      rgba(181, 113, 41, 1) 0%,
      rgba(231, 198, 103, 1) 10%,
      rgba(255, 236, 167, 1) 23%,
      rgba(226, 188, 93, 1) 48%,
      rgba(196, 139, 44, 1) 60%,
      rgba(230, 195, 103, 1) 74%,
      rgba(204, 156, 63, 1) 86%) 21 30 30 21;
  border-image: linear-gradient(86deg,
      rgba(181, 113, 41, 1) 0%,
      rgba(231, 198, 103, 1) 10%,
      rgba(255, 236, 167, 1) 23%,
      rgba(226, 188, 93, 1) 48%,
      rgba(196, 139, 44, 1) 60%,
      rgba(230, 195, 103, 1) 74%,
      rgba(204, 156, 63, 1) 86%) 21 30 30 21;
}

.rehab__single .image svg {
  max-width: 822px;
  width: 100%;
}

.rehab__single:nth-child(1) .image img {
  -o-object-position: 20%;
  object-position: 20%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.rehab__single:nth-child(2) .description-block {
  order: 3;
}

.rehab__single:nth-child(2) .desc-block {
  order: -1;
}

.rehab__single .description {
  display: flex;
  align-items: center;
  font-family: "Futura Bk BT";
  font-size: 16px;
  text-align: justify;
  background-color: #ffffff;
  width: 300px;
  padding: 20px;
  margin: 0 30px;
  height: 100%;
}

.rehab__single .desc {
  width: 300px;
  margin: 0 30px;
}

.rehab__single:nth-child(1) {
  margin-bottom: 0;
}

.rehab .animated .path_teeth {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.rehab .path_bar {
  stroke-dasharray: 1000;
}

.slick-dots {
  max-width: 80px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  list-style-type: none;
}

.slick-dots li button {
  background: rgb(141, 141, 141);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0;
  border: none;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: black;
}

.advices {
  overflow: hidden;
}

.advices__cards-single {
  position: relative;
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 32px;
  transition: background-color 0.4s;
}

.advices__cards-single:hover {
  background-color: #000000;
  color: #eaeaea;
}

.advices__cards-single:hover .single__button-wrapper {
  background-color: #eaeaea;
}

.advices__cards-single::after {
  content: "";
  position: absolute;
  top: -5%;
  left: -7%;
  width: 15%;
  height: 10%;
  border-radius: 50%;
  background-color: #ffffff;
}

.advices__cards-single::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -7%;
  width: 15%;
  height: 10%;
  border-radius: 50%;
  background-color: #ffffff;
}

.advices__cards-single .head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.advices__cards-single .title {
  max-width: 370px;
  font-family: "Futura Hv BT";
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}

.advices__cards-single .description p {
  max-width: 380px;
  width: 100%;
  height: 150px;
  margin: auto;
  margin: 28px 0 32px;
  padding: 0 10px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.advices__cards-single .description::after {
  content: "";
  position: absolute;
  top: -5%;
  right: -8%;
  width: 15%;
  height: 10%;
  border-radius: 50%;
  background-color: #ffffff;
}

.advices__cards-single .description::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -8%;
  width: 15%;
  height: 10%;
  border-radius: 50%;
  background-color: #ffffff;
}

.advices__cards-single .image {
  width: 100%;
}

.advices__cards-single .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.blog__cards {
  padding-bottom: 60px;
}

.blog__cards-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  width: 320px;
  padding: 30px 0 24px;
  margin: 0 22px 20px;
  transition: background-color 0.4s;
}

.blog__cards-single:hover {
  background-color: #000000;
  color: #f3f3f3;
}

.blog__cards-single:hover p {
  color: #ffffff;
}

.blog__cards-single:hover p a {
  color: #ffffff;
}

.blog__cards-single .image {
  width: 240px;
  height: 160px;
}

.blog__cards-single .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.blog__cards-single:hover .single__button-wrapper {
  background-color: #f3f3f3;
}

.blog__cards-single .info {
  width: 240px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
}

.blog__cards-single .info .description p {
  margin-top: 28px;
}

.laboratory {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 83px 0;
}

.laboratory__card {
  padding: 83px 40px;
  max-width: 480px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.laboratory__card .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  width: 100%;
}

.laboratory__card .description p {
  max-width: 370px;
  margin: 66px 0 40px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.partners {
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners .partner__card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  min-height: 180px;
  border: 1px solid #d6d6d6;
  transition: background-color 0.4s;
  cursor: pointer;
}

.partners .partner__card:hover {
  background-color: #f3f3f3;
}

.quote {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.quote__container {
  display: flex;
  justify-content: flex-end;
  max-width: 1720px;
  min-height: 524px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.quote__phrase {
  max-width: 770px;
  padding: 10px 0;
  align-self: center;
  text-align: justify;
  font-family: "Amalfi Coast";
  font-size: 60px;
  line-height: 100px;
  color: #ffffff;
}

.contact {
  position: relative;
  padding: 80px 0;
}

.contact-logo {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.contact__info {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 755px;
  width: 100%;
  margin: 34px 20px 77px 0;
  padding: 40px 20px 41px;
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  overflow: visible;
}

.contact__info .address {
  padding-right: 20px;
}

.contact__info .address-info {
  height: auto;
}

.contact__info .address-info .address-info-phone {
  margin-top: -50px;
  margin-bottom: 60px;
}

.contact__info .address-path {
  margin: 30px 0;
}

.contact__info .title {
  margin-bottom: 30px;
  font-family: "Futura Hv BT";
  font-size: 28px;
  line-height: 46px;
  text-transform: uppercase;
}

.contact__info .description {
  margin: 0;
  max-width: 300px;
  width: 100%;
  font-family: "Futura Bk BT";
}

.contact__info .bottom {
  text-transform: uppercase;
  margin-top: 50px;
}

.contact__info table tr p {
  margin-bottom: 0;
}

.contact__info table th {
  padding-top: 0 !important;
  margin-right: 40px;
}

.contact__info table .active {
  background-color: #f3f3f3;
}

.contact__info table td {
  padding-left: 40px;
}

.contact__map {
  display: block;
  padding: 0;
  /* max-width: 1080px;
  width: 100%;
  margin-right: 50px; */
  padding-right: 30px;
}

.contact__block {
  padding: 0;
  padding-left: 5%;
}

.contact form {
  max-width: 430px;
  margin: 14px 0 14px 40px;
}

.contact form ::-webkit-input-placeholder {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.contact form ::-moz-placeholder {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.contact form :-ms-input-placeholder {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.contact form ::-ms-input-placeholder {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.contact form ::placeholder {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

.contact form input,
.contact form textarea {
  border: 1px solid #000000;
  border-radius: 0;
}

.contact form input {
  outline: none;
}

.contact form input :active ::-webkit-input-placeholder {
  font-size: 12px;
}

.contact form input :active ::-moz-placeholder {
  font-size: 12px;
}

.contact form input :active :-ms-input-placeholder {
  font-size: 12px;
}

.contact form input :active ::-ms-input-placeholder {
  font-size: 12px;
}

.contact form input :active ::placeholder {
  font-size: 12px;
}

.contact form textarea {
  resize: none;
}

.footer {
  background-color: #000000;
  padding: 60px 0;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1520px;
  padding: 0 20px;
  margin: auto;
}

.footer__container-flex {
  margin-left: 165px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__container-flex a {
  color: #ffffff;
}

.footer__container img {
  width: 136px;
}

.footer__container .text {
  color: #ffffff;
  padding: 0 10px;
}

.single_block {
  max-width: 920px;
  padding: 10px 20px 200px;
  width: 100%;
  margin: auto;
}

.single-navbar {
  background-color: white;
}

.single_block .single_title {
  font-family: "Futura Hv BT";
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.single_block p {
  font-family: "Futura Bk BT";
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  text-align: justify;
}

.single_hero {
  margin-top: 50px;
  width: 100%;
  height: 100px;
  background-size: cover;
}

.single_block figure {
  height: 300px;
}

.single_block-thumbnail img {
  max-height: 300px;
  width: 100%;
}

.single_block figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single_block .wp-block-button__link {
  background-color: #000000;
  font-family: "Futura Bk BT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 40px;
  transition: background-color 0.4s;
}

.single_block .wp-block-button__link:hover {
  background-color: #528b9b;
}

.single_block a {
  color: #528b9b;
  -webkit-text-decoration: underline 1px solid !important;
  text-decoration: underline 1px solid !important;
  text-underline-position: from-font;
}


.single_block ul {
  padding-left: 20px;
  margin-bottom: 50px;
}

.single_block h3 {
  font-family: "Futura Hv BT";
}

.single_block .wp-block-image {
  width: 100%;
}

.single_block h2,
.single_block h3,
.single_block h4 {
  text-transform: uppercase;
  margin-top: 70px;
}

.single_block h3:not(.single_title) {
  margin-top: 40px;
}

#button-back {
  position: absolute;
  top: 14.4%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Futura";
  border: none;
  background-color: transparent;
  transition: all 0.4s;
}

#button-back span {
  display: block;
  margin-left: 10px;
  transition: all 0.4s;
}

#button-back img {
  display: block;
  vertical-align: middle;
  transition: all 0.4s;
}

#button-back:hover span {
  border-bottom: 1px solid #000000;
}

#button-back:hover img {
  width: 25px;
}

@media screen and (max-width: 1445px) {
  .team .doctors {
    padding: 80px 20px;
  }

  .team .doctors__assistant {
    padding: 0 20px;
  }

  .contact .contact__info {
    position: relative;
    display: flex;
    justify-content: center;
    background-size: contain;
    max-width: 635px;
    width: 100%;
    margin: 34px 20px 77px 0;
    padding: 40px 20px 41px;
  }

  .contact .contact__info .title {
    margin-bottom: 10px;
  }

  .contact .contact__info .address-path {
    margin: 10px 0;
  }

  .contact .contact__info .address-info-phone {
    margin-bottom: 0;
  }

  .contact .contact__info .address {
    padding-right: 0;
  }

  #button-back {
    top: 13%;
  }
}

@media screen and (max-width: 1399px) {
  .header .hero__container {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .header .hero__info {
    margin: auto;
  }

  .treatment .treatment__info {
    padding: 10px;
  }

  .treatment .treatment__info p {
    font-size: 12px;
  }

  .header .hero__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
  }

  .header .hero__info .hero__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header .hero__info .hero__title {
    max-width: 470px;
    text-align: center;
  }

  .header .hero__info .hero__description {
    text-align: center;
    margin: 50px 0;
    padding: 0 20px;
  }

  .header .hero__hat::after {
    display: none;
  }

  .invite .invite__container {
    padding: 0;
  }

  /* .invite .invite__info {
    max-width: 800px;
  } */
}

@media screen and (max-width: 1349px) {
  /* .contact .contact__container .row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  } */

  .contact .contact__info {
    position: relative;
    display: flex;
    justify-content: center;
    background-size: cover;
    max-width: 635px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 10px;
  }

  .contact .contact__block {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1400px) {

  .single_block h2,
  .single_block h3,
  .single_block h4 {
    margin-top: 45px;
  }

  #button-back {
    /*position: relative;
    margin-top: 35px;*/
    top: 11.5%;
  }
}

@media screen and (max-width: 1199px) {
  .header .navbar-collapse .navbar-profile {
    margin: auto;
    max-width: 380px;
    width: 100%;
    /* top: 50px; */
  }

  .team .doctors__info .title {
    margin-bottom: 20px;
  }

  .team .doctors__info li {
    margin-bottom: 30px;
  }

  .team .doctors__info {
    margin-left: 4%;
    padding-right: 20px;
  }

  .rehab .rehab__single .desc-block {
    display: none;
  }

  .team .doctors .doctor__img {
    background-position: 23% center;
  }

  .treatment .parent-main {
    padding-bottom: 0;
  }

  .treatment .parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }

  .treatment .div-block {
    width: calc(100% / 3);
    height: 320px;
    background-size: cover;
  }

  .treatment .parent .div-half .description__block p {
    font-size: 16px !important;
  }

  .treatment .parent .div:nth-child(2) {
    order: 0;
  }

  .treatment .parent .div:nth-child(3) {
    order: 2;
  }

  .treatment .parent .div:nth-child(4) {
    order: 4;
  }

  .treatment .parent .div:nth-child(5) {
    order: 6;
  }

  .treatment .parent .div:nth-child(6) {
    order: 8;
  }

  .treatment .parent .div:nth-child(7) {
    order: 10;
  }

  .treatment .parent .div:nth-child(8) {
    order: 12;
  }

  .treatment .parent .div:nth-child(9) {
    order: 14;
  }

  .treatment .parent .div:nth-child(10) {
    order: 1;
  }

  .treatment .parent .div:nth-child(11) {
    order: 3;
  }

  .treatment .parent .div:nth-child(12) {
    order: 5;
  }

  .treatment .parent .div:nth-child(13) {
    order: 7;
  }

  .treatment .parent .div:nth-child(14) {
    order: 9;
  }

  .treatment .parent .div:nth-child(15) {
    order: 11;
  }

  .treatment .parent .div:nth-child(16) {
    order: 13;
  }

  .treatment .parent .div:nth-child(17) {
    order: 15;
  }

  .treatment .parent .div:nth-child(18) {
    order: 16;
  }

  .team .team__top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .team .team__info {
    max-width: 1000px;
    width: 100%;
  }

  .team .team__info .section__header {
    text-align: center;
    justify-content: center;
  }

  .team .team__info .description p {
    text-align: center;
  }

  .quote__phrase {
    max-width: 500px;
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .invite__info {
    max-width: 100%;
  }

  .invite {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .invite .invite__container {
    flex-wrap: wrap;
  }

  .invite .invite__info-bottom {
    padding: 0 40px;
  }

  .invite .invite__info-bottom p {
    padding: 0;
  }

  .slick-dots {
    display: none;
  }

  .contact .contact__map {
    height: 400px;
  }

  .team .doctors__assistant {
    justify-content: center;
    align-items: center;
  }

  .team .doctors__assistant .doctor__single {
    max-width: 624px;
    width: 100%;
  }

  .treatment .div-block {
    width: calc(100% / 2);
  }

  .contact .contact__block .section__header {
    justify-content: center;
    margin-top: 50px;
  }

  .contact .contact__block {
    padding: 0;
  }

  .contact .contact__info {
    background-image: none !important;
  }

  .contact #contact-form-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #contact-form-block .section__header {
    flex-wrap: wrap;
  }

  #contact-form-block .section__header .title {
    text-align: center;
  }

  .contact #contact-form-block form {
    margin-left: 0;
    padding: 0 10px;
  }

  .single_block .single_title {
    max-width: 75%;
    margin: auto auto 34px;
  }

  #button-back {
    top: 9.3%;
  }
}

@media screen and (max-width: 969px) {
  .team .doctors {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team .doctors .doctor__img {
    padding-bottom: 100%;
  }

  .team .doctors .doctors__info {
    padding-right: 20px;
    margin-top: 30px;
  }

  .team .team__info .team__img img {
    height: auto;
  }

  .gallery .gallery__single {
    width: 100%;
    height: auto;
  }

  .gallery .gallery__top {
    flex-wrap: wrap;
  }

  .gallery .gallery__bottom {
    flex-wrap: wrap;
  }

  .gallery .gallery__top img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gallery .gallery__bottom img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 920px) {
  #button-back {
    left: 20px;
  }
}

@media screen and (max-width: 727px) {
  .footer {
    padding: 20px 0;
  }

  .footer__container {
    font-size: 14px;
  }

  .footer__container-flex {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .team .doctors__assistant .doctor__single .doctor__name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  #button-back {
    top: 13.5%;
  }
}

@media screen and (max-width: 699px) {
  .header .navbar {
    position: relative;
  }

  .invite .invite__container p {
    text-align: justify;
  }

  .rehab .rehab__container .rehab__single {
    flex-wrap: wrap-reverse;
  }

  .rehab .rehab__container .rehab__single .description {
    width: 100%;
    margin: 0;
  }

  .rehab .rehab__single:nth-child(2) .description-block {
    order: -11;
  }

  .rehab .rehab__single:nth-child(2) .desc-block {
    order: -1;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .hero .hero__container .hero__info {
    padding-top: 0;
  }

  .estetic {
    background-size: cover;
    background-position: center;
  }

  .treatment .div-block {
    width: 100%;
  }

  .laboratory {
    background-position: 80%;
  }

  .quote {
    background-position: 40%;
  }

  .contact .contact__info {
    flex-wrap: wrap;
    justify-content: center;
    background-image: none !important;
    margin-bottom: 0;
  }

  .contact .contact__info .title {
    margin: auto;
    text-align: center;
  }

  .contact__info .address-info p {
    text-align: center;
  }

  .contact__info .address-info .address-info-phone {
    text-align: center;
  }

  .contact__info .address-path .button__main {
    margin: auto;
  }

  .footer__container .img__wrapper {
    margin-bottom: 50px;
  }

  .footer__container .text {
    text-align: center;
  }

  #button-back {
    top: 20%;
  }

  .team .doctors .doctor__img {
    padding-bottom: 120%;
  }
}

@media screen and (max-width: 610px) {
  /* .team .doctors__assistant {
    justify-content: space-between;
    align-items: center;
    margin: auto;
  } */

  .team .doctors__assistant .doctor__single {
    max-width: 320px;
    flex-wrap: wrap;
    align-self: center;
  }

  .contact .contact__info .address {
    margin-bottom: 30px;
  }

  .advices .advices__cards .advices__cards-single {
    padding-top: 0;
  }

  .advices .advices__cards .advices__cards-single .description p {
    max-width: 420px;
    padding: 0 20px;
  }

  .quote__container {
    min-height: 440px;
  }

  .quote__phrase {
    max-width: 343px;
    font-size: 30px;
    line-height: 74px;
  }

  #button-back {
    position: relative;
    margin-top: 10px;
  }

  .single_block .single_title {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .team .doctors .doctor__img {
    padding-bottom: 120%;
  }
}

@media screen and (max-width: 499px) {
  .treatment .parent-main .parent a {
    height: 150px;
  }

  .cabinet .cabinet__card {
    background-image: none !important;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
  }

  .laboratory .laboratory__card {
    padding: 20px 40px;
  }

  .laboratory .laboratory__card .title {
    font-size: 20px;
  }

  .laboratory .laboratory__card .description p {
    margin: 20px;
  }

  .laboratory .laboratory__card .logo {
    display: none;
  }

  .quote__phrase {
    max-width: 343px;
    font-size: 26px;
    line-height: 74px;
    align-self: flex-end;
  }
}

@media screen and (max-width: 369px) {

  .invite .invite__container .invite__info,
  .invite .invite__container .invite__info-bottom {
    padding: 0 15px;
  }

  .quote .quote__container .quote__phrase {
    font-size: 26px;
  }

  #button-back {
    top: 14%;
  }

  .single_block .single_title {
    font-size: 20px;
    line-height: 28px;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media print {

  #button-back,
  .button__main-print,
  .footer {
    display: none;
  }
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  transition: none;
}

/* .fancybox-slide--image {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.animate {
  transition: all 0.3s ease-out;
}

.grecaptcha-badge {
  visibility: hidden;
}

#cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 20px 10px;
}

#cn-notice-text {
  width: 75%;
  text-align: justify;
}

.cookie__title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}

#cn-notice-text div {
  text-align: justify;
  color: #fff;
}

#cn-notice-text div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

#cn-accept-cookie:hover {
  background: #fff;
  color: #000 !important;
}

#cookie-notice a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .cookie-notice-container {
    padding: 20px;
    flex-direction: column;
  }

  #cn-notice-text {
    width: 100%;
  }

  #cookie-notice .cn-button {
    width: 100%;
    margin: 10px 0;
  }

  #cn-notice-text div {
    font-size: 14px;
  }
}

.footer__wrapper {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  max-width: 730px;
  width: 100%;
}

.footer__wrapper .menu {
  display: block;
  max-width: 430px;
  width: 100%;
}

.footer__wrapper .menu li,
.footer__wrapper .menu li a {
  color: #fff;
  display: block;
}

.footer__wrapper .menu li a:hover {
  color: #528b9b !important;
  text-decoration: underline !important;
}

.footer__wrapper .menu li+li {
  margin-top: 16px;
}

.footer-wrapper--left {
  max-width: 580px;
  width: 100%;
}

.footer-wrapper--left p {
  /* margin-left: auto; */
  text-align: right;
  color: #fff;
}

.footer-wrapper--left * {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.footer-wrapper--left p a {
  color: #fff;
}

.footer-wrapper--left p a:hover {
  color: #528b9b !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 932px) {
  .footer__container {
    flex-direction: column;
  }

  .footer-wrapper--left {
    max-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer__wrapper .menu {
    margin-bottom: 32px;
  }
}

.gradient {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 0;
}

.gradient .section__header {
  text-align: center;
}

.gradient .section__header .title {
  margin-left: 0;
  width: 100%;
  font-size: 44px;
}

.gradient__button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.gradient__image--mob {
  display: none;
}

@media only screen and (max-width: 932px) {
  .gradient__image--mob {
    display: block;
  }

  .gradient__image--desk {
    display: none;
  }

  .gradient .section__header .title {
    font-size: 28px;
  }
}

.footer__instagram {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  display: inline-block;
}

.footer__instagram:hover {
  color: #528b9b !important;
  text-decoration: underline !important;
}

.footer__container {
  align-items: flex-end;
}

@media only screen and (max-width: 932px) {
  .footer__container {
    align-items: center;
  }
}

.navbar-profile>a:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid black;
  display: inline-block;
  height: 40px;
  display: flex;
  align-items: center;
}