
.header {
    position: sticky;
    top: 0;
    z-index: 9000;
}

.header__inner {
    position: relative;
}

.header-mobile-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 20px;
}

.header-burger {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(25, 47, 76, .14);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.header-burger span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--navy);
    transition: transform .25s ease, opacity .25s ease, background .25s ease;
}

.header-burger:hover {
    border-color: rgba(237, 61, 61, .35);
}

.header-burger:hover span {
    background: var(--orange);
}

.header.is-open .header-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header.is-open .header-burger span:nth-child(2) {
    opacity: 0;
}

.header.is-open .header-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1100px) {
    .brand img {
        width: 190px;
    }

    .nav {
        gap: 10px;
        font-size: 13px;
    }

    .nav a {
        padding: 9px 9px;
    }

    .header__cta .btn {
        padding: .5em .85em;
        font-size: 13px;
    }
}

@media (max-width: 920px) {
    .header__inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .brand img {
        width: 170px;
        margin-block: -8px;
    }

    .header-burger {
        display: inline-flex;
    }

    .header-mobile-panel {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: grid;
        gap: 14px;
        padding: 18px;
        background: #fff;
        border: 1px solid rgba(25, 47, 76, .10);
        border-radius: 18px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    }

    .header.is-open .header-mobile-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .header-mobile-panel .nav {
        display: grid;
        width: 100%;
        gap: 6px;
    }

    .header-mobile-panel .nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 12px 14px;
        border-radius: 12px;
        background: #f6f8fb;
        color: var(--navy);
        font-size: 14px;
        font-weight: 800;
    }

    .header-mobile-panel .nav a::after {
        content: "→";
        color: var(--orange);
        font-weight: 900;
    }

    .header-mobile-panel .nav a:hover {
        background: var(--navy);
        color: #fff;
    }

    .header-mobile-panel .header__cta {
        display: grid;
        width: 100%;
        gap: 10px;
    }

    .header-mobile-panel .header__cta .btn {
        width: 100%;
        min-height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .container {
        width: calc(100% - 28px);
    }

    .brand img {
        width: 152px;
    }

    .header-burger {
        width: 43px;
        height: 43px;
        border-radius: 11px;
    }

    .header-mobile-panel {
        top: calc(100% + 8px);
        padding: 14px;
        border-radius: 16px;
    }

    .header-mobile-panel .nav a {
        min-height: 44px;
        font-size: 13px;
    }

    .header-mobile-panel .header__cta .btn {
        min-height: 46px;
        font-size: 13px;
    }
}

@media (max-width: 340px) {
    .brand img {
        width: 138px;
    }

    .header-burger {
        width: 40px;
        height: 40px;
    }

    .header-burger span {
        width: 20px;
    }
}
@media (max-width: 1400px) {
    .google-reviews-layout {
        max-width: min(1180px, calc(100% - 44px));
        margin-inline: auto;
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 28px;
    }

    .google-reviews-section .swiper-slide {
        width: 320px !important;
    }
}

@media (max-width: 1200px) {
    .google-reviews-layout {
        grid-template-columns: 285px minmax(0, 1fr);
        gap: 24px;
    }

    .google-reviews-summary {
        padding: 24px;
        border-radius: 24px;
    }

    .google-reviews-summary h2 {
        font-size: 25px;
    }

    .google-score-main strong {
        font-size: 48px;
    }

    .google-reviews-top {
        margin: 1em 1.2em;
    }

    .google-reviews-section .swiper-slide {
        width: 305px !important;
    }

    .google-review-card {
        min-height: 250px;
        padding: 20px;
    }
}

@media (max-width: 1050px) {
    .google-reviews-layout {
        grid-template-columns: 1fr;
        max-width: calc(100% - 44px);
    }

    .google-reviews-summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 20px;
        align-items: center;
    }

    .google-reviews-kicker {
        grid-column: 1 / -1;
        width: fit-content;
        margin-bottom: 0;
    }

    .google-reviews-summary h2 {
        margin: 0;
    }

    .google-score-box {
        margin: 0;
    }

    .google-review-link {
        grid-column: 1 / -1;
        width: fit-content;
        min-width: 240px;
    }

    .google-reviews-carousel {
        width: 100%;
        min-width: 0;
    }

    .google-reviews-top {
        margin: 0 0 18px;
    }
}

@media (max-width: 920px) {
    .google-reviews-section {
        padding: 58px 0;
    }

    .google-reviews-layout {
        max-width: calc(100% - 36px);
    }

    .google-reviews-summary {
        grid-template-columns: 1fr;
    }

    .google-reviews-kicker {
        margin-bottom: 2px;
    }

    .google-reviews-summary h2 {
        font-size: 25px;
    }

    .google-score-box {
        max-width: 360px;
    }

    .google-review-link {
        width: 100%;
        min-width: 0;
    }

    .google-reviews-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .google-reviews-top p {
        max-width: none;
    }

    .google-reviews-nav {
        width: 100%;
        justify-content: flex-end;
    }

    .google-reviews-section .swiper-slide {
        width: 315px !important;
    }
}

@media (max-width: 768px) {
    .google-reviews-section {
        padding: 50px 0 56px;
        overflow: hidden;
    }

    .google-reviews-layout {
        max-width: calc(100% - 32px);
        gap: 22px;
    }

    .google-reviews-summary {
        padding: 22px;
        border-radius: 22px;
    }

    .google-reviews-summary h2 {
        font-size: 23px;
        line-height: 1.2;
    }

    .google-score-box {
        padding: 18px;
        border-radius: 18px;
        max-width: none;
    }

    .google-score-main strong {
        font-size: 44px;
    }

    .google-score-main span {
        font-size: 16px;
    }

    .google-stars {
        font-size: 15px;
    }

    .google-reviews-top p {
        font-size: 13px;
        line-height: 1.65;
    }

    .google-reviews-nav button {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .google-reviews-swiper {
        padding: 6px 0 22px;
        overflow: visible;
    }

    .google-reviews-section .swiper-slide {
        width: 300px !important;
    }

    .google-review-card {
        min-height: 255px;
        padding: 19px;
        border-radius: 21px;
    }

    .review-card-head {
        grid-template-columns: 42px 1fr 26px;
        gap: 10px;
    }

    .review-avatar {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 16px;
    }

    .google-mark {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

    .google-review-card p {
        font-size: 13px;
        line-height: 1.68;
    }
}

@media (max-width: 560px) {
    .google-reviews-layout {
        max-width: calc(100% - 28px);
    }

    .google-reviews-summary {
        padding: 20px;
        border-radius: 20px;
    }

    .google-reviews-kicker {
        font-size: 11px;
        padding: 7px 10px;
    }

    .google-reviews-summary h2 {
        font-size: 22px;
    }

    .google-score-box p {
        font-size: 12.5px;
    }

    .google-review-link {
        min-height: 46px;
        padding: 12px 14px;
        font-size: 12.5px;
        border-radius: 10px;
    }

    .google-reviews-top {
        gap: 12px;
    }

    .google-reviews-nav {
        justify-content: flex-start;
    }

    .google-reviews-section .swiper-slide {
        width: 285px !important;
    }

    .google-review-card {
        min-height: 265px;
    }

    .review-card-head strong {
        font-size: 13px;
    }

    .review-card-head span {
        font-size: 11.5px;
    }

    .review-service {
        font-size: 10.5px;
    }
}

@media (max-width: 420px) {
    .google-reviews-layout {
        max-width: calc(100% - 24px);
    }

    .google-reviews-summary {
        padding: 18px;
    }

    .google-reviews-summary h2 {
        font-size: 21px;
    }

    .google-score-main strong {
        font-size: 40px;
    }

    .google-stars {
        font-size: 14px;
    }

    .google-reviews-section .swiper-slide {
        width: 268px !important;
    }

    .google-review-card {
        padding: 17px;
        min-height: 275px;
        border-radius: 18px;
    }

    .review-card-head {
        grid-template-columns: 40px 1fr 24px;
    }

    .review-avatar {
        width: 40px;
        height: 40px;
    }

    .google-mark {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .review-stars-line {
        font-size: 12px;
    }

    .google-review-card p {
        font-size: 12.7px;
        line-height: 1.65;
    }
}

@media (max-width: 360px) {
    .google-reviews-layout {
        max-width: calc(100% - 20px);
    }

    .google-reviews-summary {
        padding: 16px;
        border-radius: 18px;
    }

    .google-reviews-summary h2 {
        font-size: 20px;
    }

    .google-score-box {
        padding: 15px;
    }

    .google-score-main strong {
        font-size: 38px;
    }

    .google-reviews-section .swiper-slide {
        width: 250px !important;
    }

    .google-review-card {
        min-height: 285px;
        padding: 16px;
    }

    .google-reviews-nav button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 320px) {
    .google-reviews-section .swiper-slide {
        width: 235px !important;
    }

    .google-review-card {
        min-height: 300px;
    }

    .google-review-card p {
        font-size: 12.4px;
    }

    .google-review-link {
        font-size: 12px;
    }
}

@media (max-width: 300px) {
    .google-reviews-layout {
        max-width: calc(100% - 16px);
    }

    .google-reviews-section .swiper-slide {
        width: 220px !important;
    }

    .google-review-card {
        min-height: 310px;
        padding: 14px;
    }

    .review-card-head {
        grid-template-columns: 36px 1fr;
    }

    .review-avatar {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .google-mark {
        display: none;
    }
}
@media (max-width: 1400px) {
    .about {
        padding: 58px 0;
    }

    .about__grid {
        gap: 5.5em;
    }

    .about__img {
        width: 30vw;
    }
}

@media (max-width: 1200px) {
    .about__grid {
        gap: 4em;
    }

    .about__img {
        width: 34vw;
        max-height: 58vh;
    }

    .about__content h2,
    .about h2 {
        font-size: 32px;
    }

    .about__content p {
        font-size: 14.5px;
    }
}

@media (max-width: 1050px) {
    .about__grid {
        gap: 3em;
    }

    .about__img {
        width: 38vw;
    }

    .about__img::before {
        left: 2.6em;
        right: -2.6em;
        top: 1.6em;
        bottom: -1.6em;
    }

    .about__content .ticks {
        gap: 10px;
    }

    .about__content .ticks li {
        padding: 13px 14px 13px 44px;
        font-size: 13.5px;
    }
}

@media (max-width: 920px) {
    .about {
        padding: 52px 0;
    }

    .about__grid {
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
    }

    .about__img {
        width: min(520px, 100%) !important;
        max-height: none;
        aspect-ratio: 16 / 11;
        margin: 0 auto;
    }

    .about__img::before {
        left: 1.4em;
        right: -1.4em;
        top: 1.2em;
        bottom: -1.2em;
    }

    .about__content {
        width: 100%;
        padding: 0;
    }

    .about__content h2,
    .about h2 {
        font-size: 30px;
    }

    .about__content p {
        max-width: 760px;
    }

    .about__content .ticks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about {
        padding: 46px 0;
    }

    .about__grid {
        gap: 28px;
    }

    .about__img {
        aspect-ratio: 4 / 3;
        border-radius: 20px;
    }

    .about__img img {
        border-radius: 20px;
    }

    .about__img::before {
        display: none;
    }

    .about__content {
        padding: 0;
        border-radius: 0;
    }

    .about__content h2,
    .about h2 {
        font-size: 27px;
        line-height: 1.18;
        margin-bottom: 12px;
    }

    .about__content p,
    .about p {
        font-size: 14px;
        line-height: 1.72;
        margin-bottom: 18px;
    }

    .about__content .ticks {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .about__content .ticks li {
        padding: 13px 14px 13px 42px;
        font-size: 13px;
        line-height: 1.55;
    }

    .about__content .ticks li::before {
        left: 13px;
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

@media (max-width: 560px) {
    .about {
        padding: 40px 0;
    }

    .about__grid {
        gap: 24px;
    }

    .about__img {
        aspect-ratio: 1 / .82;
    }

    .about__content h2,
    .about h2 {
        font-size: 25px;
        letter-spacing: -.35px;
    }

    .about__content p,
    .about p {
        font-size: 13.5px;
    }

    .about__content .ticks li {
        padding: 12px 13px 12px 40px;
        font-size: 12.8px;
    }

    .about__content .ticks li::before {
        left: 12px;
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 420px) {
    .about {
        padding: 36px 0;
    }

    .about__img {
        aspect-ratio: 1 / .9;
    }

    .about__content h2,
    .about h2 {
        font-size: 23px;
    }

    .about__content p,
    .about p {
        font-size: 13px;
        line-height: 1.68;
    }

    .about__content .ticks {
        gap: 8px;
    }

    .about__content .ticks li {
        padding: 11px 12px 11px 38px;
        border-radius: 11px;
        font-size: 12.5px;
    }

    .about__content .ticks li::before {
        left: 11px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .about__content h2,
    .about h2 {
        font-size: 22px;
    }

    .about__img {
        aspect-ratio: 1 / .95;
    }

    .about__content .ticks li {
        font-size: 12.2px;
        line-height: 1.5;
    }
}

@media (max-width: 300px) {
    .about {
        padding: 32px 0;
    }

    .about__content h2,
    .about h2 {
        font-size: 21px;
    }

    .about__content p,
    .about p {
        font-size: 12.6px;
    }

    .about__content .ticks li {
        padding: 10px 10px 10px 34px;
        font-size: 12px;
    }

    .about__content .ticks li::before {
        left: 10px;
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 1400px) {
    .services {
        padding: 82px 0;
    }

    .services-head {
        margin-bottom: 40px;
    }

    .service-card {
        max-width: 380px;
    }

    .service-media {
        height: 270px;
    }
}

@media (max-width: 1200px) {
    .services {
        padding: 74px 0;
    }

    .services-head h2 {
        font-size: 32px;
    }

    .services-head p {
        font-size: 13.5px;
    }

    .service-card {
        max-width: 360px;
        border-radius: 24px;
    }

    .service-media {
        height: 250px;
    }

    .service-body {
        padding: 20px;
    }

    .service-body h3 {
        font-size: 21px;
    }
}

@media (max-width: 1050px) {
    .services {
        padding: 66px 0;
    }

    .services-head {
        max-width: 620px;
        margin-bottom: 34px;
    }

    .services-head h2 {
        font-size: 30px;
    }

    .service-card {
        max-width: 340px;
    }

    .service-media {
        height: 235px;
    }

    .services-nav {
        margin-top: 20px;
    }
}

@media (max-width: 920px) {
    .services {
        padding: 60px 0;
    }

    .services-head {
        max-width: 580px;
        margin-bottom: 30px;
    }

    .services-head h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .services-head p {
        line-height: 1.65;
    }

    .services-slider {
        margin-inline: -6px;
    }

    .services-swiper {
        overflow: visible;
    }

    .services .swiper-wrapper,
    .services .swiper-slide {
        padding: 0 !important;
    }

    .services .swiper-slide {
        width: 330px !important;
    }

    .service-card {
        max-width: none;
        width: 100%;
        border-radius: 22px;
    }

    .service-media {
        height: 230px;
    }

    .service-body h3 {
        font-size: 20px;
    }

    .service-body p {
        font-size: 12.8px;
        line-height: 1.65;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 54px 0;
    }

    .services-head {
        text-align: left;
        margin-bottom: 26px;
    }

    .services-head h2 {
        font-size: 27px;
        margin-bottom: 8px;
    }

    .services-head p {
        font-size: 13px;
    }

    .services .swiper-slide {
        width: 305px !important;
    }

    .service-card {
        border-radius: 20px;
    }

    .service-media {
        height: 215px;
    }

    .service-tag {
        top: 13px;
        left: 13px;
        font-size: 10.5px;
        padding: 6px 9px;
    }

    .service-body {
        padding: 18px;
    }

    .service-body h3 {
        font-size: 19px;
    }

    .service-body p {
        font-size: 12.6px;
        line-height: 1.62;
    }

    .service-body a {
        min-height: 43px;
        margin-top: 16px;
        padding: 12px 14px;
        font-size: 12.5px;
        border-radius: 9px;
    }

    .services-nav button {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 560px) {
    .services {
        padding: 48px 0;
    }

    .services-head h2 {
        font-size: 25px;
    }

    .services-head p {
        font-size: 12.8px;
    }

    .services-slider {
        margin-inline: 0;
    }

    .services .swiper-slide {
        width: 285px !important;
    }

    .service-media {
        height: 200px;
    }

    .service-body {
        padding: 17px;
    }

    .service-body h3 {
        font-size: 18px;
    }

    .service-body p {
        font-size: 12.4px;
    }

    .services-nav {
        gap: 10px;
    }

    .services-nav button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    .services {
        padding: 44px 0;
    }

    .services-head {
        margin-bottom: 22px;
    }

    .services-head h2 {
        font-size: 23px;
    }

    .services .swiper-slide {
        width: 265px !important;
    }

    .service-card {
        border-radius: 18px;
    }

    .service-media {
        height: 185px;
    }

    .service-body {
        padding: 16px;
    }

    .service-body h3 {
        font-size: 17px;
        line-height: 1.25;
    }

    .service-body p {
        font-size: 12.2px;
        line-height: 1.6;
    }

    .service-body a {
        min-height: 42px;
        font-size: 12px;
        padding: 11px 12px;
    }
}

@media (max-width: 360px) {
    .services .swiper-slide {
        width: 245px !important;
    }

    .service-media {
        height: 172px;
    }

    .service-body {
        padding: 15px;
    }

    .service-body h3 {
        font-size: 16.5px;
    }

    .service-tag {
        font-size: 10px;
        padding: 5px 8px;
    }
}

@media (max-width: 320px) {
    .services .swiper-slide {
        width: 230px !important;
    }

    .service-media {
        height: 160px;
    }

    .service-body h3 {
        font-size: 16px;
    }

    .service-body p {
        font-size: 12px;
    }

    .service-body a::after {
        margin-left: 7px;
    }
}

@media (max-width: 300px) {
    .services {
        padding: 38px 0;
    }

    .services .swiper-slide {
        width: 216px !important;
    }

    .service-media {
        height: 150px;
    }

    .service-body {
        padding: 14px;
    }

    .service-body h3 {
        font-size: 15.5px;
    }

    .service-body p {
        font-size: 11.8px;
    }

    .service-body a {
        min-height: 40px;
        font-size: 11.5px;
    }
}
@media (max-width: 1400px) {
    .duo-box {
        padding-left: 9%;
        padding-right: 3em;
    }

    .duo-box--blue {
        padding-right: 9%;
        padding-left: 3em;
    }

    .duo-box h3 {
        font-size: 27px;
    }

    .duo-box p {
        font-size: 14.5px;
    }
}

@media (max-width: 1200px) {
    .duo-box {
        padding-left: 7%;
        padding-right: 2.4em;
    }

    .duo-box--blue {
        padding-right: 7%;
        padding-left: 2.4em;
    }

    .duo-icon {
        width: 58px;
        height: 58px;
        border-radius: 16px;
        font-size: 25px;
        margin-bottom: 18px;
    }

    .duo-box h3 {
        font-size: 25px;
    }

    .duo-box p {
        font-size: 14px;
        line-height: 1.7;
    }

    .duo-box li {
        font-size: 13.5px;
    }
}

@media (max-width: 1050px) {
    .duo-box {
        padding-left: 5%;
        padding-right: 2em;
    }

    .duo-box--blue {
        padding-right: 5%;
        padding-left: 2em;
    }

    .duo-box h3 {
        font-size: 24px;
    }

    .duo-box p {
        line-height: 1.65;
    }
}

@media (max-width: 920px) {
    .duo {
        display: block;
        width: 100%;
    }

    .duo-inner {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .duo-box,
    .duo-box--blue {
        width: 100%;
        direction: ltr;
        padding: 42px calc((100vw - min(var(--container), calc(100% - 36px))) / 2);
        padding-left: max(18px, calc((100vw - min(var(--container), calc(100% - 36px))) / 2));
        padding-right: max(18px, calc((100vw - min(var(--container), calc(100% - 36px))) / 2));
    }

    .duo-box--blue li::before {
        left: 12px !important;
        right: unset !important;
    }

    .duo-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 17px;
    }

    .duo-box h3 {
        font-size: 25px;
    }

    .duo-box p {
        max-width: 720px;
    }

    .duo-box ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        max-width: 860px;
    }

    .duo-box li {
        margin: 0;
        padding: 12px 13px 12px 30px;
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .duo-box li::before {
        left: 13px;
        top: 50% !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .duo-box,
    .duo-box--blue {
        padding-top: 38px;
        padding-bottom: 38px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .duo-icon {
        width: 52px;
        height: 52px;
        border-radius: 15px;
        font-size: 23px;
        margin-bottom: 16px;
    }

    .duo-box h3 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .duo-box p {
        font-size: 13.5px;
        line-height: 1.68;
        margin-bottom: 16px;
    }

    .duo-box ul {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .duo-box li {
        padding: 11px 12px 11px 30px;
        font-size: 12.8px;
    }

    .duo-box li::before {
        left: 12px;
    }
}

@media (max-width: 560px) {
    .duo-box,
    .duo-box--blue {
        padding-top: 34px;
        padding-bottom: 34px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .duo-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 21px;
        margin-bottom: 14px;
    }

    .duo-box h3 {
        font-size: 22px;
    }

    .duo-box p {
        font-size: 13px;
        line-height: 1.65;
    }

    .duo-box li {
        font-size: 12.5px;
        border-radius: 11px;
    }
}

@media (max-width: 420px) {
    .duo-box,
    .duo-box--blue {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .duo-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .duo-box h3 {
        font-size: 21px;
        line-height: 1.18;
    }

    .duo-box p {
        font-size: 12.8px;
        line-height: 1.62;
    }

    .duo-box li {
        padding: 10px 11px 10px 28px;
        font-size: 12.3px;
        line-height: 1.45;
    }

    .duo-box li::before {
        left: 11px;
    }
}

@media (max-width: 360px) {
    .duo-box h3 {
        font-size: 20px;
    }

    .duo-box p {
        font-size: 12.5px;
    }

    .duo-box li {
        font-size: 12px;
    }
}

@media (max-width: 300px) {
    .duo-box,
    .duo-box--blue {
        padding-top: 28px;
        padding-bottom: 28px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .duo-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 18px;
    }

    .duo-box h3 {
        font-size: 19px;
    }

    .duo-box p {
        font-size: 12.2px;
    }

    .duo-box li {
        padding: 9px 10px 9px 26px;
        font-size: 11.8px;
    }

    .duo-box li::before {
        left: 10px;
    }
}
@media (max-width: 1400px) {
    .choose {
        padding: 58px 0;
    }

    .choose__grid {
        gap: 24px;
    }

    .choose h2 {
        font-size: 30px;
    }

    .choose__img img {
        max-height: 640px;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    .choose {
        padding: 54px 0;
    }

    .choose__grid {
        grid-template-columns: 1.05fr .85fr;
        gap: 22px;
    }

    .choose h2 {
        font-size: 29px;
        line-height: 1.18;
    }

    .choose p {
        font-size: 13.8px;
        line-height: 1.75;
    }

    .accordion summary {
        padding: 16px 0;
        font-size: 14px;
    }

    .acc-body {
        font-size: 13.5px;
    }

    .choose__img::before {
        left: 2.6em;
        right: -2.6em;
        top: 1.6em;
        bottom: -1.6em;
    }
}

@media (max-width: 1050px) {
    .choose__grid {
        grid-template-columns: 1fr .78fr;
        gap: 20px;
    }

    .choose h2 {
        font-size: 28px;
    }

    .choose__img::before {
        left: 1.8em;
        right: -1.8em;
        top: 1.2em;
        bottom: -1.2em;
    }

    .faq-seo details[open] {
        margin-inline: -12px;
        padding-inline: 12px;
    }
}

@media (max-width: 920px) {
    .choose {
        padding: 52px 0;
    }

    .choose__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .choose__content {
        order: 2;
    }

    .choose__img {
        order: 1;
        width: min(520px, 100%);
        margin: 0 auto;
    }

    .choose__img::before {
        display: none;
    }

    .choose__img img {
        aspect-ratio: 16 / 10;
        height: auto;
        max-height: none;
        object-fit: cover;
        border-radius: 20px;
    }

    .choose h2 {
        font-size: 29px;
    }

    .accordion {
        margin-top: 8px;
    }

    .choose__content .btn {
        width: fit-content;
        min-height: 48px;
        margin-top: 18px;
    }
}

@media (max-width: 768px) {
    .choose {
        padding: 46px 0;
    }

    .choose__grid {
        gap: 24px;
    }

    .choose h2 {
        font-size: 26px;
        line-height: 1.18;
        margin-bottom: 10px;
    }

    .choose p {
        font-size: 13.5px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .accordion summary {
        padding: 15px 0;
        gap: 12px;
        font-size: 13.5px;
        line-height: 1.45;
    }

    .acc-icon {
        width: 17px;
        height: 17px;
    }

    .acc-icon::before {
        width: 17px;
    }

    .acc-icon::after {
        height: 17px;
    }

    .acc-body,
    .faq-seo .acc-body {
        padding-bottom: 16px;
    }

    .acc-body,
    .faq-seo .acc-body p {
        font-size: 13px;
        line-height: 1.72;
    }

    .faq-seo details[open] {
        margin-inline: -10px;
        padding-inline: 10px;
        border-radius: 12px;
    }

    .choose__content .btn {
        width: 100%;
        min-height: 47px;
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .choose {
        padding: 40px 0;
    }

    .choose__grid {
        gap: 22px;
    }

    .choose__img img {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }

    .choose h2 {
        font-size: 24px;
    }

    .choose p {
        font-size: 13px;
    }

    .accordion summary {
        padding: 14px 0;
        font-size: 13px;
    }

    .faq-seo summary span {
        line-height: 1.4;
    }

    .acc-body,
    .faq-seo .acc-body p {
        font-size: 12.8px;
        line-height: 1.68;
    }

    .faq-seo details[open] {
        margin-inline: -8px;
        padding-inline: 8px;
    }
}

@media (max-width: 420px) {
    .choose {
        padding: 36px 0;
    }

    .choose h2 {
        font-size: 22px;
        letter-spacing: -.25px;
    }

    .choose p {
        font-size: 12.8px;
        line-height: 1.65;
    }

    .accordion summary {
        font-size: 12.8px;
        gap: 10px;
    }

    .acc-icon {
        width: 16px;
        height: 16px;
    }

    .acc-icon::before {
        width: 16px;
        height: 2px;
    }

    .acc-icon::after {
        width: 2px;
        height: 16px;
    }

    .acc-body,
    .faq-seo .acc-body p {
        font-size: 12.5px;
        line-height: 1.62;
    }

    .choose__content .btn {
        min-height: 44px;
        font-size: 12.5px;
        padding: .6em 1em;
    }
}

@media (max-width: 360px) {
    .choose h2 {
        font-size: 21px;
    }

    .choose p {
        font-size: 12.5px;
    }

    .accordion summary {
        font-size: 12.5px;
    }

    .acc-body,
    .faq-seo .acc-body p {
        font-size: 12.2px;
    }

    .choose__img img {
        aspect-ratio: 1 / .82;
    }
}

@media (max-width: 300px) {
    .choose {
        padding: 32px 0;
    }

    .choose h2 {
        font-size: 20px;
    }

    .choose p {
        font-size: 12.2px;
    }

    .accordion summary {
        padding: 13px 0;
        font-size: 12.2px;
    }

    .acc-body,
    .faq-seo .acc-body p {
        font-size: 12px;
    }

    .choose__content .btn {
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    .reviews {
        padding: 64px 0;
    }

    .reviews-grid {
        gap: 22px;
    }

    .review-card {
        padding: 21px;
    }
}

@media (max-width: 1200px) {
    .reviews {
        padding: 58px 0;
    }

    .reviews-head {
        margin-bottom: 34px;
    }

    .reviews-head h2 {
        font-size: 30px;
    }

    .rating-score {
        font-size: 26px;
    }

    .reviews-grid {
        gap: 18px;
    }

    .review-card {
        padding: 20px;
        border-radius: 17px;
    }

    .review-card p {
        font-size: 13.5px;
    }
}

@media (max-width: 1050px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-head {
        align-items: flex-start;
    }
}

@media (max-width: 920px) {
    .reviews {
        padding: 52px 0;
    }

    .reviews-head {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }

    .reviews-rating {
        width: fit-content;
        padding: 12px 14px;
        background: #fff;
        border: 1px solid rgba(25,47,76,.08);
        border-radius: 14px;
    }

    .reviews-head .btn {
        width: fit-content;
        min-height: 46px;
    }
}

@media (max-width: 768px) {
    .reviews {
        padding: 48px 0;
    }

    .reviews-head h2 {
        font-size: 27px;
    }

    .reviews-rating {
        gap: 10px;
        flex-wrap: wrap;
    }

    .rating-score {
        font-size: 24px;
    }

    .rating-stars {
        font-size: 15px;
    }

    .rating-count {
        font-size: 13px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .review-card {
        padding: 18px;
        border-radius: 16px;
    }

    .review-card p {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 10px;
    }

    .review-card strong {
        font-size: 12.8px;
    }

    .review-stars {
        font-size: 13px;
    }

    .reviews-head .btn {
        width: 100%;
        min-height: 46px;
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .reviews {
        padding: 42px 0;
    }

    .reviews-head {
        gap: 14px;
        margin-bottom: 24px;
    }

    .reviews-head h2 {
        font-size: 25px;
    }

    .reviews-rating {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 12px;
    }

    .rating-score {
        font-size: 23px;
    }

    .review-card {
        padding: 17px;
    }
}

@media (max-width: 420px) {
    .reviews {
        padding: 38px 0;
    }

    .reviews-head h2 {
        font-size: 23px;
    }

    .reviews-rating {
        gap: 8px;
    }

    .rating-score {
        font-size: 22px;
    }

    .rating-stars {
        font-size: 13px;
    }

    .rating-count {
        width: 100%;
        font-size: 12.5px;
    }

    .review-card {
        padding: 16px;
        border-radius: 15px;
    }

    .review-card p {
        font-size: 12.7px;
        line-height: 1.62;
    }

    .review-stars {
        font-size: 12.5px;
        margin-bottom: 8px;
    }
}

@media (max-width: 360px) {
    .reviews-head h2 {
        font-size: 22px;
    }

    .review-card {
        padding: 15px;
    }

    .review-card p {
        font-size: 12.4px;
    }
}

@media (max-width: 300px) {
    .reviews {
        padding: 34px 0;
    }

    .reviews-head h2 {
        font-size: 21px;
    }

    .reviews-rating {
        padding: 10px;
    }

    .rating-score {
        font-size: 20px;
    }

    .review-card {
        padding: 14px;
    }

    .review-card p {
        font-size: 12px;
    }

    .review-card strong {
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    .clients-premium {
        padding: 78px 0;
    }

    .clients-head {
        grid-template-columns: 1fr 390px;
        gap: 30px;
    }

    .clients-head h2 {
        font-size: 34px;
    }

    .clients-premium .swiper-slide.client {
        width: 350px !important;
    }

    .client-img {
        height: 310px;
    }
}

@media (max-width: 1200px) {
    .clients-premium {
        padding: 70px 0;
    }

    .clients-head {
        grid-template-columns: 1fr 350px;
        gap: 24px;
        margin-bottom: 28px;
    }

    .clients-head h2 {
        font-size: 32px;
    }

    .clients-head p {
        font-size: 13.5px;
        line-height: 1.72;
    }

    .clients-premium .swiper-slide.client {
        width: 330px !important;
    }

    .client-img {
        height: 290px;
    }

    .client-content {
        padding: 20px;
    }

    .client-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .clients-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .clients-head p {
        max-width: 720px;
    }

    .clients-premium .swiper-slide.client {
        width: 320px !important;
    }

    .client-img {
        height: 275px;
    }
}

@media (max-width: 920px) {
    .clients-premium {
        padding: 62px 0;
    }

    .clients-head {
        margin-bottom: 24px;
    }

    .clients-head h2 {
        font-size: 30px;
    }

    .clients-premium .clients-swiper {
        padding: 6px 0 28px;
    }

    .clients-premium .swiper-slide.client {
        width: 305px !important;
    }

    .client-card {
        border-radius: 23px;
    }

    .client-img {
        height: 260px;
    }

    .client-tag {
        top: 14px;
        left: 14px;
        font-size: 10.5px;
        padding: 6px 10px;
    }

    .clients-nav button {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }
}

@media (max-width: 768px) {
    .clients-premium {
        padding: 54px 0;
    }

    .clients-head h2 {
        font-size: 27px;
        line-height: 1.18;
    }

    .clients-head p {
        font-size: 13px;
        line-height: 1.65;
    }

    .section-kicker {
        font-size: 11px;
        padding: 6px 10px;
        margin-bottom: 10px;
    }

    .clients-premium .swiper-slide.client {
        width: 290px !important;
    }

    .client-card {
        border-radius: 20px;
    }

    .client-img {
        height: 245px;
    }

    .client-content {
        padding: 18px;
    }

    .client-location {
        font-size: 11.5px;
        margin-bottom: 8px;
    }

    .client-content h3 {
        font-size: 19px;
    }

    .client-content p {
        font-size: 12.6px;
        line-height: 1.62;
    }

    .clients-nav {
        gap: 10px;
    }

    .clients-nav button {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 560px) {
    .clients-premium {
        padding: 48px 0;
    }

    .clients-head {
        margin-bottom: 20px;
    }

    .clients-head h2 {
        font-size: 25px;
    }

    .clients-head p {
        font-size: 12.8px;
    }

    .clients-premium .swiper-slide.client {
        width: 270px !important;
    }

    .client-img {
        height: 225px;
    }

    .client-content {
        padding: 17px;
    }

    .client-content h3 {
        font-size: 18px;
    }

    .client-content p {
        font-size: 12.4px;
    }
}

@media (max-width: 420px) {
    .clients-premium {
        padding: 42px 0;
    }

    .clients-head h2 {
        font-size: 23px;
    }

    .clients-premium .swiper-slide.client {
        width: 252px !important;
    }

    .client-card {
        border-radius: 18px;
    }

    .client-img {
        height: 205px;
    }

    .client-tag {
        top: 12px;
        left: 12px;
        font-size: 10px;
        padding: 5px 8px;
    }

    .client-content {
        padding: 16px;
    }

    .client-location {
        font-size: 11px;
    }

    .client-content h3 {
        font-size: 17px;
    }

    .client-content p {
        font-size: 12.2px;
        line-height: 1.58;
    }

    .clients-nav button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 360px) {
    .clients-premium .swiper-slide.client {
        width: 235px !important;
    }

    .client-img {
        height: 190px;
    }

    .client-content {
        padding: 15px;
    }

    .client-content h3 {
        font-size: 16.5px;
    }

    .client-content p {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .clients-premium .swiper-slide.client {
        width: 220px !important;
    }

    .client-img {
        height: 175px;
    }

    .client-content h3 {
        font-size: 16px;
    }
}

@media (max-width: 300px) {
    .clients-premium {
        padding: 36px 0;
    }

    .clients-premium .swiper-slide.client {
        width: 208px !important;
    }

    .client-img {
        height: 165px;
    }

    .client-content {
        padding: 14px;
    }

    .client-content h3 {
        font-size: 15.5px;
    }

    .client-content p {
        font-size: 11.8px;
    }
}
@media (max-width: 920px) {
    .header .header__inner {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header .header-mobile-panel {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 16px !important;
        background: #fff !important;
        border: 1px solid rgba(25, 47, 76, .10) !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
    }

    .header .header-mobile-panel .nav {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        box-sizing: border-box !important;
    }

    .header .header-mobile-panel .nav a {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 13px 14px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        background: #f6f8fb !important;
        border-radius: 12px !important;
        color: var(--navy) !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        text-align: left !important;
    }

    .header .header-mobile-panel .nav a span {
        width: auto !important;
        display: inline-flex !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .header .header-mobile-panel .nav a::after {
        content: "→" !important;
        flex: 0 0 auto !important;
        color: var(--orange) !important;
        font-weight: 900 !important;
        margin-left: 12px !important;
    }

    .header .header-mobile-panel .nav a:hover {
        background: var(--navy) !important;
        color: #fff !important;
    }

    .header .header-mobile-panel .header__cta {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    .header .header-mobile-panel .header__cta a,
    .header .header-mobile-panel .header__cta .btn {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 48px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .header .header-mobile-panel {
        top: calc(100% + 8px) !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .header .header-mobile-panel .nav a {
        min-height: 46px !important;
        font-size: 13px !important;
        padding: 12px 13px !important;
    }

    .header .header-mobile-panel .header__cta a,
    .header .header-mobile-panel .header__cta .btn {
        min-height: 46px !important;
        font-size: 13px !important;
    }
}
@media (max-width: 1400px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: min(1120px, calc(100% - 44px));
    }

    .cc-contact-hero {
        padding: 64px 0 42px;
    }

    .cc-contact-hero-grid {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 32px;
    }

    .cc-contact-hero h1 {
        font-size: clamp(35px, 4.4vw, 56px);
    }

    .cc-contact-grid {
        gap: 24px;
    }
}

@media (max-width: 1200px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: min(1040px, calc(100% - 40px));
    }

    .cc-contact-hero {
        padding: 58px 0 40px;
    }

    .cc-contact-hero-grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 28px;
    }

    .cc-contact-hero h1 {
        font-size: clamp(33px, 4.2vw, 50px);
    }

    .cc-contact-hero p {
        font-size: 16px;
    }

    .cc-contact-quick-card {
        padding: 22px;
        border-radius: 24px;
    }

    .cc-contact-grid {
        grid-template-columns: .9fr 1.1fr;
        gap: 22px;
    }

    .cc-contact-form-card {
        border-radius: 26px;
    }

    .cc-contact-form-head h2 {
        font-size: clamp(25px, 3.4vw, 34px);
    }

    .cc-contact-map {
        height: clamp(340px, 42vw, 520px);
    }
}

@media (max-width: 1050px) {
    .cc-contact-hero-grid,
    .cc-contact-grid {
        grid-template-columns: 1fr;
    }

    .cc-contact-quick-card {
        max-width: none;
    }

    .cc-contact-quick-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cc-contact-main {
        padding: 48px 0 62px;
    }

    .cc-contact-info-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card {
        padding: 22px;
        border-radius: 22px;
    }

    .cc-contact-info-card {
        grid-column: span 3;
    }

    .cc-contact-urgent-card,
    .cc-contact-zone-card {
        grid-column: span 1.5;
    }

    .cc-contact-urgent-head {
        flex-direction: column;
    }

    .cc-contact-form-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 920px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 36px);
    }

    .cc-contact-hero {
        padding: 52px 0 36px;
    }

    .cc-contact-breadcrumb {
        margin-bottom: 18px;
        font-size: 12.5px;
    }

    .cc-contact-kicker {
        font-size: 11.5px;
        padding: 7px 11px;
    }

    .cc-contact-hero h1 {
        font-size: clamp(31px, 6.2vw, 44px);
        letter-spacing: -.035em;
    }

    .cc-contact-hero p {
        max-width: none;
        font-size: 15px;
        line-height: 1.72;
    }

    .cc-contact-hero-actions {
        margin-top: 24px;
    }

    .cc-contact-quick-list {
        grid-template-columns: 1fr;
    }

    .cc-contact-info-panel {
        grid-template-columns: 1fr;
    }

    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card {
        grid-column: auto;
    }

    .cc-contact-urgent-head {
        flex-direction: row;
    }

    .cc-contact-form-card {
        padding: 28px;
        border-radius: 24px;
    }

    .cc-contact-map-head {
        padding: 46px 0 22px;
    }

    .cc-contact-seo-links {
        padding: 42px 0 58px;
    }
}

@media (max-width: 768px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 32px);
    }

    .cc-contact-hero {
        padding: 46px 0 34px;
    }

    .cc-contact-hero h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .cc-contact-hero p {
        font-size: 14px;
    }

    .cc-contact-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cc-contact-btn {
        width: 100%;
        min-height: 50px;
        padding: 13px 16px;
        font-size: 13.5px;
    }

    .cc-contact-main {
        padding: 40px 0 54px;
    }

    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card,
    .cc-contact-form-card {
        padding: 22px;
        border-radius: 22px;
    }

    .cc-contact-info-card h2,
    .cc-contact-urgent-card h2,
    .cc-contact-zone-card h2 {
        font-size: 24px;
    }

    .cc-contact-info-card p,
    .cc-contact-urgent-card p,
    .cc-contact-zone-card p,
    .cc-contact-form-head p {
        font-size: 13.5px;
        line-height: 1.68;
    }

    .cc-contact-form-row {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .cc-contact-form-head h2 {
        font-size: 27px;
    }

    .cc-contact-field input,
    .cc-contact-field select {
        min-height: 50px;
    }

    .cc-contact-field textarea {
        min-height: 140px;
    }

    .cc-contact-map-head h2 {
        font-size: 30px;
    }

    .cc-contact-map-head p {
        font-size: 13.5px;
    }

    .cc-contact-map {
        height: 360px;
    }

    .cc-contact-seo-box {
        padding: 22px;
        border-radius: 22px;
    }

    .cc-contact-seo-box h2 {
        font-size: 22px;
    }
}

@media (max-width: 560px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 28px);
    }

    .cc-contact-hero {
        padding: 40px 0 30px;
    }

    .cc-contact-breadcrumb {
        gap: 6px;
        font-size: 12px;
    }

    .cc-contact-kicker {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .cc-contact-hero h1 {
        font-size: 30px;
    }

    .cc-contact-hero p {
        margin-top: 16px;
        font-size: 13.5px;
        line-height: 1.68;
    }

    .cc-contact-quick-card {
        padding: 18px;
        border-radius: 20px;
    }

    .cc-contact-quick-card h2 {
        font-size: 20px;
    }

    .cc-contact-quick-line,
    .cc-contact-line {
        align-items: flex-start;
        padding: 13px;
        border-radius: 15px;
    }

    .cc-contact-quick-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .cc-contact-line-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .cc-contact-quick-line strong,
    .cc-contact-line strong {
        font-size: 13.2px;
        word-break: break-word;
    }

    .cc-contact-main {
        padding: 34px 0 48px;
    }

    .cc-contact-info-panel {
        gap: 14px;
    }

    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card,
    .cc-contact-form-card {
        padding: 19px;
        border-radius: 20px;
    }

    .cc-contact-info-card h2,
    .cc-contact-urgent-card h2,
    .cc-contact-zone-card h2 {
        font-size: 22px;
    }

    .cc-contact-urgent-head {
        flex-direction: column;
        gap: 12px;
    }

    .cc-contact-urgent-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 14px;
    }

    .cc-contact-zone-tags {
        gap: 7px;
    }

    .cc-contact-zone-tags span,
    .cc-contact-zone-tags a {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 11.5px;
    }

    .cc-contact-form-head {
        margin-bottom: 20px;
    }

    .cc-contact-form-head h2 {
        font-size: 25px;
    }

    .cc-contact-field label {
        font-size: 12.5px;
    }

    .cc-contact-field input,
    .cc-contact-field select,
    .cc-contact-field textarea {
        font-size: 13px;
        border-radius: 13px;
    }

    .cc-contact-map-head {
        padding: 38px 0 18px;
    }

    .cc-contact-map-head h2 {
        font-size: 27px;
    }

    .cc-contact-map {
        height: 330px;
    }

    .cc-contact-seo-links {
        padding: 34px 0 48px;
    }

    .cc-contact-seo-box {
        padding: 19px;
        border-radius: 20px;
    }

    .cc-contact-seo-box h2 {
        font-size: 20px;
    }

    .cc-contact-seo-box p {
        font-size: 13px;
    }

    .cc-contact-seo-grid {
        gap: 8px;
    }

    .cc-contact-seo-grid a {
        min-height: 35px;
        padding: 8px 10px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 24px);
    }

    .cc-contact-hero {
        padding: 36px 0 28px;
    }

    .cc-contact-hero h1 {
        font-size: 27px;
    }

    .cc-contact-hero p {
        font-size: 13px;
    }

    .cc-contact-btn {
        min-height: 47px;
        font-size: 12.8px;
        border-radius: 12px;
    }

    .cc-contact-quick-card,
    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card,
    .cc-contact-form-card {
        padding: 17px;
        border-radius: 18px;
    }

    .cc-contact-info-card h2,
    .cc-contact-urgent-card h2,
    .cc-contact-zone-card h2 {
        font-size: 20px;
    }

    .cc-contact-info-card p,
    .cc-contact-urgent-card p,
    .cc-contact-zone-card p,
    .cc-contact-form-head p {
        font-size: 12.7px;
        line-height: 1.64;
    }

    .cc-contact-form-head h2 {
        font-size: 23px;
    }

    .cc-contact-line {
        gap: 11px;
    }

    .cc-contact-line-icon {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
        border-radius: 13px;
    }

    .cc-contact-quick-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .cc-contact-quick-line small,
    .cc-contact-line small {
        font-size: 11.5px;
    }

    .cc-contact-quick-line strong,
    .cc-contact-line strong {
        font-size: 12.7px;
    }

    .cc-contact-field input,
    .cc-contact-field select {
        min-height: 47px;
        padding: 0 13px;
    }

    .cc-contact-field textarea {
        min-height: 132px;
        padding: 13px;
    }

    .cc-contact-map-head h2 {
        font-size: 24px;
    }

    .cc-contact-map-head p {
        font-size: 12.7px;
    }

    .cc-contact-map {
        height: 300px;
    }

    .cc-contact-seo-box h2 {
        font-size: 19px;
    }
}

@media (max-width: 360px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 20px);
    }

    .cc-contact-hero h1 {
        font-size: 25px;
    }

    .cc-contact-hero p {
        font-size: 12.6px;
    }

    .cc-contact-kicker,
    .cc-contact-form-head span,
    .cc-contact-map-head span {
        font-size: 10.5px;
    }

    .cc-contact-info-card h2,
    .cc-contact-urgent-card h2,
    .cc-contact-zone-card h2 {
        font-size: 19px;
    }

    .cc-contact-form-head h2 {
        font-size: 22px;
    }

    .cc-contact-quick-line,
    .cc-contact-line {
        padding: 11px;
    }

    .cc-contact-zone-tags span,
    .cc-contact-zone-tags a {
        font-size: 11px;
    }

    .cc-contact-map {
        height: 280px;
    }
}

@media (max-width: 300px) {
    .cc-contact-container,
    .cc-contact-map-head {
        width: calc(100% - 16px);
    }

    .cc-contact-hero {
        padding: 32px 0 24px;
    }

    .cc-contact-hero h1 {
        font-size: 23px;
    }

    .cc-contact-hero p {
        font-size: 12.2px;
    }

    .cc-contact-quick-card,
    .cc-contact-info-card,
    .cc-contact-urgent-card,
    .cc-contact-zone-card,
    .cc-contact-form-card {
        padding: 14px;
        border-radius: 16px;
    }

    .cc-contact-info-card h2,
    .cc-contact-urgent-card h2,
    .cc-contact-zone-card h2,
    .cc-contact-form-head h2 {
        font-size: 19px;
    }

    .cc-contact-info-card p,
    .cc-contact-urgent-card p,
    .cc-contact-zone-card p,
    .cc-contact-form-head p {
        font-size: 12px;
    }

    .cc-contact-btn {
        min-height: 44px;
        font-size: 12px;
        padding: 11px 12px;
    }

    .cc-contact-line-icon,
    .cc-contact-quick-icon {
        display: none;
    }

    .cc-contact-field input,
    .cc-contact-field select {
        min-height: 44px;
        font-size: 12px;
    }

    .cc-contact-field textarea {
        font-size: 12px;
    }

    .cc-contact-map {
        height: 260px;
    }

    .cc-contact-seo-grid a {
        font-size: 11.5px;
    }
}
.alert {
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    border-radius: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    color: #ffffff;
}

.alert::before {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}

.alert-success {
    background: #28599B;
    color: #ffffff;
}

.alert-success::before {
    content: "\f00c";
}

.alert-danger {
    background: #ed3d3d;
    color: #ffffff;
}

.alert-danger::before {
    content: "\f071";
}
#nsc_live_edit {
    position: relative;
    z-index: 99999;
}
.alert a {
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alert strong {
    color: #ffffff;
    font-weight: 900;
}

@media (max-width: 560px) {
    .alert {
        padding: 13px 14px;
        font-size: 13px;
        gap: 10px;
        align-items: flex-start;
    }

    .alert::before {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        border-radius: 8px;
        font-size: 12px;
        margin-top: 1px;
    }
}

@media (max-width: 340px) {
    .alert {
        padding: 12px;
        font-size: 12.5px;
    }
}