* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: #6b7983;
  opacity: 1;
}

:root {
  --container-width: 1459px;
  --font-main: "EB Garamond", sans-serif;
  --font-secondary: "";
  --font-third: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.clear-list {
  list-style: none;
}
html {
  font-size: 32px;
}
body {
  font-family: var(--font-main);
  font-size: 32px;
  line-height: 150%;
  color: #694767;
  /* overflow-x: hidden; */
}

section.section {
  padding: 2.5rem 0;
}
.container {
  max-width: var(--container-width);
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.container.--fluid {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.--relative {
  position: relative;
}

a {
  display: inline-block;
}
img,
svg {
  display: inline-block;
  max-width: 100%;
}
.input-wrap {
  position: relative;
}
button,
input:not([type="checkbox"]) {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  font-family: var(--font-main);
}

.input-text {
  outline: none;
  width: 100%;
}

h1,
.h1 {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 130%;
}
h2,
.h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1rem;
}
h3,
.h3 {
  font-size: 1.1563rem;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 160%; /* 38.4px */
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 160%; /* 25.6px */
}
h6,
.h6 {
}

.db {
  display: block;
}
.dib {
  display: inline-block;
}
.df {
  display: flex;
}
.--aic {
  align-items: center;
}
.--jcsb {
  justify-content: space-between;
}
.--jcc {
  justify-content: center;
}
.--aifs {
  align-items: flex-start;
}
.--fdc {
  flex-direction: column;
}
.--fwrap {
  flex-wrap: wrap;
}
.dg {
  display: grid;
}
.--gtc-2 {
  grid-template-columns: repeat(2, 1fr);
}
.--gtc-3 {
  grid-template-columns: repeat(3, 1fr);
}
.--gtc-4 {
  grid-template-columns: repeat(4, 1fr);
}
.--gtc-5 {
  grid-template-columns: repeat(5, 1fr);
}
.--gtc-6 {
  grid-template-columns: repeat(6, 1fr);
}
.--gap-4 {
  gap: 4px;
}
.--gap-5 {
  gap: 5px;
}
.--gap-8 {
  gap: 8px;
}
.--gap-10 {
  gap: 10px;
}
.--gap-12 {
  gap: 12px;
}
.--gap-15 {
  gap: 15px;
}
.--gap-16 {
  gap: 16px;
}
.--gap-20 {
  gap: 20px;
}
.--gap-24 {
  gap: 24px;
}
.--gap-25 {
  gap: 25px;
}
.--gap-30 {
  gap: 30px;
}
.--gap-32 {
  gap: 32px;
}
.--gap-35 {
  gap: 35px;
}
.--gap-40 {
  gap: 40px;
}
.--gap-45 {
  gap: 45px;
}
.--gap-50 {
  gap: 1.5625rem;
}
.--gap-60 {
  gap: 60px;
}
.--gap-64 {
  gap: 64px;
}
.--gap-150 {
  gap: 4.6875rem;
}
.--fz-12 {
  font-size: 12px;
}
.--fz-14 {
  font-size: 14px;
}
.--fz-15 {
  font-size: 15px;
}
.--fz-16 {
  font-size: 16px;
}
.--fz-17 {
  font-size: 17px;
}
.--fz-18 {
  font-size: 18px;
}
.--fz-20 {
  font-size: 20px;
}
.--fz-25 {
  font-size: 25px;
}
.--fz-50 {
  font-size: 50px;
}
.--fw-400 {
  font-weight: 400;
}
.--fw-500 {
  font-weight: 500;
}
.--fw-600 {
  font-weight: 600;
}
.--fw-700 {
  font-weight: 700;
}
.--fw-800 {
  font-weight: 800;
}
.--lh-140 {
  line-height: 140%;
}
.--center {
  text-align: center;
}
.--right {
  text-align: right;
}

.--max-width-980 {
  max-width: 980px;
  margin: 0 auto;
}
.--max-width-910 {
  max-width: 910px;
  margin: 0 auto;
}
.--max-width-800 {
  max-width: 800px;
  margin: 0 auto;
}

.button {
  padding: 0.4375rem 0.9375rem;
  background: #694767;
  border: 2px solid #694767;
  color: #fff;
  font-family: var(--font-third);
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.button:hover {
  background: #fff;
  color: #694767;
}
.wpforms-submit.button {
  height: auto !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0.4375rem 0.9375rem !important;
  background: #694767 !important;
  border: 2px solid #694767 !important;
  color: #fff !important;
  font-family: var(--font-third) !important;
  font-size: 0.5rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.button.--big {
  padding: 0.75rem 3.75rem;
}
.button.--wide {
  width: max(100%, 18.75rem);
  text-align: center;
}
.button.--opacity {
  border-color: #fff;
  color: #Fff; 
  background: rgba(95, 58, 93, 0.75);
}
.button.--opacity:hover {
  background: rgba(95, 58, 93, 1);
}
.button.--outline {
  border-color: rgba(95, 58, 93, 0.75);
  color: #694767;
  background: #fff;
}
.button.--outline:hover {
  color: #fff ;
  background: #694767;
}

.--mt-64 {
  margin-top: 2rem;
}
.--mt-70 {
  margin-top: 2.1875rem;
}
.--mt-80 {
  margin-top: 2.5rem;
}
.--mt-100 {
  margin-top: 3.125rem;
}

.service-item__title {
  color: #694767;
  text-align: center;
  margin-top: 0.5625rem;
}

.service-item__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.service-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.service-item:hover img{
  transform: scale(1.05);
}
.service-item:hover .service-item__title{
  font-weight: 700;
}
.reviews-block-wrapper {
  background: rgba(246, 241, 246, 0.65);
  padding: 1.4688rem 0 2.375rem;
}
