:root {
    --red: #fa282d;
    --red-deep: #e92429;
    --ink: #151518;
    --blue: #dce9fa;
    --card: #f6f6f7;
    --white: #fff;
    --container: 1440px;
    --radius: 30px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

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

body.menu-open {
    overflow: hidden
}

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

button,
input {
    font: inherit
}

.container {
    width: min(calc(100% - 120px), var(--container));
    margin: 0 auto
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

.site-header {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 24px 0;
    color: #fff
}

.site-header__inner,
.site-header__actions,
.desktop-nav {
    display: flex;
    align-items: center
}

.site-header__inner {
    justify-content: space-between
}

.brand {
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: -1px
}

.brand__mark {
    display: grid;
    place-items: center;
    width: 24px;
    height: 27px;
    background: #fff;
    color: var(--red);
    font-size: 10px;
    margin-right: 3px
}

.brand__name {
    font-size: 14px
}

.desktop-nav {
    gap: 42px;
    margin-left: auto;
    margin-right: 70px;
    font-size: 12px
}

.site-header__actions {
    gap: 9px
}

.header-phone,
.button {
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700
}

.header-phone {
    padding: 11px 14px;
    background: rgba(207, 29, 35, .42)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    transition: transform .2s ease
}

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

.button--small {
    min-height: 38px
}

.button--light {
    background: #fff;
    color: var(--ink)
}

.button--red {
    background: var(--red);
    color: #fff
}

.button small {
    font-size: 16px;
    font-weight: 500
}

.menu-toggle,
.menu-close {
    display: none
}

.hero {
    min-height: 820px;
    padding: 130px 0 55px;
    background: var(--red);
    color: #fff;
    overflow: hidden
}

.hero__inner {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    min-height: 540px
}

.hero__copy {
    position: relative;
    z-index: 2;
    padding-top: 22px
}

.hero h1 {
    max-width: 610px;
    margin: 0;
    font-size: 44px;
    line-height: 1.07;
    letter-spacing: -2.2px
}

.hero__copy p {
    max-width: 500px;
    margin: 27px 0 25px;
    font-size: 13px;
    line-height: 1.5
}

.hero__visual {
    position: relative;
    height: 550px
}

.hero__asset {
    position: absolute;
    right: -8%;
    top: -10%;
    width: 112%;
    height: auto
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -8px
}

.hero-stats article {
    min-height: 84px;
    padding: 15px 14px;
    background: rgba(190, 24, 29, .33);
    border-radius: 12px
}

.hero-stats b {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    border-radius: 50%;
    background: #fff;
    color: var(--red);
    font-size: 12px
}

.hero-stats strong {
    font-size: 22px;
    letter-spacing: -1px
}

.hero-stats span {
    display: block;
    margin-top: 3px;
    font-size: 11px
}

.section {
    padding: 92px 0
}

.section-title {
    margin: 0;
    text-align: center;
    font-size: 37px;
    line-height: 1.04;
    letter-spacing: -2px
}

.section-lead {
    margin: 7px 0 34px;
    text-align: center;
    font-size: 12px
}

.advantages {
    padding-top: 48px
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    max-width: 1120px;
    margin: 36px auto 0
}

.advantage-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 85px;
    padding: 16px 23px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(28, 35, 47, .1)
}

.advantage-card i,
.solutions-grid i {
    display: grid;
    place-items: center;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-style: normal;
    font-size: 15px
}

.advantage-card h3,
.advantage-card p {
    margin: 0
}

.advantage-card h3 {
    font-size: 16px;
    letter-spacing: -.6px
}

.advantage-card p {
    margin-top: 4px;
    font-size: 10px
}

.section--blue {
    background: var(--blue);
    border-radius: var(--radius)
}

.transport {
    padding: 73px 0
}

.transport-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1120px;
    margin: auto
}

.transport-card {
    min-height: 350px;
    padding: 12px 15px 20px;
    background: #fff;
    border-radius: 22px;
    text-align: center
}

.transport-card img {
    display: block;
    width: 100%;
    height: 158px;
    object-fit: contain
}

.transport-card h3 {
    margin: 4px 0 9px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.8px
}

.transport-card p {
    min-height: 34px;
    margin: 0;
    color: #565960;
    font-size: 10px
}

.transport-card strong {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    letter-spacing: -.7px
}

.delivery {
    padding-top: 95px
}

.delivery__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    max-width: 960px;
    margin: auto
}

.delivery-card {
    padding: 11px 16px 15px;
    border-radius: 22px;
    background: var(--card);
    text-align: center
}

.delivery-card img {
    width: 100%;
    height: 175px;
    object-fit: contain
}

.delivery-card h3 {
    margin: 1px 0 10px;
    font-size: 20px
}

.delivery-card p {
    margin: 0;
    color: #5d6066;
    font-size: 10px
}

.delivery-card strong {
    display: block;
    margin: 8px 0 14px;
    font-size: 18px
}

.delivery-card a {
    display: block;
    padding: 10px;
    background: var(--red);
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.process {
    padding: 72px 0
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
    position: relative;
    max-width: 1120px;
    margin: 58px auto 0
}

.process-line:before {
    content: "";
    position: absolute;
    top: -31px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: #59606a
}

.process-step {
    position: relative;
    min-height: 162px;
    padding: 22px 15px 15px;
    background: #fff;
    border-radius: 18px;
    text-align: center
}

.process-step>span {
    position: absolute;
    top: -45px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid var(--red);
    border-radius: 50%;
    background: var(--blue);
    transform: translateX(-50%);
    font-size: 12px
}

.process-step h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: -.5px
}

.process-step p {
    margin: 0;
    font-size: 10px;
    color: #555b63
}

.solutions {
    padding-bottom: 82px
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    max-width: 1120px;
    margin: 40px auto 0
}

.solutions-grid article {
    min-height: 145px;
    padding: 22px;
    border-radius: 18px;
    background: var(--card)
}

.solutions-grid h3 {
    margin: 18px 0 6px;
    font-size: 16px
}

.solutions-grid p {
    margin: 0;
    font-size: 10px;
    color: #555b63
}

.quote {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: var(--blue);
    border-radius: 20px
}

.quote__layout {
    display: grid;
    grid-template-columns: 44% 56%;
    position: relative;
    min-height: 300px;
    padding: 34px 42% 30px 42px
}

.quote__copy h2 {
    margin: 0;
    font-size: 31px;
    line-height: .98;
    letter-spacing: -1.5px
}

.quote__copy p {
    max-width: 300px;
    margin: 14px 0;
    font-size: 11px
}

.quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    align-content: start
}

.quote-form label>span {
    display: block;
    margin-bottom: 4px;
    font-size: 9px
}

.quote-form input {
    width: 100%;
    height: 32px;
    padding: 0 9px;
    border: 1px solid #c9d4e5;
    border-radius: 6px;
    background: #edf3fc;
    font-size: 10px
}

.quote-form .checkbox {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px
}

.checkbox input {
    width: 12px;
    height: 12px
}

.checkbox span {
    font-size: 9px !important
}

.quote-form .button {
    width: max-content;
    min-height: 31px;
    padding: 0 18px;
    font-size: 10px
}

.quote-form__message {
    display: none;
    grid-column: 1/-1;
    margin: 0;
    font-size: 10px;
    color: #2f6c49
}

.quote-form.is-sent .quote-form__message {
    display: block
}

.quote__asset {
    position: absolute;
    right: -1%;
    bottom: -26%;
    width: 42%;
    height: auto;
    pointer-events: none
}

.contacts {
    margin-top: 80px;
    padding: 65px 0 40px;
    background: var(--ink);
    border-radius: 30px 30px 0 0;
    color: #fff
}

.contacts .section-title {
    margin-bottom: 36px
}

.contacts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.contacts__grid article {
    min-height: 160px;
    padding: 22px;
    border-radius: 16px;
    background: #28282a;
    text-align: center
}

.contacts__grid h3 {
    margin: 0 0 15px;
    font-size: 17px
}

.contacts__grid p {
    margin: 0 0 7px;
    color: #d1d1d3;
    font-size: 10px
}

.site-footer {
    padding: 25px 0 30px;
    background: var(--ink);
    color: #fff
}

.site-footer__top,
.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-footer__links {
    display: flex;
    gap: 26px;
    font-size: 10px
}

.footer-phone {
    font-size: 11px
}

.site-footer__bottom {
    margin-top: 30px;
    color: #999;
    font-size: 9px
}

.mobile-menu {
    display: none
}

@media(max-width:780px) {
    .container {
        width: min(calc(100% - 28px), 600px)
    }

    .site-header {
        padding: 13px 0
    }

    .desktop-nav,
    .site-header__actions>a {
        display: none
    }

    .menu-toggle {
        display: flex;
        width: 30px;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        border: 0;
        background: transparent
    }

    .menu-toggle span {
        width: 19px;
        height: 2px;
        background: #fff
    }

    .hero {
        min-height: 526px;
        padding: 62px 0 12px
    }

    .hero__inner {
        grid-template-columns: 1fr;
        min-height: 355px
    }

    .hero__copy {
        padding: 0
    }

    .hero h1 {
        max-width: 250px;
        font-size: 21px;
        letter-spacing: -1px
    }

    .hero__copy p {
        max-width: 230px;
        margin: 13px 0 14px;
        font-size: 8px
    }

    .button {
        min-height: 27px;
        padding: 0 10px;
        border-radius: 5px;
        font-size: 8px
    }

    .button small {
        font-size: 7px
    }

    .hero__visual {
        position: absolute;
        inset: 80px -14px auto 0;
        height: 285px;
        pointer-events: none
    }

    .hero__asset {
        right: -25%;
        top: 5%;
        width: 91%
    }

    .hero-stats {
        gap: 5px;
        margin-top: 2px
    }

    .hero-stats article {
        min-height: 59px;
        padding: 8px 7px;
        border-radius: 7px
    }

    .hero-stats b {
        width: 15px;
        height: 15px;
        margin-right: 3px;
        font-size: 8px
    }

    .hero-stats strong {
        font-size: 13px;
        letter-spacing: -.6px
    }

    .hero-stats span {
        font-size: 7px
    }

    .section {
        padding: 40px 0
    }

    .section-title {
        font-size: 23px;
        letter-spacing: -1.1px
    }

    .section-lead {
        margin: 5px 0 20px;
        font-size: 8px
    }

    .advantages {
        padding: 26px 0
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 17px
    }

    .advantage-card {
        min-height: 50px;
        gap: 9px;
        padding: 8px 12px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(28, 35, 47, .1)
    }

    .advantage-card i,
    .solutions-grid i {
        flex-basis: 21px;
        width: 21px;
        height: 21px;
        font-size: 10px
    }

    .advantage-card h3 {
        font-size: 10px;
        letter-spacing: -.4px
    }

    .advantage-card p {
        margin-top: 1px;
        font-size: 7px
    }

    .section--blue {
        border-radius: 15px
    }

    .transport {
        padding: 34px 0
    }

    .transport-grid,
    .delivery__cards {
        display: flex;
        gap: 10px;
        overflow: hidden;
        margin-right: -14px
    }

    .transport-card {
        min-width: 84%;
        min-height: 235px;
        padding: 7px 10px 13px;
        border-radius: 13px
    }

    .transport-card img {
        height: 111px
    }

    .transport-card h3 {
        margin: 0 0 6px;
        font-size: 13px
    }

    .transport-card p {
        min-height: 25px;
        font-size: 7px
    }

    .transport-card strong {
        margin-top: 3px;
        font-size: 12px
    }

    .delivery {
        padding-top: 45px
    }

    .delivery-card {
        min-width: 83%;
        padding: 7px 10px 11px;
        border-radius: 13px
    }

    .delivery-card img {
        height: 120px
    }

    .delivery-card h3 {
        margin: 0 0 6px;
        font-size: 14px
    }

    .delivery-card p {
        font-size: 7px
    }

    .delivery-card strong {
        margin: 5px 0 9px;
        font-size: 12px
    }

    .delivery-card a {
        padding: 7px;
        border-radius: 5px;
        font-size: 7px
    }

    .process {
        padding: 35px 0
    }

    .process-line {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 30px 0 0 22px
    }

    .process-line:before {
        top: 0;
        bottom: 0;
        left: -18px;
        right: auto;
        width: 1px;
        height: auto
    }

    .process-step {
        min-height: 68px;
        padding: 12px 10px;
        border-radius: 11px
    }

    .process-step>span {
        top: 50%;
        left: -34px;
        width: 21px;
        height: 21px;
        transform: translateY(-50%);
        font-size: 8px
    }

    .process-step h3 {
        margin: 0 0 3px;
        font-size: 10px
    }

    .process-step p {
        font-size: 7px
    }

    .solutions {
        padding-bottom: 40px
    }

    .solutions-grid {
        display: flex;
        gap: 10px;
        overflow: hidden;
        margin: 20px -14px 0 0
    }

    .solutions-grid article {
        min-width: 84%;
        min-height: 120px;
        padding: 15px;
        border-radius: 12px
    }

    .solutions-grid h3 {
        margin: 11px 0 4px;
        font-size: 12px
    }

    .solutions-grid p {
        font-size: 7px
    }

    .quote {
        border-radius: 12px
    }

    .quote__layout {
        display: block;
        min-height: 344px;
        padding: 19px 13px 0
    }

    .quote__copy h2 {
        font-size: 20px
    }

    .quote__copy p {
        max-width: 190px;
        margin: 9px 0;
        font-size: 7px
    }

    .quote-form {
        width: 72%;
        gap: 6px
    }

    .quote-form label>span {
        font-size: 7px
    }

    .quote-form input {
        height: 22px;
        padding: 0 6px;
        border-radius: 4px;
        font-size: 7px
    }

    .checkbox span {
        font-size: 6px !important
    }

    .quote-form .button {
        min-height: 22px;
        padding: 0 11px;
        font-size: 7px
    }

    .quote__asset {
        right: -19%;
        bottom: -7%;
        width: 59%
    }

    .contacts {
        margin-top: 41px;
        padding: 27px 0 18px;
        border-radius: 15px 15px 0 0
    }

    .contacts .section-title {
        margin-bottom: 18px;
        font-size: 19px
    }

    .contacts__grid {
        grid-template-columns: 1fr;
        gap: 9px
    }

    .contacts__grid article {
        min-height: 0;
        padding: 14px 13px;
        border-radius: 9px
    }

    .contacts__grid h3 {
        margin-bottom: 9px;
        font-size: 11px
    }

    .contacts__grid p {
        margin-bottom: 4px;
        font-size: 7px
    }

    .site-footer {
        padding: 19px 0 23px
    }

    .site-footer__top,
    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px
    }

    .site-footer__links {
        flex-direction: column;
        gap: 7px;
        font-size: 7px
    }

    .footer-phone {
        font-size: 8px
    }

    .site-footer__bottom {
        margin-top: 14px;
        gap: 6px;
        font-size: 7px
    }

    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 20;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        padding: 14px;
        background: var(--red);
        color: #fff;
        opacity: 0;
        transition: opacity .2s ease
    }

    .mobile-menu.is-open {
        visibility: visible;
        opacity: 1
    }

    .mobile-menu__top {
        display: flex;
        justify-content: space-between
    }

    .menu-close {
        display: flex;
        position: relative;
        width: 27px;
        border: 0;
        background: transparent
    }

    .menu-close span {
        position: absolute;
        top: 13px;
        width: 20px;
        height: 2px;
        background: #fff
    }

    .menu-close span:first-child {
        transform: rotate(45deg)
    }

    .menu-close span:last-child {
        transform: rotate(-45deg)
    }

    .mobile-menu__nav {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 70px;
        font-size: 25px;
        font-weight: 700
    }

    .mobile-menu__bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 19px;
        margin-top: auto
    }

    .mobile-menu__bottom .header-phone {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}