body {
    background: #fbfbf8;
}

.content-fashion {
    color: #252421;
    background: #fbfbf8;
    overflow-x: hidden;
}

.content-fashion *,
.content-fashion *:before,
.content-fashion *:after {
    box-sizing: border-box;
}

.content-fashion a {
    text-decoration: none;
}

.content-hero {
    position: relative;
    padding: 64px 0 54px;
    background: #1f2723;
    color: #fff;
    overflow: hidden;
}

.content-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .42;
}

.content-hero:after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 24px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .12);
    transform: rotate(14deg);
}

.content-hero .container {
    position: relative;
    z-index: 1;
}

.content-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 42px;
    align-items: center;
}

.content-hero-compact .content-hero-copy {
    max-width: 780px;
}

.content-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b23a48;
    font-size: 13px;
    font-weight: 800;
}

.content-hero .content-kicker {
    color: #f0c9a2;
}

.content-kicker:before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
}

.content-hero h1 {
    max-width: 720px;
    margin: 12px 0 16px;
    color: #fff;
    font-size: 34px;
    line-height: 1.75;
    font-weight: 900;
}

.content-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 2.25;
}

.content-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.content-hero-actions a {
    min-width: 138px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    transition: .2s ease;
}

.content-hero-actions a:first-child {
    background: #b23a48;
    border-color: #b23a48;
}

.content-hero-actions a:hover {
    transform: translateY(-2px);
    border-color: #f0c9a2;
}

.about-visual {
    position: relative;
    min-height: 350px;
}

.style-frame {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: #fff9f2;
    color: #1f2723;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
    overflow: hidden;
}

.style-frame:before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(31, 39, 35, .16);
    border-radius: 8px;
}

.style-frame span,
.style-frame strong {
    position: relative;
    z-index: 1;
    padding: 0 26px;
}

.style-frame span {
    color: #b23a48;
    font-size: 13px;
    font-weight: 800;
}

.style-frame strong {
    padding-bottom: 28px;
    color: #1f2723;
    font-size: 21px;
    line-height: 1.8;
}

.style-frame-main {
    width: 270px;
    height: 330px;
    top: 0;
    left: 34px;
}

.style-frame-soft {
    width: 230px;
    height: 255px;
    right: 20px;
    bottom: 0;
    background: #eef7f5;
}

.style-orbit {
    position: absolute;
    right: 42px;
    top: 34px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(240, 201, 162, .42);
    border-radius: 50%;
}

.style-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f0c9a2;
}

.style-orbit span:nth-child(1) {
    top: 22px;
    right: 14px;
}

.style-orbit span:nth-child(2) {
    left: 22px;
    top: 72px;
    background: #0c8f86;
}

.style-orbit span:nth-child(3) {
    right: 58px;
    bottom: 10px;
    background: #b23a48;
}

.content-section {
    padding: 56px 0;
}

.content-section-muted {
    background: #fff;
    border-top: 1px solid #efe6d9;
    border-bottom: 1px solid #efe6d9;
}

.section-heading {
    max-width: 680px;
    margin-bottom: 24px;
}

.section-heading span {
    color: #0c8f86;
    font-size: 13px;
    font-weight: 800;
}

.section-heading h2,
.about-values h2,
.contact-info-panel h2,
.terms-aside h2,
.form-head h2 {
    margin: 8px 0 0;
    color: #252421;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 900;
}

.about-story {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-story p,
.contact-info-panel p,
.terms-aside p,
.form-head p,
.content-feature-card p,
.term-item p,
.content-alert p {
    margin: 0;
    color: #706961;
    font-size: 14px;
    line-height: 2.15;
}

.about-story p {
    padding: 24px;
    border: 1px solid #eadfcc;
    border-radius: 8px;
    background: #fff;
}

.content-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.content-feature-card,
.terms-aside,
.contact-info-panel,
.contact-form-panel,
.term-item,
.content-alert,
.about-values {
    border: 1px solid #eadfcc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(31, 39, 35, .07);
}

.content-feature-card {
    padding: 26px;
}

.content-feature-card h3 {
    margin: 16px 0 8px;
    color: #252421;
    font-size: 17px;
    font-weight: 900;
}

.content-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
    background: #b23a48;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-sparkles {
    -webkit-mask-image: url("../images/icons/fashion_ui/sparkles.svg");
    mask-image: url("../images/icons/fashion_ui/sparkles.svg");
}

.icon-shield {
    -webkit-mask-image: url("../images/icons/fashion_ui/shield-check.svg");
    mask-image: url("../images/icons/fashion_ui/shield-check.svg");
}

.icon-truck {
    -webkit-mask-image: url("../images/icons/fashion_ui/truck.svg");
    mask-image: url("../images/icons/fashion_ui/truck.svg");
}

.icon-phone {
    -webkit-mask-image: url("../images/icons/fashion_ui/phone.svg");
    mask-image: url("../images/icons/fashion_ui/phone.svg");
}

.icon-mail {
    -webkit-mask-image: url("../images/icons/fashion_ui/mail.svg");
    mask-image: url("../images/icons/fashion_ui/mail.svg");
}

.icon-map {
    -webkit-mask-image: url("../images/icons/fashion_ui/map-pin.svg");
    mask-image: url("../images/icons/fashion_ui/map-pin.svg");
}

.icon-send {
    -webkit-mask-image: url("../images/icons/fashion_ui/send.svg");
    mask-image: url("../images/icons/fashion_ui/send.svg");
}

.about-values {
    display: grid;
    grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
    gap: 28px;
    padding: 30px;
    align-items: start;
}

.about-values > div > span {
    color: #b23a48;
    font-size: 13px;
    font-weight: 800;
}

.about-values ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.about-values li {
    position: relative;
    padding: 12px 42px 12px 14px;
    border: 1px solid #f0e6d8;
    border-radius: 8px;
    color: #4b4741;
    font-size: 14px;
    line-height: 1.9;
}

.about-values li:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0c8f86;
}

.terms-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
    gap: 22px;
    align-items: start;
}

.terms-aside,
.contact-info-panel,
.contact-form-panel {
    padding: 28px;
}

.terms-aside {
    position: sticky;
    top: 16px;
}

.terms-aside .content-icon,
.form-head .content-icon {
    width: 34px;
    height: 34px;
    background: #0c8f86;
}

.terms-aside a {
    height: 42px;
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    background: #1f2723;
    color: #fff;
    font-weight: 800;
}

.terms-list {
    display: grid;
    gap: 14px;
}

.term-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
}

.term-item > span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff5ec;
    color: #b23a48;
    font-size: 15px;
    font-weight: 900;
}

.term-item h3 {
    margin: 0 0 8px;
    color: #252421;
    font-size: 16px;
    font-weight: 900;
}

.content-alert {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px 22px;
    border-color: rgba(12, 143, 134, .24);
    background: #f3fbf9;
}

.content-alert .content-icon {
    background: #0c8f86;
}

.content-alert strong {
    color: #1f2723;
    font-size: 15px;
    font-weight: 900;
}

.contact-info-panel {
    background: #1f2723;
    color: #fff;
}

.contact-info-panel h2 {
    color: #fff;
}

.contact-info-panel p {
    color: rgba(255, 255, 255, .74);
}

.contact-lines {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.contact-line {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .04);
}

.contact-line .content-icon {
    background: #f0c9a2;
}

.contact-line small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
}

.contact-line strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-word;
}

.form-head {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.content-field {
    display: block;
    margin-bottom: 15px;
}

.content-field span {
    display: block;
    margin-bottom: 8px;
    color: #4f4942;
    font-size: 13px;
    font-weight: 800;
}

.content-field input,
.content-field textarea {
    width: 100%;
    border: 1px solid #eadfcc;
    border-radius: 8px;
    background: #fff;
    color: #252421;
    font-family: matiket-font, Tahoma, sans-serif;
    font-size: 14px;
    outline: none;
    transition: .2s ease;
}

.content-field input {
    height: 46px;
    padding: 0 14px;
}

.content-field textarea {
    min-height: 150px;
    padding: 14px;
    resize: vertical;
    line-height: 2;
}

.content-field input:focus,
.content-field textarea:focus {
    border-color: #b23a48;
    box-shadow: 0 0 0 3px rgba(178, 58, 72, .09);
}

.content-submit {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    padding: 0 24px;
    background: #b23a48;
    color: #fff;
    font-family: matiket-font, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}

.content-submit .content-icon {
    width: 20px;
    height: 20px;
    background: #fff;
}

.content-submit:hover {
    transform: translateY(-2px);
    background: #9f2f3f;
}

.error_form {
    display: none;
    margin: 2px 0 16px;
    padding: 10px 12px;
    border: 1px solid rgba(178, 58, 72, .22);
    border-radius: 8px;
    background: #fff6f6;
}

.error_form span {
    color: #b23a48;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 992px) {
    .content-hero-grid,
    .terms-layout,
    .contact-layout,
    .about-values {
        grid-template-columns: 1fr;
    }

    .terms-aside {
        position: static;
    }

    .content-card-grid,
    .about-story {
        grid-template-columns: 1fr;
    }

    .about-visual {
        min-height: 300px;
    }
}

@media (max-width: 600px) {
    .content-hero {
        padding: 44px 0 38px;
    }

    .content-hero h1 {
        font-size: 24px;
        line-height: 1.9;
    }

    .content-section {
        padding: 34px 0;
    }

    .style-frame-main {
        width: 214px;
        height: 265px;
        left: auto;
        right: 0;
    }

    .style-frame-soft {
        width: 190px;
        height: 210px;
        right: auto;
        left: 0;
    }

    .style-orbit {
        display: none;
    }

    .term-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .content-alert {
        align-items: flex-start;
    }

    .content-hero-actions a,
    .content-submit {
        width: 100%;
    }
}
