:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #fcba0b;
    --yellow: #ee6e11;
    --grey: #ecedf3;
}

html {
    line-height: 1.15;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    color: #64748b;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.bs-modal-lg .modal-dialog {
    width: 95vw;
    max-width: 95vw;
}

.bs-modal-md .modal-dialog {
    width: 60vw;
    max-width: 60vw;
}

.bs-modal-sm .modal-dialog {
    width: 40vw;
    max-width: 40vw;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(22, 76, 153, 0.5);
    font-weight: 500;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

::selection {
    color: var(--white);
    background-color: var(--black);
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    color: #164c99 !important;
    font-family: "Inter", sans-serif;
}

h1 {
    font-size: 18px;
    margin: 0.67em 0;
}

h2.fs-4 {
    font-size: 16px !important;
}

h2 {
    line-height: 1.4;
}

h3 {
    font-size: 18px;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #164c99 !important;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    margin-top: 1rem !important;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after,
.row:after,
.clearfix:after,
.clear:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-body .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.accordion-body .col-md-3 {
    width: 25%;
}

.accordion-body .col-md-1 {
    width: 8.33333333%;
}

.panel h2 span {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: #192b41;
}

.panel h2 svg {
    width: 25px;
    height: 25px;
    margin-top: 13px;
}

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

header h5 {
    text-align: center;
    line-height: 1.6;
}

.wrapper {
    position: relative;
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

mark {
    color: var(--white);
    background-color: var(--black);
}

.h-lg-100 {
    position: relative;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    border-radius: 20px;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card {
    border: 0 !important;
    border-radius: 6px !important;
    background-color: #f9f9f9 !important;
    color: #353746;
    background-image: none;
    padding: 20px;
}

.calc_result {
    color: #353746;
}

.btn-primary {
    background-color: #ff5a00 !important;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 1rem 0.8rem !important;
    width: 100%;
    margin-top: 30px;
}

.form-control {
    line-height: 2.5 !important;
    border: 1px solid rgba(22, 76, 153, 0.15);
    border-radius: 0;
    margin-bottom: 1rem;
}

textarea.form-control {
    line-height: 1.5 !important;
}

.section {
    padding: 0 0 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-content {
    width: 100%;
    position: relative !important;
}

.section-content {
    z-index: 1;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox:checked ~ .background-color {
    background-color: var(--white);
}

.box-shadow [type="radio"]:checked,
.box-shadow [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.box-shadow .checkbox:checked + label,
.box-shadow .checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}

.box-shadow .checkbox:checked + label:before,
.box-shadow .checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: "unicons";
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox:not(:checked) + label:before {
    content: "\eac1";
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    -webkit-box-shadow:
        0 4px 4px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow:
        0 4px 4px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(26, 53, 71, 0.07);
}

.box-shadow .checkbox:checked + label:before {
    content: "\eb8f";
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    -webkit-box-shadow:
        0 4px 4px rgba(26, 53, 71, 0.25),
        0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow:
        0 4px 4px rgba(26, 53, 71, 0.25),
        0 0 0 1px rgba(26, 53, 71, 0.07);
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue);
}

.box-shadow .checkbox-tools:checked + label,
.box-shadow .checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-tools:not(:checked) + label {
    background-color: var(--dark-light);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow .checkbox-tools:checked + label {
    background-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-tools:not(:checked) + label:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-tools:checked + label::before,
.box-shadow .checkbox-tools:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}

.box-shadow .checkbox-tools:checked + label .uil,
.box-shadow .checkbox-tools:not(:checked) + label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
    background-color: var(--light);
    color: var(--dark-blue);
    -webkit-box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow .checkbox-budget:checked {}

.box-shadow .checkbox-budget:checked + label,
.box-shadow .checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #0f2a6a;
    padding: 0;
    border-radius: 24px;

    display: block;
    font-size: 20px;
    line-height: 1;

    color: #0f2a6a;
    font-weight: 800;
}

.s_buttons {
    justify-content: center;
}

.box-shadow .checkbox-budget:checked + label {
    background-color: #2563eb;
}


.box-shadow .checkbox-budget:checked + label::before,
.box-shadow .checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
}

.box-shadow .checkbox-budget:checked + label span,
.box-shadow .checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
}

.box-shadow .checkbox-budget:checked + label span::before,
.box-shadow .checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.box-shadow .checkbox-budget:not(:checked) + label span::before {
    max-height: 0;
}

.box-shadow .checkbox-budget:checked + label span::before {
    max-height: 100%;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    -webkit-box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow .checkbox-booking:checked + label,
.box-shadow .checkbox-booking:not(:checked) + label {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label::before {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.box-shadow .checkbox-booking:checked + label::before {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-booking:not(:checked) + label:hover::before {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow .checkbox-booking:checked + label::before,
.box-shadow .checkbox-booking:not(:checked) + label::before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label::before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.box-shadow .checkbox-booking:checked + label::after,
.box-shadow .checkbox-booking:not(:checked) + label::after {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:checked + label::after {
    opacity: 0;
}

.box-shadow .checkbox-booking:checked + label .uil,
.box-shadow .checkbox-booking:not(:checked) + label .uil {
    font-size: 20px;
}

.box-shadow .checkbox-booking:checked + label .text,
.box-shadow .checkbox-booking:not(:checked) + label .text {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.box-shadow .checkbox-booking:checked + label .text {
    opacity: 0.6;
}

.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box-shadow .checkbox-booking:not(:checked) + label .text::after {
    width: 0;
}

.box-shadow .checkbox-booking:checked + label .text::after {
    width: 100%;
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label {
    background-color: var(--light);
    color: var(--dark-blue);
}

.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.box-shadow .checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after {
    background-color: var(--light);
}

.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}

.link-to-page img {
    width: 100%;
    height: auto;
    display: block;
}

.slidecontainer {
    margin-bottom: 0;
    text-align: left;
}

.selected_house_area {
    font-size: 36px;
    font-weight: 600;
    color: #393e4f;
    display: inline;
}

.slidecontainer > span {
    font-size: 20px;
    font-weight: 600;
    color: #393e4f;
    display: inline;
}

.slidecontainer .form-group span {
    font-weight: 600;
    color: rgba(22, 76, 153, 0.5);
}

.form-group.stolems_form_group {
    margin-bottom: 15px;
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    width: 19px;
    -webkit-appearance: none;
    height: 19px;
    border-radius: 50px;
    background: #009ee0;
    cursor: pointer;
}

#area {
    width: 100%;
    border-radius: 8px;
    height: 10px;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin: 20px 0;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgb(0, 158, 224)),
            color-stop(50%, rgb(0, 158, 224)),
            color-stop(50%, rgb(211, 215, 230)),
            to(rgb(211, 215, 230)));
    background: linear-gradient(to right,
            rgb(0, 158, 224) 0%,
            rgb(0, 158, 224) 50%,
            rgb(211, 215, 230) 50%,
            rgb(211, 215, 230) 100%);
}

.s_confirmation {
    text-align: center;
}

.s_confirmation .button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;

    color: #fff !important;
    background-color: #ff5a00;
    border-color: #ff5a00;
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 1rem 0.8rem !important;
    width: 100%;
    margin: 0.5rem 0;
}

.s_confirmation img {
    width: 60%;
    padding: 30px;
}

.s_confirmation .button:hover {
    background-color: #89a4cc;
    border-color: #89a4cc;
    box-shadow: 0px 10px 30px 0px rgba(28, 76, 153, 0.2);
}

.modal-content {
    border: 0;
}

.modal-body {
    padding: 2rem 1rem;
}

@media (max-width: 767px) {
    .row.s_buttons {
        margin-bottom: 40px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .pb-3 {
        padding-bottom: 2rem !important;
    }

    header a {
        width: 100%;
    }

    header img.mb-4 {
        max-width: 200px;
        margin-bottom: 1rem !important;
    }

    form .col-sm-12 {
        margin-top: 1rem;
    }
}

input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;

    cursor: pointer;
    box-shadow:
        0 0 0 #000000,
        0 0 0 #0d0d0d;

    border-radius: 25px;
    border: 0 solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow:
        0 0 0 #000000,
        0 0 0 #0d0d0d;
    border: 0 solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #009ee0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

input[type="range"]::-moz-range-track {
    width: 100%;

    cursor: pointer;
    animate: 0.2s;
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;

    border-radius: 25px;
    border: 0px solid #000101;
}

input[type="range"]::-moz-range-thumb {
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #2563eb;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-thumb {
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #2563eb;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    background-clip: padding-box;
    border: 6px solid rgba(255, 255, 255, 0);
    transform: scale(3);
}

input[type="range"]::-moz-range-thumb {
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    transform: scale(3);
}

h2 span {
    font-size: 16px;
    width: 35px;
    height: 35px;
    background-color: #d3d7e6;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-bottom: 10px;
}

h3 span {
    font-size: 18px;
    width: 38px;
    height: 38px;
    background-color: #d3d7e6;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    margin-bottom: 10px;
}

.border-bottom {
    border: 0 !important;
}

.background {
    background-color: rgba(239, 241, 249, 0.7);
    margin-top: 0;
}

@media screen and (min-width: 550px) {
    .medium-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    }

    .medium-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    }
}

@media screen and (min-width: 850px) {
    .large-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    }

    .large-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .large-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    }

    .large-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .large-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    h2 {
        font-size: 34px;
    }

    h2 span {
        display: inline-block;
    }

    h3 span {
        display: inline-block;
    }
}

#popup {
    background: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(80, 100, 174, 0.3);
    box-shadow: 0 15px 50px rgba(80, 100, 174, 0.3);
    border-radius: 10px;
    padding: 30px;
    border: 3px solid #d7dbe9;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.toast {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.toast.info .toast-body {
    border-top: 1px solid #ececec;
}

.toast.success .toast-body {
    border-top: 1px solid teal;
}

.toast.warning .toast-body {
    border-top: 1px solid #ececec;
}

.toast.danger .toast-body {
    border-top: 1px solid red;
}

.nav-link,
a .nav-link {
    color: #212529 !important;
}

.nav-link:hover,
a .nav-link:hover {
    color: #000000 !important;
}

.btn-toolbar h5 {
    margin-top: 9px;
}

.accordion-button:not(.collapsed) {
    color: #212529 !important;
    font-weight: 600;
}

.accordion-body svg {
    margin-top: 32px;
    padding: 14px;
    cursor: pointer;
    width: 53px;
    height: 53px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    color: #2563eb !important;
}

.accordion-button span:nth-child(1) {
    width: inherit;
    text-align: left;
}

.accordion-button span:nth-child(2) {
    width: inherit;
    text-align: right;
    padding: 3px;
    margin-right: 10px;
}

.accordion-collapse.collapse .accordion-body {
    height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.accordion-collapse.collapse.show .accordion-body {
    height: auto;
    overflow: auto;
    padding: 1rem 1.25rem;
}

.accordion-collapse.collapse:not(.show) {
    display: block;
}

.toast-container {
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
}

input.alert {
    padding: 0.375rem 0.75rem;
    border-color: #bb0000;
}

input.alert[type="checkbox"] {
    padding: 0;
}

#area_n,
#email_n,
#phone_n,
#acceptance_n {
    color: #bb0000;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 767px) {

    #area_n,
    #email_n,
    #phone_n,
    #acceptance_n {
        font-size: 12px;
    }
}

.for-checkbox-thickness {
    border: 2px solid #e7ebf5;
}

.for-checkbox-thickness.active {
    border: 2px solid #2a67ef;
}

.modal.fade {
    background: rgba(0, 0, 0, 0.2);
}

.a {
    cursor: pointer;
}

.modal p {
    color: #000000 !important;
}

.top {
    padding-top: 5px;
}

.top p {
    color: #212529;
    font-size: 14px;
}

.top p a {
    color: #f2850f;
    text-decoration: none;
}

.border {
    border: 0 !important;
}

.m-6 {
    margin-left: 10px;
    margin-right: 10px;
}

.row.g-3.pt-5.pb-2.background {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .m-6 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .border {
        padding: 0 30px;
        border: 2px solid #f0f2fa !important;
    }

    .border-bottom {
        border-bottom: 2px solid #f0f2fa !important;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .mb-6 {
        margin-bottom: 35px;
    }

    .col-sm-12.mt-5 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .row.g-3.pt-5.pb-2.background {
        padding-left: 45px;
        padding-right: 45px;
        margin-left: -25px;
        margin-right: -25px;
    }

    .row.justify-content-between.g-5.background.mb-5 {
        margin-top: 10px !important;
        margin-bottom: 60px !important;
    }

    .s_buttons {
        margin-bottom: 70px;
    }

    .s_buttons .col-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .s_button.col-12 {
        padding-left: 55px;
        padding-right: 55px;
    }

    .row.align-items-center {
        margin-top: 0;
    }

    h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    header h5 {
        text-align: right;
        color: #fff !important;
    }

    .s_buttons .col-md-3 {
        padding: 0;
    }

    #area_n,
    #email_n,
    #phone_n,
    #acceptance_n {
        font-size: 14px;
    }

    #stolems_submit {
        position: relative;
    }

    i {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,
                left top,
                right top,
                from(rgba(255, 255, 255, 0)),
                color-stop(1%, rgba(255, 255, 255, 0.03)),
                color-stop(30%, rgba(255, 255, 255, 0.6)),
                color-stop(50%, rgba(255, 255, 255, 0.85)),
                color-stop(70%, rgba(255, 255, 255, 0.85)),
                color-stop(71%, rgba(255, 255, 255, 0.85)),
                to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.03) 1%,
                rgba(255, 255, 255, 0.6) 30%,
                rgba(255, 255, 255, 0.85) 50%,
                rgba(255, 255, 255, 0.85) 70%,
                rgba(255, 255, 255, 0.85) 71%,
                rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
        width: 15%;
        height: 100%;
        transform: skew(-10deg, 0deg);
        -webkit-transform: skew(-10deg, 0deg);
        -moz-transform: skew(-10deg, 0deg);
        -ms-transform: skew(-10deg, 0deg);
        -o-transform: skew(-10deg, 0deg);
        -webkit-animation: move 2s;
        animation: move 2s;
        animation-iteration-count: infinite;
        animation-delay: 1s;
        -webkit-animation: move 2s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 1s;
        -moz-transform: skew(-10deg, 0deg);
        -moz-animation: move 2s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-delay: 1s;
        -ms-transform: skew(-10deg, 0deg);
        -ms-animation: move 2s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-delay: 1s;
        -o-transform: skew(-10deg, 0deg);
        -o-animation: move 2s;
        -o-animation-iteration-count: infinite;
        -o-animation-delay: 1s;
    }

    .modal-body {
        padding: 2rem 1rem;
    }

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .modal-dialog p {
        margin: 0.5rem 0;
    }
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

.form-col {
    margin-top: 0;
}

@media (max-width: 991px) {
    .form-col {
        padding-bottom: 0;
        margin-top: 0.3rem !important;
    }

    .alert {
        margin-bottom: 0.3rem !important;
    }
}

@media (min-width: 1200px) {

    .wrapper {
        padding: 0 60px;
    }

    .slidecontainer {
        width: 100%;
        margin: 0 auto;
    }

    .col-inner {
        padding: 40px;
        margin: 60px 0px 20px 0px;
    }

    h1 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h4 {
        font-size: 24px;
    }

    h2.fs-4 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
    }

    h2 span {
        font-size: 24px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    h3 span {
        font-size: 28px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .modal-dialog {
        max-width: 800px;
    }

    .modal-body {
        padding: 1rem 2rem 1.5rem 2rem;
    }

    .s_confirmation h4 {
        font-size: 26px;
    }

    .s_confirmation p {
        font-size: 20px;
    }
}

.dataTables_wrapper .table > :not(:last-child) > :last-child > * {
    border-color: #dee2e6;
}

.dataTables_wrapper {
    padding-bottom: 50px;
}

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
}

.text-right {
    text-align: right;
}


.boring-button {
    background-color: #f0f2fa;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 52px;
    font-weight: 700;
    border: 1px solid rgba(22, 76, 153, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.15);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #2563eb;
    padding: 10px 0;
}


.s_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.s_logo img {
    width: 100px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .s_paragraph {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .s_paragraph {
        font-size: 22px !important;
        margin: 0;
    }

    .s_hidden_desktop {
        display: none;
    }

    .s_logo img {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .s_logo {
        margin: 20px auto 30px;
        text-align: center;
    }
}

.col_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col_flex img {
    max-width: 250px;
}

.row_logo .col {
    display: flex;
    justify-content: center;
}

.row_logo img {
    width: 100px;
}

.row_banner img {
    width: 100%;
}

@media (min-width: 544px) {
    .row_logo .col {
        justify-content: flex-start;
    }

    .row_logo .col.col_flex {
        justify-content: flex-end;
    }
}


















* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.pur-calculator {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 20px;
}

header.pur-calculator {
    margin: 20px auto;
}

header.pur-calculator .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 10px;
}

@media (max-width: 575px) {
    header.pur-calculator .header-content {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }
}

header.pur-calculator .header-content a {
    background-color: #009ee0;
    color: #fff !important;
}

@media (max-width: 767px) {
    .pur-calculator {
        padding: 0 10px;
    }
}

.pur-calculator p {
    text-align: center;
    color: #64748b;
}

.calculator-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    color: #164c99;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .calculator-heading {
        font-size: 20px;
    }
}

.calculator-heading span {
    color: #2563eb;
}

.calc-card {
    background: #fff;
    border-radius: 28px;
    padding: 42px;
    margin-bottom: 34px;
    border: 1px solid #e8edf7;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.04),
        0 2px 8px rgba(15, 23, 42, 0.03);
}

.calc-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.calc-title-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.calc-title-wrap h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #10245c;
    line-height: 1.2;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2f6df6 0%, #009ee0 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

.surface-box {
    background: #f7f9ff;
    border-radius: 24px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #2954d1;
    min-width: 250px;
}

.surface-box span {
    display: block;
    color: #7a86ab;
    font-size: 15px;
    margin-bottom: 0;
}

.surface-box strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #009ee0;
    font-variant-numeric: tabular-nums;
}

.surface-box strong span {
    color: #009ee0;
    display: inline;
}

.range-value {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #2563eb;
    margin: 50px 0 34px;
    font-variant-numeric: tabular-nums;
}

.range-slider {
    width: 100%;
    appearance: none;
    height: 10px;
    border-radius: 999px;
    background:
        linear-gradient(to right, #2563eb 0%, #2563eb 50%, #edf1fb 50%, #edf1fb 100%);
    outline: none;
}

.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2563eb;
    border: 6px solid #fff;
    box-shadow:
        0 10px 20px rgba(37, 99, 235, 0.3),
        0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    font-size: 18px;
    color: #7a86ab;
    font-weight: 600;
}

.thickness-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px 0 0 0;
}

.thickness-card {
    position: relative;
    border: 2px solid #e7ebf5;
    border-radius: 24px;
    padding: 34px 28px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: 0.25s ease;
    cursor: pointer;
    background: #fff;
}

.thickness-card-2 {
    position: relative;
    border: 2px solid #e7ebf5;
    border-radius: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: 0.25s ease;
    cursor: pointer;
    background: #fff;
    border: 0;
}

.thickness-card-2 .thickness {
    padding: 30px;
}

@media (max-width: 767px) {
    .thickness-card-2 .thickness {
        padding: 20px;
    }
}

.thickness-card:hover {
    transform: translateY(-3px);
    border-color: #2563eb;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.08);
}

.thickness-card.active {
    border-color: #2563eb;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
}

.thickness-content strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #0f2a6a;
    font-weight: 800;
}

.thickness-content span {
    color: #66708f;
    font-size: 14px;
    font-weight: 500;
}

.layer-icon {
    width: 58px;
    height: 58px;
    position: relative;
    flex-shrink: 0;
    display: none;
}

.layer-icon::before,
.layer-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 58px;
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(180deg, #2c64eb 0%, #1d4ed8 100%);
    box-shadow: 0 10px 14px rgba(37, 99, 235, 0.16);
}

.layer-icon::before {
    top: 24px;
}

.layer-icon::after {
    top: 4px;
    background: linear-gradient(180deg, #eef2ff 0%, #dce5ff 100%);
}

.layers-4::before {
    box-shadow:
        0 16px 0 #1d4ed8,
        0 32px 0 #1d4ed8;
}

.checkmark {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    display: none;
}

@media (max-width: 767px) {
    .checkmark {
        top: 10px;
        right: 15px;
    }
}

.for-checkbox-thickness.active .checkmark {
    display: flex;
}

@media (max-width: 1100px) {

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

    .calc-top {
        flex-direction: column;
    }

    .surface-box {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .calc-card {
        padding: 20px;
        border-radius: 22px;
    }

    .calc-title-wrap {
        gap: 16px;
        align-items: flex-start;
    }

    .calc-title-wrap h2 {
        font-size: 18px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .range-value {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .thickness-grid {
        grid-template-columns: 1fr;
    }

    .thickness-content strong {
        font-size: 30px;
    }

    .thickness-content span {
        font-size: 18px;
    }
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .form-grid {
        gap: 0;
    }
}

.input-box,
.textarea-box {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    z-index: 9999;
}

.textarea-icon {
    top: 18px;
}

.form-text {
    margin: 0 0 20px 0;
}

.input-box input,
.textarea-box textarea {
    width: 100%;
    border: 2px solid #e7ebf5;
    background: #fff;
    border-radius: 16px;
    padding-left: 65px;
    padding-right: 28px;
    font-family: inherit;
    transition: 0.25s ease;
    color: #8a94b5;
    margin: 10px 0 0 0 !important;
}

.input-box input {
    height: 60px;
    font-size: 16px;
    font-weight: 500;
}

.textarea-box textarea {
    min-height: 180px;
    padding-top: 16px;
    font-size: 16px;
    resize: vertical;
    font-weight: 500;
    margin: 0;
}

.input-box input:focus,
.textarea-box textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.input-box input::placeholder {
    color: #8a94b5;
}

.checkbox-wrapper {
    margin-top: 34px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    cursor: pointer;
}

.checkbox-wrapper input {
    display: none;
}

.custom-checkbox {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 2px solid #cfd8ec;
    background: #fff;
    flex-shrink: 0;
    margin-top: 4px;
    transition: 0.2s ease;
}

.checkbox-wrapper input:checked + .custom-checkbox {
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: inset 0 0 0 6px #fff;
}

.checkbox-text {
    font-size: 24px;
    line-height: 1.7;
    color: #334155;
}

.checkbox-text a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.submit-wrap {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit-btn {
    border: none;
    background: linear-gradient(90deg, #ff7a00 0%, #ff5c00 100%);
    color: #fff;
    border-radius: 26px;
    min-height: 112px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow:
        0 20px 40px rgba(255, 102, 0, 0.22),
        0 6px 14px rgba(255, 102, 0, 0.16);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 26px 50px rgba(255, 102, 0, 0.28),
        0 10px 20px rgba(255, 102, 0, 0.18);
}

.btn-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arrow {
    font-size: 52px;
    line-height: 1;
    margin-left: 10px;
}

.security-info {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7b88aa;
    font-size: 24px;
    font-weight: 500;
}

.form-check {
    margin: 30px 0 0 0;
}

@media (max-width: 1100px) {

    .form-grid {
        grid-template-columns: 1fr;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .contact-card {
        padding: 30px;
        border-radius: 24px;
    }

    .contact-header {
        gap: 18px;
    }

    .step-circle {
        width: 58px;
        height: 58px;
        font-size: 28px;
    }

    .contact-header h2 {
        font-size: 28px;
    }

    .contact-header p {
        font-size: 18px;
    }

    .input-box input {
        height: 60px;
        font-size: 14px;
        padding-left: 62px;
    }

    .textarea-box textarea {
        min-height: 130px;
        font-size: 18px;
        padding-left: 76px;
        padding-top: 26px;
    }

    .input-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        top: 18px;
        left: 10px;
    }

    .checkbox-text {
        font-size: 16px;
    }

    .submit-btn {
        min-height: 84px;
        border-radius: 20px;
        font-size: 18px;
        gap: 18px;
        padding: 0 24px;
    }

    .btn-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .btn-arrow {
        font-size: 34px;
    }

    .security-info {
        font-size: 15px;
        text-align: center;
    }
}

.services-section {
    padding: 60px 0;
}

.services-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.services-heading {
    margin-bottom: 54px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #edf4ff;
    color: #009ee0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 26px;
}

.services-heading h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    color: #0f172a;
}

.services-heading p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 34px;
    align-items: start;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    min-height: 220px;
    background: #fff;
    border-radius: 32px;
    border: 1px solid #edf1fb;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    text-align: center;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.04),
        0 2px 8px rgba(15, 23, 42, 0.03);
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #dce7ff;
    box-shadow:
        0 24px 40px rgba(37, 99, 235, 0.08),
        0 8px 18px rgba(15, 23, 42, 0.06);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f7f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 16px;
}

.service-card h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
}

.services-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.experience-card {
    background: linear-gradient(180deg, #f7f9ff 0%, #eef4ff 100%);
    border-radius: 32px;
    padding: 30px;
    border: 1px solid #edf1fb;
}

.experience-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #009ee0;
    margin-bottom: 14px;
}

.experience-card h3 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #1d4ed8;
}

.experience-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.services-image {
    min-height: 280px;
    border-radius: 28px;
    overflow: hidden;
    background: url(/kalkulator/pub/assets/img/natrysk-pur-w-trakcie-prac.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.08);
}

.services-cta {
    padding: 30px;
    border-radius: 32px;
    background: linear-gradient(135deg, #0f3fa8 0%, #009ee0 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.services-cta::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -120px;
    right: -120px;
}

.services-cta h3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff !important;
}

.services-cta p {
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1200px) {

    .services-layout {
        grid-template-columns: 1fr;
    }

    .services-sidebar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {

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

    .services-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

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

    .services-container {
        padding: 0 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-heading {
        margin-bottom: 34px;
    }

    .services-heading h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .service-card {
        min-height: 75px;
        padding: 15px;
        border-radius: 24px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        gap: 20px;
    }

    .service-card h3 {
        font-size: 16px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .experience-card,
    .services-cta {
        padding: 20px;
        border-radius: 24px;
    }

    .experience-number {
        font-size: 30px;
    }

    .experience-card h3,
    .services-cta h3 {
        font-size: 18px;
    }

    .experience-card p,
    .services-cta p {
        font-size: 14px;
    }

    .services-image {
        min-height: 220px;
        border-radius: 24px;
    }
}

.why-section {
    padding: 60px 0;
    background: #ffffff;
}

.why-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 24px;
}

.why-heading {
    margin-bottom: 80px;
}

.why-heading h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 900;
    color: #0f172a;
}

.why-heading p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.why-card {
    text-align: center;
    transition: 0.25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f7f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin: 0 auto 30px;
    transition: 0.25s ease;
}

.why-card:hover .why-icon {
    background: #2563eb;
    color: #ffffff;
    transform: scale(1.05);
}

.why-card h3 {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
    color: #0f172a;
}

.why-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 1400px) {

    .why-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {

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

@media (max-width: 767px) {

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

    .why-container {
        padding: 0 16px;
    }

    .why-heading {
        margin-bottom: 50px;
    }

    .why-heading h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .why-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .why-card h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .why-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.about-section {
    padding: 60px 0;
    background: #ffffff;
}

.about-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image-wrap {
    position: relative;
}

.about-image {
    min-height: 820px;
    border-radius: 34px;
    overflow: hidden;
    background: url(/kalkulator/pub/assets/img/natrysk-piany-otwartokomorkowej.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.08),
        0 10px 30px rgba(15, 23, 42, 0.04);
}

.about-content h2 {
    margin: 0 0 34px;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 900;
    color: #0f172a;
}

.about-content > p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.about-text {
    margin-bottom: 60px;
}

.about-text p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
    margin-top: 54px;
}

.about-feature {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f7f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    transition: 0.25s ease;
}

.about-feature:hover .about-feature-icon {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-4px);
}

.about-feature-content h3 {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
}

.about-feature-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 1300px) {

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        min-height: 620px;
    }
}

@media (max-width: 992px) {

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

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

    .about-section h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .about-container {
        padding: 0 16px;
    }

    .about-grid {
        gap: 40px;
    }

    .about-image {
        min-height: 340px;
        border-radius: 24px;
    }

    .about-content h2 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 24px;
    }

    .about-content > p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .about-features {
        margin-top: 40px;
        gap: 34px;
    }

    .about-feature {
        gap: 18px;
    }

    .about-feature-icon {
        width: 50px;
        height: 50px;
    }

    .about-feature-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .about-feature-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.area-section {
    padding: 60px 0;
    background: #ffffff;
}

.area-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 24px;
}

.area-grid {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 90px;
    align-items: center;
}

.area-content h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 900;
    color: #0f172a;
}

.area-lead {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.area-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.area-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #64748b;
}

.area-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.12);
}

.area-list li::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 5px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.area-bottom {
    margin-top: 46px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.area-map-wrap {
    position: relative;
}

.area-map {
    position: relative;
    min-height: 780px;
    border-radius: 40px;
    overflow: hidden;
    background-position: center center !important;
    background-size: contain !important;
    background: url(/kalkulator/pub/assets/img/dolnoslaskie.svg) no-repeat;
    box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.08),
        0 10px 24px rgba(15, 23, 42, 0.05);
}

.map-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2563eb;
    border: 4px solid #ffffff;
    box-shadow:
        0 10px 20px rgba(37, 99, 235, 0.25);
}

.map-pin::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.12);
    animation: pulse 2s infinite;
}

.map-pin span {
    position: absolute;
    top: -10px;
    left: 34px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800;
    color: #1d4ed8;
    background: rgba(255, 255, 255, 0.94);
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.08);
}

.pin-1 {
    top: 42%;
    left: 67%;
}

.pin-2 {
    top: 33%;
    left: 44%;
}

.pin-3 {
    top: 53%;
    left: 43%;
}

.pin-4 {
    top: 48%;
    left: 50%;
}

.pin-5 {
    top: 40%;
    left: 41%;
}

@keyframes pulse {

    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@media (max-width: 1300px) {

    .area-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .area-map {
        min-height: 620px;
    }
}

@media (max-width: 767px) {

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

    .area-container {
        padding: 0 16px;
    }

    .area-grid {
        gap: 40px;
    }

    .area-content h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    .area-lead {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .area-list li {
        font-size: 16px;
        padding-left: 40px;
        margin-bottom: 18px;
    }

    .area-bottom {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.6;
    }

    .area-map {
        min-height: 420px;
        border-radius: 24px;
    }

    .map-pin {
        width: 18px;
        height: 18px;
    }

    .map-pin span {
        left: 20px;
        font-size: 8px;
        padding: 2px 4px;
        top: -3px;
    }
}

@media (max-width: 575px) {
    .area-map {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .map-pin span {
        left: 20px;
        font-size: 12px;
        padding: 5px 8px;
        top: -8px;
    }

    .pin-1 {
        top: 37%;
        left: 67%;
    }

    .pin-2 {
        top: 23%;
        left: 44%;
    }

    .pin-3 {
        top: 57%;
        left: 43%;
    }

    .pin-4 {
        top: 49%;
        left: 53%;
    }

    .pin-5 {
        top: 34%;
        left: 41%;
    }
}

@media (min-width: 768px) {
    .map-pin span {
        left: 32px;
        font-size: 12px;
        padding: 5px 8px;
        top: -6px;
    }
}

@media (min-width: 992px) {
    .map-pin span {
        left: 32px;
        font-size: 14px;
        padding: 6px 13px;
        top: -6px;
    }

    .pin-1 {
        top: 35%;
        left: 64%;
    }

    .pin-2 {
        top: 21%;
        left: 46%;
    }

    .pin-3 {
        top: 57%;
        left: 46%;
    }

    .pin-4 {
        top: 49%;
        left: 53%;
    }

    .pin-5 {
        top: 31%;
        left: 43%;
    }
}

@media (min-width: 1301px) {

    .pin-1 {
        top: 42%;
        left: 65%;
    }

    .pin-2 {
        top: 33%;
        left: 46%;
    }

    .pin-3 {
        top: 53%;
        left: 44%;
    }

    .pin-4 {
        top: 48%;
        left: 52%;
    }

    .pin-5 {
        top: 38%;
        left: 43%;
    }
}

@media (min-width: 1400px) {

    .pin-1 {
        top: 40%;
        left: 65%;
    }

    .pin-2 {
        top: 30%;
        left: 46%;
    }

    .pin-3 {
        top: 55%;
        left: 44%;
    }

    .pin-4 {
        top: 49%;
        left: 52%
    }

    .pin-5 {
        top: 38%;
        left: 43%;
    }
}

.reviews-gallery-section {
    padding: 60px 0;
    background: #ffffff;
}

.reviews-gallery-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 24px;
}

.reviews-gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.reviews-column {}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 26px;
    aspect-ratio: 4 / 5;
    transition:
        transform 0.35s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item::after {
    content: '+';
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.gallery-item:hover {
    transform: translateY(-6px);

}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-slider-wrap {
    position: relative;
}

.gallery-slider {
    overflow: hidden;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;

    width: 64px;
    height: 64px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);

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

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.12);

    cursor: pointer;
}

.gallery-prev {
    left: -32px;
}

.gallery-next {
    right: -32px;
}

.section-top {
    margin-bottom: 34px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    aspect-ratio: 4 / 5;
    display: block;
    transition:
        transform 0.35s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item::after {
    content: '+';
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
}

.gallery-item:hover {
    transform: translateY(-6px);
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-button {
    width: fit-content;
    min-width: 520px;
    min-height: 86px;
    padding: 0 42px;
    border-radius: 22px;
    margin: 46px auto 0;
    background: linear-gradient(135deg, #0f3fa8 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow:
        0 24px 50px rgba(37, 99, 235, 0.25);
    transition: 0.25s ease;
}

.gallery-button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 30px 60px rgba(37, 99, 235, 0.32);
}

.gallery-button svg {
    transition: 0.25s ease;
}

.gallery-button:hover svg {
    transform: translateX(4px);
}

.review-slider {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    gap: 24px;
    align-items: center;
}

.review-stars {
    font-size: 18px;
    letter-spacing: 0.14em;
    color: #ffb400;
    margin-bottom: 26px;
}

.review-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}

.review-arrow {
    width: 70px;
    height: 120px;
    border-radius: 22px;
    border: 1px solid #edf1fb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2563eb;
    transition: 0.25s ease;
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.05);
}

.review-arrow:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-4px);
}

.review-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.review-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d7e3ff;
    transition: 0.25s ease;
}

.review-dots span.active {
    background: #2563eb;
    transform: scale(1.2);
}

.reviews-slider {
    padding-bottom: 100px !important;
}

.reviews-slider .swiper-wrapper {
    align-items: stretch;
}

.reviews-slider .swiper-slide {
    height: auto;
    background: #ffffff;
    border-radius: 34px;
    padding: 30px;
    border: 1px solid #edf1fb;
}

@media (max-width: 767px) {
    .reviews-slider .swiper-slide {
        padding: 0;
    }
}

.review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card strong {
    margin-top: auto;
    padding-top: 30px;
    display: block;
    font-size: 16px;
    color: #0f172a;
}

.review-stars {
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #ffb400;
    margin-bottom: 10px;
}

.review-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}


.swiper-pagination {
    position: relative;
    bottom: 20px !important;
    z-index: 999999999;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #dbe7ff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #2563eb;
}


@media (max-width: 1200px) {

    .reviews-gallery-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

@media (max-width: 992px) {

    .gallery-button {
        min-width: auto;
        width: 100%;
    }

    .review-slider {
        grid-template-columns: 1fr;
    }

    .review-arrow {
        display: none;
    }
}

@media (max-width: 767px) {

    .reviews-gallery-section {
        padding: 20px 0;
    }

    .reviews-gallery-section h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    .reviews-gallery-container {
        padding: 0 16px;
    }

    .gallery-item {
        min-height: 260px;
        border-radius: 22px;
    }

    .gallery-button {
        min-height: 70px;
        padding: 0 26px;
        font-size: 16px;
        border-radius: 18px;
        margin-top: 30px;
    }

    .review-card {
        padding: 20px;
        border-radius: 24px;
    }

    .review-stars {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .review-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .review-card strong {
        margin-top: 0;
        padding-top: 10px;
        font-size: 16px;
    }

    .review-dots {
        margin-top: 24px;
    }
}

.cta-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #0f3fa8 0%, #009ee0 100%);
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -120px;
    right: -120px;
}

.cta-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;

}

.cta-content {
    max-width: 640px;
}

.cta-content h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .cta-content h2 {
        text-align: center;
    }
}

.cta-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

.cta-button {
    min-height: 50px;
    padding: 0 20px;
    border-radius: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

@media (max-width: 767px) {
    .cta-button {
        font-size: 12px;
    }
}

.cta-primary {
    background: #ff5a00 !important;
    color: #ffffff !important;
}

.cta-primary:hover {
    transform: translateY(-4px);
}

.cta-secondary {
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
}

.cta-secondary:hover {
    transform: translateY(-4px);
    background: #ffffff;
}

.cta-button svg {
    flex-shrink: 0;
}

@media (max-width: 1400px) {

    .cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-actions {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-button {
        width: 100%;
    }
}

@media (max-width: 767px) {

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

    .cta-container {
        padding: 0 16px;
        gap: 40px;
    }

    .cta-content h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    .cta-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .cta-button {
        min-height: 50px;
    }
}