.fc-primary {
  color: #062139;
}

.fc-hover-primary:hover {
  color: #062139;
}

.bc-primary {
  background-color: #062139;
}

.fc-primary-dark {
  color: #041A2D;
}

.fc-hover-primary-dark:hover {
  color: #041A2D;
}

.bc-primary-dark {
  background-color: #041A2D;
}

.fc-primary-light {
  color: #0D3048;
}

.fc-hover-primary-light:hover {
  color: #0D3048;
}

.bc-primary-light {
  background-color: #0D3048;
}

.fc-accent {
  color: #FEDA23;
}

.fc-hover-accent:hover {
  color: #FEDA23;
}

.bc-accent {
  background-color: #FEDA23;
}

.fc-accent-hover {
  color: #EBC817;
}

.fc-hover-accent-hover:hover {
  color: #EBC817;
}

.bc-accent-hover {
  background-color: #EBC817;
}

.fc-white {
  color: #FFFFFF;
}

.fc-hover-white:hover {
  color: #FFFFFF;
}

.bc-white {
  background-color: #FFFFFF;
}

.fc-bg {
  color: #F8F9FA;
}

.fc-hover-bg:hover {
  color: #F8F9FA;
}

.bc-bg {
  background-color: #F8F9FA;
}

.fc-bg-light {
  color: #F1F3F5;
}

.fc-hover-bg-light:hover {
  color: #F1F3F5;
}

.bc-bg-light {
  background-color: #F1F3F5;
}

.fc-text {
  color: #182B3A;
}

.fc-hover-text:hover {
  color: #182B3A;
}

.bc-text {
  background-color: #182B3A;
}

.fc-text-muted {
  color: #6B737A;
}

.fc-hover-text-muted:hover {
  color: #6B737A;
}

.bc-text-muted {
  background-color: #6B737A;
}

.fc-border {
  color: #E1E5E8;
}

.fc-hover-border:hover {
  color: #E1E5E8;
}

.bc-border {
  background-color: #E1E5E8;
}

.fs-xs {
  font-size: 12px;
}

.fs-sm {
  font-size: 14px;
}

.fs-base {
  font-size: 16px;
}

.fs-lg {
  font-size: 18px;
}

.fs-h6 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

.fs-h5 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

.fs-h4 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}

.fs-h3 {
  font-size: 32px;
}

h3 {
  font-size: 32px;
}

.fs-h2 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}

.fs-h1 {
  font-size: 52px;
}

h1 {
  font-size: 52px;
}

.radius-sm {
  border-radius: 4px;
}

.radius-top-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.radius-left-sm {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radius-right-sm {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.radius-md {
  border-radius: 6px;
}

.radius-top-md {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.radius-left-md {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.radius-right-md {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.radius-lg {
  border-radius: 8px;
}

.radius-top-lg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.radius-left-lg {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.radius-right-lg {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.radius-xl {
  border-radius: 12px;
}

.radius-top-xl {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.radius-left-xl {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.radius-right-xl {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.radius-round {
  border-radius: 50%;
}

.radius-top-round {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.radius-left-round {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.radius-right-round {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.m-xs {
  margin: 4px;
}

.ls-xs {
  letter-spacing: 0.004em;
}

.mt-xs {
  margin-top: 4px;
}

.mb-xs {
  margin-bottom: 4px;
}

.p-xs {
  padding: 4px;
}

.pt-xs {
  padding-top: 4px;
}

.pb-xs {
  padding-bottom: 4px;
}

.m-sm {
  margin: 8px;
}

.ls-sm {
  letter-spacing: 0.008em;
}

.mt-sm {
  margin-top: 8px;
}

.mb-sm {
  margin-bottom: 8px;
}

.p-sm {
  padding: 8px;
}

.pt-sm {
  padding-top: 8px;
}

.pb-sm {
  padding-bottom: 8px;
}

.m-md {
  margin: 16px;
}

.ls-md {
  letter-spacing: 0.016em;
}

.mt-md {
  margin-top: 16px;
}

.mb-md {
  margin-bottom: 16px;
}

.p-md {
  padding: 16px;
}

.pt-md {
  padding-top: 16px;
}

.pb-md {
  padding-bottom: 16px;
}

.m-lg {
  margin: 24px;
}

.ls-lg {
  letter-spacing: 0.024em;
}

.mt-lg {
  margin-top: 24px;
}

.mb-lg {
  margin-bottom: 24px;
}

.p-lg {
  padding: 24px;
}

.pt-lg {
  padding-top: 24px;
}

.pb-lg {
  padding-bottom: 24px;
}

.m-xl {
  margin: 32px;
}

.ls-xl {
  letter-spacing: 0.032em;
}

.mt-xl {
  margin-top: 32px;
}

.mb-xl {
  margin-bottom: 32px;
}

.p-xl {
  padding: 32px;
}

.pt-xl {
  padding-top: 32px;
}

.pb-xl {
  padding-bottom: 32px;
}

.m-2xl {
  margin: 48px;
}

.ls-2xl {
  letter-spacing: 0.048em;
}

.mt-2xl {
  margin-top: 48px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.p-2xl {
  padding: 48px;
}

.pt-2xl {
  padding-top: 48px;
}

.pb-2xl {
  padding-bottom: 48px;
}

.m-3xl {
  margin: 64px;
}

.ls-3xl {
  letter-spacing: 0.064em;
}

.mt-3xl {
  margin-top: 64px;
}

.mb-3xl {
  margin-bottom: 64px;
}

.p-3xl {
  padding: 64px;
}

.pt-3xl {
  padding-top: 64px;
}

.pb-3xl {
  padding-bottom: 64px;
}

.m-4xl {
  margin: 80px;
}

.ls-4xl {
  letter-spacing: 0.08em;
}

.mt-4xl {
  margin-top: 80px;
}

.mb-4xl {
  margin-bottom: 80px;
}

.p-4xl {
  padding: 80px;
}

.pt-4xl {
  padding-top: 80px;
}

.pb-4xl {
  padding-bottom: 80px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.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;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

a > img {
  transition: all 0.5s;
}

a:hover > img {
  scale: 1.1;
}

.shadow-box-sm {
  box-shadow: 0 2px 8px rgba(6, 33, 57, 0.08);
}

.shadow-box-md {
  box-shadow: 0 4px 16px rgba(6, 33, 57, 0.1);
}

.shadow-box-lg {
  box-shadow: 0 8px 24px rgba(6, 33, 57, 0.12);
}

.border-botton-grey {
  border-bottom: 1px solid #E1E5E8;
}

.link-svg > svg {
  width: 32px;
  height: 32px;
}

.heart-svg > svg {
  width: 36px;
  height: 36px;
}

.heart-svg > svg > path {
  fill: #FFFFFF;
}

.offer-svg > svg {
  width: 18px;
  height: 18px;
}

.offer-svg > svg > path {
  stroke: #062139;
}

.palm-background {
  background-image: linear-gradient(rgba(4, 26, 45, 0.6), rgba(4, 26, 45, 0.8)), url("../image/baners/palmy.png");
  background-size: cover;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #182B3A;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

button, input, select, textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.svg-white > svg > path {
  stroke: rgba(255, 255, 255, 0.78);
}/*# sourceMappingURL=body-multidom.css.map */