@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&family=Inter:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-feature-settings: "salt" on, "liga" off;
  color: rgba(24, 25, 31, 0.8);
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

p {
  margin: 0;
}

/* ========================== */
html.no_scroll,
body.no_scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

header {
  position: absolute;
  z-index: 11;
  top: 15px;
  left: 0;
  width: 100%;
}

.not_index header {
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-page .header .logo_img.dark {
  display: none;
}

.header .logo_img.white {
  display: none;
}

.index-page .header .logo_img.white {
  display: block;
}

.header .logo_link.for_mob {
  display: none;
}

.header .wrapper_for_menu_mob {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .lang_link_mob {
  display: none;
}

.header .lang_wrapper_link_mob {
  display: none;
}

.header .btn_burger {
  display: none;
}

.header .left_block {
  display: flex;
  align-items: center;
}

.header .right_block {
  display: flex;
  align-items: center;
}

.header .header_menu {
  margin-left: 40px;
  display: flex;
  gap: 32px;
}

.header .header_menu .menu_item a {
  color: #FFF;
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: lowercase;
}

.header .header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header .header__contacts .phone_link {
  color: var(--txt-1, #212B36);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.header .header__contacts .mail_link {
  color: #1B47CF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.header .lang_wrapper_link {
  margin-left: 78px;
  position: relative;
}

.header .lang_wrapper_link .list_link_lang {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header .lang_wrapper_link .list_link_lang a {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: #F7F7F7;
  color: #637381;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.header .lang_wrapper_link:hover .lang_link {
  background-color: #1B47CF;
  color: #FFF;
  pointer-events: none;
}

.header .lang_wrapper_link:hover .list_link_lang {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header .lang_link {
  padding: 4px 10px;
  display: inline-block;
  color: #637381;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease;
}

.wrapper .container {
  width: 100%;
  padding-right: 75px;
  padding-left: 75px;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

.first_screen .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
}

.first_screen .swiper-pagination .wrapper__numeric {
  display: inline-flex;
  flex-direction: column-reverse;
  row-gap: 7px;
}

.first_screen .swiper-pagination .wrapper__numeric .numeric {
  color: #C4CDD5;
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.first_screen .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #C4CDD5;
}

.first_screen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #212B36;
}

.first_screen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active+.numeric {
  color: var(--txt-1, #212B36);
}

.first_screen .wrapper__swiper-pagination {
  position: relative;
}

.first_screen .fs_main_img {
  width: 100%;
}

.first_screen .container_p_l_0 {
  padding-left: 0;
}

.first_screen .container_slider {
  padding-right: 0;
}

.first_screen .col_fs_main_img {
  padding-left: 0;
}

.first_screen .col_content_txt_slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 50px;
}

.first_screen .col_content_txt_slide::before {
  right: -15px;
  bottom: 120px;
  position: absolute;
  content: "Canary";
  transform: rotate(-90deg);
  color: #C4CDD5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.first_screen .col_content_txt_slide::after {
  right: -15px;
  top: 130px;
  position: absolute;
  content: "Islands";
  transform: rotate(-90deg);
  color: #C4CDD5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.first_screen .col_content_txt_slide .description {
  margin-top: 22px;
  color: #637381;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.first_screen .col_content_txt_slide .btn_fs {
  position: absolute;
  width: calc(100% + 75px);
  bottom: 0;
  left: calc(var(--bs-gutter-x) * -0.5);
  height: 123px;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  background: #1B47CF;
  padding: 12px 30px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.first_screen .wrapper__first_screen__swiper {
  overflow-x: clip;
}

.first_screen .first_screen__swiper .content_txt_slide {
  display: none;
}

.first_screen .first_screen__swiper.swiper {
  overflow: visible;
}

.first_screen .first_screen__swiper .card_active {
  display: flex;
  align-items: center;
  background: #212B36;
}

.first_screen .first_screen__swiper .card_active .card__img {
  width: 110px;
  height: 123px;
  -o-object-fit: cover;
  object-fit: cover;
}

.first_screen .first_screen__swiper .content__txt {
  padding: 26px 34px 23px 27px;
}

.first_screen .first_screen__swiper .content__txt .title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.first_screen .first_screen__swiper .content__txt .description {
  color: #C4CDD5;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.first_screen .first_screen__swiper .block_position_top {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  padding: 26px;
  background: #FFF;
  color: #212B36;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  text-align: center;
}

.first_screen .wrapper__swiper-button-prev,
.first_screen .wrapper__swiper-button-next {
  position: relative;
}

.first_screen .swiper-button-next {
  right: auto;
  left: 0;
  border-radius: 124px;
  min-width: 44px;
  min-height: 44px;
  background: var(--txt-1, #212B36);
  padding: 10px;
}

.first_screen .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.first_screen .swiper-button-prev {
  left: calc(var(--bs-gutter-x) * 0.5);
  border-radius: 124px;
  min-width: 44px;
  min-height: 44px;
  background: var(--txt-1, #212B36);
  padding: 10px;
}

.first_screen .swiper-button-prev::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.h1 {
  margin: 0;
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.pt120 {
  padding-top: 120px;
}

.section__name {
  margin-top: 15px;
  color: #1B47CF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.section__name::before {
  content: "";
  width: 16px;
  height: 2px;
  flex-shrink: 0;
  background-color: #1B47CF;
}

.section__title {
  color: var(--txt-1, #212B36);
  font-family: "Almarai", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.sectiot__description {
  color: var(--txt-1, #212B36);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.col__sectiot__description {
  display: flex;
  align-items: center;
}

.about-us {
  background: #F7F7F7;
}

.about-us .container.mt70 {
  margin-top: 70px;
}

.about-us .col__content_bg_img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .col__content_bg_img img {
  width: calc(100% + 75px);
  position: absolute;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.about-us .col__content_bg_img .title {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Almarai", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.about-us .col__content_bg_img .description {
  margin-top: 88px;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 310px;
}

.about-us .col__advantages_list {
  display: flex;
  flex-direction: column;
}

.about-us .col__advantages_list .item__card {
  padding: 19px 48px 48px;
}

.about-us .col__advantages_list .item__card.white {
  position: relative;
  background-color: #FFF;
  padding-top: 48px;
}

.about-us .col__advantages_list .item__card.white::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  left: calc(var(--bs-gutter-x) * -0.5);
  top: 0;
  width: calc(100% + 75px + var(--bs-gutter-x) * 0.5);
  height: 100%;
}

.about-us .col__advantages_list .item__card .title {
  position: relative;
  z-index: 1;
  color: #1B47CF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 19px;
}

.about-us .col__advantages_list .item__card .title::before {
  content: "";
  width: 16px;
  height: 2px;
  flex-shrink: 0;
  background-color: #1B47CF;
}

.about-us .col__advantages_list .item__card .description {
  position: relative;
  z-index: 1;
  color: rgba(33, 43, 54, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.about-us .container__about-list .col__about-list__item {
  display: flex;
  padding: 0;
}

.about-us .container__about-list .col__about-list__item.last {
  transform: translateX(-20px);
}

.about-us .container__about-list .col__about-list__item .icon-block {
  background: #1B47CF;
  padding: 30px 16px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.about-us .container__about-list .col__about-list__item .content {
  padding: 26px 40px 30px 28px;
}

.about-us .container__about-list .col__about-list__item .content .title {
  color: #212B36;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.about-us .container__about-list .col__about-list__item .content .description {
  margin-top: 114px;
  color: #637381;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.services.color__grey .content .list__item::before {
  background-color: #212B36;
}

.services .wrapper__swiper_img {
  display: flex;
}

.services .swiper-slide {
  display: flex;
}

.services.color__grey .swiper {
  flex: 1 1 33%;
}

.services .swiper {
  flex: 1 1 30%;
}

.services .wrapper__img {
  flex: 1 1 70%;
  position: relative;
}

.services .wrapper__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services .content {
  flex: 1 1 30%;
  position: relative;
  padding: 98px 0 0 30px;
}

.services .content .name {
  color: var(--txt-2, #637381);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 14.4px */
  text-transform: uppercase;
}

.services .content .title {
  color: var(--txt-1, #212B36);
  font-family: "Almarai", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.services .content .list {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.services .content .list__item {
  color: #212B36;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 12.5px;
}

.services .content .list__item::before {
  content: "";
  width: 19.5px;
  height: 2px;
  background-color: #1B47CF;
}

.services .container____services {
  position: relative;
}

.services .container____services.mt50 {
  margin-top: 50px;
}

.services .btn_link {
  width: calc(30% + 75px);
  top: 0;
  right: -70px;
  position: absolute;
  z-index: 2;
  background: #1B47CF;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.services .wrapper__btn_link {
  position: relative;
  width: 100%;
}

.services .pagination__swiper__services {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #FFF;
  transform: translateX(-75px);
  max-width: 440px;
}

.services .pagination__swiper__services .item {
  padding: 17px 24px 17px 0;
  padding-left: 75px;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.services .pagination__swiper__services .item.active {
  background-color: #1B47CF;
}

.services .pagination__swiper__services .item.active .numeric {
  color: #FFF;
}

.services .pagination__swiper__services .item.active .txt {
  color: #FFF;
}

.services .pagination__swiper__services .item .numeric {
  color: #212B36;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.services .pagination__swiper__services .item .txt {
  color: #212B36;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.services .position_relative {
  position: relative;
}

.services .wrapper__buttons_row {
  position: relative;
  z-index: 3;
  width: 100%;
}

.services .wrapper__buttons_row .wrapper__buttons-slider {
  position: absolute;
  right: 30%;
}

.wrapper__buttons-slider {
  position: absolute;
}

.wrapper__buttons-slider .swiper-button-prev {
  background: #212B36;
  width: 62px;
  height: 62px;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}

.wrapper__buttons-slider .swiper-button-prev:after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper__buttons-slider .swiper-button-prev.swiper-button-disabled:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper__buttons-slider .swiper-button-next {
  background: #212B36;
  width: 62px;
  height: 62px;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
}

.wrapper__buttons-slider .swiper-button-next:after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper__buttons-slider .swiper-button-next.swiper-button-disabled:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wrapper__buttons-slider .swiper-button-prev.swiper-button-disabled,
.wrapper__buttons-slider .swiper-button-next.swiper-button-disabled {
  background-color: #FFF;
  opacity: 1;
}

.services.color__grey .swiper-slide {
  display: flex;
  flex-direction: row-reverse;
}

.services.color__grey .btn_link {
  width: calc(33% + 75px);
  right: auto;
  left: -71px;
}

.services.color__grey .pagination__swiper__services {
  left: auto;
  right: -75px;
  transform: none;
}

.services.color__grey .pagination__swiper__services .item {
  padding: 17px 24px 17px 24px;
}

.services.color__grey .content {
  padding-left: 0;
  flex: 1 1 33%;
}

.services.color__grey .wrapper__img {
  flex: 1 1 67%;
}

.services.color__grey .wrapper__buttons_row .wrapper__buttons-slider {
  right: auto;
  left: 33%;
}

.services_test .col-lg-4 {
  background-color: red;
  height: 20px;
}

.color__grey .section__name {
  color: #212B36;
}

.color__grey .section__name::before {
  background-color: #212B36;
}

.color__grey .btn_link {
  background: #212B36;
}

.color__grey .pagination__swiper__services .item.active {
  background: #212B36;
}

.container__content__img {
  display: none;
}

@media (max-width: 991.8px) {
  .first_screen .container_p_l_0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .first_screen {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  .container__content__img {
    display: block;
    padding: 0;
  }

  .wrapper .container__first_screen__slider {
    padding: 0;
  }

  .container__first_screen__slider .wrapper__swiper-button-prev {
    display: none;
  }

  .container__first_screen__slider .wrapper__swiper-button-next {
    display: none;
  }

  .col_fs_main_img {
    display: none;
  }

  .first_screen .col_content_txt_slide {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 40px;
    padding-top: 60px;
  }

  .first_screen .col_content_txt_slide::before {
    transform: none;
    left: calc(var(--bs-gutter-x) * 0.5);
    top: 0;
    bottom: auto;
    right: auto;
  }

  .first_screen .col_content_txt_slide::after {
    transform: none;
    right: calc(var(--bs-gutter-x) * 0.5);
    top: 0;
    bottom: auto;
    left: auto;
  }

  .first_screen .col_content_txt_slide .btn_fs {
    position: static;
    margin-top: 40px;
    width: calc(100% + var(--bs-gutter-x));
    transform: translateX(calc(var(--bs-gutter-x) * -0.5));
  }

  .section__name {
    margin-top: 0;
  }

  .section__title {
    margin: 20px 0;
  }

  .about-us .col__content_bg_img img {
    position: static;
    width: calc(100% + var(--bs-gutter-x));
    transform: translateX(calc(var(--bs-gutter-x) * -0.5));
  }

  .wrapper .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-us {
    padding-bottom: 40px;
  }

  .about-us .container.mt70 {
    margin-top: 40px;
  }

  .about-us .col__content_bg_img {
    background: var(--brand, #1B47CF);
  }

  .about-us .col__content_bg_img .title {
    margin-top: 40px;
  }

  .about-us .col__content_bg_img .description {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .about-us .col__advantages_list .item__card {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us .col__advantages_list .item__card.white {
    background-color: transparent;
  }

  .about-us .col__advantages_list .item__card.white::before {
    display: none;
  }

  .about-us .container__about-list .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-us .container__about-list .col__about-list__item {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .about-us .container__about-list .col__about-list__item .content {
    background: #FFF;
  }

  .about-us .container__about-list .col__about-list__item .content .description {
    margin-top: 12px;
  }

  .about-us .container__about-list .col__about-list__item.last {
    transform: none;
  }
}

footer {
  position: relative;
  padding: 26px 0;
  background: #212B36;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 100%;
  background-color: #FFF;
}

footer .btn__upward {
  position: absolute;
  bottom: 15px;
  left: 37px;
  transform: rotate(-90deg);
  transform-origin: left;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1B47CF;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  background: transparent;
}

footer .btn__upward::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="8" viewBox="0 0 17 8" fill="none"><path d="M16.3536 4.35355C16.5488 4.15829 16.5488 3.84171 16.3536 3.64645L13.1716 0.464466C12.9763 0.269204 12.6597 0.269204 12.4645 0.464466C12.2692 0.659728 12.2692 0.976311 12.4645 1.17157L15.2929 4L12.4645 6.82843C12.2692 7.02369 12.2692 7.34027 12.4645 7.53553C12.6597 7.7308 12.9763 7.7308 13.1716 7.53553L16.3536 4.35355ZM0 4.5L16 4.5V3.5L0 3.5L0 4.5Z" fill="%231B47CF"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

footer .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .menu__list {
  display: flex;
  align-items: center;
  gap: 45px;
}

footer .menu__list a {
  color: var(--w, #FFF);
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: lowercase;
}

footer .wrapper__logo_lang {
  padding-left: 75px;
  display: flex;
  align-items: center;
  gap: 40px;
}

footer .wrapper__logo_lang .lang_change {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.feedback.mt120 {
  margin-top: 120px;
}

.feedback .row__feedback {
  justify-content: space-between;
}

.feedback .feedback__img {
  width: 100%;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback .section__name {
  margin: 59px 0 40px;
}

.feedback .bg_col_feedback__form {
  background-color: #F7F7F7;
  position: relative;
}

.feedback .bg_col_feedback__form::before {
  content: "";
  display: block;
  width: 75px;
  background-color: #F7F7F7;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}

.feedback .bg_col_feedback__form::after {
  content: "";
  display: block;
  width: 55px;
  background-color: #F7F7F7;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

.feedback .feedback__form {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}

.feedback .feedback__form .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.feedback .feedback__form .input__form {
  flex: 1 1 100%;
  padding: 12px 0;
  border-bottom: 1px solid var(--dev, #DFE3E8);
  resize: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  background-color: transparent;
}

.feedback .feedback__form__description {
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.feedback .feedback__form__description a {
  color: #1B47CF;
}

.feedback .feedback__form__btn {
  color: #FFF;
  font-family: Almarai, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.68px;
  text-transform: uppercase;
  background: #1B47CF;
  padding: 10px;
  width: 288px;
  height: 102px;
  transform: translateX(75px);
}

.feedback .feedback__line__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts {
  background-color: #212B36;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.contacts .contacts__container_top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(66.7% - 75px);
  height: 54px;
  background-color: #fff;
}

.contacts::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 75px;
  height: 54px;
  display: block;
  background: var(--brand, #1B47CF);
}

.contacts::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  display: block;
  background: #fff;
}

.contacts .section__name {
  color: var(--w, #FFF);
  margin-top: 0;
  margin-bottom: 20px;
}

.contacts .section__name::before {
  background-color: #FFF;
}

.contacts .section__title {
  color: var(--w, #FFF);
}

.contacts.mt120 {
  margin-top: 120px;
}

.contacts .contacts__row {
  margin-top: 24px;
}

.contacts .contacts__row .contacts__name {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.contacts .contacts__row .contacts__link {
  margin-top: 16px;
  color: var(--w, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.advantages {
  background-color: #1B47CF;
}

.advantages.mt120 {
  margin-top: 120px;
}

.advantages .col__advantages_img {
  position: relative;
}

.advantages .col__advantages_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 67px;
  background-color: #1B47CF;
  z-index: 1;
}

.advantages .advantages__description {
  position: relative;
  display: flex;
  gap: 12px;
  margin-top: 66px;
  z-index: 1;
  width: calc(100% + 75px);
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.advantages .advantages__description::before {
  content: "";
  margin-top: 12px;
  width: 19px;
  flex-shrink: 0;
  height: 1px;
  display: block;
  background-color: #1B47CF;
}

.advantages .advantages__description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 75px;
  height: 100%;
  flex-shrink: 0;
  display: block;
  background-color: #FFFFFF;
}

.advantages .advantages_img {
  width: calc(100% + 75px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages .section__title {
  color: #FFF;
}

.advantages .section__name {
  margin-top: 70px;
  margin-bottom: 24px;
  color: #FFF;
}

.advantages .section__name::before {
  background-color: #FFF;
}

.advantages .advantages__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 43px;
}

.advantages .advantages__list .list__item {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.advantages .advantages__list .list__item .icon {
  width: 48px;
  height: 48px;
}

.advantages .advantages__list .list__item .content .title {
  color: var(--w, #FFF);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 11px;
  margin-bottom: 12px;
}

.advantages .advantages__list .list__item .content .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.team.mt120 {
  margin-top: 120px;
}

.team .content_info {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 20px 20px 0 20px;
}

.team .content_info .title {
  color: var(--txt-1, #212B36);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.team .content_info .description {
  margin-top: 10px;
  color: var(--txt-2, #637381);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.team .swiper__team {
  margin-top: 50px;
}

.team .swiper__team .swiper-slide {
  position: relative;
}

.team .swiper__team .team_img {
  width: 100%;
}

.team .swiper__team .wrapper__buttons-slider {
  position: absolute;
  top: 0;
  right: 0;
  height: 62px;
  width: 124px;
}

.team .swiper__team .wrapper__buttons-slider .swiper-button-next {
  right: 0;
  left: auto;
}

.team .swiper__team .wrapper__buttons-slider .swiper-button-prev {
  transform: translate(0);
}

.team .link_soc_network {
  position: absolute;
  width: 36px;
  height: 40px;
  background-color: #1B47CF;
}

.team .link_soc_network.facebook {
  bottom: 0;
  right: 0;
  transform: translateX(200%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_0_390)"><path d="M16 8.02005C16 3.59298 12.416 0 8 0C3.584 0 0 3.59298 0 8.02005C0 11.9018 2.752 15.1338 6.4 15.8797V10.4261H4.8V8.02005H6.4V6.01504C6.4 4.46717 7.656 3.20802 9.2 3.20802H11.2V5.61404H9.6C9.16 5.61404 8.8 5.97494 8.8 6.41604V8.02005H11.2V10.4261H8.8V16C12.84 15.599 16 12.1825 16 8.02005Z" fill="white"/></g><defs><clipPath id="clip0_0_390"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.team .link_soc_network.in {
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4.35759 16H1.24777V5.98527H4.35759V16ZM2.801 4.61917C1.80658 4.61917 1 3.79549 1 2.80104C1 2.32338 1.18975 1.86528 1.5275 1.52751C1.86526 1.18975 2.32335 1 2.801 1C3.27866 1 3.73675 1.18975 4.07451 1.52751C4.41226 1.86528 4.60201 2.32338 4.60201 2.80104C4.60201 3.79549 3.79509 4.61917 2.801 4.61917ZM15.9967 16H12.8935V11.1249C12.8935 9.96303 12.8701 8.47305 11.2767 8.47305C9.65982 8.47305 9.41205 9.73535 9.41205 11.0412V16H6.30558V5.98527H9.28817V7.35137H9.3317C9.74687 6.56452 10.761 5.73415 12.2741 5.73415C15.4214 5.73415 16 7.80674 16 10.4988V16H15.9967Z" fill="white"/></svg>');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.team .link_soc_network.email {
  top: 0;
  right: 0;
  transform: translateX(100%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.25 2.5H2.75C2.28602 2.5005 1.84119 2.68503 1.51311 3.01311C1.18503 3.34119 1.0005 3.78602 1 4.25V11.75C1.0005 12.214 1.18503 12.6588 1.51311 12.9869C1.84119 13.315 2.28602 13.4995 2.75 13.5H13.25C13.714 13.4995 14.1588 13.315 14.4869 12.9869C14.815 12.6588 14.9995 12.214 15 11.75V4.25C14.9995 3.78602 14.815 3.34119 14.4869 3.01311C14.1588 2.68503 13.714 2.5005 13.25 2.5ZM12.8069 5.39469L8.30688 8.89469C8.21912 8.9629 8.11115 8.99994 8 8.99994C7.88885 8.99994 7.78088 8.9629 7.69312 8.89469L3.19313 5.39469C3.14025 5.35476 3.09585 5.30472 3.06248 5.24749C3.02911 5.19025 3.00746 5.12695 2.99877 5.06127C2.99007 4.99559 2.99452 4.92884 3.01185 4.86489C3.02919 4.80094 3.05905 4.74108 3.09972 4.68878C3.14039 4.63647 3.19104 4.59277 3.24874 4.56021C3.30645 4.52766 3.37004 4.50689 3.43584 4.49913C3.50164 4.49136 3.56832 4.49675 3.63201 4.51498C3.69571 4.53321 3.75515 4.56391 3.80687 4.60531L8 7.86656L12.1931 4.60531C12.298 4.52613 12.4298 4.4914 12.56 4.50864C12.6903 4.52587 12.8085 4.59369 12.8892 4.69741C12.9698 4.80114 13.0064 4.93244 12.991 5.06293C12.9756 5.19341 12.9095 5.31259 12.8069 5.39469Z" fill="white"/></svg>');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991.8px) {
  .advantages .advantages_img {
    width: calc(100% + var(--bs-gutter-x));
    position: static;
    transform: translateX(calc(var(--bs-gutter-x) * -0.5));
  }

  .advantages .col__advantages_img {
    margin-top: 60px;
  }

  .advantages .col__advantages_img::before {
    display: none;
  }

  .advantages .advantages__description {
    position: absolute;
    bottom: 0;
    width: calc(100% - var(--bs-gutter-x));
    padding: 20px;
  }

  .advantages .advantages__description::after {
    display: none;
  }

  .advantages .advantages__container_rel {
    position: relative;
  }

  .contacts::after {
    display: none;
  }

  .contacts .contacts__row {
    margin-top: 0;
    row-gap: 20px;
  }

  .feedback {
    padding-top: 40px;
    background-color: #F7F7F7;
  }

  .feedback .bg_col_feedback__form::before {
    display: none;
  }

  .feedback .feedback__img {
    max-width: none;
  }

  .feedback .section__name {
    margin-top: 32px;
    margin-bottom: 20px;
  }

  .feedback .feedback__form .line {
    flex-direction: column;
  }

  .feedback .feedback__form .input__form {
    width: 100%;
  }

  .feedback .feedback__line__description {
    margin-top: 20px;
    flex-direction: column;
  }

  .feedback .feedback__form__description {
    width: 100%;
  }

  .feedback .feedback__form__btn {
    margin-top: 20px;
    width: 100%;
    height: 80px;
    transform: none;
  }

  footer {
    padding: 32px 0;
  }

  footer::before {
    display: none;
  }

  footer .btn__upward {
    display: none;
  }

  footer .wrapper__logo_lang {
    padding-left: 0;
    justify-content: space-between;
  }

  footer .footer {
    align-items: stretch;
    flex-direction: column;
  }

  footer .menu__list {
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

@media (max-width: 991.8px) {
  .services .wrapper__swiper_img {
    flex-direction: column;
  }

  .services .wrapper__img img {
    position: static;
    height: 222px;
  }

  .services .pagination__swiper__services {
    position: relative;
  }

  .services .pagination__swiper__services .item {
    background-color: #fff;
  }

  .services .pagination__swiper__services .item.active {
    position: static;
    display: flex;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .services .pagination__swiper__services .wrapper__hide {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .services .pagination__swiper__services.active .item {
    display: flex;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .services .pagination__swiper__services.active .wrapper__hide {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .services .swiper {
    width: 100%;
  }

  .services .content {
    padding: 0;
    margin-top: 20px;
  }

  .services .pagination__swiper__services {
    position: static;
    max-width: none;
    width: 100%;
    transform: none;
  }

  .services .pagination__swiper__services .item.active {
    position: relative;
  }

  .services .pagination__swiper__services .item.active::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M6 9L12 15L18 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
  }

  .services .pagination__swiper__services.active .item.active::after {
    transform: rotate(180deg);
  }

  .services .btn_link {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .services.color__grey .btn_link {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .services.color__grey .wrapper__buttons_row {
    position: absolute;
    top: 172px;
    width: calc(100% - var(--bs-gutter-x));
  }

  .services.color__grey .wrapper__buttons_row .wrapper__buttons-slider {
    right: 8px;
    left: auto;
  }

  .services .wrapper__buttons_row {
    position: absolute;
    top: 172px;
    width: calc(100% - var(--bs-gutter-x));
  }

  .services .wrapper__buttons_row .wrapper__buttons-slider {
    right: 8px;
    left: auto;
  }

  .services .wrapper__buttons-slider {
    width: 84px;
    height: 42px;
  }

  .services .wrapper__buttons-slider .swiper-button-next {
    left: auto;
    right: 0;
    width: 42px;
    height: 42px;
  }

  .services .wrapper__buttons-slider .swiper-button-prev {
    left: auto;
    right: 0;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 991.8px) {
  .services.color__grey .wrapper__swiper_img {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991.8px) {
  .header .lang_wrapper_link_mob {
    display: block;
    position: relative;
  }

  .header .lang_wrapper_link_mob .list_link_lang {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }

  .header .lang_wrapper_link_mob .list_link_lang a {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    background: #F7F7F7;
    color: #637381;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .header .lang_wrapper_link_mob:hover .lang_link_mob {
    background-color: #1B47CF;
    color: #FFF;
    pointer-events: none;
  }

  .header .lang_wrapper_link_mob:hover .list_link_lang {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header .lang_link_mob {
    padding: 4px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.3s ease;
  }

  .header .btn_burger {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px 3px;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
    margin-left: 20px;
  }

  .header .btn_burger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
  }

  .header .btn_burger.active .first {
    transform: rotate(45deg);
    transform-origin: left;
  }

  .header .btn_burger.active .middle {
    display: none;
  }

  .header .btn_burger.active .last {
    transform: rotate(-45deg);
    transform-origin: left;
    position: relative;
    left: 0;
    bottom: -3px;
  }

  .header .wrapper_for_menu_mob {
    display: none;
  }

  .header .wrapper_for_menu_mob .logo_link {
    display: none;
  }

  .header .logo_link.for_mob {
    display: block;
  }

  .header .wrapper_btn_burger_mob {
    display: flex;
    align-items: center;
  }

  .header.active .lang_link_mob {
    color: #637381;
  }

  .header.active .logo_img {
    display: none;
  }

  .header.active .logo_img.dark {
    display: block;
    position: relative;
    z-index: 100;
  }

  .header.active .wrapper_for_menu_mob {
    position: fixed;
    z-index: 99;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    padding: 20px;
    padding-top: 184px;
    justify-content: flex-start;
    gap: 60px;
  }

  .header.active .wrapper_for_menu_mob .header__contacts {
    gap: 8px;
  }

  .header.active .wrapper_for_menu_mob .lang_link {
    display: none;
  }

  .header.active .wrapper_for_menu_mob .header_menu {
    display: flex;
    flex-direction: column;
  }

  .header.active .wrapper_for_menu_mob .header_menu {
    margin: 0;
    width: 100%;
  }

  .header.active .wrapper_for_menu_mob .header_menu .menu_item a {
    color: #212B36;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    text-transform: lowercase;
  }

  .header.active .btn_burger span {
    background-color: #212B36;
  }

  .header .wrapper_btn_burger_mob {
    position: relative;
    z-index: 100;
  }
}

@media (max-width: 576.8px) {
  .first_screen .fs_main_img {
    height: 462px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header .logo_img {
    width: 48px;
  }

  .header .btn_burger {
    width: 24px;
    height: 24px;
    padding: 5px 2px;
  }

  .header .btn_burger span {
    height: 2px;
  }

  .header .btn_burger.active .last {
    bottom: -2px;
  }

  .first_screen .col__first_screen__swiper {
    padding: 0;
  }

  .first_screen .first_screen__swiper .block_position_top {
    font-size: 14px;
    padding: 12px;
  }

  .first_screen .first_screen__swiper .card_active .card__img {
    width: 64px;
    height: 68px;
  }

  .first_screen .first_screen__swiper .content__txt {
    padding: 7.5px 7.5px 7.5px 16px;
  }

  .first_screen .first_screen__swiper .content__txt .title {
    font-size: 12px;
  }

  .first_screen .first_screen__swiper .content__txt .description {
    font-size: 12px;
  }

  .first_screen .swiper-pagination .wrapper__numeric .numeric {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .first_screen .col_content_txt_slide::before {
    font-size: 12px;
  }

  .first_screen .col_content_txt_slide::after {
    font-size: 12px;
  }

  .first_screen .h1 {
    position: relative;
  }

  .first_screen .h1::before {
    content: "";
    top: -22px;
    display: block;
    position: absolute;
    width: 57px;
    height: 2px;
    background-color: #1B47CF;
  }

  .first_screen .col_content_txt_slide .description {
    font-size: 15px;
    margin-top: 20px;
  }

  .first_screen .col_content_txt_slide .btn_fs {
    height: 80px;
    padding: calc(var(--bs-gutter-x) * 0.5);
    font-size: 15px;
  }

  .about-us {
    padding-top: 40px;
  }

  .about-us .col__content_bg_img img {
    height: 318px;
  }

  .about-us .col__content_bg_img .title {
    font-size: 36px;
  }

  .about-us .col__content_bg_img .description {
    font-size: 15px;
  }

  .about-us .col__advantages_list {
    margin-top: 40px;
  }

  .about-us .col__advantages_list .item__card {
    padding: 0 0 32px;
  }

  .about-us .col__advantages_list .item__card.white {
    padding: 0 0 32px;
  }

  .about-us .container__about-list .col__about-list__item .icon-block {
    padding: 12px;
  }

  .about-us .container__about-list .col__about-list__item .icon-block img {
    width: 24px;
  }

  .about-us .container__about-list .col__about-list__item .content {
    padding: 12px;
  }

  .about-us .container__about-list .col__about-list__item .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
  }

  .about-us .container__about-list .col__about-list__item .content .description {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
  }

  .section__title {
    font-size: 36px;
  }

  .pt120 {
    margin-top: 80px;
  }

  .services .container____services.mt50 {
    margin-top: 0;
  }

  .services .pagination__swiper__services .item {
    padding: 16px 44px 16px 20px;
    gap: 12px;
  }

  .services .pagination__swiper__services .item .txt {
    font-size: 15px;
    font-weight: 500;
  }

  .services .pagination__swiper__services .item .numeric {
    font-size: 18px;
  }

  .services .content {
    display: grid;
    grid-template-areas: "title" "list" "name";
  }

  .services .content .name {
    grid-area: name;
    margin-top: 20px;
  }

  .services .content .title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
    grid-area: title;
  }

  .services .content .list {
    row-gap: 12px;
    grid-area: list;
  }

  .services .content .list__item {
    font-size: 15px;
  }

  .services .content .list__item::before {
    width: 16px;
  }

  .team .swiper__team {
    margin-top: 0;
  }

  .wrapper__buttons-slider .swiper-button-next {
    width: 42px;
    height: 42px;
  }

  .wrapper__buttons-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
  }

  .team .swiper__team .wrapper__buttons-slider {
    width: 84px;
    height: 42px;
  }

  .team .content_info .title {
    font-style: 16px;
  }

  .team .content_info .description {
    font-size: 15px;
    margin-top: 8px;
  }

  .wrapper__buttons-slider {
    width: 84px;
  }

  .advantages .mt120 {
    margin-top: 80px;
  }

  .advantages .advantages__list {
    margin-top: 0;
    flex-direction: column;
    row-gap: 25px;
  }

  .advantages .advantages__list .list__item {
    gap: 12px;
    align-items: center;
  }

  .advantages .advantages__list .list__item .content .title {
    margin: 0 0 8px;
    font-size: 16px;
  }

  .advantages .advantages__list .list__item .content .description {
    font-size: 15px;
  }

  .advantages .advantages__description {
    gap: 8px;
  }

  .advantages .advantages__description::before {
    width: 12px;
  }

  .advantages .advantages__description p {
    font-size: 15px;
    font-weight: 400;
    color: var(--txt-1, #212B36);
  }

  .contacts .contacts__container_top::before {
    width: calc(66.7% - 45px);
    height: 32px;
  }

  .contacts::before {
    height: 32px;
  }

  .contacts .contacts__row .contacts__name {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .contacts .contacts__row .contacts__link {
    font-size: 16px;
    font-weight: 400;
  }

  .feedback.mt120 {
    margin-top: 80px;
  }

  .feedback .feedback__form .input__form {
    font-size: 15px;
  }

  .feedback .feedback__form {
    row-gap: 12px;
  }

  .feedback .feedback__form .line {
    row-gap: 12px;
  }
}

.not_index .header .header_menu .menu_item {
  position: relative;
}

.not_index .header .header_menu .menu_item a {
  color: #212B36;
  transition: all 0.3s ease;
}

.not_index .header .header_menu .menu_item::after {
  position: absolute;
  left: 0;
  bottom: -18px;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #1B47CF;
  transition: all 0.3s ease;
}

@media (min-width: 991.8px) {
  .not_index .header .header_menu .menu_item:hover a {
    color: #1B47CF;
  }

  .not_index .header .header_menu .menu_item:hover::after,
  .not_index .header .header_menu .menu_item.active::after {
    width: 100%;
  }

}

.breadcrumb {
  overflow: hidden;
  margin-top: 125px;
  margin-bottom: 45px;
}

.breadcrumb .col__breadcrumb {
  display: flex;
  align-items: center;
  gap: 15px;
}

.breadcrumb .col__breadcrumb .breadcrumb__item {
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  pointer-events: none;
  white-space: nowrap;
}

.breadcrumb .col__breadcrumb .breadcrumb__item.active {
  color: #1B47CF;
  pointer-events: all;
}

.breadcrumb .col__breadcrumb .line {
  width: 22px;
  height: 1px;
  flex-shrink: 0;
  background-color: #C4CDD5;
}

.digital-promotion-services .mt55 {
  margin-top: 55px;
}

.digital-promotion-services .col__description {
  display: flex;
  align-items: flex-end;
}

.digital-promotion-services .section__title {
  font-size: 64px;
  font-weight: 800;
  line-height: 110%;
}

.digital-promotion-services .section__description {
  color: var(--txt-1, #212B36);
  font-size: 16px;
  line-height: 140%;
}

.digital-promotion-services .col_content {
  background: #1B47CF;
  position: relative;
}

.digital-promotion-services .col_content::before {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #1B47CF;
}

.digital-promotion-services .col_content .advantages__list {
  margin-top: 123px;
  margin-bottom: 148px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 43px;
}

.digital-promotion-services .col_content .advantages__list .list__item {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.digital-promotion-services .col_content .advantages__list .list__item .icon {
  width: 48px;
  height: 48px;
}

.digital-promotion-services .col_content .advantages__list .list__item .content .title {
  color: var(--w, #FFF);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 11px;
  margin-bottom: 12px;
}

.digital-promotion-services .col_content .advantages__list .list__item .content .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.digital-promotion-services .img_fluid {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 74px);
  height: calc(100% - 83px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.digital-promotion-services .col__img_fluid {
  position: relative;
}

.digital-promotion-services .element__name_island {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 9px 30px 39px 75px;
  background-color: #FFF;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% + 75px);
}

.digital-promotion-services .element__name_island .name {
  color: #C4CDD5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.digital-promotion-services .element__name_island .line {
  width: 84px;
  height: 1px;
  background-color: #1B47CF;
}

.services-position .row__services-position {
  position: relative;
  top: -83px;
  justify-content: flex-end;
}

.services-position .col__services-position {
  padding: 0;
  padding-top: 57px;
  background-color: #FFF;
}

.services-position .section__name {
  padding-left: 60px;
}

.services-position .section__description {
  margin-top: 24px;
  color: #212B36;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.numeric .col_numeric {
  margin-top: 71px;
  padding: 50px 0 55px 50px;
  background-color: #FFF;
  position: relative;
}

.numeric .col_numeric .numeric_value {
  color: var(--brand, #1B47CF);
  leading-trim: both;
  text-edge: cap;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
}

.numeric .col_numeric .title {
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  margin: 29px 0 20px;
}

.numeric .col_numeric .description {
  color: #212B36;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.numeric .col_numeric .numeric_list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.numeric .col_numeric .numeric_list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.numeric .col_numeric .numeric_list li::before {
  content: "";
  width: 19px;
  height: 2px;
  display: flex;
  flex-shrink: 0;
  background: #1B47CF;
}

.numeric .row__numeric {
  position: relative;
  justify-content: flex-end;
}

.numeric .col__numeric_img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
}

.numeric .col__numeric_img .numeric_img_position {
  width: calc(100% + 75px);
  transform: translateX(-75px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.numeric .btn__numeric {
  max-width: 405px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.digital-promotion-services__numeric .btn__numeric {
  width: 100%;
  max-width: 405px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 83px;
  transform: translateX(-100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  background: #1B47CF;
  padding: 30px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.numeric-left {
  margin-top: 120px;
}

.numeric-left .row__numeric {
  justify-content: flex-start;
}

.numeric-left .col_numeric {
  margin-top: 0;
  padding: 50px 50px 0 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.numeric-left .col__numeric_img {
  right: 0;
  left: auto;
}

.numeric-left .col__numeric_img::before {
  content: "";
  display: block;
  width: 60%;
  height: 83px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: -0.5px;
  z-index: 1;
}

.numeric-left .col__numeric_img .numeric_img_position {
  transform: translateX(calc(var(--bs-gutter-x) * -0.5));
}

.numeric-left .btn__numeric {
  margin-left: auto;
  position: static;
  transform: translateX(50px);
  margin-top: 70px;
}

.numeric-right.mt120 {
  margin-top: 120px;
}

.numeric__digital-promotion-services_3 .col__numeric_img .numeric_img_position {
  width: 100%;
  transform: none;
}

.numeric__digital-promotion-services_3 .col_numeric {
  margin-bottom: 83px;
  margin-top: 96px;
}

.numeric__digital-promotion-services_3 .btn__numeric {
  left: 0;
  top: auto;
  bottom: 0;
  transform: translate(100%, 100%);
}

@media (max-width: 1790px) {
  .numeric__digital-promotion-services_3 .btn__numeric {
    transform: translate(50%, 100%);
  }
}

.col_numeric .numeric_list.grey {
  background: #F7F7F7;
  padding: 24px;
  row-gap: 10px;
}

.our-other-services {
  margin-top: 120px;
}

.our-other-services .row.mb50 {
  margin-bottom: 50px;
}

.our-other-services .link {
  position: relative;
  display: block;
}

.our-other-services .link img {
  width: 100%;
  height: 428px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-other-services .link .container__name_services {
  position: absolute;
  bottom: -16px;
  left: 0;
  padding: 20px 30px 20px 0px;
  background: var(--w, #FFF);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #212B36;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
}

.our-other-services .link .container__name_services::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(%23clip0_0_630)"><path d="M0.625901 21.9597L-0.0812057 22.6668L1.33301 24.081L2.04011 23.3739L0.625901 21.9597ZM15.3734 10.0406C15.764 9.65008 15.764 9.01691 15.3734 8.62639C14.9829 8.23586 14.3498 8.23586 13.9592 8.62639L15.3734 10.0406ZM2.04011 23.3739L15.3734 10.0406L13.9592 8.62639L0.625901 21.9597L2.04011 23.3739Z" fill="%231B47CF"/><path d="M1.33301 9.3335H14.6663V22.6668" stroke="%231B47CF" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></g><defs><clipPath id="clip0_0_630"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
}

@media (max-width: 991.8px) {
  .digital-promotion-services .wrap_container .row {
    flex-wrap: wrap-reverse;
  }

  .digital-promotion-services .col__img_fluid {
    padding: 0;
  }

  .digital-promotion-services .img_fluid {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 32px;
  }

  .digital-promotion-services .element__name_island {
    transform: translateX(0);
    position: static;
    width: 100%;
    padding: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .digital-promotion-services .mt55 {
    margin-top: 32px;
  }

  .services-position .row__services-position {
    top: 0;
  }

  .services-position .col__services-position {
    padding-top: 80px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .services-position .section__name {
    padding-left: 0;
  }

  .numeric .col__numeric_img {
    position: static;
    padding: 0;
  }

  .numeric .col__numeric_img .numeric_img_position {
    width: 100%;
    height: auto;
    transform: translate(0, 40px);
  }

  .numeric .col_numeric {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .numeric .col_numeric .numeric_value {
    padding: 40px 20px 0;
    background-color: #fff;
  }

  .numeric .col_numeric .title,
  .numeric .col_numeric .description,
  .numeric .col_numeric .numeric_list {
    padding: 0px 20px;
  }

  .numeric .col_numeric .btn__numeric {
    margin-top: 20px;
    position: static;
    transform: none;
    max-width: none;
  }

  .numeric.numeric-left .row__numeric {
    flex-wrap: wrap-reverse;
  }

  .numeric .col_numeric .numeric_list.grey {
    background-color: transparent;
    row-gap: 15px;
  }

  .our-other-services .row_gap {
    row-gap: 36px;
  }

  .our-other-services .link img {
    height: 318px;
  }

  .not_index .wrapper_btn_burger_mob .lang_link_mob {
    color: #637381;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .not_index .wrapper_btn_burger_mob .btn_burger span {
    background-color: #212B36;
  }
}

@media (max-width: 576.8px) {
  .breadcrumb {
    margin-top: 84px;
    margin-bottom: 0px;
  }

  .digital-promotion-services .section__title {
    font-size: 40px;
  }

  .digital-promotion-services .section__description {
    font-size: 15px;
  }

  .digital-promotion-services .element__name_island .name {
    font-size: 12px;
  }

  .digital-promotion-services .col_content .advantages__list {
    margin-top: 40px;
    margin-bottom: 60px;
    flex-direction: column;
    row-gap: 26px;
  }

  .digital-promotion-services .col_content .advantages__list .list__item {
    gap: 12px;
    align-items: center;
  }

  .digital-promotion-services .col_content .advantages__list .list__item .content .title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
  }

  .digital-promotion-services .col_content .advantages__list .list__item .content .description {
    font-size: 15px;
    font-weight: 400;
  }

  .services-position .section__description {
    font-size: 15px;
    font-weight: 400;
  }

  .numeric .col_numeric .numeric_value {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
  }

  .numeric .col_numeric .title {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
  }

  .numeric .col_numeric .description {
    font-size: 15px;
    font-weight: 400;
  }

  .numeric .col_numeric .numeric_list {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
  }

  .numeric .col_numeric .numeric_list li::before {
    width: 16px;
  }

  .numeric .col_numeric .btn__numeric {
    height: 72px;
  }

  .numeric-left {
    margin-top: 0;
  }

  .numeric-right.mt120 {
    margin-top: 0;
  }

  .numeric__digital-promotion-services_3 .col_numeric {
    margin-bottom: 0;
  }

  .our-other-services {
    margin-top: 80px;
  }

  .our-other-services .row.mb50 {
    margin-bottom: 0;
  }

  .our-other-services .link .container__name_services {
    font-size: 16px;
  }
}

.real-estate-services .col_real-estate .real-estate__list {
  transform: translateX(45px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 78px;
}

.real-estate-services .col_real-estate .real-estate__list li {
  flex: 1 1 50%;
  padding-left: 30px;
  border-left: 1px solid #DFE3E8;
}

.real-estate-services .col_real-estate .real-estate__list .value {
  color: #1B47CF;
  leading-trim: both;
  text-edge: cap;
  font-size: 60px;
  font-weight: 400;
  line-height: 140%;
}

.real-estate-services .col_real-estate .real-estate__list .description {
  margin-top: 15px;
  color: #212B36;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.real-estate-services .img_fluid {
  left: -75px;
  height: 100%;
}

.real-estate-services .col_content {
  margin-top: 68px;
}

.real-estate-services .col_content .description {
  margin: 70px 0 197px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.real-estate-services .col_content .description::before {
  content: "";
  width: calc(100% + 150px);
  height: 68px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(150px, -100%);
  background: #ffffff;
}

.real-estate-services .col_content::after {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: #1B47CF;
}

.real-estate-services-1 .col__numeric_img::before {
  display: none;
}

@media (min-width: 991.8px) {
  .real-estate-services-1 .col__numeric_img .numeric_img_position {
    width: calc(100% + 150px);
    transform: translateX(-75px);
  }
}

.real-estate-services-1 .btn__numeric {
  margin: 0;
  position: absolute;
  transform: translateX(100%);
  right: 0;
  left: auto;
}

@media (min-width: 991.8px) {
  .real-estate-services-1 .col_numeric {
    padding: 50px 50px 50px 0;
    position: relative;
  }
}

.real-estate-services-1 .col_numeric::before {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #fff;
}

.real-estate-services-1 .notification__block {
  padding: 10px 24px 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg, #F7F7F7);
  margin-top: 20px;
}

.real-estate-services-2 {
  margin-top: 120px;
}

.real-estate-services-2 .col__numeric_img .numeric_img_position {
  width: calc(100% + 150px);
}

.real-estate-services-2 .col_numeric::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 75px;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 991.8px) {
  .real-estate-services-3 .col_numeric {
    margin-top: 224px;
    padding: 50px;
  }

  .real-estate-services-3 .btn__numeric {
    width: 43%;
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
}

.real-estate-services-3 .col_numeric .content__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.real-estate-services-3 .col__numeric_img .numeric_img_position {
  width: calc(100% + 150px);
}

.real-estate-services-3 .row__numeric {
  justify-content: flex-start;
}

@media (max-width: 991.8px) {
  .real-estate-services .wrap_container .row {
    flex-wrap: wrap;
  }

  .real-estate-services .col_content {
    margin-top: 0;
  }

  .real-estate-services .col_content .description {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .real-estate-services .col_content .description::before {
    display: none;
  }
}

@media (max-width: 576.8px) {
  .real-estate-services-3 .col_numeric .content__columns {
    flex-direction: column;
    row-gap: 20px;
  }

  .real-estate-services-1 .notification__block {
    color: #212B36;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }

  .real-estate-services .col_real-estate .real-estate__list {
    flex-direction: column;
    transform: none;
    row-gap: 20px;
  }

  .real-estate-services .col_real-estate .real-estate__list li {
    padding-left: 0;
  }

  .real-estate-services .col_real-estate .real-estate__list li .value {
    font-size: 40px;
    line-height: 1;
  }

  .real-estate-services .col_real-estate .real-estate__list li .description {
    margin-top: 12px;
    font-size: 16px;
  }

  .real-estate-services .img_fluid {
    margin-top: 40px;
  }

  .real-estate-services .col_content .description {
    font-size: 15px;
    font-weight: 400;
  }
}

.document-preparation-services .section__title {
  position: relative;
  z-index: 2;
}

.document-preparation-services .section__description {
  position: relative;
  z-index: 2;
}

.document-preparation-services .col__img_fluid {
  top: -88px;
}

.document-preparation-services .col__img_fluid::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -75px;
  z-index: 1;
  background-color: #FFFFFF;
  width: calc(100% + 150px - 32px);
  height: 88px;
}

.document-preparation-services .img_fluid {
  position: relative;
  width: calc(100% + 150px);
  transform: translateX(-75px);
}

.document-services-position {
  position: relative;
  top: -200px;
  margin-bottom: -130px;
}

.document-services-position .row__services-position {
  top: 0;
  justify-content: flex-start;
}

.document-services-position .row__services-position .col-12 {
  background-color: #FFFFFF;
  padding-top: 57px;
}

.document-services-position .row__services-position .col-12.before_elem {
  position: relative;
}

.document-services-position .row__services-position .col-12.before_elem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 1;
  background-color: #FFFFFF;
  width: 75px;
  height: 100%;
}

.document-services-position .section__name {
  padding-left: 0;
}

.accordion {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.accordion .accordion-item {
  border: none;
  background: #F7F7F7;
}

.accordion .accordion-item .accordion-button {
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #F7F7F7;
  color: #212B36;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding: 16px 24px;
}

.accordion .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" fill="white"/><path d="M21.9999 14.9999H8.00006" stroke="%231B47CF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 8V21.9999" stroke="%231B47CF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect width="30" height="30" fill="%231B47CF"/><path d="M19.9492 19.9497L10.0498 10.0503" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.9492 10.0503L10.0498 19.9497" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
}

.accordion .accordion-item .accordion-body {
  padding: 0 24px 16px;
}

.document-preparation-services_numeric .btn__numeric {
  margin-top: 0;
  right: -80px;
  position: absolute;
  transform: translateX(100%);
}

@media (max-width: 576.8px) {
  .document-preparation-services .col__img_fluid {
    top: 0;
  }

  .document-preparation-services .img_fluid {
    width: 100%;
    transform: translateX(0);
  }

  .document-preparation-services .col__img_fluid::before {
    display: none;
  }

  .document-services-position {
    margin-top: 80px;
    top: 0;
    margin-bottom: 0;
  }

  .document-services-position .row__services-position .col-12.before_elem {
    padding-top: 0;
  }

  .document-services-position .row__services-position .col-12 {
    padding-top: 0px;
  }

  .document-services-position.services-position .section__description {
    margin-top: 0;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 16px;
  }

  .accordion .accordion-item .accordion-body {
    font-size: 15px;
  }

  .numeric-left.digital-promotion-services__numeric.document-preparation-services_numeric {
    margin-top: 0;
  }
}

.real-estate-management .advantages__list {
  position: relative;
  z-index: 2;
  background-color: #1B47CF;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 43px;
  padding: 35px;
}

.real-estate-management .advantages__list::before {
  content: "";
  position: absolute;
  right: -75px;
  top: 0;
  width: 75px;
  height: 100%;
  background-color: #1B47CF;
}

.real-estate-management .advantages__list .list__item {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.real-estate-management .advantages__list .list__item .icon {
  width: 48px;
  height: 48px;
}

.real-estate-management .advantages__list .list__item .content .title {
  color: var(--w, #FFF);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 11px;
  margin-bottom: 12px;
}

.real-estate-management .advantages__list .list__item .content .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.real-estate-management .document-preparation-services .col__img_fluid::before {
  right: 0;
  width: calc(100% + 75px);
}

.real-estate-management .services-position .section__description {
  padding-right: 20px;
}

.real-estate-management .notification__block {
  padding: 10px 24px 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg, #F7F7F7);
  margin-top: 20px;
}

.real-estate-management .real-estate-management_numeric_1 .btn__numeric {
  position: static;
  margin-top: 30px;
  transform: translateX(-50px);
}

.real-estate-management .real-estate-management_numeric_1 .col_numeric {
  padding-bottom: 0;
  margin-bottom: 83px;
}

.real-estate-management .col__numeric_img::before {
  content: "";
  width: 80%;
  height: 83px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 1;
  left: -75px;
  bottom: 0;
}

.real-estate-management .real-estate-management_numeric_2 .btn__numeric {
  position: static;
  transform: none;
  margin: 30px 0 0;
}

.real-estate-management .real-estate-management_numeric_2 .col_numeric {
  margin-top: 71px;
  margin-bottom: 71px;
}

.real-estate-management .real-estate-management_numeric_2 .col__numeric_img .numeric_img_position {
  transform: translateX(75px);
}

.real-estate-management .real-estate-management_numeric_2 .col__numeric_img::before {
  display: none;
}

.real-estate-management_numeric_3 .col_numeric {
  margin-bottom: 224px;
}

.real-estate-management_numeric_3 .col__numeric_img::before {
  right: -75px;
  top: 0;
  left: auto;
  bottom: auto;
}

.real-estate-management_numeric_3 .col__numeric_img .numeric_img_position {
  width: calc(100% + 150px);
  transform: none;
  transform: translateX(-75px);
}

.real-estate-management_numeric_3 .col_numeric {
  padding: 50px 50px 80px;
}

.real-estate-management_numeric_3 .col_numeric::after {
  content: "";
  width: 50px;
  height: 83px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.real-estate-management_numeric_3 .btn__numeric {
  margin: 0;
  left: 50px;
  bottom: 0;
  right: auto;
  top: auto;
  transform: translate(0, 100%);
}

@media (max-width: 991.8px) {
  .real-estate-management .col__advantages__list {
    padding: 0;
  }

  .real-estate-management .advantages__list {
    margin-top: 28px;
  }

  .real-estate-management .col-12.pt_0 {
    padding-top: 0;
  }

  .real-estate-management .real-estate-management_numeric_1 .btn__numeric {
    transform: none;
  }

  .real-estate-management .real-estate-management_numeric_1 .col_numeric {
    margin-bottom: 0;
  }

  .real-estate-management .real-estate-management_numeric_2 .col_numeric {
    margin-top: 0;
  }

  .real-estate-management .real-estate-management_numeric_2 .col_numeric {
    margin-bottom: 0;
  }

  .real-estate-management .real-estate-management_numeric_3 .col_numeric {
    margin-bottom: 0;
    padding: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (max-width: 576.8px) {
  .real-estate-management .real-estate-management_numeric_2 .col__numeric_img .numeric_img_position {
    transform: translate(0, 40px);
  }

  .real-estate-management .real-estate-management_numeric_3 .col__numeric_img::before {
    display: none;
  }

  .real-estate-management .real-estate-management_numeric_3 .col__numeric_img .numeric_img_position {
    transform: translate(0, 40px);
  }

  .real-estate-management .advantages__list {
    flex-direction: column;
    row-gap: 26px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .real-estate-management .advantages__list .list__item {
    gap: 12px;
    align-items: center;
  }

  .real-estate-management .advantages__list .list__item .content .title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .real-estate-management .advantages__list .list__item .content .description {
    font-size: 16px;
  }
}

.catalog__btn_view {
  background: #F7F7F7;
  display: flex;
  padding: 9px 19px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 115px;
  color: #637381;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.catalog__btn_view.active {
  background: #1B47CF;
  color: #FFFFFF;
}

.catalog__btn_view.catalog__btn_map::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M3 9.4417V23.3563C3 23.8112 3.47625 24.1221 3.91417 23.9534L9.66667 21.4286V6L3.83833 8.24799C3.59091 8.34342 3.3788 8.50814 3.22938 8.72091C3.07995 8.93367 3.00006 9.18473 3 9.4417V9.4417ZM11 21.4286L19 24V8.57143L11 6V21.4286ZM26.0858 6.04661L20.3333 8.57143V24L26.1617 21.752C26.4091 21.6566 26.6213 21.4919 26.7707 21.2791C26.9201 21.0664 27 20.8153 27 20.5583V6.64366C27 6.18884 26.5238 5.87786 26.0858 6.04661V6.04661Z" fill="%239EA8B0"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.catalog__btn_view.catalog__btn_map.active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M3 9.4417V23.3563C3 23.8112 3.47625 24.1221 3.91417 23.9534L9.66667 21.4286V6L3.83833 8.24799C3.59091 8.34342 3.3788 8.50814 3.22938 8.72091C3.07995 8.93367 3.00006 9.18473 3 9.4417V9.4417ZM11 21.4286L19 24V8.57143L11 6V21.4286ZM26.0858 6.04661L20.3333 8.57143V24L26.1617 21.752C26.4091 21.6566 26.6213 21.4919 26.7707 21.2791C26.9201 21.0664 27 20.8153 27 20.5583V6.64366C27 6.18884 26.5238 5.87786 26.0858 6.04661V6.04661Z" fill="white"/></svg>');
}

.catalog__btn_view.catalog__btn_list::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g opacity="0.6"><rect x="4" y="6" width="4.05877" height="4.15384" rx="1" fill="%23637381"/><rect x="9.41211" y="6" width="17.588" height="4.15384" rx="1" fill="%23637381"/><rect x="4" y="12.9229" width="4.05877" height="4.15384" rx="1" fill="%23637381"/><rect x="9.41211" y="12.9229" width="17.588" height="4.15384" rx="1" fill="%23637381"/><rect x="4" y="19.8462" width="4.05877" height="4.15384" rx="1" fill="%23637381"/><rect x="9.41211" y="19.8462" width="17.588" height="4.15384" rx="1" fill="%23637381"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.catalog__btn_view.catalog__btn_list.active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><g><rect x="4" y="6" width="4.05877" height="4.15384" rx="1" fill="white"/><rect x="9.41211" y="6" width="17.588" height="4.15384" rx="1" fill="white"/><rect x="4" y="12.9229" width="4.05877" height="4.15384" rx="1" fill="white"/><rect x="9.41211" y="12.9229" width="17.588" height="4.15384" rx="1" fill="white"/><rect x="4" y="19.8462" width="4.05877" height="4.15384" rx="1" fill="white"/><rect x="9.41211" y="19.8462" width="17.588" height="4.15384" rx="1" fill="white"/></g></svg>');
}

.wrapper_catalog__btn {
  display: flex;
  align-items: center;
}

.col__catalog__btn {
  display: flex;
  justify-content: flex-end;
}

.catalog-filters {
  margin-top: 25px;
  padding: 24px 0;
  background: #F7F7F7;
}

.catalog-filters .row__input_filter {
  display: none;
  margin-top: 25px;
  row-gap: 20px;
}

.catalog-filters .row__input_filter.active {
  display: flex;
}

.catalog-filters .input_filter {
  width: 100%;
  padding: 12px 0px;
  color: #212B36;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  background-color: transparent;
  border-bottom: 1px solid var(--dev, #DFE3E8);
}

.catalog-filters .title {
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 120%;
}

.catalog-filters .row__top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.catalog-filters .count_filters {
  background: #1B47CF;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.catalog-filters .btn__filter_clear {
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  background-color: transparent;
}

.catalog-filters .col-12 {
  position: relative;
}

.catalog-filters .btn_filter_open {
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M20.4853 12.5H3.51472" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 4.01471V20.9853" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.catalog-filters .btn_filter_open.active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20.4853 12.0001H3.51472" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.catalog-result {
  margin-top: 25px;
}

.catalog-result .row {
  row-gap: 32px;
}

.catalog-result .catalog__card {
  position: relative;
}

.catalog-result .catalog__card.for_sale::before {
  content: "For Sale";
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  background-color: #1B47CF;
}

.catalog-result .catalog__card .card_img {
  width: 100%;
  height: 273px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.catalog-result .catalog__card .type {
  display: inline-flex;
  padding: 4px 8px;
  background: #F7F7F7;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalog-result .catalog__card .name {
  margin: 8px 0;
  color: #212B36;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.catalog-result .catalog__card .adress {
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}

.catalog-result .catalog__card .txt_coord {
  margin-top: 14px;
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalog-result .catalog__card .line {
  width: 100%;
  height: 1px;
  background-color: #DFE3E8;
  margin: 12px 0;
}

.catalog-result .catalog__card .wrapper_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-result .catalog__card .price_value {
  color: var(--brand, #1B47CF);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.catalog-result .catalog__card .btn__detailed {
  padding: 7px 12px;
  display: flex;
  border: 1px solid #1B47CF;
  color: #1B47CF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.catalog-pagination {
  margin-top: 50px;
}

.catalog-pagination .wrapper_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.catalog-pagination .wrapper_pagination .page-item .page_btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212B36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.catalog-pagination .wrapper_pagination .page-item .page_btn:hover {
  background: #cfdbff;
}

.catalog-pagination .wrapper_pagination .page-item .page_btn.active {
  background: #1B47CF;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}

.catalog-pagination .wrapper_pagination .btn_pagination {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.catalog-pagination .wrapper_pagination .btn_pagination:disabled {
  opacity: 0.3;
}

.catalog-pagination .wrapper_pagination .btn_pagination.btn_previous::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.10549 11.0001L3.10549 11.0001L3.10549 9.00014L4.10549 9.00014L4.10549 11.0001ZM15.8906 9.00014C16.4429 9.00014 16.8906 9.44786 16.8906 10.0001C16.8906 10.5524 16.4429 11.0001 15.8906 11.0001L15.8906 9.00014ZM4.10549 9.00014H15.8906L15.8906 11.0001H4.10549L4.10549 9.00014Z" fill="%23212B36"/><path d="M9.99805 15.8927L15.8906 10.0001L9.99805 4.10759" stroke="%23212B36" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-size: contain;
}

.catalog-pagination .wrapper_pagination .btn_pagination.btn_next::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.10549 11.0001L3.10549 11.0001L3.10549 9.00014L4.10549 9.00014L4.10549 11.0001ZM15.8906 9.00014C16.4429 9.00014 16.8906 9.44786 16.8906 10.0001C16.8906 10.5524 16.4429 11.0001 15.8906 11.0001L15.8906 9.00014ZM4.10549 9.00014H15.8906L15.8906 11.0001H4.10549L4.10549 9.00014Z" fill="%23212B36"/><path d="M9.99805 15.8927L15.8906 10.0001L9.99805 4.10759" stroke="%23212B36" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-size: contain;
}

.catalog-sort {
  margin-top: 25px;
}

.catalog-sort .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-sort .total_result {
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalog-sort .sort__wrapper {
  display: flex;
  align-items: center;
}

.catalog-sort .sort__wrapper p {
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalog-sort .sort__wrapper select {
  color: #212B36;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.catalog-sort .line {
  margin-top: 25px;
  width: 100%;
  height: 1px;
  background-color: #DFE3E8;
}

@media (max-width: 576.8px) {
  .wrapper_catalog__btn {
    display: none;
  }

  .catalog-filters {
    margin-top: 0;
    padding: 20px 0;
  }

  .catalog-filters .row__top {
    gap: 12px;
  }

  .catalog-filters .btn__filter_clear {
    font-size: 14px;
  }

  .catalog-filters .title {
    font-size: 16px;
    font-weight: 800;
  }

  .catalog-sort .line {
    margin-top: 20px;
  }

  .catalog-sort .total_result {
    font-size: 12px;
  }

  .catalog-sort .sort__wrapper p {
    font-size: 12px;
  }

  .catalog-sort .sort__wrapper select {
    font-size: 12px;
  }

  .catalog-result {
    margin-top: 16px;
  }

  .catalog-result .catalog__card.for_sale::before {
    font-size: 12px;
  }

  .catalog-result .catalog__card .card_img {
    height: 185px;
  }

  .catalog-result .catalog__card .name {
    font-size: 16px;
  }

  .catalog-result .catalog__card .txt_coord {
    margin-top: 24px;
  }

  .catalog-result .catalog__card .wrapper_price_btn {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .catalog-result .catalog__card .wrapper_price_btn .price_value {
    font-size: 16px;
  }

  .catalog-result .catalog__card .wrapper_price_btn .btn__detailed {
    width: 100%;
    justify-content: center;
    padding: 16px 32px;
  }

  .catalog-result .row {
    row-gap: 20px;
  }

  .catalog-pagination {
    margin-top: 32px;
  }

  .catalog-filters .row__input_filter {
    row-gap: 16px;
  }
}

.section-404 {
  margin-top: 120px;
  padding-bottom: 228px;
  position: relative;
}

.section-404 .bg404_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-404 .bg404_left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-404 .row {
  justify-content: center;
}

.section-404 .body-404 {
  position: relative;
  z-index: 1;
  background-color: #F7F7F7;
  padding: 45px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-404 .body-404::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border-bottom: 100px solid #E1E6ED;
  border-right: 100px solid transparent;
}

.section-404 .body-404::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
}

.section-404 .body-404 .erorr_code {
  color: var(--brand, #1B47CF);
  font-family: "Almarai", sans-serif;
  font-size: 174px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}

.section-404 .body-404 .title {
  color: #212B36;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.section-404 .body-404 .description {
  margin: 6px 0 30px;
  color: #212B36;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.section-404 .body-404 .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1B47CF;
  padding: 9px 12px;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
}

.section-404 .body-404 .btn_link::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M8.62492 21.9596L7.91782 22.6667L9.33203 24.0809L10.0391 23.3738L8.62492 21.9596ZM23.3725 10.0405C23.763 9.64996 23.763 9.01679 23.3725 8.62627C22.9819 8.23574 22.3488 8.23574 21.9583 8.62627L23.3725 10.0405ZM10.0391 23.3738L23.3725 10.0405L21.9583 8.62627L8.62492 21.9596L10.0391 23.3738Z" fill="white"/><path d="M9.33203 9.33337H22.6654V22.6667" stroke="white" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}

.page404 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: flex-end;
}

@media (max-width: 1500px) {
  .section-404 .bg404_left {
    left: -10%;
  }

  .section-404 .bg404_right {
    right: -10%;
  }
}

@media (max-width: 576.8px) {
  .section-404 {
    margin-top: 154px;
  }

  .section-404 .body-404 {
    padding: 50px 20px 20px;
  }

  .section-404 .body-404 .erorr_code {
    font-size: 88px;
  }

  .section-404 .body-404 .title {
    font-size: 16px;
  }

  .section-404 .body-404 .description {
    margin: 12px 0;
    font-size: 14px;
  }

  .section-404 .body-404 .btn_link {
    padding: 12px 20px;
    font-size: 14px;
  }

  .section-404 .body-404 .btn_link::after {
    width: 20px;
    height: 20px;
  }

  .section-404 .body-404::after {
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
  }

  .section-404 .body-404::before {
    border-bottom: 70px solid #E1E6ED;
    border-right: 70px solid transparent;
  }

  .section-404 .bg404_right {
    width: 60%;
    right: -20%;
  }

  .section-404 .bg404_left {
    width: 60%;
    left: -20%;
  }
}

.object .object__main-info .type {
  display: inline-block;
  color: #000;
  font-size: 15px;
  line-height: 140%;
  padding: 4px 8px;
  background: #F7F7F7;
}

.object .object__main-info .name {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 120%;
}

.object .object__main-info .adress {
  color: #637381;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.object .object__main-info .price {
  margin-top: 12px;
  color: #1B47CF;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
}

.object .object__main-info .line {
  margin: 28px 0 24px;
  width: 100%;
  height: 1px;
  opacity: 0.7;
  background-color: #DFE3E8;
}

.object .btn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1B47CF;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
}

.object .btn_link::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M8.62492 21.9596L7.91782 22.6667L9.33203 24.0809L10.0391 23.3738L8.62492 21.9596ZM23.3725 10.0405C23.763 9.64996 23.763 9.01679 23.3725 8.62627C22.9819 8.23574 22.3488 8.23574 21.9583 8.62627L23.3725 10.0405ZM10.0391 23.3738L23.3725 10.0405L21.9583 8.62627L8.62492 21.9596L10.0391 23.3738Z" fill="white"/><path d="M9.33203 9.33337H22.6654V22.6667" stroke="white" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}

.object .object__list_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}

.object .object__list_service li {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.object .object__list_service li::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.object .object__list_service li.icon_badroom::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M22.5 13.5V18.75C22.5 18.9489 22.421 19.1397 22.2803 19.2803C22.1397 19.421 21.9489 19.5 21.75 19.5C21.5511 19.5 21.3603 19.421 21.2197 19.2803C21.079 19.1397 21 18.9489 21 18.75V18H3V18.75C3 18.9489 2.92098 19.1397 2.78033 19.2803C2.63968 19.421 2.44891 19.5 2.25 19.5C2.05109 19.5 1.86032 19.421 1.71967 19.2803C1.57902 19.1397 1.5 18.9489 1.5 18.75V13.5C1.5 12.2595 2.5095 11.25 3.75 11.25H20.25C21.4905 11.25 22.5 12.2595 22.5 13.5ZM3.75 9.75V5.25C3.75 5.05109 3.82902 4.86032 3.96967 4.71967C4.11032 4.57902 4.30109 4.5 4.5 4.5H19.5C19.6989 4.5 19.8897 4.57902 20.0303 4.71967C20.171 4.86032 20.25 5.05109 20.25 5.25V9.75H18V9C18 8.17275 17.3273 7.5 16.5 7.5H14.25C13.4227 7.5 12.75 8.17275 12.75 9V9.75H11.25V9C11.25 8.17275 10.5773 7.5 9.75 7.5H7.5C6.67275 7.5 6 8.17275 6 9V9.75H3.75Z" fill="%231B47CF"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .object__list_service li.icon_bathroom::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_0_1742)"><path d="M14.1986 4.71049C15.1041 4.71049 15.8382 3.97644 15.8382 3.07094C15.8382 2.16545 15.1041 1.4314 14.1986 1.4314C13.2931 1.4314 12.5591 2.16545 12.5591 3.07094C12.5591 3.97644 13.2931 4.71049 14.1986 4.71049Z" fill="%231B47CF"/><path d="M18.8832 8.03642C19.7887 8.03642 20.5227 7.30237 20.5227 6.39687C20.5227 5.49137 19.7887 4.75732 18.8832 4.75732C17.9777 4.75732 17.2437 5.49137 17.2437 6.39687C17.2437 7.30237 17.9777 8.03642 18.8832 8.03642Z" fill="%231B47CF"/><path d="M9.22521 13.4228L5.12981 12.1804C4.3425 11.9416 2.84695 11.7442 1.59027 11.6255L3.21782 17.5676C3.54549 18.773 4.31472 19.7705 5.32117 20.4059L4.59672 21.4708C4.37843 21.7917 4.46163 22.2288 4.78246 22.447C4.89873 22.5264 5.03625 22.5688 5.17703 22.5688C5.40179 22.5688 5.6227 22.4611 5.75865 22.2613L6.62803 20.9833C7.0471 21.0991 7.47987 21.1579 7.91465 21.1581H16.1431C16.5689 21.1581 16.9847 21.1031 17.3827 20.9991L18.2413 22.2613C18.3773 22.4612 18.5981 22.5688 18.8229 22.5688C18.959 22.5688 19.0965 22.5293 19.2175 22.447C19.5384 22.2287 19.6215 21.7917 19.4032 21.4708L18.6996 20.4365C19.5576 19.9076 20.2479 19.1122 20.649 18.1311L22.2829 14.1045H13.8229C12.2651 14.1048 10.7159 13.8751 9.22521 13.4228ZM22.8217 10.357H13.8229C12.3573 10.3573 10.8996 10.1411 9.49714 9.7156L5.40169 8.4733C4.36822 8.15982 2.36188 7.94944 1.28625 7.84797C1.24958 7.84451 1.21276 7.84277 1.17593 7.84277C0.880389 7.84277 0.597919 7.95169 0.380609 8.14946C0.138706 8.36963 0 8.68288 0 9.00882C0 9.6125 0.473079 10.1227 1.07699 10.1703C2.27021 10.2645 4.39267 10.4883 5.53768 10.8356L9.63313 12.078C10.9915 12.4901 12.4033 12.6995 13.8229 12.6992H22.8217C23.4715 12.6992 24 12.1739 24 11.5281C24 10.8824 23.4714 10.357 22.8217 10.357Z" fill="%231B47CF"/></g><defs><clipPath id="clip0_0_1742"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .object__list_service li.icon_terrace::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.8333 21.1663H12.9167V16.583H17.5C17.7431 16.583 17.9763 16.4864 18.1482 16.3145C18.3201 16.1426 18.4167 15.9094 18.4167 15.6663C18.4167 15.4232 18.3201 15.19 18.1482 15.0181C17.9763 14.8462 17.7431 14.7496 17.5 14.7496H12.9167V9.24962H22.0833C22.229 9.24761 22.3721 9.21126 22.5011 9.14351C22.6301 9.07577 22.7412 8.97854 22.8256 8.85975C22.9099 8.74095 22.965 8.60393 22.9864 8.45984C23.0077 8.31574 22.9948 8.16862 22.9487 8.03045C22.0505 5.88758 20.5227 4.06799 18.5676 2.8125C16.6125 1.55701 14.3223 0.924825 12 0.999619C9.67768 0.924697 7.38737 1.55683 5.43225 2.81233C3.47714 4.06784 1.94942 5.88751 1.05133 8.03045C1.00537 8.16862 0.992615 8.31567 1.0141 8.45969C1.03558 8.60371 1.09069 8.74064 1.17497 8.85938C1.25925 8.97812 1.37032 9.07533 1.49918 9.14313C1.62805 9.21093 1.77107 9.24741 1.91667 9.24962H11.0833V14.7496H6.5C6.25689 14.7496 6.02373 14.8462 5.85182 15.0181C5.67991 15.19 5.58333 15.4232 5.58333 15.6663C5.58333 15.9094 5.67991 16.1426 5.85182 16.3145C6.02373 16.4864 6.25689 16.583 6.5 16.583H11.0833V21.1663H10.1667C9.92355 21.1663 9.69039 21.2629 9.51849 21.4348C9.34658 21.6067 9.25 21.8398 9.25 22.083C9.25 22.3261 9.34658 22.5592 9.51849 22.7311C9.69039 22.903 9.92355 22.9996 10.1667 22.9996H13.8333C14.0764 22.9996 14.3096 22.903 14.4815 22.7311C14.6534 22.5592 14.75 22.3261 14.75 22.083C14.75 21.8398 14.6534 21.6067 14.4815 21.4348C14.3096 21.2629 14.0764 21.1663 13.8333 21.1663ZM6.45325 19.0433C6.39243 18.8607 6.27568 18.7019 6.11954 18.5893C5.9634 18.4768 5.7758 18.4162 5.58333 18.4163H2.83333V13.833C2.83333 13.5898 2.73676 13.3567 2.56485 13.1848C2.39294 13.0129 2.15978 12.9163 1.91667 12.9163C1.67355 12.9163 1.44039 13.0129 1.26849 13.1848C1.09658 13.3567 1 13.5898 1 13.833L1 22.083C1 22.3261 1.09658 22.5592 1.26849 22.7311C1.44039 22.903 1.67355 22.9996 1.91667 22.9996C2.15978 22.9996 2.39294 22.903 2.56485 22.7311C2.73676 22.5592 2.83333 22.3261 2.83333 22.083V20.2496H4.92242L5.63008 22.3726C5.71008 22.6011 5.87586 22.7894 6.09231 22.8977C6.30876 23.006 6.55888 23.0258 6.78967 22.9529C6.90392 22.9149 7.00957 22.8547 7.10057 22.7758C7.19157 22.697 7.26614 22.601 7.32003 22.4933C7.37391 22.3856 7.40605 22.2684 7.41461 22.1483C7.42317 22.0281 7.40798 21.9075 7.36992 21.7933L6.45325 19.0433ZM22.0833 12.9163C21.8402 12.9163 21.6071 13.0129 21.4352 13.1848C21.2632 13.3567 21.1667 13.5898 21.1667 13.833V18.4163H18.4167C18.2242 18.4162 18.0366 18.4768 17.8805 18.5893C17.7243 18.7019 17.6076 18.8607 17.5468 19.0433L16.6301 21.7933C16.592 21.9075 16.5768 22.0281 16.5854 22.1483C16.5939 22.2684 16.6261 22.3856 16.68 22.4933C16.7339 22.601 16.8084 22.697 16.8994 22.7758C16.9904 22.8547 17.0961 22.9149 17.2103 22.9529C17.4411 23.0273 17.6918 23.0081 17.9087 22.8996C18.1255 22.7911 18.2911 22.6019 18.3699 22.3726L19.0776 20.2496H21.1667V22.083C21.1667 22.3261 21.2632 22.5592 21.4352 22.7311C21.6071 22.903 21.8402 22.9996 22.0833 22.9996C22.3264 22.9996 22.5596 22.903 22.7315 22.7311C22.9034 22.5592 23 22.3261 23 22.083V13.833C23 13.5898 22.9034 13.3567 22.7315 13.1848C22.5596 13.0129 22.3264 12.9163 22.0833 12.9163Z" fill="%231B47CF"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .object__list_service li.icon_parking::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.0898 8.87109H10.9102V10.9805H13.0898C13.6713 10.9805 14.1445 10.5072 14.1445 9.92578C14.1445 9.34437 13.6713 8.87109 13.0898 8.87109Z" fill="%231B47CF"/><path d="M18.3633 3H5.63672C4.1829 3 3 4.1829 3 5.63672V18.3633C3 19.8171 4.1829 21 5.63672 21H18.3633C19.8171 21 21 19.8171 21 18.3633V5.63672C21 4.1829 19.8171 3 18.3633 3ZM13.0898 13.0898H10.9102V16.7812C10.9102 17.0725 10.674 17.3086 10.3828 17.3086H9.32812C9.03689 17.3086 8.80078 17.0725 8.80078 16.7812V7.28906C8.80078 6.99783 9.03689 6.76172 9.32812 6.76172H13.0898C14.8346 6.76172 16.2539 8.18101 16.2539 9.92578C16.2539 11.6706 14.8346 13.0898 13.0898 13.0898Z" fill="%231B47CF"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .object__list_service li.icon_pool::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M9.75 12.75H15V13.8525C15.4355 14.0661 15.8312 14.3528 16.17 14.7C16.2748 14.5945 16.385 14.4943 16.5 14.4V3.75C16.5 3.55109 16.579 3.36032 16.7197 3.21967C16.8603 3.07902 17.0511 3 17.25 3C17.4489 3 17.6397 3.07902 17.7803 3.21967C17.921 3.36032 18 3.55109 18 3.75C18 3.94891 18.079 4.13968 18.2197 4.28033C18.3603 4.42098 18.5511 4.5 18.75 4.5C18.9489 4.5 19.1397 4.42098 19.2803 4.28033C19.421 4.13968 19.5 3.94891 19.5 3.75C19.5 3.15326 19.2629 2.58097 18.841 2.15901C18.419 1.73705 17.8467 1.5 17.25 1.5C16.6533 1.5 16.081 1.73705 15.659 2.15901C15.2371 2.58097 15 3.15326 15 3.75V6.75H9.75V3.75C9.75 3.55109 9.82902 3.36032 9.96967 3.21967C10.1103 3.07902 10.3011 3 10.5 3C10.6989 3 10.8897 3.07902 11.0303 3.21967C11.171 3.36032 11.25 3.55109 11.25 3.75C11.25 3.94891 11.329 4.13968 11.4697 4.28033C11.6103 4.42098 11.8011 4.5 12 4.5C12.1989 4.5 12.3897 4.42098 12.5303 4.28033C12.671 4.13968 12.75 3.94891 12.75 3.75C12.75 3.15326 12.5129 2.58097 12.091 2.15901C11.669 1.73705 11.0967 1.5 10.5 1.5C9.90326 1.5 9.33097 1.73705 8.90901 2.15901C8.48705 2.58097 8.25 3.15326 8.25 3.75V13.5225C8.78073 13.5783 9.29275 13.7498 9.75 14.025V12.75ZM15 8.25V11.25H9.75V8.25H15Z" fill="%231B47CF"/><path d="M21.75 16.5C21.5782 16.4899 21.4115 16.4382 21.2642 16.3492C21.1169 16.2602 20.9935 16.1367 20.9047 15.9893C20.6817 15.6828 20.3892 15.4334 20.0514 15.2614C19.7136 15.0895 19.3398 14.9998 18.9608 14.9998C18.5817 14.9998 18.2079 15.0895 17.8701 15.2614C17.5323 15.4334 17.2398 15.6828 17.0167 15.9893C16.9362 16.1434 16.8149 16.2726 16.6661 16.3627C16.5173 16.4528 16.3466 16.5005 16.1726 16.5005C15.9987 16.5005 15.828 16.4528 15.6792 16.3627C15.5304 16.2726 15.4091 16.1434 15.3285 15.9893C15.1059 15.6826 14.8139 15.4331 14.4763 15.261C14.1388 15.089 13.7653 14.9993 13.3864 14.9993C13.0075 14.9993 12.634 15.089 12.2964 15.261C11.9589 15.4331 11.6668 15.6826 11.4443 15.9893C11.3564 16.1367 11.2338 16.2603 11.0871 16.3493C10.9404 16.4384 10.7741 16.4901 10.6027 16.5C10.4316 16.4898 10.2655 16.438 10.1189 16.3492C9.97223 16.2603 9.84948 16.137 9.76125 15.99C9.53403 15.6882 9.24098 15.4421 8.90438 15.2706C8.56778 15.099 8.19649 15.0065 7.81875 15C7.4412 15.0065 7.0701 15.099 6.73364 15.2704C6.39718 15.4418 6.10421 15.6877 5.877 15.9893C5.78908 16.1368 5.66632 16.2605 5.51948 16.3495C5.37264 16.4386 5.2062 16.4902 5.03475 16.5C4.8633 16.4902 4.69686 16.4386 4.55002 16.3495C4.40318 16.2605 4.28042 16.1368 4.1925 15.9893C3.96509 15.6877 3.67198 15.4419 3.33541 15.2705C2.99884 15.0991 2.62765 15.0066 2.25 15C2.05109 15 1.86032 15.079 1.71967 15.2197C1.57902 15.3603 1.5 15.5511 1.5 15.75V22.5H22.5V17.25C22.5 17.0511 22.421 16.8603 22.2803 16.7197C22.1397 16.579 21.9489 16.5 21.75 16.5Z" fill="%231B47CF"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .object__list_service li.icon_furniture::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5.46955 7.13325V3.71754C5.46955 2.85137 6.15954 2.16138 7.02571 2.16138H16.9695C17.8356 2.16138 18.5257 2.88073 18.5257 3.71754V7.13325C18.5257 7.99942 17.8356 8.68941 16.9695 8.68941H7.02571C6.15954 8.69431 5.46955 7.975 5.46955 7.13325ZM20.3852 9.74153H19.1863C18.2858 9.74153 17.5714 10.4609 17.5714 11.3564V13.0349H6.42869V11.3564C6.42869 10.456 5.70933 9.74153 4.81381 9.74153H3.61488C2.71446 9.74153 2 10.4609 2 11.3564V20.2236C2 21.124 2.71936 21.8385 3.61488 21.8385H4.81381C5.71423 21.8385 6.42869 21.1192 6.42869 20.2236V19.7441H17.5714V20.2236C17.5714 21.124 18.2907 21.8385 19.1863 21.8385H20.3852C21.2855 21.8385 22.0001 21.1192 22.0001 20.2236V11.3564C22.0001 10.4902 21.2807 9.74153 20.3852 9.74153Z" fill="%231B47CF"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .wrapper_interior_exterior {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.object .wrapper_interior_exterior .item_interior_exterior {
  flex: 1 1 50%;
}

.object .wrapper_interior_exterior .item_interior_exterior .name {
  margin: 0;
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.object .wrapper_interior_exterior .item_interior_exterior .value {
  margin-top: 6px;
  color: #212B36;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.object .object__container {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: calc(var(--bs-gutter-x));
  column-gap: calc(var(--bs-gutter-x));
  grid-template-areas: "leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent mainInfo mainInfo mainInfo mainInfo" "grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock mainInfo mainInfo mainInfo mainInfo";
}

.object .object__left_content {
  grid-area: leftContent;
}

.object .object__right_content {
  grid-area: mainInfo;
}

.object .gray_block {
  grid-area: grayBlock;
}

.object .object__main-info {
  position: sticky;
  top: 20px;
}

.object .swiper__object::before {
  content: "For Sale";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #1B47CF;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.object .swiper__object .swiper-slide img {
  height: 608px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.object .swiper__object .swiper-counter {
  bottom: 20px;
  right: 145px;
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.object .swiper__object .swiper-button-prev,
.object .swiper__object .swiper-button-next {
  width: 62px;
  height: 62px;
  background: #FFF;
}

.object .swiper__object .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
}

.object .swiper__object .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .swiper__object .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 62px;
}

.object .swiper__object .swiper-button-prev::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.object .image-mini-slider_container {
  margin-top: 10px;
}

.object .image-mini-slider_container img {
  width: 100%;
  height: 90px;
}

.object .image-mini-slider_container .swiper-slide-thumb-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.wrapper.for_sticky {
  overflow: visible;
}

.feedback {
  overflow: hidden;
}

.object .gray_block {
  grid-area: grayBlock;
  background: #F7F7F7;
  margin-top: 40px;
  padding: 40px 40px 40px 0;
}

.object .gray_block .item_content {
  margin-bottom: 32px;
  background-color: #FFFFFF;
  padding: 50px 50px 50px 75px;
}

.object .gray_block .item_content.item_content__address {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 195px;
}

.object .gray_block .item_content .title {
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.object .gray_block .item_content .title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #1B47CF;
}

.object .gray_block .item_content .btn_more {
  margin-top: 12px;
  color: #1B47CF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  background-color: transparent;
}

.object .gray_block .item_content .list__details,
.object .gray_block .item_content .list_addres,
.object .gray_block .item_content .list_features {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 16px;
}

.object .gray_block .item_content .list__details .name,
.object .gray_block .item_content .list_addres .name,
.object .gray_block .item_content .list_features .name {
  color: #637381;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.object .gray_block .item_content .list__details .value,
.object .gray_block .item_content .list_addres .value,
.object .gray_block .item_content .list_features .value {
  margin-top: 3px;
  color: #212B36;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.object .gray_block .item_content .list__details li {
  flex: 1 1 33%;
}

.object .gray_block .item_content .list_addres li {
  flex: 1 1 50%;
}

.object .gray_block .item_content .list_features li {
  flex: 1 1 100%;
}

.object .location_iframe {
  margin-top: 30px;
  height: 336px;
  width: calc(100% - 50px);
  position: absolute;
  left: 0;
}

@media (max-width: 991.8px) {
  .object .object__container {
    grid-template-areas: "leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent leftContent" " mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo mainInfo" "grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock grayBlock";
  }

  .object .object__main-info {
    margin-top: 24px;
  }
}

@media (max-width: 576.8px) {
  .object .image-mini-slider_container {
    margin-top: 5px;
  }

  .object .object__main-info .type {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
  }

  .object .object__main-info .name {
    font-size: 36px;
  }

  .object .object__main-info .adress {
    font-size: 15px;
  }

  .object .object__main-info .price {
    font-size: 16px;
  }

  .object .object__main-info .line {
    margin: 20px 0;
  }

  .object .object__main-info .object__list_service {
    color: #212B36;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
  }

  .object .object__main-info .wrapper_interior_exterior .item_interior_exterior .name {
    font-size: 15px;
  }

  .object .object__main-info .wrapper_interior_exterior .item_interior_exterior .value {
    font-size: 15px;
  }

  .object .object__main-info .wrapper_interior_exterior {
    margin-bottom: 20px;
  }

  .object .object__container {
    margin-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .object .object__container .swiper-slide img {
    height: 240px;
  }

  .object .swiper__object .swiper-button-next,
  .object .swiper__object .swiper-button-prev {
    display: none;
  }

  .object .swiper-counter {
    display: none;
  }

  .object .object__container .image-mini-slider_container img {
    height: 57px;
  }

  .object .gray_block {
    padding: 24px 20px 24px 0;
    margin-top: 80px;
    width: calc(100% + var(--bs-gutter-x));
    transform: translateX(calc(var(--bs-gutter-x) * -0.5));
  }

  .object .gray_block .item_content {
    padding: 40px 20px 40px 20px;
  }

  .object .gray_block .item_content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .object .gray_block .item_content .description {
    color: #212B36;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
  }

  .object .gray_block .item_content .btn_more {
    font-size: 14px;
  }

  .object .gray_block .item_content .list__details,
  .object .gray_block .item_content .list_addres,
  .object .gray_block .item_content .list_features {
    row-gap: 12px;
    flex-direction: column;
  }

  .object .gray_block .item_content .list__details {
    flex-direction: column;
  }

  .object .gray_block .item_content .list__details .name {
    font-size: 15px;
  }

  .object .gray_block .item_content .list__details .value {
    font-size: 15px;
  }
}

.similar-offers {
  margin-top: 246px;
}

.similar-offers .col__swiper-button {
  position: relative;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 84px;
  height: 42px;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-prev,
.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-next {
  width: 42px;
  height: 42px;
  background: #212B36;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-prev.swiper-button-disabled,
.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-next.swiper-button-disabled {
  background-color: #F7F7F7;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-next {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-next.swiper-button-disabled::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M9 18L15 12L9 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-prev::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.similar-offers .col__swiper-button .wrapper__buttons-slider .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g opacity="0.7"><path d="M15 18L9 12L15 6" stroke="%23637381" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

.similar-offers .row__for_mob_swiper-button {
  display: none;
}

.swiper__similar-offers {
  margin-top: 50px;
  height: 428px;
}

.swiper__similar-offers .catalog__card {
  display: flex;
  gap: 20px;
}

.swiper__similar-offers .catalog__card .catalog__card_content {
  flex: 1 1 50%;
}

.swiper__similar-offers .catalog__card .wrapper_card_img {
  flex: 0 0 50%;
}

.swiper__similar-offers .catalog__card .wrapper_card_img .card_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper__similar-offers .catalog__card .type {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 140%;
  padding: 4px 8px;
  background: #F7F7F7;
}

.swiper__similar-offers .catalog__card .name {
  margin: 8px 0;
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Adjust this as needed */
}

.swiper__similar-offers .catalog__card .adress {
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Adjust this as needed */
}

.swiper__similar-offers .catalog__card .txt_coord {
  margin-top: 14px;
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.swiper__similar-offers .catalog__card .wrapper_price_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper__similar-offers .catalog__card .price_value {
  color: #1B47CF;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.swiper__similar-offers .catalog__card .line {
  margin: 12px 0;
  width: 100%;
  height: 1px;
  opacity: 0.7;
  background-color: #DFE3E8;
}

.swiper__similar-offers .catalog__card .btn__detailed {
  padding: 7px 12px;
  display: flex;
  border: 1px solid #1B47CF;
  color: #1B47CF;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 991.8px) {
  .swiper__similar-offers {
    height: auto;
  }

  .swiper__similar-offers .catalog__card {
    flex-direction: column;
  }

  .similar-offers .col__swiper-button .wrapper__buttons-slider {
    right: 12px;
  }
}

@media (max-width: 576px) {
  .swiper__similar-offers .catalog__card .wrapper_price_btn {
    flex-direction: column;
  }

  .swiper__similar-offers .catalog__card .wrapper_price_btn .price_value {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
  }

  .swiper__similar-offers .catalog__card .wrapper_price_btn .btn__detailed {
    width: 100%;
    padding: 16px;
    justify-content: center;
  }

  .similar-offers .col__swiper-button .wrapper__buttons-slider {
    display: none;
  }

  .swiper__similar-offers {
    margin-top: 20px;
  }

  .similar-offers .row__for_mob_swiper-button {
    display: flex;
    margin-top: 20px;
  }

  .similar-offers .wrapper__buttons-slider {
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
  }

  .similar-offers .wrapper__buttons-slider .swiper-button-next {
    right: 0;
    left: auto;
  }

  .similar-offers .wrapper__buttons-slider .swiper-button-next.swiper-button-disabled {
    background-color: #F7F7F7;
  }

  .similar-offers .wrapper__buttons-slider .swiper-button-prev {
    transform: none;
  }

  .similar-offers .wrapper__buttons-slider .swiper-button-prev.swiper-button-disabled {
    background-color: #F7F7F7;
  }

  .object .location_iframe {
    width: calc(100% + 20px);
  }

  .swiper__similar-offers .catalog__card .wrapper_card_img {
    height: 185px;
    flex: auto;
  }

  .swiper__similar-offers .catalog__card .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
  }

  .swiper__similar-offers .catalog__card .wrapper_price_btn .price_value {
    font-size: 16px;
  }
}

.section__title-terms {
  position: relative;
  z-index: 1;
  font-size: 64px;
  font-weight: 800;
  line-height: 110%;
}

.terms {
  width: 80%;
  margin-top: 46px;
  padding: 50px 50px 50px 0;
  background: #F7F7F7;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.terms .title {
  color: #212B36;
  font-family: "Almarai", sans-serif;
  font-weight: 800;
  line-height: 120%;
}

.terms .title_h2 {
  font-size: 48px;
}

.terms .txt {
  margin: 12px 0;
  color: #212B36;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.terms .list {
  padding-left: 20px;
  list-style-type: lower-alpha;
  color: #212B36;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.terms .list li {
  list-style-type: lower-alpha;
}

.terms .title_h3 {
  margin-top: 32px;
  font-size: 32px;
}

.terms .title_h4 {
  font-size: 24px;
}

.terms-page {
  position: relative;
}

.terms-page::before {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1B47CF;
}

@media (max-width: 576.7px) {
  .section__title-terms {
    font-size: 40px;
  }

  .terms {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 80px;
  }

  .terms .bg {
    background: var(--bg, #F7F7F7);
    padding: 40px 20px 20px 20px;
  }

  .terms .title_h2 {
    font-size: 36px;
  }

  .terms .txt {
    font-size: 15px;
  }

  .terms .list {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .terms .title_h3 {
    margin-top: 20px;
    font-size: 28px;
  }

  .terms .title_h4 {
    font-size: 20px;
  }
}

@media (min-width: 991.8px) {
  .services .swiper {
    min-height: 653px;
  }
}

.wrapper-item-page {
  display: flex;
  align-items: center;
}

.lang_link.ES .es__link_lang{
	display: none;
}

.lang_link.EN .en__link_lang{
	display: none;
}

/*# sourceMappingURL=style.css.map */