@font-face {
  font-family: Inter;
  src: local(Inter-Regular), url(./fonts/Inter-Regular.woff2) format("woff2"), url(./fonts/Inter-Regular.woff) format("woff"), url(./fonts/Inter-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Inter;
  src: local(Inter-Medium), url(./fonts/Inter-Medium.woff2) format("woff2"), url(./fonts/Inter-Medium.woff) format("woff"), url(./fonts/Inter-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Inter;
  src: local(Inter-Bold), url(./fonts/Inter-Bold.woff2) format("woff2"), url(./fonts/Inter-Bold.woff) format("woff"), url(./fonts/Inter-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

html {
  scroll-behavior: smooth; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

ol,
ul {
  list-style: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none; }

iframe {
  border: 0; }

img {
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important; }

html,
body {
  position: relative; }

a *,
button * {
  pointer-events: none; }

body {
  background-color: white;
  color: #535563;
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  line-height: 22px; }

article {
  text-align: left; }

h1,
h2 {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px; }

h1 {
  color: #96655e;
  font-size: 40px;
  font-weight: bold; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 32px;
  font-weight: bold; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 40px; } }

h3 {
  color: #96655e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px; }

p {
  margin-bottom: 24px; }

.u-hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-hide--s768 {
      display: none !important; } }

.u-show {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .u-show--s768 {
      display: block !important; } }

.u-wrapper {
  height: 100%;
  padding: 70px 0 0; }
  @media screen and (min-width: 1024px) {
    .u-wrapper {
      padding: 76px 0 0; } }

.section--intro {
  background: #e5d8d6; }

.section--default {
  background: white; }

.section--lighter {
  background: #e5d8d6; }

.section--darker {
  background: #96655e;
  color: white; }

.u-section {
  padding: 56px 16px; }
  @media screen and (min-width: 767px) {
    .u-section {
      padding: 56px 24px; } }
  @media screen and (min-width: 1024px) {
    .u-section {
      padding: 80px 16px; } }
  .u-section--sm {
    padding: 56px 16px 40px; }
    @media screen and (min-width: 1024px) {
      .u-section--sm {
        padding: 56px 16px; } }

.section--intro {
  text-align: left; }
  @media screen and (min-width: 1023px) {
    .section--intro {
      background-image: url(./images/jumbotron.png);
      background-position: 150% center;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media screen and (min-width: 1100px) {
    .section--intro {
      background-position: 120% center; } }
  @media screen and (min-width: 1199px) {
    .section--intro {
      background-position: center right; } }
  @media screen and (min-width: 1800px) {
    .section--intro {
      background-position: 75% center; } }

.main-legal {
  padding: 7rem 1rem 2rem;
  margin: 0 auto;
  max-width: 1024px; }

.main-legal h1 {
  color: #96655e;
  font-size: 36px; }

.main-legal h2 {
  color: #96655e;
  font-size: 24px; }

.main-legal ul {
  padding-left: 1.5rem;
  margin-bottom: 24px; }

.main-legal li {
  padding-left: .5rem;
  list-style-type: disc; }

.heading--darker {
  color: #96655e; }

.images-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 8px; }

.image {
  width: 47%; }
  .image img {
    width: 100%; }

input[type="submit"],
button.button {
  display: block;
  text-align: center; }

button,
[role="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%; }
  button *,
  [role="button"] *,
  input[type="button"] *,
  input[type="reset"] *,
  input[type="submit"] * {
    pointer-events: none; }

.button {
  align-items: center;
  appearance: none;
  background: #96655e;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  margin: 16px auto;
  min-width: 260px;
  overflow: visible;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
  z-index: 1; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button:hover {
    background: #c09f9b; }
  @media screen and (min-width: 1023px) {
    .button {
      min-width: auto;
      width: auto;
      padding: 14px; } }

form .button {
  width: 100%; }
  @media screen and (min-width: 1023px) {
    form .button {
      min-width: auto;
      width: auto;
      padding: 14px; } }

@media screen and (max-width: 768px) {
  .header__contact.button__lite--s768 {
    background: #96655e;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase; } }

button:disabled,
.button:disabled,
.button--state-disabled {
  background: none;
  cursor: not-allowed;
  pointer-events: none; }

.header {
  background-color: #d4bdba;
  font-family: "Inter", "sans-serif";
  position: fixed;
  width: 100%;
  z-index: 2; }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding: 25px 15px; }
    @media screen and (min-width: 768px) {
      .header__wrapper {
        padding: 25px 25px; } }
    @media screen and (min-width: 1024px) {
      .header__wrapper {
        padding: 28px 112px; } }
  .header__logo {
    min-height: 20px;
    min-width: 10px; }
  .header__nav {
    font-size: 14px; }
    .header__nav ul {
      display: flex;
      list-style: none;
      flex-direction: row; }
      .header__nav ul li:not(:last-child) {
        margin-right: 30px; }
      .header__nav ul li a:not(.header__contact) {
        color: #96655e;
        font-weight: 500;
        text-decoration: none; }
      .header__nav ul li a:hover,
      .header__nav ul li a:active {
        text-decoration: underline; }
  .header__phone {
    display: flex;
    align-content: center; }
    .header__phone svg {
      margin: 3px; }
  .header__contact {
    text-decoration: none;
    color: white;
    border: none;
    font-weight: 400;
    padding: 0;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .header__contact {
        background: none;
        color: #96655e; } }

.card {
  margin: 0 auto;
  max-width: 1280px; }
  .card__content {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .card__content {
        text-align: left; } }
  .card__contact {
    text-align: left; }
    .card__contact h2 {
      text-align: center; }
  @media screen and (min-width: 1023px) {
    .card--left {
      margin: 0 auto 0 0; } }
  @media screen and (min-width: 1023px) {
    .card--right {
      margin: 0 0 0 auto; } }

.section_intro {
  text-align: left; }

article {
  text-align: left; }
  @media screen and (min-width: 767px) {
    article {
      column-count: 2;
      column-gap: 24px; } }
  @media screen and (min-width: 1024px) {
    article {
      column-count: 3;
      column-gap: 30px; } }

svg {
  display: block;
  margin: 16px auto 0;
  fill: #96655e; }
  @media screen and (min-width: 767px) {
    svg {
      margin-top: 24px; } }

.svg-icon {
  display: inline-block;
  margin: auto; }

.service {
  margin-bottom: 24px; }
  @media screen and (min-width: 767px) {
    .service {
      margin-bottom: 64px;
      width: 220px; }
      .service:nth-of-type(even) {
        margin-bottom: 0; } }
  @media screen and (min-width: 1023px) {
    .service {
      width: 310px; } }
  .service p {
    margin-bottom: 0; }

@media screen and (min-width: 1023px) {
  .card--jumbotron {
    margin: 0 auto;
    max-width: 1280px; }
    .card--jumbotron .card__content {
      max-width: 490px;
      margin-left: 0; } }

@media screen and (min-width: 1023px) {
  .card--customized h2 {
    margin: 0 auto 64px;
    max-width: 700px;
    text-align: center; }
  .card--customized article {
    column-count: 2; } }

@media screen and (min-width: 1023px) {
  .card__our-services h2 {
    white-space: nowrap; }
  .card__our-services .section_intro {
    align-items: flex-start;
    display: flex;
    margin-bottom: 48px;
    justify-content: space-between; }
    .card__our-services .section_intro p {
      width: 66%; } }

@media screen and (min-width: 1280px) {
  .card__our-services .section_intro p {
    width: 794px; } }

.card__our-services article {
  column-count: auto; }
  @media screen and (min-width: 767px) {
    .card__our-services article {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }

@media screen and (min-width: 1024px) {
  .card__whyus article {
    column-count: 2; } }

svg {
  fill: #96655e; }

input[type="email"],
input[type="number"],
input[type="text"],
select,
select option,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #c9d2d4;
  border-radius: 4px;
  color: #303333;
  font-family: "Inter", "sans-serif";
  font-size: 16px;
  min-height: 40px;
  padding: 0 5px;
  width: 100%; }

.form {
  margin: 36px auto 0;
  max-width: 460px; }
  @media screen and (min-width: 768px) {
    .form__row {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .form__row .form__field {
      width: 31%; } }
  .form__field {
    margin-bottom: 15px; }
    .form__field label {
      display: block;
      margin-bottom: 8px; }
      .form__field label span {
        color: #dc3545; }
    .form__field .is-invalid {
      border-color: #dc3545 !important; }
    .form__field .just-validate-error-label {
      color: #dc3545 !important; }
  .form__message {
    color: green;
    display: block;
    margin-top: 30px;
    text-align: center; }

.footer {
  background-color: #96655e;
  min-height: 20px;
  width: 100%; }
  .footer svg {
    margin: 0; }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    padding: 28px 15px; }
  .footer p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 120%;
    justify-content: center;
    margin-bottom: 15px; }
    .footer p svg {
      margin-right: 0.4rem; }
  .footer .social p {
    margin-bottom: 0; }
  .footer .social .social-links {
    display: flex;
    align-items: center;
    margin: 0 12px;
    gap: 0; }
    .footer .social .social-links a {
      display: block;
      margin: 0 4px; }
  @media screen and (min-width: 1024px) {
    .footer__wrapper {
      flex-direction: row;
      padding: 28px 112px; }
    .footer p {
      margin-bottom: 0; }
    .footer .phone {
      order: 2; }
    .footer .adress {
      order: 1; }
    .footer .social {
      display: flex;
      align-items: center;
      order: 3; } }

.footer ul {
  color: white;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .footer ul {
    gap: 4.5rem;
    margin-bottom: 0; } }

.footer ul li a {
  color: inherit;
  text-decoration: none; }
