@charset "UTF-8";
.main-top {
  padding-bottom: 90px;
  display: flex;
}
.main-top__link {
  padding: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-top__link--primary {
  flex-basis: 50%;

  background-position: center;
  background-size: cover;
}
.main-top__link--secondary {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
}
.main-top__action-link {
  color: #fff;
  text-align: center;
  font-family: "Monterchi Text";
  font-size: 53px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px !important;
}
.services__item {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  position: relative;
}
.services__item:hover {
  color: #94c3ba;
  transition: 0.3s;
}
.services__item:hover::before {
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 50%; /* делает элемент кругом */
  background-color: #94c3ba;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(
    -50%,
    -50%
  ); /* смещает элемент назад на половину его размера */
}
.services__item:active {
  color: #94c3ba;
}
.services__item:active::before {
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #94c3ba;
  position: absolute;
  top: 30px;
  left: 55px;
}
.services__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.services__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 26px;
}
.services__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 13px;
}
.services__list {
  display: flex;
  gap: 60px;
}
.services__list--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__content {
  display: flex !important;
  gap: 20px !important;
  padding-top: 26px;
  border-top: 1px solid #d9d9d9;
}
.services__caption {
  color: #4c4c4c;
  text-align: center;
  font-family: "Monterchi Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.services__image {
  border: 5px solid #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 6, 63, 0.2);
  width: 420px;
  height: 331px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about {
  display: flex;
  justify-content: center;
  padding-bottom: 100px !important;
}
.about__photo-collage {
  position: relative;
  width: 100%;
  height: 100%;
  flex-basis: 45%;
}
.about__photo-collage__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__photo-collage__item {
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0px 4px 6.6px 0px rgba(0, 6, 63, 0.2);
}
.about__photo-collage__item--1 {
  top: 150px;
  left: 0;
  width: 259.684px;
  height: 259.684px;
  z-index: 4;
}
.about__photo-collage__item--2 {
  top: 0;
  left: 190px;
  width: 211.642px;
  height: 372.646px;
  z-index: 3;
}
.about__photo-collage__item--4 {
  top: 330px;
  left: 93px;
  width: 285.652px;
  height: 328.5px;
  z-index: 1;
}
.about__photo-collage__item--3 {
  top: 100px;
  left: 295px;
  width: 281.757px;
  height: 393.421px;
  z-index: 2;
}
.about__content {
  flex-basis: 44%;
}
.about__title {
  display: flex;
  margin-left: 120px;
  margin-bottom: 30px;
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  position: relative;
}
.about__title::before {
  content: " ";
  background: #6da9a6;
  width: 110px;
  height: 2px;
  position: absolute;
  border-radius: 6px;
  top: 38px;
  left: -119px;
}
.about__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.about__mission {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.about__text {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.about__subtitle {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 12px;
}
.about__directions {
  display: flex;
  gap: 22px;
}
.about__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}
.about__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.about__actions {
  display: flex;
  gap: 25px;
}
.about__link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.about__button {
  padding: 18px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 0.3s;
  cursor: pointer;
}
.about__button:hover {
  background: #336767;
}
.about__button:active {
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

.tcoyself {
  display: flex;
  gap: 143px;
  padding-bottom: 100px !important;
  justify-content: center;
}
.tcoyself__contant {
  display: flex;
}
.tcoyself__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.tcoyself__description {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.tcoyself__features {
  margin-top: 24px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tcoyself__feature {
  padding: 38px 32px 39px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  border: 2px solid #6da9a6;
}
.tcoyself__feature-title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.tcoyself__feature-text {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.tcoyself__image {
  position: relative;
  height: 100%;
}
.tcoyself__image img {
  border: 5px solid #fff;
  box-shadow: 0px 4px 18.2px 0px rgba(0, 6, 63, 0.15);
  -o-object-fit: cover;
  object-fit: cover;
  width: 420px;
  height: 868px;
}
.tcoyself__image::before {
  content: " ";
  background: #6da9a6;
  width: 112px;
  height: 567px;
  position: absolute;
  z-index: -1;
  top: 255px;
  left: -40px;
}

.discounts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px !important;
}
.discounts__title {
  text-align: center;
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.discounts__list {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.discounts__item {
  width: 640px;
  height: 277px;
  padding: 12px 10px 10px 8px;
  background-position: center;
  background-size: cover;
}
.discounts__item--1 {
  background-position: right;
}
.discounts__item--2 {
  background-color: #9c4f55;
}
.discounts__item--3 {
}
.discounts__item--4 {
}
.discounts__content {
  height: 100%;
  padding: 30px 16px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.discounts__content--4 {
  padding-left: 0px;
}
.discounts__content--background {
  padding: 8px 16px 16px 16px;
  background-color: #6da9a6;
  width: -moz-max-content;
  width: max-content;
}
.discounts__badge {
  margin-bottom: 82px;
  color: #fff;
  font-family: "ZT Neue Ralewe";
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
}
.discounts__offer-title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.discounts__offer-title--1 {
  color: #5a4738;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.discounts__offer-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.discounts__offer-description--1 {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/*.personal {
  padding-bottom: 100px !important;
}*/
.personal__header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 512px;
  padding: 119px 190px;
}
.personal__intro {
  background-color: #6da9a6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 25px;
  padding: 46px 43px 53px 43px;
}
.personal__title {
  color: #fff;
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.personal__description {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 589px;
}
.personal__people-cards {
  display: grid;
  gap: 35px 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.personal__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.personal__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.personal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: -35px;
}
.personal__name {
  color: #4c4c4c;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.personal__specialization {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.personal__link {
  color: #6da9a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}
.personal__show-more {
  color: #6da9a6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}

.reviews {
  padding-bottom: 100px !important;
  display: flex;
  justify-content: center;
}
.reviews__list--mob {
  display: none;
}
.reviews__left-block {
  display: flex;
  flex-direction: column;
  flex-basis: 68%;
}
.reviews__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.reviews__rating-group {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
}
.reviews__rating-item {
  gap: 10px;
  align-items: center;
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 19px 18px 15px 18px;
  border-radius: 3px;
  background: #fff;
}
.reviews__rating-info {
  display: flex;
  flex-direction: column;
}
.reviews__rating-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.reviews__rating-value {
  color: #ffcc03;
  font-family: "Akrobat";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.reviews__rating-label {
  color: #19325d;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.reviews__item {
  align-items: flex-end;
  display: flex;
  gap: 37px;
}
.reviews__details {
  display: flex;
  flex-direction: column;
  flex-basis: 69%;
}
.reviews__image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.reviews__text {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 10px;
}
.reviews__name {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.reviews__service {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.reviews__right-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 258px));
  gap: 14px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-areas: "--1 --2" "--1 --3" "--4 --3";
}
.reviews__right-block::before {
  position: absolute;
  content: " ";
  background: #6da9a6;
  width: 25px;
  height: 626px;
  top: 130px;
  left: -25px;
  z-index: 0;
}
.reviews__photo {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.reviews__photo--1 {
  grid-area: --1;
}
.reviews__photo--2 {
  grid-area: --2;
}
.reviews__photo--3 {
  grid-area: --3;
}
.reviews__photo--4 {
  grid-area: --4;
}

.map__address-primary {
  position: relative;
  overflow: hidden;
} /*# sourceMappingURL=home.css.map */

@media screen and (max-width: 539.99px) {
	font-size: 35px!important;
}