/* 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: #D1BE6F;
  --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: 52px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 26px;
  }
}

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 #fff;
  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: var(--color_gold);
  border: 1px solid var(--color_gold);
  border-radius: 10px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #fff;
  color: var(--color_gold);
}

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: 1px 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;
}
@media (max-width: 550px) {
  .cf7-form .cf7-form__row {
    flex-direction: column;
  }
}
.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.textarea label {
  top: 25px;
}
.cf7-form .cf7-form__row .cf7-form__input.textarea.focused label {
  top: 8px;
}
.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 {
  width: 100%;
}
.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: 26px;
  height: 26px;
  display: block;
  border: 1px solid #fff;
  align-self: flex-start;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label:before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
.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;
  }
}

.page_404 {
  padding: 200px 0;
}
.page_404 h1 {
  color: #000;
  font-size: 100px;
}
@media (max-width: 768px) {
  .page_404 h1 {
    font-size: 70px;
  }
}
.page_404 .btn {
  max-width: 140px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.page_404 .btn:hover {
  background: #fff;
  color: #000;
}

.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, rgba(179, 133, 62, 0) 0%, #B3853E 8%, #EFDDA9 49.52%, #B68A44 74.04%, #503D1E 92%, rgba(179, 133, 62, 0) 100%);
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .title_gold_line:after {
    max-width: 222px;
  }
}

body:not(.home) header {
  padding-top: 0px;
}
body:not(.home) header .container {
  position: relative;
}
body:not(.home) header .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 36%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7529411765) 46%);
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  z-index: 0;
}
body:not(.home) header.header--scrolled {
  padding-top: 0px;
}
body:not(.home) header.header--scrolled .header__inner {
  background: rgba(0, 0, 0, 0.302);
  padding-top: 0px;
}
body:not(.home) header.header--scrolled .header__inner:after {
  height: 5px;
}
body:not(.home) header.header--scrolled .header__inner .header__logo {
  margin-top: -12px;
}
body:not(.home) header .header__inner {
  background: rgba(0, 0, 0, 0.302);
  backdrop-filter: blur(32px);
  padding-top: 18px;
  transition: 0.3s;
}
body:not(.home) header .header__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: #fff;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
}
body:not(.home) header .header__inner .header__logo {
  margin-top: -17px;
}

header {
  padding-top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s;
}
header .container {
  position: relative;
}
header .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 36%;
  background: initial;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
  z-index: 0;
}
header.header--scrolled .container:before {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7529411765) 46%);
}
header.header--scrolled .header__inner {
  background: linear-gradient(180deg, #fff 0, #fff 5px, rgba(0, 0, 0, 0.302) 5px, rgba(0, 0, 0, 0.302) 100%);
  backdrop-filter: blur(32px);
}
header.header--scrolled .header__inner .header__logo {
  margin-top: -12px;
}
header.header--scrolled .header__inner:after {
  height: 5px;
}
header .header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding: 0 35px;
  transition: 0.3s;
}
header .header__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: #fff;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
}
header .header__inner .header__logo {
  justify-self: center;
  max-width: 140px;
  width: 100%;
  transition: 0.3s;
  z-index: 1;
}
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: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}
header .header__inner .header__left .header__btn:hover {
  background: #fff;
  color: 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;
  min-width: 20px;
  height: 20px;
  display: block;
  color: #D1B173;
  align-self: flex-start;
}
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) {
  body:not(.home) header {
    padding-top: 15px;
  }
  header.header--scrolled .header__inner .header__logo {
    margin-top: -19px;
  }
  header .header__inner {
    padding: 0 16px;
  }
  header .header__inner .header__logo {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  header .header__inner {
    gap: 16px;
  }
  header .header__inner .header__left {
    gap: 24px;
  }
  header .header__inner .header__left .header__btn {
    display: none;
  }
}
footer {
  background: radial-gradient(36.74% 179.98% at 96.9% 0%, #0C2E50 0%, #001A3E 100%);
  padding: 170px 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
footer .footer__inner .footer__right {
  max-width: 1130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
footer .footer__inner .footer__right .footer__right__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer .footer__inner .footer__right .footer__right__top .menu {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
footer .footer__inner .footer__right .footer__right__top .menu li {
  margin: 0;
}
footer .footer__inner .footer__right .footer__right__top .menu li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
footer .footer__inner .footer__right .footer__right__top .menu li a:hover {
  color: #D1BE6F;
}
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;
}

@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__right__bottom {
    padding-top: 20px;
  }
}
@media (max-width: 550px) {
  footer .footer__inner .footer__left .footer__logo {
    max-width: 130px;
  }
  footer .footer__inner .footer__right .footer__right__top .menu {
    gap: 20px;
  }
}
/* Flexible content */
.home-start-section {
  position: relative;
  width: 100%;
  padding: 18px 20px 0;
  background: linear-gradient(180deg, #FFFFFF 40%, #00244A 88.75%);
}
.home-start-section .home-start-section__wrapper {
  position: relative;
  width: 100%;
  height: 1000px;
  border: 5px solid transparent;
  border-radius: 20px;
  background: linear-gradient(73.85deg, #055274 0%, #003368 28.25%, #002143 61.2%) padding-box, linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 50%) border-box;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  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: 356px;
  background: linear-gradient(180deg, rgba(0, 23, 48, 0.8) 0%, rgba(0, 53, 108, 0) 100%);
  z-index: 2;
}
.home-start-section .container {
  height: 100%;
}
.home-start-section .container .home-start-section__content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: 150px;
}
.home-start-section .container .home-start-section__content .home-start-section__title {
  text-transform: uppercase;
}
.home-start-section .container .home-start-section__content .home-start-section__subtitle {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: var(--color_gold);
  letter-spacing: 0.2px;
  margin-top: 6px;
}

@media (max-width: 1440px) {
  .home-start-section {
    height: 700px;
  }
  .home-start-section .home-start-section__wrapper {
    height: 682px;
  }
  .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: 991px) {
  .home-start-section {
    height: 610px;
    padding: 10px 12px 0;
  }
  .home-start-section .home-start-section__wrapper {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .home-start-section {
    height: 500px;
  }
  .home-start-section .home-start-section__wrapper {
    height: 490px;
  }
  .home-start-section .container .home-start-section__content {
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .home-start-section .container .home-start-section__content .home-start-section__title {
    font-size: 30px;
  }
}
.home-intro {
  padding: 70px 0 50px;
  background: linear-gradient(180deg, #00244a 30%, #4674A3 100%);
  position: relative;
}
.home-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/intro_bg.png") no-repeat;
  background-size: 1280px;
  background-position: 50% 90%;
  z-index: 1;
}
.home-intro .home-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.home-intro .home-intro__content .home-intro__title {
  font-weight: 200;
  font-size: 54px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.home-intro .home-intro__content .home-intro__description {
  max-width: 681px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.home-intro .home-intro__content .home-intro__cards {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card {
  width: 100%;
  background: rgba(0, 36, 74, 0.5019607843);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  padding: 26px;
  display: flex;
  gap: 36px;
  transition: 0.3s;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card:hover {
  transform: translateY(-5px);
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body_image {
  max-width: 147px;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
  align-self: flex-start;
  position: relative;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body_image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/card_decoration.svg") no-repeat center center/cover;
  z-index: 1;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body_image img {
  width: 100%;
  height: 100%;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body {
  width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card_title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  color: var(--color_gold);
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content {
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_value {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  padding: 5px 0;
}
.home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color_gold);
}

@media (max-width: 1600px) {
  .home-intro .home-intro__content .home-intro__cards {
    gap: 30px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 1440px) {
  .home-intro {
    padding: 56px 0 42px;
  }
  .home-intro:before {
    background-position: 50% 92%;
  }
  .home-intro .home-intro__content .home-intro__title {
    font-size: 46px;
  }
  .home-intro .home-intro__content .home-intro__description {
    font-size: 17px;
  }
  .home-intro .home-intro__content .home-intro__cards {
    gap: 28px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card {
    padding: 16px;
    gap: 20px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card_title {
    font-size: 26px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_value {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .home-intro {
    padding: 48px 0 38px;
  }
  .home-intro .home-intro__content .home-intro__cards {
    flex-direction: column;
    align-items: center;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card {
    max-width: 560px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-intro {
    padding: 44px 0 32px;
  }
  .home-intro:before {
    background-size: 820px;
    background-position: 52% 100%;
  }
  .home-intro .home-intro__content .home-intro__title {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .home-intro .home-intro__content .home-intro__description {
    font-size: 16px;
  }
  .home-intro .home-intro__content .home-intro__cards {
    width: 100%;
    margin-top: 40px;
    gap: 20px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 18px;
    gap: 20px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card:hover {
    transform: translateY(-3px);
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body {
    width: 100%;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card_title {
    font-size: 24px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content {
    width: 100%;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_value {
    font-size: 32px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_name {
    font-size: 15px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body_image {
    max-width: 120px;
    width: 100%;
    align-self: center;
  }
}
@media (max-width: 550px) {
  .home-intro {
    padding: 26px 0;
  }
  .home-intro:before {
    background-size: min(620px, 160vw);
    background-position: 50% 100%;
  }
  .home-intro .home-intro__content .home-intro__title {
    font-size: clamp(26px, 7vw, 28px);
  }
  .home-intro .home-intro__content .home-intro__description {
    font-size: 15px;
  }
  .home-intro .home-intro__content .home-intro__cards {
    margin-top: 32px;
    gap: 16px;
    align-items: initial;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card {
    padding: 12px;
    gap: 15px;
    border-radius: 10px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body_image {
    max-width: 100px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card_title {
    font-size: 21px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_value {
    font-size: 28px;
  }
  .home-intro .home-intro__content .home-intro__cards .home-intro__card .home-intro__card__body .home-intro__card__body_content .home-intro__card__body_name {
    font-size: 14px;
  }
}
.home-marketing-projects {
  padding: 80px 0;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_title {
  color: #000;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list {
  margin-top: 47px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_scrollbar_wrap {
  position: relative;
  height: 5px;
  margin-top: 40px;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_scrollbar_wrap .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_scrollbar_wrap .home-marketing-projects_scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #D4B67B;
  border-radius: inherit;
  cursor: pointer;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item:hover .home-marketing-projects_list_item__bg {
  transform: scale(1.08);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item:hover .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__btn {
  color: var(--color_gold);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item:not(.swiper-slide-active) {
  transform: scale(0.83);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__category {
  position: absolute;
  top: 25px;
  right: 21px;
  padding: 5px;
  width: 65px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  padding: 15px 22px;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content {
  max-width: 367px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__location svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__number_apartments svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__number_apartments span {
  font-size: 14px;
  line-height: 1;
  margin-right: -5px;
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__status svg {
  width: 20px;
  height: 20px;
  display: block;
  color: var(--color_gold);
}
.home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-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-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 1440px) {
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__title {
    font-size: 29px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content {
    max-width: none;
    justify-content: space-between;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__btn {
    display: none;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__category {
    font-size: 14px;
    line-height: 1;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 550px) {
  .home-marketing-projects {
    padding: 40px 0;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item {
    aspect-ratio: 1.4;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__title {
    font-size: 24px;
    padding-right: 10px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row {
    padding: 12px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__location {
    font-size: 14px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__number_apartments {
    font-size: 14px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-projects_list_item__content__number_apartments span {
    font-size: 13px;
  }
  .home-marketing-projects .home-marketing-projects_content .home-marketing-projects_list .home-marketing-projects_list_item .home-marketing-projects_list_item__inner .home-marketing-projects_list_item__inner__row .home-marketing-projects_list_item__inner__content .home-marketing-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__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: 14px;
  padding: 3px;
  border-radius: 100%;
  color: #fff;
  z-index: 2;
  min-width: 42px;
  width: 42px;
  aspect-ratio: 1;
  font-weight: 600;
  font-size: 11.2px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.209803922);
  backdrop-filter: blur(7px);
}
.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.7) 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;
  }
}
.home-about-diamond {
  position: relative;
  padding: 40px 0 200px;
  overflow: hidden;
}
.home-about-diamond__bg_radial {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 1024px;
  width: 100%;
  max-height: 100%;
  margin-block: auto;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}
.home-about-diamond__bg_radial img {
  width: auto;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home-about-diamond > .container {
  position: relative;
  z-index: 2;
}
.home-about-diamond .home-about-diamond__image {
  position: absolute;
  top: 0px;
  left: -193px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  max-width: 840px;
}
.home-about-diamond .home-about-diamond__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-about-diamond .home-about-diamond__section_title {
  margin-bottom: 46px;
  color: #000000;
}
.home-about-diamond .home-about-diamond__content {
  background: linear-gradient(180deg, rgba(0, 36, 74, 0.95) 0%, rgba(11, 34, 58, 0.95) 44.92%, rgba(115, 129, 143, 0.95) 107.83%);
  border-radius: 35px 35px 300px 300px;
  position: relative;
  min-height: 528px;
  padding: 90px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-about-diamond .home-about-diamond__content video {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}
.home-about-diamond .home-about-diamond__content .home-about-diamond__button {
  background: var(--color_gold);
  padding: 7px 19px;
  border: 1px solid var(--color_gold);
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  align-self: center;
  margin-top: 58px;
}
.home-about-diamond .home-about-diamond__content .home-about-diamond__button:hover {
  background: initial;
  color: var(--color_gold);
}

@media (max-width: 1700px) {
  .home-about-diamond .home-about-diamond__content {
    padding: 60px 90px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    margin: 0;
    text-align: right;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    align-self: flex-start;
  }
}
@media (max-width: 1440px) {
  .home-about-diamond {
    padding: 36px 0 160px;
  }
  .home-about-diamond .home-about-diamond__bg_radial {
    max-width: 920px;
  }
  .home-about-diamond .home-about-diamond__image {
    left: -140px;
    max-width: 700px;
  }
  .home-about-diamond .home-about-diamond__section_title {
    margin-bottom: 40px;
  }
  .home-about-diamond .home-about-diamond__content {
    border-radius: 32px 32px 240px 240px;
    min-height: 480px;
    padding: 72px 56px;
  }
  .home-about-diamond .home-about-diamond__content video {
    width: 85%;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    font-size: 17px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    margin-top: 48px;
  }
}
@media (max-width: 1200px) {
  .home-about-diamond {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .home-about-diamond .home-about-diamond__image {
    position: relative;
    order: 1;
    left: 0;
    margin-top: -90px;
  }
  .home-about-diamond .home-about-diamond__image img {
    margin-left: -80px;
  }
  .home-about-diamond .home-about-diamond__content {
    padding: 60px 40px 70px;
    min-height: 380px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    max-width: none;
    text-align: center;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    align-self: center;
  }
}
@media (max-width: 991px) {
  .home-about-diamond .home-about-diamond__bg_radial {
    max-width: 100%;
  }
  .home-about-diamond .home-about-diamond__section_title {
    margin-bottom: 32px;
  }
  .home-about-diamond .home-about-diamond__content {
    border-radius: 28px 28px 160px 160px;
  }
  .home-about-diamond .home-about-diamond__content video {
    width: 100%;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    font-size: 17px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    margin-top: 40px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .home-about-diamond .home-about-diamond__section_title {
    margin-bottom: 26px;
  }
  .home-about-diamond .home-about-diamond__content {
    border-radius: 24px 24px 110px 110px;
    min-height: 0;
    padding: 40px 24px 80px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    font-size: 16px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .home-about-diamond .home-about-diamond__section_title {
    margin-bottom: 22px;
  }
  .home-about-diamond .home-about-diamond__content {
    border-radius: 18px 18px 68px 68px;
    padding: 28px 18px 80px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__content__description {
    font-size: 15px;
  }
  .home-about-diamond .home-about-diamond__content .home-about-diamond__button {
    margin-top: 28px;
    font-size: 16px;
    padding: 8px 16px;
  }
}
.project-start-section {
  position: relative;
  width: 100%;
  padding: 13px 15px 0;
  background: linear-gradient(180deg, #FFFFFF 40%, #00244A 88.75%);
}
.project-start-section .project-start-section__wrapper {
  position: relative;
  width: 100%;
  height: 1000px;
  border: 5px solid transparent;
  border-radius: 20px;
  background: linear-gradient(73.85deg, #055274 0%, #003368 28.25%, #002143 61.2%) padding-box, linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 50%) border-box;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;
}
.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;
  margin-right: 20px;
}
.project-start-section .container .project-start-section__content .project-start-section__info {
  max-width: 85vw;
  min-width: 376px;
  background: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(32px);
  border-radius: 0 10px 0 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__category {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(10px);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: -40px;
  right: -20px;
  padding: 4px;
}
.project-start-section .container .project-start-section__content .project-start-section__info .project-start-section__title {
  font-family: "Assistant", serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #001A3E;
}
.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: #000000;
}
.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: #A97939;
}

@media (max-width: 1440px) {
  .project-start-section {
    height: 700px;
  }
  .project-start-section .project-start-section__wrapper {
    height: 682px;
  }
}
@media (max-width: 1024px) {
  .project-start-section .project-start-section__wrapper {
    height: 800px;
  }
  .project-start-section .project-start-section__nav {
    right: 20px;
    padding: 12px 14px;
  }
}
@media (max-width: 991px) {
  .project-start-section {
    height: 610px;
    padding: 10px 15px 0;
  }
  .project-start-section .project-start-section__wrapper {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .project-start-section {
    height: 500px;
  }
  .project-start-section .project-start-section__wrapper {
    height: 490px;
  }
  .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;
    top: 65%;
  }
  .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;
    margin-right: 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;
    right: 0;
  }
  .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 30%, #4674A3 100%);
  position: relative;
  z-index: 9;
  border-radius: 0 0 30px 30px;
  margin-bottom: 245px;
}
.project-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/intro_bg.png") no-repeat;
  background-size: 1280px;
  background-position: 50% 90%;
  z-index: 0;
}
.project-about__deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.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__row {
  width: 100%;
  margin-top: 138px;
  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: 500;
  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__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__body .project-about__row__body__description b, .project-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__description strong {
  font-weight: 700;
}
.project-about .project-about__content .project-about__row .project-about__row__image {
  max-width: 831px;
  width: 100%;
  aspect-ratio: 1.57682;
  margin-bottom: -76px;
  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: 1440px) {
  .project-about:before {
    background-position: 50% 92%;
  }
}
@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: 190px;
  }
  .project-about:before {
    background-size: 820px;
    background-position: 52% 100%;
  }
  .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-about .project-about__content .project-about__row .project-about__row__body .project-about__row__body__description * {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .project-about:before {
    background-size: min(620px, 160vw);
    background-position: 50% 100%;
  }
}
.project-design {
  padding: 60px 0;
}
.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: #B68A44;
  border-radius: inherit;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-design {
    padding: 40px 0;
  }
}
.project-apartment-plans {
  margin: 50px 0;
}
.project-apartment-plans .project-design__title {
  color: #000;
}
.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: #B68A44;
  border-radius: inherit;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-apartment-plans {
    margin: 40px 0;
  }
  .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-location__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-location__title_he {
  color: #000;
}
.project-location .project-location__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
  position: relative;
  padding-left: 20px;
}
.project-location .project-location__content:before {
  content: "";
  display: block;
  max-width: 1216px;
  width: 70%;
  height: 88%;
  background: linear-gradient(221deg, #000000 0%, #4572A1 78.43%, #2D5177 98.87%);
  border-radius: 0 35px 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  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;
  overflow: hidden;
}
.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__gallery > div:nth-child(3) {
  grid-column: 1/3;
  aspect-ratio: 2.29;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.project-location .project-location__content .project-location__gallery #map {
  height: 100%;
}
.project-location .project-location__content .project-location__gallery #map .leaflet-bottom.leaflet-right {
  display: none !important;
}
.project-location .project-location__content .project-location__body {
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.project-location .project-location__content .project-location__body .project-location__title_he {
  color: var(--color_gold);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.15;
}
.project-location .project-location__content .project-location__body .project-location__description {
  max-width: 580px;
  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: 0px 20px;
  }
  .project-location .project-location__content:before {
    max-width: none;
    width: 100%;
    height: 90%;
    bottom: 0;
    top: auto;
  }
  .project-location .project-location__content .project-location__gallery {
    max-width: none;
  }
  .project-location .project-location__content .project-location__body {
    max-width: none;
    padding-bottom: 40px;
    gap: 24px;
  }
  .project-location .project-location__content .project-location__body .project-location__title_he {
    font-size: 34px;
  }
  .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__title_he {
    font-size: 28px;
  }
  .project-location .project-location__content .project-location__body .project-location__map {
    height: 340px;
  }
}
.page-start-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding: 13px 15px 0;
  background: #fff;
}
.page-start-section__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-radius: 20px;
  background: linear-gradient(73.85deg, #055274 0%, #003368 28.25%, #002143 61.2%) padding-box, linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 50%) border-box;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  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__title {
  font-family: "Assistant", sans-serif;
}
.page-start-section .container .page-start-section__content .page-start-section__subtitle {
  font-family: "Assistant", sans-serif;
  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 {
  position: relative;
  margin-top: 70px;
  margin-bottom: -70px;
}
.page-contact-us:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 53, 108, 0.3) 0%, rgba(0, 53, 108, 0) 100%);
  z-index: -1;
}
.page-contact-us .page-contact-us__content__wrap {
  display: flex;
  justify-content: center;
  border: 5px solid transparent;
  border-radius: 0 25px 0 25px;
  background: linear-gradient(73.85deg, #055274 0%, #003368 28.25%, #002143 61.2%) padding-box, linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 50%) border-box;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content {
  max-width: 49%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body {
  max-width: 565px;
  width: 100%;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__title {
  text-align: right;
  font-weight: 200;
  font-size: 54px;
  line-height: 1;
  color: var(--color_gold);
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  margin-top: 17px;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__form {
  margin-top: 40px;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__form form {
  direction: rtl;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts {
  max-width: 565px;
  width: 100%;
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 12px;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item span {
  font-weight: 600;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__bg {
  max-width: 51%;
  width: 100%;
}
.page-contact-us .page-contact-us__content__wrap .page-contact-us__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

@media (max-width: 1440px) {
  .page-contact-us {
    margin-top: 56px;
    margin-bottom: -56px;
  }
  .page-contact-us .page-contact-us__content__wrap {
    border-radius: 0 22px 0 22px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content {
    padding: 32px 28px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__title {
    font-size: 46px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
    font-size: 22px;
    margin-top: 14px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__form {
    margin-top: 32px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts {
    margin-top: 28px;
    padding-top: 28px;
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .page-contact-us {
    margin-top: 48px;
    margin-bottom: -48px;
  }
  .page-contact-us .page-contact-us__content__wrap {
    flex-direction: column;
    border-width: 4px;
    border-radius: 0 20px 0 20px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content {
    max-width: 100%;
    padding: 32px 28px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body {
    max-width: 640px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts {
    max-width: 640px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__bg {
    max-width: 100%;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__bg img {
    min-height: 260px;
    height: min(42vw, 360px);
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .page-contact-us {
    margin-top: 44px;
    margin-bottom: -44px;
  }
  .page-contact-us .page-contact-us__content__wrap {
    border-radius: 0 18px 0 18px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content {
    padding: 28px 20px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__title {
    font-size: 36px;
    line-height: 1.05;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
    font-size: 18px;
    margin-top: 12px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__form {
    margin-top: 28px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts {
    margin-top: 24px;
    padding-top: 24px;
    gap: 16px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item .icon {
    margin-left: 10px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__bg img {
    min-height: 220px;
    height: min(48vw, 320px);
  }
}
@media (max-width: 550px) {
  .page-contact-us {
    margin-top: 36px;
    margin-bottom: -36px;
  }
  .page-contact-us .page-contact-us__content__wrap {
    border-width: 3px;
    border-radius: 0 16px 0 16px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content {
    padding: 22px 16px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__title {
    font-size: clamp(30px, 8vw, 34px);
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__subtitle {
    font-size: 17px;
    margin-top: 10px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__body .page-contact-us__form {
    margin-top: 24px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts {
    margin-top: 20px;
    padding-top: 20px;
    gap: 14px;
    row-gap: 18px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item {
    flex: 1 1 auto;
    min-width: min(100%, 200px);
    font-size: 16px;
    line-height: 1.25;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item .icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 8px;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__content .page-contact-us__content__contacts .page-contact-us__content__contacts__item a {
    font-size: 16px;
    line-height: 1.25;
  }
  .page-contact-us .page-contact-us__content__wrap .page-contact-us__bg img {
    min-height: 200px;
    height: min(52vw, 280px);
  }
}
.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;
  border-radius: 0 35px 0 0;
}
.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);
}

.contact-us-contacts-section {
  padding: 100px 0;
}
.contact-us-contacts-section .contact-us-contacts-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__image {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 1;
  padding: 0 40px;
  background: rgba(227, 231, 235, 0.5019607843);
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__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%;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__title {
  text-align: right;
  color: #000;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  margin-top: 17px;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form {
  margin-top: 40px;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form input[type=text], .contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form input[type=email], .contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form input[type=tel] {
  color: #000;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form input[type=text],
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form input[type=email],
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form input[type=tel],
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form textarea {
  border-color: var(--color_gold);
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  border-color: var(--color_gold);
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__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%;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .cf7-form .cf7-form__row .cf7-form__acceptance .wpcf7-list-item label span.wpcf7-list-item-label {
  color: #000;
}
.contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .contact-us-contacts-section__content__form .wpcf7-response-output {
  color: #000;
}

@media (max-width: 1024px) {
  .contact-us-contacts-section {
    padding: 60px 0;
  }
  .contact-us-contacts-section .contact-us-contacts-section__content {
    flex-direction: column-reverse;
  }
  .contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__image {
    max-width: 100%;
  }
  .contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-us-contacts-section {
    padding: 40px 0;
  }
  .contact-us-contacts-section .contact-us-contacts-section__content .page-contact-us__content__image {
    padding: 0 20px;
  }
  .contact-us-contacts-section .contact-us-contacts-section__content .contact-us-contacts-section__content__body .page-contact-us__subtitle {
    font-size: 18px;
  }
}/*# sourceMappingURL=app.css.map */