@charset "UTF-8";

.error-404 {
    padding: 50px 0;
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.error-404-wrap {
    font-family: 'Montserrat';
    text-align: center;
}

.error-404-wrap .heading-2 {
    margin-bottom: 30px;
    font-weight: 400;
}

.error-404-wrap .btn {
    margin-top: 30px;
}

.no-scroll {
    overflow-y: hidden !important;
}

@media (max-width: 1300px) {
    .header-menu-inner {
        position: fixed;
        top: var(--header-height);
        height: calc(100dvh - var(--header-height));
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--color-bg);
        z-index: 100;
        padding: 24px 0;
        overflow-y: auto;
        display: none;
    }

    .header-menu .menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .header-menu .menu-item {
        border-bottom: 1px solid var(--color-border);
    }

    .header-menu .menu-item>a {
        display: block;
        padding: 16px 20px;
        font-size: 16px;
    }

    .header-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: var(--color-bg-soft);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        display: none;
    }

    .header-menu .menu-item-has-children:hover>.sub-menu {
        display: none;
    }

    .header-menu .menu-item-has-children.sub-active>.sub-menu {
        display: block;
    }

    .header-menu .sub-toggle {
        position: absolute;
        top: 8px;
        right: 20px;
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }

    .header-menu .sub-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--color-heading);
        border-bottom: 2px solid var(--color-heading);
        transform: translate(-50%, -75%) rotate(45deg);
        transition: transform .25s var(--ease);
    }

    .header-btns {
        margin-left: auto;
    }

    .site-header {
        transition: background-color 0.3s ease-in-out;
    }

    .steps-list {
        display: flex;
        flex-flow: row wrap;
    }

    .steps-list .step {
        flex: 1;
        min-width: 300px;
    }

    .menu-visible .site-header {
        background-color: #fff !important;
    }

    .header-menu .menu-item-has-children.sub-active>.sub-toggle::before {
        transform: translate(-50%, -25%) rotate(-135deg);
    }

    .hamb-mob {
        display: flex;
    }

    .hamb-mob.active .hamb-path {
        d: path('M2,2L8,8M2,8L8,2');
    }

    .h1 {
        font-size: 48px;
    }

    .h2 {
        font-size: 36px;
    }

    .h3,
    .h3-bold {
        font-size: 26px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-pretitle {
        font-size: 24px;
    }

    .hero-content {
        padding: 80px 0 100px;
    }

    .hero-cta {
        margin-top: 160px;
    }

    .hero-badge {
        left: 16px;
    }

    .steps-layout {
        gap: 40px;
    }

    .steps-image {
        width: 300px;
    }

    .steps-title {
        font-size: 26px;
    }

    .step-num-digit {
        font-size: 44px;
        line-height: 1;
    }

    .intro-layout {
        gap: 40px;
    }

    .intro-image {
        width: 380px;
    }

    .intro-title {
        font-size: 36px;
    }

    .section-intro-arrow {
        display: none;
    }

    .section-intro-bg {
        width: 400px;
        height: 350px;
    }

    .cta-frame {
        padding: 28px 36px;
        max-width: 100%;
    }

    .fact-layout {
        gap: 40px;
    }

    .fact-media {
        width: 380px;
    }

    .fact-media:has(.fact-slider-wrap) {
        width: 540px;
    }

    .fact-media--composition {
        width: 460px;
    }

    .fact-portrait {
        width: 220px;
        height: 220px;
    }

    .fact-placeholder {
        font-size: 20px;
    }

    .fact-label {
        font-size: 36px;
    }

    .section-fact.has-blueprint .section-fact-bg {
        width: 500px;
        right: -15%;
    }

    .section-fact-arrow {
        display: none;
    }

    .solutions-grid {
        gap: 24px;
    }

    .solution-number {
        font-size: 20px;
    }

    .budget-content {
        max-width: 60%;
    }

    .budget-image {
        width: 400px;
        right: -4%;
    }

    .budget-title {
        font-size: 26px;
    }

    .section-title {
        font-size: 36px;
    }

    .howit-layout {
        gap: 40px;
    }

    .section-howit.has-blueprint .section-howit-bg {
        width: 500px;
        right: -15%;
    }

    .whyus-item {
        grid-template-columns: 180px 1fr;
        gap: 40px;
    }

    .whyus-item-name {
        font-size: 26px;
    }

    .whatnext-layout {
        gap: 40px;
    }

    .whatnext-media {
        width: 540px;
        margin-top: -120px;
    }

    .banner-title {
        font-size: 26px;
    }

    .banner-subtitle {
        font-size: 20px;
    }

    .cta-frame-row {
        gap: 32px;
    }

    .cta-frame-outside {
        min-width: 160px;
    }

    .cta-frame-outside-arrow {
        width: 100px;
        height: auto;
    }

    .site-popup {
        padding: 40px;
    }

    .popup-title {
        font-size: 26px;
    }

    .popup-step-digit {
        font-size: 36px;
    }

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

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

    .brif-section--blueprint::before {
        width: 380px;
        right: -10%;
    }

    .brif-title {
        font-size: 26px;
    }

    .brif-section-title {
        font-size: 20px;
    }

    .brif-subsection-title {
        font-size: 18px;
    }

    .section-intro {
        padding: 80px 0;
    }

    .section-intro-bg {
        right: 20px;
    }

    .intro-footer {
        margin-top: 50px;
    }

    .cta-frame .btn {
        padding: 11px 34px;
        font-size: 16px;
        margin-left: unset;
        position: relative;
        left: unset;
        top: unset;
        max-width: 100%;
        width: 100%;
    }

    .fact-slider-wrap {
        left: -20px;
    }

    .fact-layout {
        gap: 4px;
    }

}


@media (max-width: 991px) {
    .header-wrapper {
        gap: 16px;
        min-height: 64px;
    }

    .h-logo .logo img {
        height: 32px;
    }

    .h-logo {
        left: 0;
    }

    /* .h-phone {
        display: none;
    } */

    .h1 {
        font-size: 36px;
    }

    .h2 {
        font-size: 28px;
    }

    .h3,
    .h3-bold {
        font-size: 22px;
    }

    .btn {
        height: 44px;
        padding: 0 22px;
        font-size: 14px;
    }

    .section-hero {
        min-height: 560px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-pretitle {
        font-size: 18px;
    }

    .hero-content {
        padding: 60px 0 80px;
    }

    .hero-cta {
        margin-top: 100px;
    }

    .hero-badge {
        display: none;
    }

    .section-hero {
        min-height: 560px;
    }

    .section-steps {
        padding: 48px 0;
    }

    .steps-layout {
        flex-direction: column;
        gap: 24px;
    }

    .steps-image {
        width: 100%;
        max-width: 320px;
    }

    .steps-title {
        font-size: 22px;
    }

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

    .step-num-digit {
        font-size: 40px;
    }

    .section-intro {
        overflow: hidden;
        padding: 48px 0 0;
    }

    .intro-layout {
        flex-direction: column;
        gap: 24px;
    }

    .intro-image {
        width: 100%;
    }

    .intro-content {
        padding-top: 0;
    }

    .intro-title {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .intro-subtitle {
        font-size: 18px;
    }

    .section-intro-bg {
        display: none;
    }

    .section-cta-frame {
        padding: 0;
        padding-top: 15px;
    }

    .cta-frame {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        padding-left: 0;
    }

    .cta-frame-caption {
        text-align: right;
    }

    .section-fact {
        padding: 48px 0;
    }

    .fact-layout {
        flex-direction: column !important;
        gap: 24px;
    }

    .fact-media {
        width: 100%;
    }

    .fact-content {
        padding-top: 0;
        text-align: left !important;
    }

    .fact-label {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .fact-subtitle,
    .fact-solution-label {
        font-size: 18px;
    }

    .fact-media--composition {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .fact-portrait {
        position: relative;
        width: 100%;
        height: 55vw;
        max-height: 500px;
        left: -20px;
    }

    .fact-portrait img {
        object-position: top;
    }

    .fact-placeholders {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-fact.has-blueprint .section-fact-bg {
        display: none;
    }

    .fact-slider-wrap {
        width: 100%;
        gap: 16px;
        flex-direction: column;
        left: 0;
        align-items: center;
    }

    .fact-slider {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 340px !important;
        height: 460px !important;
    }

    .fact-media:has(.fact-slider-wrap) .fact-slider {
        aspect-ratio: 340 / 538;
    }

    .whatnext-media .fact-slider {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 340px !important;
        height: 460px !important;
    }

    .fact-media:has(.fact-slider-wrap) .fact-slider .swiper-slide {
        height: auto;
        aspect-ratio: 300 / 538;
    }

    .fact-slider-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 50px;
        padding-bottom: 0;
        top: 0;
        width: auto;
        left: 0;
    }

    .fact-slider-wrap--mirror .fact-slider-nav {
        align-self: center;
    }

    .fact-slider-btn.fact-slider-prev {
        top: 0;
    }

    .section-solutions {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 32px;
    }

    .solution {
        grid-row: auto;
        grid-template-rows: auto auto;
    }

    .solution-body {
        gap: 8px;
    }

    .section-budget {
        padding: 30px 0 30px;
    }

    .budget-frame {
        padding: 0;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .budget-cta {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .budget-content {
        max-width: 100%;
    }

    .budget-title {
        font-size: 22px;
    }

    .budget-image {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 24px;
    }

    .section-howit {
        padding: 30px 0;
        padding-top: 0;
    }

    .section-howit.has-blueprint .section-howit-bg {
        display: none;
    }

    .howit-layout {
        margin-top: 0;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .howit-stat-icon {
        width: 50px;
        height: 50px;
    }

    .howit-stats li {

        gap: 12px;
        align-items: center;
        min-height: 50px;

    }

    .howit-stats {
        margin-left: 0;
        align-items: start;
        gap: 15px;
    }

    .howit-main .section-title--center {
        text-align: left;
    }

    .howit-main .section-title--center {
        padding-bottom: 30px;
    }

    .section-title::after {
        right: unset;
        left: -20px;
        width: calc(100% + 40px);
    }

    .howit-desc {
        text-align: left;
    }

    .howit-brand {
        text-align: left;
        justify-content: start;
    }

    .howit-result-label,
    .howit-step-text,
    .howit-ste {
        text-align: left;
    }

    .howit-step-label {
        min-width: 55px;
        text-align: left;
    }

    .howit-contacts {
        flex-direction: column;
        justify-content: start;

        flex-flow: row wrap;
        margin-left: 62px;
        gap: 5px;
    }

    .howit-quote {
        align-self: stretch;
        max-width: 100%;
    }

    .section-title {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .section-whyus {
        padding: 30px 0 0;
    }

    .whyus-bg-wrap {
        padding: 30px 0;
    }

    .whyus-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 0;
        padding-top: 0;
    }

    .whyus-item-name {
        font-size: 22px;
    }

    .whyus-result {
        padding-left: 0;
    }

    .section-whatnext {
        padding: 30px 0;
    }

    .whatnext-layout {
        margin-top: 0;
        flex-direction: column;
        gap: 32px;
    }

    .whatnext-subtitle,
    .whatnext-text {
        margin-top: 30px;
        text-align: left;
    }

    .whatnext-media {
        width: 100%;
        margin-top: 0;
    }

    .section-title {
        text-align: left;
    }

    .whatnext-media .fact-slider-wrap {
        right: auto;
        left: 0;
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
        display: flex;
    }

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

    .section-cta-frame--with-outside .cta-frame {
        gap: 15px;
    }

    .cta-frame-outside-text {
        margin-bottom: 0;
    }

    .cta-frame-title {
        text-align: left;
    }

    .cta-frame-title br {
        display: none;
    }

    .banner-title {
        font-size: 22px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .fact-slider-wrap--mirror {
        flex-direction: column;
    }

    .cta-frame-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cta-frame-outside {
        min-width: 0;
        padding-top: 0;
        text-align: center;
    }

    .cta-frame-outside-arrow {
        display: none;
    }

    .site-popup {
        padding: 32px 20px;
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        overflow-x: hidden;
    }

    .popup-step-num {
        top: 0;
    }

    .close-popup-text {
        display: none;
    }

    .popup-brief-or {
        margin-top: 8px;
        font-size: 14px;
    }

    .popup-title {
        font-size: 21px;
        max-width: 100%;
        letter-spacing: 0.034em;
    }

    .popup-form-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .popup-form-submit .wpcf7-submit {
        height: 36px;
        min-width: 100%;
    }

    .popup-steps br {
        display: none;
    }

    .popup-step {
        align-items: center;
    }

    .popup-form-consent {
        margin-top: 14px;
    }
    
    .popup-brief {
        margin-top: 15px;
    }

    .popup-steps {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-left: 15px;
        margin-top: 20px;
    }

    .popup-step-digit {
        font-size: 32px;
    }

    .section-brif {
        padding: 32px 0 10px;
    }

    .brif-header {
        flex-direction: column;
        gap: 33px;
        padding-bottom: 16px;
    }

    .brif-subsection:not(.brif-subsection--status) .brif-field {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .brif-grid {
        gap: 16px;
    }

    .brif-section+.brif-section {
        margin-top: 0;
    }

    .brif-title {
        font-size: 22px;
    }

    .brif-intro {
        font-size: 14px;
    }

    .brif-section {
        padding: 20px 0;
    }

    .brif-section-title {
        font-size: 18px;
    }

    .brif-subsection-title {
        font-size: 16px;
    }

    .brif-grid--2,
    .brif-grid--3 {
        grid-template-columns: 1fr;
    }

    .brif-options--2,
    .brif-options--3 {
        grid-template-columns: 1fr;
    }

    .brif-section--blueprint::before {
        display: none;
    }

    .brif-section--terms {
        padding: 20px 16px;
    }

    .brif-form .wpcf7-submit {
        width: 100%;
        padding: 11px 24px;
    }

    .brif-form {
        margin: 0;
    }

    .footer-bottom {
        gap: 12px;
        flex-direction: column-reverse;
    }

    .footer-links--center {
        position: static;
        transform: none;
        text-align: left;
    }

    .steps-list {
        flex-direction: column;
    }

    .steps-layout {
        position: relative;
    }

    .steps-list .step {
        min-width: unset;
    }

    .steps-image {
        position: absolute;
        opacity: 0.05;
        margin: 0;
        padding: 0;
        left: -20px;
        top: -20px;
    }

    .step-num-digit {
        line-height: 1;
    }

    .intro-footer {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .intro-content {
        max-width: 100%;
        width: 100%;
    }

    .intro-text {
        margin-top: 15px;
        max-width: 100%;
    }

    .intro-text p {
        margin: 0 0 15px;
    }

    .cta-frame {
        max-width: 100%;
    }

    .cta-frame-title {
        font-size: 16px;
    }

    .fact-media,
    .fact-media:has(.fact-slider-wrap) {
        height: auto;
        width: 100%;
        max-height: none;
        min-height: 0;
    }

    .fact-label {
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 12px;
    }

    .fact-subtitle {
        margin-top: 12px;
    }

    .fact-solution p {
        margin: 0 0 15px;
    }

    .fact-question p br {
        display: none;
    }

    .fact-solution-label {
        margin-top: 15px;
    }

    .fact-label::after {
        left: -20px;
        width: calc(100% + 40px);
    }

    .section-fact {
        padding: 30px 0;
    }

    .fact--image-right .fact-question,
    .fact--image-right .fact-solution {
        text-align: left;
        max-width: 100%;
    }

    .section-fact.fact--image-right {
        padding-bottom: 0px;
    }

    .solution {
        gap: 15px;
    }

    .whyus-item-body {
        gap: 20px;
    }

    .whyus-result {
        font-size: 16px;
    }

    .whyus-item:not(:last-child) .whyus-item-body {
        padding-bottom: 30px;
    }

    .banner-subtitle {
        margin-top: 24px;
    }

    .section-banner {
        min-height: 300px;
    }

    .hero-badge {
        display: grid;
        position: static;
        order: 1;
        grid-template-columns: 50px auto;
        align-items: center;
        width: 100%;
        margin-top: auto;
        padding: 0px 20px;
        gap: 0;
        background: linear-gradient(to right, #FCFDFD 0%, #E9ECEF 100%);
        border-top: 1px solid #007380;
    }

    .hero-badge-icon {
        width: 32px;
        left: 0;
        justify-self: center;
        transform: rotate(90deg);
        position: relative;
        top: -7px;
    }

    .hero-badge-text {
        writing-mode: horizontal-tb;
        transform: none;
        left: 13px;
        letter-spacing: 0.05em;
        font-size: 14px;
    }

    .popup-brief-wrap {
        font-size: 17px;
        letter-spacing: 0.034em;
        line-height: 1.55;
    }
}