
:root {
        --ink: #202320;
        --orange: #ff5b28;
        --muted: #777a76;
        --paper: #f5f6f3;
        --line: #dedfd9
    }

    * {
        box-sizing: border-box
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 40px
    }

    body {
        margin: 0;
        background: #fff;
        color: var(--ink);
        font-family: Manrope, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6
    }

    button,
    input,
    select,
    textarea {
        font: inherit
    }

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

    button,
    a,
    input,
    select,
    summary {
        -webkit-tap-highlight-color: transparent
    }

    button {
        cursor: pointer
    }

    a:focus-visible,
    button:focus-visible,
    summary:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
        outline: 3px solid var(--orange);
        outline-offset: 5px
    }

    .wrap {
        width: min(1320px, calc(100% - 96px));
        margin: auto
    }

    .concept {
        background: var(--ink);
        color: #ddd;
        text-align: center;
        font-size: 12px;
        padding: 6px 16px;
        letter-spacing: .03em
    }

    header {
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px
    }

    .brand {
        display: flex;
        align-items: center;
        gap: 17px;
        font-weight: 800;
        font-size: 57px;
        line-height: 1;
        letter-spacing: -6px
    }

    .brand span {
        font-size: 10px;
        letter-spacing: 1.6px;
        line-height: 1.65;
        border-left: 1px solid #bbb;
        padding-left: 18px
    }

    nav {
        display: flex;
        gap: 32px;
        font-size: 14px;
        font-weight: 600
    }

    nav a:hover,
    .text-link:hover {
        color: var(--orange)
    }

    .button {
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 36px;
        padding: 21px 26px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        border-radius: 5px;
        transition: transform .2s, background .2s
    }

    .button:hover {
        transform: translateY(-3px)
    }

    .button span {
        font-size: 22px;
        line-height: 1
    }

    .orange {
        background: var(--orange);
        color: white
    }

    .orange:hover {
        background: #e94a19
    }

    .dark {
        background: var(--ink);
        color: white
    }

    .small {
        padding: 15px 20px;
        font-size: 13px
    }

    .menu {
        display: none
    }

    .hero {
        display: grid;
        grid-template-columns: 1.05fr 1fr;
        gap: 35px;
        padding-top: 35px;
        padding-bottom: 65px
    }

    .hero-copy {
        padding: 10px 0 20px
    }

    .eyebrow {
        font-size: 12px;
        letter-spacing: 1.4px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px
    }

    .line {
        height: 2px;
        width: 27px;
        background: var(--orange)
    }

    h1 {
        font-size: clamp(62px, 6.2vw, 89px);
        line-height: 1.05;
        letter-spacing: -5px;
        font-weight: 600;
        margin: 30px 0
    }

    h1 em {
        font-style: normal;
        color: var(--orange)
    }

    .lead {
        font-size: 17px;
        line-height: 1.8;
        color: #646760;
        margin: 0 0 30px
    }

    .hero-note {
        font-size: 12px;
        color: var(--muted);
        margin-top: 20px
    }

    .hero-visual {
        position: relative;
        min-height: 560px;
        border-radius: 8px;
        overflow: hidden;
        background: #555
    }

    .hero-visual>img {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: 58% center
    }

    .hero-visual:after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(#0005, transparent 40%, #0004);
        pointer-events: none
    }

    .photo-tag {
        position: absolute;
        z-index: 1;
        left: 25px;
        right: 25px;
        top: 25px;
        display: flex;
        justify-content: space-between;
        color: white;
        font-size: 10px;
        letter-spacing: 1.2px
    }

    .photo-tag span {
        opacity: .7
    }

    .route-card {
        position: absolute;
        z-index: 1;
        left: 26px;
        right: 26px;
        bottom: 38px;
        background: #fffffff2;
        backdrop-filter: blur(12px);
        padding: 22px 25px;
        border-radius: 5px
    }

    .route-top {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #73776f
    }

    .orange-text {
        color: var(--orange)
    }

    .route-card strong {
        display: block;
        font-size: 25px;
        line-height: 1.25;
        letter-spacing: -.7px;
        margin: 15px 0 22px;
        font-weight: 600
    }

    .route-track {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-size: 10px;
        font-weight: 700
    }

    .route-track i {
        height: 1px;
        background: #c8cac4;
        flex: 1
    }

    .image-note {
        position: absolute;
        z-index: 2;
        bottom: 9px;
        right: 26px;
        color: #fff;
        font-size: 10px
    }

    .marketplaces {
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 31px 0;
        gap: 25px
    }

    .marketplaces>span {
        font-size: 12px;
        line-height: 1.5;
        color: var(--muted)
    }

    .marketplaces strong {
        font-size: 29px;
        letter-spacing: -1px
    }

    .wb {
        font-weight: 700
    }

    .ozon {
        font-style: italic;
        font-weight: 800
    }

    .ym b {
        font-weight: 500
    }

    .section {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .section-top {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 43px;
        gap: 25px
    }

    h2 {
        font-size: clamp(34px, 3.4vw, 48px);
        font-weight: 600;
        line-height: 1.16;
        letter-spacing: -2px;
        margin: 20px 0 0
    }

    .section-top>p,
    .region p,
    .faq>div>p,
    .model-layout>div>p {
        color: var(--muted);
        font-size: 15px;
        line-height: 1.8
    }

    .services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    .service {
        background: var(--paper);
        border-radius: 7px;
        padding: 29px;
        position: relative;
        min-height: 282px
    }

    .num {
        font-size: 12px;
        color: var(--muted)
    }

    .symbol {
        position: absolute;
        right: 28px;
        top: 18px;
        font-size: 35px;
        font-weight: 400
    }

    .service h3 {
        margin: 38px 0 10px;
        font-size: 21px;
        letter-spacing: -.5px
    }

    .service p {
        font-size: 14px;
        line-height: 1.75;
        color: #6d706a;
        margin-bottom: 24px
    }

    .tag {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-top: 1px solid #d9dbd3;
        padding-top: 13px;
        display: block
    }

    .accent {
        background: var(--orange);
        color: white
    }

    .accent .num,
    .accent p {
        color: #fff
    }

    .accent .tag {
        border-color: #ffffff55
    }

    .models {
        background: var(--ink);
        color: white
    }

    .model-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 85px;
        align-items: center
    }

    .model-layout>div>p {
        color: #a9ada4;
        margin-top: 25px
    }

    .tabs {
        display: flex;
        margin-top: 35px;
        gap: 8px
    }

    .tabs button {
        border: 1px solid #ffffff30;
        background: transparent;
        color: #c4c8bf;
        padding: 12px 22px;
        border-radius: 4px;
        font-size: 14px
    }

    .tabs button[aria-selected=true] {
        background: var(--orange);
        border-color: var(--orange);
        color: #fff
    }

    .model-card {
        border: 1px solid #ffffff25;
        border-radius: 7px;
        padding: 38px;
        background: #2c302b
    }

    .model-card>.eyebrow {
        color: #ff8157
    }

    .model-card h3 {
        font-size: 33px;
        line-height: 1.2;
        letter-spacing: -1px;
        font-weight: 500;
        margin: 25px 0
    }

    .model-card p {
        font-size: 14px;
        color: #b5baaf;
        min-height: 75px
    }

    .model-flow {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        font-size: 12px;
        padding: 23px 0;
        border-top: 1px solid #ffffff20;
        border-bottom: 1px solid #ffffff20
    }

    .model-flow span {
        color: var(--orange)
    }

    .model-bottom {
        font-size: 12px;
        color: #999f92;
        padding-top: 20px
    }

    .calculator {
        display: grid;
        grid-template-columns: 1.55fr 1fr;
        border: 1px solid var(--line);
        border-radius: 7px;
        overflow: hidden
    }

    .calc-fields {
        padding: 35px
    }

    .field-head {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        border-bottom: 1px solid var(--line);
        padding-bottom: 24px
    }

    .field-head span:last-child {
        font-size: 12px;
        color: var(--muted)
    }

    .fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin: 28px 0
    }

    .fields label,
    legend {
        font-size: 13px;
        font-weight: 600
    }

    .fields input,
    .fields select {
        display: block;
        margin-top: 9px;
        width: 100%;
        min-width: 0;
        border: 1px solid var(--line);
        border-radius: 4px;
        padding: 13px 12px;
        background: white;
        color: var(--ink);
        font-size: 14px
    }

    fieldset {
        padding: 0;
        border: 0;
        margin-top: 32px
    }

    .checks {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 16px
    }

    .checks label {
        padding: 9px 13px;
        border: 1px solid var(--line);
        border-radius: 4px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 7px
    }

    .checks label:has(input:checked) {
        background: #fff2eb;
        border-color: #ffc4ac
    }

    .checks input {
        accent-color: var(--orange)
    }

    .calc-summary {
        background: var(--paper);
        padding: 35px
    }

    .summary-count {
        font-size: 64px;
        letter-spacing: -3px;
        line-height: 1.2;
        margin-top: 22px
    }

    .summary-count small {
        display: block;
        font-size: 13px;
        letter-spacing: 0;
        color: var(--muted);
        margin-top: 5px
    }

    .calc-summary p {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.8
    }

    .summary-line {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-top: 1px solid var(--line);
        font-size: 13px
    }

    .calc-summary .button {
        width: 100%;
        margin: 18px 0
    }

    .calc-summary>small {
        display: block;
        font-size: 11px;
        color: var(--muted);
        line-height: 1.7
    }

    .cost-note {
        font-size: 12px;
        color: var(--muted);
        margin-top: 20px
    }

    .control {
        background: var(--paper)
    }

    .steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-top: 60px
    }

    .steps article {
        border-top: 1px solid #cccec6;
        padding-top: 22px
    }

    .steps article>span {
        font-size: 14px;
        color: var(--orange)
    }

    .steps h3 {
        font-size: 18px;
        margin-top: 30px
    }

    .steps p {
        font-size: 14px;
        color: var(--muted)
    }

    .control-bottom {
        margin-top: 50px;
        border-top: 1px solid var(--line);
        padding-top: 28px;
        display: flex;
        gap: 35px;
        align-items: center
    }

    .control-bottom strong {
        margin-right: auto;
        font-size: 18px
    }

    .control-bottom>span {
        font-size: 12px
    }

    .region {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        align-items: center
    }

    .region p {
        max-width: 420px;
        margin: 25px 0
    }

    .text-link {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid;
        padding-bottom: 5px
    }

    .region-panel {
        border: 1px solid var(--line);
        border-radius: 7px;
        padding: 35px
    }

    .region-title {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        letter-spacing: 1px;
        color: var(--muted)
    }

    .region-panel>strong {
        display: block;
        font-size: 43px;
        font-weight: 500;
        letter-spacing: -2px;
        margin: 45px 0 30px
    }

    .region-panel>strong>span {
        display: block;
        color: var(--orange);
        font-size: 12px;
        letter-spacing: 0;
        margin-top: 8px
    }

    .cities {
        display: flex;
        gap: 10px;
        flex-wrap: wrap
    }

    .cities span {
        font-size: 12px;
        border-radius: 3px;
        background: var(--paper);
        padding: 8px 12px
    }

    .region-panel p {
        font-size: 12px;
        margin-bottom: 0
    }

    .faq {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        gap: 70px;
        border-top: 1px solid var(--line)
    }

    details {
        border-bottom: 1px solid var(--line)
    }

    summary {
        list-style: none;
        font-size: 16px;
        font-weight: 600;
        padding: 23px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        gap: 24px
    }

    summary::-webkit-details-marker {
        display: none
    }

    summary>span {
        font-size: 24px;
        font-weight: 400;
        line-height: 1
    }

    details[open] summary>span {
        transform: rotate(45deg);
        color: var(--orange)
    }

    details p {
        font-size: 14px;
        color: var(--muted);
        margin: 0 35px 25px 0
    }

    .last-cta {
        background: var(--orange);
        padding: 55px;
        border-radius: 7px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        margin-bottom: 65px
    }

    .last-cta h2 {
        font-size: 39px
    }

    .last-cta .eyebrow {
        font-size: 10px
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 45px;
        gap: 30px
    }

    footer>span {
        font-size: 11px;
        color: var(--muted)
    }

    footer .brand {
        font-size: 44px
    }

    footer .brand span {
        font-size: 8px
    }

    dialog {
        border: 0;
        border-radius: 9px;
        max-width: 600px;
        width: calc(100% - 32px);
        padding: 35px;
        color: var(--ink)
    }

    dialog::backdrop {
        background: #151b16aa;
        backdrop-filter: blur(5px)
    }

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

    .dialog-head button {
        border: 0;
        background: none;
        font-size: 30px
    }

    dialog h2 {
        font-size: 30px
    }

    dialog p {
        font-size: 14px;
        color: var(--muted)
    }

    dialog label {
        font-size: 13px
    }

    dialog textarea {
        display: block;
        width: 100%;
        min-height: 90px;
        margin-top: 8px;
        border: 1px solid var(--line);
        padding: 12px;
        border-radius: 5px;
        font-size: 14px
    }

    pre {
        white-space: pre-wrap;
        background: var(--paper);
        padding: 18px;
        font-family: inherit;
        font-size: 13px
    }

    .demo-note {
        font-size: 12px !important
    }

    @media(min-width:1600px) {
        h1 {
            font-size: 91px
        }

        .hero-visual {
            min-height: 610px
        }
    }

    @media(max-width:1050px) {
        .wrap {
            width: calc(100% - 48px)
        }

        header {
            height: 95px
        }

        nav {
            gap: 18px
        }

        .hero {
            gap: 25px
        }

        h1 {
            font-size: 66px;
            letter-spacing: -4px
        }

        .hero-visual {
            min-height: 550px
        }

        .lead {
            font-size: 15px
        }

        .brand {
            font-size: 45px
        }

        .brand span {
            font-size: 8px
        }

        .section {
            padding-top: 75px;
            padding-bottom: 75px
        }

        .model-layout,
        .region {
            gap: 40px
        }

        .service {
            padding: 24px
        }

        .service h3 {
            font-size: 18px
        }

        .control-bottom {
            gap: 18px
        }

        .last-cta {
            padding: 40px
        }

        .last-cta h2 {
            font-size: 34px
        }
    }

    @media(max-width:760px) {
        .wrap {
            width: calc(100% - 36px)
        }

        .concept {
            font-size: 10px
        }

        header {
            height: 82px
        }

        .brand {
            font-size: 45px
        }

        header>.button {
            display: none
        }

        .menu {
            display: block;
            border: 0;
            background: var(--paper);
            font-size: 23px;
            border-radius: 4px;
            width: 42px;
            height: 42px
        }

        nav {
            display: none;
            position: absolute;
            z-index: 10;
            top: 109px;
            left: 0;
            right: 0;
            padding: 25px;
            background: white;
            box-shadow: 0 20px 30px #0001;
            flex-direction: column
        }

        nav.open {
            display: flex
        }

        .hero {
            grid-template-columns: 1fr;
            padding-top: 20px;
            padding-bottom: 35px;
            gap: 18px
        }

        .hero-copy {
            padding: 0
        }

        h1 {
            font-size: 67px;
            letter-spacing: -4px;
            margin: 25px 0
        }

        .eyebrow {
            font-size: 10px
        }

        .lead {
            font-size: 15px
        }

        .hero-note {
            font-size: 10px;
            margin-bottom: 15px
        }

        .hero-visual {
            min-height: 430px
        }

        .hero-visual img {
            object-position: center 55%
        }

        .hero .button {
            width: 100%
        }

        .marketplaces {
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 22px;
            padding: 25px 0
        }

        .marketplaces>span:first-child {
            width: 100%;
            text-align: center
        }

        .marketplaces>span br {
            display: none
        }

        .marketplaces strong {
            font-size: 22px
        }

        .marketplaces .own-shop {
            display: none
        }

        .section {
            padding-top: 65px;
            padding-bottom: 65px
        }

        .section-top {
            display: block;
            margin-bottom: 28px
        }

        h2 {
            font-size: 36px;
            letter-spacing: -1.5px
        }

        .section-top>p {
            margin-top: 20px;
            font-size: 14px
        }

        .section-top>p br {
            display: none
        }

        .services {
            grid-template-columns: 1fr 1fr;
            gap: 10px
        }

        .service {
            padding: 19px;
            min-height: 280px
        }

        .service h3 {
            font-size: 17px;
            line-height: 1.4;
            margin-top: 30px
        }

        .service p {
            font-size: 13px
        }

        .symbol {
            right: 18px;
            font-size: 29px
        }

        .tag {
            font-size: 8px;
            letter-spacing: .5px
        }

        .model-layout,
        .region,
        .faq {
            grid-template-columns: 1fr;
            gap: 30px
        }

        .model-card {
            padding: 25px
        }

        .model-card h3 {
            font-size: 29px
        }

        .model-flow {
            font-size: 10px
        }

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

        .calc-fields,
        .calc-summary {
            padding: 24px
        }

        .fields {
            gap: 16px
        }

        .fields select,
        .fields input {
            font-size: 13px
        }

        .field-head {
            font-size: 14px
        }

        .checks {
            gap: 8px
        }

        .checks label {
            font-size: 11px;
            padding: 8px
        }

        .steps {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 30px
        }

        .steps h3 {
            font-size: 16px
        }

        .steps p {
            font-size: 13px
        }

        .control-bottom {
            flex-wrap: wrap;
            gap: 12px
        }

        .control-bottom strong {
            width: 100%
        }

        .control-bottom span {
            font-size: 11px
        }

        .region-panel {
            padding: 25px
        }

        .region-panel>strong {
            font-size: 38px
        }

        .faq>div>p br {
            display: none
        }

        summary {
            font-size: 14px
        }

        .last-cta {
            padding: 30px;
            display: block;
            margin-bottom: 40px
        }

        .last-cta h2 {
            font-size: 30px
        }

        .last-cta .button {
            margin-top: 30px;
            width: 100%;
            font-size: 13px
        }

        footer {
            flex-wrap: wrap
        }

        footer>span:nth-child(2) {
            display: none
        }

        footer>span {
            font-size: 10px
        }

        dialog {
            padding: 24px
        }
    }

    @media(prefers-reduced-motion:reduce) {
        html {
            scroll-behavior: auto
        }

        * {
            transition: none !important
        }
    }

    /* Lead section: native Bitrix form mount, no parameter binding. */
    .lead-panel {
        display: grid;
        grid-template-columns: 1.25fr 1fr;
        border: 1px solid var(--line);
        border-radius: 8px;
        overflow: hidden
    }

    .lead-copy {
        padding: 46px
    }

    .lead-copy h2 {
        font-size: 42px
    }

    .lead-intro {
        font-size: 16px;
        color: var(--muted);
        max-width: 470px;
        margin: 25px 0 30px
    }

    .lead-benefits article {
        display: flex;
        gap: 20px;
        margin: 22px 0
    }

    .lead-benefits article>span {
        color: var(--orange);
        font-size: 13px;
        padding-top: 3px
    }

    .lead-benefits h3 {
        font-size: 17px;
        margin: 0 0 6px
    }

    .lead-benefits p {
        font-size: 14px;
        color: var(--muted);
        margin: 0;
        line-height: 1.7
    }

    .lead-note {
        font-size: 13px;
        color: var(--muted);
        border-top: 1px solid var(--line);
        padding-top: 22px;
        margin: 30px 0 0
    }

    .lead-form {
        padding: 46px;
        background: var(--paper);
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .lead-form h3 {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 1.25;
        font-weight: 600;
        margin: 22px 0 16px
    }

    .lead-form>p {
        font-size: 16px;
        color: var(--muted);
        margin: 0 0 26px
    }

    .bitrix-slot {
        width: 100%;
        min-width: 0
    }

    .bitrix-placeholder {
        min-height: 210px;
        border: 1px dashed #b9bdb4;
        border-radius: 5px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 24px;
        text-align: center
    }

    .bitrix-placeholder>span {
        font-size: 16px;
        font-weight: 600
    }

    .bitrix-placeholder>p {
        font-size: 14px;
        color: var(--muted);
        margin: 10px 0 0
    }

    .lead-form-note {
        font-size: 13px;
        color: var(--muted);
        margin-top: 25px;
        line-height: 1.7
    }

    @media(max-width:1050px) {

        .lead-copy,
        .lead-form {
            padding: 30px
        }

        .lead-copy h2 {
            font-size: 35px
        }
    }

    @media(max-width:760px) {
        .lead-panel {
            grid-template-columns: 1fr
        }

        .lead-copy,
        .lead-form {
            padding: 27px
        }

        .lead-copy h2 {
            font-size: 32px
        }

        .lead-form h3 {
            font-size: 29px
        }

        .lead-benefits article {
            gap: 14px
        }

        .lead-benefits h3 {
            font-size: 16px
        }
    }

    .feedback {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        background: var(--orange);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 65px
    }

    .feedback-copy {
        padding: 48px;
        color: white
    }

    .feedback-copy h2 {
        font-size: 40px
    }

    .feedback-copy>p {
        font-size: 16px;
        line-height: 1.8;
        margin: 25px 0
    }

    .feedback-topics {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 28px
    }

    .feedback-topics span {
        border: 1px solid #ffffff70;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 13px
    }

    .feedback-copy .feedback-note {
        font-size: 13px;
        margin-bottom: 0
    }

    .feedback-form {
        background: var(--paper);
        padding: 44px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .feedback-form h3 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -1px;
        margin: 0 0 12px
    }

    .feedback-form>p {
        font-size: 15px;
        color: var(--muted);
        margin: 0 0 24px
    }

    .photo-tag {
        flex-wrap: wrap;
        gap: 8px
    }

    .region-title {
        gap: 16px
    }

    .region-title>span {
        flex-shrink: 0
    }

    @media(max-width:1050px) {

        .feedback-copy,
        .feedback-form {
            padding: 32px
        }

        .feedback-copy h2 {
            font-size: 34px
        }
    }

    @media(max-width:760px) {
        .feedback {
            grid-template-columns: 1fr;
            margin-bottom: 40px
        }

        .feedback-copy,
        .feedback-form {
            padding: 27px
        }

        .feedback-copy h2 {
            font-size: 31px
        }

        .feedback-topics span {
            font-size: 12px
        }
    }