
.logo {
    top: 1.5rem;
}

.logo img {
    width: 150px;
}

.loader.loaded {
    pointer-events: none;
}

.header {
    top: 2rem;
    right: 2rem;
    bottom: auto;
    left: auto;
    z-index: 999;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    backdrop-filter: none;
}

.header__navigation {
    position: absolute;
    top: calc(100% + 1.2rem);
    right: 0;
    width: min(86vw, 320px);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--_radius);
    background: rgba(20, 20, 20, 0.9);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem) scale(0.96);
    transform-origin: top right;
    transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}

.header.is-menu-open .header__navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.menu-toggle {
    position: relative;
    display: inline-flex;
    width: 5.2rem;
    height: 5.2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.74);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
}

.menu-toggle span {
    position: absolute;
    width: 2rem;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.28s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
    transform: translateY(-0.65rem);
}

.menu-toggle span:nth-child(3) {
    transform: translateY(0.65rem);
}

.header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

.header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu__list {
    display: flex;
    height: auto;
    flex-direction: column;
    gap: 0.2rem;
}

.menu__item {
    display: block;
}

.menu__link,
.menu__link.active {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 4.8rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.4rem;
    border-radius: var(--_radius-s);
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    font-size: 1.55rem;
}

.menu__caption {
    display: inline-flex;
    color: inherit;
}

.menu__link i {
    display: inline-flex;
    font-size: 1.9rem;
}

.no-touch .menu__link:hover,
.menu__link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.bottom__background {
    display: none;
}

.section-name-caption,
.menu__caption,
.tagline-chapter,
.majestic-hero__eyebrow,
.majestic-project-card__kicker,
.majestic-project-card__cta {
    text-transform: none;
}

.majestic-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #111;
}

.majestic-hero__media,
.majestic-hero__media picture,
.majestic-hero__media img,
.majestic-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.majestic-hero__media img,
.majestic-hero__video {
    object-fit: cover;
}

.majestic-hero__video {
    display: block;
}

.majestic-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 45%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.06) 46%, rgba(0, 0, 0, 0.44) 100%);
}

.majestic-hero__overlay--0 {
    opacity: 0;
}

.majestic-hero__overlay--1 {
    opacity: 0.16;
}

.majestic-hero__overlay--2 {
    opacity: 0.24;
}

.majestic-hero__overlay--3 {
    opacity: 0.32;
}

.majestic-hero__overlay--4 {
    opacity: 0.42;
}

.majestic-hero__overlay--5 {
    opacity: 0.52;
}

.majestic-hero__overlay--6 {
    opacity: 0.62;
}

.majestic-hero__overlay--7 {
    opacity: 0.72;
}

.majestic-hero__overlay--8 {
    opacity: 0.82;
}

.majestic-hero__overlay--9 {
    opacity: 0.9;
}

.majestic-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    width: min(100%, 1180px);
    flex-direction: column;
    justify-content: center;
    padding: 11rem 10% 7rem;
    color: #fff;
}

.majestic-hero__eyebrow {
    margin-bottom: 2.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
}

.majestic-hero__title {
    max-width: 980px;
    margin: 0;
    font-size: clamp(4.8rem, 9vw, 8rem);
    font-weight: 300;
    line-height: 0.92;
    letter-spacing: 0;
    color: #fff;
}

.majestic-hero__text {
    max-width: 680px;
    margin: 3rem 0 0;
    font-size: clamp(1.8rem, 2.2vw, 2.8rem);
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}

.majestic-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem;
    margin-top: 4.2rem;
}

.majestic-hero__button,
.majestic-hero__scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 5.8rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.majestic-hero__button {
    gap: 1.4rem;
    padding: 0 2.4rem;
    border-radius: 999px;
    font-size: 1.6rem;
    font-weight: 600;
}

.majestic-hero__button i,
.majestic-hero__scroll i {
    font-size: 2.2rem;
}

.majestic-hero__scroll {
    width: 5.8rem;
    border-radius: 50%;
}

.no-touch .majestic-hero__button:hover,
.no-touch .majestic-hero__scroll:hover {
    border-color: #fff;
    color: #141414;
    background: #fff;
}

.majestic-hero__meta {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    line-height: 1.2;
}

.majestic-hero__meta span {
    display: inline-flex;
    align-items: center;
}

.majestic-hero__meta span:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 1rem;
    border-radius: 50%;
    background: currentColor;
}

.majestic-project-grid {
    align-items: stretch;
}

.majestic-project-grid__item {
    padding: 0.75rem;
}

.majestic-project-card {
    position: relative;
    display: block;
    min-height: 420px;
    height: 100%;
    overflow: hidden;
    border-radius: var(--_radius);
    background: var(--base-tint);
    color: #fff;
    isolation: isolate;
}

.majestic-project-grid__item:nth-child(4n + 2) .majestic-project-card,
.majestic-project-grid__item:nth-child(4n + 3) .majestic-project-card {
    min-height: 540px;
}

.majestic-project-card__image {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.majestic-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.8s ease, filter 0.8s ease;
}

.majestic-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(45deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 62%);
    transition: opacity 0.45s ease;
}

.majestic-project-card__content {
    display: flex;
    min-height: inherit;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
}

.majestic-project-card__kicker,
.majestic-project-card__cta {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.72);
}

.majestic-project-card__title {
    max-width: 720px;
    margin-top: 1.3rem;
    font-size: clamp(2.5rem, 4.4vw, 4.2rem);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: 0;
    color: #fff;
}

.majestic-project-card__text {
    max-width: 460px;
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.majestic-project-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 3rem;
    color: #fff;
}

.majestic-project-card__cta i {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.no-touch .majestic-project-card:hover .majestic-project-card__image img {
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.08);
}

.no-touch .majestic-project-card:hover .majestic-project-card__cta i {
    transform: translate(0.4rem, -0.4rem);
}

.majestic-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.majestic-about .inner__content,
.majestic-about-page .inner__content,
.portfolio .inner__content {
    /*padding-right: clamp(1.6rem, 2.6vw, 3rem);*/
    /*padding-left: clamp(1.6rem, 2.6vw, 3rem);*/
}

.majestic-about__image {
    overflow: hidden;
    border-radius: var(--_radius);
}

.majestic-about__image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.majestic-about__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 3rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: var(--base);
}

.majestic-about__copy p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6;
    color: var(--t-medium);
}

.majestic-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.majestic-about__stats span {
    display: flex;
    min-height: 110px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius-s);
    color: var(--t-medium);
}

.majestic-about__stats strong {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    color: var(--t-bright);
}

.majestic-timeline-section {
    padding-top: 4rem;
}

.majestic-timeline {
    position: relative;
    display: grid;
    gap: 1.4rem;
    margin-top: 3rem;
}

.majestic-timeline::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    bottom: 1.8rem;
    left: 12rem;
    width: 1px;
    background: var(--stroke-elements);
}

.majestic-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: 2.4rem;
    align-items: start;
    padding: 2.4rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: rgba(255, 255, 255, 0.03);
}

.majestic-timeline__item::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 6.55rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0.7rem rgba(255, 255, 255, 0.08);
}

.majestic-timeline__item span {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--t-bright);
}

.majestic-timeline__item h3 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 2vw, 2.6rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    color: var(--t-bright);
}

.majestic-timeline__item p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--t-medium);
}

.majestic-page-hero {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
    background: #111;
}

.majestic-page-hero__media,
.majestic-page-hero__media img,
.majestic-page-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.majestic-page-hero__media img {
    object-fit: cover;
}

.majestic-page-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28)), linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent);
}

.majestic-page-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 72vh;
    width: min(100%, 1180px);
    flex-direction: column;
    justify-content: flex-end;
    padding: 14rem 10% 8rem;
    color: #fff;
}

.majestic-page-hero__title {
    max-width: 1040px;
    margin: 0;
    font-size: clamp(4rem, 6vw, 6rem);
    font-weight: 300;
    line-height: 0.96;
    letter-spacing: 0;
    color: #fff;
}

.majestic-page-hero__text {
    max-width: 720px;
    margin: 2.8rem 0 0;
    font-size: clamp(1.8rem, 2vw, 2.6rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.majestic-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.majestic-filter__button {
    min-height: 4.8rem;
    padding: 0 1.8rem;
    border: 1px solid var(--stroke-elements);
    border-radius: 999px;
    color: var(--t-bright);
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.majestic-filter__button.is-active,
.no-touch .majestic-filter__button:hover {
    color: var(--t-opp-bright);
    background: var(--t-bright);
    border-color: var(--t-bright);
}

.majestic-filter-grid .is-hidden {
    display: none;
}

.majestic-project-list .majestic-project-card__title {
    font-size: clamp(2.8rem, 3.4vw, 4.4rem);
}

.majestic-empty {
    padding: 4rem 0;
    font-size: 2rem;
    color: var(--t-medium);
}

.majestic-project-detail {
    padding: 7rem 0;
}

.majestic-detail-content .content__block {
    padding-left: 0;
    padding-right: 0;
}

.majestic-detail-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.majestic-detail-summary__item {
    padding: 2rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: rgba(255, 255, 255, 0.03);
}

.majestic-detail-summary__item span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1;
    color: var(--t-muted);
}

.majestic-detail-summary__item strong {
    font-size: 2rem;
    font-weight: 400;
    color: var(--t-bright);
}

.majestic-richtext {
    max-width: 900px;
    padding: 1rem 0 2rem;
    font-size: 1.8rem;
    line-height: 1.75;
    color: var(--t-medium);
}

.majestic-richtext h2,
.majestic-richtext h3,
.majestic-richtext h4 {
    margin: 3rem 0 1.5rem;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
    color: var(--t-bright);
}

.majestic-richtext h2 {
    font-size: clamp(3rem, 3.4vw, 4.2rem);
}

.majestic-richtext h3 {
    font-size: clamp(2.4rem, 2.8vw, 3.2rem);
}

.majestic-video {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--_radius);
    background: var(--base-tint);
}

.majestic-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.majestic-section-heading {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
}

.majestic-section-heading h2,
.majestic-catalogue h2 {
    margin: 0;
    font-size: clamp(3rem, 3.8vw, 4.6rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: var(--t-bright);
}

.majestic-section-kicker {
    display: block;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08rem;
    color: var(--accent);
    text-transform: none;
}

.majestic-catalogue {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 3rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: var(--base-tint);
}

.majestic-catalogue p {
    max-width: 560px;
    margin: 1.4rem 0 0;
    font-size: 1.7rem;
    line-height: 1.55;
    color: var(--t-medium);
}

.majestic-gallery-filter {
    margin-bottom: 2rem;
}

.majestic-detail-gallery,
.majestic-floorplans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.majestic-detail-gallery__item,
.majestic-floorplans__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--_radius);
    background: var(--base-tint);
    color: var(--t-bright);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.majestic-detail-gallery__item.is-hidden {
    display: none;
}

.majestic-detail-gallery__item:not(.is-hidden) {
    animation: majesticGalleryIn 0.28s ease both;
}

@keyframes majesticGalleryIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.majestic-detail-gallery__item img,
.majestic-floorplans__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.majestic-detail-gallery__item span,
.majestic-floorplans__item span {
    display: block;
    padding: 1.4rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
    color: var(--t-bright);
}

.no-touch .majestic-detail-gallery__item:hover img,
.no-touch .majestic-floorplans__item:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.06);
}

.majestic-footer {
    position: relative;
    z-index: 2;
    padding: 4.5rem 10%;
    border-top: 1px solid var(--stroke-elements);
    background: var(--base);
    text-align: center;
}

.majestic-footer__inner {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
}

.majestic-footer__logo img {
    width: 135px;
    margin: 0 auto;
}

.majestic-footer__brand p {
    max-width: 560px;
    margin: 1.4rem auto 0;
    font-size: 1.45rem;
    color: var(--t-medium);
    line-height: 1.55;
}

.majestic-footer__nav,
.majestic-footer__social,
.majestic-footer__legal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.8rem;
}

.majestic-footer a {
    font-size: 1.35rem;
    color: var(--t-bright);
}

.majestic-footer__social a {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.majestic-footer__bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid var(--stroke-elements);
    font-size: 1.3rem;
    color: var(--t-medium);
}

.majestic-footer__bottom p {
    margin: 0;
    font-size: 1.3rem;
}

.majestic-cover-marquee .items__container {
    align-items: stretch;
}

.majestic-marquee-project {
    position: relative;
    width: 260px;
    height: 170px;
    overflow: hidden;
    border-radius: var(--_radius);
    color: #fff;
}

.majestic-marquee-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.majestic-marquee-project::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72));
}

.majestic-marquee-project span {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.4rem;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 1.15;
    color: #fff;
}

.majestic-text-lead,
.majestic-career-intro {
    max-width: 980px;
}

.majestic-text-lead p,
.majestic-career-intro p {
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.7;
    color: var(--t-medium);
}

.majestic-form-card {
    padding: 3rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: var(--base);
}

.majestic-career-card {
    max-width: 860px;
    padding: 2.4rem;
}

.majestic-page-form {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.majestic-page-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.majestic-page-form input,
.majestic-page-form textarea {
    width: 100%;
}

.majestic-page-form textarea {
    grid-column: 1 / -1;
    min-height: 140px;
}

.majestic-career-form textarea {
    min-height: 120px;
}

.majestic-file-field {
    display: flex;
    grid-column: 1 / -1;
    min-height: 8.8rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    padding: 1.4rem 1.6rem;
    border: 1px dashed var(--stroke-elements);
    border-radius: var(--_radius-s);
    color: var(--t-bright);
}

.majestic-file-field span {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.majestic-file-field small {
    font-size: 1.3rem;
    line-height: 1.35;
    color: var(--t-muted);
}

.majestic-file-input {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--t-medium);
}

.majestic-file-input::file-selector-button {
    margin-right: 1rem;
    padding: 0.8rem 1.2rem;
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    color: var(--t-opp-bright);
    cursor: pointer;
}

.majestic-contact-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: stretch;
}

.majestic-contact-panel,
.majestic-contact-form-wrap {
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: var(--base);
}

.majestic-contact-panel {
    padding: 3rem;
}

.majestic-contact-panel h2 {
    margin: 0 0 2.4rem;
    font-size: clamp(3rem, 4vw, 4.8rem);
    line-height: 1;
}

.majestic-career-panel p {
    margin: 0 0 1.6rem;
    font-size: 1.7rem;
    line-height: 1.6;
    color: var(--t-medium);
}

.majestic-career-panel p:last-child {
    margin-bottom: 0;
}

.majestic-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.majestic-contact-info a {
    display: block;
    padding: 1.6rem;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius-s);
    color: var(--t-bright);
}

.majestic-map-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.majestic-contact-info .majestic-map-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 4.4rem;
    padding: 0 1.2rem;
    font-size: 1.35rem;
}

.majestic-contact-info .majestic-map-links i {
    font-size: 1.8rem;
}

.majestic-contact-info span {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 1.25rem;
    color: var(--t-muted);
}

.majestic-contact-info strong {
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.45;
}

.majestic-contact-form-wrap {
    padding: 2.2rem;
}

.majestic-compact-form .form__item {
    padding: 0.6rem;
}

.majestic-compact-form input,
.majestic-compact-form textarea {
    min-height: 5rem;
    font-size: 1.45rem;
}

.majestic-compact-form textarea {
    min-height: 13rem;
}

.majestic-compact-form button {
    min-height: 5rem;
}

.majestic-contact-map-block {
    margin-top: 2rem;
}

.majestic-contact-map {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border: 1px solid var(--stroke-elements);
    border-radius: var(--_radius);
    background: #101010;
}

.majestic-contact-map .leaflet-control-attribution {
    display: none;
}

.mobile-contact-actions {
    display: none;
}

.block__descr h2 {
    font-size: 7rem;
}

.main__media.media-grid-bottom {
    padding-bottom: 5.5rem;
    padding-top: 6rem;
}

blockquote {
    font-size: 4.25rem;
}

.majestic-contact-page {
    padding: 5rem 0;
}

.btn-default {
    height: 6rem;
    font-size: 2rem;
    padding: 0 3.6rem;
}

.majestic-richtext p {
    font-size: 1.65rem;
    margin-bottom: 30px;
}

.majestic-detail-summary {
    margin-bottom: 30px;
}

.inner.inner-grid-bottom {
    padding: 8rem 0 7.5rem 0;
}

.majestic-section-heading h2, .majestic-catalogue h2 {
    margin-bottom: 30px;
}

.majestic-form-page {
    padding: 5rem 0;
}

.majestic-about-page {
    padding: 5rem 0;
}

.content__block {
    padding: 0;
}

.content__block.grid-block {
    padding: 0;
}

.main-image-1 {
    background-image: url("/static/images/slider/3.jpg");
}
