*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

/* font-family: 'Inter', sans-serif;

font-family: 'Roboto', sans-serif; */

body {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  color: #474551;
  background: #ffffff;
}

/* .header{
  position: relative;
} */

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 36px;
}

.header__menu {
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 87px;
  height: 87px;
  margin-right: 20px;
}

.header__logo p {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  width: 190px;
  color: #099dba;
}

.header__address {
  width: 190px;
  margin-left: 60px;
}

.header__address-title,
.header__hour-title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #099dba;
  padding-left: 25px;
  position: relative;
}

.header__address-title::before {
  content: "";
  position: absolute;
  background-image: url(../images/address.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 18px;
  left: 0;
}

.header__address-text {
  font-size: 14px;
  line-height: 17px;
  color: #474551;
}

.header__hour {
  width: 160px;
  margin-left: 60px;
}

.header__hour-title::before {
  content: "";
  position: absolute;
  background-image: url(../images/hour.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 18px;
  left: 0;
}

.header__hour-text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #474551;
}

.header__social {
  display: flex;
  margin-left: auto;
  left: auto;
}

.header__social img {
  width: 28px;
  height: 28px;
}

.header__social a + a {
  margin-left: 10px;
}

.header__phone {
  margin-left: 60px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.025em;
  color: #474551;
}

.header__phone a {
  display: block;
}

.header__phone-text {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #099dba;
  text-align: end;
}

/* header__top */
.header__top {
  background-image: url(../images/header_top-bg.jpg);
  width: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* position: relative; */
}

.header__top-inner {
  position: relative;
}

.header__top-title {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  color: #474551;
  max-width: 926px;
  width: 100%;
  padding-top: 92px;
}

.header__top-text {
  font-size: 28px;
  line-height: 140%;
  color: #099dba;
  max-width: 630px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.header__top-subtext {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #474551;
  max-width: 456px;
  width: 100%;
  margin-bottom: 60px;
}

.header__top-subtext span {
  color: #33d9da;
}

.header__top-btn {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 9px 45px;
  background: #046dbf;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

/* header__top-items */
.header__top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -225px;
  width: 98%;
}

.header__top-item {
  display: flex;
  width: 410px;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px 25px 36px 19px;
}

.header__top-item img {
  width: 63px;
  height: 63px;
  margin-right: 30px;
}

.header__top-box {
  width: 272px;
}

.header__box-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #099dba;
}

.header__box-text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

/* consulta */
.consulta {
  padding-top: 100px;
  text-align: center;
}

.consulta__title {
  padding-top: 128px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #474551;
}

.consulta__text {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  color: #099dba;
  max-width: 1066px;
  width: 100%;
}

.consulta__items {
  display: flex;
  justify-content: space-between;
}

.consulta__item {
  max-width: 410px;
  width: 100%;
  height: 422px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 40px;
}

.consulta__item + .consulta__item {
  margin-left: 4px;
}

.consulta__item img {
  max-width: 410px;
  width: 100%;
  height: 280px;
}

.consulta__item-title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #474551;
}

.consulta__item-text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #474551;
}

.consulta__btn {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  padding: 15px 136px;
  background: #046dbf;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-bottom: 90px;
}

/* action */
.action {
  margin-bottom: 90px;
}

.consulta__text span {
  color: #046dbf;
}

.slick-initialized .slick-slide {
  display: flex;
}

.action-item {
  width: 410px;
  height: 410px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-repeat: no-repeat;
}

.action-btn {
  font-size: 20px;
  line-height: 25px;
  color: #099dba;
  padding: 8px 32px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #099dba;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-bottom: 20px;
}

.slick-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  left: -12px;
}

.slick-next {
  right: -10px;
}

.slick-dots {
  text-align: center;
  margin-top: 30px;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots button {
  font-size: 0;
  width: 18px;
  height: 18px;
  background: #bdf8f9;
  border: none;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  width: 24px;
  height: 24px;
  background: #33d9da;
}

/* services */

.services__items {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}

.services__item {
  max-width: 630px;
  width: 100%;
  min-height: 560px;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
}

.services__img {
  width: 253px;
  height: 385px;
  right: 0;
  top: 27px;
  position: absolute;
}

.services__box {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  padding-left: 30px;
}

.services__title {
  padding-top: 60px;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #099dba;
  margin-bottom: 10px;
}

.services__text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #474551;
  width: 400px;
}

.services__list {
  width: 391px;
  margin-top: 20px;
}

.services__list li {
  padding-left: 35px;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #474551;
}

.services__list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #474551;
  left: 12px;
  top: 12px;
  /* top: 50%;
  transform: translateY(-50%); */
}

.services__social {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 33px;
}

.services__social img {
  width: 28px;
  height: 28px;
}

.services__social a + a {
  margin-left: 9px;
}

.services__social p {
  margin-left: 30px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #474551;
}

.services__button {
  margin: 0 auto;
}

.services__btn {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #099dba;
  padding: 8px 39px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #099dba;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-bottom: 40px;
}

.services__btn:last-child {
  background: #bdf8f9;
  margin-left: 30px;
}

/* technology */

.technology__inner {
  width: 100%;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;

  margin: 30px 0 90px;
}

.technology__items {
  display: flex;
  justify-content: space-between;
  padding: 60px 80px 20px;
}

.technology__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #099dba;
}

.technology__title span {
  color: #046dbf;
}

.technology__text {
  margin: 60px 0 9px;
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #099dba;
}

.technology__video {
  width: 550px;
  height: 305px;
  margin-bottom: 30px;
  position: relative;
}

.technology__video::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url(../images/video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.technology__video img {
  width: 100%;
}

.technology__btn {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #099dba;
  padding: 8px 39px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #099dba;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-bottom: 40px;
}

.technology__item {
  width: 549px;
}

.technology__item li {
  margin-bottom: 15px;
  padding-left: 35px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #474551;
  position: relative;
}

.technology__item li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #474551;
  left: 15px;
  top: 12px;
}

.technology__items-2 {
  padding-top: 14px;
  border-radius: 0px 0px 20px 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.technology__link {
  /* margin: 7px 110px 60px 80px; */
  padding-top: 7px;
  padding-bottom: 30px;
}

.technology__list {
  background: #bdf8f9;
  border-radius: 20px;
  padding: 10px 27px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #474551;
  width: 770px;
  min-height: 120px;
}

.technology__list span {
  font-family: "Gilroy-Bold-Italic";
  font-weight: 700;
  font-size: 68px;
  line-height: 140%;
  color: #046dbf;
  margin-right: 30px;
  background-color: #f3fefe;
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 50%;
  text-align: center;
}

.technology__list-2 {
  margin-right: 220px;
}

.technology__list-3 {
  margin-right: 110px;
}

.technology__list-2,
.technology__list-3,
.technology__list-4 {
  margin-left: auto;
}

.technology__social {
  width: 100%;
  justify-content: center;
}

.technology__button {
  text-align: center;
}

.technology__button .technology__btn {
  background: #046dbf;
  color: #ffffff;
  border: none;
}

/* doctors */
.doctors__inner {
  display: flex;
  justify-content: space-between;
}

.doctors__name-item {
  position: relative;
  max-width: 630px;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding-top: 13px;
}

.doctors__name-img {
  width: 165px;
  height: 116px;
  position: absolute;
  bottom: 0;
  left: 11px;
  object-fit: contain;
}

.doctors__name-box {
  padding: 23px 48px 10px 190px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #f3fefe;
  width: 100%;
}

.doctors__name-item.slick-current.slick-active .doctors__name-box {
  background: #bdf8f9;
}

.doctors__name-title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #474551;
  margin-bottom: 7px;
}

.doctors__name-text {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #099dba;
}

.doctors__name-text span {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #474551;
}

/* content */
.content {
  max-width: 630px;
  width: 100%;
  height: 690px;
}

.content-box {
  background: #ffffff;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 690px;
}

.content-box img {
  width: 474px;
  height: 620px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 690px;
  padding-top: 40px;
}

.content__name-title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #474551;
  margin-bottom: 11px;
  padding-left: 30px;
}

.content__name-text {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #099dba;
  padding-left: 30px;
}

.content__name-text span {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #474551;
  display: block;
}

.content__name-box {
  width: 320px;
  height: 326px;
  padding: 16px 10px 18px 14px;
  background: rgba(243, 254, 254, 0.8);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: 13px;
  margin-left: 16px;
}

.content__title {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #099dba;
  margin-bottom: 10px;
}

.content__text span {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
}

.content__text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #474551;
}

.content__button .services__btn {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 35%;
}

.content-right {
  right: 0;
}

/* assistant */
.assistant {
  padding: 90px 0;
}

.assistant__title {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #099dba;
  margin-bottom: 45px;
}

.assistant__title span {
  color: #046dbf;
}

.assistant__items {
  display: flex;
  justify-content: space-between;
}

.assistant__item {
  max-width: 190px;
  width: 100%;
  min-height: 168px;
  position: relative;
  transition: all 0.5s;
}

.assistant__item-title {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #099dba;
  width: 100%;
  height: 130px;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding-top: 10px;
  transition: all 0.5s;
}

.assistant__item-box {
  position: absolute;
  width: 124px;
  height: 124px;
  background: #bdf8f9;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.assistant__item:hover .assistant__item-title {
  color: #ffffff;
  background: #bdf8f9;
}

.assistant__item:hover .assistant__item-box {
  background: #f3fefe;
}

/* reviews */
.reviews {
  margin-bottom: 84px;
}

.reviews__item {
  padding: 40px 30px 20px;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  width: 630px;
  height: 300px;
  margin-left: 15px;
}

.reviews__item img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-right: 30px;
  object-fit: cover;
}

.reviews__box {
  display: flex;
  flex-direction: column;
}

.reviews__title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #474551;
  margin-bottom: 20px;
}

.reviews__text {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 19px;
  line-height: 115%;
  color: #474551;
}

.reviews__data {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #474551;
  text-align: right;
  margin-top: auto;
}

.reviews__items .slick-arrow {
  width: 40px;
  height: 40px;
  background: #bdf8f9;
  border-radius: 50%;
  top: 27%;
}

.reviews__social {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #474551;
}

.reviews .rev-soc a {
  color: #474551;
  margin-right: 5px;
}

.reviews .rev-soc a img {
  margin-left: 10px;
  margin-right: 5px;
}

.reviews__social a {
  display: flex;
  align-items: center;
  justify-content: end;
}

.reviews__social img {
  margin-left: 10px;
}

/* certificates */
.certificates__text {
  margin-bottom: 30px;
}

.certificates__img img {
  width: 300px;
  height: 400px;
}

.certificates__item .slick-arrow {
  width: 40px;
  height: 40px;
  background: #bdf8f9;
  border-radius: 50%;
  top: 36%;
}

/* clinic */

.clinic {
  margin-bottom: 90px;
}

.clinic__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.clinic__text {
  max-width: 631px;
  width: 100%;
}

.clinic__text p {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #474551;
}

.clinic__text li {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 40px;
  padding-left: 80px;
  position: relative;
}

.clinic__text li::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url(../images/verify.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -10px;
}

.clinic__img img {
  width: 630px;
  height: 400px;
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.05));
  border-radius: 20px;
}

.clinic__items-img {
  width: 300px;
  height: 200px;
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.05));
  border-radius: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.clinic__items .slick-arrow {
  width: 40px;
  height: 40px;
  background: #bdf8f9;
  border-radius: 50%;
  top: 36%;
}

/* recording */
.recording {
  background-image: url(../images/recording-bg.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26px 0;
}

.recording__form {
  width: 520px;
  padding: 30px 55px 25px;
  background: #f3fefe;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  text-align: center;
  margin-left: auto;
}

.recording__title {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #046dbf;
  margin-bottom: 30px;
}

.recording__text {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #099dba;
  margin-bottom: 30px;
}

.recording__input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 300px;
  margin: 0 auto;
}

.recording__input input {
  width: 100%;
  padding: 9px 0;
  text-align: center;
  background: #ffffff;
  border: 2px solid #bdf8f9;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.recording__btn {
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 auto;
  padding: 9px 0;
  background: #046dbf;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: 100%;
}

/* contact */
.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 30px 12px;
  position: relative;
}

.contact::before {
  content: "";
  position: absolute;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 120px;
  left: 66%;
  top: 26%;
}

.contact__inner {
  width: 538px;
  height: 480px;
  padding: 30px 140px 34px 60px;
  background: #099dba;
  opacity: 0.8;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.contact__title {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact__text {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact__map {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #046dbf;
  margin-bottom: 5px;
}

.contact__hora {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 18px;
}

.contact__hora span {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: block;
}

.contact__tel a {
  display: block;
  font-family: "Gilroy-Semibold";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.contact__social {
  margin: 20px 0;
}

.contact__social p {
  color: #fff;
}

.reviews__social a {
  justify-content: flex-start;
  color: #fff;
}

.reviews__social img {
  margin-left: 0;
  margin-right: 10px;
}

.footer {
  padding: 30px 0;
  background: #f3fefe;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__menu li {
  font-family: "Gilroy-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #099dba;
}

.footer__menu li + li {
  margin-left: 30px;
}
