:root {
  --font-family-lato: "Lato", sans-serif;
  --font-family-inter: "Inter", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --acent: #282828;
  --primary: #b28a5b;
  --base-color: #fff;
  --border: #f0f0f0;
  --white-netral: #f8f7f5;
  --text-subdue: #858585;
  --color: var(--text-subdue);
  --color-2: var(--primary);
  --color-3: var(--color-2);
  --spica-blue: #01478f;
  --spica-seryy: #565656;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter-Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts//Lato-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts//Lato-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts//Lato-Black.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DroidKufi";
  src: url("../fonts//DroidKufi-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "DroidKufi";
  src: url("../fonts//DroidKufi-Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden !important;
}

@media screen and (pointer: fine) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
body,
html {
  font-family: var(--font-family-lato);
  margin: 0;
  padding: 0;
  background: #fff;
}

a {
  color: inherit;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  padding: 0 4rem;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 1.4rem;
  }
}

@media (max-width: 530px) {
  .hidden-mobile {
    display: none;
  }
}

.section {
  margin-bottom: 9.4rem;
}
@media (max-width: 530px) {
  .section {
    margin-bottom: 6rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-family-lato);
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  z-index: 2;
}
.overlay.open {
  opacity: 0.6;
  visibility: visible;
}

section {
  scroll-margin-top: 100px;
}

.form-section, .team-section {
  scroll-margin-top: 0;
}

.houses-section {
  scroll-margin-top: 150px;
}

.disable-scroll {
  height: auto;
}

.iti__search-input {
  padding: 1rem 5rem;
}

.iti--container {
  font-size: 1.6rem;
}
.iti--container svg {
  width: 1.4rem;
  height: 1.4rem;
}

.iti .iti__selected-dial-code {
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--spica-seryy);
}
@media (max-width: 530px) {
  .iti .iti__selected-dial-code {
    font-size: 1.2rem;
  }
}

@media (max-width: 530px) {
  html[lang=fr] .first-section__text {
    letter-spacing: -0.02em;
  }
}
html {
  --refRes: 1440;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (max-width: 530px) {
  html {
    --refRes: 360 !important;
  }
}

.dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  backdrop-filter: blur(20px);
  background: rgba(241, 239, 237, 0.7);
  margin-top: 2.3rem;
  padding: 0.8rem 0.9rem;
  border-radius: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown.open {
  opacity: 1;
  visibility: visible;
}
.dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.dropdown__item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.dropdown__item--active .dropdown__link {
  background: var(--spica-blue);
  color: var(--base-color);
}
.dropdown__link {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1rem;
  color: #2c2c2c;
  width: 100%;
}
.dropdown__link svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 531px) {
  .dropdown__link:hover {
    background: var(--spica-blue);
    color: var(--base-color);
  }
  .dropdown__link:hover svg path {
    stroke: var(--base-color);
  }
}

.btn {
  padding: 1.6rem 2.4rem;
  border-radius: 1rem;
  min-width: 20.6rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--primary {
  border: 1px solid var(--base-color);
  color: var(--base-color);
}
@media (min-width: 531px) {
  .btn--primary:hover {
    border-radius: 1.6rem;
  }
}
.btn--red {
  position: relative;
  overflow: hidden;
  background: #ef4749;
  color: var(--base-color);
  z-index: 1;
}
.btn--red::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#02478E), to(#EC4547));
  background: linear-gradient(90deg, #02478E 0%, #EC4547 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
}
@media (min-width: 531px) {
  .btn--red:hover:before {
    opacity: 1;
  }
}
.btn--gray {
  color: #2c2c2c;
  background: #f4f4f4;
}
@media (min-width: 531px) {
  .btn--gray:hover {
    background: #d5d5d5;
  }
}
.btn--gradient {
  color: var(--base-color);
  background: -webkit-gradient(linear, left top, right top, from(#02478E), color-stop(rgba(235, 25, 28, 0.8)), to(#02478E));
  background: linear-gradient(90deg, #02478E, rgba(235, 25, 28, 0.8), #02478E);
  background-size: 200% 100%;
  background-position: 0% 50%;
  -webkit-transition: background-position 0.6s ease;
  transition: background-position 0.6s ease;
}
@media (min-width: 531px) {
  .btn--gradient:hover {
    background-position: 100% 50%;
  }
}
.btn--with-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.4rem;
}
.btn--white {
  background: var(--base-color);
  padding: 1rem 2.1rem;
}
@media (min-width: 531px) {
  .btn--white:hover {
    background: #d5d5d5;
  }
}
@media (max-width: 530px) {
  .btn {
    padding: 0.9rem 2.4rem;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.01em;
  }
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.btn_cookie {
  background: var(--spica-blue);
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.4rem;
  width: 15rem;
  line-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 530px) {
  .btn_cookie {
    width: 15rem;
    min-width: unset;
  }
}
.title-primary {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 117%;
  background: -webkit-gradient(linear, left top, right top, from(#01478f), to(rgba(235, 25, 28, 0.8)));
  background: linear-gradient(90deg, #01478f 0%, rgba(235, 25, 28, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 530px) {
  .title-primary {
    font-size: 3.2rem;
    line-height: 112%;
    margin-bottom: 0.9rem;
  }
}

.swiper-buttons-custom {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-buttons-custom--next {
  right: 2rem;
}
.swiper-buttons-custom--prev {
  left: 2rem;
}
.swiper-buttons-custom svg {
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-buttons-custom.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.swiper-buttons-custom--gray {
  background: var(--base-color);
  border-radius: 100%;
  width: 5.4rem;
  height: 5.4rem;
  top: 51%;
}
.swiper-buttons-custom--gray.swiper-button-disabled {
  opacity: 1;
}
@media (min-width: 531px) {
  .swiper-buttons-custom--gray:not(.swiper-button-disabled):hover {
    background: rgba(213, 213, 213, 0.67);
  }
}
.swiper-buttons-custom--gray.swiper-buttons-custom--next {
  right: 3.3rem;
}
.swiper-buttons-custom--gray.swiper-buttons-custom--prev {
  left: 3.3rem;
}
.swiper-buttons-custom--gray svg {
  width: 1.8rem;
  height: 1.8rem;
}

.js-hover-video video {
  /* position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  //transition: opacity .3s ease;
  object-fit: cover; */
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .form-block {
    gap: 1.5rem;
  }
}
.form-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
  width: 100%;
}
@media (max-width: 530px) {
  .form-block__item {
    gap: 1.2rem;
  }
}
.form-block__label {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #2c2c2c;
}
@media (max-width: 530px) {
  .form-block__label {
    font-size: 1.6rem;
  }
}
.form-block__label span {
  color: #ef4749;
}
.form-block__input {
  padding: 1.9rem 1.8rem;
  border-radius: 0.8rem;
  background: var(--base-color);
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--spica-seryy);
}
.form-block__input[type=tel] {
  padding: 1.9rem 1.8rem 1.9rem 3.4rem;
}
@media (max-width: 530px) {
  .form-block__input {
    font-size: 1.2rem;
    padding: 1.5rem 1.2rem;
  }
  .form-block__input[type=tel] {
    padding: 1.5rem 1.8rem 1.5rem 3.4rem;
  }
}
.form-block__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.form-block__checkbox-input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0.4rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-width: 1.6rem;
  max-height: 1.6rem;
  border: 1px solid #2c2c2c;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
}
.form-block__checkbox-input:checked {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-block__checkbox-label {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
  color: #2c2c2c;
}
.form-block__checkbox-label a {
  color: #01478F;
}
@media (max-width: 530px) {
  .form-block__checkbox-label {
    font-size: 1.2rem;
    max-width: unset;
  }
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
}
.socials__link svg {
  width: 3rem;
  height: 3rem;
}
.socials__link svg stop {
  -webkit-transition: stop-opacity 0.85s ease;
  transition: stop-opacity 0.85s ease;
}
@media (min-width: 531px) {
  .socials__link:hover {
    color: #01478f;
  }
  .socials__link:hover svg stop {
    stop-opacity: 1;
  }
}
.socials__link--xl svg {
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 530px) {
  .socials__link--xl svg {
    width: 3.2rem;
    height: 3.5rem;
  }
}
@media (max-width: 530px) {
  .socials--desktop {
    display: none;
  }
}
.socials--mobile {
  display: none;
}
@media (max-width: 530px) {
  .socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .socials--mobile svg {
    width: 5.4rem;
    height: 5.4rem;
  }
}

.spm-flag-image {
  width: 2rem;
  height: 1.5rem;
}

.el-desctop {
  display: block;
}
@media (max-width: 530px) {
  .el-desctop {
    display: none !important;
  }
}

.el-mobile {
  display: none !important;
}
@media (max-width: 530px) {
  .el-mobile {
    display: block !important;
  }
}

.graph-modal {
  padding: 10px 0;
}

.cookies {
  border-top: 1px solid #EAEAEA;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  background: var(--base-color);
  width: 100vw;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 3rem;
  z-index: 999;
  color: #2C2C2C;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 530px) {
  .cookies {
    font-size: 1.1rem;
    padding: 0 1.6rem;
    height: 5.7rem;
  }
}
.cookies_show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cookies a {
  color: var(--spica-blue);
}

.header {
  position: fixed;
  top: 1.4rem;
  left: 0;
  width: 100vw;
  z-index: 10;
}
@media (max-width: 530px) {
  .header {
    top: 1rem;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 1.5rem;
  background: rgba(241, 239, 237, 0.7);
  border-radius: 2rem;
}
@media (max-width: 530px) {
  .header__inner {
    padding: 0.4rem 1.5rem;
    border-radius: 1.5rem;
  }
}
.header__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 530px) {
  .header__inner:before {
    border-radius: 1.5rem;
  }
}
.header__logo {
  width: 8.8rem;
  height: 3.6rem;
}
@media (max-width: 530px) {
  .header__logo {
    width: 7.6rem;
    height: 3.7rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
}
@media (max-width: 530px) {
  .header__items {
    gap: 1.8rem;
  }
}
.header__lang {
  position: relative;
}
.header__lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 110%;
  color: #2c2c2c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-switch svg {
  width: 1.6rem;
  height: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 531px) {
  .header__lang-switch:hover {
    opacity: 0.7;
  }
}
.header__lang-dropdown {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 14.9rem;
}
@media (max-width: 530px) {
  .header__lang-dropdown {
    min-width: 9.8rem;
  }
}
.header__lang-dropdown .dropdown__item[data-lang-code=en] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header__lang-dropdown .dropdown__item[data-lang-code=es] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.header__lang-dropdown .dropdown__item[data-lang-code=fr] {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.header__lang-dropdown .dropdown__item[data-lang-code=ar] {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.header__burger {
  position: relative;
}
.header__burger-dropdown {
  min-width: 14.9rem;
  right: -2rem;
}
.header__burger-dropdown svg {
  display: none;
}
@media (max-width: 530px) {
  .header__burger-dropdown {
    position: fixed;
    margin-top: 0.5rem;
    top: 6rem;
    right: 0;
    margin-left: 1.3rem;
    margin-right: 1.4rem;
    width: calc(92vw + 0.1rem);
    padding: 1.7rem 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.3rem;
  }
  .header__burger-dropdown .dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__burger-dropdown .dropdown__link svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
  .header__burger-dropdown .socials__link svg {
    display: block;
  }
  .header__burger-dropdown .dropdown__item--active .dropdown__link {
    color: var(--spica-blue);
    background: transparent;
  }
  .header__burger-dropdown .dropdown__item--active .dropdown__link svg path {
    stroke: var(--spica-blue);
  }
}
.header__burger-btn {
  cursor: pointer;
  width: 3.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__burger-btn span {
  height: 0.25rem;
  width: 100%;
  display: block;
  background: #2C2C2C;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  will-change: transform;
}
@media (max-width: 530px) {
  .header__burger-btn span {
    height: 0.2rem;
  }
}
.header__burger-btn svg {
  width: 3.5rem;
  height: 100%;
}
@media (max-width: 530px) {
  .header__burger-btn svg {
    width: 100%;
    height: 1.7rem;
  }
}
.header__burger-btn .line {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header__burger-btn.burger-open {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.header__burger-btn.burger-open span:nth-child(1) {
  -webkit-transform: translateY(0.85rem) rotate(45deg);
  -ms-transform: translateY(0.85rem) rotate(45deg);
  transform: translateY(0.85rem) rotate(45deg);
}
@media (max-width: 530px) {
  .header__burger-btn.burger-open span:nth-child(1) {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
    -ms-transform: translateY(0.8rem) rotate(45deg);
    transform: translateY(0.8rem) rotate(45deg);
  }
}
.header__burger-btn.burger-open span:nth-child(2) {
  opacity: 0;
}
.header__burger-btn.burger-open span:nth-child(3) {
  -webkit-transform: translateY(-0.85rem) rotate(-45deg);
  -ms-transform: translateY(-0.85rem) rotate(-45deg);
  transform: translateY(-0.85rem) rotate(-45deg);
}
@media (max-width: 530px) {
  .header__burger-btn.burger-open span:nth-child(3) {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
    -ms-transform: translateY(-0.8rem) rotate(-45deg);
    transform: translateY(-0.8rem) rotate(-45deg);
  }
}
.header__burger-btn.burger-open .line-1 {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.header__burger-btn.burger-open .line-2 {
  opacity: 0;
}
.header__burger-btn.burger-open .line-3 {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 531px) {
  .header__burger-btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 530px) {
  .header__burger-btn {
    width: 3.3rem;
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}

.js-open-dropdown.active .header__lang-switch svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.first-section {
  position: relative;
  height: 100svh;
}
.first-section__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.6rem;
  padding-bottom: 5.8rem;
}
@media (max-width: 530px) {
  .first-section__info {
    padding-bottom: 1.5rem;
  }
}
.first-section__title {
  font-weight: 800;
  font-size: 15.4rem;
  line-height: 81%;
  color: var(--base-color);
  opacity: 0.5;
  display: inline-block;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  letter-spacing: 0.2rem;
  -webkit-animation: stretchTitle 6s ease-in-out infinite;
  animation: stretchTitle 6s ease-in-out infinite;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
@media (max-width: 530px) {
  .first-section__title {
    font-size: 4.2rem;
    letter-spacing: unset;
  }
}
.first-section__subblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#01478f), to(rgba(235, 25, 28, 0.8)));
  background: linear-gradient(90deg, #01478f 0%, rgba(235, 25, 28, 0.8) 100%);
  border-radius: 7rem 2rem;
  padding: 0.8rem 9.7rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 530px) {
  .first-section__subblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1.3rem;
    gap: 0.7rem;
    border-radius: 3rem 1.5rem;
  }
}
.first-section__text {
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 100%;
  color: var(--base-color);
}
@media (max-width: 530px) {
  .first-section__text {
    font-size: 2.2rem;
  }
}
@media (max-width: 530px) {
  .first-section__link {
    min-width: 100%;
    width: 100%;
  }
}

@-webkit-keyframes stretchTitle {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  83.33% {
    -webkit-transform: scaleY(1.7);
    transform: scaleY(1.7);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes stretchTitle {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  83.33% {
    -webkit-transform: scaleY(1.7);
    transform: scaleY(1.7);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.exclusive-section {
  margin-bottom: 9.7rem;
}
@media (max-width: 530px) {
  .exclusive-section {
    margin-bottom: 5.9rem;
  }
}
@media (max-width: 530px) {
  .exclusive-section__title span {
    display: block;
  }
}
.exclusive-section__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 530px) {
  .exclusive-section__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
.exclusive-section__card {
  padding: 1.2rem;
  border: 1px solid #eaeaea;
  border-radius: 2rem;
  background: var(--base-color);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.exclusive-section__card-img, .exclusive-section__card-video {
  height: 29.3rem;
  width: 100%;
  border-radius: 1rem;
}
@media (max-width: 530px) {
  .exclusive-section__card-img, .exclusive-section__card-video {
    height: 20.5rem;
  }
}
.exclusive-section__card-swiper {
  position: relative;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.exclusive-section__card-content {
  padding: 1.6rem 1.6rem 0.7rem 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 530px) {
  .exclusive-section__card-content {
    padding: 1rem 1.6rem 0.7rem 0.8rem;
  }
}
.exclusive-section__card-inner {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.exclusive-section__card-swiper-slide {
  position: relative;
}
.exclusive-section__card-swiper-slide:hover .exclusive-section__card-swiper-slide:has(video) {
  /* .exclusive-section__card-video {
    opacity: 1;
  }

  .exclusive-section__card-img {
    opacity: 0;
  } */
}
.exclusive-section__card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 143%;
  color: var(--spica-seryy);
  margin-bottom: 0.3rem;
}
.exclusive-section__card-location img {
  width: 1.7rem;
  height: 1.7rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 530px) {
  .exclusive-section__card-location {
    gap: 0.1rem;
  }
}
.exclusive-section__card-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  color: #2c2c2c;
  margin-bottom: 1.1rem;
}
@media (max-width: 530px) {
  .exclusive-section__card-title {
    font-size: 1.6rem;
    line-height: 175%;
  }
}
.exclusive-section__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
  margin-top: auto;
}
@media (max-width: 530px) {
  .exclusive-section__card-row {
    gap: 1.5rem;
  }
}
.exclusive-section__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 133%;
  color: var(--spica-seryy);
}
.exclusive-section__card-info img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.exclusive-section__card-cost {
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  color: #2c2c2c;
}
@media (max-width: 530px) {
  .exclusive-section__card-cost {
    font-size: 1.6rem;
    line-height: 200%;
  }
}
.exclusive-section__card-btn {
  display: block;
  width: 100%;
}
.exclusive-section__btn {
  display: block;
  width: 100%;
}

.team-section {
  position: relative;
  padding: 10rem 0;
  background: #f4f4f4;
  margin-bottom: 10rem;
}
@media (max-width: 530px) {
  .team-section {
    padding: 5.6rem 0;
    margin-bottom: 6rem;
  }
}
.team-section .container {
  position: static;
}
.team-section__title {
  margin-bottom: 3.1rem;
}
@media (max-width: 530px) {
  .team-section__title {
    max-width: 24rem;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.team-section__swiper {
  position: static;
}
@media (max-width: 530px) {
  .team-section__swiper {
    overflow: visible;
  }
}
.team-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .team-section__card {
    gap: 1.6rem;
  }
}
.team-section__card-content {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  height: 50.5rem;
}
.team-section__card-content img, .team-section__card-content video {
  width: 100%;
  height: 100%;
}
@media (max-width: 530px) {
  .team-section__card-content {
    height: 39.5rem;
  }
}
.team-section__card-name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: var(--spica-blue);
}
@media (max-width: 530px) {
  .team-section__card-name {
    font-size: 1.6rem;
    line-height: 142%;
  }
}
.team-section__card-who {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  color: #2c2c2c;
}
@media (max-width: 530px) {
  .team-section__card-who {
    font-size: 1.2rem;
    line-height: 167%;
  }
}
@media (max-width: 530px) {
  .team-section__swiper-button {
    display: none;
  }
}

.houses-section__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
}
@media (max-width: 530px) {
  .houses-section__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.houses-section__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .houses-section__card {
    gap: 1.6rem;
  }
}
.houses-section__card-btn {
  width: 100%;
}
.houses-section__card-content {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 29.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.houses-section__card-content img, .houses-section__card-content video {
  width: 100%;
  height: 100%;
}
@media (max-width: 530px) {
  .houses-section__card-content {
    height: 24.1rem;
  }
}

.form-section {
  padding: 9.8rem 0;
  background: #f4f4f4;
}
@media (max-width: 530px) {
  .form-section {
    padding: 5.8rem 0;
  }
}
@media (max-width: 530px) {
  .form-section__title {
    max-width: 31rem;
  }
}
.form-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .form-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
  }
}
.form-section__content {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  width: 50rem;
}
.form-section__content img, .form-section__content video {
  width: 100%;
  height: 46.8rem;
  border-radius: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 530px) {
  .form-section__content img, .form-section__content video {
    height: 19.6rem;
  }
}
@media (max-width: 530px) {
  .form-section__content {
    width: 100%;
  }
}
.form-section__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 530px) {
  .form-section__body {
    width: 100%;
  }
}

.services-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .services-section__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.services-section__card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  height: 26.9rem;
}
@media (max-width: 530px) {
  .services-section__card {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 20rem;
  }
}
.services-section__card:hover {
  cursor: pointer;
}
.services-section__card:hover .services-section__border rect {
  stroke-dashoffset: 0;
  stroke: #ffffff;
}
.services-section__card:hover .services-section__card-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 531px) {
  .services-section__card:nth-child(4) .services-section__border rect, .services-section__card:last-child .services-section__border rect {
    stroke-width: 0.02rem;
    stroke-dasharray: 370;
  }
}
.services-section__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 2rem;
}
.services-section__border rect {
  fill: none;
  stroke: transparent;
  stroke-width: 0.03rem;
  stroke-dasharray: 370;
  stroke-dashoffset: 300;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.9s ease;
  transition: stroke-dashoffset 0.9s ease;
}
.services-section__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-section__card-text {
  position: absolute;
  bottom: 2.8rem;
  left: 2.8rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--base-color);
  max-width: 28rem;
}
@media (max-width: 530px) {
  .services-section__card-text {
    font-size: 2rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }
}

.services-section__border {
  /* & > rect{
    @include mobile{
        transform-origin: center center;
        transform: scaleX(1.02);
    }
  } */
}
@media (min-width: 531px) {
  .services-section__border > rect.mobile {
    display: none;
  }
}
.services-section__border > rect.mobile {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scaleX(1.025);
  -ms-transform: scaleX(1.025);
  transform: scaleX(1.025);
}
.services-section__border > rect.desktop.small {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scaleX(1.015);
  -ms-transform: scaleX(1.015);
  transform: scaleX(1.015);
}
@media (max-width: 530px) {
  .services-section__border > rect.desktop {
    display: none;
  }
}

@media (max-width: 530px) {
  .branches-section {
    margin-bottom: 6rem;
  }
}
@media (max-width: 530px) {
  .branches-section__title span {
    display: block;
  }
}
.branches-section__wrapper {
  margin-bottom: -3.3rem;
}
@media (max-width: 530px) {
  .branches-section__wrapper {
    margin-bottom: -7.1rem;
  }
}
.branches-section__wrapper-img {
  width: 100%;
  height: 59.4rem;
  border-radius: 2rem;
  overflow: hidden;
}
.branches-section__wrapper-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 530px) {
  .branches-section__wrapper-img {
    height: 46.9rem;
  }
}
.branches-section__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#01478f), to(rgba(235, 25, 28, 0.8)));
  background: linear-gradient(90deg, #01478f 0%, rgba(235, 25, 28, 0.8) 100%);
  border-radius: 2rem;
  height: 31.8rem;
  width: 100%;
  -webkit-transform: translateY(-13.3rem);
  -ms-transform: translateY(-13.3rem);
  transform: translateY(-13.3rem);
  max-width: 101.7rem;
  margin: 0 auto;
  gap: 5rem;
}
@media (max-width: 530px) {
  .branches-section__block {
    height: 13rem;
    padding: 0.5rem;
    max-width: 30.1rem;
    gap: 1.2rem;
    -webkit-transform: translateY(-6.3rem);
    -ms-transform: translateY(-6.3rem);
    transform: translateY(-6.3rem);
  }
}
.branches-section__decor {
  position: absolute;
}
.branches-section__decor img {
  width: 10.5rem;
  height: 7.7rem;
}
@media (max-width: 530px) {
  .branches-section__decor img {
    width: 3.4rem;
    height: 2.5rem;
  }
}
.branches-section__decor--left {
  bottom: 6.8rem;
  left: 6.1rem;
}
@media (max-width: 530px) {
  .branches-section__decor--left {
    bottom: 5.1rem;
    left: 1.7rem;
  }
}
.branches-section__decor--right {
  top: -3.9rem;
  right: 8rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 530px) {
  .branches-section__decor--right {
    top: -1.2rem;
    right: 2.3rem;
  }
}
.branches-section__bottom {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
}
.branches-section__bottom img {
  width: 100%;
  height: 13.8rem;
}
@media (max-width: 530px) {
  .branches-section__bottom img {
    height: 7.2rem;
  }
}
.branches-section__block-title {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 117%;
  text-align: center;
  color: var(--base-color);
}
@media (max-width: 530px) {
  .branches-section__block-title {
    font-size: 3.2rem;
    line-height: 175%;
  }
}
.branches-section__block-text {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white-netral);
}
@media (max-width: 530px) {
  .branches-section__block-text {
    font-size: 1.2rem;
  }
}

.graph-modal-custom__title {
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 117%;
  color: #2c2c2c;
  margin-bottom: 2.4rem;
  padding-right: 4.7rem;
  max-width: 54.1rem;
}
.graph-modal-custom__title_big {
  font-size: 4.8rem;
}
@media (max-width: 530px) {
  .graph-modal-custom__title {
    font-size: 3.2rem;
    line-height: 112%;
    margin-bottom: 1.8rem;
    padding-right: 4rem;
  }
  .graph-modal-custom__title span {
    display: block;
  }
}
.graph-modal-custom__text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #2c2c2c;
  margin-bottom: 2.4rem;
}
.graph-modal-custom__container {
  border-radius: 2rem;
  border: 1px solid transparent;
  padding: 3.2rem 2.4rem;
  max-width: 72.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4)) padding-box, -webkit-gradient(linear, left top, right top, from(#01478f), color-stop(40%, rgba(235, 25, 28, 0.8))) border-box;
  background: linear-gradient(#f4f4f4, #f4f4f4) padding-box, linear-gradient(90deg, #01478f 0%, rgba(235, 25, 28, 0.8) 40%) border-box;
}
.graph-modal-custom__container--connect {
  max-width: 43.2rem;
  width: 100%;
}
@media (max-width: 530px) {
  .graph-modal-custom__container {
    padding: 2.2rem 1.3rem;
    width: 93vw;
  }
}
.graph-modal-custom__close {
  border-radius: 1rem;
  background: var(--base-color);
  width: 4.6rem;
  height: 4.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 2.4rem;
  right: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 530px) {
  .graph-modal-custom__close {
    top: 1.3rem;
    right: 1.3rem;
  }
}
.graph-modal-custom__close svg {
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
  margin: auto;
}
@media (max-width: 530px) {
  .graph-modal-custom__close {
    width: 3.6rem;
    height: 3.6rem;
  }
  .graph-modal-custom__close svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.graph-modal-custom__close:hover {
  background: #d5d5d5;
}
.graph-modal-custom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.graph-modal-custom__item img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 530px) {
  .graph-modal-custom__item img {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.graph-modal-custom__btn {
  width: 100%;
}

.footer {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background: #f4f4f4;
}
@media (max-width: 530px) {
  .footer {
    padding-top: 5.4rem;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 3.7rem;
  border-bottom: 1px solid #575757;
  margin-bottom: 4rem;
}
@media (max-width: 530px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.9rem;
    margin-bottom: 2.1rem;
  }
}
.footer__logo {
  margin-bottom: 2.2rem;
}
.footer__logo img {
  width: 15.7rem;
  height: 6.3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 530px) {
  .footer__logo {
    margin-bottom: 1.4rem;
  }
  .footer__logo img {
    width: 10.3rem;
    height: 4.9rem;
  }
}
.footer__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--spica-seryy);
  margin-bottom: 3.5rem;
}
@media (max-width: 530px) {
  .footer__text {
    font-size: 1.4rem;
    margin-bottom: 2.3rem;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media (max-width: 530px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.9rem;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__block--mr {
  margin-right: 8.6rem;
}
@media (max-width: 530px) {
  .footer__block--mr {
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .footer__block {
    gap: 1rem;
  }
}
.footer__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #2c2c2c;
}
@media (max-width: 530px) {
  .footer__title {
    font-size: 1.4rem;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__list--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .footer__list--row {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 530px) {
  .footer__list {
    gap: 1rem;
  }
}
.footer__item {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--spica-seryy);
}
.footer__item--address {
  max-width: 18.8rem;
}
@media (max-width: 530px) {
  .footer__item--address {
    max-width: 100%;
  }
}
@media (max-width: 530px) {
  .footer__item {
    font-size: 1.2rem;
  }
}
.footer__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 531px) {
  .footer__link:hover {
    color: var(--spica-blue);
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem;
    margin-left: 0.2rem;
  }
  .footer__bottom .footer__list {
    gap: 1.3rem;
  }
  .footer__bottom .footer__item {
    position: relative;
  }
  .footer__bottom .footer__item:not(:last-child):before {
    content: "|";
    position: absolute;
    top: 0;
    right: -0.8rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
  }
}
.footer__developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.3rem;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #565656;
}
@media (max-width: 530px) {
  .footer__developer {
    -webkit-box-ordinal-group: -98;
    -ms-flex-order: -99;
    order: -99;
    font-size: 1.2rem;
    -webkit-column-gap: 0.2rem;
    -moz-column-gap: 0.2rem;
    column-gap: 0.2rem;
  }
}
.footer__developer svg {
  width: 8rem;
  height: 1.9rem;
}
@media (max-width: 530px) {
  .footer__developer svg {
    width: 6.4rem;
    height: 1.7rem;
  }
}
.footer__copyright {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--spica-seryy);
}
@media (max-width: 530px) {
  .footer__copyright {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

html[lang=ar] .header {
  direction: rtl;
}
@media (min-width: 531px) {
  html[lang=ar] .header__burger-dropdown {
    right: -9.9rem;
  }
}
html[lang=ar] .exclusive-section__content {
  direction: rtl;
}
html[lang=ar] .form-section {
  direction: rtl;
}
html[lang=ar] .first-section__subblock {
  direction: rtl;
}
html[lang=ar] .exclusive-section__title {
  margin-left: auto;
  text-align: right;
}
html[lang=ar] .team-section__title {
  margin-left: auto;
  text-align: right;
}
html[lang=ar] .houses-section__title {
  margin-left: auto;
  text-align: right;
}
html[lang=ar] .form-section__title {
  margin-left: auto;
  text-align: right;
}
html[lang=ar] .services-section__title {
  margin-left: auto;
  text-align: right;
}
html[lang=ar] .branches-section__title {
  margin-left: auto;
  text-align: right;
}
@media (min-width: 531px) {
  html[lang=ar] .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 531px) {
  html[lang=ar] .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 530px) {
  html[lang=ar] .footer__bottom {
    direction: rtl;
  }
}
@media (max-width: 530px) {
  html[lang=ar] .footer__bottom .footer__item:not(:last-child):before {
    display: none;
  }
}
html[lang=ar] .footer__title {
  text-align: right;
}
html[lang=ar] .footer__item {
  text-align: right;
}
html[lang=ar] .footer__info {
  direction: rtl;
}
html[lang=ar] .services-section__card-text {
  text-align: right;
  left: unset;
  right: 2.8rem;
}
@media (max-width: 530px) {
  html[lang=ar] .services-section__card-text {
    right: 1.3rem;
  }
}
html[lang=ar] .dropdown__link {
  text-align: right;
}
html[lang=ar] .form-block__label {
  text-align: right;
}
html[lang=ar] .team-section__card-name {
  text-align: right;
}
html[lang=ar] .team-section__card-who {
  text-align: right;
}
html[lang=ar] .iti__tel-input {
  text-align: right;
}
html[lang=ar] .iti__selected-country {
  direction: ltr;
}
html[lang=ar] .graph-modal__container {
  direction: rtl;
}
html[lang=ar] .graph-modal-custom__title {
  padding-left: 4.7rem;
  padding-right: 0;
}
html[lang=ar] .graph-modal__close {
  right: unset;
  left: 2.4rem;
}
@media (max-width: 530px) {
  html[lang=ar] .graph-modal__close {
    left: 1.3rem;
  }
}
/*# sourceMappingURL=main.css.map */