/* Add styles */
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:root {
  --color_gold: #E8D39C;
  --color_blue: #00356C;
  scroll-behavior: unset;
}

html {
  scroll-behavior: smooth !important;
}

strong,
b {
  font-weight: 700;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

h1 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-weight: 200;
  font-size: 54px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 32px;
  }
}

ul,
ol {
  list-style-type: none;
  padding-right: 0;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 12px;
  }
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 12px;
}

a {
  font-family: "Assistant", sans-serif;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  position: relative;
}
a:hover {
  color: var(--color_gold);
}

button {
  font-family: "Assistant", sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  -webkit-appearance: none;
  outline: none;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: "Assistant", sans-serif;
  -webkit-appearance: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background: transparent;
  border: 1px solid #DEC48C;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 54px;
  line-height: 1;
  color: #B9BEC0;
  padding: 10px 16px;
  text-align: right;
  transition: all 0.3s ease;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill {
  width: 100%;
  background: transparent !important;
  border: none;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 54px;
  line-height: 1;
  color: #000;
  padding: 10px 16px;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #B9BEC0;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #B9BEC0;
}

input[type=submit] {
  display: inline-block;
  padding: 15px 40px;
  background: #00356C;
  border: 1px solid #00356C;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #fff;
  color: #00356C;
}

textarea {
  width: 100%;
  background: #fff;
  border: none;
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  height: 134px;
  line-height: 1;
  color: #000;
  padding: 16px;
  text-align: right;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  resize: none;
}

textarea::-moz-placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

textarea::placeholder {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: rgba(13, 14, 56, 0.3019607843);
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  text-align: right !important;
  margin: 1rem 0 0 !important;
}

.hide,
.hidden {
  display: none;
}

.text_center {
  text-align: center;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.container {
  max-width: 1700px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container.max-width {
  max-width: 1916px;
}

body {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .l-canvas {
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
body.search-open {
  overflow: hidden;
}

main {
  min-height: 72vh;
}

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

.pointer-events_none {
  pointer-events: none;
}

.swiper-wrapper {
  height: auto;
}

.swiper-scrollbar-drag {
  height: 5px !important;
}

form {
  direction: rtl;
}

.cf7-form .cf7-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.cf7-form .cf7-form__row:not(:last-child) {
  margin-bottom: 18px;
}
.cf7-form .cf7-form__row .cf7-form__input {
  width: 100%;
  position: relative;
}
.cf7-form .cf7-form__row .cf7-form__input.focused label {
  top: 10px;
  font-size: 12px;
}
.cf7-form .cf7-form__row .cf7-form__input label {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
  color: #B9BEC0;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: auto;
  margin: 0;
  z-index: 2;
}
.cf7-form .cf7-form__row .cf7-form__input label span.label_text {
  display: block;
  transition: all 0.3s ease;
}
.cf7-form .cf7-form__row .cf7-form__input input {
  position: relative;
  z-index: 2;
  padding: 15px 16px 5px;
}
.cf7-form .cf7-form__row .cf7-form__input .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 10px);
  font-size: 14px;
  line-height: 1;
  right: 0;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label input {
  display: none;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label input:checked + span:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: 50%;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #B2B2B2;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label a {
  text-decoration: underline;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label a:hover {
  color: #fff;
}
.cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label:before {
  content: "";
  width: 26px;
  min-width: 26x;
  height: 26px;
  display: block;
  border: 1px solid #D1B173;
  align-self: flex-start;
  border-radius: 5px;
}
.cf7-form .cf7-form__row .cf7-form__control-wrap {
  width: 100%;
}
.cf7-form .cf7-form__row .wpcf7-submit {
  width: 100%;
}
.cf7-form .cf7-form__row .wpcf7-spinner {
  position: absolute;
}
@media (max-width: 424px) {
  .cf7-form .cf7-form__row {
    flex-direction: column;
  }
}

.default-section {
  padding-top: 136px;
}

/* Flexible Content - Common Styles */
.section_title {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 60px;
}
@media (max-width: 1400px) {
  .section_title {
    font-size: 28px;
  }
}
.section_title.has-color-line {
  position: relative;
  padding-right: 23px;
}
.section_title.has-color-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 65px;
  background-color: var(--title-color, transparent);
}
@media (max-width: 768px) {
  .section_title.has-color-line::before {
    width: 6px;
    height: 46px;
  }
}
@media (max-width: 768px) {
  .section_title {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

.title_en {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 21.57%, #145597 73.56%, #295B8E 83.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin-bottom: -48px;
  transform: translateY(0) scale(0.8);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
  opacity: 0.6;
}
.title_en.scrolled {
  transform: translateY(-10px) scale(1);
  opacity: 1;
}
@media (max-width: 1440px) {
  .title_en {
    font-size: 57px;
    margin-bottom: -40px;
  }
}
@media (max-width: 768px) {
  .title_en {
    font-size: 47px;
    margin-bottom: -32px;
  }
}
@media (max-width: 550px) {
  .title_en {
    font-size: 37px;
    margin-bottom: -26px;
  }
}

.title_gold_line:after {
  content: "";
  display: block;
  max-width: 322px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #B3853E 0%, #EFDDA9 49.52%, #B68A44 74.04%, #503D1E 100%);
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .title_gold_line:after {
    max-width: 222px;
  }
}

header {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s;
}
header.header--scrolled {
  padding-top: 10px;
}
header.header--scrolled .header__inner {
  background: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(32px);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
}
header.header--scrolled .header__inner .header__logo a img.header__logo-img {
  display: none;
}
header.header--scrolled .header__inner .header__logo a img.header__logo-img-scrolled {
  display: block;
}
header.header--scrolled .header__inner .header__right .header__nav ul li a {
  color: #000000;
}
header.header--scrolled .header__inner .header__right .header__nav ul li a:hover {
  color: #B3853E;
}
header.header--scrolled .header__inner .header__right .header__burger-btn:hover span {
  background: #000;
}
header.header--scrolled .header__inner .header__right .header__burger-btn span {
  background: #B3853E;
}
header.header--scrolled .header__inner .header__left .header__email,
header.header--scrolled .header__inner .header__left .header__phone {
  color: #00244A;
}
header.header--scrolled .header__inner .header__left .header__email:hover,
header.header--scrolled .header__inner .header__left .header__phone:hover {
  color: #B3853E;
}
header.header--scrolled .header__inner .header__left .header__btn:hover {
  background: #B3853E;
}
header .header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.3019607843);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  padding: 8px 35px;
  transition: 0.3s;
}
header .header__inner .header__logo {
  justify-self: center;
  max-width: 222px;
  width: 100%;
}
header .header__inner .header__logo img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
header .header__inner .header__logo .header__logo-img-scrolled {
  display: none;
}
header .header__inner .header__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header__inner .header__right .header__burger-btn {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
header .header__inner .header__right .header__burger-btn.active:hover {
  transform: rotate(360deg);
}
header .header__inner .header__right .header__burger-btn.active span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .header__inner .header__right .header__burger-btn.active span:last-child {
  width: 0;
}
header .header__inner .header__right .header__burger-btn.active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header__inner .header__right .header__burger-btn.active span:nth-child(2) {
  transform: rotate(-45deg);
}
header .header__inner .header__right .header__burger-btn:hover span {
  background: #fff;
}
header .header__inner .header__right .header__burger-btn span {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--color_gold);
  transition: 0.3s;
}
header .header__inner .header__right .header__burger-btn span:last-child {
  width: 60%;
}
header .header__inner .header__right .header__nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
}
header .header__inner .header__right .header__nav ul li {
  margin: 0;
}
header .header__inner .header__right .header__nav ul li.current-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  right: 0;
  background: linear-gradient(90deg, #B68A44 0%, #EFDDA9 100%);
}
header .header__inner .header__right .header__nav ul li a {
  padding: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  position: relative;
}
header .header__inner .header__right .header__nav ul li a:hover {
  color: var(--color_gold);
}
header .header__inner .header__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
header .header__inner .header__left .header__email {
  width: 24px;
  height: 24px;
  color: #C2CBD2;
  transition: 0.3s;
}
header .header__inner .header__left .header__email:hover {
  color: var(--color_gold);
}
header .header__inner .header__left .header__email svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header__inner .header__left .header__phone {
  width: 24px;
  height: 24px;
  color: #C2CBD2;
  transition: 0.3s;
}
header .header__inner .header__left .header__phone:hover {
  color: var(--color_gold);
}
header .header__inner .header__left .header__phone svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header__inner .header__left .header__btn {
  padding: 8px 27px;
  border-radius: 30px;
  background: var(--color_blue);
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}
header .header__inner .header__left .header__btn:hover {
  background: var(--color_gold);
}
header .header__inner.open_menu {
  border-radius: 10px 10px 0;
}
header .header__inner .header__desktop_sidebar_menu {
  display: flex;
  justify-content: space-between;
  background: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  max-width: 320px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 98%;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  transform: translateX(100vw);
  transition: 0.3s;
}
@media (max-width: 550px) {
  header .header__inner .header__desktop_sidebar_menu {
    max-width: 260px;
  }
}
header .header__inner .header__desktop_sidebar_menu.active {
  transform: translateX(0);
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col {
  width: 100%;
  padding: 16px 20px;
  box-shadow: 10px 3px 16px rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col ul:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col ul li {
  margin: 0;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col ul li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.18;
  color: #000;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col ul li a:hover {
  color: #D1B175;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts .header__desktop_sidebar_menu__contacts__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts .header__desktop_sidebar_menu__contacts__item svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #D1B173;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts .header__desktop_sidebar_menu__contacts__item a, header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts .header__desktop_sidebar_menu__contacts__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
header .header__inner .header__desktop_sidebar_menu .header__desktop_sidebar_menu__col .header__desktop_sidebar_menu__contacts .header__desktop_sidebar_menu__contacts__item a:hover {
  color: #D1B173;
}

@media (max-width: 1440px) {
  header .header__inner .header__logo {
    max-width: 170px;
  }
  header .header__inner .header__right .header__nav ul {
    gap: 20px;
  }
  header .header__inner .header__right .header__nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  header .header__inner .header__right .header__nav {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header__inner {
    display: flex;
    gap: 40px;
    padding: 8px 20px;
  }
  header .header__inner .header__logo {
    order: 1;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  header .header__inner {
    gap: 30px;
  }
  header .header__inner .header__logo {
    max-width: 136px;
  }
  header .header__inner .header__left {
    gap: 30px;
  }
  header .header__inner .header__left .header__btn {
    display: none;
  }
}
footer {
  background: radial-gradient(47.58% 233.05% at 97.58% 0%, #1D5384 0%, #031E37 100%);
  padding: 80px 0 54px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
footer .footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer .footer__inner .footer__right {
  max-width: 1130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .footer__inner .footer__right .footer__right__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col {
  min-width: 126px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .footer__menu_col__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #D1B173;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .footer__menu_col__title .footer__menu_col__icon {
  display: none;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .menu li {
  margin: 0;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
footer .footer__inner .footer__right .footer__right__top .footer__menu_col .menu li a:hover {
  color: #D1B173;
}
footer .footer__inner .footer__right .footer__right__top .footer__contacts {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 28px;
}
footer .footer__inner .footer__right .footer__right__top .footer__contacts .footer__contacts__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer__inner .footer__right .footer__right__top .footer__contacts .footer__contacts__item svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #D1B173;
}
footer .footer__inner .footer__right .footer__right__top .footer__contacts .footer__contacts__item a, footer .footer__inner .footer__right .footer__right__top .footer__contacts .footer__contacts__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
footer .footer__inner .footer__right .footer__right__top .footer__contacts .footer__contacts__item a:hover {
  color: #D1B173;
}
footer .footer__inner .footer__right .footer__right__bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer__inner .footer__right .footer__right__bottom .footer__right__bottom__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
footer .footer__inner .footer__right .footer__right__bottom .footer__right__bottom__copy a {
  color: #fff;
}
footer .footer__inner .footer__right .footer__right__bottom .footer__right__bottom__copy a:hover {
  color: #D1B173;
}
footer .footer__inner .footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
}
footer .footer__inner .footer__left .footer__logo {
  max-width: 220px;
  width: 100%;
  height: auto;
}
footer .footer__inner .footer__left .footer__logo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer__inner .footer__left .footer__social {
  display: flex;
  gap: 10px;
}
footer .footer__inner .footer__left .footer__social a {
  width: 24px;
  height: 24px;
  display: flex;
  transition: 0.3s;
}
footer .footer__inner .footer__left .footer__social a:hover {
  opacity: 0.7;
}
footer .footer__inner .footer__left .footer__social a svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  footer {
    padding: 50px 0 30px;
    border-radius: 24px 24px 0 0;
  }
  footer .footer__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 40px;
  }
  footer .footer__inner .footer__left {
    align-items: flex-start;
    gap: 30px;
  }
  footer .footer__inner .footer__left .footer__logo {
    max-width: 180px;
  }
  footer .footer__inner .footer__right {
    gap: 30px;
  }
  footer .footer__inner .footer__right .footer__right__top {
    flex-direction: column;
    gap: 16px;
  }
  footer .footer__inner .footer__right .footer__menu_col {
    width: 100%;
  }
  footer .footer__inner .footer__right .footer__menu_col .footer__menu_col__title {
    border-bottom: none;
    padding-bottom: 0;
    cursor: pointer;
    position: relative;
  }
  footer .footer__inner .footer__right .footer__menu_col .footer__menu_col__title .footer__menu_col__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: block !important;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
  }
  footer .footer__inner .footer__right .footer__menu_col .menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  footer .footer__inner .footer__right .footer__menu_col.is-open .footer__menu_col__title .footer__menu_col__icon {
    transform: rotate(180deg);
  }
  footer .footer__inner .footer__right .footer__menu_col.is-open .menu {
    display: flex;
  }
  footer .footer__inner .footer__right .footer__contacts {
    padding-top: 10px;
  }
  footer .footer__inner .footer__right .footer__right__bottom {
    padding-top: 20px;
  }
}
/* Flexible content */
.home-start-section {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}
.home-start-section__bg-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home-start-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1490196078);
  z-index: 2;
}
.home-start-section__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 23, 48, 0.15) 0%, rgba(0, 53, 108, 0) 100%);
  z-index: 3;
}
.home-start-section__overlay:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 23, 47, 0) 0%, #122233 0%, rgba(24, 44, 65, 0) 100%);
  z-index: 3;
}
.home-start-section .container {
  height: 100%;
}
.home-start-section .container .home-start-section__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding-bottom: 240px;
}

@media (max-width: 1440px) {
  .home-start-section {
    height: 700px;
  }
  .home-start-section .container .home-start-section__content {
    padding-bottom: 140px;
  }
  .home-start-section .container .home-start-section__content .home-start-section__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-start-section {
    height: 500px;
  }
  .home-start-section .container .home-start-section__content {
    padding-bottom: 80px;
  }
  .home-start-section .container .home-start-section__content .home-start-section__title {
    font-size: 30px;
  }
}
.home-intro {
  background: linear-gradient(180deg, #00244A 0%, #203C59 36.06%, #73818F 100%);
  padding: 0 0 70px;
  position: relative;
  z-index: 9;
  border-radius: 0 0 30px 30px;
}
.home-intro:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(24, 44, 65, 0) 0%, #122233 0%, rgba(0, 23, 47, 0) 100%);
  z-index: 1;
}
.home-intro__deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.home-intro__deco-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1024px;
  aspect-ratio: 1;
  width: 80%;
  max-height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(90, 180, 255, 0.4) 0%, rgba(59, 173, 255, 0.28) 18%, rgba(30, 110, 200, 0.18) 38%, rgba(0, 73, 148, 0.09) 58%, rgba(0, 50, 120, 0.03) 78%, transparent 100%);
  border-radius: 100%;
  filter: blur(1px);
}
.home-intro__deco-arc {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  max-width: 1360px;
  aspect-ratio: 1;
  width: 100%;
  max-height: 100%;
  border: 1px solid transparent;
  border-top-color: rgba(212, 182, 123, 0.7);
  border-left-color: rgba(212, 182, 123, 0.45);
  border-right-color: rgba(212, 182, 123, 0.45);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 35%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 35%, transparent 100%);
}
.home-intro .home-intro__about {
  position: relative;
  z-index: 2;
}
.home-intro .home-intro__about .home-intro__about_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_icon {
  margin: -12px 0 12px;
  position: relative;
  z-index: 2;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_icon img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_title_en {
  font-size: 96px;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_title_he {
  margin-bottom: 20px;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_description {
  max-width: 605px;
  width: 100%;
  margin: 0 auto 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  position: relative;
  z-index: 2;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card {
  max-width: 230px;
  width: 100%;
  border-radius: 7px;
  background: rgba(70, 116, 163, 0.3);
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: 0.3s;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card:hover {
  background: rgba(107, 162, 219, 0.3);
  transform: scale(1.02);
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card:hover .home-intro__about_card_title {
  color: #D4B67B;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card--has-video:hover .home-intro__about_card__body .home-about__card__body_image {
  opacity: 0;
  visibility: hidden;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card--has-video:hover .home-intro__about_card__body .home-intro__about_card__body_video {
  opacity: 1;
  visibility: visible;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body {
  width: 100%;
  aspect-ratio: 1.2345;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 36, 74, 0.5) 35.1%, #00142A 100%);
  padding: 7px;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_content .home-intro__about_card__body_value {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin-top: auto;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_content .home-intro__about_card__body_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #EFDDA9;
  text-align: center;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_content .home-intro__about_card__body_arrow {
  align-self: flex-end;
  width: 20px;
  height: 20px;
  color: #fff;
  transition: 0.3s;
  margin-top: auto;
}
.home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card__body_content .home-intro__about_card__body_arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.home-intro .home-intro__projects {
  margin-top: 80px;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_title_en {
  background: linear-gradient(2.77deg, rgba(0, 0, 0, 0) 23.1%, #1F66AE 83.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list {
  margin-top: 47px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_scrollbar_wrap {
  position: relative;
  height: 5px;
  margin-top: 40px;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_scrollbar_wrap .home-intro__projects_scrollbar {
  max-width: 1320px;
  width: calc(100% - 40px);
  height: 1px;
  background: #B9BEC0;
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_scrollbar_wrap .home-intro__projects_scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #D4B67B;
  border-radius: inherit;
  cursor: pointer;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item {
  width: 100%;
  aspect-ratio: 1.79523;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  transition: transform 0.3s ease-out;
  will-change: transform;
  z-index: 1;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item:hover .home-intro__projects_list_item__bg {
  transform: scale(1.08);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item:hover .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__btn {
  color: var(--color_gold);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item:not(.swiper-slide-active) {
  transform: scale(0.83);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__category {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 7px 14px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  z-index: 2;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
  padding: 40px 6px 6px;
  background: linear-gradient(180deg, rgba(0, 53, 108, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: relative;
  z-index: 2;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  padding: 15px 22px;
  backdrop-filter: blur(32px);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content {
  max-width: 367px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__location svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__number_apartments {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__number_apartments svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__number_apartments span {
  font-size: 14px;
  line-height: 1;
  margin-right: -5px;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__status svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}
.home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 1440px) {
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__title {
    font-size: 29px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_title_en {
    font-size: 68px;
    margin-bottom: -40px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_description {
    font-size: 16px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards {
    gap: 20px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card {
    max-width: none;
    width: calc(50% - 10px);
    padding: 18px 10px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card .home-intro__about_card_title {
    font-size: 20px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content {
    max-width: none;
    justify-content: space-between;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__btn {
    display: none;
  }
}
@media (max-width: 550px) {
  .home-intro {
    padding: 0 0 40px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_title_en {
    font-size: 58px;
    margin-bottom: -30px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards {
    gap: 14px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card {
    width: calc(50% - 7px);
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card .home-intro__about_card_title {
    font-size: 18px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card .home-intro__about_card__body .home-intro__about_card__body_content .home-intro__about_card__body_value {
    font-size: 32px;
  }
  .home-intro .home-intro__about .home-intro__about_content .home-intro__about_cards .home-intro__about_card .home-intro__about_card__body .home-intro__about_card__body_content .home-intro__about_card__body_name {
    font-size: 15px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item {
    aspect-ratio: 1.4;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__title {
    font-size: 24px;
    padding-right: 10px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row {
    padding: 12px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__location {
    font-size: 14px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__number_apartments {
    font-size: 14px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__number_apartments span {
    font-size: 13px;
  }
  .home-intro .home-intro__projects .home-intro__projects_content .home-intro__projects_list .home-intro__projects_list_item .home-intro__projects_list_item__inner .home-intro__projects_list_item__inner__row .home-intro__projects_list_item__inner__content .home-intro__projects_list_item__content__status {
    font-size: 14px;
  }
}
.home-our-projects {
  padding: 55px 0;
}
.home-our-projects .home-our-projects__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-our-projects .home-our-projects__content .home-our-projects__title_he {
  color: #000000;
}
.home-our-projects .home-our-projects__content .home-our-projects__title_en {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.5) 21.57%, rgba(0, 51, 104, 0.4) 84.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-our-projects .home-our-projects__content .home-our-projects__btn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 19px;
  background: var(--color_gold);
  border: 1px solid var(--color_gold);
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
}
.home-our-projects .home-our-projects__content .home-our-projects__btn svg {
  width: 24px;
  height: 24px;
  display: block;
}
.home-our-projects .home-our-projects__content .home-our-projects__btn:hover {
  background: transparent;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects {
  width: 100%;
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item {
  width: 100%;
  aspect-ratio: 1.0173;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  transition: transform 0.3s ease-out;
  will-change: transform;
  z-index: 1;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:hover .home-our-projects__projects__item__bg {
  transform: scale(1.08);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:hover .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn {
  color: var(--color_gold);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1), .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) {
  grid-column: span 2;
  aspect-ratio: 2.075;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1) .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn, .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn {
  display: flex;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__category {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 4px 9px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  z-index: 2;
  min-width: 66px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 40px 6px 6px;
  background: linear-gradient(180deg, rgba(0, 53, 108, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: relative;
  z-index: 2;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  padding: 12px 12px;
  backdrop-filter: blur(32px);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content {
  max-width: 367px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__location svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments span {
  font-size: 14px;
  line-height: 1;
  margin-right: -5px;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__status svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn {
  display: none;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}
.home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 1440px) {
  .home-our-projects {
    padding: 50px 0;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects {
    margin-top: 55px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1) {
    grid-column: 1/span 2;
    aspect-ratio: 2.075;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) {
    grid-column: 2/span 2;
    aspect-ratio: 2.075;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner {
    padding: 32px 8px 8px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__title {
    font-size: 18px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row {
    padding: 10px 12px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content {
    max-width: 340px;
  }
}
@media (max-width: 1024px) {
  .home-our-projects .home-our-projects__content .home-our-projects__projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item {
    aspect-ratio: 1.25;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1), .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) {
    grid-column: span 2;
    aspect-ratio: 2.55;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .home-our-projects {
    padding: 45px 0;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects {
    margin-top: 45px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item {
    aspect-ratio: 1.1;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1), .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) {
    grid-column: auto;
    aspect-ratio: 1.1;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner {
    padding: 28px 8px 8px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__title {
    font-size: 17px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row {
    padding: 10px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content {
    max-width: none;
    gap: 14px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__location,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__status {
    font-size: 14px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__btn {
    display: none;
  }
}
@media (max-width: 550px) {
  .home-our-projects {
    padding: 40px 0;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects {
    margin-top: 38px;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item {
    aspect-ratio: 1.15;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n+1), .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item:nth-child(6n) {
    grid-column: auto;
    aspect-ratio: 1.15;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__category {
    top: 10px;
    padding: 4px 8px;
    font-size: 14px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner {
    padding: 26px 8px 8px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__title {
    font-size: 16px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row {
    padding: 10px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content {
    gap: 10px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__location,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__status {
    font-size: 13px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__location svg,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments svg,
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__status svg {
    width: 18px;
    height: 18px;
  }
  .home-our-projects .home-our-projects__content .home-our-projects__projects .home-our-projects__projects__item .home-our-projects__projects__item__inner .home-our-projects__projects__item__inner__row .home-our-projects__projects__item__inner__content .home-our-projects__projects__item__content__number_apartments span {
    font-size: 12px;
  }
}
.home-our-activities {
  padding: 76px 0 0;
  margin-bottom: -30px;
}
.home-our-activities .home-our-activities__title_en {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.5) 21.57%, rgba(0, 51, 104, 0.4) 84.8%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.home-our-activities .home-our-activities__title_he {
  color: #000000;
}
.home-our-activities .home-our-activities__content {
  margin-top: 47px;
  background: linear-gradient(180deg, #00244A 0%, #0B223A 44.92%, #73818F 107.83%);
  border-radius: 35px;
  padding: 55px 30px 320px;
}
.home-our-activities .home-our-activities__content .home-our-activities__content__description {
  max-width: 830px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.home-our-activities .home-our-activities__content .home-our-activities__content__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item {
  max-width: 172px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__icon img {
  max-width: 100px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #EFDDA9;
  text-align: center;
}
.home-our-activities .home-our-activities__gallery {
  position: relative;
  margin-top: -360px;
  height: 600px;
}
.home-our-activities .home-our-activities__gallery .circular-gallery {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}
.home-our-activities .home-our-activities__gallery .circular-gallery:active {
  cursor: grabbing;
}

@media (max-width: 1440px) {
  .home-our-activities {
    padding: 60px 0 0;
  }
  .home-our-activities .home-our-activities__content {
    padding: 45px 24px 280px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__description {
    font-size: 17px;
  }
  .home-our-activities .home-our-activities__gallery {
    margin-top: -320px;
    height: 520px;
  }
}
@media (max-width: 768px) {
  .home-our-activities {
    padding: 50px 0 0;
  }
  .home-our-activities .home-our-activities__content {
    padding: 40px 20px 240px;
    border-radius: 28px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list {
    gap: 24px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item {
    max-width: none;
    width: calc(50% - 12px);
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__icon img {
    max-width: 80px;
    max-height: 52px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__title {
    font-size: 17px;
  }
  .home-our-activities .home-our-activities__gallery {
    margin-top: -300px;
    height: 450px;
  }
}
@media (max-width: 550px) {
  .home-our-activities {
    padding: 40px 0 0;
  }
  .home-our-activities .home-our-activities__content {
    padding: 32px 16px 210px;
    border-radius: 24px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__description {
    font-size: 15px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list {
    gap: 18px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item {
    max-width: none;
    width: calc(50% - 9px);
    padding: 8px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__icon img {
    max-width: 72px;
    max-height: 48px;
  }
  .home-our-activities .home-our-activities__content .home-our-activities__content__list .home-our-activities__content__list__item .home-our-activities__content__list__item__title {
    font-size: 15px;
  }
  .home-our-activities .home-our-activities__gallery {
    margin-top: -260px;
    height: 380px;
  }
}
.project-start-section {
  height: 1000px;
  position: relative;
}
.project-start-section .project-start-section__nav {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 5;
  padding: 14px 10px;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #ffffff;
  opacity: 0.9;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item {
  position: relative;
  z-index: 1;
  margin: 0;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot {
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #00356C;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 27px;
  height: 27px;
  display: block;
  border: 1px solid #024F9F;
  border-radius: 50%;
  transition: 0.3s ease;
  opacity: 0;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot .project-start-section__nav-dot__label {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 15px;
  padding: 7px 13px;
  border-radius: 5px;
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  text-wrap-mode: nowrap;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot .project-start-section__nav-dot__label:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background: #fff;
  border-radius: 8px 6px 6px 8px;
  box-shadow: 0 0 0 1px #e6e6e6;
  clip-path: polygon(100% 50%, 30% 0, 0 50%, 30% 100%);
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot.is-active, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:hover, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:focus-visible {
  background: #C09956;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot.is-active::after, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:hover::after, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:focus-visible::after {
  opacity: 1;
}
.project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot.is-active .project-start-section__nav-dot__label, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:hover .project-start-section__nav-dot__label, .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:focus-visible .project-start-section__nav-dot__label {
  opacity: 1;
}
.project-start-section .project-start-section__slider-pagination {
  max-width: 400px;
  width: 80%;
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 5;
}
.project-start-section .project-start-section__slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0;
}
.project-start-section .project-start-section__slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.1);
}
.project-start-section .project-start-section__slider-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.project-start-section .project-start-section__slider-swiper .swiper-wrapper {
  height: 100%;
}
.project-start-section .project-start-section__slider-swiper .swiper-wrapper .project-start-section__slider-swiper__item {
  width: 100%;
  height: 100%;
}
.project-start-section .project-start-section__slider-swiper .swiper-wrapper .project-start-section__slider-swiper__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  display: block;
}
.project-start-section .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.project-start-section .container .project-start-section__content {
  padding: 170px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-start-section .container .project-start-section__content .project-start-section__info {
  max-width: 85vw;
  min-width: 376px;
  background: rgba(0, 0, 0, 0.3019607843);
  backdrop-filter: blur(32px);
  border-radius: 0 10px 0 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__category {
  margin-top: -38px;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 1px;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__title {
  font-family: "Assistant", serif;
  font-weight: 200;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item span {
  font-size: 14px;
  line-height: 1;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item svg {
  width: 18px;
  height: 18px;
  display: block;
  color: #D4B67B;
}

@media (max-width: 1440px) {
  .project-start-section {
    height: 900px;
  }
}
@media (max-width: 1024px) {
  .project-start-section {
    height: 800px;
  }
  .project-start-section .project-start-section__nav {
    right: 20px;
    padding: 12px 14px;
  }
}
@media (max-width: 768px) {
  .project-start-section {
    height: 600px;
  }
  .project-start-section .project-start-section__slider-pagination {
    max-width: 134px;
    width: 100%;
    left: 10px;
    bottom: 15px;
    gap: 10px;
  }
  .project-start-section .project-start-section__nav {
    right: 10px;
  }
  .project-start-section .project-start-section__nav .project-start-section__nav-list {
    gap: 15px;
  }
  .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot {
    width: 16px;
    height: 16px;
  }
  .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot .project-start-section__nav-dot__label {
    font-size: 14px;
  }
  .project-start-section .project-start-section__nav .project-start-section__nav-list .project-start-section__nav-item .project-start-section__nav-dot:after {
    width: 24px;
    height: 24px;
  }
  .project-start-section .container .project-start-section__content {
    padding: 110px 0;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info {
    min-width: 230px;
    padding: 20px 10px 10px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__category {
    font-size: 14px;
    padding: 8px 12px;
    margin-top: -35px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__title {
    font-size: 30px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters {
    gap: 15px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item {
    gap: 5px;
    font-size: 12px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item span {
    font-size: 11px;
  }
  .project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__parameters .project-start-section__parameters__item svg {
    width: 16px;
    height: 16px;
  }
}
.project-about {
  background: linear-gradient(180deg, #00244A 0%, #203C59 36.06%, #73818F 100%);
  position: relative;
  z-index: 9;
  border-radius: 0 0 30px 30px;
  margin-bottom: 185px;
}
.project-about:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(24, 44, 65, 0) 0%, #122233 0%, rgba(0, 23, 47, 0) 100%);
  z-index: 1;
}
.project-about__deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.project-about__deco-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1024px;
  aspect-ratio: 1;
  width: 80%;
  max-height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(90, 180, 255, 0.4) 0%, rgba(59, 173, 255, 0.28) 18%, rgba(30, 110, 200, 0.18) 38%, rgba(0, 73, 148, 0.09) 58%, rgba(0, 50, 120, 0.03) 78%, transparent 100%);
  border-radius: 100%;
  filter: blur(1px);
}
.project-about__deco-arc {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  max-width: 1360px;
  aspect-ratio: 1;
  width: 100%;
  max-height: 100%;
  border: 1px solid transparent;
  border-top-color: rgba(212, 182, 123, 0.7);
  border-left-color: rgba(212, 182, 123, 0.45);
  border-right-color: rgba(212, 182, 123, 0.45);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 35%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 35%, transparent 35%, transparent 100%);
}
.project-about .project-about__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-about .project-about__content .project-about__icon {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(180deg, #000000 0%, #00142A 100%);
  border: 1px solid #D4B67B;
  border-radius: 10px;
  margin-top: -46px;
  margin-bottom: 13px;
}
.project-about .project-about__content .project-about__icon img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-about .project-about__content .project-about__row {
  width: 100%;
  margin-top: 83px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.project-about .project-about__content .project-about__row .project-about__row__body {
  max-width: 520px;
  width: 100%;
  padding: 35px 0 20px;
  margin-right: 6vw;
}
.project-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__title {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  color: #D1B175;
  margin-bottom: 23px;
}
.project-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.project-about .project-about__content .project-about__row .project-about__row__image {
  max-width: 831px;
  width: 100%;
  aspect-ratio: 1.57682;
  margin-bottom: -100px;
  border-radius: 0 26px 0 0;
  overflow: hidden;
}
.project-about .project-about__content .project-about__row .project-about__row__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  display: block;
}

@media (max-width: 1024px) {
  .project-about .project-about__content .project-about__row {
    margin-top: 30px;
    flex-direction: column;
  }
  .project-about .project-about__content .project-about__row .project-about__row__body {
    max-width: none;
    margin: 0;
    padding: 35px 6vw 20px;
  }
  .project-about .project-about__content .project-about__row .project-about__row__image {
    max-width: none;
    border-radius: 0 30px 0 0;
  }
}
@media (max-width: 768px) {
  .project-about {
    margin-bottom: 160px;
  }
  .project-about .project-about__content .project-about__icon {
    width: 73px;
    height: 73px;
    margin-top: -36.5px;
    margin-bottom: 30px;
  }
  .project-about .project-about__content .project-about__row {
    margin-top: 15px;
  }
  .project-about .project-about__content .project-about__row .project-about__row__body {
    padding: 20px 0;
  }
  .project-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__title {
    font-size: 30px;
  }
  .project-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__description {
    font-size: 16px;
  }
}
.project-design {
  padding: 60px 0;
}
.project-design .project-design__content .project-design__title_en {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.5) 21.57%, rgba(0, 51, 104, 0.4) 84.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-design .project-design__content .project-design__title_he {
  color: #000;
}
.project-design .project-design__content .project-design__gallery-swiper {
  margin-top: 47px;
}
.project-design .project-design__content .project-design__gallery-swiper .swiper-wrapper .project-design__gallery-swiper__item {
  width: 100%;
  aspect-ratio: 1.24;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.project-design .project-design__content .project-design__gallery-swiper .swiper-wrapper .project-design__gallery-swiper__item:not(.swiper-slide-active) {
  transform: scale(0.8);
}
.project-design .project-design__content .project-design__gallery-swiper .swiper-wrapper .project-design__gallery-swiper__item:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
  opacity: 0.5;
}
.project-design .project-design__content .project-design__gallery-swiper .swiper-wrapper .project-design__gallery-swiper__item .project-design__gallery-pswp-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.project-design .project-design__content .project-design__gallery-swiper .swiper-wrapper .project-design__gallery-swiper__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
.project-design .project-design__content .project-design__gallery-swiper .project-design__gallery-swiper_scrollbar_wrap {
  position: relative;
  height: 5px;
  margin-top: 40px;
}
.project-design .project-design__content .project-design__gallery-swiper .project-design__gallery-swiper_scrollbar_wrap .project-design__gallery-swiper_scrollbar {
  max-width: 1320px;
  width: calc(100% - 40px);
  height: 1px;
  background: #B9BEC0;
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.project-design .project-design__content .project-design__gallery-swiper .project-design__gallery-swiper_scrollbar_wrap .project-design__gallery-swiper_scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #D4B67B;
  border-radius: inherit;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-design {
    padding: 40px 0;
  }
}
.project-apartment-plans {
  margin: 20px 0;
}
.project-apartment-plans .project-design__title_he {
  color: #000;
}
.project-apartment-plans .project-design__title_en {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.5) 21.57%, rgba(0, 51, 104, 0.4) 84.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-apartment-plans .project-apartment-plans__content {
  background: rgba(227, 231, 235, 0.5019607843);
  border: 1px solid #E5E3E5;
  backdrop-filter: blur(30px);
  padding: 50px 0;
  border-radius: 0 35px 35px 35px;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper {
  margin-top: 80px;
  padding: 0 33px;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item .project-apartment-plans__swiper__item__image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item .project-apartment-plans__swiper__item__image .project-apartment-plans__pswp-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item .project-apartment-plans__swiper__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item .project-apartment-plans__swiper__item__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__scrollbar__wrap {
  position: relative;
  height: 5px;
  margin-top: 60px;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__scrollbar__wrap .project-apartment-plans__swiper__scrollbar {
  max-width: 1320px;
  width: calc(100% - 40px);
  height: 1px;
  background: #B9BEC0;
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__scrollbar__wrap .project-apartment-plans__swiper__scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #D4B67B;
  border-radius: inherit;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-apartment-plans .project-apartment-plans__content {
    padding: 30px 0;
  }
  .project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper {
    padding: 0 15px;
    margin-top: 40px;
  }
  .project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item {
    gap: 14px;
  }
  .project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__item .project-apartment-plans__swiper__item__name {
    font-size: 18px;
  }
  .project-apartment-plans .project-apartment-plans__content .project-apartment-plans__swiper .project-apartment-plans__swiper__scrollbar__wrap {
    margin-top: 30px;
  }
}
.project-location {
  margin: 85px 0;
}
.project-location .project-design__title_en {
  background: linear-gradient(0deg, rgba(240, 240, 240, 0.5) 21.57%, rgba(0, 51, 104, 0.4) 84.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.project-location .project-design__title_he {
  color: #000;
}
.project-location .project-location__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-top: 48px;
  position: relative;
  padding-top: 84px;
  padding-left: 20px;
}
.project-location .project-location__content:before {
  content: "";
  display: block;
  max-width: 1216px;
  width: 70%;
  height: 70%;
  background: linear-gradient(281.35deg, #00244A 2.05%, #0B223A 37.05%, #73818F 99.11%);
  border-radius: 0 35px 35px 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-location .project-location__content .project-location__gallery {
  max-width: 665px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}
.project-location .project-location__content .project-location__gallery .project-location__gallery__item {
  width: 100%;
  aspect-ratio: 1.125;
  overflow: hidden;
}
.project-location .project-location__content .project-location__gallery .project-location__gallery__item:nth-child(1) {
  border-radius: 0 25px 0 0;
}
.project-location .project-location__content .project-location__gallery .project-location__gallery__item:nth-child(3) {
  grid-column: 1/3;
  aspect-ratio: 2.29;
  border-radius: 0 0 0 25px;
}
.project-location .project-location__content .project-location__gallery .project-location__gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  display: block;
}
.project-location .project-location__content .project-location__body {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.project-location .project-location__content .project-location__body .project-location__description {
  max-width: 654px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.project-location .project-location__content .project-location__body .project-location__map {
  max-width: 762px;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  overflow: hidden;
}
.project-location .project-location__content .project-location__body .project-location__map .leaflet-control-attribution {
  display: none !important;
}
.project-location .project-location__content .project-location__body .project-location__map .leaflet-marker-icon {
  border: 1px solid #D4B67B;
  background: linear-gradient(180deg, #000000 0%, #00142A 100%);
  padding: 5px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .project-location .project-location__content {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 0;
  }
  .project-location .project-location__content:before {
    max-width: none;
    width: 100%;
    height: 90%;
  }
  .project-location .project-location__content .project-location__gallery {
    max-width: none;
  }
  .project-location .project-location__content .project-location__body {
    max-width: none;
  }
  .project-location .project-location__content .project-location__body .project-location__description {
    max-width: none;
  }
  .project-location .project-location__content .project-location__body .project-location__map {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .project-location {
    margin: 50px 0;
  }
  .project-location .project-location__content .project-location__body .project-location__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .project-location .project-location__content .project-location__body .project-location__map {
    height: 340px;
  }
}
.project-contact-us {
  position: relative;
  padding: 140px 0 170px;
  margin-bottom: -30px;
  margin-top: 70px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.project-contact-us .project-contact-us__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(281.35deg, #00244A 2.05%, #0B223A 37.05%, #73818F 99.11%);
  background-size: 46%;
}
.project-contact-us .project-contact-us__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, transparent 0%, #142a42 43%, #022448 52%, transparent 96%);
}
.project-contact-us .project-contact-us__bg img {
  width: 55%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.project-contact-us .project-contact-us__content__wrap {
  width: 50%;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.project-contact-us .project-contact-us__content__wrap .project-contact-us__content {
  max-width: 548px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-contact-us .project-contact-us__content__wrap .project-contact-us__content .project-contact-us__title {
  text-align: right;
}
.project-contact-us .project-contact-us__content__wrap .project-contact-us__content .project-contact-us__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  margin-top: 17px;
}
.project-contact-us .project-contact-us__content__wrap .project-contact-us__content .project-contact-us__form {
  margin-top: 40px;
}
.project-contact-us .project-contact-us__content__wrap .project-contact-us__content .project-contact-us__form form {
  direction: rtl;
}

@media (max-width: 1024px) {
  .project-contact-us {
    padding: 260px 0 80px;
  }
  .project-contact-us .project-contact-us__bg {
    background: linear-gradient(180deg, #00244A 2.05%, #0B223A 37.05%, #73818F 99.11%);
    background-size: 100%;
  }
  .project-contact-us .project-contact-us__bg:before {
    background: linear-gradient(0deg, transparent 0%, #142a42 42%, #022448 58%, transparent 90%);
  }
  .project-contact-us .project-contact-us__bg img {
    width: 100%;
    height: 340px;
  }
  .project-contact-us .project-contact-us__content__wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .project-contact-us .project-contact-us__content__wrap .project-contact-us__content .project-contact-us__subtitle {
    font-size: 20px;
  }
}
.page-start-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.page-start-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-start-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1490196078);
  z-index: 2;
}
.page-start-section__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 23, 48, 0.15) 0%, rgba(0, 53, 108, 0) 100%);
  z-index: 3;
}
.page-start-section__overlay:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 23, 47, 0) 0%, #122233 0%, rgba(24, 44, 65, 0) 100%);
  z-index: 3;
}
.page-start-section .container {
  height: 100%;
}
.page-start-section .container .page-start-section__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
}
.page-start-section .container .page-start-section__content .page-start-section__subtitle {
  margin-top: 12px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 1440px) {
  .page-start-section {
    height: 380px;
  }
  .page-start-section .container .page-start-section__content {
    padding-bottom: 40px;
  }
  .page-start-section .container .page-start-section__content .page-start-section__subtitle {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .page-start-section {
    height: 280px;
  }
  .page-start-section .container .page-start-section__content {
    padding-bottom: 20px;
  }
  .page-start-section .container .page-start-section__content .page-start-section__subtitle {
    font-size: 16px;
    margin-top: 6px;
  }
}
.page-contact-us {
  padding: 100px 0;
}
.page-contact-us .page-contact-us__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__image {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 1;
  padding: 0 40px;
  background: rgba(227, 231, 235, 0.5019607843);
}
.page-contact-us .page-contact-us__content .page-contact-us__content__image img {
  width: 100%;
  height: calc(100% + 40px);
  display: block;
  margin: -20px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__title {
  text-align: right;
  color: #000;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  margin-top: 17px;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form {
  margin-top: 40px;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form input[type=text], .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form input[type=email], .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form input[type=tel] {
  color: #000;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form .cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label input:checked + span:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: 50%;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__content__form .cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label {
  color: #000;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info {
  margin-top: 40px;
  background: radial-gradient(47.58% 233.05% at 97.58% 0%, #1D5384 0%, #031E37 100%);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item svg {
  width: 26px;
  height: 26px;
  display: block;
  color: #D1B173;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item a, .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item a:hover {
  color: #D1B173;
}

@media (max-width: 1024px) {
  .page-contact-us {
    padding: 60px 0;
  }
  .page-contact-us .page-contact-us__content {
    flex-direction: column-reverse;
  }
  .page-contact-us .page-contact-us__content .page-contact-us__content__image {
    max-width: 100%;
  }
  .page-contact-us .page-contact-us__content .page-contact-us__content__body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-contact-us {
    padding: 40px 0;
  }
  .page-contact-us .page-contact-us__content .page-contact-us__content__image {
    padding: 0 20px;
  }
  .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
    font-size: 18px;
  }
  .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item a, .page-contact-us .page-contact-us__content .page-contact-us__content__body .page-contact-us__contacts_info .page-contact-us__contacts_info__item span {
    font-size: 18px;
  }
}
.page-editor {
  margin: 100px 0;
}
.page-editor:first-child {
  margin-top: 140px;
}
.page-editor .page-editor__container {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-align: right;
}
.page-editor .page-editor__container ul {
  list-style-type: disc;
  padding-right: 1.5em;
}
.page-editor .page-editor__container ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page-editor .page-editor__container ol {
  list-style-type: decimal;
  padding-right: 1.5em;
}
.page-editor .page-editor__container ol li:not(:last-child) {
  margin-bottom: 8px;
}
.page-editor .page-editor__container h1, .page-editor .page-editor__container h2, .page-editor .page-editor__container h3, .page-editor .page-editor__container h4, .page-editor .page-editor__container h5, .page-editor .page-editor__container h6 {
  font-family: "Assistant", serif;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  text-align: right;
}
.page-editor .page-editor__container h1:not(:last-child), .page-editor .page-editor__container h2:not(:last-child), .page-editor .page-editor__container h3:not(:last-child), .page-editor .page-editor__container h4:not(:last-child), .page-editor .page-editor__container h5:not(:last-child), .page-editor .page-editor__container h6:not(:last-child) {
  margin-bottom: 15px;
}
.page-editor .page-editor__container h1 {
  font-size: 36px;
}
.page-editor .page-editor__container h2 {
  font-size: 31px;
}
.page-editor .page-editor__container h3 {
  font-size: 26px;
}
.page-editor .page-editor__container h4 {
  font-size: 24px;
}
.page-editor .page-editor__container h5 {
  font-size: 21px;
}
.page-editor .page-editor__container h6 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .page-editor {
    margin: 50px 0;
  }
  .page-editor:first-child {
    margin-top: 110px;
  }
  .page-editor .page-editor__container {
    font-size: 18px;
  }
  .page-editor .page-editor__container h1 {
    font-size: 28px;
  }
  .page-editor .page-editor__container h2 {
    font-size: 26px;
  }
  .page-editor .page-editor__container h3 {
    font-size: 24px;
  }
  .page-editor .page-editor__container h4 {
    font-size: 21px;
  }
  .page-editor .page-editor__container h5 {
    font-size: 19px;
  }
  .page-editor .page-editor__container h6 {
    font-size: 17px;
  }
}
.page-text-section {
  padding: 100px 0;
}
.page-text-section .page-text-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.page-text-section .page-text-section__content.reverse-content {
  flex-direction: row-reverse;
}
.page-text-section .page-text-section__content .page-text-section__content__image {
  max-width: 800px;
  width: 100%;
  padding: 0 40px;
  background: rgba(227, 231, 235, 0.5019607843);
}
.page-text-section .page-text-section__content .page-text-section__content__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: -20px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-text-section .page-text-section__content .page-text-section__content__body {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__title {
  text-align: right;
  color: #000;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__subtitle {
  font-weight: 300;
  font-size: 27px;
  line-height: 1.25;
  color: #000;
  margin-top: 17px;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  margin-top: 17px;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text ul {
  list-style-type: disc;
  padding-right: 1.5em;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text ol {
  list-style-type: decimal;
  padding-right: 1.5em;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text ol li:not(:last-child) {
  margin-bottom: 8px;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text a {
  text-decoration: underline;
}
.page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text a:hover {
  color: var(--color_gold);
}

@media (max-width: 1024px) {
  .page-text-section {
    padding: 60px 0;
  }
  .page-text-section .page-text-section__content {
    flex-direction: column;
  }
  .page-text-section .page-text-section__content.reverse-content {
    flex-direction: column-reverse;
  }
  .page-text-section .page-text-section__content .page-text-section__content__image {
    max-width: 100%;
  }
  .page-text-section .page-text-section__content .page-text-section__content__body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-text-section {
    padding: 40px 0;
  }
  .page-text-section .page-text-section__content .page-text-section__content__image {
    padding: 0 20px;
  }
  .page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__subtitle {
    font-size: 18px;
  }
  .page-text-section .page-text-section__content .page-text-section__content__body .page-text-section__text {
    font-size: 16px;
  }
}
.about-experience-section {
  margin: 100px 0;
}
@media (max-width: 1200px) {
  .about-experience-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .about-experience-section {
    margin: 60px 0 70px;
  }
}
.about-experience-section .about-experience-section__content {
  position: relative;
}
.about-experience-section .about-experience-section__content:before {
  content: "";
  width: 69%;
  height: 85%;
  background-color: #1c5181;
  position: absolute;
  top: 0;
  left: 4.69vw;
  z-index: -1;
}
.about-experience-section .about-experience-section__content .about-experience-section__title {
  text-align: right;
  color: #000;
  margin-bottom: 1.04vw;
  font-size: 2.784vw;
}
.about-experience-section .about-experience-section__content .about-experience-section__text {
  font-family: "Cinzel", serif;
  direction: ltr;
  text-align: left;
  font-weight: 500;
  font-size: 3.33vw;
  line-height: 1.25;
  letter-spacing: 0.13vw;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 1.56vw;
  left: 0;
  z-index: 2;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container {
  position: relative;
  max-width: 77%;
  width: 100%;
  margin: 0;
}
@media (max-width: 1200px) {
  .about-experience-section .about-experience-section__content .about-experience-section__gallery-container {
    max-width: 80%;
  }
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-swiper {
  width: 100%;
  margin: 0;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-swiper .about-experience-section__gallery-item {
  width: 100%;
  aspect-ratio: 1.77744;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-swiper .about-experience-section__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-prev,
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 1;
  transition: 0.3s ease;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-prev:hover,
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-next:hover {
  opacity: 0.7;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-prev:after,
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-next:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-prev {
  left: -44px;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-prev:after {
  transform: rotate(-135deg);
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-next {
  right: -44px;
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-next:after {
  transform: rotate(45deg);
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  bottom: -40px;
}
@media (max-width: 768px) {
  .about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-pagination {
    bottom: -30px;
  }
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color_blue);
  opacity: 1;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.about-experience-section .about-experience-section__content .about-experience-section__gallery-container .about-experience-section__gallery-pagination .swiper-pagination-bullet-active {
  background: var(--color_blue);
  transform: scale(1.1);
}/*# sourceMappingURL=app.css.map */