/* =========================================================
   Google Maps / Google Business Profile service page
   ReklamasProdukcija.lv
   ========================================================= */


/* ---------------------------------------------------------
   Page base
   --------------------------------------------------------- */

.rp-google-maps {
    overflow: clip;
}

.rp-google-maps > section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.rp-google-maps > section + section {
    border-top: 1px solid rgba(31, 31, 31, 0.06);
}

.rp-google-maps h1,
.rp-google-maps h2,
.rp-google-maps h3 {
    color: var(--rp-color-text);
}

.rp-google-maps h2 {
    margin: 0 0 24px;

    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.rp-google-maps h3 {
    margin: 0 0 14px;

    font-size: 22px;
    line-height: 1.25;
}

.rp-google-maps p {
    margin-top: 0;

    font-size: 18px;
    line-height: 1.65;
}

.rp-google-maps p:last-child {
    margin-bottom: 0;
}

#kas-ieklauts,
#contact,
#rp-contact-form {
    scroll-margin-top: 110px;
}


/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

.gm-hero {
    padding-top: 86px !important;
    padding-bottom: 86px !important;

    background: var(--rp-color-white);
}

.gm-hero__content {
    max-width: 960px;
}

.gm-hero__title {
    max-width: 940px;
    margin: 0 0 30px;

    font-size: clamp(44px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.gm-hero__text {
    max-width: 850px;
    margin: 0;

    font-size: 21px;
    line-height: 1.55;
}

.gm-hero__text + .gm-hero__text {
    max-width: 900px;
    margin-top: 14px;

    color: var(--rp-color-muted);
    font-size: 18px;
    line-height: 1.65;
}

.gm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 34px;
}

.gm-hero__actions .rp-button {
    min-height: 54px;
}


/* ---------------------------------------------------------
   Problem
   --------------------------------------------------------- */

.gm-problem__content {
    max-width: 1080px;
}

.gm-problem__title {
    max-width: 1040px;
    margin-bottom: 28px !important;
}

.gm-problem__text {
    max-width: 1000px;
}

.gm-problem__question {
    margin-top: 28px !important;
    margin-bottom: 14px !important;

    font-size: 20px !important;
}

.gm-problem__list {
    max-width: 820px;
    margin: 0 0 28px;
    padding-left: 26px;
}

.gm-problem__list li {
    margin-bottom: 8px;

    font-size: 18px;
    line-height: 1.45;
}

.gm-problem__list li:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Included
   --------------------------------------------------------- */

.gm-included__header {
    max-width: 860px;
    margin-bottom: 40px;
}

.gm-included__intro {
    margin-bottom: 0;

    color: var(--rp-color-muted);
}

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

.gm-included__item {
    position: relative;

    min-width: 0;
    padding: 30px 30px 28px;

    background: var(--rp-color-white);
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 16px;

    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.03),
        0 10px 30px rgba(31, 31, 31, 0.035);
}

.gm-included__item::before {
    content: "";

    position: absolute;
    top: 0;
    left: 30px;

    width: 54px;
    height: 4px;

    background: #96ed00;
    border-radius: 0 0 4px 4px;
}

.gm-included__item-title {
    margin: 0 0 16px !important;
    padding-top: 4px;

    font-size: 23px !important;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.gm-included__item p {
    margin-bottom: 14px;

    color: var(--rp-color-text);
    font-size: 17px;
    line-height: 1.58;
}

.gm-included__item p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Price
   --------------------------------------------------------- */

.gm-price {
    padding-top: 64px !important;
    padding-bottom: 64px !important;

    background: var(--rp-color-white);
}

.gm-price__content {
    max-width: 980px;
}

.gm-price__box {
    position: relative;

    padding: 44px 46px;

    background: #f7f9fb;
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 20px;

    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.025),
        0 16px 40px rgba(31, 31, 31, 0.035);
}

.gm-price__box::before {
    content: "";

    position: absolute;
    top: 0;
    left: 46px;

    width: 72px;
    height: 5px;

    background: #96ed00;
    border-radius: 0 0 5px 5px;
}

.gm-price__box h2 {
    margin-bottom: 28px;
}

.gm-price__box h3 {
    margin-top: 0;
    margin-bottom: 18px;

    font-size: 26px;
    line-height: 1.25;
}

.gm-price__box p {
    max-width: 880px;
}

.gm-price__included {
    margin-top: 28px;
}

.gm-price__included ul {
    margin: 14px 0 0;
    padding-left: 25px;
}

.gm-price__included li {
    margin-bottom: 8px;

    font-size: 17px;
    line-height: 1.45;
}

.gm-price__included li:last-child {
    margin-bottom: 0;
}

.gm-price__subscription {
    display: inline-block;

    margin-top: 26px !important;
    padding: 10px 16px;

    background: rgba(150, 237, 0, 0.12);
    border-radius: 8px;

    font-size: 17px !important;
}


/* ---------------------------------------------------------
   Process
   --------------------------------------------------------- */

.gm-process {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.gm-process__content {
    max-width: 980px;
}

.gm-process__content > h2 {
    margin-bottom: 36px;
}

.gm-process__steps {
    display: grid;
    gap: 16px;
}

.gm-process__step {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 24px;
    align-items: start;

    padding: 24px 28px;

    background: var(--rp-color-white);
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 16px;

    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.025),
        0 8px 24px rgba(31, 31, 31, 0.025);
}

.gm-process__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    background: #96ed00;
    border-radius: 50%;

    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.gm-process__step-content {
    padding-top: 2px;
}

.gm-process__step-content h3 {
    margin: 0 0 8px !important;

    font-size: 21px;
    line-height: 1.3;
}

.gm-process__step-content p {
    margin: 0;

    color: var(--rp-color-muted);
    font-size: 17px;
    line-height: 1.55;
}


/* ---------------------------------------------------------
   Access
   --------------------------------------------------------- */

.gm-access {
    padding-top: 62px !important;
    padding-bottom: 62px !important;

    background: var(--rp-color-white);
}

.gm-access__content {
    position: relative;

    max-width: 980px;
    padding: 42px 46px;

    background: #f7f9fb;
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 20px;
}

.gm-access__content::before {
    content: "✓";

    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;
    margin-bottom: 24px;

    background: #96ed00;
    border-radius: 50%;

    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
}

.gm-access__title {
    margin-bottom: 22px !important;
}

.gm-access__lead {
    font-size: 20px !important;
}

.gm-access__content p {
    max-width: 880px;
}

.gm-access__control {
    margin-top: 20px !important;
}


/* ---------------------------------------------------------
   Trust
   --------------------------------------------------------- */

.gm-trust {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.gm-trust__content {
    max-width: 1020px;
}

.gm-trust__title {
    max-width: 900px;
}

.gm-trust__content > p {
    max-width: 940px;
}

.gm-trust__content > p:first-of-type {
    margin-bottom: 18px;

    font-size: 20px;
}

.gm-trust__content ul {
    max-width: 920px;
    margin: 24px 0;
    padding: 0;

    list-style: none;
}

.gm-trust__content li {
    position: relative;

    margin-bottom: 13px;
    padding-left: 34px;

    font-size: 17px;
    line-height: 1.5;
}

.gm-trust__content li::before {
    content: "✓";

    position: absolute;
    top: -1px;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    background: rgba(150, 237, 0, 0.18);
    border-radius: 50%;

    color: #548600;
    font-size: 13px;
    font-weight: 700;
}

.gm-trust__content li:last-child {
    margin-bottom: 0;
}

.gm-trust__content > p:last-child {
    max-width: 980px;
    margin-top: 26px;
    padding: 22px 24px;

    background: var(--rp-color-white);
    border-left: 4px solid #96ed00;
    border-radius: 0 12px 12px 0;

    font-size: 17px;
}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.gm-cta {
    padding-top: 62px !important;
    padding-bottom: 62px !important;

    background: var(--rp-color-white);
}

.gm-cta__content {
    max-width: 980px;
    padding: 42px 46px;

    background: rgba(150, 237, 0, 0.09);
    border: 1px solid rgba(150, 237, 0, 0.38);
    border-radius: 20px;
}

.gm-cta__title {
    margin-bottom: 20px !important;
}

.gm-cta__lead {
    max-width: 880px;

    font-size: 20px !important;
}

.gm-cta__content > p {
    max-width: 880px;
}

.gm-cta__actions {
    margin-top: 26px;
}

.gm-cta__actions .rp-button {
    min-height: 54px;
}

.gm-cta__note {
    margin-top: 18px !important;

    color: var(--rp-color-muted);
    font-size: 16px !important;
}


/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */

.gm-faq {
    padding-top: 62px !important;
    padding-bottom: 62px !important;

    background: #f7f9fb;
}

.gm-faq__content {
    max-width: 1000px;
}

.gm-faq__title {
    margin-bottom: 30px !important;
}

.gm-faq__list {
    display: grid;
    gap: 10px;
}

.gm-faq__item {
    overflow: hidden;

    background: var(--rp-color-white);
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 12px;
}

.gm-faq__question {
    position: relative;

    padding: 20px 58px 20px 22px;

    cursor: pointer;
    list-style: none;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.gm-faq__question::-webkit-details-marker {
    display: none;
}

.gm-faq__question::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    transform: translateY(-50%);

    background: rgba(150, 237, 0, 0.16);
    border-radius: 50%;

    color: #4f7e00;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.gm-faq__item[open] .gm-faq__question::after {
    content: "−";
}

.gm-faq__answer {
    padding: 0 22px 22px;
}

.gm-faq__answer p {
    max-width: 900px;
    margin-bottom: 14px;

    font-size: 16px;
    line-height: 1.6;
}

.gm-faq__answer p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Final order
   --------------------------------------------------------- */

.gm-final {
    padding-top: 58px !important;
    padding-bottom: 52px !important;

    background: var(--rp-color-white);
}

.gm-final__header {
    max-width: 900px;
    margin-bottom: 26px;
}

.gm-final__title {
    margin-bottom: 14px !important;
}

.gm-final__price {
    display: inline-block;

    margin-bottom: 16px !important;
    padding: 7px 13px;

    background: rgba(150, 237, 0, 0.14);
    border-radius: 7px;

    font-size: 19px !important;
}

.gm-final__text {
    max-width: 900px;

    font-size: 17px !important;
    line-height: 1.55 !important;
}


/* ---------------------------------------------------------
   Final form
   Desktop: compact 2-column layout
   --------------------------------------------------------- */

.gm-final .rp-contact-form {
    width: 100%;
    max-width: 960px;
    margin: 0;
}

.gm-final .rp-contact-form__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;

    width: 100%;
    padding: 30px;

    background: #f7f9fb;
    border: 1px solid rgba(31, 31, 31, 0.08);
    border-radius: 18px;

    box-shadow:
        0 1px 2px rgba(31, 31, 31, 0.02),
        0 12px 36px rgba(31, 31, 31, 0.03);
}

.gm-final .rp-contact-form__field {
    min-width: 0;
    margin: 0;
}

.gm-final .rp-contact-form__label {
    display: block;

    margin-bottom: 6px;

    color: var(--rp-color-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.gm-final .rp-contact-form__input,
.gm-final .rp-contact-form__textarea,
.gm-final .rp-contact-form select {
    width: 100%;
    box-sizing: border-box;

    background: var(--rp-color-white);
    border: 1px solid rgba(31, 31, 31, 0.14);
    border-radius: 9px;

    color: var(--rp-color-text);
    font: inherit;
}

.gm-final .rp-contact-form__input,
.gm-final .rp-contact-form select {
    min-height: 46px;
    padding: 9px 12px;
}

.gm-final .rp-contact-form__textarea {
    min-height: 118px;
    height: 118px;
    padding: 11px 12px;

    resize: vertical;
}

.gm-final .rp-contact-form__input:focus,
.gm-final .rp-contact-form__textarea:focus,
.gm-final .rp-contact-form select:focus {
    outline: none;
    border-color: #96ed00;

    box-shadow: 0 0 0 3px rgba(150, 237, 0, 0.12);
}

.gm-final .rp-contact-form__field:has(textarea),
.gm-final .rp-contact-form__field:has(input[type="file"]),
.gm-final .rp-contact-form__upload,
.gm-final .rp-contact-form__dropzone,
.gm-final .rp-contact-form__status,
.gm-final .rp-contact-form__submit,
.gm-final .rp-contact-form__privacy {
    grid-column: 1 / -1;
}

.gm-final .rp-contact-form__field:first-of-type {
    grid-column: 1 / -1;
}

.gm-final .rp-contact-form__upload,
.gm-final .rp-contact-form__dropzone {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 92px;
    padding: 16px;

    background: var(--rp-color-white);
    border: 1px dashed rgba(31, 31, 31, 0.18);
    border-radius: 10px;
}

.gm-final .rp-contact-form__upload:hover,
.gm-final .rp-contact-form__dropzone:hover {
    border-color: rgba(150, 237, 0, 0.9);

    background: rgba(150, 237, 0, 0.035);
}

.gm-final .rp-contact-form__status {
    min-height: 0;
    margin: 0;
}

.gm-final .rp-contact-form__submit {
    width: 100%;
    min-height: 50px;
    margin: 0;

    justify-content: center;

    font-size: 16px;
}

.gm-final .rp-contact-form__privacy {
    margin: -2px 0 0 !important;

    color: var(--rp-color-muted);
    font-size: 13px !important;
    line-height: 1.45 !important;
}


/* =========================================================
   LEGACY FOOTER
   Restore old green footer on Google Maps page
   ========================================================= */

body footer > .footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 46px 0 28px !important;

    background: #96ed00 !important;

    color: #1f1f1f !important;
    font-family: var(--rp-font-family, Ubuntu, Arial, sans-serif) !important;
}

body footer > .footer * {
    box-sizing: border-box;
}

body footer > .footer > .container {
    width: min(100% - 48px, 1000px) !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body footer > .footer > .container > .row:not(.copyright) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 68px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer > .footer > .container > .row:not(.copyright) > .col-md-4,
body footer > .footer > .container > .row:not(.copyright) > .col-xs-12 {
    float: none !important;

    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer > .footer .footer-title {
    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #1f1f1f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

body footer > .footer .main-navigation {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer > .footer .information-menu,
body footer > .footer .product-menu,
body footer > .footer ul {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

body footer > .footer .information-menu li,
body footer > .footer .product-menu li {
    display: block !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    list-style: none !important;
}

body footer > .footer .information-menu li:last-child,
body footer > .footer .product-menu li:last-child {
    margin-bottom: 0 !important;
}

body footer > .footer a {
    color: #1f1f1f !important;

    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;

    text-decoration: none !important;
}

body footer > .footer a:hover,
body footer > .footer a:focus {
    color: #1f1f1f !important;

    text-decoration: underline !important;
    text-underline-offset: 3px;
}

body footer > .footer p,
body footer > .footer li,
body footer > .footer span,
body footer > .footer address {
    color: #1f1f1f !important;
}

body footer > .footer address {
    margin: 0 !important;

    font-style: normal !important;
}

body footer > .footer .col-md-4:last-child p,
body footer > .footer .col-md-4:last-child address,
body footer > .footer .col-md-4:last-child .textwidget {
    font-size: 17px !important;
    line-height: 1.55 !important;
}

body footer > .footer .col-md-4:last-child p {
    margin: 0 0 18px !important;
}

body footer > .footer .col-md-4:last-child a:not(:has(img)) {
    display: block;

    margin-bottom: 16px;
}

body footer > .footer .col-md-4:last-child a:has(img) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    margin: 18px 12px 0 0 !important;

    text-decoration: none !important;
}

body footer > .footer .col-md-4:last-child img {
    display: block !important;

    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;
}

body footer > .footer .copyright.row {
    display: block !important;

    width: 100% !important;
    margin: 52px 0 0 !important;
    padding: 0 !important;
}

body footer > .footer .copyright.row > .col-xs-12 {
    float: none !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body footer > .footer .copyright p,
body footer > .footer .copyright .text-center {
    margin: 0 !important;
    padding: 0 !important;

    color: #1f1f1f !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    text-align: center !important;
}

body > .menu-fixed,
body > #close-mobile-nav,
body > .win-order {
    display: none !important;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .rp-google-maps > section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .gm-hero {
        padding-top: 68px !important;
        padding-bottom: 72px !important;
    }

    .gm-hero__title {
        max-width: 800px;

        font-size: clamp(40px, 6vw, 54px);
    }

    .gm-hero__text {
        font-size: 20px;
    }

    .gm-included__grid {
        grid-template-columns: 1fr;
    }

    .gm-price__box,
    .gm-access__content,
    .gm-cta__content {
        padding: 38px 34px;
    }

    .gm-price__box::before {
        left: 34px;
    }

    .gm-final .rp-contact-form {
        max-width: 820px;
    }

    .gm-final .rp-contact-form__form {
        padding: 26px;
    }

    body footer > .footer > .container > .row:not(.copyright) {
        gap: 38px !important;
    }
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 640px) {

    .rp-google-maps > section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /*
     * Эти секции выше имеют собственный padding с !important,
     * поэтому на мобильном переопределяем их отдельно.
     */
    .gm-price,
    .gm-process,
    .gm-access,
    .gm-trust,
    .gm-cta,
    .gm-faq {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .rp-google-maps h2 {
        margin-bottom: 20px;

        font-size: 30px;
        line-height: 1.18;
    }

    .rp-google-maps h3 {
        font-size: 20px;
    }

    .rp-google-maps p {
        font-size: 17px;
        line-height: 1.6;
    }

    .gm-hero {
        padding-top: 52px !important;
        padding-bottom: 58px !important;
    }

    .gm-hero__title {
        margin-bottom: 24px;

        font-size: 38px;
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .gm-hero__text {
        font-size: 19px;
        line-height: 1.5;
    }

    .gm-hero__text + .gm-hero__text {
        margin-top: 12px;

        font-size: 17px;
    }

    .gm-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;

        margin-top: 28px;
    }

    .gm-hero__actions .rp-button {
        width: 100%;

        justify-content: center;
    }

    .gm-problem__question {
        font-size: 18px !important;
    }

    .gm-problem__list {
        padding-left: 22px;
    }

    .gm-problem__list li {
        font-size: 17px;
    }

    .gm-included__header,
    .gm-final__header {
        margin-bottom: 28px;
    }

    .gm-included__grid {
        gap: 16px;
    }

    .gm-included__item,
    .gm-price__box,
    .gm-access__content,
    .gm-cta__content,
    .gm-process__step,
    .gm-final .rp-contact-form__form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .gm-included__item {
        padding: 26px 22px 24px;

        border-radius: 14px;
    }

    .gm-included__item::before {
        left: 22px;
    }

    .gm-included__item-title {
        font-size: 21px !important;
    }

    .gm-included__item p {
        font-size: 16px;
    }

    .gm-price__box {
        padding: 32px 22px 28px;

        border-radius: 16px;
    }

    .gm-price__box::before {
        left: 22px;

        width: 56px;
    }

    .gm-price__box h3 {
        font-size: 22px;
    }

    .gm-price__included li {
        font-size: 16px;
    }

    .gm-process__content > h2 {
        margin-bottom: 28px;
    }

    .gm-process__step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;

        padding: 22px 20px;
    }

    .gm-process__number {
        width: 44px;
        height: 44px;

        font-size: 18px;
    }

    .gm-process__step-content h3 {
        font-size: 19px;
    }

    .gm-process__step-content p {
        font-size: 16px;
    }

    .gm-access__content,
    .gm-cta__content {
        padding: 30px 22px;

        border-radius: 16px;
    }

    .gm-access__content::before {
        width: 42px;
        height: 42px;

        font-size: 21px;
    }

    .gm-access__lead,
    .gm-cta__lead {
        font-size: 18px !important;
    }

    .gm-trust__content li {
        padding-left: 30px;

        font-size: 16px;
    }

    .gm-trust__content > p:last-child {
        padding: 18px;
    }

    .gm-faq__title {
        margin-bottom: 26px !important;
    }

    .gm-faq__question {
        padding: 17px 52px 17px 18px;

        font-size: 16px;
    }

    .gm-faq__question::after {
        right: 16px;
    }

    .gm-faq__answer {
        padding: 0 18px 18px;
    }

    .gm-faq__answer p {
        font-size: 15px;
    }

    .gm-final {
        padding-top: 50px !important;
        padding-bottom: 46px !important;
    }

    .gm-final__header {
        margin-bottom: 22px;
    }

    .gm-final .rp-contact-form__form {
        grid-template-columns: 1fr;
        gap: 13px;

        padding: 20px 18px;

        border-radius: 14px;
    }

    .gm-final .rp-contact-form__field,
    .gm-final .rp-contact-form__field:first-of-type,
    .gm-final .rp-contact-form__upload,
    .gm-final .rp-contact-form__dropzone,
    .gm-final .rp-contact-form__status,
    .gm-final .rp-contact-form__submit,
    .gm-final .rp-contact-form__privacy {
        grid-column: 1;
    }

    .gm-final .rp-contact-form__textarea {
        min-height: 105px;
        height: 105px;
    }

    .gm-final .rp-contact-form__upload,
    .gm-final .rp-contact-form__dropzone {
        min-height: 86px;
    }

    .gm-final .rp-contact-form__submit {
        width: 100%;
    }

    body footer > .footer {
        padding: 38px 0 24px !important;
    }

    body footer > .footer > .container {
        width: min(100% - 36px, 1000px) !important;
    }

    body footer > .footer > .container > .row:not(.copyright) {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    body footer > .footer .footer-title {
        margin-bottom: 11px !important;

        font-size: 19px !important;
    }

    body footer > .footer a,
    body footer > .footer .col-md-4:last-child p,
    body footer > .footer .col-md-4:last-child address,
    body footer > .footer .col-md-4:last-child .textwidget {
        font-size: 16px !important;
    }

    body footer > .footer .copyright.row {
        margin-top: 38px !important;
    }

    body footer > .footer .copyright p,
    body footer > .footer .copyright .text-center {
        font-size: 14px !important;
    }
}


/* ---------------------------------------------------------
   Small mobile
   --------------------------------------------------------- */

@media (max-width: 420px) {

    .rp-google-maps > section,
    .gm-price,
    .gm-process,
    .gm-access,
    .gm-trust,
    .gm-cta,
    .gm-faq {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .gm-hero {
        padding-top: 48px !important;
        padding-bottom: 50px !important;
    }

    .gm-hero__title {
        font-size: 34px;
    }

    .gm-included__item {
        padding: 22px 18px 20px;
    }

    .gm-included__item::before {
        left: 18px;
    }

    .gm-price__box {
        padding: 26px 18px;
    }

    .gm-price__box::before {
        left: 18px;
    }

    .gm-access__content,
    .gm-cta__content {
        padding: 26px 18px;
    }

    .gm-process__step {
        grid-template-columns: 1fr;

        padding: 20px 18px;
    }

    .gm-process__number {
        margin-bottom: 2px;
    }

    .gm-faq__question {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .gm-faq__answer {
        padding-bottom: 16px;
    }

    .gm-final .rp-contact-form__form {
        padding: 18px 16px;
    }
}