html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

body {
    margin: 0;
    font-family: "Forum", serif;
}

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

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

button {
    border: 0;
    background: none;
    font: inherit;
    padding: 0;
    cursor: pointer
}

:focus-visible {
    outline: 2px solid #b08d57;
    outline-offset: 2px
}


body {
    background: #0b0b0b;
    color: #eaeaea
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.lock {
    overflow: hidden
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 84px;
    z-index: 1000;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.header__row {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    font-family: "Forum", serif;
    line-height: 1
}

.logo__t {
    color: #b08d57;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 26px
}

.logo__s {
    color: #b08d57;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 20px;
    display: block
}

.logo img {
    height: 60px;
    width: auto;
    display: block
}

.nav {
    display: flex;
    gap: 50px
}

.nav a {
    font-family: "Forum", serif;
    font-size: 18px;
    color: #e8e6e3;
    transition: .2s
}

.nav a:hover {
    opacity: .7
}

.lang {
    position: relative
}

.lang__btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e8e6e3;
    font-family: "Forum", serif;
    font-size: 18px
}

.caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid #e8e6e3;
    border-bottom: 2px solid #e8e6e3;
    transform: rotate(45deg);
    transition: .2s
}

.lang.is-open .caret {
    transform: rotate(-135deg)
}

.lang__menu {
    position: absolute;
    right: 0;
    top: 120%;
    min-width: 100px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: none
}

.lang.is-open .lang__menu {
    display: block
}

.lang__menu a {
    display: block;
    padding: 8px 12px;
    font-size: 15px
}

.lang__menu a:hover {
    background: #1c1c1c
}

.burger {
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center
}

.burger__box {
    width: 22px;
    height: 16px;
    position: relative
}

.burger__line,
.burger__line::before,
.burger__line::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    content: ""
}

.burger__line {
    top: 50%;
    transform: translateY(-50%)
}

.burger__line::before {
    top: -7px
}

.burger__line::after {
    bottom: -7px
}


.mmenu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 999
}

.mmenu[hidden] {
    display: none
}

.mmenu__panel {
    padding: 100px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center
}

.mmenu__panel a {
    font-family: "Forum", serif;
    font-size: 22px;
    color: #fff
}


.hero {
    padding-top: 120px;
    background: #000;
    position: relative
}

.hero__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 70px
}

.hero__content {
    flex: 1
}

.hero__content h1 {
    font-family: "Forum", serif;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff
}



.hero__content p {
    color: #fff;
    font-size: 20px;
    max-width: 520px;
    margin-bottom: 28px
}

.cta {
    display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s
}


.cta::before {
    top: -14px
}

.cta::after {
    bottom: -14px
}

.cta:hover {
    background: #b08d57;
    color: #000
}

.hero__img {
    flex: 1;
    text-align: right
}

.hero__img img {
    max-height: 560px;
    object-fit: contain;
    margin: 0 0 0 auto;
    filter: grayscale(100%)
}

.hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #b08d57
}

.hero__scroll::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg)
}


.trust {
    background: #f8f8f6;
    color: #1a1a1a;
    padding: 100px 0 110px
}

.trust__title {
    font-family: "Forum", serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 66px;
    color: #222
}


.trust__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 56px 120px;
    max-width: 1000px;
    margin: 0 auto 120px;
    text-align: center
}

.trust__item {
    font-size: 20px;
    color: #000;
}

.line {
    position: absolute;
    background: #d8cbb6
}

.line--v {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-1px)
}

.line--h {
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-1px)
}


.trust__facts {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr)
}

.trust__fact {
    padding: 40px 24px;
    text-align: center;
    position: relative
}

.trust__fact+.trust__fact::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 2px;
    background: #d8cbb6
}

.trust__fact strong {
    font-family: "Forum", serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 1.3;
    color: #111
}


@media(max-width:920px) {
    .nav {
        display: none
    }

    .burger {
        display: flex
    }

    .hero__row {
        flex-direction: column;
        text-align: center
    }

    .hero__img img {
        max-height: 400px;
        margin: 0 auto
    }

    .cta::before,
    .cta::after {
        left: -20px;
        right: -20px
    }

    .trust__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 80px
    }

    .line {
        display: none
    }

    .trust__facts {
        grid-template-columns: 1fr 1fr
    }

    .trust__fact strong {
        font-size: 24px
    }
}

@media(max-width:560px) {
    .header {
        height: 72px
    }

    .logo__t {
        font-size: 22px
    }

    .logo__s {
        font-size: 17px
    }

    .hero {
        padding-top: 96px
    }

    .hero__content h1 {
        font-size: 26px
    }

    .hero__img img {
        max-height: 320px
    }

    .trust__title {
        font-size: 34px;
        margin-bottom: 40px
    }

    .trust__facts {
        grid-template-columns: 1fr
    }

    .trust__fact+.trust__fact::before {
        display: none
    }

    .trust__fact {
        border-top: 1px solid #e0d6c7
    }

    .trust__fact:first-child {
        border-top: 0
    }
}

.values {
    background: #fff;
    color: #1a1a1a;
    padding: 90px 0 120px;
}

.values__row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px 60px;
    align-items: start;
}

.values__content {
    max-width: 720px;
}

.values__item {
    margin-bottom: 36px;
}

.values__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: .3px;
    color: #1b1b1b;
}

.values__dash {
    display: block;
    width: 64px;
    height: 2px;
    background: #b08d57;
    margin: 10px 0 14px;
}

.values__text {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a3a;
}


.values__cta {
    display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s
}



.values__cta:hover {
    background: #b08d57;
    color: #000;
}


.values__image {
    justify-self: end;
}

.values__image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: cover;
    display: block;
}


@media (max-width: 1024px) {
    .values__row {
        grid-template-columns: 1fr;
    }

    .values__image {
        justify-self: center;
    }

    .values__image img {
        max-width: 620px;
    }

    .values {
        padding-bottom: 90px;
    }
}

@media (max-width: 560px) {
    .values__title {
        font-size: 22px;
    }

    .values__dash {
        width: 56px;
    }

    .values__cta::before,
    .values__cta::after {
        left: -20px;
        right: -20px;
    }
}

.process {
    background: #000;
    color: #eee;
    padding: 90px 0 110px;
}

.process__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 56px;
}

.process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px 36px;
    text-align: center;
}

.process__item {
    padding: 0 10px;
}

.process__heading {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 22px;
    line-height: 1.35;
    color: #f2f2f2;
}

.process__dash {
    display: block;
    width: 54px;
    height: 2px;
    background: #b08d57;
    margin: 10px auto 12px;
}

.process__text {
    font-size: 20px;
    color: #fff;
    max-width: 280px;
    margin: 0 auto;
}


@media (max-width: 1100px) {
    .process__title {
        font-size: 42px;
    }
}

@media (max-width: 920px) {
    .process__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .process {
        padding: 70px 0 90px;
    }

    .process__title {
        font-size: 32px;
        margin-bottom: 34px;
    }

    .process__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .process__heading {
        font-size: 20px;
    }
}

.help {
    background: #000;
    color: #eee;
    padding: 90px 0 110px;
}

.help__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 46px;
}


.help__row {
    display: grid;
    gap: 64px 60px;
    text-align: center;
    justify-items: center;
    margin-bottom: 60px;
}

.help__row:last-child {
    margin-bottom: 0;
}


.help__row--top {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
}


.help__row--bottom {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    justify-content: center;
}


.help__card {
    max-width: 420px;
}

.help__topline {
    display: block;
    width: 220px;
    height: 2px;
    background: #b08d57;
    margin: 0 auto 18px;
    opacity: .95;
}

.help__heading {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 22px;
    line-height: 1.35;
    color: #f2f2f2;
}

.help__underline {
    display: block;
    width: 120px;
    height: 2px;
    background: #b08d57;
    margin: 12px auto 14px;
    opacity: .95;
}

.help__text {
    font-size: 20px;
    color: #cfcfcf;
    max-width: 360px;
    margin: 0 auto;
}


@media (max-width:1100px) {
    .help__title {
        font-size: 42px;
    }
}

@media (max-width:920px) {

    .help__row--top,
    .help__row--bottom {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        justify-content: center;
        gap: 48px 36px;
    }
}

@media (max-width:560px) {
    .help {
        padding: 70px 0 90px;
    }

    .help__title {
        font-size: 32px;
        margin-bottom: 34px;
    }

    .help__row--top,
    .help__row--bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .help__heading {
        font-size: 20px;
    }

    .help__topline {
        width: 180px;
    }

    .help__underline {
        width: 100px;
    }
}

.help {
    background: #000;
    color: #eee;
    padding: 90px 0 110px;
}

.help__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 46px;
}


.help__row {
    display: grid;
    gap: 64px 60px;
    text-align: center;
    justify-items: center;
    margin-bottom: 60px;
}

.help__row:last-child {
    margin-bottom: 0;
}


.help__row--top {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
}


.help__row--bottom {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    justify-content: center;
}


.help__card {
    max-width: 420px;
}

.help__topline {
    display: block;
    width: 220px;
    height: 2px;
    background: #b08d57;
    margin: 0 auto 18px;
    opacity: .95;
}

.help__heading {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-size: 22px;
    line-height: 1.35;
    color: #f2f2f2;
}

.help__underline {
    display: block;
    width: 120px;
    height: 2px;
    background: #b08d57;
    margin: 12px auto 14px;
    opacity: .95;
}



@media (max-width:1100px) {
    .help__title {
        font-size: 42px;
    }
}

@media (max-width:920px) {

    .help__row--top,
    .help__row--bottom {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        justify-content: center;
        gap: 48px 36px;
    }
}

@media (max-width:560px) {
    .help {
        padding: 70px 0 90px;
    }

    .help__title {
        font-size: 32px;
        margin-bottom: 34px;
    }

    .help__row--top,
    .help__row--bottom {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .help__heading {
        font-size: 20px;
    }

    .help__topline {
        width: 180px;
    }

    .help__underline {
        width: 100px;
    }
}

.cta-block {
    background: #000;
    color: #f5f5f5;
    padding: 80px 0 100px;
}

.cta-block__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cta-block__image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.cta-block__content {
    text-align: left;
}

.cta-block__text {
    font-family: "Forum", serif;
    font-size: 35px;
    text-align: center;
    margin-bottom: 36px;
}

.cta-block__btn {
    display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.cta-block__btn:hover {
    background: #b08d57;
    color: #000;
}


@media(max-width:1024px) {
    .cta-block__row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-block__content {
        text-align: center;
    }

    .cta-block__image {
        justify-self: center;
    }

    .cta-block__text {
        font-size: 24px;
    }
}

@media(max-width:560px) {
    .cta-block {
        padding: 60px 0 80px;
    }

    .cta-block__text {
        font-size: 20px;
    }

    .cta-block__btn::before,
    .cta-block__btn::after {
        left: -20px;
        right: -20px;
    }
}

.team {
    background: #000;
    color: #eee;
    padding: 90px 0 110px;
}

.team__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 44px;
    margin: 0 0 36px;
    text-align: left;
}


.team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    align-items: stretch;
}


.team__card {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}


.team__topline {
    display: block;
    width: 220px;
    height: 2px;
    background: #b08d57;
    margin: 6px auto 14px;
    opacity: .95;
}


.team__name {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    margin: 0;
}


.team__underline {
    display: block;
    width: 120px;
    height: 2px;
    background: #b08d57;
    margin: 12px auto 10px;
    opacity: .95;
}


.team__role {
    font-size: 18px;
    color: #fff;
    margin: 0 0 14px;
}


.team__photo {
    margin: 0 0 14px;
    flex-shrink: 0;
}

.team__photo img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    background: #0c0c0c;
}


.team__desc {
    flex-grow: 1;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 14px;
}


.team__dash {
    display: block;
    width: 84px;
    height: 2px;
    background: #b08d57;
    margin: 10px auto 0;
    opacity: .95;
}


@media (max-width:1200px) {
    .team__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team__photo img {
        height: 340px;
    }
}

@media (max-width:760px) {
    .team {
        padding: 70px 0 90px;
    }

    .team__title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .team__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .team__name {
        font-size: 20px;
    }

    .team__topline {
        width: 200px;
    }

    .team__underline {
        width: 100px;
    }

    .team__photo img {
        height: auto;
    }
}


.team__name {
    line-height: 1.3;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}


.team__role {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 8px 0 14px;
}


.team__photo img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}


.team__grid {
    align-items: stretch;
}

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


@media (max-width: 760px) {
    .team__name {
        min-height: 48px;
    }

    .team__role {
        min-height: 36px;
    }

    .team__photo img {
        height: auto;
    }
}

.cases-slider {
    overflow: hidden;
    background: #f8f8f6;
    color: #1a1a1a;
    padding: 80px 0 110px
}

.cases-slider__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 38px;
    margin: 0 0 26px;
    text-align: left
}

.cs {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px
}

.cs__viewport {
    overflow: hidden;
    border-radius: 10px
}

.cs__track {
    display: flex;
    transition: transform .45s ease;
    will-change: transform
}

.cs__slide {
    padding: 8px
}

.cs__slide img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    display: block
}


.cs__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #b08d57;
    color: #b08d57;
    background: transparent;
    font-size: 28px;
    display: grid;
    place-items: center;
    transition: .2s
}

.cs__arrow:hover {
    background: #b08d57;
    color: #000
}

.cs__dots {
    margin: 16px 0 30px;
    display: flex;
    justify-content: center;
    gap: 10px
}

.cs__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #b08d57;
    background: transparent;
    transition: .2s
}

.cs__dot[aria-selected="true"] {
    background: #b08d57
}

.cases-btn-block {
    width: 100%;
    margin: 50px auto;
    text-emphasis: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases-slider__cta {
    display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s;
    cursor: pointer;
}


.cases-slider__cta:hover {
    background: #b08d57
}


@media (min-width:1200px) {
    .cs.cs--fixed {
        grid-template-columns: auto auto auto;
        justify-content: center
    }

    .cs.cs--fixed .cs__viewport {
        width: calc(3 * 670px);
        margin-inline: 18px
    }

    .cs.cs--fixed .cs__track {
        gap: 0
    }

    .cs.cs--fixed .cs__slide {
        width: 670px;
        min-width: 670px;
        max-width: 670px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .cs.cs--fixed .cs__slide img {
        width: 670px;
        height: 757px;
        object-fit: contain
    }
}


@media (max-width:1024px) {
    .cases-slider__title {
        font-size: 32px
    }

    .cs {
        grid-template-columns: 1fr
    }

    .cs__arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2
    }

    .cs__arrow--prev {
        left: 6px
    }

    .cs__arrow--next {
        right: 6px
    }
}

@media (max-width:560px) {
    .cases-slider {
        padding: 60px 0 90px
    }

    .cases-slider__title {
        font-size: 28px
    }

    .cs__slide img {
        height: 420px
    }

    .cases-slider__cta::before,
    .cases-slider__cta::after {
        left: -20px;
        right: -20px
    }
}

.reviews {
    background: #f8f8f6;
    color: #1a1a1a;
    padding: 80px 0 110px;
}

.reviews__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 38px;
    margin: 0 0 26px;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 34px;
}


.rev {
    max-width: 520px;
}

.rev__thumb {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
}

.rev__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.92)
}

.rev__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    color: #000;
    background: #ffffffd9;
    border: 1px solid #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .25);
    transition: .2s;
}

.rev__thumb:hover .rev__play {
    transform: scale(1.06)
}

.rev__line {
    display: block;
    width: 64px;
    height: 2px;
    background: #b08d57;
    margin: 14px 0 12px;
}

.rev__text {
    font-size: 20px; 
    color: #333;
}


.rev-modal {
    position: fixed;
    inset: 0;
    display: none;
}

.rev-modal[aria-hidden="false"] {
    display: block;
}

.rev-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.rev-modal__box {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(960px, 92vw);
    height: min(540px, 52vh);
    background: #000;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .45);
    overflow: hidden;
}

.rev-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
}

.rev-modal__content,
.rev-modal__content iframe,
.rev-modal__content video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}


@media (max-width: 1024px) {
    .reviews__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 24px;
    }

    .reviews__title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .reviews {
        padding: 60px 0 80px;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
    }

    .reviews__title {
        font-size: 28px;
    }

    .rev__play {
        width: 64px;
        height: 64px;
        font-size: 26px;
    }
}

.media {
    background: #fff;
    color: #111;
    padding: 90px 0 110px;
}

.media .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.media__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: left;
}


.media__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}


.media__item {
    margin: 0;
}

.media__frame {

    width: 100%;
    height: 520px;
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 8px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.media__frame img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


.media__cta {
 display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s;
    cursor: pointer;
}

 

.media__cta:hover {
    background: #b08d57;
    color: #000;
}


@media (max-width:1024px) {
    .media__title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .media__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .media__frame {
        height: 460px;
    }
}

@media (max-width:640px) {
    .media {
        padding: 70px 0 90px;
    }

    .media__title {
        font-size: 30px;
    }

    .media__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .media__frame {
        height: auto;
    }

    .media__cta::before,
    .media__cta::after {
        left: -20px;
        right: -20px;
    }
}

.tech {
    background: #000;
    color: #fff;
    padding: 100px 0;
}

.tech .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.tech__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.tech__content {
    flex: 1;
}

.tech__title {
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 1.3;
}

.tech__text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
}

.tech__cta {
      display: inline-block;
    padding: 10px;
    border: 2px solid #b08d57;
    border-right: 0;
    border-left: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    transition: .25s;
    cursor: pointer;
}
 

.tech__cta:hover {
    background: #b08d57;
    color: #000;
}

.tech__image {
    flex: 1;
}

.tech__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: contain;
}


@media(max-width:1024px) {
    .tech__wrap {
        flex-direction: column;
        text-align: center;
    }

    .tech__title {
        font-size: 32px;
    }

    .tech__text {
        font-size: 16px;
        margin: 0 auto 28px;
    }

    .tech__cta::before,
    .tech__cta::after {
        left: -20px;
        right: -20px;
    }
}

.tech-points {
    background: #000;
    color: #f2f2f2;
    padding: 90px 0 110px;
}

.tech-points .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.tp__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.25;
    margin: 0 0 32px;
    text-align: left;
}

.tp__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 40px;
    align-items: start;
    margin-bottom: 26px;
    text-align: center;
}

.tp__item {
    max-width: 420px;
    margin: 0 auto;
}

.tp__heading {
    font-family: "Forum", serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.tp__bar {
    display: block;
    width: 120px;
    height: 2px;
    background: #b08d57;
    margin: 8px auto 0;
    opacity: .95;
}

.tp__lead {
    max-width: 820px;
    margin: 20px auto 28px;
    font-size: 18px;
    line-height: 1.6;
    color: #e5e5e5;
    text-align: center;
}


.tp__cta {
    display: inline-block;
    margin: 0 auto;
    padding: 14px 28px;
    border: 1px solid #b08d57;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    transition: .25s;
}

.tp__cta::before,
.tp__cta::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    height: 2px;
    background: #b08d57;
}

.tp__cta::before {
    top: -14px;
}

.tp__cta::after {
    bottom: -14px;
}

.tp__cta:hover {
    background: #b08d57;
    color: #000;
}


@media (max-width:1100px) {
    .tp__title {
        font-size: 38px;
    }

    .tp__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:680px) {
    .tech-points {
        padding: 70px 0 90px;
    }

    .tp__title {
        font-size: 30px;
    }

    .tp__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tp__heading {
        font-size: 18px;
    }

    .tp__cta::before,
    .tp__cta::after {
        left: -20px;
        right: -20px;
    }
}

.offers {
    background: #fff;
    color: #111;
    padding: 80px 0 100px;
}

.offers .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.offers__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 26px;
    text-align: left;
}

.offers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 36px;
}


.off {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
}

.off__topline {
    display: block;
    height: 2px;
    width: 100%;
    background: #e8e0d4;
    margin: 0 0 14px;
}

.off__head {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 20px;
    line-height: 1.35;
    color: #111;
    margin: 0 0 12px;
}

.off__text {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0 0 10px;
}

.off__bar {
    display: block;
    width: 90px;
    height: 2px;
    background: #b08d57;
    margin: 10px auto 0;
    opacity: .95;
}


@media (max-width:1100px) {
    .offers__title {
        font-size: 38px;
    }

    .offers__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:640px) {
    .offers {
        padding: 70px 0 80px;
    }

    .offers__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .offers__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .off {
        max-width: 520px;
    }

    .off__head {
        font-size: 18px;
    }
}

.faq {
    background: #fff;
    color: #111;
    padding: 90px 0 110px;
}

.faq .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq__wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
}

.faq__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.25;
    margin: 0 0 26px;
    text-align: left;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}


.faq__item {
    padding: 10px 0 0;
}

.faq__q {
    font-family: "Forum", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
    border-top: 2px solid #e8e0d4;
    padding-top: 12px;
}

.faq__a {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0;
}


.faq__image {
    width: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .16);
}

.faq__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.faq__cta {
    display: inline-block;
    margin-top: 34px;
    padding: 14px 28px;
    border: 1px solid #b08d57;
    color: #111;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: .25s;
}

.faq__cta::before,
.faq__cta::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    height: 2px;
    background: #b08d57;
}

.faq__cta::before {
    top: -14px;
}

.faq__cta::after {
    bottom: -14px;
}

.faq__cta:hover {
    background: #b08d57;
    color: #000;
}


@media (max-width:1100px) {
    .faq__wrap {
        grid-template-columns: 1fr;
    }

    .faq__image {
        height: 420px;
    }

    .faq__title {
        font-size: 38px;
    }
}

@media (max-width:640px) {
    .faq {
        padding: 70px 0 90px;
    }

    .faq__title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .faq__q {
        font-size: 20px;
    }

    .faq__image {
        height: 360px;
    }

    .faq__cta::before,
    .faq__cta::after {
        left: -20px;
        right: -20px;
    }
}

.site-footer {
    background: #000;
    color: #d9d9d9;
    padding: 36px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.site-footer .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer__wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}


.footer__logo img {
    width: 150px;
    height: auto;
    display: block;
    filter: none;
    margin-bottom: 14px;
}

.footer__copy {
    margin: 0 0 16px;
    line-height: 1.55;
    color: #d4d4d4;
}

.footer__tel {
    color: #d4d4d4;
    text-decoration: none;
    border-bottom: 1px dotted #b08d57;
}

.footer__tel:hover {
    color: #fff;
}

.footer__addr {
    margin: 12px 0 18px;
}

.footer__addr-title {
    font-weight: 600;
    color: #e7e7e7;
    margin-bottom: 6px;
}

.footer__addr address {
    font-style: normal;
    line-height: 1.6;
    color: #d0d0d0;
}

.footer__link {
    display: inline-block;
    margin-top: 4px;
    color: #cbb89a;
    text-decoration: none;
    border-bottom: 1px solid rgba(176, 141, 87, .6);
    transition: .2s;
}

.footer__link:hover {
    color: #fff;
    border-color: #b08d57;
}


.footer__right {
    max-width: 560px;
    margin-left: auto;
    text-align: right;
}

.footer__notice-title {
    margin: 6px 0 10px;
    color: #dcdcdc;
    font-weight: 600;
    letter-spacing: .2px;
}

.footer__notice-text {
    margin: 0 0 10px;
    line-height: 1.6;
    color: #cfcfcf;
}


@media (max-width:1024px) {
    .footer__wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer__right {
        max-width: none;
        margin: 0;
    }

    .footer__logo img {
        width: 190px;
    }
}

@media (max-width:560px) {
    .site-footer {
        padding: 28px 0;
    }

    .footer__logo img {
        width: 170px;
    }
}

:root {
    --gold: #b08d57;
    --bg: #000;
    --white: #fff;
    --muted: #cfcfcf;
}

/* ===== POPUP ===== */
.popup {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    z-index: 1100;
}

.popup.active {
    display: grid;
}

.popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .86);
}

.popup__body {
    position: relative;
    width: min(760px, 92vw);
    /* ширина як на скріні */
    color: var(--white);
    text-align: center;
    padding: 0;
    /* без “картки” – контент лежить на фоні */
    z-index: 2;
    animation: popIn .25s ease;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.popup__close {
    position: absolute;
    top: -6px;
    right: -6px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.popup__close-img {
    width: 48px;
    height: 48px;
    display: block;
}

/* Підставите свою svg/png */

.popup__title {
    font-family: "Forum", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.popup__subtitle {
    max-width: 640px;
    margin: 0 auto 18px;
    font-size: 14.5px;
    line-height: 1.6;
    color: #e7e7e7;
}

/* Пігулки-інпути */
.popup__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: min(720px, 92vw);
    margin: 0 auto;
}

.pill-input,
.pill-select {
    height: 56px;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 18px;
    width: 100%;
    background: #fff;
    color: #111;
    font-size: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .32);
}

.pill-input::placeholder {
    color: #8d8d8d;
}

.pill-input:focus,
.pill-select:focus {
    box-shadow: 0 0 0 2px var(--gold), 0 12px 36px rgba(0, 0, 0, .32);
}

.pill-phone {
    display: flex;
    gap: 10px;
}

.pill-select {
    flex: 0 0 92px;
}

.pill-input--phone {
    flex: 1;
}

.pill-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f1f1f1;
    font-size: 14px;
    margin: 4px 0 8px;
}

.pill-check input {
    width: 18px;
    height: 18px;
}

/* Велика золота кнопка у 2 рядки */
.popup__btn {
    margin-top: 4px;
    width: 100%;
    background: #9c7b47;
    color: #fff;
    border: 0;
    border-radius: 26px;
    padding: 22px 20px;
    font-family: "Forum", serif;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .35);
    transition: .2s;
}

.popup__btn:hover {
    background: var(--gold);
}

.popup__policy {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--muted);
}

.popup__policy a {
    color: #fff;
    text-decoration: underline;
}

/* Адаптив */
@media (max-width:560px) {
    .popup__title {
        font-size: 22px;
    }

    .popup__subtitle {
        font-size: 13.5px;
    }

    .pill-input,
    .pill-select {
        height: 52px;
        border-radius: 26px;
    }

    .pill-select {
        flex: 0 0 86px;
    }

    .popup__btn {
        font-size: 19px;
        padding: 18px 14px;
    }

    .popup__close-img {
        width: 44px;
        height: 44px;
    }
}